/***********************************************************************************************
	Salient by TEMPLATE STOCK - Full Dark Mode Style (Parallax Script Override)
	templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
**********************************************************************************************/

/***********************************************************************************************/
/* TABLE OF CONTENTS: */
/***********************************************************************************************/

/*------------------------------------------------------------------------
  01. Common Styles
      -Typography
      -Buttons
      -Form
  02. Preloader
  03. Navbar
  04. Hero section
      -Hero section 2
      -Hero section 3
      -Hero section 4
  05. Home hero
  06. About Section
  07. Choose Section
  08. Projects Section
  09. Clients section
  10. Statistics Section
  11. Call-to-action section
  12. Services
  13. Portfolio Page
  14. Tweet section
  15. Blog-section
  16. Contact section
  17. Google maps
  18. Single-project
  19. Landing page
      -Features Section
      -Video section
      -Offer section
      -Screenshots
      -Subscribe section
      -Testimonials section
  20. Landing Blog
      -Pagination
      -Comments section
      -Sidebar
      -About widget
      -Tags
      -Recent Posts
  21. App landing page
  22. Coming soon page
  23. Personal page
  24. Footer
  25. Back to top
  26. Responsive Part
--------------------------------------------------------------------------*/

/***********************************************************************************************/
/* =Common Styles */
/***********************************************************************************************/

body {
  font-family: 'Raleway', sans-serif;
  color: #b0b0b0 !important; /* Light gray text for dark background visibility */
  background-color: #121212 !important; /* Solid dark base color */
  line-height: 24px;
  font-size: 13px;
  letter-spacing: 1.2px;
  -webkit-font-smoothing: antialiased;
  padding-top: 68px;
  position: relative;
}

a {
  color: #00a2ff; /* MATCHED: Electric Blue from your logo */
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  color: #ffffff; /* Hover text color remains pure white */
}

img {
  max-width: 100%;
}

.dark-bg {
  background: #1a1a1c !important;
}

.white-bg {
  background: #121212 !important; /* Flipped white section backgrounds to match base */
}

.without-padding {
  padding: 0;
}

.marg-0 {
  margin: 0;
}

.pad-b-0 {
  padding-bottom: 0!important;
}

.pad-t-100 {
  padding-top: 100px!important;
}

.bg-gray {
  background: #1e1e1e !important; /* Muted dark gray secondary background */
}

.form-control::-moz-placeholder {
  color: #a0a0a0;
}
.form-control:-ms-input-placeholder {
  color: #a0a0a0;
}
.form-control::-webkit-input-placeholder {
  color: #a0a0a0;
}

/***********************************************************************************************/
/* =Typography */
/***********************************************************************************************/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  color: #ffffff !important; /* Crisp white titles */
  text-transform: uppercase;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

