/*
Theme Name: Riverland
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   oceanwp
Version:    1.0
License:    GNU General Public License v2 or later
*/

* {
    margin: 0;
    padding: 0;
}

:root {
    --white: #fff;
    --primary: #E50914;
    --black: #000000;
    --font-heading: 'Cormorant Garamond', sans-serif;
    --font-body: 'Poppins', sans-serif;
}

body {
    font-family: var(--font-body) !important;
    color: var(--black) !important;
	overflow: hidden;
	font-size: 16px !important;
}

body a:focus {
    outline:none !important;
}
#right-sidebar{
	position: relative;
	z-index:1;
}
#woocommerce_brand_nav-2 h4{
	padding-left:0;
	border: none;
	color: #000;
	font-weight: 600;
	font-size:26px;
}
.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;
  height: 67.5vw; /* maintains 16:9 */
  min-height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
#collapse1 .accordion-body h2{
	display: none;
}
.accordion-body #reviews #comments h2{
		display: none;
}
.our-customer-row-2 {
	padding-bottom: 0 !important;
}
.hero_sec p {
    margin-top: -20px;
}
.wp-block-woocommerce-product-filter-price h3 , .wp-block-woocommerce-product-filter-status h3{
	font-size: 26px !important;
}
span.wc-block-product-categories-list-item__name {
	font-size: 16px;
}
.review-text-mbl{
		display: none;
	}
#breadcrumbs span {
	color: #E50914;
	font-weight:700;
}
#breadcrumbs span a{
	color: #fff;
	font-weight:300;
}
.pagination-container {
    text-align: center;
}

.pagination-container .page-numbers {
    display: inline-block;
    margin: 0 5px;
    color: #000;
    text-decoration: none;
}

.pagination-container .page-numbers.current {
    color: #e50914;
}

.pagination-container .page-numbers:hover {
    color: #e50914;
}

.top_col i{
	position: relative;
    right: 5px;
}
.top_col ul li:not(:first-child) {
    padding-left: 12px;
}
.contact_col i {
	font-size: 24px;
    top: 5px;
    position: relative;
    right: 5px;
}

.sub-menu li{
    border:none !important;
    position:relative;
    padding-left: 3px;
}
.sub-menu li a{
    padding-left: 18px !important;
}
.sub-menu li:before{
    content:'';
    position: absolute;
    left:3px;
    top:14px;
    background-image:url('https://dreamcowebsites.com/riverland/wp-content/uploads/2025/07/angles-right-solid-1.svg');
    background-size:cover;
    background-position: center;
    width: 14px;
    height:14px;
    color: red;
    fill: red;
}
/*  news page sidebar css */
.row.cstm_sidebar{
	height: 100%;
	 border-left: 1px solid #9b9b9b;
}

.recent-widget-wrap {
    padding: 20px 0px 20px 30px;
}

.widget-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Georgia', serif;
}

.category-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.category-item {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}

.category-item a {
    font-weight: 500;
    color: #222;
    text-decoration: none;
}

.category-item a:hover {
    color: #c10000;
}

.category-item .count {
    float: right;
    color: #888;
    font-size: 14px;
}

/*  news page sidebar css end */

.sub-menu li:hover:before{
    filter: brightness(0) saturate(100%) invert(1);
}
.page-id-96 h2, .page-id-95 h2 {
	color: #000 !important;
}
.page-id-96 #right-sidebar , .page-id-95 #right-sidebar{
	display: none;
}
.page-id-96 .content-area , .page-id-95 .content-area {
	width: 95%;
	border-right-width: 0px !important;
}
.sidebar_open {
    z-index: 9999 !important;
}
.nav_menu {
  position: relative;
}
.page-id-96  #content-wrap , .page-id-95  #content-wrap {
	display: flex;
	justify-content: center;
}
.page-id-96 .wc-block-components-product-name{
	font-size: 28px !important;
}
/* Submenu styling */
.nav_menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 200px;
    list-style: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 20px 10px;
    border-radius:4px;
}
.thnk_col i.fa-solid.fa-circle-check , .thnk_col i.fa-solid.fa-circle-exclamation{
    font-size: 40px;
    color: #e40914;
    margin-bottom: 10px;
}
ul.sub-menu li {
    border-left: 4px solid #e50914;
    margin: 0px 0px 10px 0px;
	width: 50% !important;
}
.sub-menu li:hover a{
    background: #e50914 !important;
    color: #fff !important;
}
.woocommerce-info {
    color: #060606 !important;
    border-color: #e50914 !important;
}
.sub-menu li a{
    transition: all 0.4s ease;
    border-radius: 0px 6px 6px 0px;
	color: #000 !important;
	margin-right: 8px;
}

