.pagination,
.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span,
a.btn-custom {
  border-radius: 0;
}

.bg--overlay:before,
.off-canvas-menu-overlay,
.section-title h2:before {
  content: " ";
}

#promo a.btn,
.menu-toggle-btn,
.off-canvas-menu .nav li a,
.primary-menu-links>li>a,
.secondary-menu-links li a,
a.btn-custom,
a.btn-custom-reverse,
a.login-button.btn.btn-default {
  text-transform: uppercase;
}

body,
html {
  height: 100%;
  font-family: 'Outfit', sans-serif !important;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
}

a,
a:active,
a:hover,
a:link,
a:visited {
  color: #fff;
  text-decoration: none;
  outline: 0;
}

.section-title h2 {
  position: relative;
  margin-top: -6px;
  margin-bottom: 80px;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
}

#promo,
#promo p {
  margin-bottom: 0;
}

a.btn-custom-reverse.btn-lg,
a.btn-custom.btn-lg {
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
}

.section-title h2:before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 50px;
  height: 2px;
  background-color: #288feb;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title.text-left h2 {
  text-align: left;
}

.section-title.text-left h2:before {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.section-title span {
  color: #288feb;
}

.bg--lightgray {
  background-color: #f0f5f6;
}

.bg--img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg--overlay {
  position: relative;
  z-index: 0;
}

.bg--overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #288feb;
  opacity: 0.97;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=97)";
  z-index: -1;
}

a.btn {
  font-weight: 400;
}

a.btn-custom,
a.btn-custom-reverse {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

a.btn-custom {
  background-color: #202736;
  color: #fff;
}

a.btn-custom-reverse {
  background-color: #288feb;
  border-radius: 0;
  color: #fff;
}

a.btn-custom::before,
a.btn-custom-reverse::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  bottom: 0;
  top: auto;
  height: 0;
  -webkit-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

a.btn-custom::before {
  background-color: #288feb;
}

a.btn-custom-reverse::before {
  background-color: #202736;
}

a.btn-custom:focus,
a.btn-custom:hover,
a.btn-custom-reverse:focus,
a.btn-custom-reverse:hover {
  border: 0.5px solid #0a6bc1;
  color: #fff;
  box-shadow: none;
}

a.btn-custom:hover::before,
a.btn-custom-reverse:hover::before {
  height: 100%;
}

#backToTop a,
#promo {
  background-color: #288feb;
}

.pagination {
  display: block;
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.pagination>li {
  display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
  color: #303030;
  font-size: 14px;
  line-height: 20px;
  transition:
    color 0.25s,
    background-color 0.25s ease-in-out,
    border-color 0.25s;
}

.pagination>li.active>a,
.pagination>li.active>a:hover,
.pagination>li.active>span,
.pagination>li.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #fff;
  background-color: #288feb;
  border-color: #288feb;
}

#fakeLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #288feb !important;
  z-index: 99999;
}

#backToTop {
  position: fixed;
  right: 22px;
  bottom: 80px;
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

body.scrolling #backToTop {
  opacity: 1;
}

#backToTop a {
  display: block;
  min-width: 45px;
  padding: 6px 0;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

#promo {
  position: relative;
  padding: 15px 0;
  border: 0;
  border-radius: 0;
  text-align: center;
}

#promo button.close {
  float: none;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -3px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#promo p {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 38px;
  vertical-align: middle;
}

#promo a.btn {
  margin: 0 15px;
  padding: 8px 30px;
  font-weight: 500;
  background-color: #fff;
  color: #288feb;
}

#primaryMenu,
#promo a.btn:hover {
  background-color: #202736;
  color: #fff;
}

#primaryMenu {
  margin: 0;
  min-height: 0;
  border: none;
  border-radius: 0;
  z-index: 1;
}

#primaryMenu .navbar-toggle {
  border-color: #288feb;
}

#primaryMenu .navbar-toggle .icon-bar {
  background-color: #288feb;
}

.primary-social-menu-links {
  margin-right: 0;
}

.primary-menu-links li a,
.primary-social-menu-links a {
  color: #fff;
}

.primary-menu-links>li>a {
  padding-top: 13px;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 300;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

#primaryMenu .nav>li>a:focus,
#primaryMenu .nav>li>a:hover {
  background-color: transparent;
  color: #288feb;
}

.primary-social-menu-links li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.primary-social-menu-links li:last-child>a {
  padding-right: 0;
}

ul.primary-menu-links>li>span {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  margin-top: 11px;
  margin-right: 25px;
}

ul.primary-menu-links>li .fa {
  margin-right: 8px;
}

#secondaryMenu {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  -webkit-transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
}

.is-sticky #secondaryMenu {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

#secondaryMenu .navbar-toggle {
  border-color: #288feb;
}

#secondaryMenu .navbar-toggle .icon-bar {
  background-color: #288feb;
}

#secondaryMenu a.navbar-brand {
  display: block;
  padding: 0;
  margin-top: 25px;
  margin-left: 0;
  color: #303030;
  font-size: 24px;
  font-weight: 700;
}

#secondaryMenu a.navbar-brand span {
  color: #288feb;
}

.secondary-menu-links li a {
  color: #303030;
  font-weight: 400;
  padding: 36px 15px 32px;
  border-bottom: 3px solid transparent;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition:
    background-color 0.25s ease-in-out,
    border 0.25s ease;
  transition:
    background-color 0.25s ease-in-out,
    border 0.25s ease;
}

.secondary-menu-links li a .fa {
  display: block;
  margin: 0 auto 3px;
  font-size: 20px;
}

.secondary-menu-links .open>a,
.secondary-menu-links .open>a:focus,
.secondary-menu-links .open>a:hover,
.secondary-menu-links li a:focus,
.secondary-menu-links li a:hover,
.secondary-menu-links li.active>a,
.secondary-menu-links li.active>a:hover {
  color: #303030;
  background-color: transparent;
  border-color: #288feb;
}

.secondary-menu-links li:hover>.dropdown-menu {
  display: block;
}

.secondary-menu-links li .dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 0;
}

.secondary-menu-links li .dropdown-menu li a {
  padding: 10px 15px;
}

.menu-toggle-btn {
  display: none;
  float: right;
  padding: 36px 0 29px 32px;
  color: #303030;
  background-color: transparent;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.1em;
  border: none;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
  outline: 0;
}

#secondaryMenu button.menu-toggle-btn:focus,
#secondaryMenu button.menu-toggle-btn:hover {
  color: #303030;
  box-shadow: none;
  outline: 0;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 230px;
  height: 100%;
  margin-right: -240px;
  background-color: #288feb;
  z-index: 99991;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
  overflow: auto;
}

.off-canvas-menu.menu-open {
  margin-right: 0;
}

.off-canvas-menu-logo a {
  display: block;
  margin-top: 54px;
  margin-bottom: 37px;
  color: #202736;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.off-canvas-menu-logo span {
  color: #fff;
}

.off-canvas-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #303030;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  width: 100%;
  height: 100%;
  z-index: 999;
}

.menu-open+.off-canvas-menu-overlay,
.off-canvas-menu .nav li.open .dropdown-menu,
.off-canvas-menu .nav li.opened .dropdown-menu {
  display: block;
}

.off-canvas-menu--close-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 15px;
  padding: 0;
  color: #fff;
  background: 0 0;
  border: 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  outline: 0;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

.off-canvas-menu--close-btn:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.off-canvas-menu ul.nav {
  margin-bottom: 30px;
}

.off-canvas-menu>.nav>li {
  overflow: hidden;
}

.off-canvas-menu .nav li a {
  background: 0 0;
  border-radius: 0;
  padding-left: 25px;
  padding-right: 0;
  position: relative;
  color: #fff;
  white-space: normal;
}

.off-canvas-menu .nav>li.active>a,
.off-canvas-menu .nav>li.active>a:focus,
.off-canvas-menu .nav>li.active>a:hover {
  color: #288feb;
  background-color: #fff;
}

