/* .hero-cta:hover {
    color: ;
} */

 /* Leaf cut out css */
 .leaf-container {
    padding: 20px 5px;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.leaf-container .desktop-version {
    display: none;
}
.leaf-container .mobile-version {
    display: block;
}
.leaf-container .image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
}
/* 3 line limit on leaf cut out */
.leaf-container .image-container h3, .leaf-container .image-container p,
.leaf-container .mobile-version h3, .leaf-container .mobile-version p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.leaf-container .main-image {
    width: 100%;
    max-width: 735px;
    height: auto;
    min-height: 436.98px;
    object-fit: cover;
    object-position: center;
    border-top-right-radius: 300px;
    border-bottom-left-radius: 300px;
}
.leaf-container .leaf-cutout {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 435.85px;
    height: 395.17px;
    background: #F0EEE8;
    border-radius: 250px 0px 300px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.leaf-container .leaf-cutout .content {
    max-width: 300px;
    text-align: center;
    padding: 8px;
}
.leaf-container .btn {
    display: inline-block;
    border: 2px solid #23366D;
    border-radius: 8px;
    padding: 8px;
    background: transparent;
    color: #23366D;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}
.leaf-container .btn:hover {
    background: #23366D;
    color: #ffffff;
}
/* Mobile Image Adjustments */
.leaf-container .mobile-image-container {
    position: relative;
    text-align: center;
    top: 50px;
    height: 350px;
    background: #f0eee8;
    width: auto;
    border-radius: 208px 0 220px 0;
    overflow: hidden;
    margin: 0 5%;
}
.leaf-container .mobile-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.leaf-container .mobile-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 300px;
    padding: 16px;
}
.leaf-container .mobile-main-image{
    border-radius: 0 50px 0 200px;
}
.leaf-container .mobile-image-container.square {
    background: #ffff;
    border-radius: 0;
    height: 300px;
    top: 0;
}

/* Grid layout css started */
    .mobile .owl-carousel {
        position: relative;
        padding: 20px 0;
    }

    .mobile .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        padding: 0 15%;
    }

    .mobile .owl-nav button {
        background-color: white;
        border: 2px solid #23366D;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        pointer-events: auto;
    }
    .mobile .owl-nav button span {
        font-size: 72px;
        color: #23366D;
    }

    .mobile .owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    .mobile .owl-item {
        transition: transform 0.3s ease-in-out;
    }

    .mobile .owl-item.active.center {
        transform: scale(1.1);
        z-index: 2;
        filter: blur(0px);
        opacity: 1;
    }

    .mobile .owl-item.active.center .ctm-shadow {
        box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    }

    .mobile .owl-item.active,
    .mobile .owl-item:not(.active) {
        transform: scale(1);
        z-index: 1;
        filter: blur(2px);
        opacity: 0.5;
    }

    .mobile .grid_button {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .mobile .custom-dots {
        display: none !important;
    }

    /* owl carousal overwrites */
    .owl-theme .owl-dots {
        margin-top: 40px !important;
    }
    button.owl-dot.active span{
        background-color: #123270 !important
    }

/* ended */

/* iPad Specific Adjustments */
@media (min-width: 768px) and (max-width: 1024px) {
    .leaf-container .main-image {
        border-radius: 0 250px;
        max-height: 436.98px;
        max-width: 575px;
    }
    .leaf-container .image-container{
        justify-content: none;
        padding: 0 10%;
    }
    .leaf-container .leaf-cutout {
        border-radius: 230px 0px 230px 0px;
        overflow: hidden;
        top: 45%;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) {
    /* Styles for iPad Mini */
    .leaf-container .leaf-cutout{
        width: 50%;
        left: 75%;
    }
    .leaf-container .image-container{
        padding: 0 !important;
    }
}
/* Mobile specific */
@media (min-width: 640px) {
    .leaf-container .desktop-version {
        display: block;
    }
    .leaf-container .mobile-version {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    /* Styles for all mobile devices */
    .leaf-container .mobile-image-container{
        margin: 0 2%;
    }
}

@media only screen and (max-width: 991px) {
    body:has(.navbar-block.is-active) {
        overflow: hidden;
    }
}

.custom-search-box {
    display: flex;
    align-items: center;
}

.custom-search-box input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.custom-search-box button {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
}

.search-form {
    display: flex;
    justify-content: center;
    width: 100%;
}

.search-container {
    display: flex;
    align-items: center;
    border-radius: 6px;
    border-bottom: 1px solid #334757;
    background: #FFF;
    padding: 10px 15px;
    width: 100%; /* Adjust width as needed */
}

.search-icon {
    color: #1E3264;
    font-size: 18px;
    margin-right: 10px;
}

.search-container input {
    border: none;
    outline: none;
    flex: 1;
    font-style: italic;
    font-size: 16px;
    color: #1E3264;
}

.search-container input::placeholder {
    font-style: italic;
    color: #1E3264;
}

.navbar-inner img.logo-img { 
    max-width: unset !important; 
}

.carousel-box .owl-nav {
    z-index: -111;
}

@media (max-width: 425px) {
    .navbar-inner img.logo-img {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .grid-section .container .mobile .carousel-box .owl-nav {
        z-index: 0;
    }
}

.get-quote-button{
width: 200;
height: 50;
angle: 0 deg;
opacity: 1;
border-radius: 13px;
border-width: 1px;
background: #FCC777;
border: 1px solid #FCC777
}
.bubble-circle {
    content: '';
    position: absolute;
    z-index: 0;
	transition: all 1s ease;
}
.style-1 {
    left: 0;
    right: -66px;
    top: -11px;
    bottom: 0;
    margin: 0 auto;
    width: 223px;
    height: 285px;
    border-radius: 130px 130px 130px 130px;
    transform: rotate(20deg);
	
}
.style-2 {
    left: 21px;
    right: 16px;
    top: -22px;
    bottom: 0;
    margin: 0 auto;
    width: 190px;
    height: 294px;
    border-radius: 130px 130px 130px 130px;
	transform: rotate(45deg);
}
.style-3 {
    left: 0;
    right: -97px;
    top: -10px;
    bottom: 0;
    margin: 0 auto;
    width: 210px;
    height: 207px;
    border-radius: 130px 130px 130px 130px;
	transform: rotate(58deg);
}
@keyframes vibrate {
  0%   { right: -66px;top:-11px;  }
  50%  { right: 0px;top:-11px;}
  100% { right: -66px; top:-11px;  }
}

@keyframes vibrate2 {
  0%   { left: 21px; right: 16px; top: -22px; }
  50%  { left: 21px; right: 70px; top: -22px; }
  100% { left: 21px; right: 16px; top: -22px;   }
}
@keyframes vibrate3 {
  0%   { right: -97px;top: -10px; }
  50%  { right: -150px;top: -10px; }
  100% { right: -97px;top: -10px;   }
}
/* The wobble movement */
.whyCard:hover .bubble-circle {
   animation: vibrate 8s ease infinite;
   transition: all 12s ease;
}
.whyCard:hover .bubble-circle.style-2 {
   animation: vibrate2 12s ease infinite;
   transition: all 12s ease;
}
.whyCard:hover .bubble-circle.style-3 {
   animation: vibrate3 12s ease infinite;
   transition: all 12s ease;
}
.whyCard{
   transition: all 12s ease;   
}
@keyframes bubbleRotate {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(45deg); }
  50% { transform: rotate(90deg); }
  75% { transform: rotate(45deg); }
 100% { transform: rotate(0deg); }

}

@keyframes bubbleVibrate {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(45deg); }
  50% { transform: rotate(90deg); }
  75% { transform: rotate(45deg); }
 100% { transform: rotate(0deg); }

}

/* Logo Section */

.owl-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.owl-stage {
    display: flex;
    align-items: center;
    margin: 0 auto !important;
}
.style-1 {
    left: 0;
    right: -66px;
    top: -11px;
    bottom: 0;
    margin: 0 auto;
    width: 223px;
    height: 285px;
    border-radius: 130px 130px 130px 130px;
    transform: rotate(20deg) translate(2px, -10px);
 
}
 
@keyframes vibrate {
0%{  transform: rotate(20deg) translate(0px, -10px); border-radius: 130px 130px 130px 130px;}    
25%{ transform:rotate(20deg) translate(2px, -5px); border-radius: 230px 130px 230px 130px;}
50%{ transform:rotate(20deg) translate(-10px, 0px); border-radius: 230px 130px 230px 130px;}
75%{ transform:rotate(20deg) translate(10px, -20px); border-radius: 180px 130px 180px 130px;}
100%{ transform: rotate(20deg) translate(2px, -10px); border-radius: 130px 130px 130px 130px;}    
}
 
@keyframes vibrate2 {
0%{  transform: rotate(45deg) translate(2px, 0); border-radius: 130px 130px 130px 130px;}    
20%{ transform:rotate(45deg) translate(2px, 5px); border-radius: 230px 265px 250px 230px;}
50%{ transform:rotate(45deg) translate(-20px, -10px); border-radius: 230px 530px 500px 230px;}
75%{ transform:rotate(45deg) translate(10px, 8px); border-radius: 230px 265px 250px 230px;}
100%{ transform: rotate(45deg) translate(2px, 0); border-radius: 130px 130px 130px 130px;}    
}
@keyframes vibrate3 {
0%{  transform: rotate(58deg) translate(2px, 0); border-radius: 130px 130px 130px 130px;}    
25%{ transform:rotate(58deg) translate(-45px 50px); border-radius: 230px 265px 250px 230px;}
50%{ transform:rotate(58deg) translate(-55px, 80px); border-radius: 230px 530px 500px 230px;}
75%{ transform:rotate(58deg) translate(-45, 35px); border-radius: 230px 265px 450px 230px;}
100%{ transform: rotate(58deg) translate(2px, 0); border-radius: 130px 130px 130px 130px;}    
}
 
.whyCard:hover .bubble-circle.style-1 {
   animation: vibrate 12s ease infinite;
   animation: vibrate 5s ease-in infinite;
}
 
.whyCard {
    transition: all 6s ease-in-out;
}

.bubble-circle + img {
	z-index: 1;
    position: relative;
    max-width: inherit;
    height: 247px;
    width: 297px;
    transform: rotate(0);
    object-fit: cover;
    border-radius: 247px 347px 247px 347px;
}
.style-1 + img {
	z-index: 1;
    position: relative;
    max-width: inherit;
    height: 257px;
    width: 277px;
    transform: rotate(0);
    object-fit: cover;
    border-radius: 247px 347px 247px 347px;
    top: -10px;
}
.style-2 + img {
	z-index: 1;
    position: relative;
    max-width: inherit;
    height: 248px;
    width: 285px;
    transform: rotate(0);
    object-fit: cover;
    border-radius: 247px 347px 247px 347px;
    top: 0px;
}
.style-3 + img {
	z-index: 1;
    position: relative;
    max-width: inherit;
    height: 247px;
    width: 297px;
    transform: rotate(0);
    object-fit: cover;
    border-radius: 247px 347px 247px 347px;
	top:6px
}

.icon-circle{
	width: 117px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-img{
	height:60px;
	width:auto;
}

/* Wave Section */

.wave-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: -140px;
    height: 400px;
    width: 100%;
    background: #FBFAF8;
    z-index: -1;
}
.wave-wrapper section {
    mask-image: url('/wp-content/uploads/2026/01/Subtract-1.png');
    mask-size: cover, contain;
    mask-repeat: no-repeat;
}

/* Default Owl Carousel Stylings */

.owl-carousel {
    position: relative;
}

.owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none; /* Allows clicking through the container to the slide */
    margin-top: 0 !important; /* Remove default owl margins */
}

.linkedin-carousel .owl-prev, .linkedin-carousel .owl-next {
    position: absolute;
    pointer-events: auto; /* Re-enable clicking for the buttons */
    background: white !important;
    border: 3px solid #260a33 !important;
    color: #260a33 !important;
    width: 45px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease !important;
}
 
.owl-prev {
    left: -60px; 
    @media (max-width: 576px) {
        left: -55px; 
    }
}

.owl-next {
    right: -60px;
    @media (max-width: 576px) {
        right: -55px; 
    }
}

.linkedin-carousel .dashicons {
    height: 40px;
    width: 40px;
    font-size: 40px;
}
 
/* Hide the default focus outline */
button.owl-prev, button.owl-next {
    outline: none;
}

.linkedin-carousel .owl-dots {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
 .linkedin-carousel .owl-dot span {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #260a33;
    border-radius: 50%;
    background: #fff;
    margin: 0 8px;
    box-shadow:
    inset 0 -1px 2px rgba(255, 255, 255, 0.35),  
    inset 0 1px 2px rgba(0, 0, 0, 0.55);   
}

.linkedin-carousel .owl-dot.active span {
    background: #260a33 !important;
    border: 2px solid #260a33;
    box-shadow: none;
}

/* WpContentSplit */

.video-container {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
}

.video-container iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.wpcontentsplit div.btn-default { margin-top:0}
.wpcontentsplit ul { margin-top:18px} 
.footer .menu-item { line-height:28px; padding-bottom: 10px; padding-inline: 0; font-size: 16px}

@media (min-width: 576px) {
    .footer .menu-item {
        font-size: 18px !important;
    }
}


/* FAQ Tabs */
.custom-tabs-container {
    width: 100%;
    margin: 40px auto;
    font-family: sans-serif;
}

/* Hide Radio Buttons */
input[type="radio"] { display: none; }

/* Tab Bar Layout */
.tab-labels {
    display: flex;
    gap: 0;
    align-items: flex-end;
    overflow: visible;
	-moz-align-items: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}
@media (max-width: 576px) {
    .tab-labels {
    display: flex;
    flex-wrap: wrap; 
    }

    .tab-labels label {
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0;
    font-size: 16px;
    }
    .tab-labels-inner label {
       font-size: 16px; 
    }
}
.tab-labels label {
    padding: 15px 25px;
    border-radius: 25px 25px 0 0; 
    background: rgba(240, 238, 232, 0.6);
    cursor: pointer;
    color: #260a33;
    text-align: center;
    line-height: 1.2;
    transition: all 0.3s ease;
    flex: 1;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
    margin-right: -15px;
    position: relative;
    margin-bottom: 8px;
	-moz-align-content: center;
    -webkit-align-content: center;
	align-content: center;
}

.tab-labels label:last-child {
    margin-right: 0;
}

/* Active Tab Styles */
.tab-labels label.label-checked {
  background: rgba(240, 238, 232, 1);
    position: relative;
    box-shadow: unset;
    z-index: 100 !important; 
	align-content: center;
}

.custom-tabs-container .content {
  display: none;
}

.custom-tabs-container .content.active, .tab-toggle.active {
  display: block;
}

.tab-content-wrapper .inner-label {
  color: #334757;
} 

.tab-labels .label.label-checked {
  text-decoration: underline;
}

.inner-label.active {
    text-decoration: underline;
    color: #eb5d69;
    transition: 0.4s ease all;
}

.tab-toggle button {
    background: #f0eee8;
}

/* Content Box */
.tab-content-wrapper {
    /* border: 3px solid transparent;  */
    border-radius: 0 0 20px 20px;
    min-height: 200px;
}

/* Content Visibility Logic */
.content { display: none; } 

/* Content Header Styling (from your image) */
.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #260a33;
    font-weight: bold;
}

/* Tabs */

.faq-component .faq-content {
    display: none;
}

.faq-component .faq-content.active {
    display: flex;
}

button.faq-toggle {
    background: #F0EEE8;
}

.contacts a {
    text-decoration: underline;
}

/* Price Table */
.priceTitle-blob {
    width: 300px;
    height: 85px;
    right: 5px;
    z-index: 5;
    top: -8%;
}

.priceFooterNote p {
    font-size: 16px;
    color: #000;
}

.priceMost-blog {
    top: -40px;
    left: 200px;
    width: 90px;
}

/* Insurance Section */
.dataDetails {
    background-color: #ffffff;
    /*padding: 35px;*/
	padding:13px 90px 35px;
    border-radius: 20px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
}

/* Partner Section */
.partnerCard:hover {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.10);
    transform: translateY(-8px);
    background-color: #ffffff;
}

