/*
Theme Name: NorWorx Child Theme
Theme URI: https://norworx.com
Description: A custom Norworx theme.
Template: twentytwentyfour
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: norworx
*/



/* ===========================
   INTER TIGHT — 100 THIN
=========================== */
@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-ThinItalic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* ===========================
   200 — EXTRA LIGHT
=========================== */
@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-ExtraLightItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* ===========================
   300 — LIGHT
=========================== */
@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* ===========================
   400 — REGULAR
=========================== */
@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* ===========================
   500 — MEDIUM
=========================== */
@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* ===========================
   600 — SEMIBOLD
=========================== */
@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* ===========================
   700 — BOLD
=========================== */
@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ===========================
   800 — EXTRA BOLD
=========================== */
@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-ExtraBoldItalic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

/* ===========================
   900 — BLACK
=========================== */
@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Tight";
  src: url("/wp-content/themes/Norwox/fonts/InterTight-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

body, h1,h2,h3,h4,h5,h6,p *{
  font-family: "Inter Tight", sans-serif;
}
.inter-tight-* {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.inter-tight-400 {
  font-weight: 400;
}
.inter-tight-600 {
  font-weight: 600;
}
.site-header {
  background-color: #284553;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  position: relative;
  z-index: 1000;
}

/* -------------------------------
   Site Branding / Logo
-------------------------------- */
.site-header .site-branding {
  display: flex;
  align-items: center;
  gap: 15px;
}

.site-header .site-logo img,
.site-header .custom-logo {
  max-height: 100px;
  width: auto;
  display: block;
	margin-bottom: -68px;
}

.site-header .site-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.site-header .site-title a {
  color: #ffffff;
  text-decoration: none;
}

.site-header .site-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  margin: 0;
}

/* -------------------------------
   Main Navigation
-------------------------------- */
.main-navigation {
  display: flex;
  align-items: center;
}

.main-navigation .menu {
  list-style: none;
  display: flex;
	align-items: center;
  margin: 0;
  padding: 0;
  gap: 25px;
}

.main-navigation .menu li {
  position: relative;
}

.main-navigation .menu a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: color 0.3s ease;
}

.main-navigation .menu li.header-btn a{
	background: #000;
	color: #fff;
	padding: 10px 34px;
	border-radius: 40px;
	transition: all 0.3s;
}

.main-navigation .menu li.header-btn a:hover{
	background: #447288;
	color: #fff;
}

.main-navigation .menu a:hover,
.main-navigation .menu a:focus {
  color: #f5b25d;
}

/* -------------------------------
   Submenu Styling
-------------------------------- */
.main-navigation .menu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #284553;
  padding: 10px 0;
  display: none;
  list-style: none;
  min-width: 180px;
  border-radius: 4px;
}

.main-navigation .menu li:hover > ul {
  display: block;
}

.main-navigation .menu li ul li a {
  display: block;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 14px;
}

.main-navigation .menu li ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* -------------------------------
   Responsive Styles
-------------------------------- */
@media (max-width: 991px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 25px;
  }

  .main-navigation {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
  }

  .main-navigation .menu {
    flex-wrap: wrap;
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .site-header {
    padding: 10px 20px;
  }

  .site-header .custom-logo {
    max-height: 45px;
  }

  .main-navigation .menu {
    flex-direction: column;
    align-items: center;
  }

  .main-navigation .menu li ul {
    position: static;
    background: transparent;
    display: none;
  }

  .main-navigation .menu li:hover ul {
    display: none;
  }
}

/* -------------------------------
   Optional Sticky Header (Static)
-------------------------------- */
.site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #284553;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10000;
}


.site-footer {
  background-color: #284553;
  color: #fff;
}
.site-footer a{
	color: #fff;
	text-decoration: none;
}

.footer-top {
  padding: 60px 0 40px;
}

