/*======================
        1.BASIC
========================*/

html {
  overflow-x: hidden;
}

body {
  font-family: "Nunito", sans-serif;
  overflow-x: hidden;
  color: #fbfbfb;
  background: #2e3135;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

a,
a:hover,
a:focus,
button,
button:focus {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

::selection {
  background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
  background: rgba(166, 175, 189, 0.3);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #26282b;
  z-index: 9999999;
}

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

.spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid #2e3135;
  border-right: 5px solid #2e3135;
  border-bottom: 5px solid #2e3135;
  border-left: 5px solid #6b6e6f;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.back_top {
  text-align: center;
  position: fixed;
  bottom: 15px;
  height: 35px;
  width: 35px;
  display: none;
  z-index: 10000;
  border-radius: 3px;
  right: 20px;
  transition: all 0.5s;
}

.back_top i {
  color: #fff;
  line-height: 35px;
  font-size: 32px;
  display: block;
}

/*==========================
        2.HELPER
============================*/

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-color: #2e3135;
}

.bg-light {
  background-color: #26282b !important;
}

.text-muted {
  color: #a0a0ac !important;
}

.img-thumbnail {
  background-color: #3b3e42;
  border: 1px solid #4d5052;
}

.h-100vh {
  height: 100vh;
}

.z-index {
  z-index: 2;
}

.clippath_none {
  clip-path: none !important;
}

.section-subtitle {
  max-width: 500px;
}

.btn {
  padding: 15px 32px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.5s;
  letter-spacing: 0.6px;
  color: #fff;
  box-shadow: none !important;
  text-transform: uppercase;
  outline: none !important;
}

.btn-round {
  border-radius: 30px;
}