.nav_menu li ul li {
  position: relative;
}

.nav_menu li ul li a {
  display: block;
  padding: 8px 15px;
  color: #222;
  background: #fff;
  text-decoration: none;
  white-space: nowrap;
}

/* Show submenu on hover */

.nav_menu li:hover > ul {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	gap:0;
}

/* Optional caret arrow */
.nav_menu li.menu-item-has-children > a::after {
  content: "▼";
  font-size: 0.7em;
  margin-left: 5px;
}





/* In Stock / Out of Stock Label - on image */

figure.woocommerce-product-gallery__wrapper {
    overflow: hidden !important;
    position: relative;
}
/* Needed for correct placement */
.woocommerce-product-gallery .flex-viewport {
    position: relative;
}

/* "New" label above title */
.new-label-single {
    display: inline-block;
    background: #e00914;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
}
.head_parnt_cont.sticky {
    position: fixed;
    top: 0;
    width: 100% !important;
    z-index: 999;
    background: #ffffff;
    transition: all 0.4s ease;
}
.head_parnt_cont.sticky .head_container{
	background-color: #ffffff00;
}
.related>h2 {
   position: relative;
   padding-bottom: 50px !important;
}

.related>h2:after {
   content: 'Take another look at the items you explored';
   font-size: 16px;
   font-weight:400;
   font-family:'Poppins' !important;
   color: #31302E;
   position: absolute;
   bottom: 12px;
   left:0;
   right:0;
   margin:auto;
   line-height:1.3em;
}


.custom-new-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e50914;
    color: #fff;
    padding: 2px 15px;
    font-size: 12px;
    z-index: 10;
    border-radius: 100px;
    font-weight: 500;
}
.woocommerce ul.products li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul.products li.product {
    position: relative;
}


.color-white {
    color: var(--white) !important;
}

.color-black {
    color: var(--black);
}

.font-poppins {
    font-family: var(--font-body) !important;
}

.font-cormorant {
    font-family: var(--font-heading) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading) !important;
	margin-bottom: 8px !important;
	line-height: 1.3em !important;
}

h1 {
    font-size: 55px !important;
    font-weight: 700 !important;
}

h2 {
    font-size: 45px !important;
    font-weight: 700 !important;
}

h3 {
    font-size: 38px !important;
    color: var(--black) !important;
}

h4 {
    font-size: 33px !important;
}

h5 {
    font-size: 28px !important;
}

h6 {
    font-size: 23px !important;
}
.modula-item .modula-item-content{
    position: relative;
}
.modula-item .modula-item-content:before {
 content:'';
 background: linear-gradient(180deg, rgba(229, 9, 20, 0) 0%, rgba(229, 9, 20, 0.64) 100%);
 width: 100%;
 height: 100%;
 position: absolute;
 z-index: 1;
 opacity:0;
 transition: all 0.4s ease;
}
.modula-item .modula-item-content:hover:before {
 opacity: 1;
}
.modula-item-content:after {
    content:'';
    background-image:url('https://dreamcowebsites.com/riverland/wp-content/uploads/2025/07/Group-187-1.png');
    background-size:cover;
    background-position:center;
    width:70px;
    height:70px;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    z-index:1;
    opacity:0;
    transition: all 0.4s ease;
    transform:scale(0.5);
}
.modula-item-content:hover:after {
    opacity:1;
     transform:scale(0.9);
}
.woocommerce-product-gallery .flex-viewport{
	border-radius: 5px;
}
.woo-entry-image img {
	border-radius: 5px;
}

.main-banner-section {
    position: relative;
}

