/*-----------------------------------------------------------------------------------

 Theme Name: Zain
 Theme URI: http://
 Description: The Multi-Purpose Onepage Template
 Author: ui-themez
 Author URI: http://themeforest.net/user/ui-themez
 Version: 1.0

 Main Color   : #f1c30f
 main Font    : Rubik , Raleway

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

	01 Basics
	02 Buttons
	03 Navbar
	04 Header
	05 Hero
	06 Services
	07 Portfolio
	08 Blog
	09 Contact
	10 Footer
	11 Responsive
 

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #fff;
  background: #161617;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Josefin Sans', sans-serif;
}

p {
  font-size: 15px;
  color: #8f8f8f;
  line-height: 1.8;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-padding {
  padding: 120px 0;
}

.section-head {
  margin-bottom: 80px;
  position: relative;
}
.section-head h4 {
  font-size: 70px;
  font-weight: 800;
  font-family: inherit;
  letter-spacing: 2px;
  color: #222;
  -webkit-transition: all .4s;
  transition: all .4s;
}

section:hover .section-head h4 {
  color: transparent;
  -webkit-text-stroke: 1px #333;
}

.wave {
  position: absolute;
  width: 100%;
  left: 0;
  top: -1px;
  fill: #161617;
}
.wave.dark {
  fill: #0F0F0F;
}

.bg-dark {
  background: #0F0F0F !important;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.cd-headline {
  line-height: 1.2;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: center;
}

.cd-words-wrapper b {
  font-weight: inherit;
  color: #c49b66;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.push b {
  opacity: 0;
}

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 14px 40px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  -webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all .35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  will-change: transform, box-shadow;
}
.butn span {
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.butn:before, .butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: .4;
}
.butn:after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  background: #fff;
  opacity: 1;
}
.butn:hover:before, .butn:hover:after {
  width: 100%;
}
.butn:hover:after {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.butn:hover span {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.butn-bg {
  background: linear-gradient(135deg, #c49b66 0%, #d4a876 100%);
  border-color: #c49b66;
  color: #fff;
  box-shadow: 0px 10px 30px rgba(196, 155, 102, 0.25);
}
.butn-bg:hover {
  transform: translateY(-2px);
  box-shadow: 0px 15px 40px rgba(196, 155, 102, 0.35);
}
.butn-bg:hover span {
  color: #fff;
}

.butn-light {
  background: #fff;
  color: #161617;
}
.butn-light:before, .butn-light:after {
  background: #c49b66;
}
.butn-light:hover {
  transform: translateY(-2px);
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.2);
}
.butn-light:hover span {
  color: #fff;
}
.butn-light span {
  color: #161617;
  font-weight: 600;
}

.butn-bord {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #eee;
}
.butn-bord:before, .butn-bord:after {
  background: #c49b66;
}
.butn-bord:hover {
  border-color: #c49b66;
  transform: translateY(-2px);
  background: rgba(196, 155, 102, 0.1);
}
.butn-bord:hover span {
  color: #fff;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9;
  min-height: 80px;
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-size: 13px;
  font-weight: 500;
  color: #eee;
  letter-spacing: .5px;
  margin: 15px 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.navbar .navbar-nav .active {
  color: #c49b66 !important;
}

.nav-scroll {
  background: #222;
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.logo {
  padding: 15px 0;
  width: 100px;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  min-height: 110vh;
  position: relative;
  background-color: #0f0f0f;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(196, 155, 102, 0.22), transparent 38%),
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.06), transparent 42%),
    radial-gradient(circle at 50% 85%, rgba(196, 155, 102, 0.14), transparent 36%),
    linear-gradient(135deg, #0b0b0d 0%, #111114 45%, #17171b 100%);
  background-size: 130% 130%, 120% 120%, 140% 140%, 100% 100%;
  background-position: 0% 0%, 100% 0%, 50% 100%, 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  animation: heroMotion 18s ease-in-out infinite alternate;
}
.header:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.65));
  z-index: 1;
}
.header .container {
  position: relative;
  z-index: 2;
}
.header.no-hero-image {
  background-image:
    radial-gradient(circle at 20% 20%, rgba(196, 155, 102, 0.22), transparent 38%),
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.06), transparent 42%),
    radial-gradient(circle at 50% 85%, rgba(196, 155, 102, 0.14), transparent 36%),
    linear-gradient(135deg, #0b0b0d 0%, #111114 45%, #17171b 100%) !important;
  animation: none;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h2 {
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 4px;
}
.header .caption h1 {
  margin: 15px 0;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 2px;
}
.header .caption .social {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: rgba(200, 200, 200, 0.05);
}
.header .caption .social a {
  padding: 0 15px;
  font-size: 14px;
}
.header .caption .social a:hover {
  color: #c49b66;
}
.welcome-feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 50px;
  border-radius: 12px;
  border: 1px solid rgba(196, 155, 102, 0.15);
  background: rgba(15, 15, 20, 0.85);
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  flex-wrap: nowrap;
}
.welcome-copy {
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 340px - 50px);
}
.welcome-kicker {
  color: #c49b66;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.welcome-copy h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
}
.welcome-summary {
  color: #d8d8d8;
  font-size: 15px;
  line-height: 1.75;
  max-width: 500px;
  margin-bottom: 20px;
}
.welcome-image-wrap {
  flex: 0 0 340px;
  width: 340px;
  height: 390px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #18181b;
  flex-shrink: 0;
}
.welcome-image {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  display: block;
  filter: grayscale(100%) brightness(52%) contrast(116%);
}

@keyframes heroMotion {
  0% {
    background-position: 0% 0%, 100% 0%, 50% 100%, 50% 50%;
  }
  100% {
    background-position: 12% 8%, 88% 12%, 46% 88%, 50% 50%;
  }
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.about .skills {
  padding: 100px 0;
}
.about .skills h6 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.about .skills .skill-progress {
  height: 8px;
  width: 100%;
  background-color: #333;
  border-radius: 20px;
  position: relative;
}
.about .skills .skill-progress .progres {
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  background-color: #c49b66;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.about .skills .skill-progress .progres:after {
  content: attr(data-value);
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 10px;
}
.about .hero-img {
  background-position: 50% 50%;
}
.about .content {
  padding: 100px 0;
}
.about .content h6 {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 10px;
}
.about .content h4 {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  background: #c49b66;
  padding: 5px 10px;
  margin-bottom: 40px;
}
.about .content h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.about .content .social span {
  position: relative;
  padding-right: 50px;
  color: #c49b66;
  font-size: 12px;
}
.about .content .social span:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #eee;
  position: absolute;
  right: 0;
  top: 50%;
}
.about .content .social a {
  font-size: 12px;
  margin: 0 10px;
}
.about .content .social a:hover {
  color: #c49b66;
}

.hero {
  z-index: 3;
}
.hero .wave {
  -webkit-transform: rotate(180deg) translateY(100%);
          transform: rotate(180deg) translateY(100%);
  top: 1px;
}
.hero .content {
  padding-top: 50px;
}
.hero .content h6 {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 10px;
}
.hero .content h4 {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  background: #c49b66;
  padding: 5px 10px;
  margin-bottom: 40px;
}
.hero .content h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.hero .content .social span {
  position: relative;
  padding-right: 50px;
  color: #c49b66;
  font-size: 12px;
}
.hero .content .social span:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #eee;
  position: absolute;
  right: 0;
  top: 50%;
}
.hero .content .social a {
  font-size: 12px;
  margin: 0 10px;
}
.hero .content .social a:hover {
  color: #c49b66;
}
.hero .content .butn {
  margin-left: 0;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start Services ]
-----------------------------------------------------------------*/
.services .item {
  text-align: center;
  padding: 45px 30px;
  background: rgba(15, 15, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  transition: all 0.35s ease;
  will-change: transform, background, box-shadow;
}
.services .item:hover {
  background: rgba(196, 155, 102, 0.08);
  border-color: rgba(196, 155, 102, 0.2);
  transform: translateY(-5px);
}
.services .item:hover .icon {
  color: #fff;
}
.services .item:hover .icon:after {
  background: #c49b66;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.services .item .icon {
  display: inline-block;
  color: #c49b66;
  font-size: 42px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  z-index: 3;
  will-change: transform, color;
}
.services .item .icon:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 8px;
  background: rgba(200, 200, 200, 0.05);
  z-index: -1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}
