/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com/
 Description:  A lightweight child theme for GeneratePress with WooCommerce and basic styling tweaks.
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     generatepress
 Version:      1.0.0
*/





/* General styles */
body {
    
}


/* header at top of page */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	background: linear-gradient(to right, #f9fafd 30%, #0e1a6a66 30%, transparent 42%), linear-gradient(45deg, #233187 40%, #0b1556 100%); 
    transition: top 0.3s ease, background-color 0.5s ease;
	}
	

/* header when scrolling */
.site-header.scrolled {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional shadow */
}



.home .site-header  {
    background: none;
    transition: top 0.3s ease, background-color 0.5s ease;
	}
	
.home .site-header.scrolled {
    background: linear-gradient(to right, #f9fafd 30%, #0e1a6a66 30%, transparent 42%), linear-gradient(45deg, #233187 40%, #0b1556 100%);
    transition: top 0.3s ease, background-color 0.5s ease;
	}
	
.home .main-navigation .main-nav ul li a, 
.home .main-navigation .menu-toggle, 
.home .main-navigation .menu-bar-items {
    color: #ffffff;
	}

.home .main-navigation .main-nav ul ul li a {
    color: #2556a2;
	}
	
.site-branding-container {
    display: block;
	}

.home .site-header .header-image {
    /* filter: drop-shadow(1.5px 0 0 #fff) 
          drop-shadow(-1.5px 0 0 #fff) 
          drop-shadow(0 1.5px 0 #fff) 
          drop-shadow(0 -1.5px 0 #fff); */
	filter: saturate(1.5);	  
	}

.home .site-header.scrolled .header-image {
	filter: none;	  
	}


.site-description {
    font-size: 16px;
    font-family: Days One;
    letter-spacing: -0.3px;
	}

.home .site-header .site-description {
    color: #ffffff;
	}
	
.home .site-header.scrolled .site-description {
    color: #2556a2;
	}

.inside-header {
    transition: padding-top 0.5s ease, padding-bottom 0.5s ease;
	}

.site-header.scrolled .inside-header {
    padding-top: 15px;
	padding-bottom: 15px;
	}

/* Style the product search form */

.page-id-6408 .site-header,
.page-id-6408 .site-footer {
    display: none;
	}
	
body.page-id-6408,
.separate-containers .inside-article {
    background: transparent;
	}

.mfp-iframe-scaler iframe {
    
	}	

.header-product-search {
    padding: 0px 0px 0 0 !important;
    background: transparent !important;
    color: #171151 !important;
    box-shadow: none !important;
	}

#header-product-search .mfp-close {
    background: #fff;
    top: -40px;
    width: 20px;
    height: 20px;
    line-height: 1px;
    font-size: 16px;
    border-radius: 10px;
	}

form.woocommerce-product-search  {
  position: relative;
	}

.woocommerce-product-search input[type="search"] {
	width: 100%;
    box-sizing: border-box;
    padding-right: 47px;
	}

.woocommerce-product-search button[type="submit"] {
    position: absolute;
    font-size: 0;
    width: 47px;
    background: #224493;
    top: -1px;
    right: 0;
    bottom: -1px;
    border: 1px solid #224493;
	}
.woocommerce-product-search button[type="submit"]:hover {
    background: #2d5fbd
	}
	
.woocommerce-product-search::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
    vertical-align: middle;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
	}


.separate-containers .site-main {
    margin-top: 100px;
	margin-bottom: 0px;
    }

.separate-containers .inside-article  {
    padding-top: 0px;
	padding-bottom: 0px;
    }

.widget-title {
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
	}

/* home */

.home .entry-header h1.entry-title {
    display: none;
	}

.home-hero {
	position: relative;
	}