.off-canvas-menu>.nav>li>a>i.fa {
  margin-right: 5px;
}

.off-canvas-menu .dropdown-menu {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  background-color: #202736;
  position: relative;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.off-canvas-menu .dropdown-menu li a {
  padding: 12px 0;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.off-canvas-menu .dropdown-menu li a i.fa {
  margin: 0 0 0 45px;
}

.off-canvas-menu .nav li .dropdown-menu li a:focus,
.off-canvas-menu .nav li .dropdown-menu li a:hover,
.off-canvas-menu .nav li .dropdown-menu li.active a {
  background-color: #419cec;
}

.off-canvas-menu .nav li a,
.off-canvas-menu .nav li a:focus,
.off-canvas-menu .nav li a:hover {
  background-color: transparent;
}

.off-canvas-menu .nav li a i.fa-plus {
  margin-left: 10px;
  font-size: 10px;
}

.off-canvas-menu .nav li.open a i.fa-plus:before {
  content: "\f068";
}

a.login-button.btn.btn-default {
  display: block;
  margin: 0 auto 30px;
  width: 95px;
  color: #288feb;
  background-color: #fff;
  padding: 10px 0;
  border: none;
  border-radius: 0;
}

#pageTitle .breadcrumb li:nth-child(2):before,
#pageTitle .section-title h2:before {
  display: none;
}

a.login-button.btn.btn-default:focus,
a.login-button.btn.btn-default:hover {
  box-shadow: none;
}

#pageTitle .section-title h2 {
  color: #fff;
  margin: 26px 0;
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  word-wrap: break-word;
}

#pageTitle .breadcrumb {
  margin: 30px 0;
  padding: 0;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  text-align: right;
}

#pageTitle .breadcrumb li+li:before {
  content: "\f105";
  font-family: FontAwesome;
}

#vpsSlider .ui-slider-handle:after,
.banner--slider-nav ul li:before,
.features-tab--nav ul li:before,
.pt-plan:before {
  content: " ";
}

#pageTitle .breadcrumb li.active,
#pageTitle .breadcrumb li:before {
  color: #fff;
}

#pageTitle .breadcrumb li.active {
  font-weight: 500;
}

#pageTitle .breadcrumb li a {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

#pageTitle .breadcrumb li a:hover {
  color: #303030;
}

#banner {
  position: relative;
  width: 100%;
  height: 50vh;
  /* Reduced height to prevent excessive image zoom */
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* ===== Images ===== */
.banner-slider .item img {
  width: 100%;
  height: 50vh;
  /* Reduced height to match banner and reduce zoom */
  object-fit: cover;
  /* Ensures image covers the entire background without gaps */
  display: block;
}

/* remove owl spacing and hidden controls gap */
.owl-carousel .owl-item {
  margin: 0 !important;
  padding: 0 !important;
}

/* Hide dots on desktop, show custom nav */
@media (min-width: 992px) {
  .banner-slider .owl-controls {
    display: none !important;
  }
}

/* On mobile, custom nav is hidden, so show and style default dots inside image */
@media (max-width: 991px) {
  .banner-slider .owl-controls {
    display: block !important;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 10;
    margin: 0 !important;
    padding: 0 !important;
  }

  .banner-slider .owl-pagination .owl-page {
    display: inline-block;
  }

  .banner-slider .owl-pagination .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  .banner-slider .owl-pagination .owl-page.active span,
  .banner-slider .owl-pagination .owl-page:hover span {
    background-color: #fff;
    transform: scale(1.3);
  }
}

.banner-slider {
  margin-bottom: 0 !important;
}

/* ===== NAV CONTAINER ===== */
.banner--slider-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

/* ===== NAV LIST (CENTERED FIX) ===== */
.banner--slider-nav ul {
  display: inline-flex;
  /* KEY FIX */
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

/* ===== NAV ITEMS (NO FULL WIDTH) ===== */
.banner--slider-nav ul li {
  flex: none;
  /* FIX: stop stretching */
  min-width: 140px;
  border-right: 1px solid #eee;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.banner--slider-nav ul li:last-child {
  border-right: none;
}

/* ===== TRIANGLE ===== */
.banner--slider-nav ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  border: 10px solid transparent;
  margin-bottom: -10px;
  transition: 0.3s;
}

.banner--slider-nav ul li.active::before,
.banner--slider-nav ul li:hover::before {
  margin-bottom: 0;
  border-bottom-color: #288feb;
}

/* ===== TEXT ===== */
.banner--slider-nav ul li p {
  margin: 0;
  padding: 12px 18px;
  /* smaller & cleaner */
  font-size: 14px;
  background: #fff;
  transition: 0.3s;
}

/* ACTIVE */
.banner--slider-nav ul li.active p,
.banner--slider-nav ul li:hover p {
  background: #288feb;
  color: #fff;
}

.banner--slider-nav small {
  display: block;
  font-size: 11px;
}

/* ===== FEATURES SECTION FLEX ALIGNMENT ===== */
#features .row {
  display: flex;
  flex-wrap: wrap;
}

#features .row::before,
#features .row::after {
  display: none !important;
}

#features .feature--item {
  display: flex;
  flex-direction: column;
}

#features .feature--item .feature--content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#features .feature--item .feature--content a.btn {
  margin-top: auto;
  align-self: center;
  /* Centers the button horizontally */
}

/* ===== PREMIUM COUNTER SECTION REDESIGN ===== */
.counter.bg--overlay {
  position: relative;
  background-attachment: fixed !important;
  padding: 100px 0 !important;
  z-index: 1;
}

.counter.bg--overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(32, 39, 54, 0.95) 0%, rgba(40, 143, 235, 0.85) 100%) !important;
  z-index: -1;
}

.counter-holder {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.counter-holder:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}

.counter-icon {
  font-size: 32px;
  color: #fff;
  margin-bottom: 25px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: linear-gradient(135deg, #288feb 0%, #03a9f4 100%);
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(40, 143, 235, 0.4);
  transition: transform 0.4s ease;
}

.counter-holder:hover .counter-icon {
  transform: scale(1.1) rotate(10deg);
}

.counter-number {
  font-size: 46px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  display: block;
}

.counter-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  margin: 0 0 10px;
}

/* ===== QUICK CONTACT MODAL MODERN STYLES (BS5 Mimic) ===== */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.glass-modal {
  background: rgba(32, 39, 54, 0.95) !important;
  /* Deep space blue tinted glass */
  background-color: rgba(32, 39, 54, 0.95) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 20px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5) !important;
}

.glass-input {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.glass-input:focus {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #288feb !important;
  box-shadow: 0 0 0 0.25rem rgba(40, 143, 235, 0.25) !important;
  outline: 0;
}

.glass-input::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

.glass-input option {
  background: #202736;
  color: #fff;
}

/* Emulating BS5 Utility Classes within the Modal */
#myModal .mb-3,
#myModal2 .mb-3 {
  margin-bottom: 1rem !important;
}

#myModal .pb-3,
#myModal2 .pb-3 {
  padding-bottom: 1rem !important;
}

#myModal .p-4,
#myModal2 .p-4 {
  padding: 1.5rem !important;
}

#myModal .mt-4,
#myModal2 .mt-4 {
  margin-top: 1.5rem !important;
}

#myModal .mt-3,
#myModal2 .mt-3 {
  margin-top: 1rem !important;
}

#myModal .me-2,
#myModal2 .me-2 {
  margin-right: 0.5rem !important;
}

#myModal .py-2,
#myModal2 .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  height: auto;
}

#myModal .d-grid,
#myModal2 .d-grid {
  display: grid !important;
}

#myModal .d-flex,
#myModal2 .d-flex {
  display: flex !important;
}

#myModal .justify-content-between,
#myModal2 .justify-content-between {
  justify-content: space-between !important;
}

#myModal .rounded-pill,
#myModal2 .rounded-pill {
  border-radius: 50rem !important;
}

#myModal .fw-bold,
#myModal2 .fw-bold {
  font-weight: 700 !important;
}