.btn-custom {
  background: linear-gradient(135deg, #e65f78, #ff8fa3);
  border: none;
  color: #ffffff !important;
  padding: 16px 38px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 10px 30px rgba(230, 95, 120, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  letter-spacing: 0.3px;
  margin: 8px;
  min-width: 200px;
  height: 52px;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(230, 95, 120, 0.55);
  color: #ffffff !important;
  background: linear-gradient(135deg, #ff6b85, #ffa0b8);
}

.btn-custom i {
  margin-right: 10px;
  font-size: 15px;
}

.btn-outline-custom {
  border: 2.5px solid rgba(230, 95, 120, 0.6);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff !important;
  padding: 13.5px 35.5px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  letter-spacing: 0.3px;
  backdrop-filter: blur(5px);
  margin: 8px;
  min-width: 200px;
  height: 52px;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus {
  background: rgba(230, 95, 120, 0.2);
  border-color: #e65f78;
  color: #ffffff !important;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(230, 95, 120, 0.3);
}

.btn-outline-custom i {
  margin-right: 10px;
  font-size: 15px;
}

.bg-overlay {
  background-color: rgba(38, 40, 43, 0.72);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*==========================
        3.NAVBAR CUSTOM
============================*/

.custom-nav {
  background-color: transparent;
  padding: 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}

.custom-nav .navbar-nav li a {
  color: #fff !important;
  font-size: 15px;
  background-color: transparent !important;
  margin: 0 7px;
  letter-spacing: 0.05em;
  line-height: 24px;
  transition: all 0.5s;
  font-weight: 500;
}

.custom-nav .navbar-brand .logo-light,
.custom-nav .navbar-brand .logo-dark {
  height: 27px;
}

.logo .logo-light {
  display: inline-block;
}

.stickyadd .logo .logo-dark {
  display: inline-block;
}

.stickyadd .logo .logo-light {
  display: none;
}

.logo .logo-dark {
  display: none;
}

.custom-nav .navbar-brand {
  color: #fff !important;
  text-transform: uppercase;
}

.custom-nav .navbar-toggler {
  color: #fff;
  font-size: 35px;
  padding: 0px;
}

.custom-nav.stickyadd {
  background-color: #fff !important;
  box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.051);
  padding: 15px 0px;
}

.custom-nav.stickyadd .navbar-nav li a {
  color: #000 !important;
}

/*===========================
        4.HOME
=============================*/

.header-bg-img {
  background-image: linear-gradient(#00000075, #00000075),
    url(../images/home-bg.png);
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.header-content {
  max-width: 800px;
}

.header-table-center {
  display: table-cell;
  vertical-align: middle;
}

.header-table {
  display: table;
  width: 100%;
  height: 100%;
}

.header-name {
  font-size: 54px;
  letter-spacing: -1px;
  line-height: 1.2;
}

.text-gradient {
  background: linear-gradient(135deg, #e65f78, #ff8fa3, #ffa8cc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.first-title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.9;
}

.header-desc {
  max-width: 700px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 17px;
}

.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
}

@media (max-width: 576px) {
  .button-wrapper {
    flex-direction: column;
  }

  .btn-custom,
  .btn-outline-custom {
    width: 100%;
    max-width: 280px;
  }
}

.scroll_down {
  position: absolute;
  bottom: 6vh;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  z-index: 8;
}

.scroll_down a {
  display: inline-block;
}

.scroll_down i {
  position: relative;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  height: 50px;
  width: 30px;
  line-height: 50px;
  border-radius: 30px;
  border: 2.5px solid rgba(230, 95, 120, 0.6);
  display: inline-block;
  color: #fff;
  font-size: 10px;
  background: rgba(230, 95, 120, 0.08);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 15px rgba(230, 95, 120, 0.2);
  transition: all 0.3s ease;
}

.scroll_down i:hover {
  border-color: #e65f78;
  background: rgba(230, 95, 120, 0.15);
  box-shadow: 0 6px 20px rgba(230, 95, 120, 0.35);
}

.scroll_down i:after {
  content: "";
  position: absolute;
  top: 24px;
  left: 11px;
  border-radius: 2px;
  z-index: -1;
  bottom: 0px;
  transition: all 0.2s;
  height: 12px;
  width: 4px;
  background: #e65f78;
}

/* About Section Styles */
.about-image-wrapper {
  position: relative;
  padding: 20px;
}

.about-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(230, 95, 120, 0.2);
  background: linear-gradient(
    135deg,
    rgba(230, 95, 120, 0.1),
    rgba(255, 143, 163, 0.1)
  );
  border: 3px solid rgba(230, 95, 120, 0.3);
  transition: all 0.4s ease;
}

.about-image:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(230, 95, 120, 0.3);
  border-color: rgba(230, 95, 120, 0.5);
}

.about-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.about-image::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(135deg, #e65f78, #ff8fa3, #ffa8cc);
  border-radius: 20px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.about-image:hover::before {
  opacity: 0.5;
}

.about-content h2 {
  font-size: 36px;
  line-height: 1.3;
}

.about-content h4 {
  font-size: 22px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

.about-content p {
  font-size: 16px;
  line-height: 1.8;
}

.about-content p strong {
  color: #e65f78;
  font-weight: 600;
}

/*HOME 4*/

.curv-img {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 1;
}

.curv-img svg {
  display: block;
}

/*HOME 7*/

.clip-home {
  clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
  position: relative;
}

/*DEMO 16*/

.wave_sec {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.wave_sec svg {
  height: 180px;
}

/*===========================
        5.ABOUT
=============================*/

.about-social li a {
  color: #a0a0ac;
  display: inline-block;
  height: 42px;
  width: 42px;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #6b6e6f;
  line-height: 38px;
  transition: all 0.5s;
  text-align: center;
}

/*===========================
        6.SERVICES
=============================*/

.services-boxes {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.3s ease;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}

.services-boxes:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(230, 95, 120, 0.15);
  border-color: rgba(230, 95, 120, 0.3);
  background: rgba(255, 255, 255, 0.04);
}

.services-boxes .services-boxes-icon {
  margin-bottom: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-boxes .services-boxes-icon i {
  font-size: 48px;
  line-height: 1;
  display: inline-block;
  color: #e65f78 !important;
  opacity: 1;
  visibility: visible;
}

.services-boxes h5 {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}

.services-boxes .services-title-border {
  height: 2px;
  width: 40px;
  margin: 15px auto;
  transition: all 0.5s;
  background: #e65f78;
}

.services-boxes:hover .services-title-border {
  width: 60px;
}

.service-box {
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.services-boxes h5 {
  font-weight: 600;
}

.service-box .service-content h5 {
  font-size: 20px;
  font-weight: 700;
}

.service-box .service-content p {
  font-size: 15px;
}

/*===========================
        7.CLIENT
=============================*/

.testi_boxes {
  max-width: 750px;
}

.client_review {
  font-size: 18px;
}

.client_name {
  font-size: 16px;
}

.testi_boxes .tam_testi_icon {
  font-size: 50px;
}

.owl-theme .owl-controls .owl-page {
  margin: 20px 0px;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 6px;
  margin: 5px 4px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span {
  width: 20px;
}

/*===========================
        8.WORK
=============================*/

.work_menu li a {
  cursor: pointer;
  display: block;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 16px;
  transition: all 0.5s;
  margin-top: 5px;
}

.work_menu a.active,
.work_menu a:hover {
  color: #fff !important;
}

.work_item {
  position: relative;
  padding: 15px;
}

.work_box {
  overflow: hidden;
  position: relative;
}

.work_box .work_img {
  position: relative;
  overflow: hidden;
}

.work_box .work_img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}

.work_box .work_detail {
  opacity: 0;
  color: #ffffff;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  overflow: hidden;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_detail h4 {
  font-size: 18px;
}

.work_box .work_detail p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.work_box:hover .work_detail {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 1;
}

.work_box:hover .work_img:after {
  background: rgba(38, 40, 43, 0.72);
}

.work_box:hover .work_img > img {
  transform: scale(1.05);
}

/*=========================
        9.CONTACT
===========================*/

.blog_color {
  background-color: #2e3135;
}

/*=========================
        10.CONTACT
===========================*/

.form-kerri .form-control {
  box-shadow: none !important;
  height: 50px;
  border: 2px solid #3b3e42;
  background-color: transparent;
  color: #fbfbfb;
}

.form-kerri textarea.form-control {
  height: auto;
}

.contact_detail-title {
  font-size: 18px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #ec5f79;
}

.error_msg {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  color: #ec5f79;
  font-weight: 700;
}

.gig_loader {
  display: none;
}

#success_msg {
  text-align: center;
  margin-bottom: 20px;
}

#success_msg h3 {
  color: #64d674;
  font-size: 22px;
}

/*======================
        11.FOOTER
========================*/

.footer {
  padding: 70px 0px;
  background-color: #26282b !important;
}

.footer .footer-alt p {
  font-size: 16px;
}

.footer .footer-alt ul li a {
  border-radius: 50%;
  transition: all 0.5s;
  background-color: rgba(241, 241, 241, 0.08);
  width: 42px;
  height: 42px;
  display: block;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
}

/*===========================
        12.RESPONSIVE
=============================*/

@media (min-width: 200px) and (max-width: 768px) {
  .custom-nav {
    background-color: #fff !important;
    padding: 10px 0px !important;
  }

  .custom-nav .container {
    width: 85%;
  }

  .custom-nav .navbar-toggler {
    color: #000;
    font-size: 32px;
    border: none;
  }

  .custom-nav .logo .logo-dark {
    display: inline-block;
  }

  .custom-nav .navbar-nav li a {
    color: rgba(0, 0, 0, 0.6) !important;
  }

  .custom-nav .logo .logo-light {
    display: none;
  }

  .h-100vh {
    height: auto;
    padding: 120px 0 140px;
  }

  .header-bg-img {
    clip-path: none;
    padding: 120px 0 140px;
  }

  .wave-home.h-100vh {
    height: auto;
    padding: 120px 0 190px;
  }

  .custom-nav .navbar-nav li a {
    margin: 0 0px;
    line-height: 15px;
  }

  .header-name {
    font-size: 38px;
  }

  .clip-home {
    clip-path: none;
  }
}

@media (max-width: 2560px) {
  .home-bg .curv-img {
    bottom: -5px;
  }
}

#color-switcher div h3 {
  font-size: 16px;
  margin: 8px 3px 12px;
  color: #000;
}

#color-switcher {
  background: none repeat scroll 0 0 #ffff;
  box-shadow: 0px 0px 14px 0 rgba(0, 0, 0, 0.08);
  left: -189px;
  position: fixed;
  top: 17%;
  width: 189px;
  z-index: 9999;
  padding: 10px 5px;
}

#color-switcher div {
  padding: 5px 10px;
}

#color-switcher .bottom {
  background: none repeat scroll 0 0 #fff;
  color: #252525;
  padding: 0;
}

#color-switcher .bottom a.settings {
  background: none repeat scroll 0 0 #2b2424;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  height: 41px;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  padding: 3px;
}

#color-switcher .bottom a {
  text-decoration: none;
}

