/**********************

Style.css
=============

Author:  Gino Aliaj
Template: Swimmerland - Water Park HTML Template
Version: 1.0

Author URI: gnodesign.com
***************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Default Typography
2.  General Styles
3.  Buttons
4.  Header
5.  Home Page
    5.1 Main Section - Slider
    5.2 About Us Section
    5.3 Gallery Section
    5.4 Training Courses Section
    5.5 Count Up Section
    5.6 Blog Section
    5.7 Testimonial Section
    5.8 Pricing Plan Section
    5.9 Signup Section
    5.10 Latest Event Section
    5.11 Partners Section
6. Footer
7. Pages
    7.1 About Page
    7.2 404 Page
    7.3 Coming Soon Page
8. Blog
    8.1 Blog Listing
    8.2 Blog Detail
9. Contact Us
-------------------------------------------------------------------*/

/* --------------------------------------
    1. Default Typography
-------------------------------------- */

*,
body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 !important;
  color: #323232;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

/* --------------------------------------
    2. General Styles
-------------------------------------- */

body {
  background: #f6f8f8;
}

a {
  color: #3cbeee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #3cbeee;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none !important;
  outline: none !important;
}

input {
  outline: none !important;
}

button {
  outline: none !important;
}

.main-content {
  padding: 80px 0;
}

.pad80 {
  padding: 80px 0 0 0;
}

.pad70 {
  padding: 70px 0 0 0;
}

.pad40 {
  padding: 40px 0 0 0;
}

.section-title {
  text-align: center;
  margin: 0 !important;
  text-transform: uppercase;
}

.section-title:after {
  content: url(../images/shapes/wave-blue.svg);
  display: block;
  width: 70px;
  margin: 0 auto;
  padding: 0px 0 20px 0;
  text-transform: uppercase;
}

.section-descr {
  text-align: center;
  margin: 0;
}

img {
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none;
}

/* --------------------------------------
    3. Buttons
-------------------------------------- */

.btn {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 10px 25px;
  position: relative;
  background: #e97526;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  color: #fefefe;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.btn:focus,
.btn:hover {
  color: #fefefe;
  box-shadow: none;
}

.btn-border {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 25px;
  position: relative;
  border: 2px solid #3cbeee;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  color: #999;
}

.btn-border.active {
  background: #3cbeee;
  color: #f6f8f8;
}

/* --------------------------------------
    4. Header 
-------------------------------------- */

header {
  position: absolute;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

nav.navbar {
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
  padding-top: 13px;
    padding-bottom: 13px;
}

.navbar-brand img {
  height: 63px;
  cursor: pointer;
}

.navbar-header {
  float: right;
}

.navbar-toggle {
  display: block;
  border: none;
  margin: 18px 0;
  padding: 0;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background: none !important;
}

.navbar-default .navbar-toggle .icon-bar {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  background: url(../images/shapes/wave-blue.svg) no-repeat;
}

div#main-nav .nav {
  padding-top: 20px;
  margin: 0;
}

div#main-nav h3 {
  text-align: center;
  color: #333;
  text-transform: uppercase;
  padding: 20px 0;
}

div#main-nav h3:after {
  content: url(../images/shapes/wave-blue.svg);
  display: block;
  width: 60px;
  margin: 0 auto;
  text-transform: uppercase;
  position: relative;
}

.navbar .navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #333 !important;
  padding-left: 30px;
}

.navbar .navbar-nav > li > a:hover {
  color: #3cbeee !important;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  background: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: none !important;
  color: #3cbeee !important;
}

/*****  PUSH MENU   *****/

/* Scoped to navbar only — do NOT apply globally or Bootstrap FAQ accordion breaks */
#main-nav.collapse {
  display: block !important;
}

/* General styles for all menus */

#main-nav.cbp-spmenu {
  background: #fff;
  position: fixed;
  padding: 0;
  margin: 0 !important;
  overflow-x: hidden;
  overflow-y: visible;
  display: block;
  visibility: visible !important;
  height: 100% !important;
  border: 0;
  box-shadow: -2px 0 5px rgba(0,0,0,0.1);
}

.cbp-spmenu-push-toleft:before {
  content: "";
  z-index: 1000;
  width: 97.4%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
  left: -260px;
}

.cbp-spmenu-right {
  right: -260px;
}

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
  height: 100% !important;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
  height: 100% !important;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
  /* width: 260px; */
  height: 100%;
  top: 0;
  z-index: 1000;
}

/* when menu is open */

.cbp-spmenu .nav > li {
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #9ac7d8;
}

.cbp-spmenu .nav > li i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cbp-spmenu .nav > li.open i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 40%;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.cbp-spmenu-push-toright {
  left: 260px;
}

.cbp-spmenu-push-toleft {
  left: -260px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Dropdown down */

.dropdown-menu {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 0;
  border: 0;
  float: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  box-shadow: none;
  display: none;
}

.open > .dropdown-menu {
  display: block;
  animation: mymenu-open 0.5s;
}

.dropdown-menu li a {
  color: #333;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.dropdown-menu li a:last-child {
  border: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  background: none;
  color: #3cbeee;
}

/* --------------------------------------
    5. Home Page
-------------------------------------- */

/**************** 5.1 Main Section - Slider ****************/

section.main {
  position: relative;
}

/* Hero water ripple canvas */
#hero-water-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 14;
  mix-blend-mode: screen;
  will-change: transform; /* promotes to own GPU layer */
  transform: translateZ(0); /* force hardware acceleration */
}

/* ---- Slider ---- */