.home-hero:after {
	content:"";
    position: absolute;
    top: 0%;
    left: 0%;
    background: linear-gradient(180deg, #0000004f, transparent);
    z-index: 100;
    right: 0%;
    bottom: 75%;
	}

.rwf-a-link {
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 3px;
	}

/* sow button */
	
.rwf-button .sow-icon-ionicons {
    line-height: 0.65;
	}

.rwf-button [class^="sow-icon-"] {
    height: auto !important;
	margin: -0.1em -0.5em -0.2em .5em !important; 
    }	
	

.rwf-button.ow-button-hover:hover [class^="sow-icon-"] {
    -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }	


@-webkit-keyframes rwf-button.ow-button-hover:hover {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}




/* Counter animation */

.counter {
    font-size: 48px;
    margin-bottom: 0;
	line-height: 54px;
	}


/* About Page Parallax */

.scroll-image {
	overflow: hidden;
	transition: transform 0.1s ease-out;
	will-change: transform;
	display: inline-block;
	position: absolute;
	}

.scroll-image img {
  display: block;
  overflow: hidden;
  max-width: 100%;
  transition: transform 0.1s ease-out;
	}


/* Our certificate page */
.pusing-pusing {
    animation: rotation 12s infinite linear;
	}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


.certificates-lite-bg .certificates-left .widget-title,
.certificates-lite-bg .certificates-right .widget-title {
	margin-bottom: 15px;
	}

.certificates-dark-bg .widget-title {
	margin-bottom: 35px;
	padding-right: 15px;
	color: #ffffff;
	}
	
.certificates-left img {
	border: 1px solid #dddddd;
	transform: perspective(400px) rotateY(20deg);
	box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 20px -20px;
	transition: all 0.3s linear;	
	}

.certificates-left img:hover {
	transform: perspective(400px) rotateY(5deg);
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='24' fill='white'/%3E%3Cline x1='32' y1='28' x2='32' y2='36' stroke='black' stroke-width='1'/%3E%3Cline x1='28' y1='32' x2='36' y2='32' stroke='black' stroke-width='1'/%3E%3C/svg%3E") 32 32, auto;
	}	

.certificates-right img {
	border: 1px solid #dddddd;
	transform: perspective(400px) rotateY(-20deg);
	box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 20px -20px;
	transition: all 0.3s linear;	
	}

.certificates-right img:hover {
	transform: perspective(400px) rotateY(-5deg);
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='24' fill='white'/%3E%3Cline x1='32' y1='28' x2='32' y2='36' stroke='black' stroke-width='1'/%3E%3Cline x1='28' y1='32' x2='36' y2='32' stroke='black' stroke-width='1'/%3E%3C/svg%3E") 32 32, auto;
	}	
	

.evres-cert {
    height: 90vh;
    overflow: scroll;
	}

.evres-cert .mfp-close {
    position: fixed;
    background: #ffffff;
	}

/* Clients page */

.client-flags ul {
    margin: 0 0 0 0;
    list-style: none;
	}

.client-flags img {
	border: 1px solid #cccccc;
	transition: all 0.3s ease;
	}

.client-flags img:hover {
	box-shadow: rgb(0 0 0 / 21%) 6px 5px 4px 0px;
    margin-bottom: 5px;
	}
	

/* Product Page */

.rwf-product-carousel .sow-post-carousel-wrapper {
	padding-top: 40px;
	position: relative;
	min-height: 424px !important;
	}
	
.rwf-product-carousel .sow-post-carousel-theme-base .sow-carousel-title .sow-carousel-navigation {
    float: none;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
	}
	
.rwf-product-carousel .sow-post-carousel-theme-base .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item {
    margin-right: 24px;
	}

.rwf-product-carousel .so-widget-sow-post-carousel .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item {
    width: 344px;
	}

.rwf-product-carousel .so-widget-sow-post-carousel .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a {
    background-size: 344px 344px;
	}

.rwf-product-carousel .so-widget-sow-post-carousel .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item:focus .sow-carousel-thumbnail a, 
.rwf-product-carousel .so-widget-sow-post-carousel .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item:hover .sow-carousel-thumbnail a {
    background-size: 424px 424px;
	}

.rwf-product-carousel .so-widget-sow-post-carousel .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a, 
.rwf-product-carousel .so-widget-sow-post-carousel .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a span.overlay {
    width: 344px;
    height: 344px;
	}

.rwf-product-carousel .so-widget-sow-post-carousel .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item .sow-carousel-thumbnail a span.overlay {
    background: transparent;
	}


/* Woocommerce */

.woocommerce-page .inside-article  {
    padding-top: 60px;
	padding-bottom: 30px;
    }

.woocommerce-shop .inside-article {
    padding-top: 0px;
	padding-bottom: 0px;
    }


.search-results  {
    padding-top: 60px;
	padding-bottom: 30px;
    }


.woocommerce-products-header {
    margin-bottom: 30px;
	}

.tax-product_cat .woocommerce-products-header {
    margin-bottom: 60px;
	}
	
.woocommerce-shop .woocommerce-products-header__title,
.woocommerce-shop .woocommerce-breadcrumb {
	display: none;
	}

.woocommerce-products-header__title {
    font-size: 30px;
    margin-bottom: 30px;
	}
	
.term-description p {
	max-width: 65%;
	}

.woocommerce .woocommerce-ordering select {
    background-color: transparent;
    border-color: transparent;
}	

.woocommerce .products ul, .woocommerce ul.products {
   text-align: center;
	}

.woocommerce-loop-category__title mark.count {
	display: none;
	}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 18px;
	}

