body {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  letter-spacing: -1px;
  background: #fdfdfd;
}
.has-submenu > a::before {
    color: white;
    right: -10px;
}
p {
	letter-spacing: normal;
}
h1, h2, h3, h4, h5, h6 {
	color: #232a4b;
}

/*header*/
.navbar {
  background: url("../images/bg.webp");
  border-bottom: 1px solid #a5a5a5;
  padding: 15px 0;
}

.mega-dropdown .mega-menu {
    max-width: 767px;
    width: 100%;
    left: 50% !important;
    transform: translateX(-50%);
}

.mega-dropdown {
    position: static;
}

.navbar-brand {
  font-weight: 700;
  font-size: 26px;
  color: #fff;
}
.navbar-brand img {
  max-width: 200px;
}

/* NAVBAR */
.navbar {
    z-index: 999;
}

/* NAV LINKS */
.navbar .nav-link {
    font-weight: 700;
    color: #fff;
    padding: 14px 18px !important;
}
.dropdown-menu {
    border-radius: 0;
}
/* MEGA MENU */
.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  border-radius: 0px;
  margin-top: 0;
}

/* MEGA ITEM */
.mega-item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    border-radius: 0px;
    text-decoration: none;
    color: #111;
    transition: 0.3s;
    height: 100%;
}

.mega-item:hover {
    background: #f8f9fa;
}

.mega-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* DROPDOWN */

.dropdown-item {
    padding: 10px 14px;
    border-radius: 10px;
}

.dropdown-item:hover {
    background: #f8f9fa;
}

/* DESKTOP HOVER */
@media (min-width: 1200px) {

    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

/* MOBILE */
@media (max-width: 1199px) {

    .navbar-collapse {
        padding-top: 20px;
    }

    .mega-menu {
        position: static !important;
        width: 100%;
        box-shadow: none !important;
        padding: 10px 0 !important;
        border-radius: 0;
    }

    .dropdown-menu {
        border: 0;
    }

    .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mega-item {
        padding-left: 0;
        padding-right: 0;
    }
}

.quote-btn {
  background-color: #ff7a1a;
  color: #fff;
  border-radius: 6px;
  padding: 10px 18px;
  font-weight: 600;
  border: none;
}

.quote-btn:hover {
  background-color: #e96a10;
}

.cart-icon {
  color: #fff;
  font-size: 20px;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .navbar-nav {
    text-align: center;
    margin-top: 15px;
  }

  .nav-actions {
    justify-content: center;
    margin-top: 10px;
  }
}

/*homepage*/
.btn {
	font-weight: 700;
	font-size: 18px;
}
.fw-boldest {
  font-weight: 800 !important;
  letter-spacing: -2px;
}

.btn-orange {
  background: #e06e1b;
  color: #fff;
}
.btn-orange:hover {
  background: #ea580c;
  color: #fff;
}
.section-padding {
  padding: 50px 0;
}
.hero-section {
  background: url("../images/bg.webp");
  padding: 30px 0;
}
/*.hero-section img {
	position: relative;
	bottom: -70px;
}*/
.points {
	font-size: 17px;
	padding-bottom: 30px;
    margin-top: -20px;
}
.card-box {
  border-radius: 12px;
  transition: 0.3s;
  background: #f6f6f6;
}
.card-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.icon-circle {
  width: 40px;
  height: 40px;
  background: #0d3b66;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 !important;
  font-size: 30px;
}
.card-box h6 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1px;
}
.card-box a {
	font-size: 18px;
	font-weight: 700;
}
.card-box {
    border-radius: 5px;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.bt-2 {
  text-align: center;
  border-top: 3px solid #ededed;
  height: 30px;
  margin: 15px 0;
}
.wpcf7-form p {
    margin-bottom: 15px;
}
.wpcf7-form>p {
    margin: 0;
}
.section-padding {
	padding: 50px 0 !important;
}
.bg-light-gray {
	background: #f6f6f6;
}
.works-title {
	display: inline-block;
  background: #fdfdfd;
  padding: 10px 15px;
  top: -35px;
  position: relative;
  font-size: 2rem;
}
.work-row {
	display: flex;
	justify-content: space-between;
}
.work-box {
	display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    letter-spacing: -1px;
    background: #fdfdfd;
    justify-content: start;
    padding: 0 10px;
}
.work-box p {
	margin: 0;
	letter-spacing: -1px;
}
.work-line {
	border-top: 3px solid #ccc;
	margin-top: -20px;
}
.line {
  border-top: 3px solid #ccc;
  width: 50px;
}
.bt-dashed {
	border-top: 2px dashed #ccc;
}
.commitments {
	justify-content: space-between;
}
.commitment-section {
	background-image: url("../images/bg-mountain.webp");
	background-repeat: no-repeat;
    background-size: cover;
}
.commitment-title {
	color: #49604b;
    background: rgb(246, 245, 243, 0.5);
    display: inline-block;
    padding: 10px 30px;
    margin-top: -30px;
}
.commitment-btn {
	position: relative;
	top: 20px;
	background: #15264e;
	font-weight: 500;
	font-size: 18px;
}
.divider {
  width: 2px;
  background: #ccc;
}
.quality-title {
	font-size: 24px;
}
.tick-icon {
	color: #e06e1b;
	margin-right: 10px;
}
.fade-borders {
  position: relative;
  padding: 15px 0;
}
.fade-borders::before,
.fade-borders::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    transparent,
    #ccc,
    transparent
  );
}
.fade-borders::before {
  top: 0;
}
.fade-borders::after {
  bottom: 0;
}
.list-unstyled {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0;
}
.list-unstyled li {
	margin-bottom: 5px;
}
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    width: 100%;
    padding: 10px !important;
    border-color: #232a4b !important;
    border-radius: 0.375rem !important;
}
.wpcf7-submit {
  background: #e06e1b;
  color: #fff;
  border: 0;
}
.card-box .featured-image {
  aspect-ratio: 1 / 0.6;
  display: flex;
  align-items: center;
  padding: 15px;
  background: #232a4b;
}
fieldset.hidden-fields-container {
    padding: 0;
}
.we-serve a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
/*category*/
.product-item {
  background: #fbf6f3;
}
/*.hero-section img {
    position: absolute;
    left: 0;
    top: -200px;
}*/
.product-item h4 {
  font-size: 18px;
  min-height: 45px;
}
.product-item .btn {
  font-size: 16px;
  flex: 1 1 50%;
}
.icon-box {
  color: #686b71;
}
.icon-box i {
  color: #304f3c;
  font-size: 18px;
}
.we-server p {
  font-size: 14px;
}
.ready h4 {
  color: #2a362c;
}
.ready {
  background: url("./images/ready.webp");
  background-size: cover;
}
.low-moqs {
  font-size: 18px;
}

