html {
  font-size: 100%;
}
body {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  color: #666666;
  padding: 0;
}
.topspace {
  margin-top: 15px;
}
/*********************************************************************


                            Navigation in header


**********************************************************************/
.navbar {
  border-width: 1px 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  width: 100%;
}
.navbar.stick {
  position: fixed;
  top: 0;
  left: 0;
  opacity: .85;
}
.navbar-collapse a {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.navbar-collapse .navbar-nav {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.navbar-collapse .navbar-nav > li {
  float: none;
  display: inline-block;
}
.navbar-collapse .navbar-nav > li > a {
  padding: 15px 30px;
  font-weight: 500;
}
.dropdown ul.dropdown-menu {
  top: 85%;
  text-align: left;
}
.dropdown ul.dropdown-menu > li > a {
  padding: 5px 30px;
}
.navbar-default {
  background-color: #ffffff;
  border-color: #cccccc;
}
.navbar-default .navbar-nav > li > a {
  color: #454545;
}
.navbar-default .navbar-nav > li > a.active {
  font-weight: 700;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #ffffff;
  text-decoration: none !important;
}
.navbar-default .dropdown ul.dropdown-menu > li > a {
  color: #454545;
}
.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #000000;
}
.navbar-default .navbar-toggle {
  border-color: #666666;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333333;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #cccccc;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #000000;
}
/****************************************************************************************


                                     Sidebar special Nav


*****************************************************************************************/
.nav-side {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: -0.37em;
}
.nav-side > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #f392b4;
}
.nav-side > li > a:hover {
  color: #bd1550;
  background: none;
}
.nav-side > li.active > a {
  color: #bd1550;
}
/*********************************************************************


                                TYPOGRAPHY


**********************************************************************/
p {
  line-height: 1.6em;
  margin: 0 0 30px 0;
}
ul,
ol {
  line-height: 1.6em;
  margin: 0 0 30px 0;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 30px;
  border-left: 5px solid #eee;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333333;
}
h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
h2 {
  font-size: 36px;
  font-size: 2.25rem;
}
h3 {
  font-size: 30px;
  font-size: 1.875rem;
}
h4 {
  font-size: 24px;
  font-size: 1.5rem;
}
h5 {
  font-size: 20px;
  font-size: 1.25rem;
}
a {
  color: #bd1550;
}
a:hover {
  color: #e93675;
}
.lead {
  font-weight: 300;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #000;
}
.text-msg {
  line-height: 1.7em;
  color: #b3b3b3;
  font-weight: 300;
  text-transform: capitalize;
  margin-top: -0.23em;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
/*********************************************************************


                                HEADER


**********************************************************************/
#head {
  background: #f4f4f4 url(../images/bg_blue.png) top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #7C7C7C;
  padding: 30px 0 35px 0;
}
#head img.img-circle {
  display: block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border: 9px solid rgba(0, 0, 0, 0.05);
  border-radius: 22%;
  margin: 0 auto;
}
#head .title {
  font-family: Alice, Georgia, serif;
  font-size: 30px;
}
#head .title a {
  text-decoration: none;
  color: #333333;
}
#head .tagline {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  color: #000;
  margin: 2px 0 0;
}
#head .tagline b {
  font-weight: normal;
}
#head .tagline a {
  color: #5E5E5E;
}
.home #head {
  padding: 25px 0;
}
.home #head .tagline {
  font-size: 16px;
  font-size: 1rem;
  margin: 15px 0 0;
}

#head .promo {
  font-size: 16px;
  font-size: 1rem;
  margin: 5px 0 0;
  text-align: center;
  color: #a57186;
  font-family: serif;
  font-weight: bold;
}