.blog-post-grid .news_card{
	max-width: 465px;
}
.blog-page-container .pagination{
    text-align: center !important;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.main-banner-section:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000000B2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.main-banner-section .container {
    z-index:1;
}
.container {
    width: 100% !important;
    max-width: 1240px !important;
    margin: auto;
    padding: 0 15px;
}
.related .woo-entry-inner .category , .related .woo-entry-inner .rating  , .related .woo-entry-inner .btn-wrap{
	display: none !important;
}
.related .woo-entry-inner .title h2 a{
	font-family:'poppins' !important;
	font-size: 16px !important;
	font-weight: 400;
	color: #31302E !important;
}
.woo-entry-inner .title{
	margin-bottom: 0 !important;
}
.woo-entry-inner .title h2{
	line-height: 0 !important;
}
img.woo-entry-image-main {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position:center;
}
.related h2 {
    text-align: center !important;
    padding-bottom: 5px;
    color: #31302E;
}
.related .woocommerce-Price-amount bdi {
    font-family: 'poppins';
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #e50914 !important;
}
.entry-summary .quantity {
    border-radius: 100px;
    background: #31302E33;
    border: 1px solid black;
}

.entry-summary .quantity .qty, .entry-summary .quantity .qty-changer a, .entry-summary .quantity .plus, .entry-summary .quantity .minus {
    border-color: #00000000 !important;
}
.top_col ul{
	margin: 0;
}
.top_col {
	padding: 0px 5px;
}
.glob_btn{
    position:relative;
    z-index:9;
}
.glob_btn:after {
    position:absolute;
    content:'';
    width:100%;
    height:100%;
    background: linear-gradient(72.1deg, #E50914 19.14%, #191919 96.16%);
    top:0;
    left:0;
    z-index:-1;
    border-radius:5px;
    opacity:0;
    transition:all 0.3s ease; 
}
.glob_btn:hover:after {
    opacity:1;
}
.head_container {
    padding: 8px 10px;
    background-color: var(--white);
}

.top_bar {
    padding: 5px 10px;
    background-color: var(--primary);
}
.sidebar_row .sidebar_col .nav_menu li{
	display: block !important;
}
.head_container li,
.top_bar li,
.sidebar_col li {
    list-style: none;
}

.top_bar li {
    color: var(--white);
}

.head_container ul,
.top_bar ul,
.sidebar_col ul {
    gap: 20px;
    margin-bottom: 0;
    padding: 0;
}

.sidebar_col ul li {
    margin-bottom: 10px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
}

.glob_btn {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    font-family: var(--font-body);
    padding: 10px 30px;
    border-radius: 5px;
    background-color: var(--primary);
    border: none;
}

.social_col {
    gap: 20px;
}

.social_col i {
    font-size: 20px;
    color: var(--white);
}
.nav_menu li a{
	font-size: 16px;
}
.nav_menu li:hover a{
	color: #E50914;
}
.nav_menu li a[aria-current="page"]{
	color: #E50914;
    border-bottom: 1px solid #000;
}
.head_container .ham_burger {
    font-size: 24px;
    display: none;
}

.sidebar_row {
    background: var(--white);
    width: 400px;
    position: fixed;
    height: 100vh;
    left: -100%;
    top: 0;
    padding-left: 15px;
    transition: all 0.5s ease;
    border-right: 1px solid #5E5E5E4D;
    opacity: 0;
}

.sidebar_open {
    left: 0;
    background: var(--white);
    width: 400px;
    position: fixed;
    height: 100vh;
    top: 0;
    padding-left: 15px;
    transition: all 0.5s ease;
    border-right: 1px solid #5E5E5E4D;
    opacity: 1;
    z-index: 9;
}

.sidebar_col {
    padding: 10px;
    gap: 20px;
}

.sidebar_col i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: var(--primary);
}

.hero_sec p {
    font-size: 25px;
    font-weight: 400;
    color: var(--white);
    text-align: center;
}

.hero_sec h1 {
    color: var(--primary);
    font-weight: 700;
	font-size: 125px !important;
}

.hero_sec {
    background-size: cover;
    height: 40vw;
    position: relative;
    background-position: center;
    min-height: 400px;
}

.hero_sec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000099;
    top: 0;
    z-index: 0;
}

.hero_sec .row {
    z-index: 1;
    position: relative;
}

.py_8 {
    padding: 100px 0px;
}

.pt_8 {
    padding: 100px 0px 0px 0px;
}

