/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,700|Source+Sans+Pro:400,600");
body {
  line-height: 1.4;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Catamaran", sans-serif;
  font-weight: 600;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #28ABE3;
}

.btn-main {
  background: #28ABE3;
  border: 1px solid #28ABE3;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 40px;
}

/* Special animated pricing buttons on the main page */
.btn-main.pricing-cta {
  /* Animate.css tada effect, looping continuously */
  animation-name: tada;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.btn-main:hover {
  color: #fff;
}

.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 40px;
}
.btn-transparent:hover {
  color: #fff;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.section {
  padding: 100px 0;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 40px 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #28ABE3;
  }
  50%, 100% {
    height: 5px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}
@keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0);
    background: #fff;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #3498db;
  }
  50%, 100% {
    height: 5px;
    transform: translateY(0);
    background: #fff;
  }
}
.title {
  padding-bottom: 50px;
  overflow: hidden;
}
.title h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}
.title p {
  color: #262626;
  margin: 0 auto;
}
.title.title-white h2 {
  color: #fff;
}

.border {
  height: 2px;
  margin: 20px auto 20px;
  position: relative;
  width: 80px;
  background: #28ABE3;
}

.bg-gray {
  background: #f9f9f9;
}

.header-bradcrumb {
  background: transparent;
}
.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
}
.header-bradcrumb a:hover {
  color: #28ABE3;
}

.colors-switcher {
  width: 100px;
  padding: 20px 18px 14px 20px;
  position: fixed;
  z-index: 1993;
  top: 90px;
  right: 0;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.colors-switcher #show-panel {
  position: absolute;
  left: -38px;
  top: 15px;
  width: 38px;
  height: 38px;
  z-index: 1992;
  display: block;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  cursor: pointer;
}
.colors-switcher #show-panel i {
  color: #3D3D3D;
  font-size: 20px;
  line-height: 38px;
  margin-left: 10px;
}

.colors-list {
  margin: 0;
  padding: 0;
}
.colors-list li {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 4px;
}
.colors-list li a {
  text-align: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  cursor: pointer;
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list li a:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list a.blue {
  background-color: #28ABE3;
}

.colors-switcher .colors-list a.light-blue {
  background-color: #69D2E7;
}

.colors-switcher .colors-list a.green {
  background-color: #5BB12F;
}

.colors-switcher .colors-list a.light-green {
  background-color: #BCCF02;
}

.colors-switcher .colors-list a.yellow {
  background-color: #FED136;
}

.slick-slide {
  outline: none;
}

.logo {
  display: inline-block;
}

.single-page-header {
  background-image: url("../images/headers/bowtie.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}
.single-page-header:before {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*=================================================================
  Navigation
==================================================================*/
.navigation {
  transition: 0.3s all;
}
.navigation .logo-default {
  display: none;
}
.navigation .dropdown-toggle::before, .navigation .dropdown-toggle::after {
  display: none;
}
.navigation .dropdown-toggle i {
  font-size: 10px;
  margin-left: 2px;
  vertical-align: 2px;
}
.navigation .navbar-light .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding: 20px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s ease-in-out 0s;
}
.navigation .navbar-light .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-light .navbar-nav .nav-item .nav-link:active, .navigation .navbar-light .navbar-nav .nav-item .nav-link:focus {
  background: none;
  color: #28ABE3;
}
.navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #28ABE3;
}
@media (max-width: 991px) {
  .navigation .nav-link {
    padding: 6px !important;
  }
  .navigation .navbar-collapse.show {
    overflow-y: auto;
    max-height: calc(100vh - 55px);
  }
}
.navigation .dropdown-submenu .dropdown-menu {
  margin: 0;
  background-color: #131313;
  position: relative;
}

@media (min-width: 992px) {
  .navigation .dropdown-submenu.dropright .dropdown-menu {
    left: 100%;
    top: -5px;
  }
  .navigation .dropdown-submenu.dropleft .dropdown-menu {
    left: auto;
    right: 100%;
    margin: 0;
    top: -5px;
  }
  .navigation .dropdown-submenu .dropdown-menu {
    background-color: #000;
  }
}

.navigation .dropdown:hover > .dropdown-menu,
.navigation .dropdown-submenu:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.navigation .dropdown-menu {
  border: 0;
  border-radius: 0;
  top: 80%;
  left: 5px;
  display: block;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  background: #000;
  transition: 0.3s ease;
}
.navigation .dropdown-menu li:first-child {
  margin-top: 12px;
}
.navigation .dropdown-menu li:last-child {
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .navigation .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    text-align: center;
    transition: 0s;
  }
}
@media (max-width: 991px) {
  .navigation .dropdown-menu.show {
    display: block;
  }
  .navigation .dropdown-menu {
    float: left;
    width: 100%;
  }
}
.navigation .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.2s ease;
  padding: 8px 22px;
}
.navigation .dropdown-item:focus, .navigation .dropdown-item:hover {
  color: #fff;
  background: transparent;
}

@media (max-width: 991px) {
  .navigation {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
  }
  .navigation .navbar-light .navbar-nav .nav-item .nav-link {
    color: #000;
  }
  .navigation .logo-white {
    display: none;
  }
  .navigation .logo-default {
    display: block;
  }
  .navigation .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
}
.sticky-header {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
}
.sticky-header .navbar-light .navbar-nav .nav-item .nav-link {
  color: #000;
}
.sticky-header .logo-white {
  display: none;
}
.sticky-header .logo-default {
  display: block;
}

.navbar-brand {
  height: auto;
  padding: 8px 0;
}

.navbar-brand h1 {
  margin: 0;
}