/*********************************************************************


                                CONTENT


**********************************************************************/
img {
  max-width: 100%;
}
.btn {
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border: 0 none;
  padding: 12px 35px;
  text-shadow: 0 1px 0px #780d33;
}
.btn-primary {
  color: #fff;
  background-color: #bd1550;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #e61f65;
}
.btn-action {
  font-weight: bold;
  background: transparent!important;
  border: 1px solid #666666;
  text-shadow: none;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
  color: #000;
  border-color: #000;
  background-color: #d2d0d0 !important;
}
.btn-lg {
  padding: 15px 60px;
  font-size: 12px;
  line-height: 1.33;
  font-weight: bold;
}
.panel-cta {
  box-shadow: 0 0 0 1px #e1e1e1, 0 0 0 3px #fff, 0 0 0 4px #e1e1e1;
  background: #f3f3f3;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.panel-cta p,
.panel-cta h3,
.panel-cta h4,
.panel-cta h5,
.panel-cta h6 {
  margin: 0;
}
.panel-cta .panel-body {
  padding: 35px;
}
/* Section - Featured */
.featured {
  font-size: 13px;
  font-size: 0.8125rem;
}
.featured h3 {
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  /*font-size: 1.5rem;*/
  text-transform: uppercase;
  line-height: 1.4em;
  vertical-align: middle;
  margin: 0 0 25px 0;
}
/* Section - Recent works */
.thumbnails {
  padding: 0;
}
.thumbnails li {
  margin-bottom: 30px;
}
.thumbnails .details {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}
.thumbnail {
  display: block;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: 0 none;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: #333;
}
.thumbnail .img {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 180px;
  margin: 0 0 20px;
  position: relative;
}
.thumbnail .title {
  text-transform: uppercase;
  margin: 0 2em;
  display: block;
  text-indent: 0;
}
.thumbnail .cover {
  position: absolute;
  display: block;
  opacity: 0;
  width: 100%;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 550ms;
  -moz-transition-duration: 550ms;
  -o-transition-duration: 550ms;
  transition-duration: 550ms;
}
.thumbnail .cover .more {
  position: absolute;
  bottom: 15px;
  right: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
  -webkit-border-radius: 1px 0 0 1px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 1px 0 0 1px;
  -moz-background-clip: padding;
  border-radius: 1px 0 0 1px;
  background-clip: padding-box;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-shadow: 0 1px 0px #780d33;
  background: #bd1550;
  color: white;
}
.thumbnail img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.thumbnail:hover {
  color: #333;
  text-decoration: none;
}
.thumbnail:hover img {
  -webkit-filter: saturate(0%);
}
.thumbnail:hover .cover {
  opacity: 1;
}
/* pagination */
.pagination > li > a {
  color: #808080;
  border: 0 none;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: Georgia, serif;
}
.pagination > li > a:hover {
  color: #000000;
  background: none;
}
.pagination > li.active > a {
  color: #333333;
  background: none;
}
.pagination > li.active > a:hover {
  color: #000000;
  background: none;
}
/*********************************************************************


                                 BLOG


**********************************************************************/
.section-title,
.entry-title {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0px 0 25px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 1px;
}
.section-title a,
.entry-title a {
  color: #333333;
  text-decoration: none !important;
}
.section-title span,
.entry-title span {
  display: inline-block;
  position: relative;
}
.section-title span:before,
.entry-title span:before,
.section-title span:after,
.entry-title span:after {
  content: "";
  position: absolute;
  height: 4px;
  top: .53em;
  width: 400%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.section-title span:before,
.entry-title span:before {
  right: 100%;
  margin-right: 45px;
}
.section-title span:after,
.entry-title span:after {
  left: 100%;
  margin-left: 45px;
}
.entry-header .entry-meta {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: normal;
  color: #a5a5a5;
  margin: 0 0 15px 0;
}
.entry-header .entry-meta a {
  color: #a5a5a5;
}
.entry-content em {
  color: #000;
}
.entry-content {
  margin: 0 0 60px 0;
}
.entry-content h2 {
  line-height: 1.2;
  font-size: 25px;
  /*font-size: 1.875rem;*/
  padding-top: 20px;
  margin-bottom: 20px;
}
.meta-nav,
.more-link {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}
.meta-nav:hover,
.more-link:hover {
  color: #333333;
  text-decoration: underline;
}
.more-link {
  display: block;
  width: 100%;
  text-align: right;
}
/* Posts navigation */
#nav-below {
  position: fixed;
  top: 48%;
}
#nav-below .meta-nav {
  display: block;
  padding: 27px 7px;
  background: #444;
  color: #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  opacity: 0.2;
}
#nav-below .meta-nav:hover {
  text-decoration: none;
  color: #333;
}
#nav-below .nav-next {
  position: fixed;
  right: -3px;
}
#nav-below .nav-previous {
  position: fixed;
  left: -3px;
}
#nav-below b {
  display: none;
}
footer.entry-meta {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 0 35px 0;
  padding: 2px 0;
  color: #888888;
  font-size: 12px;
  font-size: 0.75rem;
}
footer.entry-meta a {
  color: #333333;
}
footer.entry-meta .meta-in {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
  text-align: left;
}
.page-header .page-title {
  margin-top: 0;
  margin-bottom: 30px;
}
/*********************************************************************


                                COMMENTS


**********************************************************************/
#comments {
  font-size: 13px;
  font-size: 0.8125rem;
}
#comments .comments-title {
  margin: 0 0 5px 0;
}
#comments .leave-comment {
  display: block;
  margin: 0 0 40px 0;
}
#comments ul,
#comments ol {
  margin: 0;
  padding: 0;
}
#comments .comment {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}
#comments .comments-title {
  text-shadow: none;
  margin-bottom: 0;
}
#comments .avatar {
  float: left;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
  border: 5px solid #eeeeee;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