.fullscreen {
  top: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.swiper-slide-active {
  z-index: 100;
}

.swiper-slide {
  overflow: hidden;
}

.overlay:before {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  overflow: hidden;
  z-index: 2;
  position: absolute;
  top: 0;
  opacity: 0.9;
}

.overlay:after {
  background: -moz-linear-gradient(left, #3cbeee -40%, #003042 140%);
  background: -webkit-linear-gradient(left, #3cbeee -40%, #003042 140%);
  background: linear-gradient(to right, #3cbeee -40%, #003042 140%);
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  overflow: hidden;
  z-index: 3;
  position: absolute;
  top: 0;
  opacity: 0.3;
}

.slider-content {
  position: relative;
  top: 35%;
  z-index: 15;
  text-align: center;
}

.slider-content h3 {
  color: #fefefe;
  font-weight: 400;
}

.slider-content h3 span {
  font-size: 72px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.slider-content h3:after {
  content: url("../images/shapes/wave-blue.svg");
  display: block;
  width: 70px;
  margin: 0 auto;
  padding: 5px 0 20px 0;
}

.slider-content h4 {
  color: #fefefe;
  font-weight: 400;
}

.slider-content h4 span {
  color: #ff9900;
  font-family: inherit;
}

.slider-content .cta {
  margin-top: 40px;
}

.slider-content .cta .btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* ---- Video Background ---- */

video.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../video/video.jpg) no-repeat;
  background-size: cover;
  -webkit-transition: all 1s opacity;
  -moz-transition: all 1s opacity;
  -ms-transition: all 1s opacity;
  -o-transition: all 1s opacity;
  transition: all 1s opacity;
}

.video-bg::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

/* ---- Paginition ---- */

.swiper-pagination {
  top: 50%;
  -webkit-transform: rotate(90deg) translateX(-50%);
  -moz-transform: rotate(90deg) translateX(-50%);
  -ms-transform: rotate(90deg) translateX(-50%);
  -o-transform: rotate(90deg) translateX(-50%);
  transform: rotate(90deg) translateX(-50%);
  width: auto !important;
  height: 20px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #fefefe;
  background: none;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  border: none;
  background: #fefefe;
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* ---- Scroll Down ---- */

.scroll-down {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 100%;
  text-align: center;
}

.scroll-down:before {
  content: url("../images/shapes/scroll-shape.svg");
  width: 100px;
  height: 49px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.scroll-down a {
  font-size: 30px;
  cursor: pointer;
  color: #323232;
}

.scroll-down a:hover {
  color: #3cbeee;
  font-size: 34px;
}

/* Demos */

#index-image.fullscreen {
  background: url(../images/img/slider-bg.jpg) no-repeat;
  background-size: cover;
}

/**************** 5.2 About Section ****************/

section#about-us {
  text-align: left;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 0;
}

/* About heading — left aligned, no wave */
.about-heading {
  text-align: left;
  margin-top: 16px !important;
  margin-bottom: 20px !important;
  font-size: 38px;
  line-height: 1.2;
}

/* ── About Us flex row wrapper ── */
.about-us-inner {
  display: flex;
  align-items: stretch;
  min-height: 520px;
}

/* LEFT column — images */
.about-image-column {
  width: 48%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 30px 50px 50px;
  background: #f4fbff;
}

/* RIGHT column — text, flex column so heading TOP, desc MIDDLE, btn BOTTOM */
section#about-us .about-copy-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 50px 60px 50px;
  text-align: left;
}

.about-copy-bottom {
  padding-top: 10px;
}

/* ── Single-image about section ── */
section#about-us .about-image-wrap {
    position: relative;
    width: 100%;
}

/* Single front image — full width, rounded */
.about-img-front {
    position: relative;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
}

.about-img-front img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

/* Cyan accent frame sitting behind front image */
.about-img-border {
    position: absolute;
    bottom: -12px;
    left: -12px;
    right: 12px;
    top: 12px;
    border-radius: 20px;
    border: 3px solid #3cbeee;
    pointer-events: none;
    z-index: 2;
}

/* WhatsApp & Call icon images in header */
.whatsapp-icon-img {
      width: 65px;
    height: 65px;
    object-fit: contain;
    display: block;
}

section#about-us .about-description {
  flex: 1;
  width: 100%;
  padding: 20px 0;
  margin: 0;
}

section#about-us .about-description p {
  text-align: justify;
  margin-bottom: 16px;
  line-height: 1.75;
}

/* Banners slider section — full width, no side padding */
section#banners-slider {
  background: transparent;
  padding: 20px 0;
  position: relative;
}

/* Wrapper: no border-radius at full width */
.banners-carousel-wrap {
  overflow: hidden;
  position: relative;
  margin: 0 20px;
}

.banner-slide img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
        border-radius: 20px;
}

/* Mobile banners - portrait images, auto height */
.mobile-banners-carousel .banner-slide img {
    height: auto;
    max-height: 500px;
    object-fit: cover;
    background: transparent;
}

.banners-carousel-wrap .owl-prev,
.banners-carousel-wrap .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.45) !important;
  border-radius: 50%;
  color: #fff !important;
  font-size: 16px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.banners-carousel-wrap .owl-prev {
  left: 14px;
}
.banners-carousel-wrap .owl-next {
  right: 14px;
}

.banners-carousel-wrap .owl-pagination {
  position: absolute;
  bottom: 14px;
  width: 100%;
  text-align: center;
}

.banners-carousel-wrap .owl-page span {
  background: rgba(255, 255, 255, 0.6) !important;
}

.banners-carousel-wrap .owl-page.active span {
  background: #3cbeee !important;
}

/* Call icon custom image in header */
.call-icon-img {
  width: 60px;
  height: 60px;

  object-fit: contain;
  display: block;
}

section#about-us .btn {
  margin-top: 30px;
}

section#about-us .logo-overlay {
  width: 300px;
  height: 300px;
  opacity: 0.1;
  position: absolute;
  top: -120px;
  right: -100px;
  background: url("../images/logo-mark.svg");
}

/**************** 5.3 Gallery Section ****************/

section#gallery {
  background: #ededed;
}

ul.gallery-sorting {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

ul.gallery-sorting li {
  display: inline-block;
  padding: 15px 10px;
}

ul#grid.gallery-items {
  margin: 50px 0 0 0;
}

ul#grid.gallery-items li.shuffle-item {
  padding: 0;
}

ul#grid.gallery-items li.shuffle-item img {
  object-fit: cover;
  min-height: 250px;
  opacity: 0.7;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

/* CSS Fallback from Modernizr */

ul#grid.gallery-items li.shuffle-item.compat-object-fit img {
  background-size: cover;
  background-position: center;
}

figure.gallery-item {
  max-height: 250px;
  overflow: hidden;
}

ul#grid.gallery-items li.shuffle-item:hover img {
  opacity: 1;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

ul#grid.gallery-items li.shuffle-item a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(60, 190, 238, 0.3);
  position: absolute;
  z-index: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}

ul#grid.gallery-items li.shuffle-item:hover a:before {
  opacity: 1;
}

ul#grid.gallery-items li.shuffle-item a:after {
  content: "\f00e";
  font-family: "fontawesome";
  font-size: 30px;
  color: #f6f8f8;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul#grid.gallery-items li.shuffle-item:hover a:after {
  opacity: 0.8;
  font-size: 38px;
}

/**************** 5.4 Training Courses Section ****************/

section#courses {
  background: url("../images/img/courses-bg.png") no-repeat right bottom;
  background-size: cover;
  text-align: center;
}

section#courses h4 {
  color: #999;
  padding: 20px 0;
  text-transform: uppercase;
}

section#courses .training-course img {
  width: 130px;
  height: 130px;
  /* border-radius: 50%; */
  z-index: 5;
  position: relative;
  /* box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2); */
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

section#courses .training-course .btn {
  -webkit-transform: translateY(-100px) scale(0.3);
  -moz-transform: translateY(-100px) scale(0.3);
  -ms-transform: translateY(-100px) scale(0.3);
  -o-transform: translateY(-100px) scale(0.3);
  transform: translateY(-100px) scale(0.3);
  opacity: 0;
  z-index: 0;
}

/* when training course is clicked/active */

section#courses .training-course.active img {
  box-shadow: none;
}

section#courses .training-course.active h4 {
  color: #323232;
}

section#courses .training-course.active .btn {
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* btn colors for each course */

section#courses #volley.training-course .btn {
  background: #ffcd78;
}

section#courses #fitness.training-course .btn {
  background: #4b5aa7;
}

section#courses #swimming.training-course .btn {
  background: #a5d2f0;
}

section#courses #yoga.training-course .btn {
  background: #a076ab;
}

section#courses .course-image img {
  height: 400px;
  margin: 0 auto;
}

/**************** 5.5 CountUp Section ****************/

section#countup {
  background: #3cbeee;
  text-align: center;
  position: relative;
}