#color-switcher .bottom a.settings i {
  margin-left: 5px;
  color: #fff;
  font-size: 24px;
  position: absolute;
}

ul.pattern {
  list-style: none outside none;
  margin: 0 0 0;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
}

ul.pattern li {
  float: left;
  margin: 2px;
}

ul.pattern li a {
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 16px 16px 0;
  margin: 5px;
}

ul.pattern .color1 {
  background: #e65f78;
}

ul.pattern .color2 {
  background: #37b8df;
}

ul.pattern .color3 {
  background: #31b164;
}

ul.pattern .color4 {
  background: #5d69f6;
}

ul.pattern .color5 {
  background: #87ceeb;
}

ul.pattern .color6 {
  background: #f2b31a;
}

@media only screen and (max-width: 479px) {
  #color-switcher {
    display: none;
  }
}

p.client_review.font-italic.mt-4.text-center.text-muted img {
  border-radius: 5px;
  display: block;
  width: 100%;
}

.footer-social-icons i {
  font-size: 25px;
}

.footer-social-icons i:last-child {
  transform: translateY(3px);
}

.footer-social-icons li:nth-child(1):hover a {
  background: #3b5998;
}

.footer-social-icons li:nth-child(2):hover a {
  background: #0e76a8;
}

.footer-social-icons li:nth-child(3):hover a {
  background: #e60023;
}

