@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');


body {font-family:  "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}


img {
  image-rendering: auto;
}

iframe {
    display: block;      
    /*background: #fff;*/
    border: none;         
    width: 100%;
    height: 100%;
}


body
{
	margin:0px;
	padding:0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*------------------------- fonts --------------------- */

.fontBold
{
	font-weight: 600;
}

.fontMedium
{
	font-weight: 400;
}

.fontLight
{
	font-weight: 300;
}

.smallTitle
{
	font-family:  "IBM Plex Sans Condensed", "Helvetica Neue", Arial;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.mediumTitle
{
	font-family:  "IBM Plex Sans Condensed", "Helvetica Neue", Arial;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .05em;
}

h1
{
	font-family:  "IBM Plex Sans", "Helvetica Neue", Arial;
	font-style: normal;
	line-height:1.3em;
	font-size: 48px;
	font-weight:700;
	transform: translateX(-3px);
}

h2
{
	font-family:  "IBM Plex Sans", "Helvetica Neue", Arial;
	font-style: normal;
	line-height:1.4em;
	font-size: 36px;
	font-weight:700;
	transform: translateX(-2px);
}

h3
{
	font-family:  "IBM Plex Sans", "Helvetica Neue", Arial;
	font-style: normal;
	line-height:1.4em;
	font-size: 32px;
	font-weight:700;
}

h4
{
	font-family:  "IBM Plex Sans", "Helvetica Neue", Arial;
	font-style: normal;
	line-height:1.4em;
	font-size: 24px;
	font-weight:700 !important;
}



.pLarge
{
	font-family:  "IBM Plex Sans", "Helvetica Neue", Arial;
	font-size: 20px !important;;
	
}

.pMedium
{
	font-family:  "IBM Plex Sans", "Helvetica Neue", Arial;
	font-size: 18px !important;;
}

.pRegular
{
	font-family:  "IBM Plex Sans", "Helvetica Neue", Arial;
	font-size: 16px !important;;
	line-height:1.6em;
}

.pSmall
{
	font-family:  "IBM Plex Sans", "Helvetica Neue", Arial;
	font-size: 14px !important;;
	line-height:1.6em;
}
.pTiny
{
	font-family:  "IBM Plex Sans", "Helvetica Neue", Arial;
	font-size: 13px !important;
}

.pTiny a, .pRegular a {
	color: inherit;
	text-decoration: none;
}



.testimonyLarge
{
	font-family:  "Zilla Slab", serif;
	font-size: 26px;
	line-height:1.3em;
}

.clientAvatar
{
	width:60px;
	height:60px;
	border-radius: 50%;
	background-color:#7E7E7E;
	image-rendering:auto;
	float:left;
	margin-right:20px;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px) {

  h1 {
   font-size:36px;
  }

  h2 {
    font-size:32px;
  }

}

/*---------------------------------- items ------------------------*/



.btnIcon {
  display: inline-block;
  position: relative;
  top: -1px; /* vertical alignment stays constant */
  padding-left: 10px;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* hover */
button:hover .btnIcon,
a:hover .btnIcon {
  transform: translateX(5px); /* only move right */
  transition: transform 0.2s ease-out;
}


.btn
{
	border-radius: 2px !important;
	font-size: 14px !important;
	font-weight: 600;
	padding: 10px 15px;
	border: none;
}

.material-icons.md-14 { font-size: 14px; }
.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-20 { font-size: 20px; }

.btn-primary
{
	color:#fff;
	background-color:#62C0D2;
	
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #7AD5E6;
}

.btn-secondary {
    color: #fff;
    background-color: #3354DC;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open>.dropdown-toggle.btn-secondary {
    color: #fff;
    background-color: #6B74F8;
}

.btn-tirtiary {
    color: #fff;
    background-color: #ED8617;
}

.btn-tirtiary:hover, .btn-tirtiary:focus, .btn-tirtiary:active, .btn-tirtiary.active, .open>.dropdown-toggle.btn-tirtiary {
    color: #fff;
    background-color: #FF9E36;
}

.btn-outline
{
	border: 2px #fff solid !important;
}

.btn-text {
 	font-size: 20px;
  	font-family: "IBM Plex Sans", Arial;
  	padding: 0;
  	border: 0;
  	background: none;
	text-decoration: none ;
	color:#ED8617;
	transition: color 0.2s ease;
}


.btn-text:hover {
  color: #333; /* lighter version */
}


/*------------------------- colors --------------------- */

.white
{
	color:#FFFFFF;
}


.rcBlue
{
	color: #62C0D2;
}

.rcBlueBG
{
	background-color: #62C0D2;
}

.rcPurple
{
	color: #3354DC;
}

.rcPurpleBG
{
	background-color: #3354DC;
}

.rcOrange
{
	background-color: #ED8617;
}

.rcBlack
{
	color:#333333;
}

.grayDark
{
	color:#3A3E42;
}

.grayMedium
{
	color:#666666;
}

.grayLight
{
	color:#969696;
}

.grayLightExtra
{
	color:#BAB9B9;
}

.bgLightBlue
{
	background-color: #2CAFDC;
}

.bgAmber
{
	background-color: #E6A73E;
}

.bgBlackTranslucent
{
	background-color:rgba(0, 0, 0, 0.8)
}





.img-wrapper {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  width: 100%;
}
.img-wrapper img {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}


/*----------------------- structure -----------------------*/

.container{
    max-width:1080px;
    margin:0 auto;
}

.infoTag
{
	margin-bottom:8px;
	margin-right:5px;
	padding:10px 14px 10px 12px;
	width:auto;
	font-size:15px;
	font-weight:400;
	color:#222222;
	display:inline-block;
	background-color: #D7E0E8;
	
	
}

.clientBox
{
	background-color: rgba(30,30,30,.9);
	border: 1px solid #454545;
}

.topIcon
{
	width:50px;
	height:50px;
	image-rendering:auto;
	float:left;
}

.footerIcon
{
	width:25px;
	height:25px;
	margin-right:10px;
}


/*----------------------- backgrounds -----------------------*/

.bgAttachment
{
	
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment: initial;
}

.bgFixed
{
	background-attachment: fixed !important;
}

.background-siteOwl
{
	background-image:url("../images/background/bg-siteowl.jpg");
}

.backgroundSprint
{
	background-image:url(../images/background/backgroundF.jpg);
}

.backgroundSketch
{
	background-image:url(../images/background/backgroundA.jpg);
}

.backgroundAbout
{
	background-image:url(../images/background/backgroundB.jpg);
}

.background-siteOwl-workerpanel
{
	background-image:url("../images/siteowl/siteowl-workerpanel.jpg");
}

.background-contact
{
	background-image:url("../images/img-contact-pattern.jpg");
}

/*------------- animations -----------------------*/




/* column sizing */
.featured-col {
  min-width: 300px;
  display: flex;
}

/* card */
.card-featured {
  width: 100%;
  aspect-ratio: 3 / 1.7;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* image */
.img-featured {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.2s ease-in;
}

/* hover zoom */
.featured-col:hover .img-featured {
  transform: scale(1.08);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}


.pill
{
	font-family:  "IBM Plex Sans", "Helvetica Neue", Arial;
	font-size: 14px;
	color: #fff;
	line-height:1.7em;
	height:34px;
	font-weight: 400;
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 17px;
	padding-left:12px;
	padding-right:12px;
	display: inline-block;
	line-height:34px;
	float:left;
	margin-right:7px;
	margin-bottom:7px;
	transition: all 0.4s ease;
}

.pill-small
{
	font-family:  "IBM Plex Sans", "Helvetica Neue", Arial;
	font-size: 13px;
	color: #fff;
	line-height:1.7em;
	height:28px;
	font-weight: 400;
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 14px;
	padding-left:10px;
	padding-right:10px;
	display: inline-block;
	line-height:26px;
	float:left;
	margin-right:7px;
	margin-bottom:7px;
	transition: all 0.4s ease;
}
 

.pill-insideCard {
  position: absolute;
  bottom: 15px;
  left: 20px;
  background: #000;
  color: #fff;
}

.pill-light
{
	color:#777;
	background-color: rgba(0, 0, 0, 0.1);
}

.pill-dark
{
	color:#fff;
	background-color: rgba(0, 0, 0, 1);
}

.featured-col:hover .pill-insideCard {
  background: #fff;
  color: #000;
  transition: all 0.3s ease;
}

/* masonry layout */
.masonry {
  column-count: 2;
  column-gap: 1rem;
}

/* items */
.masonry-item {
  break-inside: avoid;
  margin-bottom: 1rem;
}

/* images */
.masonry-item img {
  width: 100%;
  display: block;
  border-radius: 3px;
}

/* widths */
.masonry-item.full {
  column-span: all;
}

/* mobile = single column */
@media (max-width: 768px) {
  .masonry {
    column-count: 1;
  }
}



/* =========================
   MODAL WIDTH
========================= */
#contactModal .modal-dialog {
  max-width: 640px;
}

/* container */
.contact-modal {
  border: none;
  border-radius: 4px;
  overflow: hidden;
}

/* remove default padding */
.modal-body {
  padding: 0;
}

/* prevent row overflow */
.modal-body .container-fluid {
  padding: 0;
}

/* =========================
   LEFT PANEL (IMAGE)
========================= */
.modal-left {
  position: relative;
  background: url("../images/img-contact-pattern.jpg") center center / cover no-repeat;
background-color: black;
}

/* optional overlay for readability */
.modal-left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.2); /* adjust or remove */
}

.modal-left-content {
  position: absolute;
  padding:30px;
  z-index: 2;
}

/* =========================
   RIGHT PANEL
========================= */
.modal-right {
  padding: 30px;
  background: #fff;
}

/* =========================
   HEADER (title + close)
========================= */

/* make sure it's readable */
.modal-header-custom {
  position: relative;
}

.form-title {
  font-family: "IBM Plex Sans", Arial;
  font-size: 28px;
  font-weight: 300;
	color: #fff;
	line-height: 1.2em;
}

.modal-header-custom .btn-close {
  transform: scale(0.7);
  margin-left: 15px;
}

/* =========================
   FORM STYLING
========================= */
.form-custom {
  font-family: "IBM Plex Sans", Arial;
  font-size: 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px;
  transition: all 0.25s ease;
}

.form-custom:focus {
  border: 1px solid #000;
  box-shadow: none;
}

.form-control.is-invalid,
.form-select.is-invalid {
  border: 1px solid #f2a5a5;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 767px) {

  .modal-left {
    height: auto;
	min-height: 180px;     /* optional baseline */
  }

  .modal-right {
    padding: 30px;
  }

}


/* remove ALL Bootstrap validation icons (valid + invalid) */
.was-validated .form-control:valid,
.was-validated .form-control:invalid,
.was-validated .form-select:valid,
.was-validated .form-select:invalid,
.form-control.is-valid,
.form-control.is-invalid,
.form-select.is-valid,
.form-select.is-invalid {
  background-image: none !important;
  box-shadow: none;
}

/* error (invalid) */
.was-validated .form-control:invalid,
.was-validated .form-select:invalid {
  border-color: #e46b6b;
}

/* valid (keep neutral, no green) */
.was-validated .form-control:valid,
.was-validated .form-select:valid {
  border-color: #82C0B0;
}


/* =========================
   CTA CARDS
========================= */

.cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #050505;
  background-position: center;
	padding:30px;
	background-image: url('../images/img-contact-pattern-horizontal.jpg');
  background-size: cover;
  background-position: center;
}



.cta-text {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255,255,255,0.9);
  margin-bottom: 32px;
	max-width:250px;
}



/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

  .cta-card {
    min-height: auto;
  }

  .cta-title {
    font-size: 22px;
  }

}