h1, .h1 {
  font-family: 'Abel', sans-serif;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 2px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 17px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

p {
  margin: 0;
}

.title-section hr {
  width: 15%;
  border-color: #2d2d2d;
}

.title-section p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.pad-sec {
  padding: 60px 0!important;
  background-color: #121212 !important;
}

.title-section {
  padding-left: 30px;
  padding-right: 30px;
}

.sep-section {
  height: 1px;
  border-bottom: 1px solid #2d2d2d; /* Subtle dark divider lines */
}

/***********************************************************************************************/
/* =Buttons */
/***********************************************************************************************/

.btn {
  font-size: 13px;
  letter-spacing: 1px;
  padding: 14px 25px;
  border-radius: 1px;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
      -ms-transition: all .25s ease-in-out;
       -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus,
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-xs {
  padding: 5px 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-sm {
  padding: 8px 37px;
  font-size: 12px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.btn-lg {
  padding: 15px 35px;
}

.btn-primary {
  text-transform: uppercase;
  background-color: #00a2ff; /* MATCHED: Logo electric blue base */
  border-color: #00a2ff;     /* MATCHED */
  color: #fff;
}

.btn-black {
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  border-color: #2d2d2d;
}

.btn-black:hover {
  background-color: #00a2ff; /* MATCHED */
  border-color: #00a2ff;     /* MATCHED */
  color: #fff;
}

.btn-clean {
  border-color: #00a2ff;     /* MATCHED */
  color: #F5F5F5;
  text-transform: uppercase;
  letter-spacing: 0;
  background: transparent;
}

.btn-clean:hover, .btn-clean:focus, .btn-clean:active {
  color: #00a2ff;            /* MATCHED: Text flips to electric blue */
  background: #ffffff;       /* Fills solid white on hover */
}

.btn-dark {
  color: #FFF;
  text-transform: uppercase;
  background: #00a2ff;       /* MATCHED */
  font-weight: 400;
  border-color: rgba(0,0,0, .7);
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn-dark:visited {
  color: #00a2ff;            /* MATCHED */
  background: #ffffff;
  outline: 0;
  box-shadow: none;
}

.btn-light {
  background: #2d2d2d;
  color: #fff;
  border: 1px solid #444;
}

.call-btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12px 20px;
  font-size: 12px;
  border-radius: 0;
  border: none;
  outline: none;
  display: inline-block;
}

.btn-gray {
  color: #ccc;
  background: #2d2d2d;
}

/***********************************************************************************************/
/* =Form */
/***********************************************************************************************/

.form-group {
  margin-bottom: 20px;
}

.form-control {
  font-size: 12px;
  color: #ffffff;
  background-color: #1a1a1a; /* Dark content style input boxes */
  background-image: none;
  border: 1px solid #444;
  border-radius: 1px;
  height: auto;
  padding: 9px 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.form-control:focus {
  color: #fff;
  border-color: #00a2ff; /* MATCHED */
  background-color: #222;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/***********************************************************************************************/
/* =Preloader */
/***********************************************************************************************/

#preloader {
  background-color: #121212;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999;
}

#loading-animation {
  background-image: url("../images/loading.GIF");
  opacity: 0.7;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
  border-radius: 4px;
}

/************************************************************************
// =Navbar
*************************************************************************/

.navbar-default {
  background: #0a0a0a !important; /* Dark sleek header block */
  border: none;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  border-bottom: 2px solid #1a1a1a;
}

.navbar.active {
  position: fixed;
  opacity: 0.95;
  border: 1px solid #2d2d2d;
  background: #0a0a0a;
}

.navbar-nav {
  margin: 7.5px -10px;
}

.navbar-default .navbar-nav > li > a {
  color: #e0e0e0;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #00a2ff; /* MATCHED */
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #00a2ff; /* MATCHED */
}

.dropdown-menu {
  top: 117%;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  border-top: 0;
  padding: 12px 5px;
  background-color: #1a1a1a;
  border: 1px solid #2d2d2d;
}

.dropdown-menu>li>a {
  padding: 3px 15px;
  line-height: 1.7;
  letter-spacing: 2px;
  color: #e0e0e0;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #2d2d2d;
  color: #00a2ff; /* MATCHED */
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: #1a1a1a;
  color: #00a2ff; /* MATCHED */
}

.navbar-default .dropdown:hover>.dropdown-menu {
  display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/***********************************************************************************************/
/* =Hero section */
/***********************************************************************************************/

#hero-section {
  position: relative !important;
  display: table !important;
  width: 100% !important;
}

/* Dark transparent shield over the webp image so white text pops */
.landing-hero:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55) !important;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Pointed directly to your fresh landing.webp file */
.landing-hero {
  background-image: url('../images/hero-bg/landing.webp') !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-attachment: scroll !important;
  min-height: 600px;
}

/***********************************************************************************************/
/* =Hero section-2, 3, 4 placeholders */
/***********************************************************************************************/

.home-hero-2:before, .home-hero-3:before, .home-hero-4:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home-hero-2 {
  background: url('../images/hero-bg/home-2.jpg') no-repeat center center !important;
  background-size: cover !important;
}

.home-hero-3 {
  background: url('../images/hero-bg/home-3.jpg') no-repeat center center !important;
  background-size: cover !important;
}

.home-hero-4 {
  background: url('../images/hero-bg/home-4.jpg') no-repeat center center !important;
  background-size: cover !important;
}

/***********************************************************************************************/
/* =Home hero */
/***********************************************************************************************/

.hero-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}

.hero-content h1, p.hero {
  color: #fff;
}

.hero-content h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 43px;
  font-weight: 500;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.div-line {
  width: 50px;
  background-color: #fff;
  height: 3px;
  margin: 20px auto;
}

p.hero {
  font-family: 'Crimson Text', serif;
  font-style: italic;
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  display: block;
  margin-top: 20px;
}

.hero-btn {
  margin-top: 50px;
}

ul.caption-slides {
  padding-left: 0;
}

ul.caption-slides li {
  text-align: center;
}

/***********************************************************************************************/
/* =About Section */
/***********************************************************************************************/

.about-hero {
  background: url('../images/hero-bg/about.jpg');
  background-size: cover;
}

.about-hero:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
}

#about-us-section {
  padding: 100px 0;
  background-color: #121212 !important;
}