.woocommerce ul.products li.product .woocommerce-loop-category__title:after {
    content: "Learn More";
    width: fit-content;
    height: auto;
    display: block;
    margin: 0 auto;
    background: linear-gradient(340deg, #059fd8 30%, #224493 100%);
    color: #ffffff;
    padding: 12px 30px;
    margin-top: 15px;
    font-size: 14px;
    border-radius: 5px;
	}

.woocommerce ul.products li.product a img {
	transform: scale(1);
	transition: transform 0.5s ease;
	margin: 0 0 7px;
	}

.woocommerce ul.products li.product a img:hover {
	transform: scale(1.03);
	}

.rwf-quick-view {
    margin-left: 0 !important;
    text-transform: none;
    text-decoration: underline !important;
    text-underline-offset: .35rem;
    padding: 0 !important;
    margin-top: 30px !important;
	}

#wqv-quick-view-content .wqv-product-info .product_title {
    color: #171151;
	font-weight: normal;
    }
	
.wqv-product-info .wqv-product-content .product_title.entry-title::after {
    background-color: #0dc9ff;
	}

.wqv-product-images {
    overflow-y: scroll;
	}

#wqv-quick-view-content .wqv-product-images img {
    max-height: fit-content;
	}

#wqv-quick-view-content .product_meta .posted_in a {
    font-size: inherit;
	}


/* single product */

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 42%;
    }

.woocommerce div.product .product_title {
    font-size: 30px;
	}	

.product_meta .posted_in { 
    font-size: 0;
	}
	
.product_meta .posted_in a { 
    font-size: 16px;
	}	
    

.woocommerce-product-gallery__wrapper .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: auto;
}


.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

.slick-prev {
  left: -50px;
}

.slick-next {
  right: -50px;
}

.slick-prev::after,
.slick-next::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.slick-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='15,6 9,12 15,18' stroke='%23171151' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.slick-next::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9,6 15,12 9,18' stroke='%23171151' stroke-width='1' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


.zoom-container {
  position: relative;
  overflow: hidden; 
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='24' fill='white'/%3E%3Cline x1='32' y1='28' x2='32' y2='36' stroke='%23171151' stroke-width='1'/%3E%3Cline x1='28' y1='32' x2='36' y2='32' stroke='%23171151' stroke-width='1'/%3E%3C/svg%3E") 32 32, auto;
}

.zoom-container.zoomed {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='24' fill='white'/%3E%3Cline x1='28' y1='32' x2='36' y2='32' stroke='%23171151' stroke-width='1'/%3E%3C/svg%3E") 32 32, auto;
}


.zoomable-image {
  width: 100%;
  transition: transform 0.3s ease;
  transform-origin: center center;
  pointer-events: none;
}