section#countup img {
  height: 60px;
}

section#countup h3 {
  color: #f6f8f8;
  padding-top: 20px;
  text-transform: uppercase;
}

section#countup span {
  color: #f6f8f8;
  font-size: 42px;
  font-weight: 700;
}

section#countup:before {
  content: "";
  background: url(../images/shapes/wave-top.svg) no-repeat;
  background-position: bottom;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: -47px;
  width: 100%;
  height: 50px;
}

section#countup:after {
  content: "";
  background: url(../images/shapes/wave-bottom.svg) no-repeat;
  background-position: top;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  bottom: -47px;
  width: 100%;
  height: 50px;
}

/**************** 5.6 Blog Section ****************/

section#blog {
  background: #ededed;
  margin-top: -40px;
}

article.blog-post {
  background: #f6f8f8;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 80px;
}

article.blog-post .blog-thumbnail {
  padding: 0;
  background: #3cbeee;
  overflow: hidden;
}

article.blog-post .blog-thumbnail a:after {
  content: "\f0c1";
  font-family: "fontawesome";
  color: #f6f8f8;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: -20%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

article.blog-post .blog-thumbnail:hover a:after {
  left: 50%;
  opacity: 1;
}

.blog-thumbnail img {
  max-height: 300px;
  object-fit: cover;
  height: 260px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

article.blog-post .blog-thumbnail:hover img {
  transform: scale(1.2);
  opacity: 0.5;
}

article.blog-post .date {
  background: #3cbeee;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #f6f8f8;
  text-align: center;
  padding: 10px 15px;
  line-height: 1;
  border-radius: 0 0 0 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

article.blog-post .blog-thumbnail:hover .date {
  opacity: 0;
}

.blog-post .date span.day,
.blog-post .date span.publish-month {
  font-family: "Montserrat", sans-serif;
}

.blog-post .date span.day {
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.blog-post .date span.publish-month {
  font-size: 14px;
  text-transform: uppercase;
}

.blog-post .blog-desc {
  padding: 0 0 0 50px;
  color: #999;
}

.blog-post .blog-desc h4 a {
  color: #323232;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.blog-post .blog-desc h4 a:hover {
  color: #3cbeee;
}

.post-detail {
  padding: 10px 0 30px 0;
  color: #999;
}

.post-detail span:after {
  content: "|";
  padding: 0 7px;
}

.post-detail span:last-child:after {
  display: none;
}

.post-detail span i {
  padding-right: 5px;
}

.blog-post .blog-desc a.btn {
  margin-top: 30px;
}

section#blog .text-center {
  margin: 0 0 90px 0;
}

/**************** 5.7 Testimonial Section ****************/

section#testimonials {
  background: url(../images/img/testimonial-bg.png) no-repeat #3cbeee;
  background-position: top left;
  background-size: contain;
  color: #f6f8f8;
}

section#testimonials .section-title {
  text-align: left;
  color: #f6f8f8;
}

section#testimonials .section-title span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #a6ecff;
}

section#testimonials .section-title:after {
  content: url(../images/shapes/wave-white.svg);
  display: block;
  width: 70px;
  margin: 0;
  padding: 0px 0 20px 0;
  text-transform: uppercase;
}

#sync1 .item .testimonial {
  padding-left: 80px;
}

#sync1 .item blockquote {
  text-align: left;
  color: #f6f8f8;
  line-height: 30px;
  border: 0;
}

#sync1 .item blockquote:before {
  content: "\f10d";
  font-family: "fontawesome";
  display: inline-block;
  float: left;
  color: #f6f8f8;
  font-size: 72px;
  position: absolute;
  left: 1px;
  top: 30px;
}

#sync2 {
  padding: 40px 0 0 0;
}

#sync2 .synced .item {
  opacity: 1;
}

#sync2 .item {
  margin: 5px;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sync2 .item .client-img {
  display: inline-block;
  float: left;
}

#sync2 .item img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

#sync2 .item .details {
  display: inline-block;
  float: left;
  margin-top: 20px;
  padding-left: 30px;
}

#sync2 .item .details h4 {
  color: #f6f8f8;
  text-align: left;
  text-transform: uppercase;
}

#sync2 .item .details h6 {
  color: #a6ecff;
  text-align: left;
  text-transform: uppercase;
}

/**************** 5.8 Pricing Plan Section ****************/

section#pricing {
  background: url(../images/img/pricing-bg.png) no-repeat #ededed;
  background-position: bottom;
}

section#pricing .section-descr {
  padding-bottom: 100px;
  margin: 0;
}

section#pricing .pricing-wrapper {
  text-align: center;
  border-radius: 30px;
  background: #f6f8f8;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
}

.pricing-header:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #f6f8f8;
  top: -30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
}

.pricing-header:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #ededed;
  border: 1px solid #e0e0e0;
  top: -20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: inset 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
}

section#pricing .pricing-header .price {
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 15px 0;
}

section#pricing .pricing-plan {
  text-transform: uppercase;
  padding: 15px 0;
}

section#pricing .pricing-plan img {
  width: 70px;
  height: 45px;
}

section#pricing .pricing-plan h4 {
  color: #f6f8f8;
  padding-top: 10px;
}

ul.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #999;
}

ul.pricing-features li {
  font-family: "Montserrat", sans-serif;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.pricing-footer {
  padding: 30px 0;
}

/* styles for basic, pro & ultra tables */

section#pricing #basic .pricing-plan {
  background: #3cbeee;
}

section#pricing #pro .pricing-plan {
  background: #f69504;
}

section#pricing #pro .pricing-footer .btn {
  background: #f69504;
}

section#pricing #ultra .pricing-plan {
  background: #9f76ab;
}

section#pricing #ultra .pricing-footer .btn {
  background: #9f76ab;
}

/**************** 5.9 Signup Section ****************/

section#signup {
  background: url(../images/img/signup-bg.png) no-repeat #3cbeee;
  background-position: left;
  padding: 60px 0;
}

section#signup h3 {
  font-weight: 100;
  text-align: left;
  color: #a6ecff;
}

section#signup h3 strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #f6f8f8;
}

section#signup .section-title:after {
  content: url(../images/shapes/wave-white.svg);
  display: block;
  width: 70px;
  margin: 0;
  padding: 0;
}

section#signup .col-md-4 {
  text-align: center;
}

section#signup .btn {
  color: #3cbeee;
  background: #f6f8f8;
  padding: 10px 35px;
  margin-top: 25px;
}

/**************** 5.10 Latest Event Section ****************/

/* calendar */

.calendar-container {
  height: auto;
  width: 100%;
}