.ps_15 {
    padding: 0px 0px;
}

.about_row h2 {
    color: var(--black) !important;
}

.about_row {
    --bs-gutter-x: 60px !important;
    --bs-gutter-y: 40px !important;
}

h3.sub_head {
    font-size: 12px !important;
    font-weight: 600 !important;
    font-family: 'poppins' !important;
}

.icon-image {
    display: inline-block;
    width: 36px;
    height: 14px;
    background-image: url('https://dreamcowebsites.com/riverland/wp-content/uploads/2025/07/Group-31.webp');
    background-size: cover;
    position: relative;
    bottom: -3px;
}

.about_cont {
    position: relative;
    overflow: hidden;
}

.element_leaf {
    position: absolute;
    top: -150px;
    right: 0;
    max-width: 400px;
    width: 100%;
    z-index: -1;
}

.element_leaf2 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 420px;
    width: 100%;
    z-index: -1;
}

.About_img {
    max-width: 593px;
    width: 100%;
}

.featured-product-section {
    padding: 0 0 80px 0;
    background: url(https://dreamcowebsites.com/riverland/wp-content/uploads/2025/07/featured-product-bg-scaled.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.featured-product-row {
    row-gap: 50px;
    padding: 30px 10px;
}

.featured-product-row .border-wrapper {
    padding: 0;
    position: relative;
    border-radius: 5px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    max-width: 380px;
    width: 100%;
	margin: auto;
}

.main-product-card.product-col {
    height: 451px;
    display: flex;
    align-items: end;
    position: relative;
    padding: 30px 20px;
}

.product-content-col h2 {
    font-size: 16px !important;
}

.product-content-col hr {
    color: #fff;
    opacity: 1;
}

.product-content-col {
    position: relative;
    z-index: 1;
	width: 100%;
}
.product-content-col span {
    color: #fff;
}

.main-product-card.product-col:after {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(13, 13, 13, 0.8) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
}

.main-product-card.product-col:before {
    position: absolute;
    content: '';
    background: linear-gradient(183.36deg, rgba(255, 255, 255, 0) 33.19%, rgba(118, 0, 0, 0.8) 64.13%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    border-radius: 5px;
}

.main-product-card.product-col:hover:after {
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.main-product-card.product-col:hover:before {
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.border-wrapper:after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #E50914 0%, #000000 100%);
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    z-index: -9;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.3s ease;
}

.border-wrapper:hover:after {
    opacity: 1;
}


.equipment-banner {
	background-position: center;
    background-size: cover;
    padding: 100px 0;
	position: relative;
}
.equipment-banner .container {
	 z-index: 1;
    position: relative;
}
.equipment-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000000B2;
    z-index: 0;
    top: 0;
    position: absolute;
}
.equipment-banner button.glob_btn {
    max-width: max-content;
}

.equipment-banner p {
    max-width: 785px;
    width: 100%;
}

.equipment-banner img {
    max-width: 767px;
    height: 100%;
    width: 100%;
}

/* .our-customer-row-1 .review-text-col-1,
.our-customer-row-1 .review-text-col-2 {
    max-width: 50%;
    width: 100%;
} */

.our-customer-row-1 button {
    height: max-content;
}

.our-customer-reviews-section {
    position: relative;
}

.our-customer-reviews-section .leaf-img-bg {
    position: absolute;
    max-width: 250px;
    left: 0;
    top: -55px;
    z-index: -1;
}

.our-customer-reviews-section .our-customer-row-2 {
    padding: 50px 0;
    gap: 40px 14px;
}

.our-customer-row-2 .review-col {
    padding: 50px 25px;
    box-shadow: 0px 4px 9.8px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    border-radius: 5px;
    max-width: 390px;
    width: 100%;
}

.our-customer-row-2 .review-col:hover {
    box-shadow: 0px 4px 9.8px 1px rgb(0 0 0 / 28%);
}

.icon-star-col i.fa-star {
    color: #FF8000;
}

p.review-username {
    width: max-content;
    border-bottom: 2px solid #E50914;
}

.news_card {
    border-radius: 5px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    padding: 20px;
}

.news_card h6 {
    width: 100%;
    max-width: 300px;
    font-weight: 700;
}

.news_card:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(178.99deg, rgba(0, 0, 0, 0) 0.86%, rgba(0, 0, 0, 0.8) 90.51%);
    left: 0;
    z-index: 0;
    bottom: 0;
    border-radius: 5px;
}

.news_content_col {
    z-index: 1;
}

.news_content_col h6 {
    line-height: 1.4em;
}

.news_card:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(183.36deg, rgba(255, 255, 255, 0) 33.19%, rgba(118, 0, 0, 0.4) 64.13%);
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all 0.4s ease;
    bottom: 0;
    border-radius: 5px;
}

