/*
  Theme Name: Click Stocks - Free Stock Photos Laravel Script
  Theme URL: https://clickstock.mediacity.co.in/
  Author: Media City
  Author URI: https://mediacity.co.in
  Creation Date: 22 Febuary 2019
  Description: A default stylesheet for Click Stocks - Free Stock Photos Laravel Script.
  Version: 1.6
*/

/* Accessibility: Skip to Content */
.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

.skip-main:focus,
.skip-main:active {
  background-color: #2ECC71;
  color: #fff;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: auto;
  margin: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  border: 4px solid #fff;
  text-align: center;
  font-size: 1.2em;
  z-index: 999999;
}

/* Accessibility: Focus States */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #2ECC71;
  outline-offset: 2px;
}


/*=======================================================================
							[Table of Contents]
=========================================================================

01. Typography 
02. General
03. Navbar
04. Search
05. SideNav
06. Home Banner
07. Page Banner
08. Photo
09. Photo Detail
10. Comment
11. User Dashboard
12. Side Widget
13. Login
14. Pagination
15. ALert
16. Error
17. Subscribe
18. Contact
19. Category 
20. Footer
21. Preloader


/* ================================= */
/*===== Typography =====*/
/* ================================= */
body {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Work Sans', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  color: #222;
  margin: 0;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  color: #3A3A3A;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
a:focus {
  color: #222;
  text-decoration: none;
}

a:active {
  color: #222;
  text-decoration: none;
}

p {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  color: #222;
  font-size: 15px;
}

blockquote {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ================================= */
/*===== General =====*/
/* ================================= */
.page-main-block {
  margin: 50px 0;
  position: relative;
}

.search-heading {
  text-transform: capitalize;
}

.mrg-btm-20 {
  margin-bottom: 20px;
}

.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.parallax {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.btn-primary {
  padding: 9px 15px 9px;
  margin-top: 15px;
  color: #3A3A3A;
  font-size: 15px;
  background-color: transparent;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-primary:hover {
  background-color: #F5F6FB;
  color: #3A3A3A;
  top: 2px;
}

.btn-primary:active {
  box-shadow: 0 0 #222;
  top: 6px;
}

.btn-white {
  background-color: rgba(255, 255, 255, 0.9);
  width: 60px;
  height: 40px;
  /*padding: 8px 5px 6px;*/
  line-height: 1.6;
  text-align: center;
  color: rgba(17, 17, 17, 0.7);
  box-shadow: 2px 2px 2px #222;
}

.btn-white:hover {
  background-color: rgba(255, 255, 255, 1);
  ;
  color: #222;
}

.form-control:focus {
  border-color: rgba(8, 145, 255, 1);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.h-center {
  margin: 0 auto;
  left: 0;
  right: 0;
}

.v-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.light-grey-bg {
  background-color: #F9F9F9;
}

.dark-black-bg {
  background-color: #091928;
}

.block-border {
  border-top: 1px solid #F5F6FB;
  border-bottom: 1px solid #F5F6FB;
  margin: 10px 0;
}

.border-divider {
  border-top: 1px solid #3C3C3C;
  margin: 20px 0;
}

.section {
  margin-bottom: 50px;
}

.section-heading {
  margin-bottom: 15px;
}

.section p {
  font-size: 14px;
  font-style: italic;
  color: #333;
  max-width: 500px;
  letter-spacing: 0.4px;
  margin: 0 auto 15px;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 8px;
  font-size: 15px;
}

.totop {
  position: fixed;
  bottom: 10px;
  right: 20px;
}

.totop a {
  display: none;
}

.social-icon li a {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.social-icon li:hover a {
  color: #F1F1F1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#back2Top {
  width: 40px;
  border-radius: 100%;
  line-height: 40px;
  margin-right: 10px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  position: fixed;
  bottom: 50px;
  right: 0;
  background-color: #2ECC71;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}

.form-control {
  font-size: 14px;
  line-height: 1.6;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
}

/* ================================= */
/*===== Nav Bar =====*/
/* ================================= */
.top-bar {
  background-color: #091928;
  padding: 2px;
}

.top-title a,
.top-title {
  color: rgba(240, 240, 240, 0.7);
  font-size: 14px;
}

.top-title {
  margin-top: 5px;
}

.social-icon {
  float: left;
}

.social-icon li {
  margin: 5px;
}

.navbar-default {
  background-color: #FFFFFF;
  border: none;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-default ul li {
  display: inline-block;
}

.logo {
  margin: 5px auto 1px;
}

.logo a {
  font-size: 18px;
  font-weight: 700;
  color: #091928;
  line-height: 1;
}

.logo p {
  padding: 0;
  font-size: 14px;
  line-height: 1;
}

.navigation-menu {
  float: right;
}

.navigation-menu ul li a {
  text-transform: capitalize;
}

.top-nav-collapse {
  background-color: rgba(0, 0, 0, 0.6);
}

.top-nav-collapse .logo {
  margin: 10px auto;
}

.submit-btn {
  margin-left: 15px;
}

#cssmenu>ul>li>a {
  color: #3A3A3A;
}

#cssmenu>ul>li>a:hover {
  color: #2ECC71;
}

/* ================================= */
/*===== Search =====*/
/* ================================= */
.search-form {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

.search-input {
  width: 100%;
  padding: 15px 60px 15px 30px !important;
  border-radius: 50px !important;
  border: 2px solid transparent !important;
  background: rgba(255, 255, 255, 0.95) !important;
  font-size: 16px !important;
  color: #333 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease !important;
}

.search-input:focus {
  background: #fff !important;
  border-color: #2ECC71 !important;
  box-shadow: 0 10px 30px rgba(46, 204, 113, 0.2) !important;
  outline: none !important;
}

.search-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #2ECC71 !important;
  border: none !important;
  color: #fff !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin: 0 !important;
  padding: 0 !important;
}

.search-button:hover {
  background: #27ae60 !important;
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 5px 15px rgba(39, 174, 96, 0.3) !important;
}

.search-button i {
  font-size: 18px !important;
}

.search-form-2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.topbar-search-input {
  background-color: #f1f3f4 !important;
  border: 1px solid transparent !important;
  border-radius: 50px !important;
  padding: 12px 20px 12px 60px !important;
  height: 52px !important;
  font-size: 16px !important;
  color: #333 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: none !important;
  width: 100% !important;
}

.topbar-search-input:focus {
  background-color: #fff !important;
  border-color: #2ECC71 !important;
  box-shadow: 0 5px 20px rgba(46, 204, 113, 0.1) !important;
}

.topbar-search-btn {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  background: #2ECC71;
  border: none;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.topbar-search-btn i {
  font-size: 14px;
  line-height: 1;
}

.topbar-search-btn:hover {
  background: #27ae60;
  color: #fff;
  transform: translateY(-50%) scale(1.05);
}

/* Topbar links and buttons */
.topbar-menu-list>li {
  margin: 0 12px;
}

[dir="rtl"] .topbar-menu-list>li {
  margin: 0 12px !important;
}

.page-menu-dropdown {
  position: relative;
}

.page-menu-dropdown .dropdown-menu {
  margin-top: 2px !important;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

/* Invisible bridge to prevent dropdown from closing when moving mouse from trigger to menu */
.page-menu-dropdown:hover .dropdown-menu {
  display: block;
}

.page-menu-dropdown .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent;
}

/* Admin Custom Styles */
.custom-input-group .input-group-text {
  border-radius: 10px 0 0 10px !important;
  color: #2ECC71;
  font-size: 18px;
}

.custom-input-group .form-control {
  border-radius: 0 10px 10px 0 !important;
  padding: 12px 15px !important;
}

.status-toggle-container {
  background: #f8f9fa;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
}


.topbar-link:focus,
.topbar-link:active {
  outline: none !important;
  border-color: #2ECC71 !important;
  background-color: rgba(46, 204, 113, 0.05) !important;
  box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.1) !important;
}

.topbar-link:hover {
  color: #2ECC71 !important;
}

.user-account-link {
  background-color: #f8f9fa;
  border-radius: 50px;
  padding: 8px 18px !important;
  margin-right: 10px;
  text-decoration: none !important;
}

.user-account-link:hover {
  background-color: #e9ecef;
  text-decoration: none !important;
}

.upload-btn {
  font-weight: 600 !important;
  padding: 8px 24px !important;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.upload-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(46, 204, 113, 0.3) !important;
}

.btn-brand {
  background-color: #2ECC71 !important;
  border-color: #2ECC71 !important;
  color: #ffffff !important;
  transition: all 0.3s ease;
}

.btn-brand:hover {
  background-color: #27ae60 !important;
  border-color: #27ae60 !important;
  color: #ffffff !important;
}

.signup-btn {
  padding: 8px 24px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
}

.signup-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(46, 204, 113, 0.3) !important;
}

.topbar-dropdown {
  margin-top: 2px !important;
  border-radius: 8px !important;
  padding: 10px 0 !important;
}

.topbar-menu-list>li>a {
  border: none !important;
}

/* Fix for scrollbar bug caused by #cssmenu overflow */
.navigation-menu,
#cssmenu,
.topbar-menu-list {
  margin: 0 !important;
  padding: 0 !important;
}

/* ================================= */
/*===== Sidenav =====*/
/* ================================= */
.main-block-sidenav {
  background-color: #F5F6FB;
  margin-bottom: 50px;
  padding: 20px;
  border: 1px solid #F5F6FB;
  box-shadow: 0 2px 5px 0 #F5F6FB;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.main-block-sidenav:hover {
  box-shadow: 0 3px 20px 0px #0505051c;
}

.acc-img {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.acc-img img {
  max-height: 100px;
  max-width: 100px;
  border-radius: 100%;
}

.acc-heading {
  padding: 10px 0;
}

.acc-dtl p {
  padding: 10px 0;
  font-weight: 700;
  text-transform: capitalize;
}

.user-name {
  text-transform: capitalize;
}

.sidenav {
  margin-top: 20px;
}

.sidenav ul li a {
  padding: 10px;
  text-decoration: none;
  color: #3A3A3A;
  display: block;
}

.sidenav ul li a:hover {
  margin-left: 25px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.sidenav-active {
  border: none;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
}

.main {
  margin-left: 200px;
  /* Same as the width of the sidenav */
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

/* ================================= */
/*===== Home Banner =====*/
/* ================================= */
.slider-main-block {
  padding: 140px 0;
  position: relative;
}

.slider-main-block .overlay-bg {
  background-color: rgba(0, 0, 0, 0.5);
}

.slider-block {
  position: relative;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.slider-dtl {
  margin-bottom: 35px;
  position: relative;
}

.slider-heading {
  color: #FFF;
  font-size: 58px !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.slider-dtl p {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 700px;
  margin: 0 auto !important;
  line-height: 1.6 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.slider-bottom {
  margin-top: 15px;
  position: relative;
}

.slider-bottom a,
.slider-bottom {
  font-size: 15px;
  color: #E1E1E1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.slider-bottom a:hover {
  color: #FFF;
}

.slider-bottom span {
  font-size: 15px;
  color: #E1E1E1;
  opacity: 0.7;
  margin-right: 5px;
}

/* ================================= */
/*===== Page Banner =====*/
/* ================================= */
.banner-main-block {
  position: relative;
  padding: 50px 0;
}

.banner-main-block .overlay-bg {
  background: rgba(0, 0, 0, 0.6);
}

.banner-block {
  position: relative;
}

.banner-block .banner-heading {
  color: #FFF;
}

.banner-main-block .breadcrumb {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  padding-left: 0;
}

.breadcrumb>li+li:before {
  padding: 0 8px;
  color: #FFF;
  content: "/\00a0";
}

.banner-main-block .breadcrumb li a {
  color: #FFF;
  font-size: 14px;
}

.banner-main-block .breadcrumb>.active {
  color: #0471A6;
}

.banner-main-block .breadcrumb li a:hover {
  color: #0471A6;
}

/* ================================= */
/*===== Photo =====*/
/* ================================= */
.masonry-column {
  padding: 0 1px;
}

.masonry-grid>.item-img {
  margin: 5px 1px;
}

.work-main-block {
  padding: 60px 0 80px;
}

.work-block {
  position: relative;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.work-block .item-dtl {
  position: absolute;
  bottom: 15px;
  left: 0;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.item-name {
  color: #FFF;
  /*margin-bottom: 10px;*/
}

.item-desc {
  position: relative;
}

.work-block .item-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  gap: 8px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  transform: translateY(-10px);
}

.work-block:hover .item-btn {
  opacity: 1;
  transform: translateY(0);
  z-index: 999;
}

.btn-overlay {
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 10px !important;
  padding: 8px 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  transition: all 0.3s ease !important;
  min-width: 45px;
  height: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.btn-overlay:hover {
  background: #fff !important;
  color: #2ECC71 !important;
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
}

.btn-overlay .icon-hover {
  display: none;
}

.btn-overlay:hover .icon-regular {
  display: none;
}

.btn-overlay:hover .icon-hover {
  display: inline-block;
}

.btn-overlay i {
  font-size: 18px !important;
  color: inherit !important;
  margin: 0 !important;
}

.btn-count {
  margin-left: 6px;
  font-size: 14px;
  font-weight: 600;
}

.img-like.active {
  background: #ff4757 !important;
  border-color: #ff4757 !important;
}

.img-like.active .icon-regular,
.img-like.active .icon-hover {
  color: #fff !important;
}

.item-by {
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.3);
  padding: 4px 10px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.item-by:hover {
  background: #2ECC71;
  color: #fff;
  text-decoration: none;
}


.work-block:hover .item-dtl {
  opacity: 1;
  left: 20px;
}

.work-block .overlay-bg {
  opacity: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  transition: opacity 0.3s ease;
}

.work-block:hover .overlay-bg {
  opacity: 1;
}

.work-img-block {
  margin-bottom: 30px;
}

.work-block img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.5s ease;
}

.work-block {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.work-block:hover img {
  transform: scale(1.05);
}

.img-like {
  margin-right: 3px;
}

.work-filter li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
  padding-bottom: 2px;
}

.work-filter li a {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #3A3A3A;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.work-filter li a::before {
  bottom: 0px;
  background: #2ECC71;
  content: "";
  position: absolute;
  z-index: 999;
  left: 0;
  opacity: 0;
  height: 1px;
  width: 100%;
  right: 0;
}

.work-filter li a.active::before {
  opacity: 1;
}

.work-filter li a:hover {
  color: #2ECC71;
}

.work-filter li a.active {
  color: #2ECC71;
  ;
}

/* ================================= */
/*===== Photo Detail =====*/
/* ================================= */
.product-main-block {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.product-block {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
}

.product-img {
  text-align: center;
  margin-bottom: 30px;
  background: #f1f1f1;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.product-img img {
  max-height: 700px;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.product-img img:hover {
  transform: scale(1.01);
}

.product-dtl {
  margin-top: 20px;
}

.product-title {
  font-weight: 800;
  color: #2b2d42;
  margin-bottom: 5px;
  font-size: 28px !important;
}

.product-sub-heading {
  color: #2ECC71;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.product-desc {
  color: #6c757d;
  line-height: 1.8;
  font-size: 15px;
}

.related-heading {
  font-weight: 700;
  margin: 50px 0 30px;
  position: relative;
  padding-bottom: 15px;
}

.related-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #2ECC71;
}

.related-heading {
  margin-bottom: 20px;
}

.main-img-download {
  width: 60%;
}

/* ================================= */
/*===== Comment =====*/
/* ================================= */
.post-block,
.post-reply-form-main,
.post-body-block {
  position: relative;
}

.post-reply-form-main {
  margin-top: 40px;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.post-heading {
  font-weight: 700;
  margin-bottom: 25px;
  color: #2b2d42;
}

.post-profile-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #f8f9fa;
}

.post-body-block {
  border: 1px solid #edf2f4;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 20px 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

.post-body-block:hover {
  border-color: #2ECC71;
  transform: translateY(-2px);
}

.post-author {
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #091928;
}

.post-time i {
  margin-right: 5px;
}

/* ================================= */
/*===== User Dashboard =====*/
/* ================================= */
.page-heading {
  margin-bottom: 50px;
}

.page-content {
  border: 1px solid #F5F6FB;
  box-shadow: 0 2px 5px 0 #F5F6FB;
  padding: 30px 20px;
}

.my-photo-content {
  position: relative;
  padding: 30px 20px;
}

.input-file {
  margin-top: 33px;
}

.close-btn,
.work-action-block {
  position: absolute;
  bottom: 2px;
  right: 2px;
}

.profile-dtl ul li {
  display: inline-block;
}

.profile-img img {
  width: 100px;
  height: auto;
  margin: 0 auto;
  border: 1px solid #eee;
}

.profile-img {
  overflow: hidden;
  margin-left: 60px;
  margin-bottom: 5px;
}

.profile-follow {
  margin-left: 5px;
  margin-bottom: 5px;
}

.username {
  margin-left: 15px;
  margin-bottom: 5px;
}

.followers-title {
  padding: 25px 15px 25px 33px;
}

.dash-username {
  text-align: center;
  text-transform: capitalize;
}

/*account*/
.dashboard-block {
  text-align: center;
}

.dash-item {
  padding: 20px 30px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #F5F6FB;
  box-shadow: 0 2px 8px 0 #F5F6FB;
}

.dashboard-main-block {
  position: relative;
  padding: 30px 20px;
}

.dash-item-name {
  font-weight: 700;
}

.dash-item-icon {
  font-size: 28px;
  display: inline-block;
  border: 1px solid #F5F6FB;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #3A3A3A;
}

.dash-item-name {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 12px;
}

.dash-item-title {
  font-weight: 700;
  font-size: 40px;
  color: #2ECC71;
}

.profile-username {
  text-transform: capitalize;
}

.join-date {
  margin: 10px auto;
  font-style: italic;
}

.holder-info {
  max-width: 420px;
  margin: 10px auto 30px;
}

/* Authors Page */
.author-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 15px;
  border: 3px solid #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.author-block:hover .author-img {
  transform: translateY(-5px);
  border-color: #2ECC71;
}

.author-name {
  color: #333;
  font-weight: 600;
  font-size: 15px;
  transition: color 0.3s ease;
  text-transform: capitalize;
}

.author-block:hover .author-name {
  color: #2ECC71;
}

@media (max-width: 767px) {
  .author-img {
    width: 100px;
    height: 100px;
  }

  .author-name {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .author-img {
    width: 80px;
    height: 80px;
  }
}

/* ================================= */
/*===== Side Widget =====*/
/* ================================= */
.widget-block {
  position: relative;
  margin-bottom: 30px;
}

.joint-btn a i {
  color: #2ECC71;
}

.joint-btn .btn-primary {
  padding: 8px 10px 8px;
  margin-top: 0;
}

.widget-heading {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #2b2d42;
  position: relative;
  padding-bottom: 10px;
}

.widget-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #2ECC71;
}

.img-download,
.widget-profile-dtl,
.widget-profile-img {
  display: inline-block;
}

.profile-widget-new {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}

.profile-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.profile-avatar img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #2ECC71;
  margin-right: 15px;
}

.profile-name {
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #2b2d42;
  line-height: 1.2;
  text-decoration: none !important;
}

.profile-name:hover {
  color: #2ECC71;
  text-decoration: none !important;
}

.profile-meta {
  font-size: 13px;
  color: #8d99ae;
  margin-top: 4px;
}

.profile-actions {
  display: flex;
  gap: 10px;
}

.profile-actions .btn {
  flex: 1;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 6px;
}

.btn-coffee {
  background-color: #ffdd00;
  color: #000;
  border: none;
}

.btn-coffee:hover {
  background-color: #ffea00;
  color: #000;
}

.btn-follow {
  background-color: #2ECC71;
  color: #fff;
  border: none;
}

.btn-follow:hover {
  background-color: #27ae60;
  color: #fff;
}

.actions-widget {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}

.main-action-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.btn-action {
  flex: 1;
  min-width: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background: #f8f9fa;
  border: 1px solid #edf2f4;
  border-radius: 8px;
  color: #2b2d42;
  transition: all 0.3s ease;
  gap: 8px;
}

.btn-action i {
  font-size: 16px;
  margin-bottom: 0;
}

.btn-action .btn-count {
  font-size: 14px;
  font-weight: 700;
}

.btn-action:hover {
  background: #fff;
  border-color: #2ECC71;
  color: #2ECC71;
}

.btn-action.active {
  background: #2ECC71;
  color: #fff;
  border-color: #2ECC71;
}

.btn-download-main {
  width: 100%;
  flex: none;
  background: #2b2d42 !important;
  color: #fff !important;
  flex-direction: row;
  gap: 10px;
  font-weight: 700;
}

.btn-download-main:hover {
  background: #0d1b2a !important;
}

.share-container {
  border-top: 1px solid #f1f1f1;
  padding-top: 20px;
}

.share-label {
  font-size: 13px;
  font-weight: 700;
  color: #8d99ae;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.social-share-btns {
  display: flex;
  gap: 10px;
}

.share-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff !important;
  font-size: 14px;
  transition: all 0.3s ease;
}

.share-btn.facebook {
  background: #3b5998;
}

.share-btn.twitter {
  background: #1da1f2;
}

.share-btn.pinterest {
  background: #bd081c;
}

.share-btn.linkedin {
  background: #0077b5;
}

.share-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.1);
}

.info-widget {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}

.info-table {
  width: 100%;
}

.info-table tr {
  border-bottom: 1px solid #f8f9fa;
}

.info-table tr:last-child {
  border-bottom: none;
}

.info-table th {
  padding: 12px 0;
  font-size: 13px;
  color: #8d99ae;
  font-weight: 600;
  text-align: left;
}

.info-table td {
  padding: 12px 0;
  font-size: 14px;
  color: #2b2d42;
  font-weight: 700;
  text-align: right;
}

/*Tags Widget*/
.tags {
  margin-top: 17px;
  margin-bottom: 17px;
}

.tag-widget .badge {
  padding: 8px 18px;
  color: #6c757d;
  background: #f8f9fa;
  border: 1px solid #edf2f4;
  border-radius: 50px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.3s ease;
}

.tag-widget .badge:hover {
  color: #FFF;
  background-color: #2ECC71;
  border-color: #2ECC71;
  transform: translateY(-2px);
}

/*share button*/
.share-button .social-icon.active.top {
  transform: scale(1) translateY(-20px);
}

.share-button .social-icon.active {
  opacity: 1;
  transition: all 0.4s ease 0s;
  visibility: visible;
}

.share-button .social-icon.top {
  margin-top: -25px;
  transform-origin: 0 0 0;
  padding: 5px;
}

.share-button .social-icon {
  margin-left: -105px;
  opacity: 0;
  transition: all 0.4s ease 0s;
  visibility: hidden;
}

.share-button {
  display: inline-block;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #091928;
  border-color: #091928;
}

/* ================================= */
/*===== Login  =====*/
/* ================================= */
.login-register-form {
  background: #FFF;
  padding: 40px 50px 50px;
  border: 1px solid #F5F6FB;
  box-shadow: 2px 2px 2px 1px #DBDBDB;
}

.login-register-form a i {
  margin-right: 10px;
}

.login-main-block {
  padding: 80px 0;
}

.form-control {
  border-radius: 0;
}

.forgot-block {
  float: right;
  font-size: 14px;
}

.login-btn {
  margin-top: 20px;
}

.help-block {
  font-size: 12px;
  color: #2ECC71;
}

/* ================================= */
/*===== Pagination =====*/
/* ================================= */
.pagination {
  /*float: right;*/
  margin-top: 20px;
}

.pagination li {
  float: right;
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination li a {
  color: #333;
}

.pagination li :focus {
  box-shadow: none;
}

.pagination li.active {
  border-color: #0471A6;
  background-color: #0471A6;
  color: #FFF;
}

/* ================================= */
/*===== Alert =====*/
/* ================================= */
/* Session Message With Alert */
.alert {
  position: fixed !important;
  z-index: 9999 !important;
  width: 40% !important;
  padding: 14px 24px !important;
  top: 20px !important;
  right: 5% !important;
  border: none !important;
  animation: slide 1s ease 2s 1;
  opacity: 1;
  transition: all 1s ease;
  color: #FFF !important;
}

.alert-danger {
  background-color: rgba(244, 67, 54, 0.8) !important;
}

.alert-warning {
  background-color: rgba(240, 173, 78, 0.8) !important;
}

.alert-info {
  background-color: rgba(0, 188, 212, 0.8) !important;
}

.alert-success {
  background-color: rgba(76, 175, 80, 0.8) !important;
}

.alert.active {
  right: 20px !important;
}

.alert.active {
  right: 20px !important;
}

.alert button.close {
  color: #FFF !important;
  opacity: 0.7 !important;
  font-weight: 300 !important;
}

/* ================================= */
/*===== Error =====*/
/* ================================= */
.error-heading {
  font-size: 200px;
}

.error-text {
  margin-bottom: 100px;
}

.error-text a {
  margin-top: 40px;
}

/* ================================= */
/*===== Subscribe =====*/
/* ================================= */
.subscribe-main-block {
  background-color: #F5F6FB;
  padding: 50px 0;
  text-align: center;
  position: relative;
}

.subscribe-heading {
  margin-bottom: 20px;
  text-transform: capitalize;
}

.subscribe-form .btn-primary {
  width: 50px;
  margin-top: -2px;
  display: inline-block;
}

.subscribe-form .btn-primary:hover {
  border-color: #2ECC71;
}

.subscribe-form .form-control {
  width: 300px;
  height: 41px;
  border-radius: 3px;
  font-size: 16px;
  display: inline-block;
}

.subscribe-form label {
  display: block;
  margin-top: 5px;
  color: #F1F1F1;
}

/* ================================= */
/*===== Contact =====*/
/* ================================= */
.map-location-block {
  height: 400px;
}

.contact-main-block {
  padding: 80px 0;
}

.message-form textarea {
  height: 145px !important;
  padding-top: 5px;
  font-style: italic;
  font-size: 14px;
}

.contact-form .form-control {
  font-size: 15px;
  font-style: normal;
  color: #091928;
  height: 38px;
  padding-top: 5px;
  padding-left: 21px;
  border: solid 1px #D8D8D8;
  border-radius: 0;
}

.contact-dtl {
  margin-bottom: 25px;
}

.contact-dtl li {
  display: inline-block;
  vertical-align: top;
}

.contact-icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  color: #0471A6;
  font-size: 20px;
  line-height: 3;
  text-align: center;
  margin-right: 20px;
}

.contact-heading {
  color: #0471A6;
  margin-bottom: 5px;
}

.message-form .btn-primary {
  margin-top: 20px;
}

.contact-desc {
  margin-right: 30px;
}

.contact-block {
  border: 1px solid #F9f9f9;
  box-shadow: 3px 3px 2px rgba(21, 21, 21, 0.1);
  padding: 50px;
  min-height: 540px;
}

.contact-block-heading {
  margin-bottom: 30px;
}

.contact-dtl a {
  color: #091928;
}

/* ================================= */
/*===== Category =====*/
/* ================================= */
.category-widget {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}

.widget-heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2b2d42;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
  letter-spacing: 1px;
}

.widget-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #2ECC71;
  border-radius: 2px;
}

.widget-category-content {
  position: relative;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.widget-category-content a {
  display: block;
  text-decoration: none;
}

.widget-category-content img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}

.widget-category-content:hover img {
  transform: scale(1.1);
}

.widget-cat-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease;
}

.widget-category-content:hover .widget-cat-title {
  background: rgba(46, 204, 113, 0.7);
}

/* ================================= */
/*===== Footer =====*/
/* ================================= */
.footer-main-block {
  padding: 80px 0 0px 0;
  background-color: #0d1b2a !important;
  /* Slightly more modern dark blue */
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-widget-heading {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  position: relative;
  padding-bottom: 12px;
}

.footer-widget-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #2ECC71;
}

.footer-widget {
  margin-bottom: 40px;
}

.footer-widget ul {
  padding: 0;
  margin: 0;
}

.footer-widget ul li {
  margin-bottom: 12px;
  list-style: none;
}

.footer-widget ul li,
.footer-widget ul li a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  transition: all 0.3s ease;
  line-height: 1.6;
}

.footer-widget ul li a:hover {
  color: #2ECC71;
  padding-left: 5px;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-logo img {
  max-width: 180px;
  filter: brightness(0) invert(1);
  /* Ensure logo is white if needed, or remove if logo is colored */
}

.footer-about {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  margin-bottom: 30px;
}

.contact-widget-dtl {
  padding: 0 !important;
}

.contact-widget-dtl li {
  display: flex !important;
  align-items: flex-start;
  margin-bottom: 18px !important;
  color: rgba(255, 255, 255, 0.65);
}

.contact-widget-dtl li i {
  color: #2ECC71;
  font-size: 16px;
  margin-right: 15px;
  margin-top: 4px;
  width: 20px;
  text-align: center;
}

.contact-widget-dtl li a {
  color: inherit !important;
}

.contact-widget-dtl li a:hover {
  color: #2ECC71 !important;
}

.footer-social-block {
  margin-top: 20px;
}

.footer-social-block ul {
  display: flex !important;
  justify-content: flex-start !important;
  gap: 12px;
  padding: 0;
}

.footer-social-block ul li {
  margin: 0 !important;
}

.footer-social-block ul li a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff !important;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-social-block ul li a:hover {
  background: #2ECC71;
  border-color: #2ECC71;
  transform: translateY(-3px);
  padding: 0 !important;
}

.sub-footer {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 40px;
}

.footer-copyright span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

.footer-copyright span a {
  color: #2ECC71;
  font-weight: 600;
  text-decoration: none;
}

.footer-copyright span a:hover {
  text-decoration: underline;
}

/*footer one*/
.follow-heading {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 20px;
  text-align: center;
}

.footer-social ul li {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  line-height: normal;
  font-size: 16px;
  color: #FFF;
  margin-bottom: 0 !important;
  text-align: center;
  transition: all 0.3s ease;
}

.footer-social ul li:hover {
  border-color: #2ECC71;
  background: rgba(46, 204, 113, 0.1);
}

.footer-two .footer-social ul li {
  line-height: normal;
}

.app-icon ul li {
  display: inline-block;
}

.app-icon img {
  max-width: 150px
}

.footer-one p {
  max-width: 1000px;
  color: #F5F5F5;
  margin: 40px auto;
  text-align: center;
}

.footer-one .useful-links a {
  color: #FFF;
}

.footer-one .footer-social a {
  color: #FFF
}

.footer-one .useful-links {
  margin: 30px 0 10px;
}

.footer-one .useful-links ul li {
  display: inline-block;
  padding: 0 20px;
  border-left: 2px solid #CCC;
}

.footer-one .useful-links ul li a:hover {
  color: #FFF;
}

.footer-one .useful-links ul li:first-child {
  border: none;
}

.footer-one {
  padding: 60px 0 0;
}

/* ================================= */
/*===== Preloader =====*/
/* ================================= */
.preloader {
  background: #FFF;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999;
}

.status {
  background-image: url(../images/logo.png);
}

.status,
.status-message {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
}

.status-message {
  padding-top: 30%;
}

.select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 10px;
}

#cssmenu .page-menu-dropdown:hover ul {
  right: 0 !important;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
  background-color: #2ECC71;
}

.status-message img {
  width: 100%;
  height: 200px;
}

.preloader {
  background-repeat: no-repeat;
  background-position: center;
}

/* GDPR Cookie Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(9, 25, 40, 0.98);
  color: #fff;
  padding: 20px 0;
  z-index: 999999;
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(46, 204, 113, 0.3);
}

.cookie-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.cookie-link {
  color: #2ECC71;
  text-decoration: underline;
  font-weight: 600;
}

.cookie-link:hover {
  color: #27ae60;
}

.cookie-banner .btn-success {
  background-color: #2ECC71;
  border-color: #2ECC71;
  font-weight: 600;
  padding: 8px 16px;
  transition: all 0.3s ease;
}

.cookie-banner .btn-success:hover {
  background-color: #27ae60;
  border-color: #27ae60;
  transform: translateY(-2px);
}

.cookie-banner .btn-outline-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  padding: 8px 16px;
}

.cookie-banner .btn-outline-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

/* Responsive Media Queries */

@media (max-width: 991px) {
  .logo {
    text-align: center;
    margin-bottom: 15px;
  }

  .navigation-menu {
    float: none;
    width: 100%;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  .slider-block {
    margin-left: 0;
    text-align: center;
  }

  .slider-dtl p {
    margin: 0 auto 20px;
  }

  .search-form {
    margin: 0 auto;
  }

  .cat-main-block,
  .work-main-block {
    padding: 40px 15px;
  }

  .footer-main-block {
    text-align: center;
  }

  .footer-about {
    margin: 0 auto 20px;
  }

  .social-icon ul {
    text-align: center;
    justify-content: center;
  }

  .footer-social {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 28px;
  }

  .slider-main-block {
    padding: 60px 0;
  }

  .search-input {
    width: 65%;
  }

  .social-icon {
    float: none;
  }

  .cookie-banner .container>.row {
    flex-direction: column;
    text-align: center;
  }

  .cookie-banner .text-end {
    text-align: center !important;
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .work-img-block {
    padding: 2px !important;
  }

  .work-block img {
    height: 180px;
  }

  .item-btn {
    display: none;
    /* Hide action buttons on Very small grids to avoid overlap */
  }

  .work-block:hover .item-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
  }

  .item-btn .btn {
    padding: 4px 6px;
    font-size: 10px;
    width: auto;
    height: auto;
  }
}

/* Paid Content Locking Visuals */
.paid-locked {
  position: relative !important;
  overflow: hidden !important;
}

.paid-locked img {
  filter: blur(25px);
  -webkit-filter: blur(25px);
  pointer-events: none;
  user-select: none;
  transition: all 0.3s ease;
}

.lock-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100 !important;
  color: #fff !important;
  pointer-events: none;
  text-align: center;
  width: 100%;
}

.lock-overlay i {
  font-size: 40px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
  color: #fff;
}

.lock-overlay span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  color: #fff;
}

.product-img.paid-locked .lock-overlay i {
  font-size: 70px;
  width: 120px;
  height: 120px;
  line-height: 120px;
}

.product-img.paid-locked .lock-overlay span {
  font-size: 20px;
}

.purchased-tag {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: #2ecc71;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 100 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.purchased-tag:before {
  content: '\f058';
  font-family: 'FontAwesome';
  font-size: 12px;
}

/* ================================= */
/*===== Blog Section Improvements =====*/
/* ================================= */
.blog-main-block {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.blog-card {
  background: #fff;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.blog-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 240px;
}

.blog-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-img-wrapper img {
  transform: scale(1.1);
}

.blog-category-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #2ECC71;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 10;
  letter-spacing: 0.5px;
}

.blog-card-body {
  padding: 20px 25px 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-meta {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-meta i {
  color: #2ECC71;
}

.blog-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #091928;
  transition: color 0.3s ease;
}

.blog-card:hover .blog-title {
  color: #2ECC71;
}

.blog-excerpt {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}

.blog-read-more {
  margin-top: auto;
  color: #2ECC71;
  font-weight: 700;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.blog-read-more:hover {
  gap: 12px;
  color: #27ae60;
}

/* Blog Read Detail Page */
.blog-detail-container {
  max-width: 900px;
  margin: 50px auto;
}

.blog-detail-header {
  text-align: center;
  margin-bottom: 40px;
}

.blog-detail-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #091928;
}

.blog-detail-img {
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  width: 100%;
  object-fit: cover;
}

.blog-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}

.blog-content p {
  margin-bottom: 25px;
}

.blog-detail-footer {
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-top: 50px;
}