.footer-inner.container {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: start;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-logo img {
  max-width: 369px;
  height: auto;
}

.footer-widget,
.footer-logo {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.footer-title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-widget a {
  color: #fff;
  text-decoration: underline;
  transition: 0.3s;
  	font-size: 16px;
	line-height: 22px;
}

.footer-widget a:hover {
  color: #ddd;
}

.site-footer .footer-inner p{
	margin: 0;
}

.site-footer .footer-inner .widget-title{
	color: #fff;
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
}

.site-footer .footer-inner .menu{
	padding: 0;
	list-style: none;
	margin: 0;
}

.footer-bottom {
  padding: 20px 10px;
}

.footer-bottom-widget {
  color: #ccc;
  font-size: 13px;
}

.footer-bottom-widget a {
  color: #ccc;
  text-decoration: none;
  margin: 0 8px;
}

.footer-bottom-widget a:hover {
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-logo img {
    margin: 0 auto;
  }
}


/* PAGES CSS START */

.container{
	max-width: 1344px;
	width: calc(100% - 40px);
	margin: 0 auto;
	display: flex;
}



/* HOME PAGE */
body .hero-section{
	min-height: 100vh;
	display:flex;
	align-items: end;
	padding-bottom: 113px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

body .hero-section:before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(252.88deg, rgba(0, 0, 0, 0) 33.08%, #000000 82.05%);
    pointer-events: none;
    top: 0;
    bottom: 0;
}

body .hero-section *{
	color: #fff;
	text-shadow: 0px 4px 30px #00000040;
	position: relative;
	z-index: 2;
}

body .hero-section .container{
	flex-direction: column;
}
body .hero-section .container *{
	margin: 0;
}
body .hero-section h1{
	font-size: 55px;
	line-height: 55px;
	margin: 23px 0;
	text-transform: uppercase;
	max-width: 45%;
}
body .hero-section p{
	font-size: 18px;
	line-height: 22px;
	max-width: 45%;
}

body .hero-section .hero-clip{
	position: absolute;
    right: 10%;
    bottom: -70px;
    max-width: 150px;

}

/* ================================
   NORWORX SERVICE SECTION (Unified)
   ================================ */

.norworx-service-block {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
}

.norworx-service-block.services-carousel{
	background-color: #0C1419;
} 

.norworx-service-block.services-carousel.bg-white{
	background: #fff;
}

.norworx-service-block .container {
  display: flex;
  align-items: center;
/*   justify-content: center; */
  gap: 60px;
  padding: 0 20px 40px;
}

/* Image Section */
.service-image {
  flex: 0 0 45%;
	text-align: center;
}

.service-image img {
  width: 100%;
	max-width: 390px;
	margin: 0 auto;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

/* Content Section */
.service-content-wrap {
  flex: 0 0 50%;
  color: #1a1a1a;
}

.service-caption {
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 12px;
}

.service-title {
  font-size: 36px;
  line-height: 1.2;
	text-transform: uppercase;
	word-break: break-word;
}

.service-subtitle {
  font-size: 16px;
}

.norworx-service-block.services-carousel .service-title,
.norworx-service-block.services-carousel .service-subtitle{
	color: #fff;
	margin: 0;
}
.norworx-service-block.services-carousel.bg-white .service-title,
.norworx-service-block.services-carousel.bg-white .service-subtitle{
	color: #000;
}


.service-text {
  font-size: 15px;
  line-height: 1.7;
  color: #111;
  margin-bottom: 30px;
}

/* Single Button */
.service-buttons {
  display: flex;
  gap: 15px;
}

.service-btn {
  background: #284553;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.service-btn:hover {
  background: #f5b25d;
  color: #284553;
}

/* Layout Modifiers */
.norworx-service-block.image-left .service-container {
  flex-direction: row;
}

.norworx-service-block.image-right .service-container {
  flex-direction: row-reverse;
}

/* Responsive */
@media (max-width: 991px) {
  .service-container {
    flex-direction: column !important;
    gap: 40px;
  }

  .service-image,
  .service-content-wrap {
    flex: 1 1 100%;
    text-align: center;
  }

  .service-content-wrap {
    padding: 0 10px;
  }

  .service-title {
    font-size: 28px;
  }
}

/* ================================
   SERVICE CAROUSEL STYLES
   ================================ */
.service-carousel {
	margin-left: 100px;		
	overflow: hidden;
}

.service-carousel .slick-list {
  overflow: visible;
  padding: 0 40px 0 0 !important;
}

.service-carousel .slick-track {
  display: flex !important;
  gap: 26px; /* exact space between slides */
}

.service-carousel .slick-slide {
  float: none !important;
  height: auto;
  transition: transform 0.3s ease;
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  overflow: hidden;
}

.service-carousel .slick-slide:hover {
  transform: scale(1.02);
}

/* Overlay Content */
.slide-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  color: #fff;
  height: 35%;
  transition: all 0.3s ease;
}

.slide-title {
  font-size: 1.5rem;
  margin: 0;
  color: #fff;
}
.slide-title a{
	color: #fff;
	text-decoration: none;
}

.slide-excerpt {
  display: none;
  margin-top: 10px;
  font-size: 0.9rem;
  line-height: 1.5;
	color: #fff;
	transition: all 0.3s;
}

.service-slide:hover .slide-excerpt {
  display: block;
}

.service-slide:hover .slide-overlay {
  height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

/* Slick Dots */
.slick-dots {
  text-align: center;
  margin-top: 20px;
}

.slick-dots li button:before {
  font-size: 10px;
  color: #999;
}

.slick-dots li.slick-active button:before {
  color: #000;
}

.logo-carousel{
	padding-bottom: 49px;
	padding-top: 49px;
	overflow: hidden;
}

.logo-carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Add gap between slides */
.logo-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 26px; /* GAP BETWEEN LOGOS */
  transition: transform 0.3s ease;
}
.logo-slide img{
	filter: grayscale(1);
	transition: all 0.4s;
}
.logo-slide img:hover{
	filter: grayscale(0);
}

.logo-carousel .slick-track {
  display: flex !important;
  align-items: center;
  gap: 0 !important; /* Slick track gap reset */
}

.boat-contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #fff;
/*   padding: 80px 60px; */
  align-items: flex-start;
	flex-direction: column;
}

.boat-contact-form .form-left {
  flex: 1 1 40%;
}

.boat-contact-form .form-left h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 400;
}

.boat-contact-form .form-left p {
  color: #ccc;
  font-size: 18px;
}

.boat-contact-form .form-right {
  flex: 1 1 55%;
}

.boat-contact-form .two-col {
  display: flex;
  gap: 20px;
	width: 100%;
}

.boat-contact-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
	width: 100%;
}
.boat-contact-form .form-group *{
	display: flex;
}

