/**
Theme Name: Noxiy Child
Author: ThemeOri
Author URI: https://themeforest.net/user/themeori/
Description: Child theme for the Noxiy theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: noxiy-child
Template: noxiy
*/


.banner__two-content-button-video.video-pulse {
    display: none;
}

.about__one-left-image-experience {
    display: none;
}

.services__two-item::before {
  background-image: url("https://primeinsurance.com.sg/wp-content/uploads/2026/01/services-4_1B407E.png") !important;
}

/* Services Page */

.white-fade img {
    mask-image: linear-gradient(to left, black 60%, transparent 100%);
}

.custom-card-individual {
    background: #ffffff;
    border-radius: 11px !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.custom-card-individual h6 {
    border-bottom: 1px solid #00000014;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.space-bottom {
    margin-bottom: 46px !important;
}

.ncd-design h3 {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.ncd-design {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    background: url(https://primeinsurance.com.sg/wp-content/uploads/2026/02/ChatGPT-Image-Feb-8-2026-01_33_57-PM.png);
    background-size: 130px;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 82px !important;
    padding-left: 40px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    border-radius: 10px;
}

.ncd-design h3:after {
    border-bottom: 2px solid #1b407e;
    content: "";
    position: absolute;
    width: 150px;
    left: 40%;
    bottom: 0;
}

.white-fade.right img {
    mask-image: linear-gradient(to right, black 60%, transparent 100%);
}

.tick-with-shadow li {
    padding: 6px 13px !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 10px !important;
}

.quote__area-left ul li {
    margin-bottom: 16px;
}

.services__two-item-content h4 {
    height: 40px;
    line-height: 28px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.services__two-item-content p {
    transition: 0.4s;
    height: 80px;
}

.page__banner-content ul li {
    color: #ffffffbf;
}

.our-vision {
    padding-top: 4%;
    padding-bottom: 4%;
    background-position: top center !important;
    color: #fff;
    background-attachment: fixed;
}

.wp-block-group.personalized-insurance {
    text-align: center;
}

.personalized-insurance .wp-block-buttons {
    justify-content: center;
}

.personalized-insurance  a.wp-block-button__link {
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
}

.personalized-insurance  a.wp-block-button__link {
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    background: #1b407e;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
}

.personalized-insurance ul.wp-block-list li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Pro';
    color: #1b407e;
    padding-right: 7px;
    font-weight: 600;
}

.personalized-insurance ul.wp-block-list {
    text-align: left;
}

.our-vision h2 {
    color: #fff;
    text-align: center;
}

.our-vision p {
    padding-left: 10%;
    padding-right: 10%;
}

.mission-timeline {
  position: relative;
  padding-left: 60px;
}

.mission-timeline:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #1B407E;
}

.number-count h3 {
    background: #1b407d;
    display: inline-block;
    border-radius: 13px 0 13px 13px;
    padding: 10px 10px;
    color: #fff;
    width: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.mission-text  p {
    margin: 0 !important;
}

.number-count {
    align-items: center !important;
    display: flex;
}

.covers-section h4 {
    background: linear-gradient(92deg, #073e8d, #073e8d00);
    color: #fff;
    padding: 11px 13px;
    border-radius: 5px;
}

.remove-margin p {
    margin: 0;
}

.covers-section h5:before {
    content: "";
    border-right: 4px solid #0f4491;
    margin-right: 10px;
}

.space-bottom-inner-section {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
   .header-top {
    display: none;
}
}

@media (max-width: 1200px) {
    .header__area-menubar-center-menu ul > li {
            margin-right: 0 !important;
    }
}