#comments .children {
  margin: 0 0 0 90px;
}
#comments .comment-meta {
  margin: 0 0 0 90px;
}
#comments .comment-meta a {
  color: #333333;
}
#comments .comment-meta a:hover {
  color: #bd1550;
}
#comments .comment-meta .author {
  margin: 0 20px 0 0;
  font-weight: bold;
}
#comments .comment-meta .date {
  margin: 0 20px 0 0;
}
#comments .comment-meta .date a {
  color: #666666;
}
#comments .comment-meta .reply {
  float: right;
}
#comments .comment-body {
  margin: 0 0 35px 90px;
}
.comment-navigation {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 2px 0 0 0;
}
.comment-navigation .nav-content {
  border-top: 1px solid #ccc;
  width: 100%;
  padding: 10px 0 0 0;
}
.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
#respond {
  margin: 55px 0 0 0;
}
/*********************************************************************


                                FOOTER


**********************************************************************/
#footer {
  background: #232323;
  padding: 30px 0;
  font-size: 12px;
  color: #999;
}
#footer a {
  color: #ccc;
}
#footer a:hover {
  color: #fff;
}
#footer h3.widget-title {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #ccc;
  margin: 0 0 20px;
}
#underfooter {
  background: #191919;
  padding: 15px 0;
  color: #777;
  font-size: 12px;
}
#underfooter a {
  color: #aaa;
}
#underfooter a:hover {
  color: #fff;
}
#underfooter p {
  margin: 0;
}
.follow-me-icons {
  font-size: 30px;
}
.follow-me-icons i {
  float: left;
  margin: 0 10px 0 0;
}
/* Max page width - Wider for better use of space */
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1600px;
  }
}
/*********************************************************************


                                SHARE THIS


**********************************************************************/
.st-custom-button[data-network] {
   background-color: #fff;
   display: inline-block;
   padding: 0px 5px 20px 5px;
   cursor: pointer;
   font-weight: bold;
   color: #666666;
   &:hover, &:focus {
      color: #004488;
   }
}

.contact_form {
  margin-top: 10px;
}

.contact_form i {
  font-size: 13px;
}

.contact_form label {
  margin: 0;
}

.contact_form .form-group {
  margin-bottom: 5px;
}

.contact_form form {
  margin-top: 8px;
}

.contact_form.result_success .success {
  display: block !important;
  color: #47a019;
  font-weight: 700;
}

