@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
    background: #0e0e0e;
}

.service_category .service_box {
   
    padding-top: 130%;
   
}

.ai_image_search .icon-btn img {

    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(138deg) brightness(103%) contrast(102%);
}

#top_spacing {
    background: #0e0e0e;
}

.all_functional_page {
    background: #0e0e0e;
}

.booking_form .background {
    background-color: #0e0e0e;
}

a:hover {
    text-decoration: none;
}

.slider_banner .item img {
    height: 45vw !important;
    object-fit: cover;
}

.page_title b {
    color: #fafafa;
}

.breadcrumb_b ol li a {
    color: #fafafa;
}

.ws_service .viewmore_title {
    color: #fafafa;
}

.ws_service .service_content {
    color: #fafafa;
}

.ws_service .viewmore_services_item {
    background-color: #181818 !important;
    border-radius: 6px;
}

.booking_form .card_header .title:after {
 
    background-color: #181818;
}

.booking_form .card {
    background-color: #181818;
    color: #fafafa;
}

.booking_form label {
    color: #c9a961;
}

.productDetailImageLeftRight .all_sub_img {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ai_image_search .search-input {

    background: #0e0e0e;
    color: #fff;
}
.ai_image_search .search-input::placeholder {

    color: #fff;
}

@media screen and (max-width: 1200.5px){
.slider_banner .item img {
    height: 50vw !important;
    object-fit: cover;
}

}

@media screen and (max-width: 767.5px){
.index_wrapper_2 .item>img{
      
    min-height:80vw !important;
    object-fit:cover;
    object-position: 67%;

}

.slider_banner .item img {
    height: 82vh !important;
    object-fit: cover;
}

}


.hp_ts_link {
    padding: 10px 22px;
    background: #b01c2e;
    color: #fafafa;
    border: none;
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.hp_ts_link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.hp_ts_link:hover::before {
    left: 100%;
}

.hp_ts_link:hover {
    background: #7a1220;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(176, 28, 46, 0.35);
    color: #fafafa;
}

.hp_ts_bbox {
    z-index: 101;
    display: inline-block;
    flex: unset;
}

/*Menu*/

.navbar_type8 {
    height: unset;
    z-index: 100;
    background: rgba(14, 14, 14, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(201, 169, 97, 0.12);
    padding: 20px 60px;
    justify-content: space-between;
    transition: padding 0.4s ease, background 0.4s ease, border-color 0.4s ease;
    align-items: center;
}


.dark_nav {
    padding: 10px 60px;
    background: rgba(8, 8, 8, 0.98) !important;
    border-bottom-color: rgba(201, 169, 97, 0.25);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.dark_nav .logo img {
    height: 42px !important;
}

.navbar_type8 .logo {
    flex: unset;
    margin-left: 0%;
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    transition: all 0.4s ease;
    overflow: visible;
}

.navbar_type8 .nav_tab {
    flex: unset;
    padding-left: 0;
    padding-right: 0%;
    justify-content: center;
    gap: 38px;
   
}

.navbar_type8 .nav_tab .nav_item a {
    color: rgba(250, 250, 250, 0.72);
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
    padding: 4px 0;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #c9a961;
  
}


.navbar_type8 .logo img {
    padding: 0;
    height: 54px;
    width: auto;
    transition: all 0.4s ease;
    display: block;
    position: relative;

}

.navbar_mobile {
    
    background-color: rgba(14, 14, 14, 1);
    
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;    
}

.navbar_type8 .nav_tab .nav_item a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: #c9a961;
    transition: width 0.3s ease;
}

.navbar_type8 .nav_tab .nav_item a:hover::after {
    width: 100%;
}

.navbar_type8 .nav_tab .nav_item a.active {
    color: #c9a961;
}

.navbar_type8 .nav_tab .nav_item a.active::after {
    width: 100%;
}

.navbar_mobile .logo_img {

    transform: scale(1.25);
}

/*Banner*/

.slider_banner .banner_content {
    opacity: 1 !important;
}

.hp_banner {
    min-height: 45vw;
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 90px;
    overflow: hidden;
}

.hp_banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(201, 169, 97, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(201, 169, 97, 0.025) 1px, transparent 1px);
    background-size: 80px 80px;
    pointer-events: none;
}

.hp_banner_title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #c9a961;
    margin-bottom: 25px;
    font-weight: 500;
}

.hp_banner_title::before {
    content: '';
    width: 36px;
    height: 1px;
    background: #c9a961;
}

.hp_banner_title2 {
    font-family: Fraunces;
    font-size: clamp(52px, 8.75vw, 125px);
    line-height: 0.925;
    font-weight: 500;
    color: #fafafa;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
}

.hp_banner_title2 .spanbob {
    font-style: italic;
    color: #c9a961;
}

.hp_banner_title2 .spandad {
    color: #d82c3e;
    font-style: italic;
}

.hp_banner_desc {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(250, 250, 250, 0.72);
    max-width: 540px;
    margin-bottom: 42px;
}

.hp_banner_link {
    padding: 16px 34px;
    background: #b01c2e;
    color: #fafafa;
    border: none;
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.hp_banner_link:hover {
    background: #7a1220;
    box-shadow: 0 10px 30px rgba(176, 28, 46, 0.35);
    transform: translateY(-2px);
    color: #fafafa;
}

.hp_banner_link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.hp_banner_link:hover::before {
    left: 100%;
}

.hp_banner_link2 {
    padding: 16px 34px;
    background: transparent;
    color: #fafafa;
    border: 1px solid rgba(201, 169, 97, 0.8);
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    border-radius: 2px;
}

.hp_banner_link2:hover {
    border-color: #c9a961;
    color: #c9a961;
    transform: translateY(-2px);
}

.hp_banner_box {
    position: relative;
    z-index: 2;
    max-width: 891.5px;
}

.hp_banner_tbox > *:nth-child(1) {
    animation-delay: 0.1s;
}

.hp_banner_tbox > * {
    animation: fadeInUp 0.9s ease forwards;
    opacity: 0;
}

.hp_banner_bbox {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}

@keyframes fadeInUp {
    0% {
    opacity: 0;
    transform: translateY(30px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}

/*@media screen and (max-width: 968px){*/

/*.hp_banner {*/
/*    min-height: 82vh;*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 60px 90px;*/
/*    overflow: hidden;*/
/*    padding-left: 37px;*/
/*    padding-right: 37px;*/
/*}*/

/*}*/

@media screen and (max-width: 1200.5px){

.hp_banner {
    min-height: 50vw;
}

.hp_banner_desc {

    margin-bottom: 30px;
}

.hp_banner {
    padding: 3% 90px;
}

}

@media screen and (max-width: 767.5px){

.hp_banner {
    min-height: 82vh;
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 90px;
    overflow: hidden;
    padding-left: 37px;
    padding-right: 37px;
}

}


/*TOP SECRET*/

.category_list_type4 .category_box h6 {
    color: #fff;
}

.category_menu_3 .title {

    color: #fff;
}

.category_menu_3 .main_title {
    color: #fff;
}

.category_menu_3 .main_title:before {
    opacity: 1;
}

#main_category .ai_image_search .search-input {
        caret-color: #fff;
    color: #fff;
    background: transparent;
}

#main_category .ai_image_search .search-input::placeholder {

    color: #fff;
}

.product_list_5 .product_box .product_des .price a, .product_list_5 .product_box .product_des .title a {
    color: #fff;
  
}

.product_list_5 .product_box .whatsapp_wrapper a {
    color: #fff;
}

.recent_view_product .recent_view_product_item a {
    color: #fff;
    /* text-decoration: underline; */
}

#category_2_5 p {
 
    color: #fff;
}

/*Marquee*/

.hp_marquee {
    background: #D4AF37;
}

.hp_marquee .container-fluid {
    padding: 0;
}

.hp_marquee_itbox {
    display: flex;
}

.hp_marquee_item {
    position: relative;
    color: #fff;
    font-size: 1.5vw;
    font-weight: 400;
    padding-right: 1.5%;
    margin-bottom: 0;
}

.hp_marquee_item::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 3%;
    background-color: #fff;
    width: 8.25vw;
    height: 1px;
    margin: auto 0;
    
}