.hero-area {
  background-image: url("../images/slider/slider-bg-1.jpg");
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-area:before {
  content: "";
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-area .block {
  color: #fff;
}
.hero-area .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hero-area .block p {
  color: #fff;
  width: 50%;
  margin-bottom: 20px;
}
.hero-area .block .btn-main {
  margin-right: 8px;
}
.hero-area .block .btn-main:hover {
  opacity: 0.8;
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-area-video .block {
  color: #fff;
  text-align: center;
}
.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.hero-area-video .block .btn-main {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.slider-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
.slider-item .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slider-item h1 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .slider-item h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 480px) {
  .slider-item h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
.slider-item p {
  color: #fff;
  margin-bottom: 20px;
}

.hero-slider {
  overflow-x: hidden;
}
.hero-slider .prevArrow {
  left: -100px;
}
.hero-slider .nextArrow {
  right: -100px;
}
@media (max-width: 768px) {
  .hero-slider .prevArrow,
.hero-slider .nextArrow {
    display: none !important;
  }
}
.hero-slider:hover .prevArrow {
  left: 20px;
}
.hero-slider:hover .nextArrow {
  right: 20px;
}

/* slick style */
.slick-slide {
  outline: 0;
}

.slick-slide img {
  display: unset;
}

/* slick arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  background: rgba(40, 171, 227, 0.5);
  color: #fff;
  border: 0;
  line-height: 70px;
  font-size: 35px;
  transition: 0.2s ease;
  border-radius: 50%;
  cursor: pointer;
}
.slick-arrow::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease;
}
.slick-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  transition: 0.2s ease;
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow:hover {
  background: #28ABE3;
}

.prevArrow {
  left: 0px;
}
.prevArrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 35px;
}
.prevArrow::after {
  right: 20px;
}

.nextArrow {
  right: 0px;
}
.nextArrow::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  left: 35px;
  transform: translateY(-50%) rotate(45deg);
}
.nextArrow::after {
  left: 20px;
}

/* /slick arrows */
/*=================================================================
  About us section
==================================================================*/
.about {
  padding: 100px 0;
  background: #fff;
}
.about .btn-about {
  background: #28ABE3;
}
.about h4 {
  margin-top: 30px;
}
.about .feature-list {
  margin-top: 10px;
}
.about .feature-list li {
  width: 48%;
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-family: "Catamaran", sans-serif;
  margin-bottom: 5px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .about .feature-list li {
    width: auto;
    margin-right: 20px;
  }
}
.about .feature-list li i {
  color: #28ABE3;
  margin-right: 8px;
}

/*=================================================================
  About us 2 section
==================================================================*/
.about-2 {
  background: #F7F7F7;
}
.about-2 .checklist {
  padding-left: 30px;
}
.about-2 .checklist li {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  color: #161616;
  font-family: "Source Sans Pro", sans-serif;
}
.about-2 .checklist li:before {
  position: absolute;
  margin-right: 12px;
  margin-left: -45px;
  content: "\f375";
  font-family: "themefisher-font";
  opacity: 1;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 20px;
}

/*=================================================================
Wanna tour? 1
==================================================================*/
.wanna-tour {
  position: relative;
  padding: 100px 0;
  background: url("../images/stock/wanna-tour.jpg") center/cover no-repeat;
  color: #fff;
}

.wanna-tour::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7); /* adjust opacity */
  z-index: 0;
}

.wanna-tour h2 {
  line-height: 1.5;
}
.wanna-tour p {
  color: #fff;
}
.wanna-tour .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  padding: 100px 0;
  background: url("../images/call-to-action/headshot-background.jpg");
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
}
.call-to-action::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}
.call-to-action .container {
  position: relative;
  z-index: 1;
}
.call-to-action h2 {
  line-height: 1.5;
}
.call-to-action p {
  color: #fff;
}
.call-to-action .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/

.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/craftmanship.jpeg");
  background-size: cover;
  color: #393636;
  position: relative;
}

.call-to-action-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.call-to-action-2 .container {
  position: relative;
  z-index: 1;
}

.call-to-action-2 h2 {
  line-height: 1.5;
  position: relative;
  z-index: 1;
  color: white;
}
.call-to-action-2 p {
  color: #fff;
  position: relative;
  z-index: 1;
}
.call-to-action-2 .btn-main {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

/*=================================================================
  Contact
  ==================================================================*/
.contact-us {
  padding: 100px 0 50px 0;
}

.contact-form {
  margin-bottom: 40px;
}
.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border-radius: 0;
}
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #28ABE3;
}
.contact-form #contact-submit {
  border: none;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  background: #28ABE3;
  color: #fff;
  border-radius: 0;
}
.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

.contact-details .contact-short-info {
  margin-top: 15px;
}
.contact-details .contact-short-info li {
  margin-bottom: 6px;
}

.social-icon {
  margin-top: 20px;
}
.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.social-icon ul li a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dedede;
  text-align: center;
}
.social-icon ul li a:hover {
  background: #28ABE3;
  color: #fff;
  border: 1px solid #28ABE3;
}
.social-icon ul li a:hover i {
  color: #fff;
}
.social-icon ul li a i {
  color: #55606a;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}

.google-map {
  position: relative;
}
.google-map .map_canvas {
  height: 400px;
  color: white;
}

/*=================================================================
  Item counter section
==================================================================*/
.counters-item {
  padding-bottom: 30px;
  color: #444;
  position: relative;
}
.counters-item.kill-border:before {
  background: none;
}
.counters-item:before {
  background: #e5e5e5;
  content: "";
  margin-top: -27.5px;
  height: 55px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
}
.counters-item > div {
  margin: 6px 0;
}
.counters-item span {
  display: inline;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}
.counters-item i {
  font-size: 40px;
  display: inline-block;
  color: #28ABE3;
}
.counters-item h3 {
  font-size: 18px;
  margin: 0;
  color: #666;
}

/*=================================================================
  Pricing section
 ==================================================================*/
.pricing-table {
  padding: 100px 0;
  padding-bottom: 70px;
  position: relative;
  background: #222024;
}

.pricing-table::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding: 32px;
  background: linear-gradient(150deg,
    hsl(210, 15%, 35%) 0%,
    hsl(240, 20%, 20%) 10%,
    hsl(220, 15%, 25%) 25%,
    hsl(230, 10%, 35%) 30%,
    hsl(220, 20%, 20%) 35%,
    hsl(240, 25%, 25%) 65%,
    hsl(230, 10%, 20%) 70%,
    hsl(190, 15%, 10%) 100%);
  box-shadow:
    0 1px 0 1px rgba(0, 0, 0, 0.3),
    inset 0 1px 1px 1px rgba(255, 255, 255, 0.3),
    0 2px 1px -1px rgba(0, 0, 0, 0.4),
    0 4px 1px -2px rgba(0, 0, 0, 0.4),
    0 6px 1px -3px rgba(0, 0, 0, 0.4),
    0 8px 1px -4px rgba(0, 0, 0, 0.4),
    0 10px 1px -5px rgba(0, 0, 0, 0.4),
    0 12px 1px -6px rgba(0, 0, 0, 0.4),
    0 14px 1px -7px rgba(0, 0, 0, 0.4),
    0 16px 1px -8px rgba(0, 0, 0, 0.4),
    0 18px 1px -9px rgba(0, 0, 0, 0.4),
    0 20px 1px -10px rgba(0, 0, 0, 0.4),
    10px 40px 10px -20px rgba(0, 0, 0, 0.4),
    30px 50px 20px -30px rgba(0, 0, 0, 0.4);
}