#myModal .text-white,
#myModal2 .text-white {
  color: #fff !important;
}

#myModal .text-white-50,
#myModal2 .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

#myModal .text-warning,
#myModal2 .text-warning {
  color: #ffc107 !important;
}

#myModal .text-dark,
#myModal2 .text-dark {
  color: #212529 !important;
}

#myModal .text-success,
#myModal2 .text-success {
  color: #198754 !important;
}

#myModal .text-center,
#myModal2 .text-center {
  text-align: center !important;
}

#myModal .border-bottom,
#myModal2 .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#myModal2 .form-text {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

#myModal2 label {
  font-weight: normal;
  margin-bottom: 0;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
  transition: opacity 0.15s;
}

.btn-close:hover {
  opacity: 0.75;
  text-decoration: none;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(40, 143, 235, 0.25);
  opacity: 1;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

#myModal .modal-header,
#myModal2 .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 1.5rem 1rem;
}

#myModal .modal-title,
#myModal2 .modal-title {
  margin: 0;
  line-height: 1.5;
  font-size: 1.25rem;
}

.form-select {
  display: block;
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#myModal .btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  transition: all 0.3s ease;
}

#myModal .btn-warning:hover {
  background-color: #ffca2c;
  border-color: #ffc720;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.4);
}

#myModal2 .btn-success {
  background-color: #198754;
  border-color: #198754;
  transition: all 0.3s ease;
}

#myModal2 .btn-success:hover {
  background-color: #157347;
  border-color: #146c43;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(25, 135, 84, 0.4);
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {
  #banner {
    height: auto;
  }

  .banner-slider .item img {
    height: auto;
  }

  .banner--slider-nav ul {
    flex-direction: column;
  }

  .banner--slider-nav ul li {
    border-right: none;
    border-bottom: 1px solid #eee;
    min-width: 200px;
  }
}


@media (max-width: 768px) {
  .banner--slider-nav ul {
    flex-direction: column;
  }

  .banner--slider-nav ul li {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }

  #features .feature--item .feature--content a.btn {
    margin-top: 12px !important;
  }
}

#domainSearch {
  position: relative;
  padding: 40px 0;
  /* Equal top and bottom padding for vertical centering */
  background-color: #202736;
}

#domainSearch .left-content {
  color: #fff;
}

#domainSearch .left-content h2 {
  color: inherit;
  font-size: 45px;
  font-weight: 900;
  margin: 0;
  padding: 6px 0 12px;
}

#domainSearch .left-content p {
  font-size: 21px;
  font-weight: 300;
  margin: 0;
}

#domainSearchForm .form-control {
  width: 100%;
  border: none;
}

#domainSearchForm input[type="text"].form-control,
#domainSearchForm select.form-control {
  font-size: 18px;
  padding: 5px 15px;
  border-radius: 0;
  height: 55px;
}

#domainSearchForm select.form-control {
  box-shadow: none;
  border-left: 1px solid #e9e9e9;
  line-height: 51px;
}

#domainSearchForm button[type="submit"] {
  border: 0;
  border-radius: 0;
  color: #fff;
  background-color: #288feb;
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-weight: 700;
  height: 55px;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition:
    color 0.25s,
    background-color 0.25s;
  transition:
    color 0.25s,
    background-color 0.25s;
}

#domainSearchForm button[type="submit"]:focus,
#domainSearchForm button[type="submit"]:hover {
  box-shadow: none;
  outline: 0;
}

#domainSearch .right-content {
  padding: 15px 15px 0 20px;
}

#domainSearch .right-content .domain-ext {
  margin: 20px -10px 0;
}

#domainSearch .right-content .domain-ext>div {
  padding: 0 10px;
}

#domainSearch .right-content a.extension {
  display: block;
  font-weight: 500;
  border-right: 1px dotted #fff;
}

#domainSearch .right-content .domain-ext>div:last-child a.extension {
  border: none;
}

#domainSearch .right-content a.extension span {
  display: block;
}

#domainSearch .right-content a.extension span.name {
  font-size: 22px;
}

#domainSearch .form-control:focus {
  border-color: #288feb;
  box-shadow: 0 0 15px rgba(40, 143, 235, 0.15);
  transform: translateY(-2px);
}

#domainSearch .submit-button-custom:hover {
  background-color: #1a71c2;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 15px 30px rgba(40, 143, 235, 0.3);
}

/* Domain Extensions List Styling */
#domainSearch .domain-ext {
  margin-top: 25px;
  animation: fadeInUp 1s ease-out 0.4s both;
}

#domainSearch .domain-ext .extension {
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  padding: 10px 5px;
  transition: all 0.3s ease;
}

#domainSearch .domain-ext .extension .name {
  display: block;
  font-weight: 700;
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 2px;
}

#domainSearch .domain-ext .extension:hover {
  background: rgba(40, 143, 235, 0.05);
  transform: translateY(-3px);
  text-decoration: none;
}

#domainSearch .domain-ext .extension:hover .name {
  color: #288feb;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.custom-list {
  list-style: none;
  padding-left: 0;
}

.custom-list li {
  position: relative;
  padding-left: 20px;
}

.custom-list li::before {
  content: "➤";
  position: absolute;
  left: 0;
  color: #0d6efd;
}

#features {
  padding: 30px 0 30px;
}

.feature--item {
  margin-bottom: 20px;
  text-align: center;
}

.feature--icon {
  display: table;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  font-size: 36px;
  line-height: 40px;
}

.feature--icon .fa {
  display: table-cell;
  vertical-align: middle;
}

.feature--content h4 {
  font-weight: 700;
  margin: 15px 0;
}

.feature--content p {
  margin-bottom: 0;
  width: 90%;
  padding-left: 30px;
}

.feature--content a.btn {
  margin-top: 20px;
  padding: 10px 15px;
  font-size: 12px;
}

#featuresTab {
  padding: 80px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #e9e9e9;
}

.features-tab--nav {
  margin-bottom: 60px;
}

.features-tab--nav ul {
  margin: -10px -2px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.features-tab--nav ul li {
  display: inline-block;
  position: relative;
  margin: 10px 2px 0;
  z-index: 0;
}

.features-tab--nav ul li:before {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: -15px auto 0;
  border-style: solid;
  border-width: 15px;
  border-color: transparent;
  -webkit-transition:
    margin 0.25s ease-in-out,
    border-color 0.25s;
  transition:
    margin 0.25s ease-in-out,
    border-color 0.25s;
  z-index: -1;
}

.features-tab--nav ul li.active:before {
  margin-top: 0;
  border-top-color: #288feb;
}

.features-tab--nav ul li.active a {
  background-color: #288feb;
}

.features-tab--item {
  padding: 80px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
}

.features-tab--content a {
  color: #303030;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.features-tab--content a:hover {
  color: #288feb;
}

.features-tab--content h3 {
  margin: 0 0 24px;
  font-size: 36px;
  line-height: 40px;
}

.features-tab--content p {
  margin-bottom: 24px;
}

.features-tab--content p:last-child {
  margin-bottom: 0;
}

.features-tab--content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.features-tab--content ul:after,
.features-tab--content ul:before {
  content: " ";
  display: table;
  clear: both;
}

.features-tab--content ul li {
  float: left;
  width: 50%;
}

.features-tab--content ul li .fa {
  margin-right: 8px;
  color: #288feb;
}

#pricing {
  padding: 40px 0;
}

.pricing--slider .owl-pagination {
  margin: 26px 0 -6px;
  padding: 0 15px;
  text-align: center;
}

.pricing--slider .owl-page {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background-color: #303030;
  border-radius: 20px;
  -webkit-transition:
    width 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  transition:
    width 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
}

.pricing--slider .owl-page.active {
  width: 20px;
  background-color: #288feb;
}

.pricing--item {
  padding: 0 15px 2px;
}

.pricing--content {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.pricing--content:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}

.pt-head {
  color: #fff;
  background-color: #288feb;
  text-align: center;
}

.pt-head-empty {
  background-color: transparent;
}