.hp_marquee .imageMarquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  padding: 1.5% 0;
  position: relative;
}

@media screen and (max-width: 1200.5px){
.hp_marquee_item {

    font-size: 2vw;

    padding-right: 1.5%;

}

.hp_marquee_item::before {

    right: 3%;
    width: 10.75vw;
   
    
}

}

@media screen and (max-width: 767.5px){
.hp_marquee_item {

    font-size: 4vw;

    padding-right: 1.5%;

}

.hp_marquee_item::before {

    right: 3%;
    width: 22vw;
   
    
}

.hp_marquee .imageMarquee {
  
  padding: 3% 0;
  
}

}

/*About*/

.hp_about {
    padding: 60px 80px;
    background: #080808;
    margin: 0 -15px;
}

.hp_about .row {
    align-items: center;
}

.hp_about .slick-dots li {
   
    margin: 0;
    
}

/* Remove default slick dot */
.hp_about .slick-dots li button:before {
    font-size: 0;
}


/* Normal dots = solid white */
.hp_about .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff !important;
    padding: 0;
}

.hp_about .slick-dots li.slick-active button {
    background: transparent !important;
    padding: 0 !important;
    position: relative;
    width: 10px;
    height: 10px;
    transform: scale(1.5);
}

.hp_about .slick-dots li.slick-active button::after {
    content: "";
    position: absolute;
    top: 1.5px;
    left: 1.5px;
    right: 1px;
    bottom: 1px;
    background: #fff;
    border-radius: 50%;
}

.hp_about_title1 {
    font-size: 11px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #c9a961;
    margin-bottom: 18px;
    font-weight: 500;
}

.hp_about_title2 {
    font-size: clamp(38px, 4.5vw, 58px);
    font-weight: 400;
    color: #fafafa;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    font-family: Fraunces;
}