.footer-social-icons li:nth-child(4):hover a {
  background: #00acee;
}
.footer-social-icons li:nth-child(5):hover a {
  background: #e60023;
}

.img_blog {
  overflow: hidden;
}

.img_blog img {
  transition: all 0.5s;
}

.img_blog img:hover {
  transform: scale(1.2);
}

.btn-round {
  background: #e65f78 !important;
  border: 1px solid #e65f78;
}

.btn-round:hover {
  color: white;
  background: transparent !important;
  border: 1px solid #e65f78;
}

.scroll_down i {
  border: 2px solid #e65f78;
}

.scroll_down i:after {
  background: #e65f78;
}

#visit-wrapper {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.source-code,
.live-site {
  display: inline-block;
  margin: 0 5px;
  color: white;
  padding: 0;
  background: #e65f78;
  border: 1px solid #e65f78;
  border-radius: 5px;
  padding: 5px 0;
  transition: 0.5s;
  width: 110px;
}

#visit-wrapper a:hover {
  background: #80808080;
  color: white;
}

.img-zoom {
  color: white;
  transition: 0.5s;
}

.img-zoom:hover {
  color: #e65f78;
}

.custom-nav .navbar-nav li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  position: relative;
  line-height: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  margin: 0;
}

.nav-item {
  margin: 5px 10px;
}

.custom-nav .navbar-nav li a::after {
  transition: width 0.5s;
  position: absolute;
  content: "";
  bottom: -2px;
  background: #e65f78;
  width: 0%;
  left: 0;
  height: 1px;
}

.custom-nav .navbar-nav li a::before {
  transition: width 0.5s;
  position: absolute;
  content: "";
  top: -2px;
  background: #e65f78;
  width: 0%;
  right: 0;
  height: 1px;
}