.pricing-table::after {
  content: '';
  position: absolute;
  height: calc(100% - 64px);
  width: calc(100% - 64px);
  left: 32px;
  top: 32px;
  box-shadow:
    0 1px 1px 2px rgba(255, 255, 255, 0.1),
    inset 0 1px 1px 1px rgba(0, 0, 0, 0.4),
    inset 0 2px 1px 2px rgba(0, 0, 0, 0.4),
    inset 0 3px 1px 3px rgba(0, 0, 0, 0.4),
    inset 0 4px 1px 4px rgba(0, 0, 0, 0.4),
    inset 0 5px 1px 5px rgba(0, 0, 0, 0.4),
    inset 0 6px 1px 6px rgba(0, 0, 0, 0.4);
  background:
    radial-gradient(circle at center,
      #222 20%, transparent 20%),
    radial-gradient(circle at center,
      rgba(255, 255, 255, 0.7) 20%, transparent 20%),
    radial-gradient(circle at center,
      #111 20%, transparent 20%),
    radial-gradient(circle at center,
      rgba(255, 255, 255, 0.7) 20%, transparent 20%),
    radial-gradient(ellipse 125% 90% at 10% 10%,
      hsla(120, 40%, 20%, 0.25) 0%,
      hsla(240, 50%, 20%, 0.4) 60%,
      hsla(200, 40%, 15%, 0.4) 80%,
      hsla(160, 30%, 5%, 0.4) 100%),
    linear-gradient(150deg,
      hsl(210, 20%, 25%) 0%,
      hsl(240, 25%, 15%) 8%,
      hsl(220, 10%, 20%) 22%,
      hsl(230, 5%, 35%) 35%,
      hsl(200, 15%, 25%) 40%,
      hsl(240, 25%, 15%) 70%,
      hsl(230, 15%, 10%) 80%,
      hsl(210, 25%, 10%) 100%);
  background-size:
    50px 50px, 50px 50px,
    50px 50px, 50px 50px,
    100% 100%, 100% 100%;
  background-position:
    0px 0px,
    0px -1px,
    25px 25px,
    25px 26px,
    2px 0px,
    2px 2px;
}
.pricing-table .title p {
  color: #fff;
}
.pricing-table:before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 999;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pricing-table .container {
  position: relative;
  z-index: 999;
}
.pricing-table .pricing-item {
  padding: 25px 30px 40px;
  background: linear-gradient(145deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
  margin-bottom: 30px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}
.pricing-table .pricing-item a.btn-main {
  text-transform: uppercase;
  margin-top: 20px;
}
.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 8px 0;
  font-size: 13px;
  color: #e0e0e0;
}
.pricing-table .pricing-item li i {
  margin-right: 6px;
  color: #28ABE3;
}
.pricing-table .price-title {
  padding: 0 0 20px;
  text-align: center;
}
.pricing-table .price-title > h3 {
  font-weight: 700;
  margin: 0 0 15px;
  padding: 15px 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px 15px 0 0;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-table .price-title > p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 5px;
  color: #d0d0d0;
}
.pricing-table .price-title .value {
  color: #28ABE3;
  font-size: 42px;
  padding: 8px 0;
}

/* Green badge that sits above the current price */
.offer-badge {
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 10px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  background-color: #28a745;
  border-radius: 999px;
  width: fit-content;

  /* Animate.css heartBeat animation, looping continuously */
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/* Allow "Normally $X/m" badge positioning inside any pricing card */
.pricing-item {
  position: relative;
}

/* "Normally $X/m" label without strike-through */
.normal-price-label {
  display: block;
  margin-top: 8px;
  margin-bottom: -8px;
  font-size: 1.3rem;
  font-weight: 800;
  color: #c00000;
  padding: 4px 0;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  background-color: transparent;

  /* Animate.css hinge effect on old price */
  animation-name: fadeIn;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transform-origin: center;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}
.portfolio-filter button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  background: #28ABE3;
  border: none;
  color: #fff;
  outline: none;
  margin: 6px 4px;
}
.portfolio-filter button.active {
  background: #28ABE3;
  color: #fff;
  border-radius: 50px;
}

.portfolio-block {
   position: relative;
   margin-bottom: 30px;
   overflow: hidden;
   height: 500px;
}

.portfolio-block img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}

.portfolio-block:before {
   transition: all 0.3s ease-in-out;
   background: rgba(0, 0, 0, 0.55);
   opacity: 0;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   position: absolute;
   content: "";
}
.portfolio-block:hover:before {
  opacity: 1;
}
.portfolio-block:hover .caption h4 {
  top: 45%;
}
.portfolio-block:hover .caption {
  opacity: 1;
  top: 55%;
}
.portfolio-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.portfolio-block .caption h4 {
  font-size: 16px;
}
.portfolio-block .caption h4 a {
  color: #fff;
}
.portfolio-block .caption .search-icon {
  background: #28ABE3;
  color: #fff;
  display: inline-block;
  height: 45px;
  width: 45px;
  font-size: 17px;
  border-radius: 30px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 47px;
}

/*=================================================================
  Services section
==================================================================*/
.services {
  padding: 100px 0 130px;
}
.services .service-block.color-bg {
  background: #28ABE3;
  color: #fff;
}
.services .service-block.color-bg i, .services .service-block.color-bg h3, .services .service-block.color-bg p {
  color: #fff;
}
.services .service-block .service-icon {
  margin-bottom: 30px;
}
.services .service-block i {
  font-size: 75px;
  color: #28ABE3;
}
.services .service-block h3 {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.services .service-block p {
  font-size: 14px;
  color: #666;
}

/*=================================================================
  Services section 2
==================================================================*/
.service-2 .service-item {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 50px 20px;
  transition: all 0.3s ease 0s;
}
.service-2 .service-item:hover {
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}
.service-2 .service-item:hover i {
  background: #fff;
  color: #28ABE3;
}
.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  background: #28ABE3 none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}
.service-2 .service-item img {
  width: 100%;
  height: 360px;      /* slightly taller viewport height for all "What We Offer" images */
  object-fit: cover;  /* intelligent cropping to fill the box */
  display: block;
}

/*=================================================================
  Our skills
==================================================================*/
.team-skills .progress-block {
  margin-top: 40px;
}
.team-skills .progress-block span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}
.team-skills .progress-block .progress {
  box-shadow: none;
  border-radius: 0;
  height: 10px;
}
.team-skills .progress-block .progress .progress-bar {
  background: #28ABE3;
  box-shadow: none;
}

.clients-logo-slider {
  margin-top: 50px;
}

/*=================================================================
  Step section
==================================================================*/
.development-steps .step {
  padding: 80px 20px;
}
.development-steps .step h4 {
  font-size: 20px;
  font-weight: 600;
}
.development-steps .step h4 i {
  font-size: 72px;
  font-weight: 500;
  margin-right: 10px;
}
.development-steps .step p {
  color: #cccccc;
  font-size: 14px;
  line-height: 22px;
}
.development-steps .step-1 {
  background-color: #f2f6f8;
}
.development-steps .step-1 h4 {
  color: #212121;
}
.development-steps .step-1 p {
  color: #838383;
}
.development-steps .step-2 {
  background-color: #28ABE3;
}
.development-steps .step-2 h4, .development-steps .step-2 p {
  color: #fff;
}
.development-steps .step-3 {
  background: #198dbf;
}
.development-steps .step-3 h4, .development-steps .step-3 p {
  color: #fff;
}
.development-steps .step-4 {
  background: #167da9;
}
.development-steps .step-4 h4, .development-steps .step-4 p {
  color: #fff;
}

/*=================================================================
  Our Team
==================================================================*/
.team {
  padding: 100px 0;
  padding-bottom: 70px;
  background: #F6F6F6;
}
.team .team-member {
  background: #fff;
  margin-bottom: 30px;
}
.team .team-member .member-content {
  padding: 25px 0;
}
.team .team-member .member-content h3 {
  font-size: 20px;
  margin: 0 0 5px;
  color: #333;
}
.team .team-member .member-content span {
  font-size: 14px;
  color: #555;
}
.team .team-member .member-content p {
  color: #777;
  margin-top: 10px;
  padding: 0 15px;
}
.team .member-photo {
  overflow: hidden;
  position: relative;
}
.team .member-photo:hover img {
  transform: scale(1.1);
}
.team .member-photo img {
  transition: all 0.6s ease 0s;
}
.team .member-photo .mask {
  background: rgba(40, 171, 227, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  height: 80px;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.team .member-photo .mask ul {
  text-align: center;
  position: relative;
  margin-top: 22px;
}
.team .member-photo .mask ul li {
  display: inline-block;
  margin-right: 7px;
}
.team .member-photo .mask ul li a {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.team .member-photo .mask ul li a::hover {
  background-color: #6cb670;
  border: 1px solid transparent;
}
.team .member-photo:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0%);
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  padding-top: 100px;
  background: #28ABE3;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 100px;
}
.testimonial:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0;
  height: 200px;
  background-color: rgb(255, 255, 255);
}
.testimonial .item i {
  font-size: 50px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
  display: inline-block;
}
.testimonial .item .client-details {
  padding-bottom: 80px;
  margin-bottom: 0;
}
.testimonial .item .client-details p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  padding: 0 12%;
  line-height: 1.8;
  margin-bottom: 0;
}