.partnerCard .img-wrapper {
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partnerCard svg {
    position: absolute;
    width: 65%;
    height: 80%;
    z-index: 1;
}

.partnerCard img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35% 55%;
    transform: translate(5px, -5px);
}

/* Icon Card section  */
.icon-mask {
    -webkit-mask: var(--icon-url) no-repeat center / contain;
    mask: var(--icon-url) no-repeat center / contain;
}

.iconCard_section .card-item {
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.10);
    border-radius: 37px;
}

/* 50/50 image with text section (Image with background)*/

.image-with-background .image-wrapper-1 img, .image-with-background .image-wrapper-2 img  {
    mask-image: url('/wp-content/uploads/2026/02/dog_owner_nodots.svg');
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
}

.contentsplit-bubble-wrap {
    mask-image: url('/wp-content/uploads/2026/03/text-blob-mask.svg');
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
}

.image-with-background .image-wrapper-1 img {
    mask-image: url('/wp-content/uploads/2026/03/text-blob-mask.svg');
}

@media (min-width: 2000px) {
    section.image-with-background {
        width: 50%;
    }
}

/* Media Page */
.latest_story_links .btn-default {
    margin-left: 0px;
    margin-right: 0px;
}

.result-btn .btn-default a {
    padding: .5rem 4.5rem;
    border-radius: 13px;
}