.calendar header {
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.calendar .btn-prev,
.calendar .btn-next {
  top: 0;
  line-height: 28px;
  font-size: 24px;
  position: absolute;
  color: #323232;
  cursor: pointer;
}

.calendar .btn-prev:hover,
.calendar .btn-next:hover {
  color: #3cbeee;
}

.calendar .btn-prev {
  left: 2px;
}

.calendar .btn-next {
  right: 5px;
}

.calendar table {
  width: 100%;
  margin-top: 40px;
}

.calendar thead {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.calendar tbody {
  color: #999;
}

.calendar td {
  padding: 15px 5px;
  font-size: 18px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.calendar tbody td:hover {
  cursor: pointer;
  color: #3cbeee;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calendar .current-day {
  color: #f6f8f8;
  position: relative;
}

.calendar .current-day:hover {
  color: #f6f8f8;
}

td.current-day:after {
  content: "";
  display: block;
  width: 32px !important;
  height: 32px !important;
  background: #3cbeee;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 50%;
  z-index: -1;
}

.calendar .event {
  cursor: pointer;
  position: relative;
}

td.event.active {
  color: #3cbeee;
}

.calendar .event:after {
  content: "";
  display: block;
  background: #3cbeee;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* event */

section#events .list {
  background: #ededed;
  border-radius: 30px;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
  margin: 0 25px;
}

section#events .day-event {
  display: none;
}

section#events .day-event.active {
  display: block;
  opacity: 1;
}

section#events .event-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}

section#events .event-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

section#events .event-details {
  padding: 30px 30px 0 30px;
  text-align: center;
}

section#events .event-details h4 {
  text-transform: uppercase;
}

section#events .event-details .date {
  font-size: 18px;
}

section#events .event-details p.date {
  padding: 10px 0;
}

section#events .event-details .date,
section#events .event-details p {
  color: #999;
}

section#events .event-details .btn {
  margin: 30px 0;
}

/**************** 5.11 Partners Section ****************/

section#partners {
  background: #ededed;
  margin-top: -40px;
}

#partners .owl-item {
  min-height: 30px;
}

#partners img {
  width: 130px;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
  margin: 0 auto;
  display: block;
}

#partners img:hover {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* --------------------------------------
    6. FOOTER
-------------------------------------- */

footer#main-footer {
  background: url(../images/img/footer-bg.png) no-repeat #267d9d;
  background-position: bottom center;
  background-size: cover;
  color: #f6f8f8;
  position: relative;
}

footer#main-footer:before {
  content: "";
  background: url(../images/shapes/wave-top-footer.svg) no-repeat;
  background-position: bottom;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: -47px;
  width: 100%;
  height: 50px;
}

/* footer top */

footer .footer-top {
  padding: 80px 0 50px 0;
}

footer .footer-top img {
  height: 74px;
  margin-bottom: 30px;
}

footer .footer-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-top ul li {
  padding-bottom: 10px;
}

footer .footer-top ul li:last-child {
  padding: 0;
}

footer .footer-top h4 {
  color: #f6f8f8;
  padding-bottom: 30px;
  text-transform: uppercase;
}

footer .footer-top p {
  color: #f6f8f8;
}

footer .footer-top .about p {
  padding-bottom: 30px;
  margin: 0;
}

footer .footer-top .about i {
  padding-right: 20px;
}

footer .footer-top .footer-links li a {
  text-transform: capitalize;
  color: #f6f8f8;
}

footer .footer-top .footer-links li a:hover {
  color: #3cbeee;
}

footer form .form-group {
  margin-top: 30px;
}

footer form .input-group {
  width: 100%;
}

footer form input.form-control {
  height: 40px;
  border: 0;
  border-radius: 20px;
  padding: 0 0 0 30px;
  width: 100% !important;
  opacity: 0.8;
  z-index: 0 !important;
}

footer .btn {
  position: absolute;
  right: 0;
  background: #f69504;
  border: 0;
  box-shadow: none;
}

footer .btn:hover {
  background: #3cbeee;
}

/* copyright */

footer .copyright {
  padding: 30px 0;
  border-top: 1px solid #669aaf;
}

footer .copyright p {
  margin: 0;
  color: #f6f8f8;
}

/* --------------------------------------
    7. Pages
-------------------------------------- */

#pages.main {
  z-index: 0;
}

#pages.main .page-title {
  height: 350px;
}

#pages.main .page-title h2 {
  color: #f6f8f8;
  z-index: 4;
  font-size: 50px;
  text-transform: uppercase;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

/**************** 7.1 About Page ****************/

section#about .section-title {
  text-align: left;
}

section#about .section-title:after {
  margin: 0;
}

section#about p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

section#about .about-vid {
  height: 450px;
}

section#about .about-vid .vid-container {
  background: #2e2e2e;
  width: 85%;
  height: 100%;
  position: relative;
  border-radius: 30px;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
}

section#about .about-vid .vid-container .popup-video:after {
  content: "\f144";
  font-family: "fontawesome";
  display: block;
  color: #f6f8f8;
  font-size: 70px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

section#about .about-vid:hover .vid-container .popup-video:after {
  font-size: 80px;
  opacity: 0.7;
}

section#about .about-vid .vid-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  opacity: 0.5;
}

section#about ul.check-list {
  font-size: 18px;
  color: #666;
  padding: 0;
  margin: 25px 0;
  list-style: none;
}

section#about ul.check-list li {
  padding-bottom: 20px;
}

section#about ul.check-list li:last-child {
  padding-bottom: 0;
}

section#about ul.check-list li:before {
  content: "\f00c";
  font-family: "fontawesome";
  font-size: 18px;
  color: #74cc6c;
  padding-right: 10px;
}

/* Timeline */

section#timeline {
  background: #ededed;
}

section#timeline .section-title {
  text-align: left;
}

section#timeline .section-title:after {
  margin: 0;
}

.timeline {
  list-style: none;
  padding: 60px 0 20px;
  margin: 0;
  position: relative;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #c8c8c8;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 60px;
  position: relative;
  display: none;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ededed;
  border: 6px solid #3cbeee;
  border-radius: 50%;
}

.timeline > li > .timeline-badge:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: #3cbeee;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.timeline > li > .timeline-panel {
  width: 44%;
  float: left;
  border-radius: 30px;
  position: relative;
  background: #f6f8f8;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
}

.timeline > li > .timeline-panel .timeline-header {
  padding: 30px 0;
  background: #3cbeee;
  text-transform: uppercase;
  text-align: center;
  border-radius: 30px 30px 0 0;
}

.timeline > li > .timeline-panel .timeline-header h4 {
  color: #f6f8f8;
}

.timeline > li > .timeline-panel .timeline-image {
  height: 200px;
}

.timeline > li > .timeline-panel .timeline-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.timeline > li > .timeline-panel .timeline-descr {
  padding: 30px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

section#timeline .load {
  text-align: center;
  padding-top: 40px;
}

/**************** 7.2 404 Page ****************/

header#page-404 {
  background: url(../images/img/slider-bg.jpg);
  background-size: cover;
  z-index: 0;
  width: 100%;
  height: 200px;
  position: relative;
}

header#page-404 nav {
  margin: 0;
}

#not-found.main {
  position: relative;
  height: calc(100vh - 200px);
  background: url(../images/img/404-bg.png) no-repeat #ededed;
  background-position: bottom;
  background-size: 100% 100%;
  overflow: hidden;
}

#not-found.main .container {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

section#not-found img {
  width: 300px;
  opacity: 0.5;
  display: block;
  margin: 0 auto;
}

section#not-found .error-detail {
  text-align: center;
}

section#not-found .error-detail h2 {
  font-size: 190px;
  color: #666;
}

section#not-found .error-detail h4 {
  color: #666;
  text-transform: uppercase;
  padding: 20px 0;
}

/**************** 7.3 Coming Soon Page ****************/

