/* PORTAL CSS */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');


/*h1~h6 style*/
h1 {
	color:#363e4c;
	font-size: clamp(2rem, 5vw, 3.5rem);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing:0px;
	font-family: 'Barlow Condensed', Arial, sans-serif;
}
 
h2 {
	color:#363e4c;
	font-size: clamp(1.75rem, 4vw, 3rem);
	line-height: 1.3;
	font-weight: 700;
	letter-spacing:0px;
	font-family: 'Barlow Condensed', Arial, sans-serif;
}

h3 {
	color:#363e4c;
	font-size: clamp(1.5rem, 3.5vw, 2.5rem);
	line-height: 1.4;
	font-weight: 600;
	letter-spacing:0px;
    font-family: 'Barlow Condensed', Arial, sans-serif;
}

h4 {
	color:#363e4c;
	font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 1.4;
  font-weight: 600;
	letter-spacing:0px;
	Font-Family:'Barlow Condensed', Arial, sans-serif;
}

h5 {
	color:#363e4c;
	font-size: clamp(1rem, 2.5vw, 1.5rem);
    line-height: 1.5;
    font-weight: 500;
	letter-spacing:0px;
	Font-Family:'Barlow Condensed', Arial, sans-serif;
}
h6 {
	color:#424242;
	font-size: clamp(0.875rem, 2vw, 1.25rem);
    line-height: 1.5;
    font-weight: 500;
	letter-spacing:0px;
	font-family: 'Barlow Condensed', Arial, sans-serif;
}

p {
	color:#424242;
	font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.6;
    font-weight: 400;
	letter-spacing:0px;
	font-family: 'Barlow Condensed', Arial, sans-serif;
}

a {
	font-family: 'Barlow Condensed', Arial, sans-serif;
	font-weight:normal;
	font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.6;
    font-weight: 400;
	letter-spacing:0px;
}
a:hover{
    color: #8bc461 !important;
    background: #255780 !important;

}

a:visited{
	color:#fff;
}

ul li:hover {
    color:white !important;
    background-color: #000;
}

li{
	Font-Family:'Barlow Condensed', Arial, sans-serif;
	font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.6;
    font-weight: 400;
}

input, select, label, textarea{
	Font-Family:'Barlow Condensed', Arial, sans-serif;
	font-size: clamp(0,9rem, 1.3vw, 0.9rem);
    line-height: 1.6;
    font-weight: 400!important;
}

button{
	height:36px!important;
}

/* BUTTONS CSS */

.btn {
    display: inline-block;
	Font-Family:'Barlow Condensed', Arial, sans-serif;
    margin: 5px 5px 5px 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 7px 12px;
    font-size: clamp(1rem, 2vw, 1.125rem);
    line-height: 1.0;
    font-weight: 400;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	min-width:150px;
}

.btn-default {
    color: #fff;
    background-color: #2d4c72;
    border-color: #ccc;
}

.btn-danger {
    color: #fff;
    background-color: #c0392b;
    border-color: #c0392b;
}

.btn-secondary {
    color: #fff;
    font-weight: 500;
    border: 2px solid #2d4c72;
    background: #2d4c72;
}

.btn-primary {
    color: #fff;
    font-weight: 500;
    border: 2px solid #1270b6;
    background: #1270b6;
}

.btn-utility {
    color: #fff;
    font-weight: 500;
    border: 2px solid #8bc461;
    background: #8bc461;
}

.btn-utility:visited {
	color: #fff;
}

/* HOME PAGE CSS */
 
