body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
h2,
h3,
h4 {
  font-family: "Raleway", sans-serif;
}
h2 {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #1e3a4c;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1e3a4c;
}
h4 {
  font-size: 18px;
  color: #1e3a4c;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #178ba6;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #1e3a4c;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #178ba6;
  margin-bottom: 20px;
  border: 0;
}
/* Top Bar */
#top-bar {
  background: #1e3a4c;
  color: #fff;
  padding: 10px 0;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#top-bar .top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#top-bar .top-bar-left {
  display: flex;
  align-items: center;
}
#top-bar .top-bar-left a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
#top-bar .top-bar-left a:hover {
  color: #178ba6;
}
#top-bar .top-bar-left i {
  margin-right: 8px;
  color: #178ba6;
}
#top-bar .top-bar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
#top-bar .top-bar-item {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
}
#top-bar .top-bar-item i {
  margin-right: 6px;
  color: #178ba6;
}
#top-bar .top-bar-social {
  display: flex;
  gap: 10px;
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#top-bar .top-bar-social a {
  color: #fff;
  font-size: 14px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s;
}
#top-bar .top-bar-social a:hover {
  background: #178ba6;
  transform: translateY(-2px);
}
/* Navigation */
#menu.navbar.navbar-fixed-top {
  top: 49px;
  padding: 12px 0;
  transition: top 0.3s ease, padding 0.3s ease;
}
/* #menu.navbar.navbar-fixed-top.scrolled {
  top: 0 !important;
  padding: 12px 0;
} */
#menu .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#menu .navbar-content-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
#menu .navbar-header {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-right: auto;
}
.navbar-toggle {
  display: none;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none !important;
  }
  #menu .navbar-content-wrapper {
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  #menu .navbar-header {
    order: 1;
    display: flex;
    align-items: center;
  }
  #menu .navbar-collapse {
    order: 2;
    display: flex;
    align-items: center;
  }
  #menu .navbar-nav {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .navbar-toggle {
    display: block !important;
    position: relative;
    float: none;
  }
}
#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#menu a.navbar-brand {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1e3a4c;
  text-transform: uppercase;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  line-height: 1;
}
#menu a.navbar-brand .navbar-logo {
  width: 150px;
  height: auto;
  display: block;
  max-width: 100%;
  object-fit: contain;
}
#menu .navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
}
#menu .navbar-nav > li {
  display: flex;
  align-items: center;
}

.navbar-section {
    display: flex;
    justify-content: center;
    width: 100%;
}

#menu.navbar-default .navbar-nav > li > a {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #607d8b;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 2px;
  border-radius: 0;
  margin: 0px 20px 0;
  position: relative;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #1e3a4c 0%, #178ba6 100%);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
#menu.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #1e3a4c;
}
#menu.navbar-default .navbar-nav > li.active > a:after,
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 2px !important;
  background: linear-gradient(to right, #1e3a4c 0%, #178ba6 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #178ba6;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #178ba6;
}
#menu .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}
/* Container responsive widths */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 767px) {
  body,
  html {
    overflow-x: hidden;
    width: 100vw !important;
  }
  #menu .container {
    flex-direction: column;
  }
  #menu .navbar-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #menu a.navbar-brand {
    order: 1;
    margin-right: auto;
    padding: 5px 0;
  }
  #menu a.navbar-brand .navbar-logo {
    width: 120px !important;
    max-width: 50vw;
  }
  #menu .navbar-toggle {
    order: 2;
    margin: 0;
    float: none;
  }
  #menu .navbar-collapse {
    width: 100%;
    border: none;
  }
  #menu .navbar-collapse.collapse {
    display: none;
  }
  #menu .navbar-collapse.collapse.in {
    display: flex;
  }
  #menu .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  #menu .navbar-nav > li {
    width: 100%;
  }
  #menu.navbar-default .navbar-nav > li > a {
    margin: 5px 0;
    padding: 10px 15px;
  }
  .container {
    /* width: 100vw !important; */
    max-width: 100vw !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  #features,
  #about,
  #services,
  #gallery,
  #compliance,
  #team,
  #contact {
    width: 100vw !important;
    overflow-x: hidden;
    padding: 40px 0 !important;
  }
  .intro h1 {
    font-size: 36px !important;
    line-height: 1.2;
  }
  .intro p {
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 30px !important;
  }
  header .intro-text {
    padding-top: 150px !important;
    padding-bottom: 100px !important;
  }
  .btn-custom {
    padding: 10px 20px !important;
    font-size: 13px !important;
    border-radius: 20px !important;
  }
}
.section-title {
  margin-bottom: 50px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #178ba6 0%, #1e3a4c 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #178ba6;
  background-image: linear-gradient(to right, #178ba6 0%, #1e3a4c 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #1e3a4c;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background: url(../img/intro-bg.jpg) center center no-repeat;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.2);
}
.intro h1 {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.intro h1 span {
  font-weight: 800;
  color: #178ba6;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.intro p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
header .intro-text {
  padding-top: 350px;
  padding-bottom: 200px;
  text-align: center;
}
/* Features Section */
#features {
  background: #f6f6f6;
  padding: 80px 0;
}
#features i.fa {
  font-size: 38px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  color: #fff;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  border-radius: 50%;
  background: linear-gradient(to right, #1e3a4c 0%, #178ba6 100%);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
#features i.fa:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
/* About Section */
#about {
  padding: 80px 0;
}
#about .row {
  display: flex;
  align-items: center;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#about h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #178ba6 0%, #1e3a4c 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 0;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #178ba6;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#about img {
  width: 520px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}

#about p:last-child {
  margin: 30px 0 0;
}