.zoom-container.zoomed .zoomable-image {
  transition: transform 0.3s ease, transform-origin 0.2s ease;
}

.zoom-container.zoomed .zoomable-image {
  transform: scale(4);
  pointer-events: auto;
}

.woocommerce .add-request-quote-button.button, .woocommerce .add-request-quote-button-addons.button, .yith-wceop-ywraq-button-wrapper .add-request-quote-button.button, .yith-wceop-ywraq-button-wrapper .add-request-quote-button-addons.button {
    font-size: 14px !important;
    padding: 1.3em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    border-radius: 0px;
    text-align: center;
    padding-inline: 2.6em;
	}

.yith_ywraq_add_item_response_message {
    padding-top: 15px;
    border-top: 1px solid #dddddd;
    margin-top: 30px;
	}

.yith-ywraq-add-to-quote a, .yith_ywraq_add_item_browse_message a {
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 3px;
    font-size: inherit !important;
	}

.yith_ywraq_add_item_browse_message {
    margin-bottom: 30px;
	}

.related.products {
    clear: both;
    margin-top: 8%;
    display: inline-block;
	}

.related.products h2 {
	font-size: 21px;
	}


/* enquiry page */

.ywraq-form-table-wrapper.wide {
    align-items: flex-start;
    }

.ywraq-form-table-wrapper.wide form#yith-ywraq-form {
    /* flex-basis: 100%;  */
	}

.ywraq-form-table-wrapper.wide .yith-ywraq-mail-form-wrapper {
    /* flex-basis: 50%;
    margin-left: 2%;  */
	padding-top: 5px;
	}

#yith-ywrq-table-list {
	border: 0 none;
	}	

#yith-ywrq-table-list td.product-remove {
	width: 24px;
	}
#yith-ywrq-table-list td.product-thumbnail {
	width: 75px;
	}
#yith-ywrq-table-list td.product-quantity {
    width: 70px;
    }	
#yith-ywrq-table-list td.product-quantity .quantity .qty {
    width: 70px;
    padding: 5px 0;
	border: 1px solid #cccccc;
	/* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125) inset !important;
    background: #fdfeff; */
    }

#yith-ywrq-table-list td.actions {
    background: #ffffff;
	} 

#yith-ywrq-table-list th {
    border: 0 none;
	}

#yith-ywrq-table-list td {
    border: 0 none;
	padding: 3px 12px;
	}

#yith-ywrq-table-list tr:nth-child(odd) {
	background-color: #f9fafd;
	}

#yith-ywrq-table-list thead tr   {
	background: #ffffff !important;
	}

.yith-ywraq-mail-form-wrapper h3 {
    display: none;
	}

#yith-ywraq-mail-form .form-row {
    padding: 0;
	}

#yith-ywraq-mail-form .form-row label {
    line-height: 2;
    font-weight: bold;
	}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    padding: 10px 15px;
    background-color: #fdfeff;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    line-height: 1.5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125) inset !important;
	}

.woocommerce .cart .button, 
.woocommerce .cart input.button {
    color: #ffffff;
    background-color: #224493;
    border-radius: 0;
    font-size: 14px;
    padding: 1.3em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    padding-inline: 2.6em;
    margin-top: 30px;
	}

.woocommerce .cart .button:hover, 
.woocommerce .cart input.button:hover {
    background: #2d5fbd !important;
    border-color: #2d5fbd !important;
	}
	
.raq-send-request {
    color: #ffffff !important;
    background-color: #224493 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    padding: 1.3em !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) !important;
    width: 100%;
    max-width: 100%;
    padding-inline: 2.6em;
    margin-top: 30px !important;
	}

.raq-send-request:hover {
    background: #2d5fbd !important;
    border-color: #2d5fbd !important;
	}


 /* gallery page */
.evres-gallery .su-image-carousel-item-content img {
    border: 10px solid rgb(11 21 86 / 23%);
	transition: transform 0.5s;
	}