/*global setting*/
#Body ,
html, 
body ,
.Head,
.SubTitle ,
.SubSubTitle ,
.Normal{
	color:#363e4c;
	font-size:14px;
	line-height:1.8;
	letter-spacing:0.5px;
	font-family: 'Barlow Condensed', Arial, sans-serif;
    font-weight: 400
}
html, 
button, 
input, 
select, 
textarea,
.ls-layer, 
.ls-layer *,
.uneditable-input,
.btn{
	font-family: 'Barlow Condensed', Arial, sans-serif;
	Font-weight:499;
}
div[class^="Theme_Responsive"] select,
div[class^="Theme_Responsive"] textarea,
div[class^="Theme_Responsive"] input[type="text"],
div[class^="Theme_Responsive"] input[type="password"],
div[class^="Theme_Responsive"] input[type="datetime"],
div[class^="Theme_Responsive"] input[type="datetime-local"],
div[class^="Theme_Responsive"] input[type="date"],
div[class^="Theme_Responsive"] input[type="month"],
div[class^="Theme_Responsive"] input[type="time"],
div[class^="Theme_Responsive"] input[type="week"],
div[class^="Theme_Responsive"] input[type="number"],
div[class^="Theme_Responsive"] input[type="email"],
div[class^="Theme_Responsive"] input[type="url"],
div[class^="Theme_Responsive"] input[type="search"],
div[class^="Theme_Responsive"] input[type="tel"],
div[class^="Theme_Responsive"] input[type="color"]{
	Font-Family:'Barlow Condensed', Arial, sans-serif;
	Font-weight:normal;
}

.dnnpane>[class*=col-md], .dnnpane>[class^=col-md] {
    padding: 0 0px;
}

/* Make the layout responsive using Bootstrap 5 standards */
.dnn_layout,
.container-hp {
    width: 100%;
    max-width: 1890px; /* or 1140px for slightly smaller container */
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
	background: #fff;
}

.dnn_layout,
.containerMC {
    width: 100%;
    /*max-width: 2000px; or 1140px for slightly smaller container */
    margin-left: auto;
    margin-right: auto; 
   /* padding-left: 15px;
    padding-right: 15px; */
    box-sizing: border-box;
	background: #fff;
}

.dnn_layout, .container {
    max-width: 1050px;
}

/* Optional: override "row" to remove unwanted margins */
.row {
    margin-left: -0px;
    margin-right: -0px;
}

/* Columns spacing */
[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

/* Ensure images scale nicely */
img {
    max-width: 100%;
    height: auto;
}

div#siteWrapper {
    background: #fff;
	max-width:1890px;
}


/*header*/

#topHeader {
    background: #226fb3;
    -moz-box-shadow: 1px 50px 100px 0 #cacaca;
    -webkit-box-shadow: 1px 50px 100px 0 #cacaca;
    box-shadow: 1px 50px 100px 0 #cacaca;
    min-width: 25px;
    min-height: 35px;
    padding: 0;
}
#subHeader {

    padding: 0;
        position: sticky !important;
        z-index: 13;
        background: #255780 !important;
}
#login .loginGroup a:hover, #login .registerGroup a:hover {
    background: #226fb3;
    color: #8bc461;
    text-decoration: none;
	font-weight:600;
}

header {
    background: #226fb3;
    border-bottom: 0px solid #91AFCA;
}

#mainHeader-inner {
    padding: 10px 0;
    background: #226fb3;
	margin: 0% 11%;
}

@media screen and (max-width: 1366px) {
	#mainHeader-inner {
	margin: 0% 8%;
	}
}

.SydSubHeader{
	margin: 0% 12%;
}

@media screen and (max-width: 1366px) {
	.SydSubHeader{
	margin: 0% 9%;
	}
}

.SydNavBar{
	border: solid 1px #fff !important;
}

#dnnMenu .topLevel>li>a {
    color: #fff;
    font-size: 18px;
	Font-Family:'Barlow Condensed', Arial, sans-serif;
	font-weight: 600;
}

#dnnMenu .topLevel>li>a:focus, #dnnMenu .topLevel>li>a:hover {
    color: #8bc461;
}

#dnnMenu .topLevel>.active.open>a, #dnnMenu .topLevel>.active.open>a:hover, #dnnMenu .topLevel>.active.open>a:focus {
    background-color: #226fb3;
}

#dnnMenu .dropdown-menu li.active>a, #dnnMenu .dropdown-menu li.active a:hover, #dnnMenu .dropdown-menu li.active a:focus {
    color: #8bc461;
    font-weight: 600;
    background: #fff;
}

#dnnMenu .dropdown-menu li:hover {
    background: #fff;
	color: #8bc461!important;
    font-weight: 600;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
 {
    color: #8bc461 !important;
            background: #255780;
    border-bottom: solid 2px #8bc461;
	Font-weight:500;
}

#dnnMenu .dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    padding: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .175);
}

#dnnMenu .dropdown-menu::after {
    bottom: 100%;
    left: 35%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -30px;
}