.hp_about_title2 span {
    font-style: italic;
    color: #c9a961;
}

.hp_about_desc {
    font-size: 16px;
    color: rgba(250, 250, 250, 0.72);
    line-height: 1.7;
    margin-bottom: 32px;
}

.hp_about_link {
    padding: 14px 30px;
    background: transparent;
    color: #c9a961;
    border: 1px solid #c9a961;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
}

.hp_about_link:hover {
    background: #c9a961;
    color: #0e0e0e;
    transform: translateY(-2px);
}

.hp_about_ggbox {
    flex: 0 0 50%;
}

.hp_about_box .slick-dots {
    position: absolute;
    bottom: -40px;
    
}

.hp_about_box .slick-arrow {
    display: none !important;
}

.hp_about .col-12.col-md-6:nth-child(2) {
    padding-left: 3.5%;
    margin-top: -1%;
}

.hp_about_box2 {
    background: #232323;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 15px;
    padding: 1.25% 4% 2%;
}

.hp_about_item1 {
    font-size: 3.5vw;
    font-weight: 600;
    margin-bottom: 0;
}

.hp_about_item2 {
    margin-bottom: 0;
    font-size: 1vw;
    font-weight: 400;
}

.hp_about_fbox{
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.hp_about_ggbox{
    box-sizing: border-box;
}

.hp_about_box{
    width: 50%;
    box-sizing: border-box;
}

.hp_about_image{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}


@media (max-width: 968px) {
    
.hp_about_fbox{
    flex-direction: column;
    gap: 0;
}

.hp_about {
    padding-left: 22px;
    padding-right: 22px;
}

.hp_about_box {
    width: 100%;
}

}

@media screen and (max-width: 767.5px){

.hp_about_item1 {
    font-size: 10vw;
    
}

.hp_about_item2 {
   
    font-size: 3.5vw;
    
}

.hp_about_itemf span {
    font-size: 10vw;
}

.slick-dotted.slick-slider {
    margin-bottom: 12%;
}


.hp_about_box .slick-dots {
   
    bottom: -35px;
    
}

.hp_about_box2 {
    
    padding: 3% 4.5% 5%;
    flex: 0 0 47%;
    margin-bottom: 6%;
}

.hp_about_itemf {
   
    height: 11vw;
}

}

/*Product*/

/*.index_wrapper_5 {*/
/*    padding: 4% 8% 4%;*/
/*    position: relative;*/
/*}*/

/*.index_wrapper_5::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0%;*/
/*    right: 0%;*/
/*    background-image: url(https://cdn1.npcdn.net/img/1776734965C-BG.jpg);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    width: 100%;*/
/*    height: 133%;*/
  
/*}*/

/*.productSlider-1 .product_img .product_box {*/
/*    margin: 0;*/
/*    border: 1px solid rgba(212,175,55,0.18);*/
/*    background-color: #1A1A1A;*/
/*    border-radius: 16px;*/
/*    overflow: hidden;*/
/*    transition: 0.3s;*/
/*}*/

.productSlider-1 .product_img .product_box:hover {
    border: 1px solid #D4AF37;
        box-shadow: 0 0 10px #D4AF37;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    transition: 0.3s;
    border-radius: 0;
}

.productSlider-1 .product_img .product_box:hover .product_img_frame img {
    transform: translate(-50%, -50%) scale(1.05);
    
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 1vw;
    background: transparent;
}

.productSlider-1 .product_img .slick-prev::before {
    content: '';
    background-image: url('https://cdn1.npcdn.net/img/1776741543BUTTON-1.png');
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    opacity: 1;
    padding: 0;
}

.productSlider-1 .product_img .slick-next::before {
    content: '';
    background-image: url('https://cdn1.npcdn.net/img/1776741554BUTTON-2.png');
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999px;
    display: inline-block;
    opacity: 1;
    padding: 0;
}

.productSlider-1 .slick-prev {
    left: -45px;
    z-index: 10;
}

.productSlider-1 .slick-next {
    right: -45px;
    z-index: 10;
}

.productSlider-1 .text-left {
    text-align: center !important;
}

.productSlider-1 .align-top a {
    background: #D4AF37;
    color: #fff;
    border-radius: 30px;
    transition: 0.3s;
    position: relative;
    padding: 0.75vw 3vw 0.75vw 3vw;
    font-size: 1vw;
    box-shadow: 0 0 10px #D4AF37;
    font-weight: 400;
    border: 2px solid #D4AF37;
}

.productSlider-1 .align-top a:hover {
    background: #B8962E;
    color: #fff;
 
}

.productSlider-1 .product_img .product_box h6 {
    color: #fff;
    font-weight: 400 !important;
    margin-bottom: 12% !important;
    font-size: 1vw;
}

.productSlider-1 p {
    display: none;
}

.hp_product_title {
    text-align: center;
    margin-bottom: 1.5%;
    color: #FFFFFF;
    font-size: 2vw;
}


@media screen and (max-width: 1200.5px){
.productSlider-1 .product_img .product_box h6 {
    
    margin-bottom: 12% !important;
    font-size: 1.4vw;
}

.productSlider-1 .align-top a {
  
    border-radius: 30px;
    
    padding: 1vw 3.5vw 1vw 3.5vw;
    font-size: 1.4vw;
   
}


.productSlider-1 .product_img .slick-prev::before {
   
    width: 35px;
    height: 35px;
   
}

.productSlider-1 .product_img .slick-next::before {
    width: 35px;
    height: 35px;
}

.productSlider-1 .slick-prev {
    left: -35px;
    z-index: 10;
}

.productSlider-1 .slick-next {
    right: -35px;
    z-index: 10;
}

.hp_product_title {

    font-size: 2.5vw;
}

}

@media screen and (max-width: 767.5px){
.productSlider-1 .product_img .product_box h6 {
    
    margin-bottom: 9% !important;
    font-size: 4.5vw;
}

.productSlider-1 .align-top a {
  
    border-radius: 30px;
    
    padding: 3vw 9vw 3vw 9vw;
    font-size: 4vw;
   
}


.productSlider-1 .product_img .slick-prev::before {
   
    width: 30px;
    height: 30px;
   
}

/*.index_wrapper_5::before {*/
   
/*    top: 0%;*/
/*    right: 0%;*/
   
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.productSlider-1 .product_img .slick-next::before {
    width: 30px;
    height: 30px;
}

.productSlider-1 .slick-prev {
    left: -15px;
    z-index: 10;
}

.productSlider-1 .slick-next {
    right: -15px;
    z-index: 10;
}

/*.index_wrapper_5 {*/
/*    padding: 12% 6%;*/
   
/*}*/

.hp_product_title {
    text-align: center;
    margin-bottom: 3%;
    font-size: 6vw;
}

}

/*Service*/

.index_wrapper_4 {
    padding: 100px 80px;
    background: #0e0e0e;
}

    

/*.index_wrapper_6::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    top: 0%;*/
/*    right: 0%;*/
/*    background: #0B0B0B;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: -2;*/
/*}*/

/*.index_wrapper_6::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    bottom: -15%;*/
/*    right: 3%;*/
/*    background-image: url(https://cdn1.npcdn.net/img/1763446305D-ELEMENT.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    width: 10vw;*/
/*    height: 20vw;*/
/*}*/

.ex_hpservice_slide .services-text h3.title:after {
    display: none;
}

.ex_hpservice_slide .item {
    margin: 0 0.75vw;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid rgba(201, 169, 97, 0.15);
    background: #181818;
    height: 26vw;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.4s ease;
    overflow: hidden;
}

.ex_hpservice_slide .item:hover {
    border-color: #c9a961;
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.ex_hpservice_slide .services-text h3.title {
    text-transform: capitalize;
    color: #fafafa;
    font-weight: 400;
    font-size: 1vw;
    margin-bottom: 0;
}

.ex_hpservice_slide .services-text p {
    display: none;
}

.ex_hpservice_slide .services-content {
    overflow: visible;
    height: 22vw;
}

.ex_hpservice_slide .services-text {
        opacity: 1;
    position: relative;
    top: 0;
    text-align: start;
    padding: 1.5vw;
    transform: unset;
    height: 4vw;
    bottom: 0;
    display: flex;
    align-items: center;
}

.ex_hpservice_slide .container {
    max-width: 100%;
}

.service_active {
    color: #D4AF37 !important;
    position: relative;
}

.service_active::before {
    position: absolute;
    content: "";
    bottom: 0%;
    right: 0%;
    left: 0;
    margin: 0 auto;
    background: #D4AF37;
    width: 100%;
    height: 3px;
    
}

.hp_service_title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(176, 28, 46, 0.15);
    border: 1px solid #b01c2e;
    color: #d82c3e;
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 100px;
    margin-bottom: 18px;
}

.hp_service_title::before {
    content: '★';
    font-size: 12px;
}

.hp_service_title2 {
    font-family: Fraunces;
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 400;
    color: #fafafa;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.hp_service_title2 span {
    font-style: italic;
    color: #c9a961;
}

.hp_service_desc {
    font-size: 16px;
    color: rgba(250, 250, 250, 0.72);
    max-width: 580px;
    margin: 20px auto 0;
    line-height: 1.65;
}

.ex_hpservice_slide {
    margin-block: 0;
    background-color: transparent;
    padding: 3rem 0 2rem 0;
}

.hp_service_box2 {
    display: flex;
    justify-content: center;
    gap: 3vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    
}

.ex_hpservice_slide .controls.left {
    left: -25px;
}

.ex_hpservice_slide .controls.right {
    right: -25px;
}

.hp_service_nav {
    color: #fff;
    font-size: 1.1vw;
    cursor: pointer;
    padding-bottom: 1%;
}

.ex_hpservice_slide .services-content .overlay {
  
    background-color: rgba(0, 0, 0, 0);
}

.hp_service_tbox {
    margin-bottom: 40px;
}

.hp_service_link {
    padding: 14px 30px;
    background: transparent;
    color: #c9a961;
    border: 1px solid #c9a961;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
}

.hp_service_link:hover {
    background: #c9a961;
    color: #0e0e0e;
    transform: translateY(-2px);
}

.popular-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1300px;
    margin: 0 auto 50px;
}