section#coming-soon .coming-content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 15;
  text-align: center;
}

section#coming-soon h2 {
  color: #3cbeee;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 400;
}

section#coming-soon h3 {
  color: #f6f8f8;
  text-transform: uppercase;
}

section#coming-soon .countdown {
  text-align: center;
}

section#coming-soon .countdown ul {
  list-style: none;
  margin: 0;
}

section#coming-soon .countdown ul li {
  display: inline-block;
  margin: 20px 0;
}

section#coming-soon .countdown li span {
  color: #f6f8f8;
  font-size: 90px;
}

section#coming-soon .countdown li p {
  font-family: "Montserrat", sans-serif;
  color: #eaeaea;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
}

section#coming-soon .coming-content .cta {
  text-align: center;
}

section#coming-soon .coming-content .cta a {
  margin: 20px 10px;
}

section#coming-soon .coming-content .cta .btn-border {
  color: #f6f8f8;
}

section#coming-soon .coming-content .cta .btn-border:hover {
  color: #3cbeee;
}

/* --------------------------------------
    8. Blog
-------------------------------------- */

/**************** 8.1 Blog Listing ****************/

article.blog-listing {
  display: none;
}

a#loadMore:focus {
  color: #999;
}

/**************** 8.2 Blog Detail ****************/

section#blog-post .container {
  padding-left: 0;
  padding-right: 0;
}

section#blog-post .post-title {
  margin-bottom: 10px;
}

section#blog-post h2 {
  text-transform: uppercase;
}

section#blog-post h4 {
  text-transform: uppercase;
  padding-bottom: 20px;
}

section#blog-post p {
  font-size: 16px;
  line-height: 26px;
}

section#blog-post .post-img {
  padding: 0;
  border-radius: 30px;
  height: 300px;
  margin: 40px 0;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
}

section#blog-post .post-img img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section#blog-post .post-quote {
  background: #3cbeee;
  color: #f6f8f8;
  border-radius: 30px;
  text-align: center;
  margin: 40px 0;
}

section#blog-post .post-quote blockquote {
  margin: 0;
  padding: 55px 0;
  font-style: italic;
  font-size: 24px;
  border: 0;
}

section#blog-post .post-quote blockquote:before {
  content: "\f10d";
  font-family: "fontawesome";
  display: inline-block;
  float: left;
  color: #f6f8f8;
  font-size: 72px;
  position: absolute;
  left: 30px;
  top: 0;
  font-style: normal;
  opacity: 0.5;
}

section#blog-post .post-quote blockquote:after {
  content: "\f10e";
  font-family: "fontawesome";
  display: inline-block;
  float: right;
  color: #f6f8f8;
  font-size: 72px;
  position: relative;
  right: 30px;
  top: 0;
  font-style: normal;
  opacity: 0.5;
}

section#blog-post ul.social {
  padding: 0;
  margin-top: 40px;
}

section#blog-post ul.social li {
  display: inline-block;
}

section#blog-post ul.social li .btn {
  width: 140px;
  height: 40px;
  font-size: 24px;
  padding: 0;
}

section#blog-post ul.social li #fb.btn {
  background: #2164b6;
}

section#blog-post ul.social li #twitter.btn {
  background: #43d0fe;
}

section#blog-post ul.social li #linkedin.btn {
  background: #2a8fdd;
}

section#blog-post ul.social li #google.btn {
  background: #dd4b39;
}

section#blog-post ul.social li #pinterest.btn {
  background: #df5643;
}

/* Comments Section */

section#blog-comments h4 {
  text-transform: uppercase;
  padding-bottom: 40px;
}

section#blog-comments .comments-list {
  list-style: none;
  padding: 0;
}

section#blog-comments .comments-list .comment {
  margin-bottom: 40px;
  border-bottom: 2px solid #ededed;
}

section#blog-comments .comments-list .comment:last-child {
  border-bottom: 0;
}

section#blog-comments .comments-list .commenter {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

section#blog-comments .comments-list .commenter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

section#blog-comments .comments-list .comment-body h6 {
  text-transform: capitalize;
  padding-bottom: 5px;
}

section#blog-comments .comments-list .comment-body .comment-reply {
  margin: -22px 20px 0 0;
}

section#blog-comments .comments-list .comment-body .comment-reply .btn {
  color: #3cbeee;
  background: #fff;
}

section#blog-comments .comments-list .comment-body .comment-reply .btn:hover {
  color: #fff;
  background: #3cbeee;
}

section#blog-comments .comments-list .comment-body .comment-info {
  padding-bottom: 25px;
}

section#blog-comments .comments-list .comment-body time {
  font-size: 14px;
  color: #999;
}

/* comment replies */

section#blog-comments .comments-list .comment-replies {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

section#blog-comments .comments-list .comment-replied {
  border-bottom: 0;
}

section#blog-comments .comments-list .comment-replied:last-child {
  margin-bottom: 0;
}

/* comment form */

form#comment-form input {
  margin: 10px 0;
  height: 60px;
  background: #fff;
  border: 0;
  border-radius: 30px;
  padding-left: 30px;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.1);
}

form#comment-form input:focus {
  box-shadow: none;
}

form#comment-form textarea {
  margin: 10px 0 30px 0;
  background: #fff;
  border: 0;
  border-radius: 30px;
  padding: 20px 30px;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  resize: none;
}

form#comment-form textarea:focus {
  box-shadow: none;
}

form#comment-form .form-control::-webkit-input-placeholder {
  color: #999;
}

form#comment-form .form-control:-moz-placeholder {
  color: #999;
}

form#comment-form .form-control::-moz-placeholder {
  color: #999;
}

form#comment-form .form-control:-ms-input-placeholder {
  color: #999;
}

form#comment-form p {
  color: #999;
  font-style: italic;
}

/* --------------------------------------
    9. Contact Us
-------------------------------------- */

section#contact {
  background: #ededed;
  position: relative;
}

section#contact p {
  color: #999;
}

form#contact-form {
  margin-top: 30px;
}

form#contact-form .col-md-12 {
  padding: 0;
  text-align: center;
}

form#contact-form input {
  margin: 10px 0;
  height: 60px;
  background: #f6f8f8;
  border: 0;
  border-radius: 30px;
  padding-left: 30px;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.1);
}

form#contact-form input:focus {
  box-shadow: none;
}

form#contact-form textarea {
  margin: 10px 0 30px 0;
  background: #f6f8f8;
  border: 0;
  border-radius: 30px;
  padding: 20px 30px;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  resize: none;
}

form#contact-form textarea:focus {
  box-shadow: none;
}

form#contact-form .form-control::-webkit-input-placeholder {
  color: #999;
}

form#contact-form .form-control:-moz-placeholder {
  color: #999;
}

form#contact-form .form-control::-moz-placeholder {
  color: #999;
}

form#contact-form .form-control:-ms-input-placeholder {
  color: #999;
}

/* google maps */

.gmaps {
  border-radius: 30px;
}

@media (min-width: 768px) {
  .contact-row {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-row .gmaps {
    display: flex;
    flex-direction: column;
  }
  .contact-row .gmaps iframe {
    flex-grow: 1;
    height: auto !important;
  }
}

.gmaps #map {
  width: 90%;
  height: 100%;
  float: right;
  border-radius: 30px;
  box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
}