#dnnMenu .dropdown-menu li {
    background: none;
    float: none;
    clear: both;
    width: auto;
    padding: 5px 5px;
    border-bottom: 1px solid #e1e1e1;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	font-weight: 600;
}

.SydBredC {
	display:none!important;
}

.topHeader-Inner{
	background:#226fb3;
	max-width: 1895px;
}

.hero-section {
  position: relative;
  width: 100%;
  background-image: url('/portals/0/Images/HomePageHeroBanner.jpg'); /* replace with your image */
  background-size: cover;
  background-position: center;
  color: white;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25); /* darkens background for contrast */
  z-index: 1;
}

.Head,
.HeadText {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 3% auto;
}

.Head h1 {
  font-size: 3.25rem;
  margin-bottom: 20px;
  color:#fff;
}

.HeadText h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color:#fff;
}

.HeadText h5 {
  font-size: 1rem;
  margin-bottom: 30px;
  color:#fff;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  z-index:2;
}

.btn-row a.btn {
  min-width: 140px;
  padding: 10px 15px;
  text-align: center;
}

/* Responsive Typography & Padding */
@media screen and (max-width: 768px) {
  .Head h1 {
    font-size: 1.75rem;
  }

  .HeadText h3 {
    font-size: 1rem;
  }

  .HeadText h5 {
    font-size: 0.875rem;
  }

  .hero-section {
    padding: 40px 15px;
  }
}

.FS-Container{
	display:block;
	float:left;
	position:relative;
	width: 100%;
	text-align:center;
}

.Container-80{
	display:block;
	width: 80%;
	Margin: 0 auto;
	max-width:1400px
}

.bg-lg{
	background-color:#f4f4f4;
	padding:0px 0px 60px 0px;
}

.bg-mb{
	background-color:#007EC4;
	padding:0px 0px 40px 0px;
}

.Service{
	Margin: auto;
	text-align:center;
	padding: 2% 2%;
}

@media screen and (max-width: 1360px) {
	.Service{
		width:50%!important;
	}
}

@media screen and (max-width: 768px) {
	.Service{
		width:100%!important;
	}
}

.ServiceBoxes{
	margin: 0px auto 60px auto;
	max-width:1300px;
	display:block;
	float:left;
	margin: 0px 0px 40px 0px;
}

.ServiceBoxesDetail{
	margin: 15px;
	/*border:solid 1px #b0b0b0; */
	/*padding: 15px;*/
	float:left;
	display:block;
	
  border: 1px solid #e0e0e0; /* Subtle border */
  border-radius: 12px;       /* Rounded corners */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Soft drop shadow */
  padding: 15px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
	
}

.Service-Text{
	min-height:200px;
}

@media screen and (max-width: 1366px) {
	.Service-Text{
		min-height:200px;
	}
}

@media screen and (max-width: 1095px) {
	.Service-Text{
		min-height:145px;
	}
}

.Service p{
	font-size: clamp(0.9rem, 1.55vw, 1.0rem);
    line-height: 1.5;
}

.Home-Service-Images{
	max-width:150px;
	margin:0px auto 14px auto;
	min-height:150px;
}

@media screen and (max-width: 992px) {
	.Home-Service-Images{
		max-width:250px;
		min-height:250px;
	}
}

.Container-80 .Head h3{
	color:#255780;
	text-align:center;
}

.Home-Product-Tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1340px;
  margin: 0 auto;
  padding: 20px 0;
}

.Home-Product {
  width: 20%; /* 5 columns */
  box-sizing: border-box;
  padding: 10px;
}

.Home-Product-Image-Container {
  text-align: center;
  margin-bottom: 20px;
}

.Home-Product-Image-Container img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin: 0 auto 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.Home-Product-Image-Container p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

/* Responsive adjustments */
@media screen and (max-width: 1200px) {
  .Home-Product {
    width: 25%; /* 4 columns */
  }
}

@media screen and (max-width: 900px) {
  .Home-Product {
    width: 33.33%; /* 3 columns */
  }
}

@media screen and (max-width: 600px) {
  .Home-Product {
    width: 45%; /* 2 columns */
  }
}

@media screen and (max-width: 400px) {
  .Home-Product {
    width: 100%; /* 1 column */
  }
}


