@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

a, a:link, a:visited, a:active {
    color:#f2034c;
    text-decoration: none; 
	-webkit-transition:all ease .3s; transition:all ease .3s;
}

a:hover {
    color:#666;
    text-decoration: none;
	-webkit-transition:all ease .3s; transition:all ease .3s;
}

body {

}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin: 0 0 14px 0;
}

h1 {
    font-size: 40px;
	color:#222;
	font-weight:800;
	font-family: "Montserrat", serif;
}

h2 {
    font-size: 30px;
	color:#f2034c;
	font-weight:500;
	
}

h3 {
    font-size: 22px;
    color: #333;
	font-weight:400;
}

h4 {
    font-size: 18px;
    color: #111;
}

h5  {
    font-size: 14px;
    color: #111;
}

h6  {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #f2034c;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

div, p {line-height:24px; font-size:17px;font-family: "Montserrat", serif;}

td {color:#222;padding:5px;line-height:18px; font-size:16px;font-family: "Montserrat", serif;}

ul li {
    font-size: 16px; 
	color:#222;
	margin-bottom: 8px;

	}

li {

    line-height:1.3;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:  16px; 
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}


/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }



.page-break-section {box-shadow:none !important;}
/*------------------------------------------------*/
/* Navigation Styles */
/*------------------------------------------------*/

.navbar-toggler {margin-bottom:3px;margin-top:-90px;}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  
}

.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	position: absolute;
	right: 0;
	margin:0;
	padding: 0;
	width: auto;
	height: 26px;
	line-height: 24px;
	text-align: center;
	border:none;

}


.navbar-nav.sm-collapsible a.has-submenu {
	padding-right:10px;
}


/*-------------------------------------------*/
/* Dropdown Hover Animation Enhancements */
/*-------------------------------------------*/

#dnnMenu .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}

#dnnMenu li.dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* optional: delay fade-out so user doesn’t flicker on quick rollouts */
#dnnMenu li.dropdown {
  position: relative;
}

#dnnMenu li.dropdown .dropdown-menu {
  pointer-events: none;
}

#dnnMenu li.dropdown.open .dropdown-menu {
  pointer-events: auto;
}


/* Base link */
#dnnMenu .topLevel>li>a {
  position: relative;
  text-transform: uppercase;
  color: #111;
  padding: 0.5rem 1rem;
  margin:0 2px;
  transition: color 0.3s ease;
}

/* Animated underline */
#dnnMenu .topLevel>li>a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #f2034c;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

/* Hover animates underline in */
#dnnMenu .topLevel>li>a:hover::after {
  width: 100%;
  left: 0;
  transform: none;
}

/* Active item: keep underline visible */
#dnnMenu .topLevel>li.active>a::after,
#dnnMenu .topLevel>.open>a::after {
  width: 100%;
  left: 0;
  transform: none;
}

.navbar-default .topLevel>li>a{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu::after{bottom:100%;left:30%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(241,241,241,0);border-bottom-color:#f1f1f1;border-width:10px;margin-left:-30px;}

#dnnMenu .dropdown-menu{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#f1f1f1;padding:0;top:49px;}

#dnnMenu .dropdown-menu li{margin-bottom:0px;background:none;float:none;clear:both;width:auto;padding:5px 5px;border-bottom:1px solid #e1e1e1;-o-transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu li:hover{color:#3f3f3f;background:#CCC;margin-bottom:0px;} 
#dnnMenu .dropdown-menu li:last-child{margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li>a {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:focus {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:hover {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li.active>a,
#dnnMenu .dropdown-menu li.active a:hover {margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li.active a:focus{color:#3f3f3f;margin-bottom:0px;}

#dnnMenu .dropdown-menu a:hover{color:#3f3f3f;margin-bottom:0px;}

.subLevelRight::after{}


@media only screen and (max-width:768px) {
	
.main-navigation {
		height:auto;
		width:100%;}
	
	nav{display:none;}
	
	a.mobile-nav-btn{
		display:block;
		float:right;
		width:50px;
		height:46px;
		margin-top:15px;
		text-align:center;
		color:#383838;
	}
	a.mobile-nav-btn:hover{text-decoration:none;}

#navbar-top-wrapper{clear:both;position:relative;}
	
#navbar{float:none!important;}

}

@media only screen and (max-width : 992px) {
	#dnnMenu .nav li {font-size:15px;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}	
}

@media only screen and (min-width:768px) and (max-width:995px){
	#dnnMenu .nav li{font-size:15px;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}

}

/* --------------------------------------------------- */
/* Mobile Menu Fixes */
/* --------------------------------------------------- */
@media (max-width: 992px) {
  
  /* Remove underline animation for mobile */
  #dnnMenu .topLevel>li>a::after {
    display: none !important;
  }

  /* Top-level links */
  #dnnMenu .topLevel li {
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: none;
    background: #fff;
    margin-bottom:0;
  }
  #dnnMenu .topLevel li a {
    padding: 12px;
    color: #333;
    font-size: 16px;
    text-align: left;
    border: none;
  }
  #dnnMenu .topLevel li a:hover {
    background: #f8f8f8;
    color: #f2034c;
  }

  /* Caret/Plus toggle reset */
  .navbar-nav.sm-collapsible .caret {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    width: auto;
    height: auto;
    line-height: normal;
    background: transparent;
    border: none;
    color: #666;
    transition: transform 0.3s ease, color 0.3s ease;
  }
  .navbar-nav.sm-collapsible .caret.open {
    transform: translateY(-50%) rotate(45deg); /* rotate plus to an “×” */
    color: #f2034c;
  }

  /* Submenu smooth slide */
  #dnnMenu .dropdown-menu.subLevel {
    background: #f9f9f9;
    border: none;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.4s ease;
  }
  #dnnMenu .dropdown.open .dropdown-menu.subLevel {
    max-height: 500px; /* large enough to fit submenu */
    opacity: 1;
  }

  #dnnMenu .dropdown-menu.subLevel li {
    border-bottom: 1px solid #EEE;
  }
  #dnnMenu .dropdown-menu.subLevel li a {
    padding: 10px 20px;
    color: #444;
    background: transparent;
    font-size: 15px;
  }
  #dnnMenu .dropdown-menu.subLevel li a:hover {
    background: #FFF;
    color: #f2034c;
  }
}