.contact_form.result_progress button {
  display: none !important;
}

.contact_form.result_progress .progress {
  display: block !important;
  background: #f4f4f4 url(../images/spinner.gif) top center;
  width: 50px;
  height: 50px;
}

.contact_form.result_fail .fail {
  display: block !important;
  color: #ca1818;
}

.contact_form .result_message {
  display: none;
  margin: 5px 0;
}

.contact_popup .contact_form {
  display: none;
}


.nav li.contact_popup {
  height: 30px;
  width: 0px;
}

.contact_popup >div {
  position: absolute;
}

/*.contact_popup .contact_icon {
  margin-left: 50px;
  background: url(../images/phone_128.png);
  background-size: cover;
  width: 78px;
  height: 65px;
  cursor: pointer;
}
*/

.contact_popup .contact_icon {
  background: #1eeae1;
  background-image: -webkit-linear-gradient(top, #1eeae1, #0acdec);
  background-image: -moz-linear-gradient(top, #1eeae1, #0acdec);
  background-image: -ms-linear-gradient(top, #1eeae1, #0acdec);
  background-image: -o-linear-gradient(top, #1eeae1, #0acdec);
  background-image: linear-gradient(to bottom, #1eeae1, #0acdec);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 17px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;

  cursor: pointer;
  width: 180px;
  height: 41px;
  margin-top: 4px;
}

  /*width: 180px;
  height: 41px;
  margin-top: 4px;*/
/* #1eeae1, #0acdec */
.contact_popup .contact_icon:hover {
  background: #1eeae0;
  background-image: -webkit-linear-gradient(top, #1eeae0, #00aade);
  background-image: -moz-linear-gradient(top, #1eeae0, #00aade);
  background-image: -ms-linear-gradient(top, #1eeae0, #00aade);
  background-image: -o-linear-gradient(top, #1eeae0, #00aade);
  background-image: linear-gradient(to bottom, #1eeae0, #00aade);
  text-decoration: none;
}

.contact_popup .contact_form {
  width: 300px;
  top: 47px;
  right: -180px;
  background-color: #efeff1;
  border: 1px solid #999;
  padding: 15px;
}

.contact_popup .contact_form .result_message {
  text-transform: none;
}

#footer label {
  font-weight: normal;
  cursor: pointer;
}

#footer .fa {
  padding-right: 5px;
}

#footer .follow-me-icons {
  font-size: 22px;
  margin-top: 10px;
}

#footer img.cert {
  height: 84px;
  border: 3px solid rgba(0, 0, 0, 0.05);
  border-radius: 22%;
}

@media only screen and (max-width: 500px) {
  .nav .contact_icon {
    display: none;
  }
  .navbar-collapse .navbar-nav > li > a {
    padding: 10px 10px;
  }
  #footer .certifications h3 {
    margin-top: 10px !important; 
  }
  #footer img.cert {
    height: 40px;
  }
}

.topspace p {
  margin: 0 0 15px 0;
  /*text-align: center;*/
}
.topspace .fa {
  color: #6c7c86;
  padding: 0 2px;
  font-size: 10px;
  vertical-align: super;
}

.post p >img {
  float: left;
  width: 60px;
  margin-right: 15px;
}

.post {
  margin: 0 15px;
}

.featured {
  margin: 0 15px !important;
}

.clear {
  clear: both;
}

/* ============================================
   MODERN SINGLE-PAGE STYLES (2024 Update)
   ============================================ */

/* Modern Typography */
body {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
  color: #2c3e50;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

/* Hero Section - Modern Design */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0a0e27;
  padding: 80px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(135deg, #0a0e27 0%, #1a1f3a 50%, #0a0e27 100%),
    radial-gradient(circle at 20% 30%, rgba(189, 21, 80, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(189, 21, 80, 0.1) 0%, transparent 50%);
  z-index: 0;
}

.hero-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.02) 2px, rgba(255, 255, 255, 0.02) 4px);
  opacity: 0.3;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.hero-badge {
  display: inline-block;
  margin-bottom: 24px;
}

.badge-text {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(189, 21, 80, 0.2);
  border: 1px solid rgba(189, 21, 80, 0.4);
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ff6b9d;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hero-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 24px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.hero-tagline {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 32px;
  line-height: 1.7;
  font-weight: 400;
  max-width: 600px;
}

.hero-cta .btn {
  padding: 14px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.hero-cta .btn-primary {
  background: linear-gradient(135deg, #bd1550 0%, #e93675 100%);
  border: none;
  box-shadow: 0 4px 20px rgba(189, 21, 80, 0.4);
}

.hero-cta .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(189, 21, 80, 0.5);
}

.hero-cta .btn-outline-primary {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.hero-cta .btn-outline-primary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.hero-image-wrapper {
  position: relative;
  z-index: 2;
}

.hero-logo {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 40px rgba(0, 0, 0, 0.3));
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}


/* Section Titles - Modern Clean Style */
.section-title {
  display: block;
  width: 100%;
  margin: 0 0 60px;
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  text-transform: none;
}

.section-title span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  text-decoration: none !important;
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
}

/* Removed accent bars - clean design */

/* Modern Services Section - Consistent Background */
.services-modern-section {
  background: #0a0e27;
  padding: 60px 0;
  position: relative;
  color: #ffffff;
}

/* Subtle section separator - enhanced gradient line */
.services-modern-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  opacity: 0.6;
}

.services-modern-section:first-of-type::before {
  display: none;
}

/* Consistent spacing - no variation needed */

.section-header-modern {
  text-align: center;
  margin-bottom: 60px;
}

.section-title-modern {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin: 0;
  text-decoration: none !important;
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
  display: inline-block;
  position: relative;
}

.section-content-modern {
  max-width: 1200px;
  margin: 0 auto;
}

.section-subtitle-modern {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}

.section-text-modern {
  font-size: 1.2rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
}

/* Modern List - Clean Design */
.modern-list-clean {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-list-clean li {
  padding: 18px 0;
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none !important;
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
  -webkit-text-decoration: none !important;
}

.modern-list-clean li:last-child {
  border-bottom: none;
}

.modern-list-clean li i {
  color: #ff6b9d;
  font-size: 1.3rem;
  margin-right: 18px;
  margin-top: 3px;
  flex-shrink: 0;
  width: 28px;
  text-align: center;
}

.modern-list-clean li span {
  text-decoration: none !important;
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
  -webkit-text-decoration: none !important;
  flex: 1;
}

.modern-list-clean li strong {
  color: #ffffff;
  font-weight: 600;
}

/* Service Cards - Modern Style */
.service-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  border-color: #e0e0e0;
}

/* Service Icons */
.service-icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

/* Entry Titles */
.entry-title {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 0 25px;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2.25rem;
  letter-spacing: 1px;
  color: #333;
}

.entry-title a {
  color: #333;
  text-decoration: none;
}

.entry-content h2 {
  line-height: 1.2;
  font-size: 1.875rem;
  padding-top: 20px;
  margin-bottom: 20px;
  color: #333;
}

/* Sticky Navbar */
#mainNav.scrolled {
  background-color: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Certifications Grid */
.certifications-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.certifications-grid .cert {
  height: 84px;
  border: 3px solid rgba(0, 0, 0, 0.05);
  border-radius: 22%;
  object-fit: contain;
}

/* Contact Section - Matching Dark Theme */
.contact-info {
  margin-top: 40px;
}

.contact-item {
  font-size: 1.25rem;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
}

.contact-item i {
  color: #ff6b9d;
  font-size: 1.5rem;
}

.contact-item a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #ff6b9d;
}

.form-control {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #bd1550;
  box-shadow: 0 0 0 3px rgba(189, 21, 80, 0.1);
}

.btn-primary {
  background: linear-gradient(135deg, #bd1550 0%, #e93675 100%);
  border: none;
  border-radius: 8px;
  padding: 14px 32px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(189, 21, 80, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(189, 21, 80, 0.4);
  background: linear-gradient(135deg, #a01245 0%, #d12a5f 100%);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section {
    min-height: auto;
    padding: 60px 0;
  }
  
  .hero-section .row {
    min-height: auto !important;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-tagline {
    font-size: 1.1rem;
  }
  
  .hero-logo {
    max-width: 100%;
    margin-top: 40px;
  }
  
  .hero-cta {
    text-align: center;
  }
  
  .hero-cta .btn {
    display: inline-block;
    width: auto;
    margin: 0 8px 12px;
  }
  
  .hero-cta .btn.me-3 {
    margin-right: 8px !important;
  }
  
  .content-section {
    padding: 50px 0;
  }
  
  #services.content-section {
    padding-top: 50px;
  }
  
  .services-modern-section {
    padding: 50px 0;
  }
  
  /* Navbar mobile adjustments */
  #mainNav .navbar-brand {
    font-size: 1.1rem;
  }
  
  #mainNav .nav-link {
    padding: 12px 16px !important;
    text-align: left;
  }
  
  #mainNav .nav-link.btn {
    width: 100%;
    margin: 8px 0 0 0;
    text-align: center;
  }
  
  #mainNav .navbar-collapse {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .section-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  
  .certifications-grid .cert {
    height: 60px;
  }
  
  .service-card {
    margin-bottom: 20px;
  }
  
  .contact-form-wrapper {
    padding: 30px 20px;
  }
}

@media (max-width: 576px) {
  .hero-section {
    padding: 50px 0 40px;
    min-height: 350px;
  }
  
  .hero-title {
    font-size: 1.75rem;
  }
  
  .hero-logo {
    width: 140px;
    height: 140px;
  }
  
  .hero-tagline {
    font-size: 1rem;
  }
  
  .section-title {
    font-size: 1.75rem;
  }
  
  .certifications-grid .cert {
    height: 50px;
  }
  
  .contact-form-wrapper {
    padding: 24px 16px;
  }
  
  .process-number {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}

/* Modern Navbar Styling - Dark Theme */
#mainNav {
  background: rgba(10, 14, 39, 0.95) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 0;
  transition: all 0.3s ease;
}

#mainNav.scrolled {
  background: rgba(10, 14, 39, 0.98) !important;
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

#mainNav .navbar-brand {
  font-weight: 800;
  font-size: 1.3rem;
  color: #ffffff !important;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}

#mainNav .navbar-brand:hover {
  color: #ff6b9d !important;
}

#mainNav .nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 10px 18px !important;
  margin: 0 2px;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: none;
  position: relative;
}