/* Profile image container with overlap effect */
.testimonial .item .client-thumb {
  position: relative;
  z-index: 10;
  margin-top: -80px;
  margin-bottom: 30px;
}

.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  object-fit: cover;
  border: 6px solid #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial .item .client-thumb img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

/* Client name and title styling */
.testimonial .item .client-meta h3 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  margin-top: 0;
}

.testimonial .item .client-meta span {
  font-size: 14px;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  .testimonial {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  
  .testimonial:before {
    height: 180px;
  }
  
  .testimonial .item i {
    font-size: 40px;
    margin-bottom: 20px;
  }
  
  .testimonial .item .client-details {
    padding-bottom: 60px;
  }
  
  .testimonial .item .client-details p {
    font-size: 16px;
    padding: 0 8%;
    line-height: 1.7;
  }
  
  .testimonial .item .client-thumb {
    margin-top: -60px;
    margin-bottom: 20px;
  }
  
  .testimonial .item .client-thumb img {
    width: 110px;
    height: 110px;
    border: 5px solid #fff;
  }
  
  .testimonial .item .client-meta h3 {
    font-size: 20px;
  }
  
  .testimonial .item .client-meta span {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .testimonial {
    padding-top: 50px;
  }
  
  .testimonial:before {
    height: 160px;
  }
  
  .testimonial .item .client-details p {
    font-size: 15px;
    padding: 0 5%;
  }
  
  .testimonial .item .client-thumb {
    margin-top: -50px;
  }
  
  .testimonial .item .client-thumb img {
    width: 100px;
    height: 100px;
  }
}

.testimonial-slider-wrapper {
  position: relative;
}

.testimonial-slider-wrapper .slick-prev,
.testimonial-slider-wrapper .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 50px;
  width: 50px;
  background: rgba(40, 171, 227, 0.5);
  color: #fff;
  border: 0;
  line-height: 50px;
  font-size: 25px;
  transition: 0.2s ease;
  border-radius: 50%;
  cursor: pointer;
}

.testimonial-slider-wrapper .slick-prev {
  left: 20px;
}

.testimonial-slider-wrapper .slick-next {
  right: 20px;
}

.testimonial-slider-wrapper .slick-prev:hover,
.testimonial-slider-wrapper .slick-next:hover {
  background: #28ABE3;
}

.testimonial-slider-wrapper .slick-prev i,
.testimonial-slider-wrapper .slick-next i {
  line-height: 50px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog {
  padding-bottom: 60px;
  padding-top: 80px;
  background: #F6F6F6;
}

.posts {
  padding-bottom: 40px;
}

.post-item {
  background: #fff;
  margin-bottom: 30px;
}
.post-item .content {
  padding: 20px;
}
.post-item .content h3 a {
  color: #000;
}
.post-item .content p {
  color: #757575;
  margin: 10px 0;
}
.post-item .content .btn-main {
  padding: 12px 25px;
  margin: 15px 0;
}

/* 8.2.1 Blog Details */
.blog-details h3 {
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}

/* 8.2.2 Post Content */
.post-content ul {
  margin-bottom: 20px;
}
.post-content ul li {
  color: #aaa;
}
.post-content ul li a {
  color: #aaa;
}
.post-content p {
  margin-bottom: 30px;
}
.post-content blockquote {
  border-left: 2px solid #28ABE3;
  padding: 40px 35px;
  margin-bottom: 30px;
  background: rgb(238, 238, 238);
}
.post-content-share {
  margin-bottom: 100px;
}
.post-content-share li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid #ddd;
  text-align: center;
  background: #fff;
  transition: 0.3s ease;
  margin-right: 10px;
  color: #000;
  display: inline-block;
}
.post-content-share li a:hover {
  background: #28ABE3;
  border-color: #28ABE3;
  color: #fff;
}

/* 8.2.3 Comment List */
.comment-list {
  padding-left: 0;
  margin-bottom: 70px;
}
.comment-list-item {
  padding: 25px 0;
  position: relative;
  display: flex;
  border-bottom: 1px solid #ddd;
}
.comment-list-item:last-child {
  border: 0;
}
.comment-list-item-image {
  margin-right: 20px;
}
.comment-list-item-content h5 {
  color: #000;
  margin-bottom: 5px;
}
.comment-list-item-content h6 {
  color: #000;
  margin-bottom: 10px;
}
.comment-list-item-content p {
  margin-bottom: 5px;
}
.comment-list-item .comment-btn {
  position: absolute;
  top: 25px;
  right: 0;
  background: #fff;
  padding: 10px 30px;
  border: 1px solid #ddd;
  text-transform: capitalize;
  color: #000;
  font-size: 15px;
}
@media (max-width: 575px) {
  .comment-list-item .comment-btn {
    position: unset;
    margin-top: 15px;
    display: inline-block;
  }
}
.comment-list-item .comment-btn:hover {
  background: #28ABE3;
  color: #fff;
}

/* 8.2.4 Comment Form */
.comment-form {
  margin-top: 40px;
}
.comment-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-size: 14px;
  border-radius: 0;
  margin-bottom: 20px;
}
.comment-form textarea.form-control {
  height: 200px !important;
}
.comment-form .btn-primary {
  background: #28ABE3;
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
}