.gmaps .gm-style {
  border-radius: 30px;
}

#map .gmnoprint {
  display: none;
}

/* Contact Ver. 2 */

section.contact:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  box-shadow: 5px 60px 50px 0 rgba(0, 0, 0, 0.1);
}

section.contact:after {
  content: "";
  background: url(../images/shapes/wave-bottom2.svg) no-repeat;
  background-position: top;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  bottom: -49px;
  width: 100%;
  height: 50px;
  z-index: 1;
}

section#contact .contact-top {
  margin-bottom: 80px;
}

.gmaps2 {
  height: 400px;
  padding: 0;
  border-radius: 30px;
}

.gmaps2 #map {
  width: 100%;
  height: 100%;
  float: right;
}

/* --------------------------------------
    x. Animations
-------------------------------------- */

/* Menu Animation */

@-webkit-keyframes mymenu-open {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-moz-keyframes mymenu-open {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-o-keyframes mymenu-open {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes mymenu-open {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* ===== FORCE FIX PAGINATION ===== */
.swiper-pagination {
  top: auto !important;
  bottom: 30px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  height: auto !important;
}

/* REMOVE OLD ROTATION */
.swiper-container-horizontal > .swiper-pagination-bullets {
  transform: none !important;
}

/* Navbar right alignment */
.navbar-header {
  float: right !important;
}

/* Fix toggle button position */
.navbar-toggle {
  float: right !important;
  margin-top: 20px;
}

.whatsapp-nav {
  float: right;
  /* margin-right: 15px; */
  /* margin-top: 22px; */
  font-size: 43px;
  color: #25d366;
}

.whatsapp-nav:hover {
  color: #1ebe5d;
}

/* HEADER FLEX FIX */
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo left */
.logo {
  flex: 1;
}

/* Right side group */
.navbar-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Remove bootstrap float issue */
.navbar-header,
.navbar-toggle {
  float: none !important;
}

/* Fix toggle */
.navbar-toggle {
  margin: 0;
}

/* WhatsApp icon */
.whatsapp-nav {
  font-size: 50px;
  color: #25d366;
  display: flex;
  align-items: center;
}

/* Career Intro */
#career-intro {
  padding: 60px 0;
}

/* Job Cards */
.job-card {
  background: #fff;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.job-card:hover {
  transform: translateY(-5px);
}

.job-card h4 {
  margin-bottom: 10px;
}

.job-card ul {
  padding-left: 15px;
}

/* Form */
.career-form .form-control {
  margin-bottom: 15px;
  height: 45px;
}

.career-form textarea {
  height: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .job-card {
    margin-bottom: 20px;
  }
}

/* Media Intro */
#media-intro {
  padding: 60px 0;
}

/* Gallery Cards */
.media-card {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.media-card img {
  width: 100%;
  transition: 0.3s;
}

.media-card:hover img {
  transform: scale(1.1);
}

/* Video */
.video-box {
  margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .media-card {
    margin-bottom: 15px;
  }
}

#media-blog {
  padding: 60px 0;
}

.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
}

.blog-content {
  padding: 20px;
}

.blog-content h4 {
  margin-bottom: 10px;
}

.blog-content p {
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .blog-card {
    margin-bottom: 20px;
  }
}

/* Mobile menu fix */
.cbp-spmenu {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Dropdown scroll */
.navbar-nav .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
  background: transparent;
  border: none;
}

/* Smooth scroll */
.navbar-nav .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}

.navbar-nav .dropdown-menu::-webkit-scrollbar-thumb {
  background: #00cfff;
}

/* Fix menu width & spacing */
.cbp-spmenu-vertical {
  width: 280px;
  padding: 0;
}

/* Remove unwanted spacing */
.navbar-nav > li > a {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Dropdown items */
.dropdown-menu > li > a {
  padding: 12px 25px;
  color: #fff;
}

/* Hover effect */
.dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.navbar-nav .dropdown-toggle::after {
  float: right;
  margin-top: 5px;
}

/* ===== FIX SIDE MENU FULL SCREEN ===== */
.cbp-spmenu {
  position: fixed;
  top: 0;
  right: -300px; /* hidden state */
  width: 300px;
  height: 100vh;
  background: #00c3ff; /* solid color */
  z-index: 9999;
  overflow-y: auto;
  transition: 0.3s;
}

/* जब menu open हो */
.cbp-spmenu-open {
  right: 0;
}

/* ===== DARK OVERLAY ===== */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  display: none;
}

body.menu-open::after {
  display: block;
}

/* ===== MENU ITEMS ===== */
.navbar-nav {
  width: 100%;
}

.navbar-nav > li {
  width: 100%;
}

.navbar-nav > li > a {
  color: #fff;
  padding: 15px 20px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* ===== DROPDOWN ===== */
.dropdown-menu {
  position: static;
  float: none;
  width: 100%;
  background: #00c3ff;
  max-height: 300px;
  overflow-y: auto;
}

.dropdown-menu > li > a {
  color: #fff;
  padding: 12px 25px;
}

/* ===== SCROLL BAR ===== */
.dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  background: #00c3ff;
}

/* --------------------------------------
   Custom Homepage Refresh
-------------------------------------- */

.section-kicker {
  display: inline-block;
  align-self: flex-start;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(60, 190, 238, 0.12);
  color: #3cbeee;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.navbar-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.navbar-logo img {
  height: 88px !important;
}

.call-nav,
.whatsapp-nav {
    /* width: 54px; */
    /* height: 54px; */
    /* border-radius: 50%; */
    /* background: rgba(255, 255, 255, 0.14); */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.call-nav {
  color: #333;
}

.call-nav:hover,
.call-nav:focus {
  color: #3cbeee;
  background: rgba(255, 255, 255, 0.22);
}

.whatsapp-nav {
  font-size: 34px;
}

.contact-popup .modal-dialog {
  width: 100%;
  max-width: 520px;
  margin: 80px auto;
}

.contact-popup .modal-content {
  border: 0;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.contact-popup .modal-header {
  padding: 28px 32px 18px;
  background: linear-gradient(135deg, #f7fbff 0%, #e8f7ff 100%);
  border-bottom: 0;
}

.contact-popup .modal-header .close {
  font-size: 30px;
  opacity: 0.8;
}

.contact-popup .popup-kicker {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(60, 190, 238, 0.12);
  color: #3cbeee;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-popup .modal-title {
  margin-top: 10px !important;
  font-size: 28px;
}

.contact-popup .modal-header p {
  margin: 12px 0 0;
}

.contact-popup .modal-body {
  padding: 30px 32px 36px;
  background: #fff;
}

.quick-contact-form .form-control {
  height: 54px;
  border-radius: 18px;
  border: 1px solid #dbe9f2;
  box-shadow: none;
  padding: 14px 18px;
  margin-bottom: 16px;
}

.quick-contact-form textarea.form-control {
  height: auto;
  resize: vertical;
}

.quick-contact-form .btn {
  width: 100%;
  margin-top: 8px;
}

#quick-contact-result,
#home-contact-result,
#contact-result,
#subscribe-result {
  margin-bottom: 15px;
}

section#latest-products {
  background: #fff;
  padding: 90px 0;
}

/* Header row: left title + right nav arrows */
.latest-products-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 18px;
  margin-bottom: 42px;
}