.evres-gallery .su-image-carousel-item-content img:hover {
	transform: scale(1.03); 
	}



.so-widget-sow-tabs-default-2a322c0cca2d-6591 .sow-tabs .sow-tabs-tab-container {
    background-color: transparent !important;
    padding: 0px 0px 0px 0px !important;
    justify-content: center !important;
	}

.so-widget-sow-tabs-default-2a322c0cca2d-6591 .sow-tabs .sow-tabs-panel-container {
    background-color: transparent !important;
	}

.so-widget-sow-tabs-default-2a322c0cca2d-6591 .sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
    padding: 30px 0px 30px 0px !important;
	}

.so-widget-sow-tabs-default-2a322c0cca2d-6591 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
	font-family: Days One, sans-serif !important;
	}


.gallery-su-tabs {
    margin: 0 0 0 !important;
    padding: 0 !important;
    border-radius: 0px !important;
    background: transparent !important;
	}



.gallery-su-tabs .su-tabs-nav>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	}

.gallery-su-tabs .su-tabs-nav span.su-tabs-current {
    background: #0c1658 !important;
	color: #05a9e9 !important;
	}

.gallery-su-tabs .su-tabs-nav span {
    padding: 15px 15px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    background: #0c165878 !important;
    margin-bottom: 5px !important;
    font-family: Days One, sans-serif !important;
	}

.gallery-su-tabs .su-tabs-nav span:hover {
    background: #0c1658 !important;
	color: #05a9e9 !important;
	}

.su-tabs-nav span:focus {
    outline: none !important;
	}

.gallery-su-tabs .su-tabs-pane {
    padding: 0 0 0 15px !important;
    background: transparent !important;
    color: #fff !important;
    }

.evres-gallery-su .su-custom-gallery-slide {
    margin: 0 .5em 1em;
	}

.evres-gallery-su .su-custom-gallery-slide img {
    padding: 0;
    border: 0 none;
    border-radius: 0;
	transition: transform 0.5s ease;
	}

.su-custom-gallery-slide:hover img {
    border: 0 none !important;
    transform: scale(1.05);
	}

.mfp-title {
    display: none !important;
	}


.ytp-expand-pause-overlay .ytp-pause-overlay {
    display: none !important;
	}

.gallery-csr-slider .widget-title {
    font-size: 28px;
    }

.gallery-csr-slider .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container {
    padding: 0 6%;
	}

.gallery-csr-slider .sow-slider-base .sow-slider-pagination  {
    display: none !important;
	}

/* contact us */
.wpcf7-submit {
    background-color: #059fdb !important;
    width: 100%;
    font-size: 14px;
    padding: 0.9em !important;
	}

.wpcf7-submit:hover {
    box-shadow: rgb(50 50 93 / 23%) 0px 13px 27px -5px, rgb(0 0 0 / 25%) 0px 8px 16px -8px;
    text-decoration: underline;
	}

.wpcf7-not-valid-tip {
    color: #fff;
    background: #dc3232;
    width: 375px;
    padding: 0 20px;
	}

.wpcf7 input[type="file"] {
    width: 100%;
    background: #f7f8f9;
    color: #171151;
    padding: 10px 15px;
	}

.widget select {
    width: 100%;
	padding: 13px 15px;
	}

/* Blog */

.blog .site-main,
.category .site-main {
	margin-top: 200px;
	margin-bottom: 7%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
	}

.blog .inside-article,
.category .inside-article {
    padding: 0px;
	}

.blog .entry-title,
.category .entry-title {
    font-size: 26px;
	}

.blog .entry-meta,
.category .entry-meta {
    display: none;
	}
	
.blog .inside-article .entry-summary,
.category .inside-article .entry-summary {
    margin-top: 10px;
	}

.category .page-header  {
    display: none;
	}

.single-post .site-content {
    padding-top: 200px;
    padding-bottom: 7%;
	}	

.single-post .site-main {
    margin-top: 20px;
    margin-bottom: 0px;
	}
	