#mainNav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, #bd1550, #ff6b9d);
  border-radius: 2px;
  transition: transform 0.3s ease;
}

#mainNav .nav-link:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}

#mainNav .nav-link:hover::after {
  transform: translateX(-50%) scaleX(1);
}

#mainNav .nav-link.btn {
  background: linear-gradient(135deg, #bd1550 0%, #e93675 100%);
  color: white !important;
  padding: 12px 28px !important;
  margin-left: 12px;
  box-shadow: 0 4px 15px rgba(189, 21, 80, 0.4);
  border: none;
  border-radius: 8px;
}

#mainNav .nav-link.btn::after {
  display: none;
}

#mainNav .nav-link.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(189, 21, 80, 0.5);
  background: linear-gradient(135deg, #a01245 0%, #d12a5f 100%);
  color: white !important;
}

/* Mobile toggle button */
#mainNav .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 10px;
}

#mainNav .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.1);
}

#mainNav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Remove old section backgrounds */
.services-section,
.pricing-section,
.about-section,
.faq-section,
.contact-section,
.process-section {
  background: transparent;
}

/* Footer - Simple */
#footer {
  background: #1a1a1a;
  padding: 30px 0;
}

#footer p {
  color: #b0b0b0;
  font-size: 0.95rem;
  margin: 0;
}