/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/

.StartButton a:link, .StartButton a:visited {
  padding: 12px;
  text-align: center;
  color: #FFF;
  font-size:1.1rem;
  display: block;
  width: 280px;
  background:#282b3a;
  border: 1px solid #282b3a;
  margin:3px 0 3px 0;
  border-radius:42px;
  -webkit-transition:all ease .5s; transition:all ease .5s;
}

.StartButton a:hover, .StartButton a:active {
  padding: 12px;
  text-align: center;
  color: #282b3a;
  font-size:1.1rem;
  display: block;
  width: 280px;
  background:#FFF;
  border: 1px solid #DDD;
  margin:3px 0 3px 0;
  border-radius:42px;
  -webkit-transition:all ease .5s; transition:all ease .5s;
}

.FeatureButton a {
  position: relative;
  overflow: hidden;
  padding: 12px;
  text-align: center;
  color: #f2034c;
  font-size: 20px;
  display: block;
  width: 100%;
  background: #FFF;
  border: 1px solid #DDD;
  margin: 3px 0;
  border-radius: 20px;
  transition: all ease .5s;
}

/* Hover state */
.FeatureButton a:hover {
  color: #FFF;
  background: #f2034c;
  border-color: #f2034c;
}

/* ✨ Shimmer effect */
.FeatureButton a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.6) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
}

/* Animate shimmer on hover */
.FeatureButton a:hover::before {
  animation: shimmer 0.9s forwards;
}

/* ✨ Keyframes */
@keyframes shimmer {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}



.MoreButton a:link, .MoreButton a:visited {
  padding: 15px;
  text-align: center;
  color: #FFF;
  font-size:26px;
  display: block;
  width: 100%;
  background:transparent;
  border: 2px solid #EEE;
  margin:3px 0 3px 0;
  -webkit-transition:all ease .5s; transition:all ease .5s;
}

.MoreButton a:hover, .MoreButton a:active {
  padding: 15px;
  text-align: center;
  color:#ca0e3c;
  font-size:26px;
  display: block;
  width: 100%;
  background:#FFF;
  border: 2px solid #EEE;
  margin:3px 0 3px 0; 
  -webkit-transition:all ease .5s; transition:all ease .5s;
}



/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/

.headerwrap {
  background: #FFF;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  position:relative;
  z-index:1;
}
/* Logo container */
.logo {
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding:17px 0;
}

/* Default styles for both logos */
.logo img {
  height: auto;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Show full logo on desktop */
.logo-full {
  max-width: 300px;
  display: inline-block;
}
.logo-x {
  display: none;
  max-width: 60px;
}

/* Mobile swap */
@media (max-width: 768px) {
  .logo-full {
    display: none;
  }
  .logo-x {
    display: inline-block;
    animation: fadeInX 0.6s ease;
  }
}

/* Simple fade-in effect for X */
@keyframes fadeInX {
  0% { opacity: 0; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1); }
}