.dashicons.media-hub-arrow-next, .dashicons.media-hub-arrow-prev {
    position: static;
    pointer-events: auto;
    width: 35px;
    height: 30px;
    transform: rotate(10deg);
}

.dashicons.media-hub-arrow-prev {
    transform: rotate(-10deg); 
}

/* The Spinner Shape */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #f06262; /* Your signature pink */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* The Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Show/Hide classes */
#loading-overlay.active {
    display: flex;
}

/* Image Mapping Section */

[class^="imh-6310-template-"][class$="-hover-content"]  {
	background: transparent url('/wp-content/uploads/2026/03/red-blob-for-text.svg') no-repeat center center;
    height: 150px !important;
    width: 300px !important;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    padding: 5px 25px !important;
    min-width: 250px !important;
}

 /* single post carousel dots  */
.post-carousel-section .owl-theme .owl-dots button.owl-dot {
  height: 20px;
   width: 20px;  
}

.post-carousel-section .owl-theme .owl-dots .owl-dot span {
    border: 2px solid #EB5D69;
    width: 20px;
    height: 20px;
    background: transparent;
}
.logo_section p {
    font-size: 16px;
   /* font-family: 'Inter';*/
    margin-top: 12px;
}
div.btn-secondaryBg a{
    border-color: var(--tertiary-btn-text);
    background-color: var(--tertiary-btn-text);
    color: var(--tertiary-btn-brd);
}
div.btn-secondaryBg a:hover {
    border-color: var(--tertiary-btn-text);
    background-color: var(--tertiary-btn-brd);
} 