.popular-card {
    background: #181818;
    border: 1px solid rgba(201, 169, 97, 0.15);
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
}

.popular-card-img {
    aspect-ratio: 4 / 3;
    background: radial-gradient(circle at 30% 40%, rgba(176, 28, 46, 0.25), transparent 55%), radial-gradient(circle at 70% 70%, rgba(201, 169, 97, 0.18), transparent 55%), linear-gradient(135deg, var(--black-soft), var(--black-deep));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a961;
    position: relative;
}

.popular-card-img svg {
    width: 70px;
    height: 70px;
}

.popular-card-body {
    padding: 26px;
}

.popular-card-title {
    font-family: fraunces;
    font-size: 24px;
    font-weight: 500;
    color: #fafafa;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.popular-card-title .italic {
    font-style: italic;
    color: #c9a961;
    font-weight: 400;
}

.popular-card-desc {
    font-size: 14px;
    color: rgba(250, 250, 250, 0.72);
    line-height: 1.6;
}

.popular-card:hover {
    border-color: #c9a961;
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    color: #c9a961;
}

.hp_service_image {
    width: 100%;
}

@media screen and (max-width: 1218.5px){

.ex_hpservice_slide .services-text h3.title {
  
    font-size: 1.5vw;
   
}

.ex_hpservice_slide .item {
    height: 28vw;
}

.ex_hpservice_slide .services-text {
    height: 6vw;
}

}