.Home-Products-Head{
	text-align:center;
	padding:4% 8%;
}

.Home-Products-Head h3 {
	color:#fff;
}

.Home-Product-Image-Container a p{
	color:#fff;
}

.Quality-Service-Heading{
	padding: 4% 6%;
}

.Quality-Service-Heading h3{
	text-align:center;
	color:#255780;
}

.Quality-Service-Images {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 60px auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.Quality-Service-Box {
  width: 350px;
  margin: 10px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.Quality-Service-Box img {
  width: 100%;
  border-radius: 40px; /* Cropped (rounded) corners */
  display: block;
}

/* Arrow Styling */
.arrow {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  margin: auto 10px;
}

.right-arrow {
  border-left: 20px solid #007EC4;
}

/* Responsive layout change below 1340px */
@media screen and (max-width: 1340px) {
  .Quality-Service-Images {
    flex-direction: column;
    align-items: center;
  }
  
  .Quality-Service-Box {
	  width:65%;
	  padding:0px;
  }

  .arrow {
    transform: rotate(180deg);
    margin: 10px auto;
  }

  .right-arrow {
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #007EC4;
	border-right:20px solid transparent;
  }
}

.home-bottom-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
}

.home-bottom-card {
  flex: 1 1 300px;
  max-width: 500px;
  text-align: center;
  margin: 70px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 15px;
}

.home-bottom-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 1rem;
}

.home-bottom-content h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.home-bottom-content p {
  font-size: 1rem;
  margin: 0.3rem 0;
}

.btn-row {
    width: 100%;
    margin: 3% 3%;
	text-align: center;
	display: block;
    float: left;
    position: relative;
    width: 94%;
}

.SydProducerLogos {
  text-align: center;
  padding: 40px 60px;
  background-color: #fff;
  margin: 5px 0px 20px 0px;
  font-size: 0; /* remove inline-block spacing */
  margin-bottom: 40px;
}

.SydProducerLogos h3 {
  color: #255780;
  margin-bottom: 70px;
}

.SydLogoRow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 10px;
  
  font-size: 0; /* remove inline-block spacing */
  margin-bottom: 40px;
}

.SydLogoRow img {
  
  display: inline-block;
  width: 200px;
  height: auto;
  margin: 0 15px 20px;
  object-fit: contain;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.SydLogoRow img:hover {
  transform: scale(1.05);
}

.stock-button {
  display: inline-block;
  padding: 10px 24px;
  border: 2px solid #003087;
  color: #003087;
  text-decoration: none;
  border-radius: 24px;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease;
}

.stock-button:hover {
  background: #003087;
  color: white;
}


/* body style*/
main{
    background: #fff;
	border: solid  1px #fff;
    border-top: none;
    margin-bottom: 15px;
    min-height: 350px;
}


#breadcrumb {
    Font-Family:'Barlow Condensed', Arial, sans-serif;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	border-bottom: none;
    border-color: #ccc;
    background-color: transparent;
    padding: 5px 0;
    margin: 0;
    display: block;
	color:#225870;
}


/*Fixed Top Content*/
#fixedBox{
	display:none;
}
	#fixedBox{
		display:block;
	}
	#fixedContent:before{
		background-color:#0d0d0d;
		filter:alpha(opacity= 60 );
		opacity: 0.6;
	}
	#fixedBox,
	#fixedBox .Normal,
	#fixedToggle .fa{
		font-size:12px;
		color:#0d0d0d;
	}
	#fixedBox a,
	#fixedBox a:link,
	#fixedBox a:active,
	#fixedBox a:visited,
	#fixedBox a:hover{
		color:#20a3f0;
	}
	#fixedToggle:before{
		border-top-color:#0d0d0d;
		border-right-color:#0d0d0d;
	}

/*Footer*/

footer .footer-above {
    background-color: rgb(0, 69, 138);
    padding-top: 25px;
    border-top: none;
}

.SydFooterBG{
	background: rgb(0, 69, 138);
	position: relative;
}

.row.dnnpane.SydBackground {
    background: rgb(0, 69, 138);
	width: 80%;
    margin: auto;
}

.SydFooterContainer{
	float: left;
    display: block;
    position: relative;
	width:100%;
}