.single-post h1.entry-title {
    font-size: 32px;
	}	

.single-post header .entry-meta {
    display: none;
	}

.single-post .inside-article {
    max-width: 860px;
    margin: 0 auto;
	}	

	
/* Footer */
.site-footer {
    background: radial-gradient(at top center, #212e82 20%, #0b1556 80%);
	}

.footer-logo {
	width:100px;
    margin-right: 5px;
    filter: saturate(1.8);
	vertical-align: baseline;
    display: inline-block;
	}

.footer-bar {
	padding-right: 50px;
	}
	
.footer-bar-icon  {
	vertical-align: baseline;
    display: inline-block;
	margin-right: 5px;
	}
	
.footer-bar-icon:hover {
	filter: saturate(1.8);
	}


.fixed-button {
    position: fixed;
    right: 0;
    top: 18%;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    text-transform: uppercase;
    transition: all 0.5s ease;
	z-index: 1005;
	}

a.generate-back-to-top {
    right: 0;
    border-radius: 0;
    width: 52px;
    line-height: 52px;
	z-index: 1005;
	}



/* 404 */
.error404 {
    background: linear-gradient(to right, #00000091, #0000007a), url(https://www.evres.com.my/wp-content/uploads/404.webp) no-repeat center -45% / 100%;
	}

.error404 .inside-article {
    padding-top: 10%;
    padding-bottom: 10%;
	}

.error404 .entry-header h1 {
    color: #fff !important;
	}

.error404  .entry-content {
	display: none;
	}
/* ------------- rwf animation ------------------- */


/* Base state: hidden + ready for transform */
.zoom-in,
.fade-in,
.slide-left,
.slide-up,
.slide-right {
	opacity: 0;
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
	}

/* ZOOM-IN: scale up */
.zoom-in {
  transform: scale3d(.3,.3,.3);
}
.zoom-in.animate {
  opacity: 1;
  transform: scale(1);
}

/* FADE-IN: simple opacity */
.fade-in {
  transform: translateY(20px);
}
.fade-in.animate {
  opacity: 1;
  transform: translateY(0);
}

/* SLIDE-LEFT: enter from left */
.slide-left {
  transform: translateX(-50px);
}
.slide-left.animate {
  opacity: 1;
  transform: translateX(0);
}

/* SLIDE-UP: Enter from below */
.slide-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.slide-up.animate {
  opacity: 1;
  transform: translateY(0);
}

/* SLIDE-RIGHT: Enter from right */
.slide-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.slide-right.animate {
  opacity: 1;
  transform: translateX(0);
}


/* Accessible: respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
.zoom-in,
.fade-in,
.slide-left,
.slide-up,
.slide-right {
    transition: none;
    opacity: 1 !important;
    transform: none !important;
  }
}



/* shortcode ultimate */

.mfp-arrow:before, .mfp-arrow:after {
	display: none !important; 
	}

button.mfp-arrow-left {
    background: url(https://www.evres.com.my/wp-content/uploads/arrow-kiri.webp) no-repeat center / 28px !important;
	}

button.mfp-arrow-right {
    background: url(https://www.evres.com.my/wp-content/uploads/arrow-kanan.webp) no-repeat center / 28px !important;
	}

/* --- RESPONSIVENESS MAX --- */

@media (max-width: 1024px) {
	
    .blog .site-main {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 768px) {


.site-description {
        font-size: 13px;
        margin-top: 4px;
    }
	

.inside-header {
    padding-top: 15px;
    padding-bottom: 15px;
	}

#mega-menu-wrap-primary {
    display: block !important;
    position: absolute;
    top: -55px;
    right: -20px;
	}

.site-header .header-widget {
    margin-top: 0;
	}


.separate-containers .site-main {
    margin-top: 80px;
    }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
	}

.slick-prev   {
    left: 0;	
    }

.slick-prev, .slick-next  {
	right: 0;	
    }

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
	}

#yith-ywrq-table-list td.product-quantity {
    padding-bottom: 15px;
	}
	
.blog .site-main {
	grid-template-columns: 1fr;
    }

.blog .inside-article {
    padding: 30px;
	}



.gallery-su-tabs .su-tabs-nav span {
    margin-right: 7px !important;
	}


.su-tabs-mobile-scroll .su-tabs-nav {
    padding-bottom: 10px !important;
	}


#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100%;
	}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item {
    width: 100%;
	}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {
    width: 100%;
	}	
	
}