.dropdown-group:hover .dropdown-title h4, .dropdown-items li:hover a {
  font-weight: 600;
}
.dropdown-items li:hover a {} 
.videoDiv iframe { width:100%}
.image-with-background ul { padding:10px 0px 0 40px}
.image-with-background { font-weight:400;font-family: SourceSans3, sans-serif; line-height:21px; margin-bottom:5px;list-style-type: disc; font-size:16px }   
.poly_doct_info p a{ font-weight:500; text-decoration:underline; margin-bottom:15px; display:inline-block}
.textUnderline { text-decoration:underline}
.legal-container p { line-height:24px; font-size:16px}
/* .dropdown-title h4 { padding-bottom:15px} */
.dropdown-content .dropdown-group {padding-inline: 1.0rem;}
#back-to-top {    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.19); }
#logo-carousel .logo-item:first-child { max-width:260px} 
.footer .logo-container div a:last-child { position:relative}
.footer .logo-container div a:last-child:hover:before {
	opacity:1
}
@media screen and (min-width: 62rem) {
  .dropdown-content .dropdown-column { column-gap:0}
}

@media (max-width: 767px) {
    #logo-carousel {
        display: block !important; 
    }

	.tab-labels {
		-moz-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
		flex-wrap:wrap;
	}
		.tab-labels label {
		font-weight: 400;
        font-size: 16px;
		-moz-flex:0 0 50% !important;
		-webkit-flex:0 0 50% !important;
		flex:0 0 50% !important;
	}
	.wave-section .text-wrapper { padding: 0 0px 0 45px;}
	.wave-section .text-wrapper p { font-size:15px; line-height:25px;}
	.wave-section .text-wrapper div.btn-default { margin-left:auto; margin-right:auto}
	.wave-section .text-wrapper div.btn-default a { border-width:3px; font-size:15px; padding: .5rem 1.7rem;}
	.wave-section  { background-position: 22% calc(100% + 197px) !important;}
	.wavebottom-mv {height: 24px !important; background: #ffffff;transform: rotate(-2deg); bottom: -17px !important;width: calc(100% + 20px);}
	.wavebottom-mv svg { display:none}
	.wave-section.ws-half-bubble  { background-position: 6% calc(100% + 60px) !important;}
	.ws-half-bubble .wavebottom-mv-top {height: 50px !important; background: #ffffff;transform: rotate(-2deg); top:20px !important; width: calc(100% + 50px); left:-3px}
	.ws-half-bubble .wavebottom-mv-top svg { display:none}
	.wave-section.ws-half-bubble  .text-wrapper{ padding: 0 5px; position: relative;top: -22px; left: 12px;}
	.wave-section.ws-half-bubble .wavebottom-mv {height: 24px !important; background: #ffffff;transform: rotate(-2deg); bottom: -17px !important;width: calc(100% + 20px);}
	.image-with-background ul li { text-align:center}
	.image-with-background ul {padding: 10px 0px 0 10px;}
	.wave-section .text-wrapper p br { display:none}
}


/* Hero angled */
.angled-shadow::after, .wpcontentsplit.angled-shadow:before {
  display: block;
  content: "";
  position: relative;
  left: 0;
  right: 0;
  top: 15px;
  height: 55px; 
  --shadow-angle: 175deg;
  background: linear-gradient(
    var(--shadow-angle),                           
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.10) 30%,         
    rgba(0, 0, 0, 0) 65%
  );

  clip-path: polygon(
    0 100%,
    0 70%,
    100% 0%,
    100% 100%
  );
  pointer-events: none;
  z-index: 1;
}


@media (min-width: 640px) and (max-width: 1024px) {
    .angled-shadow::after {
        top: 30px;
        height: 90px; 
    }
}

@media (min-width: 1024px) {
    .angled-shadow::after {
        height: 140px;
        --shadow-angle: 177deg; 
    }
}

.landing-hero div.hero-description p, .find-us-section div.description p, .icon-section div.description.text-white p {
    color: white;
}

/* Why Choose section */

.highlighted {
    font-family: 'Georgia';
    font-size: 26px;
    line-height: 38px;
    font-style: italic;
    color: #00a9a3;
    letter-spacing: -5%;
}

/* Section angled */
.angled::after, .angled::before, .angled-top:before, .angled-bottom:after{
  display: block;
  content: "";
  position: relative;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 55px; 
  background: white;
  clip-path: polygon(
    0 100%,
    0 100%,
    100% 0%,
    100% 100%
  );
  pointer-events: none;
  z-index: 1;
}

.angled::before, .angled-top:before {
 bottom: 1px;
 clip-path: polygon(
    0 100%,
    0 0%,
    100% 0%,
    0% 100%
  );
}

.angled-top div.container {
    padding-bottom: 32px;
}

/* Product Cards section */
.product-card, .pib-team-card {
    /* Ensure the base state has a transparent shadow and transition */
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.product-card:hover, .pib-team-card:hover {
    /* 1. The Shadow: Horizontal Vertical Blur Spread Color */
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.30);
    
    /* 2. The Lift: Moves the card up by 8px */
    transform: translateY(-8px);
}

.footer-links ul>li.menu-item:hover > a {
  text-decoration: underline;
  text-decoration-color: #00A9A3;
  text-underline-offset: 25%;
}

.footer-links ul>li.menu-item:hover > a span {
  color: white;
}

.wpcontentsplit.split-angled, .wpcontentsplit.angled-shadow:before {
    clip-path: polygon(
    0 60px,    
    100% 0,   
    100% 90%, 
    0 100%
  );
}

.wpcontentsplit.angled-shadow:before {
  top: 0px;
  height: 130px;
  --shadow-angle: 178deg;
  background: linear-gradient(
    var(--shadow-angle),                           
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.10) 20%,         
    rgba(0, 0, 0, 0) 60%
  );
}