.news_card:hover:after {
    opacity: 1;
}

.news-event-section {
    position: relative;
}

.news-event-section .rope-left-bg {
    position: absolute;
    max-width: 15%;
    width: 100%;
    min-width: 130px;
    z-index: 9;
    top: 65px;
}

.contact_col {
    position: relative;
    border-radius: 5px;
    background-position: center !important;
    background-size: cover !important;
    padding: 40px 80px !important;
	width: 48.5%;
}

.form_col {
    position: relative;
    border-radius: 5px;
    padding: 40px 40px !important;
    background: #E509141C;
	width: 48.5%;
}

.contact_col:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000000B2;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.contact_col h2,
.contact_col p {
    z-index: 1;
    position: relative;
    color: #fff;
}

.pos_rel {
    position: relative;
}

.form_row {
    gap: 20px;
    flex-wrap: nowrap !important;
	align-items: stretch !important;
	justify-content: center;
}


/* swiper styling */
.logo-swiper {
    padding: 20px 0;
    background: #ffffff00;
}

.swiper-slide {
    text-align: center;
    display: flex;
    align-items: center !important;
    justify-content: center;
}

.swiper-slide img {
    max-height: 60px;
    width: auto;
    max-width: 80%;
    transition: transform 0.3s;
}

.swiper-slide img:hover {
    transform: scale(1.05);
}

.slider_cont .logo-swiper .swiper-wrapper {
    align-items: center !important;
}

.slider_cont {
    padding: 40px 0px;
    background-color: #F4F4F4;
}

.grid_hold {
    gap: 20px;
    flex-wrap: nowrap !important;
}

.footer-top-bar {
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #fff;
	
}

.footer-top-bar p {
    margin: 0;
	text-align: center;
}

.footer-main-section {
    background: #000000;
    padding: 80px 10px 40px;
}

.footer-col-1 img {
    max-width: 300px;
    width: 100%;

}

.footer-col-1 {
    border-right: 1px solid #fff;
    display: flex;
    align-items: center;
}


.footer-col-2.col-md-2.col-sm-12.footer-col {
    padding-left: 40px;
}

.footer-col h3 {
    font-size: 23px !important;
    max-width: max-content;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}

.footer-col-2 ul,
.footer-col-3 ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px 0 !important;
    margin-top: 30px;
}

.footer-col-2 ul li {
    list-style: none;
}

.footer-col-2 ul li a {
    text-decoration: none;
    color: #fff;
}

.footer-col-3 i.footer-icon {
    color: #fff;
    font-size: 18px;
    top: 4px;
    position: relative;
}

.footer-col-3 .footer-contact-col {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.footer-col-3 .footer-contact-col a {
    text-decoration: none;
    color: #fff;
    display: flex;
    gap: 0 10px;

}

.footer-col-4 .footer-hour-col,
.footer-col-5 .footer-social-icon-col {
    margin-top: 30px;
}

.footer-social-icon-col .fa-brands {
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    transition: all 0.3s ease;
}

.footer-social-icon-col .fa-brands:hover {
    color: var(--primary);
}

.footer-copyright .container {
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-top: 1px solid #fff;
}

.footer-copyright {
    background: #000;
}

#gform_1 .gform_footer #gform_submit_button_1 , #gform_2 .gform_footer #gform_submit_button_2{
    width:100%;
    background-color:var(--primary);
    padding:20px 10px;
    border-radius:5px;
    text-transform:capitalize;
    font-family: var(--font-body);
    font-weight:400;
    position:relative;
    z-index:9;
	font-size: 16px;
}