.about-studio h4, .what-do h4, .process-work h4 {
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
}

.btn-link-a {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  margin-top: 25px;
}

.btn-link-a:hover {
  color: #00a2ff; /* MATCHED */
}

#about-section {
  padding: 110px 0 120px 0!important;
  background-color: #121212 !important;
}

.big-title-sec {
  text-align: center;
  padding-bottom: 100px;
}

.big-title-sec hr {
  border: 1.5px solid #00a2ff; /* MATCHED: Line underneath sections now uses logo blue */
  margin: 30px auto;
  width: 80px!important;
  margin-bottom: 50px;
}

.big-title-sec .big-title {
  font-weight: 300;
  text-transform: none;
  font-size: 24px;
  color: #ffffff;
}

.big-title-sec .big-subtitle {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1.3px;
  color: #b0b0b0;
}

/***********************************************************************************************/
/* =Footer section dark overrides */
/***********************************************************************************************/

footer, #footer-section {
  background-color: #0a0a0a !important;
  padding: 40px 0;
  border-top: 1px solid #2d2d2d;
}

.footer-social-links li a {
  color: #b0b0b0;
}

.footer-social-links li a:hover {
  color: #00a2ff; /* MATCHED */
}

.copyright {
  color: #666;
}

/* Force-remove any stubborn bullets from the footer social menu */
ul.footer-social-links,
ul.footer-social-links li {
    list-style: none !important;
    list-style-type: none !important;
    display: inline-block !important; /* Keeps them sitting neatly side-by-side */
    margin: 0 10px !important;       /* Gives multiple icons nice breathing room */
}

/* Blow up the Instagram icon size and match your theme */
ul.footer-social-links li a i.fa-instagram {
    font-size: 24px !important;  /* Cranks up the size so it's highly visible */
    color: #b0b0b0;              /* Matches your clean dark-mode text color */
    vertical-align: middle;
    transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

/* Add a smooth interactive pop when hovering over it */
ul.footer-social-links li a:hover i.fa-instagram {
    color: #00a2ff !important;   /* MATCHED: Instagram social icon glows your logo blue */
    transform: scale(1.15);      /* Gives it a subtle, elegant zoom effect */
}

/***********************************************************************************************/
/* =Added: Dedicated Inline Instagram CTA Component Styles */
/***********************************************************************************************/

/* Button Layout Positioner */
.insta-cta-container {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

/* Active Base State: Matched Logo Electric Blue Theme Block */
.btn-insta-follow {
    background-color: #00a2ff;   /* MATCHED */
    color: #ffffff !important;   /* Hard White Text */
    border: 2px solid #00a2ff;   /* MATCHED */
    padding: 11px 26px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 3px;
    display: inline-block;
    transition: all 0.25s ease-in-out;
}

/* Hover State: Fills Solid White with Matched Typography */
.btn-insta-follow:hover,
.btn-insta-follow:focus,
.btn-insta-follow:active {
    background-color: #ffffff;   /* Fills White on Hover */
    color: #00a2ff !important;   /* MATCHED: Typography turns into your logo blue */
    border-color: #00a2ff;       /* MATCHED */
    text-decoration: none;
    outline: none;
}

/* Structural sizing for FontAwesome inside button */
.btn-insta-follow .fa-instagram {
    margin-left: 6px;
    font-size: 16px;
    vertical-align: middle;
}

/***********************************************************************************************/
/* =Added: Back to Top Button Fixed Position Overrides (Mobile & Desktop) */
/***********************************************************************************************/

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    background-color: #1a1a1a;
    border: 2px solid #00a2ff;  /* MATCHED: Outlined cleanly in your electric blue */
    border-radius: 4px;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease-in-out;
}

/* Icon layout details centered directly inside the frame box */
.back-to-top i {
    color: #00a2ff;             /* MATCHED: Arrow icon uses electric blue color */
    font-size: 20px !important;
    vertical-align: middle;
    transition: color 0.2s ease-in-out;
}

/* Hover interaction: Transitions smoothly into a sharp filled blue icon on white */
.back-to-top:hover {
    background-color: #ffffff;  /* Pops white on hover */
    border-color: #00a2ff;
}

.back-to-top:hover i {
    color: #00a2ff;             /* Holds its vibrant hue steady */
}