/* 8.2.5 Widget Style */
.widget {
  margin-bottom: 30px;
}
.widget h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.widget-search {
  position: relative;
}
.widget-search .form-control {
  border: 1px solid #dedede;
  border-radius: 0;
  height: 50px;
}
.widget-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: #28ABE3;
  border: 0;
}
.widget-search-btn i {
  color: #fff;
}
.widget-categories-list {
  padding-left: 0px;
}
.widget-categories-list li {
  border-bottom: 1px solid #ddd;
}
.widget-categories-list li:last-child {
  border: 0;
}
.widget-categories-list li a {
  display: block;
  padding: 15px 0;
  color: #000;
  font-size: 15px;
  transition: 0.3s ease;
}
.widget-categories-list li a i {
  font-size: 10px;
  margin-right: 10px;
}
.widget-categories-list li a:hover {
  background: #28ABE3;
  color: #fff;
  padding-left: 20px;
}
.widget-post-list {
  padding-left: 0;
}
.widget-post-list-item {
  padding: 15px 0;
  display: flex;
}
.widget-post-image {
  margin-right: 10px;
  height: 90px;
  width: 130px;
  overflow: hidden;
}
.widget-post-image img {
  height: 90px;
  width: auto;
}
.widget-post-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
  transition: 0.3s ease;
  color: #000;
}
.widget-post-content h5:hover {
  color: #28ABE3;
}

/*=================================================================
  Single Blog Page
==================================================================*/
#blog-banner {
  padding-bottom: 100px;
  padding-top: 150px;
}

#blog-page {
  margin: 0 0 40px;
}

.post-meta {
  font-size: 13px;
  margin: 20px 0 0;
  padding: 0 20px 10px;
}
.post-meta a {
  color: #28ABE3;
}
.post-meta > span {
  color: #666;
  border-right: 1px solid #dedede;
  display: inline-block;
  font-size: 13px;
  margin: 10px 10px 0 0;
  padding-right: 10px;
}
.post-meta > span:last-child {
  border-right: 0;
}
.post-meta > span i {
  margin-right: 5px;
}

.post-excerpt {
  padding: 0 20px;
  margin-bottom: 60px;
}
.post-excerpt h3 a {
  color: #000;
}
.post-excerpt blockquote {
  line-height: 22px;
  margin: 20px 0;
  font-size: 16px;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}
.next-prev a {
  color: #000;
}
.next-prev a:hover {
  color: #28ABE3;
}
.next-prev .prev-post i {
  margin-right: 10px;
}
.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}
.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}
.social-profile ul li a i:hover {
  color: #28ABE3;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}
.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}
.comment-wrap .author-avatar {
  margin-right: 10px;
}
.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}
.comment-wrap .media .media-heading a {
  color: #28ABE3;
  font-size: 13px;
}
.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}
.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}
.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}
.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #28ABE3;
}
.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

/*=================================================================
  Flyers Image Section
==================================================================*/
.flyers {
  position: relative;
  padding: 0;
  background: url("../images/headers/flyers.jpg") center no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  padding-top: 129.4%; /* Aspect ratio for standard flyer (11x8.5 = 129.4%) */
}

@media (max-width: 1200px) {
  .flyers {
    padding-top: 129.4%;
  }
}