.footer-corner-image {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 200px; /* Adjust size as needed */
  height: auto;
  pointer-events: none; /* Prevent interaction if purely decorative */
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .SydFt{
	width:50%;
	}
}

.row.dnnpane.SydFt {
    background-color: #rgb(0, 69, 138);
}

.row.dnnpane.footer-terms {
	background-color: #255780;
	width: 100%;
    margin-left: 0px;
}

footer .footer-below {
    background-color: #255780;
    padding: 15px 0;
}

footer .footer-terms{
	background-color:#255780;
}

footer .copyright, footer .terms-priv {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
	margin: 0px 11% 0px 11%;
}

footer .footer-below {
    background-color: #255780;
    padding: 15px 0
}

footer .footer-below, footer .terms-priv a:link, footer .terms-priv a:visited {
    color: #fff;
    font-size: 12px;
}

.PageHeader{
	padding: 10px 15px;
}


/* STOREFRONT CHANGES */

.rvdsf-productdetail-container .btn-toolbar .btn, .rvdsf-productdetail-container .btn-toolbar .btn-group {
    min-width: 140px;
    color: #fff;
    font-weight: 500;
    border: 2px solid #1270b6;
    background: #1270b6;
}

.checkbox.form-check {
    margin: 3px 0px;
}

.syd-row-adjust{
	width:100%;
	margin-left: -9px;
}

.glyphicon-th-large:before {
	color: #127086;
}

.glyphicon-th-list:before {
    color: #127086;
}

.syd-group-adjust{
	margin-bottom:5px;
}

.SydButtonAdjust{
	margin:0px;
	height:34px!important;
	min-width:50px!important;
}

.SydFilterButtonAdjust{
	min-width:60px;
	margin:0px;
}

.rvdsf-productlist-container .rvdsf-field-name a {
    color: inherit;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
	Font-Family:'Barlow Condensed', Arial, sans-serif;
}

.h4{
	color:#363e4c;
	font-size:18px;
	line-height:30px;
	letter-spacing:0px;
	Font-Family:'Barlow Condensed', Arial, sans-serif;
	Font-weight:600;
	border-bottom: solid 1px #e3e3e3;
	padding: 0px 0px 6px 0px;
	margin: 5px 0px;
}

.rvdsf-productlistfilter-container div.rvdsf-field-definition {
    margin: 10px 10px;
}

.form-group.col-xs-4.col-4 {
    margin:0px 0px 10px 0px;
}

@media screen and (max-width: 992px) {
  .form-group.col-xs-4.col-4 {
    width: 50%;
	}
}

@media screen and (max-width: 762px) {
  .form-group.col-xs-4.col-4 {
    width: 100%;
	}
}

.rvdsf-productfilter-container div.rvdsf-field-definition {
    margin: 18px 10px;
}

.rvdsf-productfilter-container .rvdsf-field-definition label.control-label {
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    margin-bottom: 8px;
    width: 100%;
	font-weight: 550!important;
}

.form-check input[type="checkbox"] {
    width: 16px;
    height: 16px;
	margin-left: -25px;
}

.form-check label {
    line-height: 22px;
	font-size:12px;
}

table#dnn_ctr382_StorefrontView_ctl01_ProductGridView a:visited {
    color: #000;
}

.glyphicon-chevron-right:before {
    content: "\e080";
    font-weight: 200 !important;
	color: #363e4c;
}

button.btn.btn-default.btn-light.btn-light.btn-block.dropdown-toggle.bg-transparent.border-0 {
    color: #363e4c;
}

.service-content img {
    float: right;
    width: 30%;
    margin: 0 0 30px 40px;
}



.product-btns {
    margin-top: 50px;
}

.product-btn a, .product-btn input {
    display: block;
    width: 100%;
}

#html-body .cms-links-grid .pagebuilder-column-line {
    gap: 20px;
}
#html-body [data-pb-style=DKNYD02], #html-body [data-pb-style=R13X63Q], #html-body [data-pb-style=W9WJ9QR] {
    display: flex
;
    width: 100%;
}
.policybox{
    align-items: center;
    display: flex;
    justify-content: center;
    width: 20%;
}

.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    align-items: center;
    display: flex