#vpsPricing.bg--img .section-title h2:before,
.pt-plan:before {
  background-color: #fff;
}

.pt-head .caption {
  display: inline-block;
  margin-bottom: 0;
  padding: 15px 0 5px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-align: center;
}

.pt-price-tag {
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}

.pt-price-tag span {
  font-size: 20px;
  font-weight: 500;
}

.pricing-table .pricing-table-item:first-child,
.pt-plan {
  font-weight: 700;
}

.extra-features {
  display: none;
}

.pt-plan {
  position: relative;
  padding: 15px 0 12px;
  color: #fff;
  font-size: 16px;
}

.pt-plan:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.pt-features {
  text-align: center;
}

.pt-features ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pt-features ul li {
  color: #737373;
  padding: 8px 15px;
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    color 0.3s ease;
  cursor: default;
}

.pt-features ul li:hover {
  color: #288feb;
  transform: scale(1.08);
}

.pt-features ul li::before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  opacity: 0;
  margin-right: -10px;
  font-weight: 700;
  transform: scale(0) translateX(-10px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pt-features ul li:hover::before {
  opacity: 1;
  margin-right: 8px;
  transform: scale(1) translateX(0);
}

.pt-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.pt-footer a.btn-custom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-table {
  padding: 80px 0;
}

.pricing-table .pricing--content {
  border-top: 1px solid #e9e9e9;
}

.pricing-table-item .pt-features li strong {
  display: none;
}

.pricing-table .pt-footer a.btn-custom {
  padding-left: 20px;
  padding-right: 20px;
}

#vpsPricing {
  padding: 80px 0;
}

#vpsPricing.bg--img .section-title h2 {
  color: #fff;
}

.vps-slider-holder {
  padding: 40px 60px;
  background-color: #202736;
}

.vps-ruler {
  background: url(img/ruler.png) center top;
  display: table;
  height: 10px;
  margin: 0 auto 25px;
  width: 100%;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

#vpsSlider {
  height: 6px;
  border: none;
  border-radius: 0;
}

#vpsSlider .ui-slider-range {
  background-color: #288feb;
  border-radius: 0;
}

#vpsSlider .ui-slider-handle {
  top: -9px;
  width: 25px;
  height: 25px;
  margin-left: -10px;
  background-color: #fff;
  border-color: #e9e9e9;
  border-radius: 50%;
  cursor: pointer;
  outline: 0;
}

#vpsSlider .ui-slider-handle:after {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 9px;
  height: 9px;
  background-color: #288feb;
  border-radius: 50%;
}

#vpsSlider .ui-slider-handle em {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100px;
  margin-left: -39px;
  margin-bottom: 15px;
  padding: 5px 0;
  color: #fff;
  background-color: #288feb;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}

#vpsSlider .ui-slider-handle em:after,
.vps-pricing--name:before {
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  left: 0;
  content: " ";
}

.vps-pricing--content,
.vps-pricing--name,
.vps-pricing--tag-content {
  background-color: rgba(255, 255, 255, 0.9);
}

#vpsSlider .ui-slider-handle em:after {
  position: absolute;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #288feb transparent transparent;
}

.vps-pricing--item {
  margin-top: 30px;
  text-align: center;
}

.vps-pricing--content {
  color: #303030;
}

.vps-pricing--item:last-child {
  border: none;
}

.vps-pricing--name,
.vps-pricing--value {
  margin-bottom: 0;
}

.vps-pricing--name {
  position: relative;
  padding: 16px 0 14px;
  font-weight: 700;
}

.vps-pricing--name:before {
  position: absolute;
  margin: 0 auto;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: rgba(255, 255, 255, 0.9) transparent transparent;
}

.vps-pricing--value {
  padding: 23px 0;
  font-size: 20px;
}

.vps-pricing--tag {
  padding-top: 30px;
}

.vps-pricing--tag-content {
  height: 100%;
  margin: 0;
  padding: 0 15px;
  color: #303030;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

#dedicatedPricing,
#domainPricing {
  padding: 42px 0;
}

#dedicatedPricing table tr,
#domainPricing table tr {
  border: 1px solid #ddd;
  padding: 5px;
}

.vps-pricing--tag-content p {
  margin-bottom: 0;
}

.vps-pricing--tag-content span {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
}

.vps-pricing--tag-content small {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
}

#dedicatedPricing table td .labelText,
#domainPricing table tbody td .labelText {
  display: none;
}

#dedicatedPricing table th,
#domainPricing table th {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#vpsPricing .action {
  margin-top: 45px;
  text-align: center;
}

#vpsPricing .action a {
  margin: 15px 10px 0;
  width: 150px;
}

#dedicatedPricing table,
#domainPricing table {
  border: 1px solid #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

#vpsPricing .action a.btn-custom-reverse,
#vpsPricing .action a.btn-custom:focus,
#vpsPricing .action a.btn-custom:hover {
  color: #303030;
  background-color: #fff;
}

#vpsPricing .action a.btn-custom-reverse:focus,
#vpsPricing .action a.btn-custom-reverse:hover {
  color: #fff;
  background-color: #303030;
}

#dedicatedPricing table thead,
#domainPricing table thead {
  background-color: #288feb;
  color: #fff;
}

#dedicatedPricing table tbody tr,
#domainPricing table tbody td {
  background-color: #fff;
}

#dedicatedPricing table tbody tr:nth-child(even) td,
#domainPricing table tbody tr:nth-child(even) td {
  background-color: #f8f8f8;
}

#dedicatedPricing table thead th {
  padding: 15px 10px;
}

#dedicatedPricing table td,
#dedicatedPricing table th {
  padding: 10px;
}

#domainPricing table thead th {
  padding: 15px 0;
}

#domainPricing table td,
#domainPricing table th {
  padding: 10px;
  text-align: center;
}

#domainPricing table tbody td:first-child {
  font-weight: 700;
  font-size: 18px;
}

#services {
  padding: 80px 0;
  overflow: hidden;
}

#services .even {
  margin: 20px 0;
  padding: 80px 0;
}

.service-item-content h2 {
  margin: 0 0 17px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #288feb;
}

.service-item-content h2 span {
  display: block;
  color: #202736;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  text-indent: 1px;
}

.service-item-content p {
  margin-bottom: 17px;
}

.service-item-content p:last-child {
  margin-bottom: 0;
}

.service-item-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hosting-features {
  padding: 30px 0;
  background: #f9f9f9;
  text-align: center;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}

/* Card */
.feature-items {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  transition: 0.3s;
}

.feature-items img {
  /* width: 50px; */
  height: 80px;
  object-fit: contain;
  margin-bottom: 10px;
}

.feature-items p {
  font-size: 13px;
  margin: 0;
}

/* Hover */
.feature-items:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Tablet */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title {
    font-size: 22px;
  }
}

.trust-grid {
  display: flex;
  flex-wrap: wrap;
  padding-top: 68px;
}