#gform_fields_1 .gfield input, #gform_fields_1 .gfield textarea , #gform_fields_2 .gfield input, #gform_fields_2 .gfield textarea{
    background-color:#fff;
    border-radius:5px;
    border:1px solid #fff;
    padding:10px 20px;
    color:#000;
}
#gform_fields_1 .gfield input::placeholder, #gform_fields_1 .gfield textarea::placeholder , #gform_fields_2 .gfield input::placeholder, #gform_fields_2 .gfield textarea::placeholder{
    color:#9d9d9d;
}
#gform_fields_1 .gfield input:focus, #gform_fields_1 .gfield input:hover ,#gform_fields_1 .gfield textarea:focus, #gform_fields_1 .gfield textarea:hover , #gform_fields_2 .gfield input:focus, #gform_fields_2 .gfield input:hover ,#gform_fields_2 .gfield textarea:focus, #gform_fields_2 .gfield textarea:hover{
    border:1px solid var(--primary);
}
.gfield_select {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #000;
}
/* About Us Page CSS */

.main-banner-section {
    min-height: 250px;
    display: flex;
	height: 100% !important;
}


.aboutus-section {
    padding: 100px 10px;
    position: relative;
}

.whychoose-section {
    padding: 0px 10px 50px;
    position: relative;
}


.about-img-col img {
    max-width: 100%;
    width: 100%;
}

.aboutus-section .rope-left-bg {
    position: absolute;
    max-width: 15%;
    width: 100%;
    min-width: 130px;
    z-index: 9;
    top: 77px;
    left: -10px;
}


.whychoose-section .rope-right-bg {
    position: absolute;
    max-width: 15%;
    width: 100%;
    min-width: 130px;
    z-index: 9;
    top: -20px;
    right: -10px;
}

.whychoose-section-img-col-1 {
    gap: 20px 0;
}

.whychoose-section-img-col-1 img {
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    height: 50%;
    object-fit: cover;
}

.whychoose-img-row {
    gap: 20px;
}

.whychoose-section-img-col-2 img {
    border-radius: 10px;
    max-width: 100%;
    height: 100%;
}

.gallery-main-section {
    padding: 50px 10px;
}

.row.meet-team-row {
    gap: 30px 20px;
    justify-content: space-between;
    padding-top: 20px;
}

.meet-team-row .meet-team-card {
    height: 400px;
    width: 372px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    align-items: end;
    padding: 40px 20px;
    border-radius: 5px;
}