@media screen and (max-width: 1200.5px){
.hp_service_nav {
 
    font-size: 1.6vw;
   
    padding-bottom: 1%;
}

}

@media screen and (max-width: 968px){

.ex_hpservice_slide .item {
    height: 29vw;
}

.ex_hpservice_slide .services-text {
    height: 7vw;
}

.ex_hpservice_slide {
    padding: 1.5rem 0 1.5rem 0;
}

.index_wrapper_4 {
    padding: 80px 80px;
    padding-left: 22px;
    padding-right: 22px;
}

.popular-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .popular-card-img {
  
    display: block;
   
}

}

@media screen and (max-width: 767.5px){
.hp_service_nav {
 
    font-size: 4vw;
    flex: 0 0 48%;
    padding-bottom: 2%;
    text-align: center;
}

.ex_hpservice_slide .services-text h3.title {
  
    font-size: 4vw;
   
}

.ex_hpservice_slide .controls.left {
    left: -15px;
}

.ex_hpservice_slide .controls.right {
    right: -15px;
}


.hp_service_box2 {
    
    flex-wrap: wrap;
}

.ex_hpservice_slide .services-content {
  
    height: 62vw;
}

.ex_hpservice_slide .item {
    height: 74.5vw;
}

.ex_hpservice_slide .services-text {
        height: 12vw;
        padding: 6vw;
    }

}

/*Clientele*/

.hp_clientele {
    position: relative;
    padding: 3% 6% 5%;
}

.hp_clientele_image {
    width: 100%;
}

.hp_clientele::before {
    position: absolute;
    content: "";
    top: 0%;
    right: 0%;
    background: #161616;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.hp_clientele::after {
    position: absolute;
    content: "";
    bottom: -18%;
    left: 8%;
    background-image: url(https://cdn1.npcdn.net/img/1763430986F-ELEMENT.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10vw;
    height: 20vw;
    z-index: -1;
  
}

.hp_clientele_title {
    text-align: center;
    margin-bottom: 3%;
    color: #fff;
    font-size: 2vw;
}



.hp_clientele_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3vw 2vw;
}