/*product*/
.thumb {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 6px;
}

.thumb.active,
.thumb:hover {
  border-color: #0d6efd;
}

.btn-warning {
  background-color: #ff7a00;
  border: none;
}

.btn-warning:hover {
  background-color: #e96d00;
}
.product-details {
  background: #f8f4f5;
  padding: 0 15px 15px;
}
.product-gallery {
  background: #f8f4f5;
  padding: 15px;
  text-align: center;
  border-radius: 30px;
}
.product-heading {
  background: url("../images/bg.webp");
  color: #fff;
  border-radius: 30px 30px 0 0;
  padding: 15px;
  font-size: 26px;
  font-weight: 700;
}

/*footer*/
.cta {
    background: url("../images/bg.webp");
    border-bottom: 1px solid #a5a5a5;
}
footer {
  background: url("../images/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.bottom-footer {
  border-top: 1px solid #a5a5a5;
}
footer ul {
  padding: 0;
}
footer a:hover {
    color: #ccc;
}
footer a {
  text-decoration: none;
}
footer a, footer p {
  color: #fff;
}
h6.footer-item__title {
    color: #fff;
}
ul.footer-menu li {
    font-size: 16px;
    margin: 10px 0;
}
.footer-icons i {
    background: #9c162d;
    font-size: 26px;
    padding: 5px;
    display: inline-block;
}
.footer {
  background: url("../images/bg.webp");
  color: #fff;
  font-size: 14px;
}

.social-icon {
  color: #cbd5e1;
  font-size: 16px;
  transition: 0.3s;
}

.social-icon:hover {
  color: #fff;
}

.copyright {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .copyright {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

/* REVIEW LIST */
.woocommerce-Reviews .commentlist{
    list-style:none;
    padding:0;
    margin:0;
}

.woocommerce-Reviews .commentlist li{
    background:#fff;
    border:1px solid #dee2e6;
    border-radius:16px;
    padding:20px;
    margin-bottom:20px;
}

.woocommerce-Reviews .comment_container{
    display:flex;
    gap:20px;
}

.woocommerce-Reviews .avatar{
    border-radius:50%;
}

.woocommerce-Reviews .meta{
    margin-bottom:10px!important;
}

.woocommerce-Reviews .woocommerce-review__author{
    font-weight:700;
    color:#212529;
}

.woocommerce-Reviews .woocommerce-review__published-date{
    color:#6c757d;
    font-size:14px;
}

.woocommerce-Reviews .description p:last-child{
    margin-bottom:0;
}

/* REVIEW FORM */
.woocommerce-Reviews #review_form_wrapper{
    margin-top:40px;
}

.woocommerce-Reviews .comment-reply-title{
    display:block;
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
}

.woocommerce-Reviews label{
    font-weight:600;
    margin-bottom:8px;
    display:block;
}

.woocommerce-Reviews input,
.woocommerce-Reviews textarea,
.woocommerce-Reviews select{
    width:100%;
    border:1px solid #dee2e6;
    border-radius:10px;
    padding:12px 15px;
}

.woocommerce-Reviews textarea{
    min-height:150px;
}

.woocommerce-Reviews .form-submit{
    margin-top:20px;
}

.woocommerce-Reviews .submit{
    background:#0d6efd;
    color:#fff;
    border:none;
    padding:12px 35px;
    border-radius:50px;
    font-weight:600;
}

/* STARS */
.woocommerce .star-rating{
    color:#ffc107;
}

.woocommerce p.stars a{
    color:#ffc107;
}

/* RESPONSIVE */
@media(max-width:767px){

    .woocommerce-Reviews .comment_container{
        flex-direction:column;
    }

}

/*slider*/

.product-item img{
    /*height:250px;*/
    object-fit:contain;
}

.carousel-control-prev,
.carousel-control-next{
    width:50px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:#000;
    padding:15px;
}

.page-template-blog .card-body {
  background: #f6f6f6;
}

.pagination{
    gap: 10px;
    flex-wrap: wrap;
}

.pagination .page-numbers{
    width: 45px;
    height: 45px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #212529;
    font-weight: 500;
    transition: 0.3s;
}

.pagination .page-numbers:hover{
    background: #212529;
    color: #fff;
    border-color: #212529;
}

.pagination .page-numbers.current{
    background: #212529;
    color: #fff;
    border-color: #212529;
}