/* Force EXACT 4 per row */
.trust-item {
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

/* Image size */
.trust-item img {
  width: 100px;
  height: 80px;
  object-fit: contain;
}

/* Optional responsive fix */
@media (max-width: 768px) {
  .trust-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .trust-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.vision-img {
  max-height: 320px;
  object-fit: cover;
  transition: 0.3s ease;
}

.vision-img:hover {
  transform: scale(1.03);
}

#team,
.counter {
  padding: 50px 0;
}

.service-item-content ul:after,
.service-item-content ul:before {
  content: " ";
  display: table;
  clear: both;
}

.service-item-content ul li {
  float: left;
  width: 50%;
}

.service-item-content ul li .fa {
  margin-right: 8px;
  color: #288feb;
}

.service-item-content .price {
  margin-top: 24px;
}

.counter {
  background-color: #288feb;
  text-align: center;
}

.counter.bg--overlay:before {
  background-color: #202736;
}

.counter-icon i.fa {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  color: #288feb;
  background-color: #fff;
  font-size: 26px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.counter-icon i.fa:before {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.counter-holder:hover .counter-icon i.fa {
  border-radius: 50%;
}

.counter-text {
  margin-bottom: 12px;
  color: #fff;
  font-weight: 500;
}

.counter-number {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.counter-number-holder {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}

.counter-number-holder .counter-number {
  font-size: 42px;
}

#testimonial {
  padding: 50px;
}

#testimonial .section-title h2 {
  margin-bottom: 76px;
}

.testimonial-item {
  max-width: 750px;
  margin: 0 auto;
}

.recommender-comment p {
  font-weight: 400;
  text-align: center;
}

.recommender-comment p:last-child {
  margin-bottom: 0;
}

.recommender-img {
  width: 98px;
  margin: 21px auto 23px;
}

.recommender-img img {
  margin: 0 auto;
  border-radius: 50%;
}

.recommender-info {
  margin-top: 14px;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.testimonial-slider .owl-pagination {
  margin: 24px 0 5px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.testimonial-slider .owl-page {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7.5px;
  background-color: #202736;
  border-radius: 20px;
  -webkit-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}

.testimonial-slider .owl-page.active {
  width: 20px;
  background-color: #288feb;
}

/* client section */
.client-logo {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.3s ease;
}

.client-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.hover-opacity {
  transition: 0.3s ease;
  filter: grayscale(100%);
}

.hover-opacity:hover {
  filter: grayscale(0%);
  opacity: 1 !important;
  transform: scale(1.05);
}


.team-item {
  text-align: center;
}

.team-info h2 {
  margin: 20px 0 5px;
  color: #202736;
  font-size: 20px;
  font-weight: 700;
}

.team-info p {
  margin: 0;
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.team-img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.team-img:before,
.team-social-links {
  position: absolute;
  left: 0;
  width: 100%;
}

.team-img:before {
  content: " ";
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition:
    transform 0.25s,
    -webkit-transform 0.25s;
}

.team-img:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-social-links {
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0);
  transform: translate(0, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition:
    transform 0.25s,
    -webkit-transform 0.25s;
}

.team-img:hover .team-social-links {
  -webkit-transform: translate(0, -50%) scale(1);
  transform: translate(0, -50%) scale(1);
}

.team-social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}

.team-social-links ul li {
  display: inline-block;
  margin: 0 2px;
}

.team-social-links ul li a {
  display: block;
  border: 1px solid #fff;
  width: 35px;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.team-social-links ul li a:hover {
  background-color: #288feb;
  border-color: #288feb;
}

#history {
  padding: 80px 0 40px;
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  font-weight: 300;
}

.timeline:before {
  top: 0;
  bottom: 20px;
  position: absolute;
  content: " ";
  width: 2px;
  background: #fff;
  left: 50%;
  margin-left: -1.5px;
}

.timeline>li {
  float: left;
  position: relative;
  width: 50%;
  margin-bottom: 30px;
}

.timeline>li:after,
.timeline>li:before {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  float: left;
  border: 1px solid #dcdcdc;
  background: #fff;
  position: relative;
}

.gallery--filter-menu ul li.active a,
.timeline-footer {
  background-color: #288feb;
}

.timeline>li:nth-child(odd)>.timeline-panel {
  margin-right: 30px;
}

.timeline>li:nth-child(even)>.timeline-panel {
  margin-left: 30px;
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #dcdcdc;
  border-right: 0 solid #dcdcdc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline>li>.timeline-badge {
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  top: 33px;
  right: -12px;
  color: #fff;
}

.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;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
  padding: 10px 15px;
  margin-bottom: 0;
}

.timeline-footer {
  padding: 5px 15px;
  color: #fff;
  font-weight: 700;
}

.timeline-footer p {
  margin-bottom: 0;
}

.timeline-footer>a {
  cursor: pointer;
  text-decoration: none;
}

.timeline>li.timeline-inverted {
  float: right;
  clear: right;
}

.timeline>li:nth-child(2) {
  margin-top: 60px;
}

.timeline>li.timeline-inverted>.timeline-badge {
  left: -12px;
}

.timeline .no-float {
  float: none !important;
}

#gallery {
  padding: 80px 0 50px;
}

.gallery--filter-menu {
  margin-bottom: 60px;
}

.gallery--filter-menu ul {
  margin: -10px -2px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.gallery--filter-menu ul li {
  display: inline-block;
  margin: 10px 2px 0;
}

.gallery--item {
  margin-bottom: 30px;
}

.gallery--img a {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.gallery--img a:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #303030;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
}

.gallery--img a.active:before,
.gallery--img a:hover:before {
  top: 0;
}

.gallery--img a:after {
  content: "+";
  position: absolute;
  top: 150%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  font-size: 42px;
  line-height: 42px;
  font-weight: 100;
  text-align: center;
  -webkit-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
}

.gallery--img a.active:after,
.gallery--img a:hover:after {
  top: 50%;
}

.gallery--img img {
  display: block;
  width: 100%;
}

#subscribe {
  padding: 80px 0;
  background-color: #202736;
  text-align: center;
}

#subscribe .section-title h2 {
  margin-bottom: 23px;
  color: #fff;
}

#subscribe .section-title h2:before {
  display: none;
}

#subscribe p {
  color: #fff;
  margin-top: 11px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}

#subscribeForm .input-box {
  width: 382px;
  padding: 8px 0 8px 12px;
  border: 1px solid #fff;
  box-shadow: none;
  outline: 0;
}

#subscribeForm .input-box.error {
  border-color: #a94442;
}

#subscribeForm .input-box.valid {
  border-color: #3c763d;
}

#subscribeForm .submit-button {
  display: block;
  margin: 30px auto 0;
  padding: 12px 20px;
  color: #fff;
  background-color: #202736;
  border: 1px solid #202736;
  font-weight: 400;
  -webkit-transition:
    color 0.25s ease,
    background-color 0.25s ease-in-out,
    border-color 0.25s ease;
  transition:
    color 0.25s ease,
    background-color 0.25s ease-in-out,
    border-color 0.25s ease;
  outline: 0;
  text-transform: uppercase;
}

#subscribeForm .submit-button:hover {
  color: #202736;
  background-color: #fff;
  border-color: #fff;
}

#faq {
  padding: 40px 0;
}

#cpanel-service {
  padding-top: 40px;
}

.faq-categories h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  position: relative;
  padding-bottom: 10px;
}

.faq-categories h3:before {
  position: absolute;
  content: " ";
  width: 40px;
  height: 2px;
  background-color: #288feb;
  bottom: 0;
}

.faq-categories ul {
  margin-top: 25px;
}

.faq-categories ul li a {
  background-color: #202736;
  color: #fff;
  margin-top: 6px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition:
    color 0.25s,
    background-color 0.25s;
  transition:
    color 0.25s,
    background-color 0.25s;
}

.accordion .panel-heading a,
.faq-categories ul li a:hover,
.faq-categories ul li.active a {
  background-color: #288feb;
  color: #fff;
}

.faq-categories ul li a:before {
  content: " ";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 20px;
  border-color: transparent transparent transparent #288feb;
  -webkit-transition: right 0s;
  transition: right 0s;
  z-index: -1;
}

.faq-categories ul li a:hover:before,
.faq-categories ul li.active a:before {
  right: -20px;
  -webkit-transition: right 0.25s;
  transition: right 0.25s;
}

.faq-content .panel-group {
  margin-bottom: 0;
}

.accordion .panel {
  border-radius: 0;
}

.accordion .panel-heading {
  padding: 0;
}

.accordion .panel-heading a {
  display: block;
  padding: 10px 15px;
}

.accordion .panel-heading a.collapsed {
  background-color: #202736;
}

.accordion .panel-heading a h4 {
  font-weight: 500;
  overflow: hidden;
}

.accordion .panel-heading a h4 i.fa-minus {
  float: right;
  color: #fff;
}

.accordion .panel-heading a.collapsed h4 i.fa-minus {
  color: #288feb;
}

.accordion .panel-heading a.collapsed i.fa-minus:before {
  content: "\f067";
}