/* Process Steps - Clean Design */
.process-step {
  padding: 30px 0;
  height: 100%;
}

.process-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #8b1040 0%, #a01245 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 24px;
  box-shadow: 0 4px 12px rgba(139, 16, 64, 0.25);
}

.process-step h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  text-decoration: none !important;
  -webkit-text-decoration-line: none !important;
}

.process-step p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 280px;
  margin: 0 auto;
  text-decoration: none !important;
  -webkit-text-decoration-line: none !important;
}

/* Pricing removed - now uses content-section */

/* FAQ Section - Clean Design */
.accordion-button {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 1.125rem;
  padding: 20px 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 !important;
  text-decoration: none !important;
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: #ff6b9d;
  box-shadow: none;
  text-decoration: none !important;
  -webkit-text-decoration-line: none !important;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.1);
  text-decoration: none !important;
}

.accordion-item {
  border: none;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-body {
  padding: 20px 0 30px;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.7;
  text-decoration: none !important;
  -webkit-text-decoration-line: none !important;
}

/* About Section - Modern Design */
.about-section {
  background: #fafbfc;
}

.about-photo {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.about-content {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #4a5568;
}

.about-content p {
  margin-bottom: 24px;
}

/* Consistent Section Styling */
.content-section {
  background: #ffffff;
  padding: 100px 0;
}

.content-section:nth-child(even) {
  background: #fafbfc;
}

/* First content section after hero */
#services.content-section {
  padding-top: 100px;
  background: #ffffff;
}

.forms-situations-content {
  max-width: 900px;
  margin: 0 auto;
}

.section-content {
  max-width: 900px;
  margin: 0 auto;
}

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.section-text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 24px;
}