@media (max-width: 768px) {
  .flyers {
    padding-top: 141.4%; /* Slightly taller ratio for mobile */
  }
}

@media (max-width: 480px) {
  .flyers {
    padding-top: 150%;
  }
}

/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #222222;
  border-top: 1px solid #404040;
  padding: 100px 0 80px;
}
.top-footer h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.top-footer p {
  font-size: 13px;
  line-height: 25px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  padding-right: 20px;
}
.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color 0.3s;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
}
.top-footer li a:hover {
  color: #28ABE3;
}

.footer-bottom {
  text-align: center;
  background-color: #1b1b1b;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
}
.footer-bottom h5 {
  font-size: 12px;
  line-height: 1;
  color: #888888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}
.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.footer-bottom a {
  color: #28ABE3;
}

.page-404 {
  display: flex;
  align-items: center;
  height: 100vh;
}
.page-404 h1 {
  font-size: 200px;
}

/*=================================================================
  Global scroll progress bar (all pages except 404)
  =================================================================*/

/* Progress bar fixed to bottom of viewport */
.scroll-progress {
  inline-size: 100%;
  block-size: 0.1875rem; /* 1/4 of previous height (0.75rem / 4) */
  position: fixed;
  inset-block-end: 0;
  inset-inline: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Scroll progress bar (JS-driven via CSS variable) */
.scroll-progress::after {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  inline-size: 100%;
  transform-origin: left center;
  transform: scaleX(var(--scroll-progress, 0));
  background-color: #00AEEF; /* scroll bar blue */
}

/*============================================================
	For Small Desktop
==============================================================*/
@media (min-width: 700px) and (max-width: 1090px) {
  .counters-item:before {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1150px) {
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* about us */
  .feature-desc h3 {
    margin-top: 0;
  }
  /* our team */
  .team-mate {
    margin-bottom: 30px;
  }
  .mask ul {
    top: 85px;
  }
  .mask ul li {
    margin: 0 5px;
  }
  .team-mate > h4 {
    margin-bottom: 10px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul li {
    margin-right: 10px;
  }
  /* testimonial */
  .client-info {
    width: 55%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 15px 8px;
  }
  /* single blog page */
  .author-bio h5 {
    margin-left: 70px;
  }
}
/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
  .counters-item:before {
    display: none;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* navigation */
  .navbar-inverse .navbar-nav li a {
    padding: 20px 10px;
  }
  /* about us */
  .wrap-about {
    margin: 0 0 75px;
  }
  .about-content {
    margin: 0 auto;
    width: 60%;
  }
  /* fun facts */
  #counter {
    padding-bottom: 50px;
  }
  .counters-item {
    margin-bottom: 30px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  .skill-chart {
    margin: 0 auto 40px;
    width: 90%;
  }
  .skill-chart > h3 {
    margin: 15px 0;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 300px;
  }
  /* testimonial */
  .client-info {
    width: 75%;
  }
  /* latest posts */
  .note {
    margin-bottom: 30px;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px;
  }
  /* singla blog page */
  .author-social {
    margin-left: 0;
  }
}
/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
  .counters-item:before {
    display: none;
  }
  .clients-logo-slider {
    text-align: center;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* h1 font size home slider */
  h1 {
    font-size: 30px;
  }
  .wrap-about {
    margin: 0 auto 80px;
    width: 85%;
  }
  .feature-desc a {
    margin: 5px 5px 5px 0;
  }
  /* fun facts */
  /* services */
  #services .title {
    padding-bottom: 60px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 280px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 31px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul {
    text-align: center;
    margin-bottom: 10px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 20px;
    width: 280px;
  }
  /* portfolio */
  .portfolio-filter ul li a {
    margin: 0 10px 10px 0;
    padding: 5px 10px;
  }
  /* testimonials */
  .sub-title h3 {
    font-size: 18px;
  }
  .client-info {
    width: 100%;
  }
  /* latest posts */
  .note {
    margin-bottom: 30px;
  }
  .note .excerpt {
    padding: 0 20px 20px;
  }
  .all-post {
    margin: 20px 0 30px;
  }
  /* contact */
  .contact-info {
    margin: 0 0 30px;
  }
  #map-canvas {
    height: 250px;
  }
  /* footer */
  .social-icon ul li,
.social-icon ul li:first-child {
    margin: 15px;
  }
  .social-icon ul li a {
    width: 50px;
    height: 50px;
  }
  .social-icon ul li a i {
    font-size: 24px;
    line-height: 50px;
  }
  .blog-title h1 {
    font-size: 28px;
  }
  /* blog page */
  #blog-page {
    margin: 0;
  }
  #blog-posts {
    margin: 0 0 40px;
  }
  .post-excerpt h3 {
    font-size: 20px;
  }
  .post-pagination ul li {
    margin: 0 10px 10px 0;
  }
  .tab-post-nav li a {
    padding: 8px 5px;
  }
  /* single blog page */
  .author-social {
    margin-left: 0;
  }
  .author-avatar {
    margin-right: 10px;
  }
}
/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .title h2 {
    font-size: 32px;
  }
  .counter .counter-title h2 {
    font-size: 35px;
  }
  /* about us */
  .wrap-about {
    margin: 0 auto 75px;
    width: 70%;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  /* portfolio */
  .og-grid li {
    width: 245px;
  }
  /* skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 350px;
  }
  /* testimonials */
  .client-info {
    width: 74%;
  }
  /* latest posts */
  .note {
    margin: 0 auto 30px;
    width: 75%;
  }
  /* contact */
  .contact-info {
    width: 100%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px 15px;
  }
}

/*=================================================================
  Animated Menu Button
==================================================================*/
#menu-btn {
  display: none;
  position: relative;
  width: 60px;
  height: 65px;
  cursor: pointer;
}

@media (max-width: 991px) {
  #menu-btn {
    display: block;
  }
  
  .navbar-toggler {
    display: none !important;
  }
}

#menu-btn:before,
#menu-btn:after {
  content: '';
  width: 100%;
  height: 8px;
  background-color: #000;
  display: block;
  position: absolute;
  border-radius: 20px;
  transition: background-color 0.3s ease;
}

#menu-btn:before {
  transform-origin: left center;
}