@media (max-width: 480px) {

.site-header,
.site-header.scrolled,	
.home .site-header.scrolled {
    background: linear-gradient(to right, #f9fafd 65%, #0e1a6a66 65%, transparent 70%), linear-gradient(90deg, #202d7e 65%, #0b1556 100%);
    transition: top 0.3s ease, background-color 0.5s ease;
	}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item
 {
    width: 100%;
	}

.header-product-search {
    padding: 0px 0px 0 0 !important;
    position: absolute;
    top: 20px;
    right: 80px;
	}

.mfp-content .header-product-search {
    width: 300px !important;
	top: auto;
	right: auto;
	}

.certificates-lite-bg .certificates-left .widget-title, 
.certificates-lite-bg .certificates-right .widget-title,
.certificates-dark-bg .widget-title {
    margin-bottom: 25px;
	}

.certificates-left img,
.certificates-right img {
    width: 49% !important;
	}

.certificates-right img {
    transform: perspective(400px) rotateY(20deg);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 25px 20px -20px;
	}

.certificates-right img:hover {
    transform: perspective(400px) rotateY(5deg);
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; 
	}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    margin: 0 0 30px;
	}

.term-description p {
    max-width: 100%;
	}

.site-footer {
    background: linear-gradient(227deg, #212e82 20%, #0b1556 80%);
	}

.footer-widgets .widget-title {
    margin-bottom: 5px;
	}

.footer-logo {
    width: 125px;
    display: block;
    margin: 0 auto 5px;
	}

.footer-bar {
    padding-right: 0px;
	}

.fixed-button {
	display: none !important;
	background: linear-gradient(323deg, #212e82 20%, #0b1556 80%);
	margin-top: -55px;
	}

.error404 {
    background: linear-gradient(to right, #00000091, #0000007a), url(https://www.evres.com.my/wp-content/uploads/404.webp) no-repeat center 7% / auto;
	}

.error404 .inside-article {
    padding-bottom: 60%;
	}

.gallery-video-container .textwidget {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9 ÷ 16 = 0.5625) */
    overflow: hidden;
	}

.gallery-video-container .textwidget iframe {
    position: absolute;
    top: -5%; /* Shift up to crop the bottom overlay */
    left: 0;
    width: 100%;
    height: 110%; /* Increase height to allow cropping without losing content */
    border: 0;
	}

.gallery-su-tabs .su-tabs-pane {
    padding: 20px 0 0 0 !important;
    }

.so-widget-sow-tabs-default-2a322c0cca2d-6591 .sow-tabs .sow-tabs-tab-container {
    padding: 0px 0px 0px 0px !important;
    justify-content: left !important;
	flex-wrap: nowrap !important;
    border-bottom: 2px solid #fff !important;
	}

.so-widget-sow-tabs-default-2a322c0cca2d-6591 .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
    font-size: 15px !important;
    margin: 0px 0px 0px 0px !important;
    }

.so-widget-sow-tabs-default-2a322c0cca2d-6591 .sow-tabs .sow-tabs-panel-container .sow-tabs-panel {
    padding: 20px 0px 30px 0px !important;
	}

}	




/* --- RESPONSIVENESS MIN --- */

@media (min-width: 1025px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    height: 85vh;
    overflow-y: scroll;
	}
}

@media (min-width: 769px) {

.gallery-su-tabs .su-tabs-nav {
    width: 28% !important;
    text-align: right;
	}

.gallery-su-tabs .su-tabs-nav span {
	float: right;
    clear: both;
	}

.footer-widgets .widget {
    margin-bottom: 10px;
	}
}	