.latest-products-header-left .section-kicker {
  display: inline-block;
  margin-bottom: 14px;
}

.latest-products-header-left h2 {
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}

.latest-products-header-left p {
  max-width: 540px;
  font-size: 16px;
  margin: 0;
}

.latest-products-nav-btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  padding-bottom: 4px;
}

.lp-nav-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #3cbeee;
  background: transparent;
  color: #3cbeee !important;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.lp-nav-btn i {
  display: block !important;
  visibility: visible !important;
}

.lp-nav-btn:hover {
  background: #3cbeee;
  color: #fff !important;
}

/* Carousel item */
.latest-product-item {
  padding-left: 10px;
  padding-right: 10px;
}

.latest-product-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 22px;
}

/* Gradient: hidden by default, appears on hover */
.latest-product-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 33, 45, 0.02) 0%,
    rgba(5, 33, 45, 0.76) 100%
  );
  z-index: 1;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.latest-product-card:hover:before {
  opacity: 1;
}

.latest-product-card img {
width: 100%;
    height: auto;
    object-fit: contain;
    background: #f0f8ff;
    transition: transform 0.8s ease;
    display: block;
}

.latest-product-card:hover img {
  transform: scale(1.15);
}

/* Overlay: completely hidden below card, slides up on hover */
.latest-product-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  background: #39a2ee;
  color: #fff;
  border-radius: 18px;
  padding: 22px 24px;
  transform: translateY(120%);
  transition:
    transform 0.45s ease,
    background 0.45s ease;
}

.latest-product-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  color: #39a2ee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 14px;
}

.latest-product-category,
.latest-product-name {
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.latest-product-category {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.3s ease 0.05s,
    transform 0.3s ease 0.05s;
}

.latest-product-name {
  font-size: 28px;
  line-height: 1.25;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.3s ease 0.1s,
    transform 0.3s ease 0.1s;
}

.latest-product-cta {
  display: inline-block;
  margin-top: 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.3s ease 0.15s,
    transform 0.3s ease 0.15s;
}

.latest-product-card:hover .latest-product-overlay {
  transform: translateY(0);
  background: #288bd3;
}

.latest-product-card:hover .latest-product-category,
.latest-product-card:hover .latest-product-name,
.latest-product-card:hover .latest-product-cta {
  opacity: 1;
  transform: translateY(0);
}

section#faq-home {
  background: #fff;
  padding-bottom: 70px;
}

section#faq-home .faq-header {
  text-align: center;
  margin-bottom: 30px;
}

section#faq-home .faq-header h2 {
  margin-top: 18px !important;
}

section#faq-home .faq-header .section-descr {
  max-width: 620px;
  margin: 0 auto;
}

.faq-image-block img {
    width: 100%;
    border-radius: 18px;
    min-height: 411px;
    object-fit: cover;
}

.faq-accordion-block {
  padding-top: 0;
}

.faq-panel {
  border: 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  margin-bottom: 12px !important;
  border-radius: 12px !important;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s;
}

.faq-panel:hover {
  box-shadow: 0 4px 20px rgba(60, 190, 238, 0.18);
}

.faq-panel .panel-heading {
  padding: 0;
  background: #fff !important;
  border-radius: 12px !important;
}

.faq-panel .panel-heading a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  color: #0b2233;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.2s;
}

/* Answer body — white with left cyan accent */
.faq-panel .panel-body {
  padding: 0 24px 22px 24px;
  background: #fff;
  border-left: 4px solid #3cbeee;
  margin: 0 8px 0 8px;
  border-radius: 0 0 8px 8px;
  color: #3a4a55;
  font-size: 15.5px;
  line-height: 1.8;
}

/* Active (open) state — heading turns blue */
.faq-panel-active .panel-heading {
  background: #1a8fd1 !important;
  border-radius: 12px 12px 0 0 !important;
}

.faq-panel-active .panel-heading a {
  color: #fff;
}

/* Active body matches */
.faq-panel-active .panel-body {
  border-left-color: #3cbeee;
  background: #f4fbff;
}

.faq-panel .faq-toggle {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(60, 190, 238, 0.12);
  color: #1a8fd1;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  transition: background 0.2s, color 0.2s;
}

.faq-panel-active .faq-toggle {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

section#countup .counter-suffix {
  color: #f6f8f8;
  font-size: 42px;
  font-weight: 700;
}

section#contact-solara {
  background: #041724;
  position: relative;
  overflow: hidden;
}

section#contact-solara .main-content {
  padding: 60px 0;
}

section#contact-solara:before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(58, 160, 238, 0.35) 0%,
    rgba(58, 160, 238, 0) 70%
  );
}

.contact-solara-row {
  display: flex;
  align-items: flex-start;
}

.contact-solara-row > [class*="col-"] {
  display: flex;
}

.contact-solara-copy {
  color: #fff;
  padding-right: 54px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contact-solara-copy h2 {
color: #fff;
    font-size: 34px;
    line-height: 1.1;
    margin: 13px 0 13px !important;
}

.contact-solara-copy p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 28px;
}

.contact-solara-image {
  width: 100%;
  border-radius: 16px;
  min-height: 420px;
  object-fit: cover;
  margin-top: auto;
}

.contact-solara-form-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-left: 54px;
  width: 100%;
}

.contact-solara-form-card {
  width: 100%;
  max-width: 560px;
  background: #fff;
  border-radius: 18px;
  padding: 34px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
}

.contact-solara-form-card h3 {
  font-size: 36px;
  margin-bottom: 14px !important;
}

.contact-solara-form-card p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.65;
}

.contact-solara-form-card .form-control {
  height: 58px;
  border: 1px solid #dedede;
  border-radius: 12px;
  box-shadow: none;
  margin-bottom: 18px;
  padding: 14px 18px;
}

.contact-solara-form-card textarea.form-control {
  height: auto;
  resize: vertical;
}

.contact-solara-form-card .btn {
  min-width: 180px;
}

footer .footer-top .about ul li a,
footer .footer-top .about ul li span {
  color: #f6f8f8;
}

.footer-quote-form .input-group {
  width: 100%;
}

.footer-quote-form .form-control {
  width: calc(100% - 150px);
}

.footer-quote-form .btn {
  min-width: 150px;
}

/* ===== Sidebar Logo ===== */
.sidebar-logo-wrap {
  padding: 20px 20px 10px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 10px;
  text-align: center;
}
.sidebar-logo {
  height: 60px;
  width: auto;
  max-width: 100%;
}

#main-nav.cbp-spmenu .nav > li > a {
    color: #333 !important;
}

#main-nav.cbp-spmenu .dropdown-menu li a {
    color: #666 !important;
    border-bottom: 1px solid rgba(0,0,0,0.05) !important;
}

#main-nav.cbp-spmenu .dropdown-menu li a:hover {
    color: #3cbeee !important;
}

#main-nav.cbp-spmenu .nav > li.open > a,
#main-nav.cbp-spmenu .nav > li.open > a:hover,
#main-nav.cbp-spmenu .nav > li.open > a:focus {
    color: #3cbeee !important;
    background: none;
}

