/**
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://demo.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://demo.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;
}


@media (max-width: 767px) {
   .header-top {
    display: none;
}
}