#contact:before,
.contact-address h2:before,
.contact-info--item a:before,
.footer-widget h4:before,
.widget-title:before {
  content: " ";
}

#blog {
  padding: 80px 0;
}

.blog-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}

.blog-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.blog-item-img+.blog-item-content,
.blog-page-post-video+.blog-item-content {
  padding-top: 16px;
}

.blog-item-img img {
  width: 100%;
}

.blog-item-content a {
  color: #303030;
  -webkit-transition:
    color 0.25s,
    background-color 0.25s ease-in-out,
    border 0.25s;
  transition:
    color 0.25s,
    background-color 0.25s ease-in-out,
    border 0.25s;
}

.blog-item-content a:hover {
  color: #288feb;
}

.blog-item-content .btn-custom,
.blog-item-content .btn-custom-reverse,
.blog-item-content .btn-custom-reverse:hover,
.blog-item-content .btn-custom:hover {
  color: #fff;
}

.blog-item-content h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.blog-item-content h2 a {
  color: #202736;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.blog-item-content .metadata {
  color: #737373;
  margin: 15px 0 10px;
  font-size: 12px;
}

.blog-item-content .metadata .fa {
  margin-right: 5px;
}

.blog-item-content .metadata a {
  color: inherit;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}

.blog-item-content .metadata a:hover {
  color: inherit;
  border-color: #e9e9e9;
}

.blog-item-content .metadata .separator {
  margin: 0 8px 0 7px;
}

.blog-item:hover .blog-item-content h2 a {
  color: #288feb;
}

.blog-item-content p {
  margin-bottom: 12px;
}

#map {
  height: 400px;
}

#contact {
  padding: 80px 0;
  position: relative;
}

#contact:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #f0f0f0;
  border-left: 1px solid #e9e9e9;
}

#contactForm {
  padding-left: 50px;
}

#contactForm label {
  font-weight: 400;
}

#contactForm input.form-control {
  border-color: #e9e9e9;
  border-radius: 0;
  box-shadow: none;
}

#contactForm textarea.form-control {
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  resize: none;
  margin-top: 15px;
}

#contactForm input.error,
#contactForm input.valid,
#contactForm textarea.error,
#contactForm textarea.valid {
  border-color: #288feb;
}

#contactForm .submit-button {
  border-radius: 0;
  padding: 10px 30px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #288feb;
  color: #fff;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  outline: 0;
}

#contactForm .submit-button:focus,
#contactForm .submit-button:hover {
  background-color: #202736;
}

.contact-address h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  position: relative;
  padding-bottom: 10px;
}

.contact-address h2:before {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #288feb;
  bottom: 0;
}

.contact-address address {
  margin-top: 30px;
}

.contact-address address p {
  margin-bottom: 30px;
  color: #737373;
  font-weight: 400;
  font-size: 16px;
}

.contact-address address p:last-child {
  margin-bottom: 0;
}

.contact-address address p i.fa {
  font-size: 20px;
  border: 1px solid #737373;
  width: 35px;
  padding: 5px 0;
  margin-right: 10px;
  text-align: center;
}

/* Form spacing + typography */
.modern-form .form-label {
  color: #737373;
  font-weight: 500;
  margin-bottom: 6px;
}

/* Input group styling */
.custom-group {
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
}

/* Icon section */
.custom-group .input-group-text {
  background: transparent;
  border: none;
  color: #737373;
  padding: 0 12px;
}

/* Inputs */
.custom-group .form-control {
  background: transparent;
  border: none;
  color: #737373;
  padding: 10px 12px;
  box-shadow: none;
}

/* Placeholder */
.custom-group .form-control::placeholder {
  color: #555;
}

/* Focus state */
.custom-group:focus-within {
  border-color: #737373;
}

/* Textarea fix */
.textarea-group textarea {
  resize: none;
}

/* Button */
.submit-btn {
  background: #737373;
  border: none;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #5a5a5a;
}

#contactActions {
  padding: 80px 0;
  background-color: #202736;
  text-align: center;
}

.ca-icon i.fa {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  color: #288feb;
  background-color: #fff;
  font-size: 26px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.ca-holder p,
.ca-text {
  color: #fff;
}

.ca-icon i.fa:before {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ca-text {
  margin-bottom: 12px;
  font-weight: 500;
}

.ca-holder a.btn {
  width: 140px;
  padding: 8px 0;
  background-color: #288feb;
  font-weight: 500;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition:
    background-color 0.25s,
    color 0.25s;
  transition:
    background-color 0.25s,
    color 0.25s;
}

.ca-holder a.btn:focus,
.ca-holder a.btn:hover {
  color: #288feb;
  background-color: #fff;
  box-shadow: none;
  outline: 0;
}

.contact-social-links {
  margin-top: 20px;
}

.contact-social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.contact-social-links li {
  display: inline-block;
  margin-right: 4px;
}

.contact-social-links li a {
  color: #202736;
  border: 1px solid #202736;
  padding: 6px 0;
  display: block;
  font-size: 14px;
  width: 35px;
  margin: 18px 0;
  text-align: center;
  -webkit-transition:
    color 0.25s,
    background-color 0.25s ease-in-out,
    border-color 0.25s;
  transition:
    color 0.25s,
    background-color 0.25s ease-in-out,
    border-color 0.25s;
}

.contact-social-links li a:hover {
  color: #fff;
  border: 1px solid #288feb;
  background: #288feb;
}

#contactInfo {
  color: #fff;
  background-color: #202736;
  text-align: center;
}

.contact-info--item a {
  position: relative;
  display: block;
  padding: 30px 0;
  background-color: #288feb;
}

.contact-info--item a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0.2;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

.contact-info--item a:hover:before {
  background-color: #fff;
}

.contact-info--item a .fa {
  margin-right: 8px;
}

#footer {
  padding: 40px 0 10px;
  background-color: #202736;
  overflow: hidden;
}

.footer-widget {
  margin-bottom: 35px;
}

.footer-widget h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: -4px 0 0;
  position: relative;
  padding-bottom: 10px;
}

.footer-widget h4:before {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #288feb;
  bottom: 0;
}

.footer-widget ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.footer-widget ul li {
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 4px;
}

.footer-widget ul li a {
  color: #737373;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  border-bottom: 1px solid #3f3f3e;
  display: block;
  margin: 2px 0;
  padding-bottom: 5px;
}

.footer-widget a:hover {
  color: #fff;
}

.footer--subscribe-widget {
  margin: 20px 0 26px;
}

.footer--subscribe-widget .form-control {
  margin-bottom: 15px;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}

.footer--subscribe-widget .form-control.error {
  border-color: #ff5252;
}

.footer--subscribe-widget .btn {
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  background-color: #288feb;
  border-radius: 0;
  box-shadow: none;
}

.footer--subscribe-widget .btn:focus,
.footer--subscribe-widget .btn:hover {
  outline: 0;
}

.footer--social-widget p {
  color: #fff;
  margin-bottom: 7px;
}

.footer--social-widget ul {
  margin: -6px -5px 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

#copyright p,
.about-desc-content p:last-child {
  margin-bottom: 0;
}

.footer--social-widget ul li {
  display: inline-block;
  padding: 6px 5px 0;
}

.footer--social-widget ul li a {
  display: block;
  width: 35px;
  padding: 9px 0;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition:
    background-color 0.25s ease-in-out,
    border-color 0.25s ease;
  transition:
    background-color 0.25s ease-in-out,
    border-color 0.25s ease;
  text-align: center;
}

#login,
.about-description {
  padding: 38px 0;
}

.footer--social-widget ul li a:hover {
  background-color: #288feb;
  border-color: #288feb;
}

#copyright {
  padding: 20px 0 18px;
  color: #fff;
  background-color: #191e29;
  text-align: center;
}

#copyright p.left {
  float: left;
}

#copyright p.right {
  float: right;
  font-weight: 700;
  text-transform: uppercase;
}

#copyright p a {
  display: inline-block;
  margin-top: 5px;
  color: #288feb;
  font-weight: 700;
}