.boat-contact-form label {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 5px;
}

.boat-contact-form input,
.boat-contact-form select,
.boat-contact-form textarea {
  background: #121F25;
  border: 1px solid #555;
  padding: 12px 16px;
  color: #fff;
  border-radius: 6px;
  width: 100%;
  font-family: inherit;
  font-size: 15px;
}

.boat-contact-form textarea {
  min-height: 120px;
  resize: none;
}

.boat-contact-form .form-submit {
  text-align: left;
  margin-top: 10px;
}

.boat-contact-form input[type="submit"] {
  background: #fff;
  color: #000;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.boat-contact-form input[type="submit"]:hover {
  background: #ddd;
}

/* Responsive */
@media (max-width: 768px) {
  .boat-contact-form {
    flex-direction: column;
    padding: 40px 20px;
  }
  .boat-contact-form .two-col {
    flex-direction: column;
  }
}


.boat-contact-block {
  background-color: #0C1418;
  color: #fff;
  padding: 120px 0 78px;
	background: url('../../uploads/2025/11/boat-bg.png'), #0C1418;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 90%;
}
.boat-contact-block *{
	color: #fff;
}

.boat-contact-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  align-items: flex-start;
}

.boat-contact-block .contact-text {
  flex: 1 1 40%;
}

.boat-contact-block .contact-text h2 {
  font-size: 42px;
  margin-bottom: 15px;
  font-weight: 400;
	text-transform: uppercase;
}