#menu-btn:after {
  right: 0;
  top: 25px;
  transform-origin: right center;
}

#menu-btn .text {
  color: #000;
  font-family: "Catamaran", sans-serif;
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 17px;
  letter-spacing: 2.5px;
  font-weight: 600;
  transition: color 0.3s ease;
}

/* Open state - turn red */
#menu-btn.open:before,
#menu-btn.open:after {
  background-color: #ff0000;
}

#menu-btn.open .text {
  color: #ff0000;
}

/* Open animations */
@keyframes topBar_open {
  0% { transform: translateY(0px) rotate(0deg); width: 60px; }
  10% { transform: translateY(-8px) rotate(0deg); width: 60px; }
  50% { transform: translateY(25px) rotate(45deg); width: 84px; }
  75% { transform: translateY(12px) rotate(45deg); width: 84px; }
  100% { transform: translateY(17px) rotate(45deg); width: 84px; }
}

@keyframes bottomBar_open {
  0% { transform: translateY(0px) rotate(0deg); width: 60px; }
  10% { transform: translateY(-8px) rotate(0deg); width: 60px; }
  60% { transform: translateY(0px) rotate(-45deg); width: 84px; }
  75% { transform: translateY(-10px) rotate(-45deg); width: 84px; }
  100% { transform: translateY(-8px) rotate(-45deg); width: 84px; }
}

@keyframes menuLabel_open {
  0% { transform: translateY(0px); opacity: 1; }
  25% { transform: translateY(-18px); }
  45% { transform: translateY(44px); opacity: 1; }
  48% { transform: translateY(50px); opacity: 0; }
  100% { transform: translateY(30px); opacity: 0; }
}

/* Close animations */
@keyframes topBar_close {
  0% { transform: translateY(17px) rotate(45deg); width: 84px; }
  35% { transform: translateY(-8px) rotate(-4deg); width: 60px; }
  53% { transform: translateY(10px) rotate(3deg); width: 60px; }
  70% { transform: translateY(-6px) rotate(0deg); width: 60px; }
  100% { transform: translateY(-2px) rotate(0deg); width: 60px; }
}

@keyframes bottomBar_close {
  0% { transform: translateY(-8px) rotate(-45deg); width: 84px; }
  35% { transform: translateY(-18px) rotate(6deg); width: 60px; }
  53% { transform: translateY(0px) rotate(-3deg); width: 60px; }
  68% { transform: translateY(-7px) rotate(0deg); width: 60px; }
  100% { transform: translateY(0px) rotate(0deg); width: 60px; }
}

@keyframes menuLabel_close {
  0% { transform: translateY(30px); opacity: 0; }
  5% { transform: translateY(25px); opacity: 1; }
  25% { transform: translateY(-30px); opacity: 1; }
  37% { transform: translateY(-22px); opacity: 1; }
  45% { transform: translateY(-22px); opacity: 1; }
  58% { transform: translateY(8px) rotate(-10deg); opacity: 1; }
  83% { transform: translateY(-6px) rotate(0deg); opacity: 1; }
  100% { transform: translateY(0px); opacity: 1; }
}

#menu-btn.open:before {
  animation: topBar_open 1s ease-in-out;
  animation-fill-mode: forwards;
}

#menu-btn.open:after {
  animation: bottomBar_open 1s ease-in-out;
  animation-fill-mode: forwards;
}

#menu-btn.open .text {
  animation: menuLabel_open 1s ease-in;
  animation-fill-mode: forwards;
}

#menu-btn.close:before {
  animation: topBar_close 1s ease-in-out;
  animation-fill-mode: forwards;
}

#menu-btn.close:after {
  animation: bottomBar_close 1s ease-in-out;
  animation-fill-mode: forwards;
}

#menu-btn.close .text {
  animation: menuLabel_close 1s ease-in;
  animation-fill-mode: forwards;
}

/* Sticky header adjustments */
.sticky-header #menu-btn:before,
.sticky-header #menu-btn:after {
  background-color: #000;
}

.sticky-header #menu-btn.open:before,
.sticky-header #menu-btn.open:after {
  background-color: #ff0000;
}

.sticky-header #menu-btn .text {
  color: #000;
}

.sticky-header #menu-btn.open .text {
  color: #ff0000;
}
/*=================================================================
  Polaroid Gallery Styles
==================================================================*/
/* --- Galerie Container --- */
.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875rem; /* 30px */
  padding: 1.25rem; /* 20px */
}

/* --- Polaroid-Design --- */
.polaroid {
  background-color: #fff;
  padding: 1rem 1rem 4.5rem 1rem; /* 15px 15px 70px 15px */
  border-radius: 2px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1),
    0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
  margin: 0.625rem; /* 10px */
  position: relative;
  width: 250px;
  transition: transform 0.3s ease-in-out;
  /* "realistische" Papier-Textur */
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><filter id="n" x="0" y="0"><feTurbulence type="fractalNoise" baseFrequency="0.65" numOctaves="10" stitchTiles="stitch"/></filter><rect width="100" height="100" filter="url(%23n)" opacity="0.12"/></svg>');
  background-size: cover;
}

.polaroid:hover {
  transform: scale(1.05) rotate(0deg) !important;
  z-index: 10;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2), 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

/* --- Bild-Stil + Animation --- */
.polaroid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  animation: fadeInPhoto 5s ease-in-out forwards;
  filter: brightness(0);
}

@keyframes fadeInPhoto {
  0% {
    filter: brightness(0) sepia(1);
    opacity: 0.8;
  }
  50% {
    filter: brightness(0.5) sepia(0.5);
    opacity: 0.9;
  }
  100% {
    filter: brightness(1) sepia(0);
    opacity: 1;
  }
}

/* --- Beschriftung --- */
.polaroid figcaption {
  position: absolute;
  bottom: 1rem; /* 15px */
  left: 1rem;
  right: 1rem;
  text-align: center;
  font-family: "Permanent Marker", cursive;
  font-size: 1.2rem;
  color: #2a52be;
  line-height: 1;
}

/* --- Responsive --- */
@media (max-width: 1200px) {
  .polaroid {
    width: calc(33.33% - 2.5rem);
  }
}
@media (max-width: 900px) {
  .polaroid {
    width: calc(50% - 2.5rem);
  }
}
@media (max-width: 600px) {
  .polaroid {
    width: calc(100% - 2.5rem);
  }
}

