/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


a:focus{
	outline: none !important;
}

/*----- Global Css ------*/

#top-bar-wrap{
	display: none !important;
}

.page-header,
.page-header-wrap,
.oceanwp-page-header,
.oceanwp-page-header-title {
    display: none !important;
}

.global-btn svg{
    width: 18px !important;
}
.global-btn .elementor-button-content-wrapper{
    justify-content: center !important;
    align-items: center !important;
}

.rgb-heading span{
    background: linear-gradient(270deg, #ffb800 0%, #00d4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.woocommerce-notices-wrapper{
	max-width: 1440px !important;
	margin: 0 auto;
}

.woocommerce-notices-wrapper .woocommerce-message{
	margin: 0 auto;
}

.woocommerce-message a{
	padding: 12px 18px !important;
	border-radius: 50px !important; 
}

.quantity .qty, .quantity .minus, .quantity .plus {
	font-size: 16px !important;
	padding: 12px !important;
}

.wcqcm-quote-form-section h2{
	color: #73DBFE !important;
	border-color: #73DBFE !important;
}

/*------ Slider CSS ------*/

.banner-slider {
    position: relative;
}

.banner-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute !important;
    top: 55% !important;
    right: -28% !important;
    left: auto !important;
    transform: rotate(90deg) !important;
}

.banner-slider .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 80px !important;
    height: 4px !important;
    border-radius: 10px !important;
    background: #ddd;
}

/* Active bullet */
.banner-slider .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: linear-gradient(270deg,
        #ffb800 0%,
        #ffd966 40%,
        #00d4ff 100%
    ) !important;
}

/* Hover bullet */
.banner-slider .swiper-pagination-bullets .swiper-pagination-bullet:hover{
    background: linear-gradient(270deg,
        #ffb800 0%,
        #ffd966 40%,
        #00d4ff 100%
    ) !important;
}

.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6{
    color: #1A1A1A;
}

/*----- Global Footer -----*/

.page-id-759 .global-footer{
	display: none !important;
}

@media(max-width: 1366px){
    .banner-slider .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 60px !important;
    height: 4px !important;
}

.banner-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    right: -130px !important;
}
}

@media(max-width: 1024px){
    .banner-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    right: -120px !important;
}
}


@media(max-width: 767px){
    
    .banner-slider .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute !important;
    bottom: 0 !important;
    top: auto !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
    transform: rotate(0deg) !important;
    }
    
    .banner-slider .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 40px !important;
}

   .no-br br{
        display: none;
    }
}
}

/*---- shortcode for woocom categories ---*/

/* =========================================
   PRODUCT CATEGORY FLEX GRID — AUTO LOOP
========================================= */

.pcg-main-wrap{
    width:100%;
}

/* FLEX ROW */
.pcg-row{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:35px !important;
    justify-content: center!important;
}

/* CARD WIDTH (5 PER ROW) */
.pcg-card{
    position:relative !important;
    width:calc(20% - 28px) !important; /* 5 in row with gap */
    height:260px !important;
    border-radius:8px !important;
    overflow:hidden !important;
    text-decoration:none !important;
    display:block !important;
}

/* IMAGE */
.pcg-bg{
    position:absolute !important;
    inset:0;
    background-size:cover !important;
    background-position:center !important;
    transition:transform .4s ease !important;
}

.pcg-card:hover .pcg-bg{
    transform:scale(1.06) !important;
}

/* OVERLAY */
.pcg-overlay{
    position:relative !important;
    z-index:2 !important;
    height:100% !important;
    background:linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.15)) !important;
    padding:44px 20px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-end !important;
    gap:18px !important;
}

/* ICON */
.pcg-icon img{
    width:56px !important;
    height:auto !important;
    display:block !important;
}

/* TITLE */
.pcg-title{
    color:#ffffff !important;
    line-height:1.3 !important;
    margin:0 !important;
    text-align:left !important;
}


/* ============================
   RESPONSIVE
============================ */

/* Laptop */
@media (max-width:1200px){
    .pcg-card{
        width:calc(25% - 27px) !important; /* 4 per row */
    }

	.pcg-overlay{
		padding: 20px !important;
    }
}

/* Tablet */
@media (max-width:1024px){
    .pcg-card{
        width:calc(33.333% - 24px) !important; /* 3 per row */
    }
}

/* Mobile — 2 per row */
@media (max-width:767px){
    .pcg-row{
        gap:14px !important;
    }

    .pcg-card{
        width:calc(50% - 7px) !important;
        height:190px !important;
    }

    .pcg-icon img{
        width:40px !important;
    }
}

.wcqcm-mini-quote-count {
    background: #73DBFE !important;
    color: #000000 !important;
    padding: 5px 5px !important;
    border-radius: 50% !important;
    font-size: 9px !important;
    top: 0 !important;
    right: -10px !important;
}


/*---- Quote Cart -----*/

/* ===============================
   PRICE COLOR — QUOTE CART
================================ */

.quote-cart .amount,
.quote-cart .woocommerce-Price-amount,
.quote-cart .product-price,
.quote-cart td.product-price{
    color:#00D4FF !important;
    font-weight:600 !important;
}

/* ===============================
   BUTTON CLEANUP — NO PADDING / NO BLUE
================================ */

/* Remove padding */
.quote-cart button,
.quote-cart .button,
.quote-cart input[type="submit"]{
    padding:0 !important;
}

/* Keep buttons neutral (no blue bg) */
.quote-cart button,
.quote-cart .button,
.quote-cart input[type="submit"]{
    background:transparent !important;
    color:#1A1A1A !important;
    border:1px solid #e5e7eb !important;
}

/* Hover — subtle, still not blue */
.quote-cart button:hover,
.quote-cart .button:hover,
.quote-cart input[type="submit"]:hover{
    background:#f9fafb !important;
    color:#1A1A1A !important;
    border-color:#1A1A1A !important;
}

button.button.button-primary.wcqcm-submit-quote {
    color: #000000 !important;
    border-color: #000 !important;
}

button.button.button-primary.wcqcm-submit-quote:hover {
    color: #000000 !important;
    background: #73DBFE !important;
    border-color: #73DBFE !important;
}

@media(max-width: 500px){

.wcqcm-quote-table{
	overflow: auto !important;
}

form#wcqcm-quote-form {
    overflow: auto !important;
}

.wcqcm-quote-cart-form .wcqcm-quote-table{
	min-width: 500px !important;
}
}