/* Optional pulse when toggling mobile menu */
@keyframes pulseX {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 2px #f2034c); }
  50% { transform: scale(1.1); filter: drop-shadow(0 0 6px #f2034c); }
}

.navbar-toggler:focus + .logo .logo-x,
.navbar-toggler:active + .logo .logo-x {
  animation: pulseX 0.6s ease;
}


.menupad {padding-top:20px;}


.contactwrap {background:linear-gradient(90deg,#000,#111,#000);}
.contacttext {text-align:center;font-size:28px;padding:17px 0;}


.contacttext ul {list-style:none;margin:0;padding:0;text-align:right;}
.contacttext li ul {margin:0;}
.contacttext li  {margin:0;display:inline-block;color:#EEE;}

.contacttext li a:link, .contacttext li a:visited {font-weight:400;font-size:18px;padding:0 6px 0 6px;color:#EEE;  -webkit-transition:all ease .5s; transition:all ease .5s;}
.contacttext li a:hover, .contacttext li a:active {font-weight:400;color:#FFF;font-size:18px;padding:0 6px 0 6px; -webkit-transition:all ease .5s; transition:all ease .5s;}





/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/


/*Two step lead form*/

.breadcrumb {font-size:.7rem;font-style:italic;color:#333;position:relative;bottom:10px;left:10px;}
.breadcrumb a {font-size:.7rem;font-style:italic;color:#333;}

.breadcrumb a:hover {
  color: #555;
}
.showcasewraphome {
  background: linear-gradient(45deg, #FEFEFE, #ff8e44, #f91362, #35126a, #FEFEFE);
  padding:5%;
}

.showcasewrap {
  background: linear-gradient(45deg, #FEFEFE, #ff8e44, #f91362, #35126a, #FEFEFE);
  padding:20px 5%;
  position:relative;
}


.showcasebox {
    position: relative;
    display: inline-block;
    background: #f4f6fd;
    border: 1px solid #efefef;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	width:100%;
    margin-bottom:75px;
	
}

.showcasebox::after {
    content: '';
    position: absolute;
    bottom: -50px; /* Adjust this to position the triangle */
    right: 50%; /* Position the triangle horizontally */
    transform: translateX(50%); /* Center the triangle */
    width: 0;
    height: 0;
    border-left: 50px solid transparent; /* Left side of the triangle */
    border-right: 50px solid transparent; /* Right side of the triangle */
    border-top: 50px solid #f4f6fd; /* The triangle's color (matches the box) */
}


.showcasetext {text-align:left;padding:2rem 1.3rem 1.3rem 1.3rem;}
.showcasetext h2 {color:#282b3a;font-size:46px;letter-spacing:1px;font-weight:400;font-family: "Montserrat", serif;line-height:1.1;margin-bottom:15px;}
.showcasetext h2 span {color:#282b3a;font-size:20px;font-weight:300;font-family: "Montserrat", serif;}
.showcasetext h3 {color:#f2034c;font-size:1.1rem;letter-spacing:1px;font-weight:300;font-family: "Montserrat", serif;margin-bottom:15px;}


    /* ==== Overall Form Wrapper ==== */
.b24-form-wrapper, 
form[class*="b24-form"] {
  font-family: "Montserrat", serif;
  color: #111;
  text-align: left;
  padding: 0;
  background: #fff;
}

/* ==== Headings ==== */
.b24-form-progress-bar-title,
.b24-form-wrapper h2,
.b24-form-wrapper h3 {
  font-family: "Montserrat", serif;
  margin-bottom: 15px;
}

.b24-form-progress-bar-title {
  color: #282b3a;
  font-size: 46px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.1;
}

.b24-form-wrapper h3 {
  color: #f2034c;
  font-size: 1.1rem;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 15px;
}

/* ==== Checkbox Container ==== */
.b24-form-field-bool {
  margin: 6px 0;
  background: #fff;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease, border-left 0.3s ease;
  border-left: 4px solid transparent;
}

/* Hover effect */
.b24-form-field-bool:hover {
  background-color: #f9f9f9;
  color: #666;
}

/* ==== Checkbox Input ==== */
.b24-form-field-bool input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

/* Checked state */
.b24-form-field-bool input[type="checkbox"]:checked {
  background-color: #f2034c;
  border-color: #f2034c;
}

/* Checkmark icon (SVG inline background) */
.b24-form-field-bool input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="white"%3E%3Cpath fill-rule="evenodd" d="M16.707 5.293a1 1 0 00-1.414 0L7 13.586 4.707 11.293a1 1 0 00-1.414 1.414l3 3a1 1 0 001.414 0l9-9a1 1 0 000-1.414z" clip-rule="evenodd"/%3E%3C/svg%3E');
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}

/* ==== Label Text ==== */
.b24-form-control-desc {
  font-size: 16px;
  font-weight: 300;
  color: #111;
  line-height: 1.4;
  transition: color 0.3s ease;
}

/* Hover state for label text */
.b24-form-field-bool:hover .b24-form-control-desc {
  color: #666;
}

/* Checked highlight box */
.b24-form-field-bool input[type="checkbox"]:checked ~ .b24-form-control-desc {
  font-weight: bold;
  color: #111;
}

/* ==== Progress Counter + Buttons ==== */
.b24-form-progress-container {
  margin-bottom: 25px;
}

/* Reset Bitrix button defaults */
.b24-form-btn button {
  all: unset;
  display: block;
  width: 280px;
  text-align: center;
  padding: 12px;
  font-size: 1.1rem;
  color: #fff;
  background: #282b3a;
  border: 1px solid #282b3a;
  border-radius: 42px;
  margin: 3px 0;
  cursor: pointer;
  font-family: "Montserrat", serif;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  box-sizing: border-box;
}

/* Create the shimmer layer */
.b24-form-btn button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  transform: skewX(-20deg);
  transition: left 0.6s ease;
  z-index: 1;
  pointer-events: none;
}

/* Hover effect */
.b24-form-btn button:hover {
  background: #fff;
  color: #282b3a;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(242, 3, 76, 0.25);
}

/* Shimmer sweep animation on hover */
.b24-form-btn button:hover::before {
  left: 125%;
  transition: left 0.8s ease;
}

/* Optional subtle inner shadow for depth */
.b24-form-btn button:active {
  transform: scale(0.98);
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.15);
}


/* ==== Optional: Lightbox overlay background if applicable ==== */
.b24-form-popup {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
}

.b24-form-sign   {display:none !important;}

.redline {height:10px;font-size:10px;border-bottom:1px #f2034c solid ;width:100%;}




/*------------------------------------------------*/
/* DOMAIN SECTION STYLES */
/*------------------------------------------------*/

.domainwrap {
  background: #282b3a;
  padding: 2rem 0;
  overflow: hidden;
}

.icon-large {
  font-size: 48px;
  color: #f1f1f1;
}

.registertext h2 {
  font-weight: 900;
  font-size: 2.1rem;
  line-height: 1.1;
  color: #f1f1f1;
  margin: 0;
  text-shadow: 0 0 8px #eee, 1px 1px 0px #999;
}

.registertext h2 span {
  font-weight: 400;
  font-size: 1.1rem;
  color: #f1f1f1;
}

/* Domain checker input layout refinement */
.domainchecker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* Input (80%) and select (20%) side by side */
.domainchecker input[type="text"] {
  flex: 1 1 75%;
  min-width: 250px;
  height: 50px;
  border-radius: 15px;
  border: 1px solid #2e3039;
  background: #f1f1f1;
  color: #666;
  padding: 0 15px;
  transition: all 0.3s ease;
}

.domainchecker select {
  flex: 0 0 20%;
  min-width: 100px;
  height: 50px;
  border-radius: 15px;
  border: 1px solid #2e3039;
  background: #f1f1f1;
  color: #666;
  transition: all 0.3s ease;
}

/* Button on new line with spacing */
.domainchecker input[type="submit"] {
  flex: 1 1 100%;
  height: 50px;
  margin-top: 10px;
  border-radius: 15px;
  border: 1px solid #2e3039;
  background: #484c60;
  color: #f1f1f1;
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.domainchecker input[type="submit"]:hover {
  background: #484c60;
  color: #e5dbac;
  box-shadow: 0 0 10px rgba(229, 219, 172, 0.3);
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .registertext {
    justify-content: center !important;
    text-align: center;
    margin-bottom: 1.2rem;
  }
  .registertext h2 {
    font-size: 1.8rem;
  }
  .domainchecker {
    flex-direction: column;
  }

  .domainchecker input[type="text"],
  .domainchecker select,
  .domainchecker input[type="submit"] {
    width: 100%;
    flex: 1 1 100%;
    height: 30px;
    padding:1rem;
  }
}

.icon-large {
    font-size: 50px; /* Adjust the size as needed */
    color: #f1f1f1; /* Apply the color */
}
.registertext {text-align:center;margin:0 auto;}

.registertext h2 {
    font-size: 38px; /* Adjust header size */
    color: #f1f1f1; /* Text color */
    margin: 0; /* Remove default margin */
    line-height:24px;
}

.registertext h2 span {
    font-size: 18px; /* Subheading size */
    color: #f1f1f1; /* Subheading color */
}

.servicewrap{
    background:url('images/service-responsive_bg.jpg') repeat-x top center #eff0ee;
    background-attachment:fixed;
    padding:5% 5% 10% 5%;
}

.servicetext {text-align:center;padding-top:75px;padding-bottom:150px;}
.serviceimg {max-width:920px;}
.servicetext h1 {font-size:30px;color:#282b3a;line-height:2.3rem;font-weight:600;}
.servicetext h1 span {font-size:22px;color:#282b3a;font-weight:400;}

.servicetext h1 a:link, .servicetext h1 a:visited {font-weight:600;color:#282b3a;}
.servicetext h1 a:hover, .servicetext h1 a:active {font-weight:600;color:#f2034c;}

.servicetext h2 {font-size:48px;color:#282b3a;font-weight:600;}
.servicetext img {
  max-width: 100%;   /* let it scale with the container */
  height: auto;      /* maintain aspect ratio */
}

/* If you want a cap for desktop only */
@media (min-width: 992px) {
  .servicetext img {
    max-width: 920px; /* or 500px if that’s your design */
  }
}



.servicebox {
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(6px);
  box-shadow: 0 0px 25px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  perspective: 1000px;
  position: relative;
  overflow: visible;   /* ✅ allow icons to float outside */
}

.servicebox:hover {
  transform: translateY(-10px) rotateX(4deg) rotateY(-3deg);
  box-shadow: 0 20px 35px rgba(0,0,0,0.25);
}

.servicebox img.w-100.h-100 {
  width: 100%;
  height: auto;        /* maintain aspect ratio */
  object-fit: cover;   /* crop nicely instead of stretching */
  display: block;
}


.servicearea {padding:1.8rem;}

.servicearea img {
  margin: -100px auto 0 auto;
  border-radius: 50%;
  border: #FFF 5px solid;
  box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
  position: relative;
  z-index: 5;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* subtle glow behind each circle */
.servicearea img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(rgba(242,3,76,0.3), transparent 70%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.servicearea h3 {font-weight:600;font-size:2rem;padding-top:25px;}
.servicearea h4 {font-weight:400; color:#f2034c;font-size:1.4rem;line-height:1.2;}
.servicearea p {font-size:18px;}

.servicearea ul {
    margin:0;padding:0;list-style:none;
}

.servicearea li h4 a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #666;
  font-weight: 300;
  padding: 4px 15px 4px 7px;
  border-radius: 4px;
  transition: color 0.3s ease, padding-left 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

/* Background highlight overlay */
.servicearea li h4 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, rgba(241,241,241,0) 0%, #E1E1E1 100%);
  transition: width 0.4s ease;
  z-index: -1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;

}

/* Hover state */
.servicearea li h4 a:hover {
  color: #f2034c;
  padding-left: 17px;
}

/* Animate the background in from left to right */
.servicearea li h4 a:hover::before {
  width: 100%;
}
/* Mobile adjustments */
@media (max-width: 768px) {
  .servicearea img {
    width: 120px;   /* smaller circle size */
    height: 120px;  /* keep square so border-radius stays circular */
    margin: 20px auto 0 auto; /* Bring inside the box instead of overlapping */
    border-width: 4px;
  }

  .servicebox {
    margin-top: 40px;  /* add spacing so boxes don't crash into each other */
    transform: none !important; /* remove tilt on hover for mobile */
  }

  .servicearea {
    padding: 20px; /* reduce padding so text fits nicely */
  }

  .servicearea h3 {
    font-size: 22px;
  }

  .servicearea h4 {
    font-size: 18px;
  }

  .servicearea p {
    font-size: 16px;
  }
}


.reportwrap {
    background-image:url('images/report-responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:center center;
    padding-top:100px;
    padding:75px 5%;
}

.reporttext { padding-top:25px;}
.reporttext h2 {color:#FFF;font-size:42px; font-weight:400;margin-bottom:7px;}
.reporttext p {color:#e5dbac;font-size:24px; line-height:32px;}
.reporttext ul {list-style:disc;color:#FFF;margin:20px 0;}
.reporttext li {padding:10px;font-size:18px;color:#FFF;}


.reportimg {
    position: relative; /* Ensures the image and background square align correctly */
    display: inline-block;
    z-index: 10;
    margin:-100px auto 75px auto;
}

.reportimg::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 105%; /* Adjust size as needed */
    height: 105%; /* Adjust size as needed */
    background-color: #111; /* Set your desired background color */
    transform: translate(-50%, -50%) rotate(-5deg); /* Centers and rotates the square */
    z-index: 0; /* Places the square behind the image */
    border-radius: 4px; /* Optional: rounds the edges slightly */
}

.reportimg img {
    display: block; /* Removes inline spacing for images */
    max-width: 100%; /* Ensures responsiveness */
    height: auto;
    z-index: 10;
    position: relative;
}


.gradborder {height:15px;background:linear-gradient(90deg,#661269,#f61263,#ff624e);}

.reputationwrap {
  background:#1a1e2f;
  padding:0 5%;
  margin-bottom:-10px;
  overflow:hidden; /* keeps backgrounds and content inside */
  position:relative;
}
.reputationtext {padding: 75px 0;}

.reputationtext h3 {color:#f1f1f1;font-size:84px;font-weight:800;line-height:100px;padding-top:50px;}
.reputationtext h4 {color:#e5dbac;font-size:26px;font-weight:600;line-height:30px;}
.reputationtext p {color:#f1f1f1;font-size:20px;font-weight:300;line-height:28px;}

.reputationtext ul {padding:0;margin:0;list-style:none;}
.reputationtext ul li {margin:0;}
.reputationtext li {color:#f1f1f1;font-size:15px;font-weight:300;line-height:24px;text-align:center;padding:5px 0}



/* NEW: specifically wrap the image container */
.hero-phone-wrapper {
  overflow:hidden;
  position:relative;
  width:100%;
  max-width:100%;
}

/* Your existing rotation animation */
.hero-phone {
  display:block;
  width:100%;
  transform-origin: bottom left;
  transform: rotate(-15deg) translateX(0px);
  opacity:0;
  transition: transform 1s cubic-bezier(0.25,0.8,0.25,1), opacity 1s ease-out;
}

.hero-phone.in-view {
  transform: rotate(10deg) translateX(0);
  opacity:1;
}

.testimonialwrap {
    background-image:url('images/testimonial-responsive_bg.jpg');
    background-color:#1a1e2f;
    width:100%;
    background-size:cover;
    background-position:bottom center;
    padding:9% 0;
    margin-top:-2px;
    border-top: 1px solid #1a1e2f;
}

/* Homenews container styles */
.homenews {
    border-radius: 25px;
    overflow: hidden; /* Ensures image and text stay within the box */
    background-color:#282b3a; /* Semi-transparent background */
    position: relative; /* For positioning child elements */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; /* Adjust width as needed */
    aspect-ratio: 4/3; /* Maintain aspect ratio */
    -webkit-transition:all ease .5s; transition:all ease .5s;
    margin: 1rem 0;
}

.homenews:hover {
    background-color:#f91362; /* Semi-transparent background */
    -webkit-transition:all ease .5s; transition:all ease .5s;
    }

/* Image wrapper and styles */
.homenews-image {
    position: absolute; /* Positions the image behind the content */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Hides any overflow */
}

.homenews-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fills the container responsively */
    mix-blend-mode: overlay; /* Applies blend mode */
    opacity: 0.2; /* Adjust transparency for the overlay effect */
}

/* Content styles */
.homenews-content {
    position: relative; /* Stacks above the image */
    z-index: 1; /* Ensures it's above the image */
    color:#DDD; /* Text color */
    text-align: center;
    padding: 15px;
    text-align:left;
}

.homenews-content h3 a:link, .homenews-content a:visited {
    font-size: 1.5rem;
    margin: 0 0 10px;
    color:#DDD;
}

.homenews-content h3 a:hover, .homenews-content a:active{
    font-size: 1.5rem;
    margin: 0 0 10px;
    color:#FFF;
}

.homenews-content p {
    font-size: 1rem;
    margin: 0 0 10px;
    color:#DDD;
}

.homenews-readmore a:link, .homenews-readmore a:visited {
    font-size: 0.9rem;
    color:#ff624e;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.homenews-readmore a:hover, .homenews-readmore a:active {
    color: #fff; 
}



/*------------------------------------------------*/
/* Back Pages STYLES */
/*------------------------------------------------*/

/* Showcase header back page STYLES */

.showcasewrapbk {
    background: linear-gradient(45deg, #FEFEFE, #ff8e44, #f91362, #35126a, #FEFEFE);
	padding:30px;
}

.showcaseheading h1 {
    color: #fefefe;
    font-size:50px;
    font-weight:500;
    max-width:980px;
    line-height:1.2;
    text-shadow:1px 1px 2px #000;
    letter-spacing:1px;
}

.showcaseheading h1 span{
    color: #fefefe;
    font-size:24px;
    font-weight:400;
    display:inline-block;
    text-shadow:1px 1px 2px #000; 
}

.showcaseheading ul {margin:10px 0 0 0;padding:10px 0 0 0;list-style:none;border-top:1px solid #f2034c;}
.showcaseheading ul li {margin:0;}
.showcaseheading li {display:inline-block;color:#f2034c;font-size:15px;font-weight:600;letter-spacing:1px;}
.showcaseheading li h4 a:link, .showcaseheading li h4 a:visited {padding:4px 7px 4px 7px; display:inline-block;color:#111;font-size:15px;font-weight:300; -webkit-transition:all ease .5s; transition:all ease .3s; }
.showcaseheading li h4 a:hover, .showcaseheading li h4 a:active {text-decoration:underline;padding:4px 7px 4px 7px;display:inline-block;color:#222;font-size:15px;font-weight:300; -webkit-transition:all ease .5s; transition:all ease .3s;}

.ShowcaseButton {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  cursor: pointer;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  font-weight: 600;
  color: #FFF;
  font-size: 1.3rem;
  border: 1px solid #EEE;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  transition: all ease .3s;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}

/* Hover color shift */
.ShowcaseButton:hover {
  color: #ff0000;
  background: rgba(255, 255, 255, 0.7);
  border-color: #EEE;
}

/* ✨ Shimmer overlay */
.ShowcaseButton::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  opacity: 0.7;
  pointer-events: none;
}

/* Trigger shimmer on hover */
.ShowcaseButton:hover::before {
  animation: shimmer-light 1.2s forwards;
}

/* ✨ Shimmer animation */
@keyframes shimmer-light {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}


/* Main Service Card back page STYLES */

.featuredservicebox{background:rgba(255,255,255,0.7);backdrop-filter:blur(6px);box-shadow:none;}
.featuredservicebox h2 {font-weight:700;color:#f2034c;font-size:28px;}

/* Custom Web Design back page STYLES */

.webservicebg {
    background:url('images/web-services-design-hosting-development_web-express_kalispell-mt-usa.jpg');
    width:100%;
    background-size:cover;
    background-position:center top;
    padding:10% 0;
    border-bottom-left-radius:35px;
    border-bottom-right-radius:35px;
}

.webservicebox {
    background:#262626;
    padding:25px;
    margin:250px 0;
}

.webservicebox h3 {font-size:42px;font-weight:600;}

.webservicebox h3 a:link, .webservicebox h3 a:visited {color:#f2034c;transition: all 0.3s ease;padding-left:0;}
.webservicebox h3 a:hover, .webservicebox h3 a:active {color:#DDD;transition: all 0.3s ease;padding-left:0;}

.webservicebox img a, .webservicebox img a:hover {padding-left:0;}

.webservicebox h3 {font-size:25px;font-weight:400;color:#f2034c;}

.webservicebox p {color:#DDD;font-weight:400;}

.webservicebox ul {color:#DDD;font-weight:400;list-style:none;margin:0;padding:0;}
.webservicebox li {color:#CCC;font-weight:400;padding-bottom:15px;}

.webservicebox a:link, .webservicebox a:visited {color:#e5dbac;padding-left:0;transition: all 0.3s ease;}
.webservicebox a:hover, .webservicebox a:active {color:#EEE;padding-left:7px;transition: all 0.3s ease;}

.webservicecol {background:#111;padding:1.7rem;border-radius:22px;border:1px solid #444;}

.webserviceimage {margin-top:-150px;}


.articleswrap {padding:100px 0;}


/* Custom Web Design back page STYLES */

.webdesignbg {
    background:url('images/website-design_responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:center top;
    padding:10% 0;
    border-bottom-left-radius:35px;
    border-bottom-right-radius:35px;
}

.customnumberbox {text-align:center;font-size:96px;background:#282b3a;height:175px;width:175px; padding:10px 10px 10px 10px;border-radius:50%;box-shadow:0 -10px 15px 1px rgba(0,0,0,0.2);margin-bottom:20px;}

/* Hosting back page STYLES */

.hostingbg {
    background:url('images/hosting-managed-content_responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:center top;
    padding:10% 0;
    border-bottom-left-radius:35px;
    border-bottom-right-radius:35px;
}

.hostbox {margin-top:-90px;}
.hostpricetext h4 {font-size:96px;font-weight:300; line-height:50px;color:#f2034c;}
.hostpricetext h4 span {font-size:36px;font-weight:300;color:#666;}
.hostingplus {font-size:220px;font-weight:300;color:#DDD;margin-top:75px;display:block;}
.customnumberbox {text-align:center;font-size:96px;background:#282b3a;height:175px;width:175px; padding:10px 10px 10px 10px;border-radius:50%;box-shadow:0 -10px 15px 1px rgba(0,0,0,0.2);margin-bottom:20px;}

/* Hosting back page STYLES */
.webdevbg {
    background:url('images/custom-website-web-development_responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:center top;
    padding:10% 0;
    border-bottom-left-radius:35px;
    border-bottom-right-radius:35px;
}


.webdevbox {margin:30px 0;}
.webdevpricetext h4 {font-size:96px;font-weight:300; line-height:50px;color:#f2034c;}
.webdevpricetext h4 span {font-size:36px;font-weight:300;color:#666;}

/* Email back page STYLES */

.emailbg {
    background:url('images/email-services_responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:center top;
    padding:10% 0;
    border-bottom-left-radius:35px;
    border-bottom-right-radius:35px;
}

/* Domain back page STYLES */

.domainbg {
    background:url('images/domain-registration_responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:center top;
    padding:10% 0;
    border-bottom-left-radius:35px;
    border-bottom-right-radius:35px;
}



/* Landing eCommerce back page STYLES */

.ecommercelandingbg {
    background:url('images/ecommerce-web-design-payment-forms_responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:center top;
    padding:10% 0;
    border-bottom-left-radius:35px;
    border-bottom-right-radius:35px;
}

.ecombox {
  background:#282b3a;
  padding: 15px;
  border: 1px solid #222;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.FeatureButton {
  margin-top: auto; /* Pushes button to the bottom of the flex container */
  padding-bottom: 0; /* Remove if you don't want extra space */
}

.FeatureButton a.btn {
  display: block;
  width: 100%;
}

.ecombox p {color:#EEE;}

.ecombox h4 {color:#d8cea9;font-size:19px;padding-top:12px;}

.ecombox h3 {color:#f2034c;font-size:24px;font-weight:400;}

.ecombox ul {margin:0 0 0 15px;list-style:disc;}

.ecombox li {color:#EEE;font-size:.9rem;padding-bottom:9px;}

/* Ecommerce back page STYLES */

.ecommercebg {
    background:url('images/ecommerce-shopping-cart-development_website-express.jpg');
    width:100%;
    background-size:cover;
    background-position:center top;
    padding:10% 0;
    border-bottom-left-radius:35px;
    border-bottom-right-radius:35px;
}

.ecommercebox {margin-top:0;}
.ecommercepricetext h4 {font-size:96px;font-weight:300; line-height:50px;color:#f2034c;}
.ecommercepricetext h4 span {font-size:36px;font-weight:300;color:#666;}



/* Payment back page STYLES */

.paymentbg {
    background:url('images/merchant-credit-card-payments-gateway_website-express_kalispell-mt.jpg');
    width:100%;
    background-size:cover;
    background-position:center top;
    padding:10% 0;
    border-bottom-left-radius:35px;
    border-bottom-right-radius:35px;
}

.paymentsbox {


}

.paymentsbox h2 {font-size:28px;font-weight:800;padding-top:15px;}
.paymentsbox h3 {font-size:18px;font-weight:600;padding-top:8px;}
.payments p {font-size:17px; line-height:22px;}
.paymentsbox ul {list-style:none;margin:0;padding:0;}
.paymentsbox li  {font-size:14px;color:#666;}
.paymentsbox li h4 {font-size:14px;color:#666;}

.paymentsbox li a:link, .paymentsbox li a:visited {font-size:14px;color:#666;text-decoration:underline;}
.paymentsbox li a:hover, .paymentsbox li a:active {font-size:14px;color:#f2034c;text-decoration:underline;}

.paymentsbox li h4 a:link, .paymentsbox li h4 a:visited {font-size:14px;color:#666;text-decoration:underline;}
.paymentsbox li h4 a:hover, .paymentsbox li h4 a:active {font-size:14px;color:#f2034c;text-decoration:underline;}



/* Payment back page STYLES */

.merchantbg {
    background:url('images/merchant-account_responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:center top;
    padding:10% 0;
    border-bottom-left-radius:35px;
    border-bottom-right-radius:35px;
}

.merchanttext h2 {color:#EEE;font-size:46px;font-weight:900;}
.merchanttext h3 {color:#f2034c;}
.merchanttext p{color:#EEE;}

.merchantbtn {overflow:hidden;margin-bottom:25px;}


.merchantbtn a:link span, .merchantbtn a:visited span {font-size:24px;}
.merchantbtn a:hover span, .merchantbtn a:active span {font-size:24px;}

.merchantbtn a:link, .merchantbtn a:visited {
    background:url('images/low-rate_merchant-payment-processing-account-application.jpg');
    width:100%;
    color:#EEE;
    text-align:center;
    padding:120px 0;
    background-size:cover;
    font-size:54px;
    line-height:50px;
    display:block;
    -webkit-transition:all ease .5s; transition:all ease .5s;
}

.merchantbtn a:hover, .merchantbtn a:active {
    background:url('images/low-rate_merchant-payment-processing-account-application.jpg');
    width:100%;
    color:#f2034c;
    text-align:center;
    padding:120px 0;
    background-size:cover;
    font-size:54px;
    line-height:50px;
    display:block;
    transform: scale(1.02);  
    -webkit-transition:all ease .5s; transition:all ease .5s;

}


/* WebPay back page STYLES */

.webpaybg {
    background:url('images/webpay-gateway-services_responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:center top;
    padding:10% 0;
    border-bottom-left-radius:35px;
    border-bottom-right-radius:35px;
}

.mainwrap {
	padding: 0  0 50px 0;
	background:#fdfdfd;
}

.twocolwrap {
	padding: 50px 0 50px 0;
	background:#fdfdfd;
}

.webpaytoolbox {
    border-radius:35px;
    background:#f6f4f5;
    padding:35px;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
    margin:35px 0 65px 0;
}

.webpaytoolboximg {
  background-image: url('images/Webpay-payment-gateway_responsive_bg.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100%; /* or use fixed px/rem/vh height if needed */
  padding-bottom:45%;
  border-radius:18px;
}

.webpaytoolbox ul {list-style:none;margin:0 0 20px 0;padding:0;}
.webpaytoolbox h4 {font-size:1.6rem;color:#f2034c;}

.webpaytoolbox h3 {font-size:26px; border-bottom:1px solid #DDD;padding:10px; margin-bottom:15px;font-weight:600;}
.webpaytoolbox h2 {font-size:46px;line-height:1.1;padding-top:20px;color:#1b1b1b;font-weight:800;}

.webpaytoolbox li h4 span {font-size:.8rem;color:#1b1b1b;}
.webpaytoolbox li h4 a:link, .webpaytoolbox li h4  a:visited {font-size:.8rem;color:#1b1b1b;}
.webpaytoolbox li h4  a:hover, .webpaytoolbox li h4  a:active {font-size:.8rem;color:#666;}

/* Marketing back page STYLES */

.marketingbg {
    background:url('images/marketing-branding-logo_responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:center top;
    padding:10% 0;
    border-bottom-left-radius:35px;
    border-bottom-right-radius:35px;
}


.marketingbox {margin-top:75px;}
.marketingbox h2 {font-size:1.8rem;color:#282b3a;font-weight:400;}
.marketingbox h2 span {font-size:4rem;color:#282b3a;font-weight:800;}

.marketingbox h3 {color:#555;font-weight:600;font-size:22px;}


.marketingbox p {font-size:1rem; line-height:1.2;}
.marketingbox ul {list-style:circle;margin-left:20px;padding:0;}
.marketingbox li {padding:3px 0 0 0;font-size:.9rem;margin:0}


.marketcapturebox h2 {font-size:3rem;font-weight:800;}
.marketcapturebox h3 {font-size:1.7rem;font-weight:800;}
.marketcapturebox h4 {font-size:1.4rem;font-weight:800;color:#f2034c;}


.gradient-text {
  background: linear-gradient(45deg, #ff8e44, #ff8e44, #f91362, #35126a, #35126a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For future browser compatibility */
  color: transparent;
}

.printingbg {
    background:url('images/print-design-print-materials-brochure-business-cards_responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:center top;
    padding:10% 0;
    border-bottom-left-radius:35px;
    border-bottom-right-radius:35px;
}



/*------------------------------------------------*/
/* @Print Services STYLES */
/*------------------------------------------------*/

.printblock {
	background:#FFF;
	box-shadow:0 0 25px 0px rgba(0,0,0,0.2);
	margin: 30px 0 30px 0;
}

.printblock img {
	width:100%;
	height:auto;
}

.printpad {
	padding:15px;
}
.printimg {
	overflow:hidden;
	background:#f2f2f2;
	min-height:300px;


}
.printblock h2 {
	color:#222;
	font-family: 'Roboto', sans-serif;
	font-size:24px;
	padding:10px 0 10px 0;
	font-weight:600;
}

.printblock h2 span {
	display:inline-block;
	font-weight:400;
	font-size:20px;
}

.printblock ul {
	margin:6px 0 10px 0;
	padding:0;
	list-style:none;
	
}

.printblock ul li {
	margin:0;
}

.printblock li {
	font-size:16px;
	padding:3px 0 3px 0;
}

.printblock li span {
	font-size:16px;
	font-weight:600;
}

.printblock h4 {
	color:#222;
	font-family: 'Roboto', sans-serif;
	font-size:17px;
	padding:20px 0 0 0;
	border-top:1px solid #CC0000;
	margin-top:5px;
	font-weight:600;
}

.printblock p {
	color:#222;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
}

.printblock table {
	border-top:1px solid #DDD;
}
.printblock .table-bordered > thead > tr > th  {
	padding:4px;
	text-align:center;
}
.printblock .table-bordered > tbody > tr > td  {
	padding:2px;
	text-align:center;
}

.printblock th {
	color:#222;
	font-size:15px;
	padding:4px;
	background:#EEE;
}

.printblock td {
	color:#222;
	font-size:13px;
	
}

.printblock td span {
	color:#cc0000;
	font-size:13px;
}



/* Online Forms back page STYLES */


.formbg {
    background:url('images/secure-forms_responsive_bg.jpg');
    width:100%;
    background-size:cover;
    background-position:center top;
    padding:10% 0;
}


.mainwrap {
	padding: 0  0 50px 0;
	background:#fdfdfd;
}


/*------------------------------------------------*/
/* Side scroller jump to top box STYLES */
/*------------------------------------------------*/

.jumpbox {
  right:0;
  width:50px;
  height:50px;
  background:rgba(255,255,255,0.5);
  position: fixed;
  top: 88%;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
  z-index: 1000;
  padding-top:12px;
  box-shadow:0 0 15px 0 rgba(0,0,0,0.3);
}

.jumpbox a:link, .jumpbox a:visited {font-size:30px;color:#666;}
.jumpbox a:hover, .jumpbox a:active {font-size:30px;color:#f2034c;}


/*------------------------------------------------*/
/* About Page Timeline STYLES */
/*------------------------------------------------*/

.timeline {
  position: relative;
  margin: 0 auto;
  padding: 2rem 0;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: repeating-linear-gradient(
    to bottom,
    #999,
    #999 8px,
    transparent 8px,
    transparent 16px
  );
  transform: translateX(-50%);
  z-index: 1;
}

.timeline-item {
  position: relative;
  margin-bottom: 5rem; /* extra space for image overlap */
  width: 50%;
}

.timeline-item.left { left: 0; text-align: right; }
.timeline-item.right { left: 50%; text-align: left; }

.timeline-content {
  background: #fff;
  padding: 2rem 1.25rem 1.25rem;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

/* Marker positioned at center, overlapping top of box */
.timeline-marker {
  position: absolute;
  top: -60px; /* half of image height (120px) */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.timeline-marker img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .timeline::before { left: 30px; }
  .timeline-item { width: 100%; text-align: left; }
  .timeline-marker { left: 30px; transform: none; }
  .timeline-content { max-width: 100%; margin-left: 80px; }
}

.sticky-image {
  position: sticky;
  top: 100px; /* distance from top of viewport before it "sticks" */
  z-index: 2; /* keeps it above backgrounds but below navbars */
}

/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/


.footertopwrap {
	background:#363843;
    padding:35px 0
}

.footerwrap {
	background:#272934;
    padding:10px 0 5px 0;
}

.footerlinks {font-size:14px;color:#DDD;text-align:center;}

.footerlinks p {padding-top:10px;line-height:22px;font-size:15px;color:#DDD;}

.footerlinks ul {margin:0;padding:0;list-style:none;}
.footerlinks ul li {padding:0;}

.footerlinks li {padding:5px 0;text-align:left;color:#FFF;}
.footerlinks li a:link, .footerlinks li a:visited {padding-left:10px; color:#DDD;font-size:14px;font-weight:300;-webkit-transition:all ease .5s; transition:all ease .5s;}
.footerlinks li a:hover, .footerlinks li a:active {padding-left:15px;color:#FFF;font-size:14px;font-weight:300;-webkit-transition:all ease .5s; transition:all ease .5s;}
.footerlinks  a:link, .footerlinks  a:visited {color:#DDD;font-size:18px;font-weight:400;-webkit-transition:all ease .5s; transition:all ease .5s;}
.footerlinks  a:hover, .footerlinks  a:active {color:#FFF;font-size:18px;font-weight:400;-webkit-transition:all ease .5s; transition:all ease .5s;}

.login {color:#CCC;font-size:11px;}
.login li {color:#DDD;font-size:11px;}

a.login:visited {color:#CCC; font-size:11px; text-decoration:none;}
a.login:active {color:#CCC; font-size:11px; text-decoration:none;}
a.login:link {color:#CCC; font-size:11px; text-decoration:none;}
a.login:hover {color:#DDD; font-size:11px; text-decoration:underline;}

.copyright {font-family: "Montserrat", serif;font-size: 11px;color: #CCC;text-align:center;padding:5px;}

a.copyright:visited {color: #CCC; font-size:11px; text-decoration:none;}
a.copyright:active {color: #CCC; font-size:11px; text-decoration:none;}
a.copyright:link {color: #CCC; font-size:11px; text-decoration:none;}
a.copyright:hover {color: #DDD; font-size:11px; text-decoration:underline;}

.wecontrol {
    text-align: center;
    font-size: 11px;
    padding-top: 10px; 
	color: #CCC;
}

.wecontrol ul  { 
  padding:0;
  margin:0;
}

.wecontrol ul li { 
  display: inline; 
  color: #CCC;
  margin:0;
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 3px;
   color: #CCC;
}

.wecontrol ul li a:hover {
    color: #DDD;
    text-decoration:underline;
}

/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
/* Logo container */
.logo {
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding:30px 0 7px 0;
}

/* Homepage Domain Form Fields STYLES */
input.domainchecker[type="submit"] {background:#484c60;color:#f1f1f1;padding:0 15px;text-transform:uppercase;width:100%;}
input.domainchecker[type="submit"]:hover {background:#f1f1f1;color:#f1f1f1;padding:0 20px;text-transform:uppercase;width:100%;}
.contacttext ul {list-style:none;margin:0;padding:0;text-align:center;}
.footerlinks li {padding:5px 0;text-align:left;color:#FFF;margin-left:25px;}

/* Backpage Showcase STYLES */
.showcaseheading li {display:block;color:#f2034c;font-size:15px;font-weight:600;letter-spacing:1px;}
.featuredservicebox{box-shadow:0 0 15px 1px rgba(0,0,0,0.2);backdrop-filter:blur(0);margin:0 18px;}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .contacttext li a:link, .contacttext li a:visited {font-weight:400;font-size:15px;padding:0 3px 0 3px;color:#EEE;  -webkit-transition:all ease .5s; transition:all ease .5s;}
    .contacttext li a:hover, .contacttext li a:active {font-weight:400;color:#FFF;font-size:15px;padding:0 3px 0 3px; -webkit-transition:all ease .5s; transition:all ease .5s;}
    .marketingbox h2 {font-size:1.4rem;color:#282b3a;font-weight:400;}
    .marketingbox h2 span {font-size:2rem;color:#282b3a;font-weight:800;}
    .reputationtext h3 {color:#f1f1f1;font-size:44px;font-weight:800;line-height:52px;padding-top:50px;}
    .reputationtext h4 {color:#e5dbac;font-size:20px;font-weight:600;line-height:26px;}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}

@media only screen and (max-width : 992px) {
  /* Replace these selectors with all your background classes */
  .webservicebg,
  .hostingbg,
  .webdevbg,
  .domainbg,
  .emailbg,
  .webdesignbg,
  .merchantbg,
  .aboutbg,
  .webpaybg,
  .marketingbg,
  .printingbg,
  .formbg,
  .ecommercelandingbg, 
  .paymentbg {
    background: #f1f1f1 !important;  /* plain gray */
    background-image: none !important; /* remove heavy photo */
    background-size: initial !important;
    background-position: initial !important;
    border-radius:0;
  }
}