.hp_clientele_ibox {
    flex: 0 0 18%;
    background-image: url(https://cdn1.npcdn.net/img/1776750587F-BGG.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2%;
}

@media screen and (max-width: 1200.5px){
.hp_clientele_title {
    font-size: 2.5vw;
}

.hp_clientele {
  
    padding: 3% 5% 5%;
}

}

@media screen and (max-width: 767.5px){


.hp_clientele {
  
    padding: 12% 3%;
}

.hp_clientele_ibox {
    flex: 0 0 48%;

    padding: 5%;
}

.hp_clientele_title {
    text-align: center;
    margin-bottom: 6%;
    font-size: 6vw;
}

.hp_clientele::after {
  
    bottom: 1%;
    left: 8%;
   
    width: 15vw;
    height: 30vw;
  
}

}




/*Contact*/

.hp_contact_title {
    text-align: center;
    margin-bottom: 3%;
    color: #fff;
    font-size: 2vw;
}

.hp_contact_ifbox iframe {
    border-radius: 20px;
    height: 25.75vw !important;
}

.hp_contact_item {
    display: flex;
    align-items: center;
    gap: 1.5vw;
    margin-bottom: 3%;
    padding-bottom: 3%;
    position: relative;
}

.hp_contact_item::before {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 16.5%;
    background: rgba(255,255,255,0.5);
    width: 55%;
    height: 0.1vw;
   
}

.hp_contact_item.x::before {
    display: none;
   
}

.hp_contact_item p {
    margin-bottom: 0;
    color: #fff;
    font-size: 1vw;
    line-height: 1.6;
    font-weight: 400;
}

.hp_contact_item img {
    width: 5vw;
}

.hp_contact_item a {
    color: #fff;
}

.hp_contact .row {
    align-items: center;
}

.hp_contact {
    padding: 5% 7% 5%;
    position: relative;
}

.hp_contact::before {
    position: absolute;
    content: "";
    top: 0%;
    right: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1763353890G-BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 125%;
    z-index: -1;
}

.hp_contact_box {
    position: relative;
    padding: 12% 9% 6%;
}

.hp_contact_box::before {
    position: absolute;
    content: "";
    top: -14%;
    right: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1763367429G-BG.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 47vw;
    height: 31.5vw;
    z-index: -1;
}

@media screen and (max-width: 1200.5px){
.hp_contact_item p {
    
    font-size: 1.5vw;
    
}

.hp_contact_item p br {
    
    display: none;
    
}

.hp_contact_item img {
    width: 6vw;
}

.hp_contact_box::before {
    
    top: -14%;
    right: 0%;
 
    width: 47vw;
    height: 34vw;
  
}

.hp_contact_box {
   
    padding: 12% 8% 6%;
}

.hp_contact_ifbox iframe {
    border-radius: 20px;
    height: 27vw !important;
}

.hp_contact_item::before {
   
    left: 19%;
    width: 65%;
   
}

.hp_contact_title {
    font-size: 2.5vw;
}

}

@media screen and (max-width: 767.5px){
.hp_contact_item p {
    
    font-size: 3.75vw;
    
}

.hp_contact_item p br {
    
    display: none;
    
}

.hp_contact_item img {
    width: 12vw;
}

.hp_contact_box::before {
    
    top: -9%;
    right: -8%;
    width: 100vw;
    height: 72vw;
  
}

.hp_contact_box {
   
    padding: 12% 9% 6%;
    margin-top: 9%;
}

.hp_contact_ifbox iframe {
    border-radius: 20px;
    height: 66vw !important;
}

.hp_contact_item::before {
   
    left: 19%;
    width: 65%;
   
}


.hp_contact {
    padding: 6% 3%;
  
}

.hp_contact_title {
    font-size: 6vw;
    margin-bottom: 6%;
}

.hp_contact_item {
   
    gap: 3vw;
    margin-bottom: 3%;
    padding-bottom: 3%;
  
}

.hp_contact .col-12.col-md-7 {
    padding: 0;
}

}

/*Book*/

.hp_book {
  
    padding: 1% 0 5%;
    position: relative;
}

.hp_book::before {
    position: absolute;
    content: "";
    top: 0%;
    right: 0%;
    background: #161616;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.hp_book .container-fluid {
    padding: 0;
}

.imageMarquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0;
  position: relative;
}

.imageMarquee .marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
}