.section-note {
  font-size: 1.05rem;
  font-style: italic;
  color: #6b7280;
  margin-top: 24px;
}

.section-note-modern {
  font-size: 1.1rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 24px;
  text-decoration: none !important;
  -webkit-text-decoration-line: none !important;
}

.list-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.list-heading-modern {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
  text-decoration: none !important;
  -webkit-text-decoration-line: none !important;
}

/* Modern List with Icons - No Backgrounds (Legacy) */
.modern-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.modern-list li {
  padding: 16px 0;
  font-size: 1.125rem;
  line-height: 1.7;
  color: #4a5568;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  text-decoration: none !important;
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
  -webkit-text-decoration: none !important;
}

.modern-list li:last-child {
  border-bottom: none;
}

.modern-list li i {
  color: #bd1550;
  font-size: 1.25rem;
  margin-right: 16px;
  margin-top: 2px;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}

.modern-list li strong {
  color: #1a1a1a;
  font-weight: 600;
  text-decoration: none !important;
  -webkit-text-decoration-line: none !important;
}

/* Override browser spellcheck strikethrough */
.modern-list li::before,
.modern-list li::after {
  display: none !important;
  content: none !important;
}

/* Additional strikethrough prevention */
h1, h2, h3, h4, h5, h6,
.section-title, .section-title-modern,
.section-subtitle, .section-subtitle-modern {
  text-decoration: none !important;
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
  -webkit-text-decoration: none !important;
}

/* Prevent strikethrough from spellcheck */
.modern-list,
.modern-list li,
.section-text,
.section-note,
.section-content {
  text-decoration: none !important;
  text-decoration-line: none !important;
  -webkit-text-decoration-line: none !important;
}

.modern-list li,
.modern-list li * {
  text-decoration: none !important;
  -webkit-text-decoration-line: none !important;
}

/* Additional fix for browser spellcheck */
.modern-list li {
  -webkit-user-modify: read-only;
  user-select: text;
}

/* Pricing List Specific */
.pricing-list li {
  font-size: 1.2rem;
  padding: 20px 0;
}

/* Contact Section */
/* Removed duplicate - using dark theme version above */

/* Responsive adjustments for new sections */
@media (max-width: 768px) {
  .process-step {
    margin-bottom: 20px;
  }
  
  .pricing-card {
    padding: 30px 20px !important;
  }
}