.mission-vision-section {
  margin-top: 60px;
}
.mission-box,
.vision-box {
  padding: 30px;
  background: #f9f9f9;
  border-radius: 8px;
  height: 258px;
  border-left: 4px solid #178ba6;
  transition: all 0.3s ease;
}
.mission-box:hover,
.vision-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.mission-box h2,
.vision-box h2 {
  color: #1e3a4c;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
.mission-box p,
.vision-box p {
  color: #666;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 767px) {
  .mission-vision-section {
    margin-top: 40px;
  }
  .mission-box,
  .vision-box {
    margin-bottom: 20px;
  }
}
/* Services Section */
#services {
  padding: 80px 0;
  background: linear-gradient(to right, #1e3a4c 0%, #178ba6 100%);
  color: #fff;
  will-change: opacity;
}
#services .service-desc {
  margin: 10px 10px 20px;
}
#services h2 {
  color: #fff;
}
#services .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
#services i.fa {
  font-size: 42px;
  width: 120px;
  height: 120px;
  padding: 40px 0;
  background: linear-gradient(to right, #1e3a4c 0%, #178ba6 100%);
  border-radius: 50%;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
#services i.fa:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
#services h3 {
  font-weight: 500;
  padding: 5px 0;
  color: #fff;
}
#services p {
  color: rgba(255, 255, 255, 0.75);
}
#services .service-desc {
  margin-bottom: 40px;
}
#services .col-md-4,
#services .col-sm-6,
#services .col-xs-12 {
  margin-bottom: 40px;
}
#services .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
#services [class*="col-"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
/* gallery Section */
#gallery {
  padding: 80px 0;
  will-change: opacity;
}
.gallery-item {
  margin: 1px -15px 0 -14px;
  padding: 0;
}
.gallery-item .hover-bg {
  overflow: hidden;
  position: relative;
  margin: 0;
  height: 300px;
}
.gallery-item .hover-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: linear-gradient(
    to right,
    rgba(30, 58, 76, 0.9) 0%,
    rgba(23, 139, 166, 0.9) 100%
  );
  padding: 30% 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
/* Testimonials Section */
#compliance {
  padding: 80px 0;
  background: #f6f6f6;
}
.compliance-content {
  padding: 40px 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.compliance-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1e3a4c;
  margin-bottom: 20px;
}
.compliance-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
/* Team Section */
#team {
  padding: 100px 0;
}
#team h4 {
  margin: 5px 0;
}
#team .team-img {
  width: 240px;
}
#team .thumbnail {
  background: transparent;
  border: 0;
}
#team .thumbnail .caption {
  padding: 10px 0 0;
  color: #888;
}
/* Contact Section */
#contact {
  padding: 80px 0 60px;
  background: linear-gradient(to right, #1e3a4c 0%, #178ba6 100%);
  color: rgba(255, 255, 255, 0.75);
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact .section-title h2::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 4px;
  width: 60px;
  bottom: 0;
  left: 30px;
}
#contact h3 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 22px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
#contact form {
  padding: 35px 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
#contact .form-group {
  margin-bottom: 20px;
}
#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0 0;
  background: transparent;
  border: 2px solid #fff;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s ease;
}
#contact .btn-custom:hover {
  color: #1e3a4c;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 15px 18px;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input#name.form-control,
input#email.form-control,
input#phone.form-control,
input#subject.form-control {
  height: 42px;
}
#contact .form-control:focus {
  border-color: #fff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1);
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#contact .contact-item:last-child {
  border-bottom: none;
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
  font-size: 15px;
}
#contact .contact-item p {
  margin: 0;
  line-height: 1.8;
}
#contact .contact-item a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
#contact .contact-item a:hover {
  color: #fff;
  text-decoration: none;
}
#contact .contact-item i.fa {
  margin-right: 12px;
  color: #fff;
  font-size: 16px;
  width: 20px;
  display: inline-block;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 22px;
  width: 48px;
  height: 48px;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #178ba6;
  background: #fff;
}
/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 10px 0 0;
}
#footer p {
  color: #888;
  font-size: 14px;
}
#footer a {
  color: #178ba6;
}
#footer a:hover {
  border-bottom: 2px solid #178ba6;
}

@media (max-width: 768px) {
  #about .row {
    display: block;
  }
  #about img {
    margin: 0 0 50px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #top-bar {
    height: 49px;
  }
  #top-bar .top-bar-content {
    gap: 10px;
    text-align: center;
    height: 100%;
    align-items: center;
  }
  #top-bar .top-bar-right {
    flex-direction: row;
    gap: 15px;
    align-items: center;
  }
  #top-bar .top-bar-item:nth-child(2),
  #top-bar .top-bar-social {
    display: none;
  }
  
  #services .col-md-4,
  #services .col-sm-6,
  #services .col-xs-12 {
    margin-bottom: 0px;
  }
  #contact h3 {
    margin-top: 0px;
  }
  #contact .contact-item {
    margin: 12px 0;
    padding: 12px 0;
  }
  #contact .social {
    margin-top: 0px;
    padding-top: 30px;
  }
}

/* iPad and tablet view for features - 2 rows */
@media (min-width: 768px) and (max-width: 991px) {
  #features .col-sm-6 {
    width: 50%;
    float: left;
  }
  #features .row {
    display: flex;
    flex-wrap: wrap;
  }
  .mission-box, .vision-box {
    margin-bottom: 20px;
}
}

/* Spinner animation for loading button */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Scroll to top button */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(to right, #178ba6 0%, #1e3a4c 100%);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 1000;
}

.scroll-to-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.scroll-to-top:active {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

   #features .col-xs-12 {
    margin-bottom: 20px;
   }

    #features .col-xs-12:last-child {
    margin-bottom: 0px;
   }
  
  /* Hide gallery section on mobile */
  #gallery {
    display: none !important;
  }
}