;
    justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    transition: background-color .5s ease;
}
.pagebuilder-banner-wrapper {
    background-clip: padding-box;
    border-radius: inherit;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
[data-content-type=banner]>[data-element=link]:hover, [data-content-type=banner]>[data-element=empty_link]:hover {
    color: inherit;
    text-decoration: inherit;
}
[data-content-type=banner]>[data-element=link], [data-content-type=banner]>[data-element=empty_link] {
    color: inherit;
    text-decoration: inherit;
}

* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.policy-column {
  float: left;
  width: 20%;
  padding:1px;
  height: 150px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display:table;
  clear: both;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .column {
    width: 50%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}


.banner-button {
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    margin: 0px 0 0;
    max-width: 100%;
    text-align: inherit;
    transition: opacity .5s ease;
    word-break: break-word;
    text-transform: uppercase;
    font-weight: bold;
        font-family: 'Barlow Condensed', Arial, sans-serif;
        position: absolute; bottom: 0;
}
    .banner-button a {
        background: #141B41;
        font-weight: normal;
        font-size: 18px;
        color: #fff;
        padding: 15px 30px;
        border-radius: 50px;
        text-decoration: none;
    }
    .banner-button a:hover {
        background: #fff!important;
        color: #141B41!important;
        border-radius: 50px!important;
  border-style: solid!important;
  border-width:1px!important;
  border-color: black!important;
        text-decoration: none!important;
    }

.cutlist-button {
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    margin: 0px 0 0;
    text-align: inherit;
    transition: opacity .5s ease;
   
    text-transform: uppercase;
    font-weight: bold;
        font-family: 'Barlow Condensed', Arial, sans-serif;
     
}
    .cutlist-button a {
        background: #fff!important;
        color: #141B41!important;
        border-radius: 50px!important;
  border-style: solid!important;
  border-width:1px!important;
  border-color: black!important;
        text-decoration: none!important;
font-size: 18px;
      padding: 10px 10px 10px 10px;
      font-weight: bold;
        font-family: 'Barlow Condensed', Arial, sans-serif;
    
    }
    .cutlist-button a:hover {
    background: #8dc263!important;
        font-weight: normal;
        font-size: 18px;
        color: #fff!important;
        border-color: #8dc263!important;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
    }

/* Container and header */

/* Container spacing & typography */
.ContactHeader {
  text-align: center;
  margin: 40px 0 20px;
}

.ContactHeader h3 {
  font-size: 2rem;
  font-weight: 600;
}

/* Content layout */
.ContactContent {
  padding: 20px;
  box-sizing: border-box;
}

.ContactContent p {
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.5;
}

/* Social media icons */
.contact-social-icons {
  width: 32px;
  height: 32px;
  margin: 5px 10px 15px 0px;
  vertical-align: middle;
}

/* Map styling */
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: 0;
}

/* Responsive behavior */
@media (max-width: 767px) {
  .col-sm-12,
  .col-sm-5,
  .col-sm-7 {
    width: 100%;
    float: none;
  }

  .contact-social-icons {
    margin-bottom: 10px;
  }

  .ContactContent {
    padding: 10px;
  }

  .ContactHeader h3 {
    font-size: 1.5rem;
  }
  
}

@media (max-width: 991px) {
    
  .map-responsive {
	  padding-bottom: 112%;
  }
}



/* Responsive layout using Flexbox */
.ContactContainer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.col-sm-4,
.col-sm-3,
.col-sm-5 {
  flex: 1 1 100%; /* Stack by default */
  max-width: 100%;
}

/* Larger screens: approximate Bootstrap grid */
@media (min-width: 768px) {
  .col-sm-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-5 {
    flex: 0 0 40.55%;
    max-width: 40.55%;
  }
}

.section {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 40px;
      align-items: center;
}

.section img {
      max-width: 100%;
      height: auto;
      border-radius: 5px;
}

.text {
      flex: 1 1 60%;
      padding: 10px;
}

.image {
      flex: 1 1 35%;
      padding: 10px;
}

.cutting-form {
      display: inline-block;
      background-color: #0a3d62;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
}

.cutting-form:hover {
      background-color: #145b8d;
}

    @media (max-width: 768px) {
      .section {
        flex-direction: column;
      }

      .text, .image {
        flex: 1 1 100%;
      }
    }