.meet-team-row .meet-team-card .team-detail-col {
    background: #ffffffc2;
    backdrop-filter: blur(3px);
    border-radius: 10px;
    padding: 15px 30px;
    transition: all 0.5s ease;
    height: 67px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.meet-team-row .meet-team-card .team-detail-col h5 {
    font-size: 20px !important;
}

.meet-team-card:hover .team-detail-col {
    height: 320px;
    display: flex;
    /* justify-content: center;
    flex-direction: column;
    align-content: center; */
}

/* .meet-team-card:hover .team-detail-col h5,
.meet-team-card:hover .team-detail-col p {
    text-align: center;
} */
.team-card-social {
    margin-top: 10px;
    display: flex;
    gap: 0 10px;
}

.team-card-social i.fa-brands {
    color: #000;
    font-size: 20px;
}

.product-extra-info {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    margin-bottom: 30px;
}

.extra-info-item i{
    font-size:18px;
    width:30px;
}
.extra-info-item span {
    color: #31302E;
    font-size:16px;
}
.product-extra-info hr {
    margin:0;
    height:0;
    border:1px dashed #00000040;
}
.woocommerce div.product form.cart {
    border-top: 0px solid !important;
    border-bottom: 0px solid !important;
}
.woocommerce div.product .product_title {
    border: none !important;
    padding: 0 !important;
}
.entry-summary .woocommerce-Price-amount bdi {
    font-weight: 600 !important;
}
.summary.entry-summary .product_meta {
    display:none;
}
.head_parnt_cont {
  box-shadow: 0px 2px 32px 0px #0000000D;
}
.main-product-delivery-section {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
div#content-wrap {
    padding: 60px 20px;
}
.gallry_head{
   padding-bottom: 30px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: none !important;
}
.product-tab-according-header button.accordion-button{
    padding:0;
    line-height:0;
    font-size:16px;
    font-family:poppins;
    color:#31302E;
    font-weight:500;
}
.product-tab-according-item{
    padding:20px 5px;
    border:none;
    border-radius:0;
    border-top:1px solid #00000020;
    border-bottom:1px solid #00000020;
}
.product-tab-according-header .accordion-button::after{
    background-image: url(https://dreamcowebsites.com/riverland/wp-content/uploads/2025/07/according-plus.svg);
}

.product-tab-according-header .accordion-button:not(.collapsed)::after{
    background-image: url(https://dreamcowebsites.com/riverland/wp-content/uploads/2025/07/according-minus.svg);
}
.main-product-tab-according{
    margin-top:70px;
}
.product-tab-according-header button.accordion-button:focus{
    box-shadow:none;
    background:none;
}
.accordion-button:not(.collapsed) {
    background-color:none;
    box-shadow:none;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img{
    width:50px;
    height:68px;
    object-fit:cover;
    border:1px solid #000;
    border-radius:5px;
}
.woocommerce div.product.owp-thumbs-layout-vertical div.images .flex-control-thumbs {
    width: 10% !important;
}
.woocommerce div.product.owp-thumbs-layout-vertical div.images .flex-viewport {
    width: 90% !important;
}



/* Media Quries Start */


@media(max-width:767px) {
	

	.footer-col-2 ul {
    margin-top: 0;
}
	.container .form_row{
		padding-top: 0 !important;
	}
	
	.footer-contact-col , .footer-hour-col , .footer-social-icon-col {
		margin-top: 0 !important;
	}
	.footer-col-3{
		padding-top: 10px;
	}
	
	figure.woocommerce-product-gallery__wrapper {
    width: fit-content !important;
		padding-bottom: 20px;
 }
	.review-text-col-2{
		padding-top: 30px !important;
	}
	.equipment-banner {
    padding: 60px 0;
}
	.main-product-card.product-col {
    height: 320px;
 }
	.featured-product-row {
		padding: 30px 20px !important;
	}
	.our-customer-row-2{
		padding: 50px 10px !important;
	}
	.swiper-slide img {
    max-height: 40px;
    width: auto;
    max-width: 80%;
    transition: transform 0.3s;
 }
    .align-center-mobile {
        text-align: center !important;
    }

    .grid_hold .news-event-col-3 {
        flex-wrap: wrap !important;
        width: 100% !important;
    }

    .news_card {
        max-height: 250px !important;
        min-width: 100%;
    }
    .footer-col {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .footer-col-2{
        padding-left: 0 !important;
    }
    .footer-col-3 .footer-contact-col {
       display: flex;
        align-items: center;
    }
    .footer-col-4 {
        padding-top: 20px;
    }
    .footer-col-1{
    justify-content: center;
    padding-bottom: 20px;
    }
	
    .about-img-col img {
        max-width: 100%;
        width: 100%;
        height: 350px;
        object-fit: cover;
    }
}
@media(max-width:710px){
		.hero_sec {
    height: 30vw;
    min-height: 220px !important;
}
}
@media(min-width: 992px) and (max-width: 1024px) {
	.glob_btn{
		padding: 10px 20px;
	}
}

@media(min-width: 768px) and (max-width: 1024px) {
	
	.page-id-344 .featured-product-row .col-md-4{
		min-width: 350px;
	}
	
    h1 {
        font-size: 42px !important;
    }
	
.hero_sec h1 {
	font-size: 80px !important;
}
    h2 {
        font-size: 32px !important;
    }

    h3 {
        font-size: 30px !important;
    }

    h4 {
        font-size: 28px !important;
    }

    h5 {
        font-size: 26px !important;
    }

    h6 {
        font-size: 24px !important;
    }

    p {
        font-size: 16px !important;
    }

    .py_8 {
        padding: 50px 0px !important;
    }
}
@media(min-width:768px) and (max-width:991px) {
    .about-img-col img {
        max-width: 625px;
        width: 100%;
        height: 500px;
        object-fit: cover; 
	}
}

@media only screen and (max-width:991px) {
	
	.row.our-customer-row-1 {
    flex-direction: column;
    align-items: center;
}
	.review-text-col-1{
    text-align: center;
}
	.review-text-col-2{
		display:none !important;
	}
	.review-text-mbl{
		display:block !important;
	}
	.sub-menu li {
		max-width: 80% !important;
	}
	ul.sub-menu li {
	width: 80% !important;
}
	.footer-copyright .container{
	flex-direction: column !important;
		justify-content: center !important;
		align-items: center !important;
 }
	.footer-copyright .container p{
		text-align: center;
	}
	.form_col , .contact_col {
		width: 100% !important;
	}
	.nav_menu li:hover > ul {
  display: block !important;
}
	.sub-menu{
		position: relative !important;
		overflow-y: scroll;
        max-height: 235px;
	}
	.element_leaf {
    top: -122px;
    max-width: 330px;
   } 

    .about_row .col-lg-6 {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    ul.nav_menu li,
    .hed_btn {
        display: none;
    }

    .ham_burger {
        display: block !important;
    }

    .form_row {
        flex-wrap: wrap !important;
    }

    .grid_hold {
        flex-wrap: wrap !important;
    }

    .news-event-col-1 {
        height: 450px !important;
    }

    .news_card {
        min-height: 250px;
    }

    .news-event-col-3 {
        width: 98% !important;
    }
	        .mob-text-center {
            text-align: center !important;
        }

        .aboutus-section .row .about-text-col,
        .whychoose-section .whychoose-text-col {
            padding-top: 30px;
        }

        .aboutus-section {
            padding: 50px 10px;
        }

        .aboutus-section .rope-left-bg {
            top: 17px;
        }

        .whychoose-img-row {
            justify-content: center;
        }

        .whychoose-section .row {
            flex-direction: column-reverse;
        }

        .main-banner-section .container {
            justify-content: center;
        }

        .about-img-col {
            justify-content: center;
        }
}

@media screen and (max-width:767px) {
	.element_leaf {
    top: -65px;
    max-width: 200px;
}

    .head_col i {
        display: block !important;
        order: 1;
    }

    .head_col ul,
    .head_col .head_btn {
        display: none !important;
    }

    .sidebar_col img {
        width: 140px;
    }

    h1 {
        font-size: 36px !important;
    }
	
.hero_sec h1 {
	font-size: 60px !important;
}

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 26px !important;
    }

    h4 {
        font-size: 24px !important;
    }

    h5 {
        font-size: 22px !important;
    }

    h6 {
        font-size: 20px !important;
    }

    .py_8 {
        padding: 40px 0px !important;
    }
    .form_row .contact_col {
        padding: 40px !important;
    }
	.meet-team-row .meet-team-card {
            width: 310px;
        }
}

@media screen and (max-width:600px) {
	.stock-label {
    top: 130px !important;
    left: -80px !important;
    padding: 5px 14px !Important;
    font-size: 16px !important;
}
	.sidebar_open{
		width: 300px;
	}
    .news_card .news_content_col {
        flex-direction: column;
        align-items: center !important;
        text-align: center;
        justify-content: center;
    }

    .news-event-section .rope-left-bg {
        top: 100px;
    }
}

@media screen and (max-width:640px) {
    .top_bar ul {
        display: none !important;
    }

    .top_bar .top_col {
        justify-content: center !important;
    }
}
@media screen and (min-width:992px){
	.news_prntt{
		width:49% !important;
	}
	.grid_hold{
		justify-content: center;
	}
}

@media(max-width:1199px) {
    .featured-product-section .featured-product-row {
        row-gap: 50px;
        column-gap: 15px;
        justify-content: center !important;
    }
}

@media(max-width:1248px) {
    .our-customer-reviews-section .our-customer-row-2 {
        padding: 50px 0;
        gap: 40px 14px;
        justify-content: center !important;
    }
}

@media(max-width:1100px) {
    .footer-main-section .footer-row {
        flex-wrap: wrap;
    }

    .footer-main-section .footer-row .footer-col-1 {
        width: 100%;
    }
    .footer-col-1 {
        border: none;
    }
}
@media screen and (min-width: 768px) and (max-width:1100px) {

    .footer-row {      
    justify-content: center;
    row-gap: 20px;
    }
    .footer-col-1{
        justify-content: center;
    }
    .footer-col{
        width: 24.666667% !important;
    }

}
@media(max-width:1156px) {
        .row.meet-team-row {
            justify-content: center;
        }
    }