.boat-contact-block .contact-text p {
  color: #ccc;
  font-size: 18px;
  margin-bottom: 30px;
}

.social-links .social-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.social-links .social-icon img {
  width: 32px;
  height: 32px;
}

.social-info strong {
  display: block;
  font-size: 16px;
}

.contact-form {
  flex: 1 1 55%;
}

@media (max-width: 768px) {
  .boat-contact-inner {
    flex-direction: column;
  }
}


.references-section {
  background: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.references-section.backdrop .references-list .reference-item {
	background: url(../../uploads/2025/11/norworx-white-w.png) no-repeat;
    background-color: #26454f;
    background-position: calc(100% - 34px) center;
}

.references-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.section-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  color: #333;
  margin-bottom: 60px;
}

.references-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.reference-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #fff;
  overflow: hidden;
}

.reference-item.reverse {
  flex-direction: row-reverse;
}

.ref-image {
	min-width: 50%;
	max-width: 50%;
}

.ref-image img{
	height: 100%;
	max-width: 100%;
}

.ref-content {
  flex: 1 1 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  position: relative;
	text-align: left;
}

.ref-content::after {
  content: "";
  position: absolute;
  font-size: 400px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.03);
  right: 30px;
  bottom: 0;
  line-height: 0.8;
  z-index: 0;
}

.ref-title {
  font-size: 32px;
	line-height: 32px;
  margin-bottom: 15px;
	margin-top: 0;
	color:#fff;
  position: relative;
  z-index: 2;
	font-weight: 400;
	
}

.ref-text {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 25px;
	font-weight: 400;
  position: relative;
  z-index: 2;
}

.ref-btn {
  display: inline-block;
  background: #0C1419;
  color: #fff;
  padding: 10px 34px;
  border-radius: 24px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
	text-transform: uppercase;
	align-self: flex-start;
}

.ref-btn:hover {
  background: #447288;
}

@media (max-width: 768px) {
  .reference-item,
  .reference-item.reverse {
    flex-direction: column;
  }
  .ref-content {
    padding: 40px 20px;
  }
}



/* CUSTOM CLASS PAGE STTLES */
.dark-bg {
	padding-top: 160px;
 background: #0C1419;	
}
.dark-bg *{
	color: #fff;
}

.dark-bg h2{
	font-size: 45px;
	line-height: 45px;
	text-transform: uppercase;
	margin-bottom: 34px;
}

.dark-bg p{
	font-size: 20px;
	line-height: 22px;

}

.wp-element-button {
  background: #0C1419;
  color: #fff;
  padding: 10px 34px;
  border-radius: 24px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
	text-transform: uppercase;
}

.wp-element-button:hover {
  background: #447288;
}

.dark-bg .wp-element-button {
  background: #fff;
  color: #284553;
}

.wp-element-button:hover {
  background: #447288;
	color: #fff;
}


/* INNER PAGES */
.wp-block-columns{
    max-width: 1344px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

.wp-block-columns h2{
	font-size: 3.5em;
	line-height: 1;
	text-transform: uppercase;
}

.wp-block-columns p{
	font-size: 20px;
	line-height: 22px;	
}

/* What includes */
.what-includes-block {
  background-color: #27404A;
  color: #fff;
  padding: 100px 0;
}

.what-includes-block .container {
flex-direction: column;
}

.what-includes-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
	color: #fff;
}

.what-includes-title {
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  flex: 1 1 40%;
  margin: 0;
	color: #fff;
}

.what-includes-text {
  flex: 1 1 50%;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
		color: #fff;
}

.what-includes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.icon-box {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 40px 30px;
  text-align: left;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.icon-box:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.icon-box-image img {
  width: 50px;
  height: auto;
  margin-bottom: 20px;
}

.icon-box-title {
  font-size: 20px;
	line-height: 22px;
  margin-bottom: 10px;
		color: #fff;
}

.icon-box-subtitle {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}