#copyright img {
  margin-left: 20px;
  height: 24px;
}

.about-desc-content a {
  color: #303030;
  font-size: 17px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.about-desc-content a:hover {
  color: #288feb;
}

#loginForm {
  padding: 30px;
  background-color: #f0f0f0;
  max-width: 360px;
  margin: 0 auto;
}

#loginForm p.help-block {
  font-weight: 400;
  font-size: 14px;
  margin: 25px 0 20px;
}

#loginForm p.help-block a {
  color: #202736;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

#loginForm p.help-block a:hover {
  color: #288feb;
}

#loginForm p.help-block a i.fa {
  margin-right: 5px;
}

#loginForm label {
  font-weight: 400;
}

#loginForm input.form-control {
  box-shadow: none;
  border-radius: 0;
}

#loginForm input.error {
  border-color: #288feb;
}

#loginForm .submit-button {
  border-radius: 0;
  padding: 10px 0;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #288feb;
  color: #fff;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  outline: 0;
}

#loginForm .submit-button:hover {
  background-color: #202736;
}

.aCounter {
  padding: 80px 0 30px;
  background-color: #288feb;
  text-align: center;
}

.aCounter-holder {
  margin-bottom: 50px;
}

.aCounter-icon i.fa {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  color: #288feb;
  background-color: #fff;
  font-size: 26px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.aCounter-icon i.fa:before {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.aCounter-text {
  margin-bottom: 32px;
  padding-bottom: 23px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 500;
}

.aCounter-number-holder {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.aCounter-number-holder .counter-number {
  font-size: 36px;
}

.affiliate-signup-btn-holder {
  text-align: center;
  margin-top: 60px;
}

.affiliate-signup-btn-holder a {
  width: 140px;
  padding: 10px 0;
  text-transform: uppercase;
}

#blog.page hr {
  margin: 40px 0 60px;
}

.blog-page-post-video.local {
  background-color: #090709;
}

.blog-page-post-audio audio {
  width: 100%;
  margin-bottom: 10px;
}

.widget.search .form-control {
  padding: 10px 12px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: #f8f8f8;
  height: auto;
}

.widget.search .input-group-addon {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: #202736;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

.widget.search .input-group-addon:hover {
  background-color: #288feb;
}

.widget.search .input-group-addon button {
  padding: 12px 14px;
  background-color: transparent;
  border: 0;
}

.widget {
  padding-bottom: 50px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 50px;
}

.widget:last-child {
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: none;
}

.widget-title {
  color: #202736;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.widget-title:before {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #288feb;
  bottom: 0;
}

.widget.recent-items .footer-thumb .row-holder {
  margin: 15px 0 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.widget.recent-items .footer-thumb .row-holder:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.widget.recent-items .left-col img {
  border-color: #e9e9e9;
}

.widget.recent-items a.footer-thumb-link {
  display: block;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.blog-item.full-post .tags li,
.post-social-links li,
.widget.tags li {
  display: inline-block;
}

.widget.recent-items a.footer-thumb-link:hover {
  color: #288feb;
}

.widget.recent-items .footer-thumb-text {
  color: #999;
}

.widget.recent-items span.footer-thumb-date {
  color: #666;
  font-weight: 300;
}

.archives ul,
.tags ul,
.widget.categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.archives li,
.widget.categories li,
.widget.tags li {
  position: relative;
  padding: 16px 0 0;
  cursor: pointer;
}

.widget.tags li {
  padding: 20px 25px 0 0;
}

.widget.recent-items .footer-thumb .row-holder .left-col img {
  margin-bottom: 15px;
  margin-top: 20px;
}

.widget.archives li a,
.widget.categories li a,
.widget.tags li a {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.widget.archives li:hover a,
.widget.categories li:hover a,
.widget.tags li:hover a {
  color: #288feb;
}

.blog-item.full-post .post-category-text {
  display: inline-block;
  margin-top: 35px;
  margin-bottom: 0;
  font-weight: 700;
}

.blog-item.full-post .category-link {
  color: #737373;
  font-weight: 500;
  margin-left: 10px;
}

.blog-item.full-post:hover a.btn-custom {
  background-color: transparent;
}

.blog-item.full-post:hover a.btn-custom:hover {
  background-color: transparent;
  color: #288feb;
}

.blog-item.full-post .tags li a {
  color: #202736;
  background-color: transparent;
  font-weight: 500;
  text-transform: lowercase;
  padding: 15px 15px 15px 0;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.blog-item.full-post .tags li strong {
  margin-right: 15px;
}

.blog-item.full-post .post-author-metadata {
  background-color: #e9e9e9;
  margin-top: 20px;
  margin-bottom: 30px;
}

.blog-item.full-post .post-author-metadata a {
  color: #202736;
  margin-left: 15px;
  font-weight: 500;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.blog-item.full-post .post-author-metadata a:hover {
  color: #288feb;
}

.post-social-links {
  margin-top: 20px;
}

.post-social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: right;
}

.post-social-links li {
  margin: 0 2px;
}

.post-social-links li a {
  color: #202736;
  border: 1px solid #202736;
  padding: 6px 0;
  display: block;
  font-size: 14px;
  width: 35px;
  margin: 18px 0;
  text-align: center;
  -webkit-transition:
    color 0.25s,
    border 0.25s,
    background 0.25s;
  transition:
    color 0.25s,
    border 0.25s,
    background 0.25s;
}

.post-social-links li a:hover {
  color: #fff;
  border: 1px solid #288feb;
  background: #288feb;
}

.post-comments-title {
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.post-comments ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
}

.post-comments ul li {
  margin: 25px 0;
}

.comment-thumb a {
  overflow: hidden;
  color: #288feb;
  font-weight: 500;
}

.comment-thumb {
  margin-bottom: 15px;
  overflow: hidden;
}

.comment-meta {
  margin-top: 15px;
  margin-left: 15px;
}

a.comment-reply {
  background: #288feb;
  border-radius: 0;
  color: #fff;
  margin-top: 10px;
}

a.comment-reply:hover {
  color: #fff;
}

.single-comment {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px;
}

.comment-text a {
  color: #303030;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.comment-text a:hover {
  color: #288feb;
}

.post-comment-form {
  padding-top: 50px;
  margin-top: -26px;
}

.post-comment-form-group .form-control {
  border-radius: 0;
  margin-top: 20px;
  box-shadow: none;
  resize: none;
}

.post-comment-form-group .form-control.submit-btn {
  width: auto;
  height: auto;
  padding: 10px 40px;
  background: #288feb;
  border-color: #288feb;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#f0f,
#f0f>.container,
#f0f>.container>.row,
#f0f>.container>.row>div,
.vc-parent {
  height: 100%;
}

.post-comment-form-group .form-control.submit-btn:hover {
  background: #202736;
  border-color: #202736;
  color: #fff;
}

.post-comment-form-group .form-control.error {
  border-color: #288feb;
}

#f0f {
  text-align: center;
}

#f0f .section-title h2 {
  margin: 0 0 50px;
  color: #fff;
  font-size: 120px;
}

#f0f .section-title h2:before {
  display: none;
}

#f0f .description p {
  color: #fff;
  margin: 70px 0 30px;
  font-size: 20px;
  font-weight: 500;
}

.reset-gutter,
.reset-margin {
  margin-right: 0;
  margin-left: 0;
}

#f0f .description .widget.search {
  padding-bottom: 0;
  border-bottom: 0;
}

#f0f a.btn {
  padding: 10px 30px;
}

.reset-gutter>[class*="col-"],
.reset-padding {
  padding-right: 0;
  padding-left: 0;
}

#f0f .btn-custom-reverse {
  background-color: #303030;
}

#f0f .btn-custom-reverse:hover {
  color: #303030;
  background-color: #fff;
}

.vc-parent {
  width: 100%;
  display: table;
}

tr {
  transition: background 0.3s ease;
}