.wpcontentsplit.angled-shadow:after {
    display: none;
}

/* ── Team Section - Flip card ═══════════════════════════════════════════════════ */
.pib-team-card {
    perspective: 1200px;
    /* border handled via Tailwind on this element */
}

/* Grid-area trick: both faces in same cell, front drives height */
.pib-card-inner {
    display: grid;
    grid-template-rows: 1fr;
    position: relative;
    transition: transform 0.55s cubic-bezier(0.4, 0.2, 0.2, 1);
    transform-style: preserve-3d;
    width: 100%;
}

.pib-team-card.is-flipped .pib-card-inner {
    transform: rotateY(180deg);
}

/* FRONT — normal flow, sets card height */
.pib-card-front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    width: 100%;
}

/* BACK — overlays the front exactly */
.pib-card-back {
    position: absolute;
    inset: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    background: #260a33;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5rem;
    text-align: center;
    overflow-y: auto;
}
/* Force all child elements on the back face to inherit white */
.pib-card-back *,
.pib-card-back p,
.pib-card-back span,
.pib-card-back li,
.pib-card-back a,
.pib-card-back h1,
.pib-card-back h2,
.pib-card-back h3,
.pib-card-back h4,
.pib-card-back strong,
.pib-card-back em {
    color: #fff !important;
}

.pib-card-back button:hover {
    color: #260a33 !important;
}

/* Text section */

.textdisplay-section ul li, .faq-section ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.textdisplay-section a, .faq-section a {
    text-decoration: underline;
}

/* Anchor scroll fix  */
*[id] {
  scroll-margin-top: 120px; 
}