.custom-nav .navbar-nav li:hover a::before {
  width: 100%;
}

.custom-nav .navbar-nav li:hover a::after {
  width: 100%;
}

/* Work Experience Section Styles */
.experience-box {
  background: rgba(40, 44, 52, 0.85);
  border: 1.5px solid rgba(230, 95, 120, 0.12);
  border-radius: 18px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 32px rgba(230, 95, 120, 0.08), 0 2px 8px rgba(0, 0, 0, 0.12);
  z-index: 1;
}

.experience-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, #e65f78 0%, #ff8fa3 50%, #ffa8cc 100%);
  border-radius: 18px 0 0 18px;
  box-shadow: 0 0 24px rgba(230, 95, 120, 0.18);
  z-index: 2;
}

.experience-box::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(230, 95, 120, 0.05) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.experience-box:hover::after {
  opacity: 1;
}

.experience-box:hover {
  transform: translateY(-12px) scale(1.01);
  border-color: rgba(230, 95, 120, 0.35);
  box-shadow: 0 32px 64px rgba(230, 95, 120, 0.18),
    0 2px 8px rgba(0, 0, 0, 0.18);
  background: rgba(40, 44, 52, 0.96);
}

.experience-header {
  border-bottom: 1.5px solid rgba(230, 95, 120, 0.08);
  padding-bottom: 20px;
  margin-bottom: 22px;
  position: relative;
  background: rgba(255, 255, 255, 0.01);
  border-radius: 12px 12px 0 0;
}

.experience-header::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #e65f78, transparent);
  transition: width 0.4s ease;
}

.experience-box:hover .experience-header::after {
  width: 120px;
}

.experience-title {
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
  line-height: 1.3;
  transition: color 0.3s ease;
  text-shadow: 0 2px 8px rgba(230, 95, 120, 0.08);
}

.experience-box:hover .experience-title {
  color: #e65f78 !important;
}

.experience-company {
  color: #e65f78 !important;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-shadow: 0 1px 4px rgba(230, 95, 120, 0.08);
}

.experience-company::before {
  content: "📍";
  font-size: 14px;
  opacity: 0.8;
}

.experience-date {
  color: #e65f78 !important;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  background: rgba(230, 95, 120, 0.13);
  padding: 7px 16px;
  border-radius: 22px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border: 1.5px solid rgba(230, 95, 120, 0.22);
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(230, 95, 120, 0.08);
}

.experience-box:hover .experience-date {
  background: rgba(230, 95, 120, 0.2);
  border-color: rgba(230, 95, 120, 0.4);
  transform: scale(1.05);
}

.experience-location {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-top: 8px;
  font-style: italic;
  letter-spacing: 0.2px;
}

.experience-content {
  padding-top: 8px;
  padding-bottom: 2px;
}

.experience-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
  margin-top: 0;
}

.experience-list li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.experience-list li:hover {
  color: rgba(255, 255, 255, 0.95);
  transform: translateX(5px);
}

.experience-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 16px;
  height: 2.5px;
  background: linear-gradient(90deg, #e65f78, #ff8fa3);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.experience-list li:hover:before {
  width: 20px;
}

.experience-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
  border-top: 1.5px solid rgba(230, 95, 120, 0.08);
  margin-top: 8px;
  z-index: 2;
}

@media (max-width: 991px) {
  .experience-date,
  .experience-location {
    text-align: left !important;
    margin-top: 8px;
  }
}

@media (max-width: 991px) {
  .experience-box .col-lg-3 {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 15px;
    margin-bottom: 15px;
    min-height: auto;
  }

  .experience-box .col-lg-9 {
    padding-left: 20px;
  }
}

.experience-box ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.experience-box ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  font-size: 15px;
}

.experience-box ul li:before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 2px;
  color: #e65f78;
  font-size: 12px;
  opacity: 0.8;
}

.experience-box ul li:last-child {
  margin-bottom: 0;
}