.imageMarquee img {
  height: 10vw;
  margin: 0 2vw;
  vertical-align: middle;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.hp_book_itbox {
    display: flex;
}

.hp_book_title {
    text-align: center;
    font-size: 2vw;
    color: #fff;
}



.hp_book_item {
    color: #fff;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 6vw;
    padding-right: 0.35%;
    margin-right: 0.55%;
    position: relative;
}

.hp_book_item a {
    color: #fff;
   
}

.hp_book_item.x a {
    color: #e0aa3e;
   
}

.hp_book_item::before {
    position: absolute;
    content: "";
    bottom: 21%;
    right: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1763350156H-button-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.5vw;
    height: 2.5vw;
    transition: 0.3s;
}

.hp_book_item.x::before {
   
    background-image: url(https://cdn1.npcdn.net/img/1763350340H-button-02.png);
    
}

.hp_book_item.x {
    color: #e0aa3e;
   
}


.hp_book_box {
    text-align: center;
    background-image: url(https://cdn1.npcdn.net/img/1776740880G-Background.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 2%;
    padding: 7% 0% 6%;
    background-position: 54%;
}

.hp_book_title1 {
    color: #fff;
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: 1%;
}

.hp_book_desc {
    color: #BFBFBF;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 2.5%;
    font-size: 1vw;
}

.hp_book_bbox .contactRecordBtn {
    background: #D4AF37;
    color: #fff;
    border-radius: 30px;
    transition: 0.3s;
    position: relative;
    padding: 1vw 1.75vw 1vw 4.25vw;
    font-size: 1.2vw;
    box-shadow: 0 0 10px #D4AF37;
    border: 2px solid #D4AF37;
}

.hp_book_bbox .contactRecordBtn::before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    left: 12%;
    background-image: url(https://cdn1.npcdn.net/img/1763358485B-button.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2vw;
    height: 2vw;
    transition: 0.3s;
}

.hp_book_bbox .contactRecordBtn:hover {
    background: #B8962E;
    color: #fff;
 
}

.hp_book_bbox .contactRecordBtn:hover::before {
    transform: rotate(-90deg);
}

@media screen and (max-width: 1200.5px){
.hp_book_item {
   
    font-size: 6.5vw;
    padding-right: 0.35%;
    margin-right: 0.55%;

}

.hp_book_title {
    font-size: 2.5vw;
}

.hp_book_item::before {
   
    bottom: 21%;
   
    width: 3vw;
    height: 3vw;
  
}

.hp_book_title1 {

    font-size: 2.5vw;

    margin-bottom: 1%;
}

.hp_book_desc {
   
    margin-bottom: 2.5%;
    font-size: 1.3vw;
}

.hp_book_bbox .contactRecordBtn {

    border-radius: 30px;
 
    padding: 1.25vw 2.25vw 1.25vw 5.25vw;
    font-size: 1.5vw;
   
}

.hp_book_bbox .contactRecordBtn::before {
   
    left: 12%;
  
    width: 2.5vw;
    height: 2.5vw;
    
}

}

@media screen and (max-width: 767.5px){
.hp_book_item {
   
    font-size: 12vw;
    padding-right: 0.35%;
    margin-right: 0.55%;

}

.hp_book_title {
    font-size: 6vw;
    margin-bottom: 0%;
}

.hp_book_item::before {
   
    bottom: 21%;
   
    width: 6vw;
    height: 6vw;
  
}

.hp_book {

    padding: 6% 6%;
}

.hp_book_title1 {

    font-size: 6vw;

    margin-bottom: 2%;
}

.hp_book_desc {
   
    margin-bottom: 6%;
    font-size: 3.75vw;
}

.hp_book_desc br {
   
    display: none;
}

.hp_book_bbox .contactRecordBtn {

    border-radius: 50px;
 
    padding: 3vw 5vw 3vw 12vw;
    font-size: 4vw;
   
}

.hp_book_bbox .contactRecordBtn::before {
   
    left: 10%;
  
    width: 6vw;
    height: 6vw;
    
}

.hp_book_box {
 
    margin-top: 2%;
    padding: 8% 6% 12%;
    background-position: 25%;
    padding: 8% 6% 12%;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1776750997F-BG (1).png');
}

}

/*Gallery*/

.index_wrapper_5 {
    padding: 100px 80px;
    background: #080808;
}

.hp_gallery_tbox {
    text-align: center;
}
.hp_gallery_dbox {
    text-align: center;
    margin-bottom: 40px;
}

.hp_gallery_bbox {
    text-align: center;
    margin-top: 20px;
}

.hp_gallery_title {
    font-size: 11px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: #c9a961;
    margin-bottom: 18px;
    font-weight: 500;
}

.hp_gallery_title2 {
    font-size: clamp(40px, 5vw, 64px);
    font-weight: 400;
    color: #fafafa;
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-family: fraunces;
}

.hp_gallery_title2 span {
    font-style: italic;
    color: #c9a961;
}

.hp_gallery_desc {
    font-size: 16px;
    color: rgba(250, 250, 250, 0.72);
    max-width: 580px;
    margin: 20px auto 0;
    line-height: 1.65;
}

.hp_gallery_link {
    padding: 14px 30px;
    background: transparent;
    color: #c9a961;
    border: 1px solid #c9a961;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
}

.hp_gallery_link:hover {
    background: #c9a961;
    color: #0e0e0e;
    transform: translateY(-2px);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
}

.hp_photoGallerySlider_type3 .col-12 {
   padding: 0;
}

.hp_photoGallerySlider_type3 {
   background-color: transparent;
}

.hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}


@media (max-width: 968px) {
    .index_wrapper_5 {
        padding-left: 22px;
        padding-right: 22px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

/*Quote*/

.hp_quote {
    background: linear-gradient(135deg, #7a1220, #b01c2e, #7a1220);
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 100px 80px;
}

.hp_quote::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 60px 60px;
}

.hp_quote_title {
    font-size: clamp(34px, 4.5vw, 56px);
    color: #fafafa;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 14px;
    line-height: 1.15;
    font-family: fraunces;
}

.hp_quote_desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 36px;
    font-weight: 500;
}

.hp_quote_link {
    padding: 18px 42px;
    background: #fafafa;
    color: #0e0e0e;
    font-size: 13px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hp_quote_link:hover {
    background: #0e0e0e;
    color: #fafafa;
}


@media (max-width: 968px) {
    
    .hp_quote {
        padding-left: 22px;
        padding-right: 22px;
        margin-left: -15px;
        margin-right: -15px;
}
}

/*Footer*/

.footer_type6 {
    background-color: #080808;
    color: white;
    padding-top: 5rem;
    padding-bottom: 1.5rem;
    overflow: hidden;
    position: relative;
}

.footer_type6::before {
    position: absolute;
    content: "";
    top: 0;
    background-color: rgba(255, 255, 255, 0.2);
    width: 80%;
    height: 1px;
    left: 0%;
    right: 0;
    margin: 0 auto;
}

.footer_type6 .zzz {
    color: rgba(255, 255, 255, 0.6);
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
   
    color: rgba(255, 255, 255, 0.2);
    padding-left: 15px;
    font-size: 11px;
    width: 80%;
}

.footer_type6 .input-container input {
    border: 1px solid rgba(255, 255, 255, 0.8);
    caret-color: white;
    color: white !important;
    border-radius: 10px;
    padding-right: 0;
}

.footer_type6 .input-container .moveUp {
 
    font-size: 11px;
    top: -15px;
    color: transparent;
   
}

.footer_type6 .input-container .submit {
    
    background-color: #c9a961;
    padding: 10px 7.5%;
    border-radius: 10px;
    font-size: 20px;
    right: -4%;
}

.footer_type6 .copy_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_type6 .d-block {
    
    margin-bottom: 0;
}

.footer_type6 .line {
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    height: 1px;
    margin-bottom: 3%;
    margin-top: 3%;
}

.footer_type6 .line::before {
    position: absolute;
    content: "";
    top: 0;
    background-color: rgba(255, 255, 255, 0.2);
    width: 141vw;
    height: 1px;
    left: -41%;
}

.footer_type6 .title h5 {
    font-weight: 500;
    color: #c9a961;
    margin-bottom: 5px;
    padding-bottom: 20px;
    position: relative;
}

.footer_type6 .title h5::before {
    position: absolute;
    content: "";
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    width: 48px;
    height: 1px;
    left: 0%;
}

.footer_type6 .logo img {
    /*background-color: #fff;*/
    /*padding: 5px;*/
    max-height: 130px;
}

.footer_type6 .logo {
  
    min-height: 130px;
}

@media screen and (max-width: 1200.5px){
.footer_type6 .input-container input, .footer_type6s .input-container label {
    
    width: 79%;
}

.footer_type6 .title h5 {
   
    font-size: 19px;
}

}

@media screen and (max-width: 991.5px){
.footer_type6 .input-container .submit {
  
    right: -6%;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    
    width: 99%;
}

}


@media screen and (max-width: 767.5px){
.footer_type6 {
   
    padding-top: 4rem;
    padding-bottom: 1.5rem;
 
}

.footer_type6 .input-container .submit {
  
    right: 1%;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    
    width: 80%;
    font-size: 12px;
}

.footer_type6 .copy_right {
    
    align-items: start;
    flex-direction: column;
    gap: 5px;
}

.footer_type6 .line {
    
    margin-bottom: 6%;
    margin-top: 6%;
}

.footer_type6::before {
    
    
    width: 90%;
  
  
}

}

/*services*/
.ws_service   .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .ws_service .related_services_section {
display: none;
}

.ws_service .img_frame{
    display:none;
}

#bookingScheduleForm{
    display:none;
}


/*Showproducts Page*/
#main_showproducts p,
#main_showproducts h2,
#main_showproducts a,
#main_showproducts .title{
    color:#eee;
}
/*Showproducts Page > 1.1 Product Information */
.product_detail .category_tag a{
    border:1px solid #eee;
    background-color:transparent;
}
.product_detail .category_tag a li:before{
    color:#eee;
}
.product_detail .category_tag a:hover{
    background-color:transparent;
}
.nextprev_product .nextprev_product_title a{
    color:#eee!important;
}
/*Showproducts Page (Custom) > 1.1 Product Information*/
.nextprev_product .previous_btn,
.nextprev_product .next_btn{
    background-color:#0eb0ee;
}
/*Showproducts Page (Custom) > 1.2 Description*/
.product-detail-tab{
    color:#eee;
}
/*Showproducts Page > 1.3 Enquiry Form */
#pills-enquiry .card{
    border:1px solid #eee;
    background-color:transparent;
}
#pills-enquiry .card input,
#pills-enquiry .card textarea{
    background-color:transparent;
    color:#eee;
    caret-color:#eee;
}
#pills-enquiry .card input::placeholder{
    color:#eee;
    opacity:0.8;
}
#pills-enquiry .card .btn.btn-submit{
    border:1px solid #eee;
}
/*Showproducts Page > 1.4 Related Product*/
#main_showproducts .text-muted{
    color:#eee!important;
}
#main_showproducts .badge{
    background-color:transparent;
    color:#eee!important;
}
#whatsappPopupModal .modal-content{
    background-color:#000!important;
}
#whatsapp_popup_contact_help{
    color:#fff!important;
}

#main_showproducts .product_description_link,
#main_showproducts .product_detail .mainFunction{
    display: none;
}
#main_showproducts .related_product_title{
    margin: 1rem 0 0;
    padding-bottom: 1rem;
}
#main_showproducts .related_product_wrapper .mb-3.mt-1.ml-auto{
    display: none;
}
#main_showproducts .product_share{
    display: none;
}

div#ourproducts_4 p{
    color: #fff;
}