tr td {
  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

tr:hover td {
  background: #e3e3e3;
  transform: translateX(4px);
}

.row-vc>div,
.vc-child {
  display: table-cell;
  vertical-align: middle;
}

.row-vc>div {
  float: none;
}

@media screen and (max-width: 990px) {
  .menu-toggle-btn {
    display: block;
  }
}

/* Mobile Responsive Fix */
@media (max-width: 767px) {
  #services {
    text-align: center;
  }

  .service-item-img {
    display: none;
  }

  .service-item-content {
    margin-bottom: 10px;
  }

  .service-item-content h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .service-item-content p {
    font-size: 14px;
  }

  .service-item-content ul {
    padding-left: 0;
    list-style: none;
  }

  .service-item-content ul li {
    text-align: left;
    font-size: 14px;
    margin-bottom: 8px;
  }

  .service-item-img img {
    max-width: 50%;
    margin: 0 auto;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .btn-custom {
    padding: 10px 20px;
    font-size: 14px;
  }

  #featuresTab {
    text-align: center;
    padding: 40px 0;
  }

  .features-tab--content {
    padding: 0 15px;
  }

  .features-tab--content h3 {
    font-size: 22px;
    line-height: 1.4;
  }

  .features-tab--content p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .features-tab--content ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
  }

  .features-tab--content ul li {
    font-size: 14px;
    margin-bottom: 8px;
  }

  /* Hide side navigation on mobile */
  .features-nav-container {
    display: none;
  }

  /* Fix spacing between slides */
  .features-tab--item {
    margin-bottom: 20px;
    padding: 20px;
  }
}

/* ===== BOOTSTRAP 5 UTILITIES & GLASS CARD FOR CONTACT PAGE ===== */
.glass-card {
  background: transparent !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 20px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5) !important;
}

/* Borders */
.border-warning {
  border-color: #ffc107 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-secondary {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-top {
  border-top: 1px solid !important;
}

.border-4 {
  border-width: 4px !important;
}

/* Spacing */
.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

@media (min-width: 768px) {
  .p-md-5 {
    padding: 3rem !important;
  }
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

/* Flexbox */
.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

/* Typography */
.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-white {
  color: #fff !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-success {
  color: #198754 !important;
}

.text-dark {
  color: #212529 !important;
}

.text-theme {
  color: #288feb !important;
}

.btn-theme {
  background-color: #288feb !important;
  border-color: #288feb !important;
  color: #fff !important;
  transition: all 0.3s ease;
}

.btn-theme:hover {
  background-color: #1e70bf !important;
  border-color: #1e70bf !important;
  color: #fff !important;
}

.border-theme {
  border-color: #288feb !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* Form Checks */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check-input {
  float: left;
  margin-left: -1.5em;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(255, 255, 255, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color-adjust: exact;
  border-radius: 50%;
}

.form-check-input:checked {
  background-color: #288feb;
  border-color: #000000;
}

.form-check-label {
  color: #fff;
  padding-left: 5px;
  cursor: pointer;
}

.form-label {
  padding-left: 9px;
  margin-bottom: 0.5rem;
  display: inline-block;
}

/* Misc */
.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.rounded-4 {
  border-radius: 1rem !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.position-relative {
  position: relative !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.w-100 {
  width: 100% !important;
}

/* Light Theme Glass Classes */
.glass-card-light {
  background: transparent !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 20px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
}

.light-glass-input {
  background: rgba(0, 0, 0, 0.05) !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: #000 !important;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.light-glass-input:focus {
  background: rgba(0, 0, 0, 0.08) !important;
  border-color: #288feb !important;
  box-shadow: 0 0 0 0.25rem rgba(40, 143, 235, 0.25) !important;
  outline: 0;
}

.light-glass-input::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}

.light-glass-input option {
  background: #fff;
  color: #000;
}

.border-dark-subtle {
  border-color: rgba(0, 0, 0, 0.2) !important;
}

/* Input Group Flexbox Fix for BS5 code inside BS3 */
.glass-card .input-group,
.glass-card-light .input-group {
  display: flex !important;
  align-items: stretch;
  width: 100%;
}

.glass-card .input-group>.form-control,
.glass-card .input-group>.form-select,
.glass-card-light .input-group>.form-control,
.glass-card-light .input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
  z-index: 2;
}

.glass-card .input-group>.form-control:focus,
.glass-card .input-group>.form-select:focus,
.glass-card-light .input-group>.form-control:focus,
.glass-card-light .input-group>.form-select:focus {
  z-index: 3;
}

.glass-card .input-group-text,
.glass-card-light .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.glass-card-light .input-group-text {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-check-input.light-check {
  border: 1px solid rgba(0, 0, 0, 0.25);
}

/* Hover Lift Card Animations */
.hover-lift-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.hover-lift-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.hover-lift-card i {
  transition: transform 0.3s ease !important;
}

.hover-lift-card:hover i {
  transform: scale(1.15) !important;
}

/* Team Social Button Hover Effects */
.team-social-btn {
  transition: all 0.3s ease !important;
}

.team-social-btn:hover {
  background-color: #288feb !important;
  color: #ffffff !important;
  transform: scale(1.1) translateY(-3px) !important;
}

.team-social-btn:hover i {
  color: #ffffff !important;
}

/* Scroll Reveal Animations */
.reveal-milestone {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

.reveal-milestone.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Vision Mission Premium Cards */
.vm-card {
  background: #ffffff;
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
  height: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.vm-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(40, 143, 235, 0.12);
  border-color: rgba(40, 143, 235, 0.2);
}

.vm-card::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle,
      rgba(40, 143, 235, 0.05) 0%,
      transparent 70%);
  z-index: -1;
  transition: all 0.6s ease;
}

.vm-card:hover::before {
  top: -20%;
  right: -20%;
}

.vm-icon-box {
  width: 70px;
  height: 70px;
  background: rgba(40, 143, 235, 0.1);
  color: #288feb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 32px;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}

.vm-card:hover .vm-icon-box {
  background: #288feb;
  color: #fff;
  transform: rotateY(180deg);
}

/* Trust Factors Styles */
.trust-logo-card {
  background: #ffffff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  height: 90px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  margin-bottom: 20px;
}

.trust-logo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(40, 143, 235, 0.1);
  border-color: rgba(40, 143, 235, 0.15);
}

.trust-logo-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}

.trust-grid-modern {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 767px) {
  .trust-grid-modern {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Premium UI Utilities */
.section-vm {
  padding-top: 30px;
  margin-top: 40px;
  background: #f8f9fa;
}

.section-trust {
  padding: 40px 0;
  background: #ffffff;
  border-top: 1px solid #eee;
}

.premium-card-col {
  margin-bottom: 30px;
}

.premium-title {
  font-weight: 800;
  color: #212529;
  margin-bottom: 15px !important;
}

.premium-title-large {
  font-size: 2.5rem;
}

.premium-divider-blue {
  width: 50px;
  height: 4px;
  background: #288feb;
  margin-bottom: 15px;
  border-radius: 2px;
}

.premium-description {
  color: #6c757d;
  font-size: 1.3rem;
  line-height: 1.8;
}

.premium-description-spacing {
  margin-bottom: 25px;
}

.premium-description-top-spacing {
  margin-top: 15px;
}

.trust-content-side {
  padding-left: 40px;
}

.trust-shield-icon {
  font-size: 40px;
  color: #288feb;
  opacity: 0.8;
}

/* Client Logo Marquee */
.client-marquee-container {
  overflow: hidden;
  padding: 20px 0 60px 0;
  background: #ffffff;
  position: relative;
  width: 100%;
}

.client-marquee-track {
  display: flex;
  width: max-content;
  animation: scrollMarquee 40s linear infinite;
}

@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.client-logo-card {
  width: 220px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 0 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.client-logo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(40, 143, 235, 0.08);
  border-color: rgba(40, 143, 235, 0.1);
}

.client-logo-card img {
  max-width: 140px;
  max-height: 50px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.client-logo-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.client-marquee-track:hover {
  animation-play-state: paused;
}