.services .item h6 {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: 0.3px;
}
.services .item p {
  font-size: 14px;
}

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Portfolio ]
-----------------------------------------------------------------*/
.portfolio {
  overflow: hidden;
}
.portfolio .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.portfolio .filtering {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.portfolio .filtering span {
  display: inline-block;
  margin: 8px;
  padding: 11px 28px;
  border-radius: 6px;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.06);
  color: #bbb;
  transition: all .3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.portfolio .filtering span:hover {
  background: rgba(196, 155, 102, 0.2);
  border-color: rgba(196, 155, 102, 0.3);
}
.portfolio .filtering .active {
  background: linear-gradient(135deg, #c49b66 0%, #d4a876 100%);
  color: #fff;
  border-color: #c49b66;
  -webkit-box-shadow: 0px 12px 35px rgba(196, 155, 102, 0.25);
          box-shadow: 0px 12px 35px rgba(196, 155, 102, 0.25);
}
.portfolio .items {
  display: flex;
  padding: 0 15px;
  margin-top: 30px;
  width: 50%;
}
.portfolio .items.width2 {
  width: 50%;
}
.portfolio .items.is-hidden {
  display: none;
}
.portfolio .cert-body p {
  margin-bottom: 10px;
}
.portfolio .cert-body p strong {
  color: #fff;
  font-weight: 600;
}

/* ----------------------------------------------------------------
     [ End Portfolio ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Blog ]
-----------------------------------------------------------------*/
.blog .item {
  -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.blog .item:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.blog .item:hover .content {
  bottom: 0;
}
.blog .item img {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog .item .content {
  padding: 30px;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.blog .item .content .data {
  color: #c49b66;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blog .item .content .data a {
  margin-right: 10px;
  position: relative;
}
.blog .item .content .data a:after {
  content: '/';
  position: relative;
  margin-left: 10px;
}
.blog .item .content .data a:last-child {
  margin-right: 0;
}
.blog .item .content .data a:last-child:after {
  display: none;
}
.blog .item .content h5 {
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
.blog .item .content .more {
  letter-spacing: 2px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #c49b66;
}
.blog .item .content .more:hover {
  color: #c49b66;
}

.half-header {
  min-height: 70vh;
}
.half-header .caption a {
  margin: 15px;
}
.half-header .caption a:hover {
  color: #c49b66;
}

.posts .post {
  padding: 0 15px;
}
.posts .post:hover img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.posts .post-img {
  position: relative;
}
.posts .post-img .img {
  overflow: hidden;
}
.posts .post-img img {
  -webkit-transition: all .7s;
  transition: all .7s;
}
.posts .post-img .date {
  position: absolute;
  top: 25px;
  left: -25px;
  padding: 10px;
  background-color: #222;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}
.posts .post-img .date:after {
  content: '';
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: 50%;
  right: -25px;
  background-color: #eee;
}
.posts .post-content {
  margin-top: 30px;
}
.posts .post-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
.posts .post-content .tags a {
  font-size: 13px;
  color: #999;
}
.posts .post-content .more {
  margin-top: 30px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #c49b66;
}
.posts .post-content .more:hover {
  color: #c49b66;
}

.posts-blog .item {
  -webkit-box-shadow: 0px 15px 40px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 40px -10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.posts-blog .item .row {
  padding: 0;
  margin: 0 !important;
}
.posts-blog .item .cont {
  padding: 50px 30px;
}
.posts-blog .item .cont h6 {
  font-weight: 800;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.posts-blog .item .cont p {
  font-size: 14px;
}
.posts-blog .item .info {
  font-size: 10px;
  color: #999;
  font-style: italic;
  margin-bottom: 10px;
}
.posts-blog .item .info a {
  margin-right: 10px;
}
.posts-blog .item .info a:last-child {
  margin-right: 0;
}
.posts-blog .item .info .tag {
  padding: 4px;
  background-color: #c49b66;
  color: #fff;
  float: right;
  line-height: 1;
}
.posts-blog .item .more {
  font-size: 13px;
  font-weight: 600;
  color: #c49b66;
  margin-top: 15px;
}
.posts-blog .item .more:hover {
  color: #c49b66;
}
.posts-blog .item .more:hover i {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.posts-blog .item .more i {
  font-size: 10px;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.posts-blog .item {
  margin-bottom: 30px;
}
.posts-blog .item .post-img {
  position: relative;
}
.posts-blog .item .tag {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
}
.posts-blog .item .tag a {
  background-color: #c49b66;
  padding: 5px 10px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.posts-blog .item .tag .icon {
  font-size: 8px;
}
.posts-blog .item .spical {
  margin: 15px;
  padding: 15px;
  border-left: 4px solid #c49b66;
}
.posts-blog .info {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.posts-blog .info a {
  color: #999;
  font-weight: 600;
  font-size: 11px;
}
.posts-blog .info a .author {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 5px -6px 0;
  position: relative;
}
.posts-blog .info a .icon {
  font-size: 12px;
  margin-right: 2px;
}
.posts-blog .info .right {
  float: right;
}
.posts-blog .title {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.posts-blog .comments, .posts-blog .add-comment {
  padding: 30px 15px;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 5px;
}
.posts-blog .comments .com, .posts-blog .add-comment .com {
  margin-bottom: 30px;
}
.posts-blog .comments .com:last-child, .posts-blog .add-comment .com:last-child {
  margin-bottom: 0;
}
.posts-blog .comments .com:nth-child(odd), .posts-blog .add-comment .com:nth-child(odd) {
  margin-left: 50px;
}
.posts-blog .comments .img, .posts-blog .add-comment .img {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 50%;
  border: 1px solid #eee;
  overflow: hidden;
}
.posts-blog .comments .cont, .posts-blog .add-comment .cont {
  margin-left: 75px;
}
.posts-blog .comments .cont h6, .posts-blog .add-comment .cont h6 {
  font-size: 12px;
  margin-bottom: 5px;
}
.posts-blog .comments .cont span, .posts-blog .add-comment .cont span {
  color: #999;
  font-size: 11px;
  font-style: italic;
  margin-bottom: 10px;
}
.posts-blog .comments .cont .reply, .posts-blog .add-comment .cont .reply {
  float: right;
  margin-right: 15px;
  margin-top: -15px;
}
.posts-blog .comments .cont .reply:hover, .posts-blog .add-comment .cont .reply:hover {
  color: #c49b66;
}
.posts-blog form input, .posts-blog form textarea {
  width: 100%;
  padding: 15px;
  background-color: #fafafa;
  border: 0;
}
.posts-blog form textarea {
  height: 140px;
  max-height: 140px;
  max-width: 100%;
  margin-bottom: 10px;
}
.posts-blog form .butn {
  margin: 30px 0 0 0;
  border: 0;
  cursor: pointer;
}

.pagination {
  text-align: center;
}
.pagination ul {
  margin: auto;
}
.pagination li {
  float: left;
  margin: 0 5px;
}
.pagination li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
.pagination .active a {
  background-color: #c49b66;
  color: #fff;
}

.side-bar .widget {
  padding: 30px 15px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  overflow: hidden;
}
.side-bar .widget ul {
  margin-bottom: 0;
}
.side-bar .widget ul li {
  margin-bottom: 10px;
  color: #444;
  font-size: 13px;
}
.side-bar .widget ul li:last-child {
  margin-bottom: 0;
}
.side-bar .widget ul li i {
  font-size: 10px;
  margin-right: 10px;
}
.side-bar .widget .recent li {
  display: block;
  overflow: hidden;
}
.side-bar .widget .recent .thum {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.side-bar .widget .recent a {
  display: block;
  margin-left: 60px;
  line-height: 1.7;
}
.side-bar .widget-title {
  margin-bottom: 30px;
}
.side-bar .widget-title h6 {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.side-bar .search form {
  position: relative;
}
.side-bar .search form input {
  width: 100%;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #eee;
}
.side-bar .search form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  color: #999;
  border: 0;
  padding: 10px;
  cursor: pointer;
}
.side-bar .gallery li {
  width: 33.33333%;
  float: left;
  border: 5px solid #fff;
}
.side-bar .tags li {
  font-size: 12px;
  margin: 2px !important;
  padding: 5px 10px;
  background-color: #c49b66;
  color: #fff !important;
  border-radius: 4px;
  float: left;
}
.side-bar .tags li:hover {
  background-color: #222;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Contact ]
-----------------------------------------------------------------*/
.contact .info {
  padding-top: 30px;
}
.contact .info .item {
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 30px;
}
.contact .info .item .cont h6 {
  color: #c49b66;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact .form input, .contact .form textarea {
  color: #fff;
  width: 100%;
  padding: 15px;
  border: 0;
  background: #222;
  border-radius: 30px;
}
.contact .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
  border-radius: 10px;
}
.contact .form .butn {
  float: right;
  overflow: hidden;
  cursor: pointer;
}
.contact .form .butn:hover {
  border-color: #c49b66;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Footer ]
-----------------------------------------------------------------*/
footer {
  padding: 80px 0;
}
footer .social a {
  color: #c49b66;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 15px 10px;
  position: relative;
  z-index: 2;
}
footer .social a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #222;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
}
footer .social a:hover {
  color: #fff;
}
footer .social a:hover:after {
  background: #c49b66;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
footer p {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 11 Responsive ]
-----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .navbar {
    padding-left: 15px;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #111;
    text-align: center;
    padding: 10px 0;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #c49b66 !important;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h2 {
    font-size: 30px;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }
  .welcome-feature {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
    text-align: center;
  }
  .welcome-copy {
    width: 100%;
  }
  .welcome-copy h1 {
    font-size: 36px;
  }
  .welcome-summary {
    margin: 0 auto;
  }
  .welcome-image-wrap {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .about .section-head {
    text-align: center;
  }
  .about .hero-img {
    height: 400px;
  }

  .portfolio .items.width2 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }

  .section-head h4 {
    font-size: 40px;
  }

  .butn {
    margin: 0 2px;
  }

  .header .caption h4 {
    font-size: 20px;
  }
  .header .caption h1 {
    font-size: 25px;
    line-height: 1.4;
  }
  .welcome-feature {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
    gap: 20px;
  }
  .welcome-copy {
    width: 100%;
  }
  .welcome-copy h1 {
    font-size: 28px;
    line-height: 1.3;
  }
  .welcome-kicker {
    font-size: 12px;
  }
  .welcome-summary {
    margin: 0 auto;
    font-size: 14px;
  }
  .welcome-image-wrap {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .welcome-image {
    min-height: 280px;
  }

  .portfolio .filtering span {
    padding: 9px 12px;
    font-weight: 400;
    margin: 0;
  }

  .portfolio .items.width2, .portfolio .items {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .header .caption h2 {
    font-size: 16px;
  }
  .header .caption h1 {
    font-size: 20px;
    line-height: 1.4;
  }
  .welcome-feature {
    padding: 15px 12px;
    gap: 15px;
  }
  .welcome-copy h1 {
    font-size: 24px;
  }
  .welcome-image-wrap {
    max-width: 250px;
  }
  .welcome-image {
    min-height: 250px;
  }
  .header-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header-buttons .butn {
    margin: 8px 6px !important;
    font-size: 12px;
    padding: 12px 24px;
  }

  .portfolio .filtering span {
    margin-bottom: 10px;
  }
}

/* Additional CSS for enhanced features */
:root {
    --primary-color: #c49b66;
    --secondary-color: #2c3e50;
    --accent-color: #e74c3c;
    --light-color: #ecf0f1;
    --dark-color: #2c3e50;
}

/* Dark mode toggle */
.dark-mode-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dark-mode-toggle:hover {
    transform: scale(1.1);
}

.dark-mode-toggle i {
    color: white;
    font-size: 1.5rem;
}

/* Dark mode styles */
body.dark-mode {
    background: #0a0a0a;
    color: #fff;
}

body.dark-mode .bg-dark {
    background: #050505 !important;
}

body.dark-mode .services .item {
    background: #111;
}

body.dark-mode .contact .form input,
body.dark-mode .contact .form textarea {
    background: #111;
    color: #fff;
}

/* Light mode styles */
body.light-mode {
    background: #f1eee7;
    color: #202124;
}

body.light-mode .dark-mode-toggle {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.12);
}

body.light-mode .dark-mode-toggle i {
    color: #202124;
}

body.light-mode .navbar .navbar-nav .nav-link {
    color: #2b2b2b;
}

body.light-mode .nav-scroll {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

body.light-mode .header {
    background-image:
      radial-gradient(circle at 20% 20%, rgba(196, 155, 102, 0.25), transparent 38%),
      radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.55), transparent 42%),
      radial-gradient(circle at 50% 85%, rgba(196, 155, 102, 0.18), transparent 36%),
      linear-gradient(135deg, #ece7dd 0%, #f4f0e8 45%, #faf8f3 100%);
}

body.light-mode .header:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.36));
}

body.light-mode .welcome-feature {
    background: rgba(250, 248, 243, 0.92);
    border-color: rgba(0, 0, 0, 0.10);
    box-shadow: 0px 18px 45px rgba(0, 0, 0, 0.12);
}

body.light-mode .welcome-kicker,
body.light-mode .welcome-copy h1,
body.light-mode .welcome-summary {
    color: #202124;
}

body.light-mode .scroll-down a {
    border-color: #2b2b2b;
}

body.light-mode .scroll-down span {
    background: #2b2b2b;
}

body.light-mode .bg-dark,
body.light-mode .experience,
body.light-mode .certifications,
body.light-mode .tools,
body.light-mode footer {
    background: #f7f3ea !important;
}

body.light-mode .services .item,
body.light-mode .experience-item,
body.light-mode .cert-item,
body.light-mode .portfolio .cert-item,
body.light-mode .blog .item,
body.light-mode .tool-item,
body.light-mode .tool-simple {
    background: #fcfaf6;
    border-color: rgba(0, 0, 0, 0.10);
    box-shadow: 0px 10px 28px rgba(0, 0, 0, 0.08);
}

body.light-mode .section-head h4,
body.light-mode .services .item h6,
body.light-mode .experience-title h5,
body.light-mode .cert-title h5,
body.light-mode .portfolio .cert-title h5,
body.light-mode .tools .section-head h4,
body.light-mode .tools-category h5,
body.light-mode .blog .item .content h5 a,
body.light-mode footer p {
    color: #1d1d1d;
}

body.light-mode .services .item p,
body.light-mode .experience-body p,
body.light-mode .cert-body p,
body.light-mode .portfolio .cert-body p,
body.light-mode .tools .tool-simple span,
body.light-mode .about .content p,
body.light-mode .blog .item .content .data a,
body.light-mode .blog .item .content .more {
    color: #3a3a3a;
}

body.light-mode .tools-category h5 {
    border-bottom-color: #c49b66;
}

body.light-mode .tools-category h5:after {
    background: #202124;
}

body.light-mode .tool-icon {
    background: rgba(196, 155, 102, 0.14);
}

body.light-mode .tool-icon i,
body.light-mode .tool-simple i {
    color: #c49b66;
}

body.light-mode .tool-name,
body.light-mode .tool-simple span,
body.light-mode .tool-level,
body.light-mode .tool-category {
    color: #343434;
}

body.light-mode .tool-progress {
    background: rgba(0, 0, 0, 0.12);
}

body.light-mode .blog .item .content {
    background: #fcfaf6;
}

body.light-mode .blog .item img {
    filter: none;
    -webkit-filter: none;
}

body.light-mode footer .social a {
    color: #2f2f2f;
}

body.light-mode footer .social a:after {
    background-color: rgba(0, 0, 0, 0.14);
}

body.light-mode .about .content h4 {
    color: #ffffff;
}

body.light-mode .contact .form input,
body.light-mode .contact .form textarea {
    background: #fcfaf6;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #202124;
}

body.light-mode .contact .info {
    box-shadow: 0px 10px 28px rgba(0, 0, 0, 0.08);
}

/* Scroll down indicator */
.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.scroll-down a {
    display: block;
    width: 30px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 15px;
    position: relative;
}

.scroll-down span {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 12px;
    background: #fff;
    border-radius: 2px;
    animation: scrollDown 2s infinite;
}

@keyframes scrollDown {
    0% { opacity: 0; transform: translateX(-50%) translateY(0); }
    50% { opacity: 1; }
    100% { opacity: 0; transform: translateX(-50%) translateY(20px); }
}

/* Back to top button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: #b38958;
    transform: translateY(-3px);
}

/* Skills section enhancements */
.skills-section {
    position: relative;
}

.skill-category {
    margin-bottom: 40px;
}

.skill-category h5 {
    color: var(--primary-color);
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
}

.skill-item {
    margin-bottom: 25px;
}

.skill-info {
    display: flex;
    justify-content: between;
    margin-bottom: 8px;
}

.skill-info span:first-child {
    flex: 1;
}

.skill-info span:last-child {
    color: var(--primary-color);
    font-weight: 600;
}

.progress {
    height: 8px;
    background: #333;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar {
    background: var(--primary-color);
    transition: width 1.5s ease-in-out;
}

/* Header buttons enhancement */
.header-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 30px;
    align-items: center;
}

/* Portfolio enhancements */
.portfolio .item-img-overlay .overlay-info {
    padding: 20px;
}

.portfolio .item-img-overlay h6 {
    font-size: 18px;
    margin-bottom: 10px;
}

.portfolio .item-img-overlay p {
    font-size: 14px;
    color: #ccc;
}

/* Responsive improvements */
@media (max-width: 768px) {
    .header-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .header-buttons .butn {
        margin: 5px 0;
    }
    
    .dark-mode-toggle {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
}

/* Animation for skill bars */
@keyframes slideIn {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

.skill-item {
    animation: slideIn 0.6s ease-out;
}



/*# sourceMappingURL=style.css.map */

/* =====================================
==== Experience Section (Flexbox Version) */
.experience {
    background: #0F0F0F;
}

.experience .section-head h4 {
    color: #fff;
}

section:hover .experience .section-head h4 {
    color: transparent;
    -webkit-text-stroke: 1px #333;
}

.experience-container {
    margin-top: 40px;
}

.experience-item {
    background: #0a0a0c;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    border-left: 4px solid #c49b66;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

.experience-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.3);
    border-left-color: #fff;
}

.experience-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.experience-title {
    flex: 1;
    min-width: 250px;
}

.experience-title h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
}

.experience-title h6 {
    color: #c49b66;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.experience-title p {
    color: #8f8f8f;
    font-size: 14px;
    margin: 0;
    font-family: 'Rubik', sans-serif;
}

.experience-date {
    background: #c49b66;
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0px 10px 30px -4px rgba(196, 155, 102, 0.2);
    white-space: nowrap;
}

.experience-body {
    margin-top: 15px;
}

.experience-body p {
    color: #8f8f8f;
    font-size: 14px;
    line-height: 1.8;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 15px;
}

.experience-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.skill-tag {
    background: rgba(196, 155, 102, 0.1);
    color: #c49b66;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    transition: all 0.3s ease;
}

.experience-item:hover .skill-tag {
    background: #c49b66;
    color: white;
}

/* Icon styling for different experience types */
.experience-item.banking .experience-date {
    background: #27ae60;
}

.experience-item.construction .experience-date {
    background: #e67e22;
}

.experience-item.internship .experience-date {
    background: #3498db;
}

.experience-icon {
    width: 50px;
    height: 50px;
    background: rgba(196, 155, 102, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.experience-item:hover .experience-icon {
    background: #c49b66;
}

.experience-icon i {
    font-size: 20px;
    color: #c49b66;
    transition: all 0.4s ease;
}

.experience-item:hover .experience-icon i {
    color: white;
}

/* Alternative layout with icon */
.experience-item.with-icon {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.experience-item.with-icon .experience-content {
    flex: 1;
}

.experience-item.with-icon .experience-header {
    margin-top: 0;
}

/* Responsive Design for Experience Section */
@media screen and (max-width: 768px) {
    .experience-item {
        padding: 20px;
    }
    
    .experience-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .experience-title {
        min-width: auto;
    }
    
    .experience-date {
        align-self: flex-start;
    }
    
    .experience-title h5 {
        font-size: 18px;
    }
    
    .experience-title h6 {
        font-size: 14px;
    }
    
    .experience-body p {
        font-size: 13px;
    }
    
    .experience-skills {
        gap: 8px;
    }
    
    .skill-tag {
        font-size: 11px;
        padding: 5px 12px;
    }
    
    .experience-item.with-icon {
        flex-direction: column;
    }
    
    .experience-icon {
        margin-right: 0;
        margin-bottom: 15px;
        align-self: center;
    }
}

@media screen and (max-width: 480px) {
    .experience-item {
        padding: 15px;
    }
    
    .experience-date {
        padding: 6px 15px;
        font-size: 11px;
    }
    
    .experience-skills {
        justify-content: center;
    }
}

/* Animation for experience items */
.experience-item {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.experience-item.animate {
    opacity: 1;
    transform: translateY(0);
}


/* =====================================
==== Certifications Section */
.certifications {
    background: #0F0F0F;
}

.certifications .section-head h4 {
    color: #fff;
}

section:hover .certifications .section-head h4 {
    color: transparent;
    -webkit-text-stroke: 1px #333;
}

.certifications-container {
    margin-top: 40px;
}

.cert-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.cert-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.cert-item {
    background: #0a0a0c;
    padding: 30px;
    border-radius: 5px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.05);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cert-item:hover {
    transform: translateY(-10px);
    border-color: #c49b66;
    box-shadow: 0px 15px 40px rgba(196, 155, 102, 0.2);
}

.cert-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #c49b66;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.cert-item:hover:before {
    transform: scaleX(1);
}

.cert-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.cert-icon {
    width: 60px;
    height: 60px;
    background: rgba(196, 155, 102, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.cert-item:hover .cert-icon {
    background: #c49b66;
    transform: rotate(5deg);
}

.cert-icon i {
    font-size: 24px;
    color: #c49b66;
    transition: all 0.4s ease;
}

.cert-item:hover .cert-icon i {
    color: white;
}

.cert-title {
    flex: 1;
}

.cert-title h5 {
    color: white;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.4;
}

.cert-issuer {
    color: #c49b66;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 0.5px;
}

.cert-body {
    margin-bottom: 20px;
    flex: 1;
}

.cert-body p {
    color: #8f8f8f;
    font-size: 14px;
    line-height: 1.8;
    font-family: 'Rubik', sans-serif;
    margin: 0;
}

.cert-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.05);
    flex-shrink: 0;
}

.cert-date {
    display: flex;
    align-items: center;
    color: #c49b66;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cert-date i {
    margin-right: 8px;
    font-size: 14px;
}

.cert-badge {
    background: rgba(196, 155, 102, 0.1);
    color: #c49b66;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease;
}

.cert-item:hover .cert-badge {
    background: #c49b66;
    color: white;
}

/* Special styling for major certifications */
.cert-item.major {
    border: 2px solid rgba(196, 155, 102, 0.3);
}

.cert-item.major:hover {
    border-color: #c49b66;
    box-shadow: 0px 20px 50px rgba(196, 155, 102, 0.3);
}

.cert-item.major .cert-icon {
    width: 70px;
    height: 70px;
    background: rgba(196, 155, 102, 0.2);
}

.cert-item.major .cert-icon i {
    font-size: 28px;
}

/* View All Certifications Button */
.certifications .view-all {
    text-align: center;
    margin-top: 40px;
}

.certifications .view-all .butn {
    margin: 0;
}

.certifications .butn-bord {
    border-color: #c49b66;
    padding: 12px 40px;
}

.certifications .butn-bord span {
    color: #c49b66;
    font-weight: 600;
    letter-spacing: 1px;
}

.certifications .butn-bord:hover {
    background: #c49b66;
}

.certifications .butn-bord:hover span {
    color: white;
}

/* =====================================
==== Responsive Design for Certifications */
@media screen and (max-width: 1200px) {
    .cert-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 992px) {
    .cert-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .cert-item {
        padding: 25px;
    }
}

@media screen and (max-width: 768px) {
    .cert-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .cert-row {
        margin: 0 -10px;
    }
    
    .cert-col {
        padding: 0 10px;
    }
    
    .cert-header {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .cert-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .cert-footer {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .cert-date {
        justify-content: center;
    }
}

@media screen and (max-width: 576px) {
    .cert-item {
        padding: 20px;
    }
    
    .cert-title h5 {
        font-size: 16px;
    }
    
    .cert-issuer {
        font-size: 13px;
    }
    
    .cert-body p {
        font-size: 13px;
    }
    
    .cert-icon {
        width: 50px;
        height: 50px;
    }
    
    .cert-item.major .cert-icon {
        width: 60px;
        height: 60px;
    }
    
    .cert-icon i {
        font-size: 20px;
    }
    
    .cert-item.major .cert-icon i {
        font-size: 24px;
    }
}

/* =====================================
==== Tools & Technologies Section */
.tools {
    background: #161617;
}

.tools .section-head h4 {
    color: #fff;
}

section:hover .tools .section-head h4 {
    color: transparent;
    -webkit-text-stroke: 1px #333;
}

.tools-container {
    margin-top: 40px;
}

.tools-category {
    margin-bottom: 50px;
}

.tools-category:last-child {
    margin-bottom: 0;
}

.tools-category h5 {
    color: #c49b66;
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c49b66;
    display: inline-block;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    position: relative;
}

.tools-category h5:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #fff;
    transition: width 0.4s ease;
}

.tools-category:hover h5:after {
    width: 100%;
}

.tools-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tool-item {
    flex: 0 0 calc(20% - 20px);
    max-width: calc(20% - 20px);
    background: #0a0a0c;
    border-radius: 8px;
    padding: 25px 15px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tool-item:hover {
    transform: translateY(-10px);
    background: #c49b66;
    box-shadow: 0px 15px 40px rgba(196, 155, 102, 0.3);
    border-color: #c49b66;
}

.tool-icon {
    width: 60px;
    height: 60px;
    background: rgba(196, 155, 102, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

.tool-item:hover .tool-icon {
    background: rgba(255,255,255,0.2);
    transform: scale(1.1) rotate(5deg);
}

.tool-icon i {
    font-size: 30px;
    color: #c49b66;
    transition: all 0.4s ease;
}

.tool-item:hover .tool-icon i {
    color: white;
}

.tool-name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'Josefin Sans', sans-serif;
    transition: all 0.4s ease;
}

.tool-item:hover .tool-name {
    color: white;
}

.tool-category {
    font-size: 11px;
    color: #8f8f8f;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease;
}

.tool-item:hover .tool-category {
    color: rgba(255,255,255,0.8);
}

/* Progress indicator for skill level */
.tool-progress {
    width: 100%;
    height: 4px;
    background: rgba(255,255,255,0.1);
    border-radius: 2px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.tool-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #c49b66;
    border-radius: 2px;
    transition: width 1.5s ease;
}

.tool-item:hover .tool-progress-bar {
    background: white;
}

/* Skill level text */
.tool-level {
    font-size: 10px;
    color: #8f8f8f;
    margin-top: 5px;
    font-family: 'Rubik', sans-serif;
    transition: all 0.4s ease;
}

.tool-item:hover .tool-level {
    color: rgba(255,255,255,0.8);
}

/* Alternative layout without progress bars */
.tools-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.tool-simple {
    flex: 0 0 calc(12.5% - 15px);
    max-width: calc(12.5% - 15px);
    background: #0a0a0c;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.05);
}

.tool-simple:hover {
    transform: translateY(-5px);
    background: #c49b66;
    box-shadow: 0px 10px 30px rgba(196, 155, 102, 0.3);
    border-color: #c49b66;
}

.tool-simple i {
    font-size: 35px;
    color: #c49b66;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}

.tool-simple:hover i {
    color: white;
    transform: scale(1.1);
}

.tool-simple span {
    font-size: 12px;
    font-weight: 600;
    color: #8f8f8f;
    display: block;
    transition: all 0.4s ease;
    font-family: 'Rubik', sans-serif;
}

.tool-simple:hover span {
    color: white;
}

/* Responsive Design for Tools Section */
@media screen and (max-width: 1200px) {
    .tool-item {
        flex: 0 0 calc(25% - 20px);
        max-width: calc(25% - 20px);
    }
    
    .tool-simple {
        flex: 0 0 calc(16.666% - 15px);
        max-width: calc(16.666% - 15px);
    }
}

@media screen and (max-width: 992px) {
    .tool-item {
        flex: 0 0 calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
    }
    
    .tool-simple {
        flex: 0 0 calc(20% - 15px);
        max-width: calc(20% - 15px);
    }
}

@media screen and (max-width: 768px) {
    .tools-category {
        margin-bottom: 40px;
    }
    
    .tool-item {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
        padding: 20px 15px;
    }
    
    .tool-simple {
        flex: 0 0 calc(25% - 15px);
        max-width: calc(25% - 15px);
        padding: 15px;
    }
    
    .tool-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .tool-icon i {
        font-size: 24px;
    }
    
    .tool-name {
        font-size: 13px;
    }
    
    .tool-category {
        font-size: 10px;
    }
    
    .tool-simple i {
        font-size: 28px;
    }
    
    .tool-simple span {
        font-size: 11px;
    }
}

@media screen and (max-width: 576px) {
    .tool-item {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        padding: 15px 10px;
    }
    
    .tool-simple {
        flex: 0 0 calc(33.333% - 10px);
        max-width: calc(33.333% - 10px);
        padding: 12px;
    }
    
    .tools-grid,
    .tools-list {
        gap: 10px;
    }
    
    .tools-category h5 {
        font-size: 18px;
    }
}

/* Animation for tools */
.tool-item,
.tool-simple {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

.tool-item.animate,
.tool-simple.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Final light-mode overrides for Tools section (kept late in file to win cascade) */
body.light-mode .tools {
    background: #f7f3ea !important;
}

body.light-mode .tools .section-head h4 {
    color: #1d1d1d !important;
}

body.light-mode .tools-category h5 {
    color: #c49b66 !important;
    border-bottom-color: #c49b66 !important;
}

body.light-mode .tools-category h5:after {
    background: #1d1d1d !important;
}

body.light-mode .tool-item,
body.light-mode .tool-simple {
    background: #fcfaf6 !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0px 10px 28px rgba(0, 0, 0, 0.08) !important;
}

body.light-mode .tool-icon {
    background: rgba(196, 155, 102, 0.14) !important;
}

body.light-mode .tool-icon i,
body.light-mode .tool-simple i {
    color: #c49b66 !important;
}

body.light-mode .tool-name,
body.light-mode .tool-category,
body.light-mode .tool-level,
body.light-mode .tool-simple span {
    color: #343434 !important;
}

body.light-mode .tool-progress {
    background: rgba(0, 0, 0, 0.12) !important;
}



/* Debug and fix for About section image */
.about .hero-img {
    min-height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(100%) brightness(74%) contrast(110%);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
}

/* Force the background image to show */
.bg-img[data-background] {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* Debug border to see if element is visible */
.about .hero-img.debug {
    border: 3px solid red;
    background-color: #333;
}

/* Fallback image if hero1.jpg doesn't load */
.about .hero-img:after {
    content: 'Image not found: img/hero1.jpg';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: none;
    z-index: 2;
}

.about .hero-img.broken:after {
    display: block;
}

/* Add a subtle overlay for better text contrast */
.about .hero-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.4));
    z-index: 1;
}

/* Responsive fixes */
@media screen and (max-width: 991px) {
    .about .hero-img {
        min-height: 300px;
        margin: 30px 0;
        order: 2;
    }
    
    .about .row {
        display: flex;
        flex-direction: column;
    }
    
    .about .col-lg-4 {
        width: 100%;
    }
    
    .about .skills {
        padding: 50px 0 !important;
    }
    
    .about .content {
        padding: 50px 0 !important;
    }
}

/* =====================================
==== Advanced CSS Features & Variables */

/* CSS Custom Properties for Theme Management */
:root {
    --primary-color: #c49b66;
    --primary-dark: #8f6f4a;
    --secondary-color: #d4a876;
    --dark-bg: #0f0f0f;
    --darker-bg: #0a0a0c;
    --light-text: #fff;
    --muted-text: #a0a0a0;
    --accent-gold: linear-gradient(135deg, #c49b66 0%, #d4a876 100%);
    --transition-smooth: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --shadow-elevated: 0px 20px 60px rgba(0, 0, 0, 0.4);
    --shadow-glow: 0px 0px 30px rgba(196, 155, 102, 0.2);
}

/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

/* Advanced Accessibility & Focus States */
*:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

.butn:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 3px;
    box-shadow: 0 0 0 3px rgba(196, 155, 102, 0.1);
}

/* Advanced Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes iconPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1.08);
    }
}

@keyframes shimmerBar {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/* Enhanced Progress Bar */
.progress-bar {
    position: relative;
    overflow: hidden;
    will-change: width;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transition: width 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.progress-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: shimmerBar 2s infinite;
}

/* Advanced Form Elements */
input[type="text"],
input[type="email"],
textarea,
select {
    transition: var(--transition-smooth);
    border-color: rgba(196, 155, 102, 0.3);
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(196, 155, 102, 0.1);
}

/* Enhanced Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

::-webkit-scrollbar-thumb {
    background: rgba(196, 155, 102, 0.5);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(196, 155, 102, 0.8);
}

/* Enhanced Image Effects */
img {
    transition: filter 0.4s ease, transform 0.4s ease;
}

img:hover {
    filter: brightness(1.1) saturate(1.15);
    transform: scale(1.02);
}

/* Enhanced Typography */
h1, h2, h3 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.welcome-copy h1 {
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* Advanced Prefers Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Advanced Dark Mode Enhancements */
body.dark-mode {
    --dark-bg: #000000;
    --darker-bg: #0a0a0a;
    --shadow-elevated: 0px 20px 60px rgba(0, 0, 0, 0.6);
}

body {
    transition: background-color 0.5s ease, color 0.5s ease;
}

/* Advanced Touch Device Optimization */
@media (hover: none) and (pointer: coarse) {
    .butn {
        padding: 16px 44px;
        min-height: 48px;
    }
    
    .navbar .navbar-nav .nav-link {
        padding: 12px 0;
        min-height: 44px;
    }
}

/* Advanced High Resolution Display Support */
@media (min-resolution: 192dpi) {
    body {
        font-size: 15.5px;
    }
}

/* Feature Detection with CSS Supports */
@supports (backdrop-filter: blur(10px)) {
    .welcome-feature {
        backdrop-filter: blur(10px);
    }
}

@supports (mix-blend-mode: overlay) {
    .cert-item::after {
        mix-blend-mode: overlay;
    }
}

/* Print Styles */
@media print {
    .navbar, .dark-mode-toggle, .loading, .scroll-down {
        display: none !important;
    }
    
    body {
        background: white;
        color: black;
    }
    
    h1, h2, h3, h4, h5, h6 {
        break-after: avoid;
    }
}