.badge-soft-primary {
  background: linear-gradient(
    135deg,
    rgba(230, 95, 120, 0.15),
    rgba(230, 95, 120, 0.25)
  );
  color: #e65f78;
  padding: 9px 18px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  border: 1px solid rgba(230, 95, 120, 0.3);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
}

.badge-soft-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.badge-soft-primary:hover::before {
  left: 100%;
}

.badge-soft-primary:hover {
  background: linear-gradient(
    135deg,
    rgba(230, 95, 120, 0.3),
    rgba(230, 95, 120, 0.4)
  );
  border-color: rgba(230, 95, 120, 0.6);
  transform: translateY(-4px) scale(1.08);
  box-shadow: 0 10px 25px rgba(230, 95, 120, 0.35);
  color: #ffffff;
}

/* Technical Skills Section Styles */
.skills-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  min-height: 280px;
  position: relative;
  overflow: hidden;
}

.skills-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #e65f78, #ff8fa3);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.skills-box:hover::before {
  opacity: 1;
}

.skills-box:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(230, 95, 120, 0.3);
  box-shadow: 0 15px 40px rgba(230, 95, 120, 0.2);
}

.skills-icon-wrapper {
  position: relative;
}

.skills-icon {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(230, 95, 120, 0.1), transparent);
  border-radius: 50%;
  width: 60px;
  margin: 0 auto;
  transition: all 0.4s ease;
}

.skills-box:hover .skills-icon {
  transform: scale(1.1);
  background: radial-gradient(circle, rgba(230, 95, 120, 0.2), transparent);
}

.skills-icon i {
  color: #e65f78;
  transition: all 0.4s ease;
}

.skills-box:hover .skills-icon i {
  color: #ff8fa3;
  transform: rotateY(360deg);
}

.skills-box h5 {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.skills-box:hover h5 {
  color: #e65f78;
}

.skills-list {
  text-align: center;
}

.skill-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.skill-badge {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(230, 95, 120, 0.1);
  border: 1px solid rgba(230, 95, 120, 0.2);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.skill-badge:hover {
  background: rgba(230, 95, 120, 0.2);
  border-color: rgba(230, 95, 120, 0.4);
  color: #ffffff;
  transform: translateY(-2px);
}

.skills-box:hover .skill-badge {
  border-color: rgba(230, 95, 120, 0.3);
}

/* CTA Section Styles */
.section .cta-wrapper {
  background: linear-gradient(
    135deg,
    rgba(230, 95, 120, 0.1),
    rgba(255, 143, 163, 0.05)
  );
  border: 2px solid rgba(230, 95, 120, 0.3);
  border-radius: 20px;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.section .cta-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(230, 95, 120, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.section .cta-wrapper:hover::before {
  left: 100%;
}

.section .cta-wrapper h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.section .cta-wrapper .btn-custom {
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Blog Section Styles */
.blog-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
  min-height: 480px;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(230, 95, 120, 0.3);
  box-shadow: 0 15px 35px rgba(230, 95, 120, 0.15);
}

.blog-card .img_blog {
  overflow: hidden;
  border-radius: 8px;
}

.blog-card .img_blog img {
  transition: transform 0.3s ease;
}

.blog-card:hover .img_blog img {
  transform: scale(1.05);
}

.blog-card h5 a {
  transition: color 0.3s ease;
}

.blog-card h5 a:hover {
  color: #e65f78 !important;
}

.blog-card .text-custom {
  color: #e65f78;
}

.blog-card .date_blog i {
  color: #e65f78;
}

.blog-card .desc_blog {
  line-height: 1.7;
  font-size: 14px;
}

/* Contact Section Styles */
.contact-info-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
  min-height: 200px;
}

.contact-info-box:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(230, 95, 120, 0.3);
  box-shadow: 0 15px 35px rgba(230, 95, 120, 0.15);
}

.contact-icon {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon i {
  font-size: 36px;
  color: #e65f78;
}

.contact-info-box a {
  transition: color 0.3s ease;
  text-decoration: none;
}

.contact-info-box a:hover {
  color: #e65f78 !important;
}

.contact-form-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.custom-input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 12px 20px;
  transition: all 0.3s ease;
}

.custom-input:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: #e65f78;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(230, 95, 120, 0.15);
}

.custom-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.btn-custom {
  background: #e65f78;
  border: 2px solid #e65f78;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background: transparent;
  border-color: #e65f78;
  color: #e65f78;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(230, 95, 120, 0.3);
}

/* Footer Section Styles */
.footer {
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 60px 0 30px;
}

.footer-content {
  padding: 20px 0;
}

.footer-brand h4 {
  font-size: 24px;
  font-weight: 700;
}

.footer-social-icons {
  margin: 30px 0;
}

.footer-social-icons li {
  margin: 0 10px;
}

.footer-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer-social-icons a:hover {
  background: #e65f78;
  border-color: #e65f78;
  color: #ffffff;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(230, 95, 120, 0.3);
}

.footer-links {
  padding: 20px 0;
}

.footer-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
  margin: 0 5px;
}