/*=================================================================
  Meetups page - neon glass cards + darker background
  Scoped to &lt;body id="body" class="meetups-page"&gt; only
==================================================================*/
body.meetups-page {
  background: radial-gradient(circle at 10% 0%, #223550 0%, #101827 40%, #050811 85%, #020308 100%);
  color: #e5edff;
}

/* Let the main content area float on a darker glass panel */
.meetups-page .section {
  background: transparent;
}

.meetups-page .section .content {
  background: radial-gradient(circle at top left, rgba(40, 171, 227, 0.18), rgba(10, 15, 26, 0.95));
  border-radius: 18px;
  padding: 32px 32px 40px;
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.75),
    0 0 0 1px rgba(255, 255, 255, 0.02);
  position: relative;
  overflow: hidden;
}

/* Subtle grid / noise overlay inside the panel */
.meetups-page .section .content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  mix-blend-mode: soft-light;
  opacity: 0.65;
  pointer-events: none;
}

.meetups-page .section .content h2 {
  color: #ffffff;
  margin-bottom: 12px;
}

.meetups-page .section .content p {
  color: #c7d2ff;
}

/* Container for our custom cards */
.meetups-page .meetups-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  padding: 40px 10px 10px;
}

/* Base card shell */
.meetups-page .meetup-card {
  position: relative;
  width: 320px;
  min-height: 380px;
  margin: 10px;
  transition: transform 0.5s ease, filter 0.5s ease;
  transform-style: preserve-3d;
}

/* Neon skewed gradient panel behind the glass content */
.meetups-page .meetup-card::before,
.meetups-page .meetup-card::after {
  content: "";
  position: absolute;
  inset: 0;
  left: 50px;
  width: 55%;
  border-radius: 10px;
  transform: skewX(16deg);
  transition: 0.5s ease;
}

/* Soft glow layer */
.meetups-page .meetup-card::after {
  filter: blur(30px);
  opacity: 0.9;
}

/* On hover, straighten and widen the gradient panel */
.meetups-page .meetup-card:hover::before,
.meetups-page .meetup-card:hover::after {
  transform: skewX(0deg);
  left: 18px;
  width: calc(100% - 70px);
}

/* Color variants per card */
.meetups-page .meetup-card:nth-child(1)::before,
.meetups-page .meetup-card:nth-child(1)::after {
  background: linear-gradient(315deg, #ffbc00, #ff0058);
}

.meetups-page .meetup-card:nth-child(2)::before,
.meetups-page .meetup-card:nth-child(2)::after {
  background: linear-gradient(315deg, #03a9f4, #ff0058);
}

.meetups-page .meetup-card:nth-child(3)::before,
.meetups-page .meetup-card:nth-child(3)::after {
  background: linear-gradient(315deg, #4dff03, #00d0ff);
}

.meetups-page .meetup-card:nth-child(4)::before,
.meetups-page .meetup-card:nth-child(4)::after {
  background: linear-gradient(315deg, #9333ea, #ec4899);
}

/* Floating blur blobs over/behind the glass */
.meetups-page .meetup-card-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

.meetups-page .meetup-card-glow::before,
.meetups-page .meetup-card-glow::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.4s ease, transform 0.4s ease;
  animation: meetup-card-float 3.2s ease-in-out infinite;
}

.meetups-page .meetup-card-glow::before {
  top: -40px;
  left: 40px;
  width: 110px;
  height: 110px;
}

.meetups-page .meetup-card-glow::after {
  bottom: -40px;
  right: 40px;
  width: 130px;
  height: 130px;
  animation-delay: -1.2s;
}

/* Activate the blobs on hover */
.meetups-page .meetup-card:hover .meetup-card-glow::before,
.meetups-page .meetup-card:hover .meetup-card-glow::after {
  opacity: 1;
}

/* Subtle float animation */
@keyframes meetup-card-float {
  0%, 100% {
    transform: translate3d(0, 8px, 0);
  }
  50% {
    transform: translate3d(-12px, -4px, 0);
  }
}

/* Inner glassmorphism content */
.meetups-page .meetup-card-content {
  position: relative;
  z-index: 4;
  margin-left: 0;
  padding: 24px 28px 28px;
  background: rgba(3, 7, 18, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 10px;
  border: 1px solid rgba(248, 250, 252, 0.06);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.85),
    0 0 0 1px rgba(15, 23, 42, 0.7);
  color: #e5edff;
  transition: padding 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}

.meetups-page .meetup-card:hover .meetup-card-content {
  transform: translate(-18px, -4px);
  padding: 34px 32px 32px;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.95),
    0 0 0 1px rgba(148, 163, 184, 0.4);
}

/* Typography inside cards */
.meetups-page .meetup-card-content h2 {
  font-size: 1.6rem;
  margin-bottom: 12px;
  color: #f9fafb;
}

.meetups-page .meetup-card-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 16px;
  color: #cbd5f5;
}

/* Re-style the CTA button inside cards without affecting global .btn-main */
.meetups-page .meetup-card-content .btn-main {
  border-radius: 999px;
  padding: 10px 26px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #22c55e, #16a3e0);
  border-color: transparent;
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.7),
    0 14px 30px rgba(34, 197, 94, 0.4);
}

.meetups-page .meetup-card-content .btn-main:hover {
  background: linear-gradient(135deg, #38bdf8, #22c55e);
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.7),
    0 16px 40px rgba(56, 189, 248, 0.55);
  transform: translateY(-1px);
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .meetups-page .section .content {
    padding: 24px 20px 32px;
  }

  .meetups-page .meetups-card-container {
    gap: 28px;
  }
}

@media (max-width: 575px) {
  .meetups-page .meetup-card {
    width: 100%;
    max-width: 360px;
  }

  .meetups-page .meetup-card::before,
  .meetups-page .meetup-card::after {
    left: 34px;
    width: 58%;
  }

  .meetups-page .meetup-card:hover::before,
  .meetups-page .meetup-card:hover::after {
    left: 16px;
    width: calc(100% - 52px);
  }
}
/*# sourceMappingURL=style.css.map */