/* ===== Product Detail Page ===== */
#product-detail-page {
  background: #f6f8f8;
  padding: 60px 0 80px;
}
.product-detail-top {
  margin-bottom: 50px;
}
.product-detail-img-col {
  padding-right: 30px;
}
.product-detail-img-wrap {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.product-detail-img-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.product-detail-info-col {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  max-height: 420px;
  overflow: hidden;
}
.product-detail-category {
  display: inline-block;
  background: #3cbeee;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.product-detail-name {
  font-size: 32px;
  font-weight: 700;
  color: #323232;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 20px;
}
.product-detail-short-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 16px;
  overflow: hidden;
  flex: 1;
}
.product-detail-short-desc p {
  margin-bottom: 8px;
}
.product-detail-short-desc ul,
.product-detail-short-desc ol {
  padding-left: 18px;
  margin-bottom: 8px;
}
.product-detail-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 16px;
}
.product-detail-bottom {
  border-top: 2px solid #e0e0e0;
  padding-top: 40px;
}
.product-detail-long-desc {
  background: #fff;
  border-radius: 20px;
  padding: 40px 44px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  border-top: 4px solid #3cbeee;
}
.product-detail-long-desc h4,
h4.pd-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #323232;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 3px solid #3cbeee;
  display: block;
}

/* ===== Product Grid (product-list.php) ===== */
#products-grid-section {
  background: #f6f8f8;
  padding: 60px 0 80px;
}
.products-grid-row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.product-grid-col {
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
}
.product-grid-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .product-grid-col {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .product-grid-col {
    width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .product-grid-col {
    width: 50%;
    flex: 0 0 50%;
  }
}
.product-grid-card:hover {
  box-shadow: 0 10px 34px rgba(60,190,238,0.25);
  transform: translateY(-4px);
  text-decoration: none;
}
.product-grid-img {
  background: #f0f8ff;
  overflow: hidden;
  height: 210px;
}
.product-grid-img img {
width: 100%;
    /* height: 95%; */
    object-fit: cover;
    transition: transform 0.4s ease;
    /* padding: 10px;  */
}
.product-grid-card:hover .product-grid-img img {
  transform: scale(1.06);
}
.product-grid-info {
  padding: 16px 18px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.product-grid-info h4 {
  font-size: 15px;
  font-weight: 700;
  color: #323232;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px;
  line-height: 1.3;
}
.product-grid-info p {
  font-size: 13px;
  color: #888;
  line-height: 1.5;
  margin: 0 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-grid-cta {
  font-size: 12px;
  font-weight: 700;
  color: #3cbeee;
  text-transform: uppercase;
  margin-top: auto;
  letter-spacing: 1px;
}
.product-grid-cta .fa {
  margin-left: 4px;
}

/* Service Step Badge */
.service-step-badge {
    display: inline-block;
    background: #3cbeee;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}
.products-empty {
  text-align: center;
  padding: 80px 0;
  color: #999;
}

/* ===== Product Detail - Table Styling ===== */
.product-detail-long-desc table {
  width: 100% !important;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.product-detail-long-desc table thead tr,
.product-detail-long-desc table tr:first-child {
  background: #3cbeee;
  color: #fff !important;
}
.product-detail-long-desc table thead tr td,
.product-detail-long-desc table thead tr th,
.product-detail-long-desc table tr:first-child td,
.product-detail-long-desc table tr:first-child th {
  color: #fff !important;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 12px 14px;
  border: none;
}
.product-detail-long-desc table tbody tr {
  border-bottom: 1px solid #eef2f5;
}
.product-detail-long-desc table tbody tr:nth-child(even) {
  background: #f4fbff;
}
.product-detail-long-desc table tbody tr:hover {
  background: #e8f7ff;
}
.product-detail-long-desc table td,
.product-detail-long-desc table th {
  padding: 11px 14px !important;
  color: #444 !important;
  border: 1px solid #e8eef3 !important;
  vertical-align: middle;
}
/* Reset Summernote inline colors inside tables */
.product-detail-long-desc table td *,
.product-detail-long-desc table th * {
  color: inherit !important;
}

/* Responsive table scroll on mobile */
.product-long-desc-body {
  overflow-x: auto;
}

/* Divider between merged descriptions */
hr.pd-divider {
  border: none;
  border-top: 2px solid #e8f4fc;
  margin: 30px 0;
}

/* Table CSS also applies inside product-long-desc-body */
.product-long-desc-body table {
  width: 100% !important;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}
.product-long-desc-body table tr:first-child td,
.product-long-desc-body table tr:first-child th,
.product-long-desc-body table thead tr td,
.product-long-desc-body table thead tr th {
  background: #3cbeee;
  color: #fff !important;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 12px 14px;
  border: none !important;
}
.product-long-desc-body table tbody tr {
  border-bottom: 1px solid #eef2f5;
}
.product-long-desc-body table tbody tr:nth-child(even) {
  background: #f4fbff;
}
.product-long-desc-body table tbody tr:hover {
  background: #e8f7ff;
}
.product-long-desc-body table td,
.product-long-desc-body table th {
  padding: 11px 14px !important;
  color: #444 !important;
  border: 1px solid #e8eef3 !important;
  vertical-align: middle;
}
.product-long-desc-body table td *,
.product-long-desc-body table th * {
  color: inherit !important;
}
/* ===== Long Description Typography ===== */
.product-long-desc-body p {
  font-size: 15px;
  line-height: 1.85;
  color: #555;
  margin-bottom: 18px;
}
.product-long-desc-body ul,
.product-long-desc-body ol {
  font-size: 15px;
  line-height: 1.85;
  color: #555;
  padding-left: 22px;
  margin-bottom: 18px;
}
.product-long-desc-body li {
  margin-bottom: 6px;
}
/* Headings inside long desc */
.product-long-desc-body h1,
.product-long-desc-body h2,
.product-long-desc-body h3,
.product-long-desc-body h4,
.product-long-desc-body h5,
.product-long-desc-body h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #2a3a4a;
  margin-top: 30px;
  margin-bottom: 12px;
  line-height: 1.3;
}
.product-long-desc-body h1 { font-size: 24px; }
.product-long-desc-body h2 { font-size: 20px; }
.product-long-desc-body h3 { font-size: 17px; border-left: 3px solid #3cbeee; padding-left: 10px; }
.product-long-desc-body h4 { font-size: 15px; color: #3cbeee; text-transform: uppercase; letter-spacing: 0.5px; }
.product-long-desc-body h5,
.product-long-desc-body h6 { font-size: 14px; color: #777; }
/* First element inside body gets top spacing */
.product-long-desc-body > *:first-child {
  margin-top: 6px;
}
/* Bold / strong */
.product-long-desc-body strong,
.product-long-desc-body b {
  font-weight: 700;
  color: #333;
}
/* Horizontal rule as section divider */
.product-long-desc-body hr {
  border: none;
  border-top: 1px solid #e8eef3;
  margin: 28px 0;
}
/* Blockquote */
.product-long-desc-body blockquote {
  border-left: 4px solid #3cbeee;
  background: #f4fbff;
  margin: 20px 0;
  padding: 14px 20px;
  border-radius: 0 8px 8px 0;
  color: #555;
  font-style: italic;
}