.footer-link:hover {
  color: #e65f78;
  text-decoration: none;
}

.footer-links .separator {
  color: rgba(255, 255, 255, 0.3);
  margin: 0 8px;
}

.footer-copyright {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-copyright .text-custom {
  color: #e65f78;
}

.footer-copyright .small {
  font-size: 13px;
}

/* Portfolio Section Styles */
.work_menu {
  padding: 0;
  margin: 20px 0;
}

.filter-btn {
  padding: 10px 25px;
  margin: 5px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.filter-btn:hover,
.filter-btn.active {
  background: #e65f78;
  border-color: #e65f78;
  color: #ffffff;
  transform: translateY(-2px);
}

.portfolio-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.portfolio-card:hover {
  transform: translateY(-8px);
  border-color: rgba(230, 95, 120, 0.3);
  box-shadow: 0 15px 35px rgba(230, 95, 120, 0.15);
}

.portfolio-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.portfolio-img img {
  width: 100%;
  transition: transform 0.5s ease;
}

.portfolio-card:hover .portfolio-img img {
  transform: scale(1.1);
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(230, 95, 120, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-overlay i {
  font-size: 36px;
  color: #ffffff;
}

.portfolio-content {
  background: rgba(255, 255, 255, 0.02);
}

.portfolio-category {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.portfolio-content h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.portfolio-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.portfolio-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}

.portfolio-link:hover {
  background: #e65f78;
  border-color: #e65f78;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}

.portfolio-link i {
  font-size: 12px;
}

/* Testimonial Section Styles */
.testimonial-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #e65f78, #ff8fa3);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.testimonial-card:hover::before {
  transform: scaleX(1);
}

.testimonial-card:hover {
  transform: translateY(-8px);
  border-color: rgba(230, 95, 120, 0.3);
  box-shadow: 0 15px 35px rgba(230, 95, 120, 0.15);
  background: rgba(255, 255, 255, 0.05);
}

.testimonial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid rgba(230, 95, 120, 0.3);
  object-fit: cover;
  transition: all 0.3s ease;
}

.testimonial-card:hover .testimonial-avatar {
  border-color: #e65f78;
  transform: scale(1.1);
}

.testimonial-rating {
  display: flex;
  gap: 4px;
}

.testimonial-rating i {
  color: #ffc107;
  font-size: 14px;
}

.testimonial-body {
  position: relative;
  margin-bottom: 20px;
}

.testimonial-quote {
  position: absolute;
  top: -10px;
  left: -5px;
  font-size: 30px;
  color: rgba(230, 95, 120, 0.2);
  z-index: 0;
}

.testimonial-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.7;
  font-style: italic;
  margin: 0;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.testimonial-footer h6 {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  font-size: 16px;
}

.testimonial-footer small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

#client .btn-custom {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  padding: 12px 30px;
  border-radius: 25px;
  transition: all 0.3s ease;
  font-weight: 500;
}

#client .btn-custom:hover {
  background: #e65f78;
  border-color: #e65f78;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(230, 95, 120, 0.3);
}

#client .btn-custom i {
  font-size: 16px;
}
