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

    Template Name: Unfold - Personal Resume & CV Template
    Template URI: site.com
    Description: Unfold Personal Resume & CV Template
    Author: Uideck
    Author URI: https://uideck.com/
    Support: https://uideck.com/support/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1.COMMON
	2.HEADER
    3.ABOUT
    4.SERVICES
    4.CALL TO ACTION
    5.WORK
    6.PRICING
    7.BLOG
    8.CONTACT
    9.FOOTER
    10.PAGE BANNER
    10.SINGLE BLOG PAGE

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800");
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #8a8fa3; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #32333c;
  margin: 0px; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #8a8fa3;
  margin: 0px; }
  @media (max-width: 767px) {
    p {
      font-size: 15px; } }

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

/* Update primary colors */
:root {
    /* Primary Colors */
    --primary-color: #0077B6;
    --primary-light: #00B4D8;
    --primary-dark: #023E8A;

    /* Gradients */
    --primary-gradient: linear-gradient(45deg, var(--primary-color), var(--primary-light));
    --primary-transparent: rgba(0, 119, 182, 0.1);

    /* Text Colors */
    --text-dark: #333333;
    --text-light: #8a8fa3;
    --text-white: #ffffff;

    /* Background Colors */
    --bg-light: #f8f9fa;
    --bg-lighter: #ffffff;
    --bg-dark: #023E8A;

    /* Border Colors */
    --border-color: #ddd;
    --border-light: rgba(0, 119, 182, 0.1);
}

/* Replace all color instances */
.main-btn {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    box-shadow: 0px 5px 8px 0px rgba(0, 119, 182, 0.55);
}

.main-btn:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.navigation .navbar .navbar-brand h2,
.navigation .navbar .navbar-nav .nav-item.active a,
.navigation .navbar .navbar-nav .nav-item:hover a {
    color: var(--primary-color);
}

.navigation .navbar .navbar-nav .nav-item a::before {
    background-color: var(--primary-color);
}

.hero-subtitle {
    color: var(--primary-color);
}

.hero-title {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-number {
    color: var(--primary-color);
}

.service-icon {
    background: var(--primary-transparent);
}

.service-icon i {
    color: #0077B6;
}

.service-card:hover::before {
    background: var(--primary-gradient);
}

.service-features li i {
    color: #0077B6;
}

.service-link {
    color: #0077B6;
}

.tech-item:hover {
    background: var(--primary-gradient);
}

.project-category {
    background: rgba(0, 119, 182, 0.9);
}

.tech-pill:hover {
    background-color: #0077B6;
}

.filter-btn:hover,
.filter-btn.active {
    background: #0077B6;
    border-color: #0077B6;
}

.project-card-new .project-link:hover {
    background: #0077B6;
}

.stages-timeline::before {
    background: #0077B6;
}

.stage-number {
    background: #0077B6;
}

.stage-icon i {
    color: #0077B6;
}

.stage-details h5 {
    color: #0077B6;
}

.stage-checklist li i {
    background: var(--primary-transparent);
    color: #0077B6;
}

.stage-checklist li:hover i {
    background: #0077B6;
}

.stage-checklist li .points {
    color: #0077B6;
}

.section-title .title::after {
    background: linear-gradient(to right, transparent, #0077B6, transparent);
}

.testimonial-header .title::after {
    background: linear-gradient(to right, transparent, #0077B6, transparent);
}

/* Update gradients and hover states */
.service-card-inner:before {
    background: var(--primary-gradient);
}

.tech-item:hover {
    box-shadow: 0 6px 20px rgba(0, 119, 182, 0.2);
}

.project-card-new:hover {
    box-shadow: 0 15px 35px rgba(0, 119, 182, 0.15);
}

.stage-card:hover {
    box-shadow: 0 8px 20px rgba(0, 119, 182, 0.2);
}

/* Update section backgrounds */
.services-area,
.tech-stack-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e3f2fd 100%);
}

.development-stages {
    padding: 80px 0;
    position: relative;
    background: #f9f9ff;
}

/* Update call to action section */
.call-to-action::before {
    background-color: rgba(0, 119, 182, 0.7);
}

/* Update footer colors */
.footer-content ul li a:hover {
    background-color: #0077B6;
}

.back-to-top:hover {
    background-color: #0077B6;
    border-color: #0077B6;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #0077B6;
  padding: 0 40px;
  font-size: 15px;
  line-height: 48px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 119, 182, 0.55);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 119, 182, 0.55);
  box-shadow: 0px 5px 8px 0px rgba(0, 119, 182, 0.55);
  background-color: #0077B6;
  text-transform: uppercase; }
  .main-btn:hover {
    background-color: #fff;
    color: #0077B6;

    border-color: #0077B6; }
  .main-btn.main-btn-2 {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .main-btn.main-btn-2:hover {
      background-color: #0077B6;
      color: #fff;
      border-color: #0077B6; }
      #more-work-btn {
        color: white;}
      #more-work-btn:hover {
        color: #0077B6;}

/*===== All Section Title Style =====*/
.section-title .title {
  font-size: 50px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.section-title .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 119, 182, 0), rgba(0, 119, 182, 1), rgba(0, 119, 182, 0));
}

.testimonial-header .title {
  font-size: 50px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.testimonial-header .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 119, 182, 0), rgba(0, 119, 182, 1), rgba(0, 119, 182, 0));
}

@media (max-width: 767px) {
  .section-title .title,
  .testimonial-header .title {
    font-size: 35px;
  }

  .section-title .title::after,
  .testimonial-header .title::after {
    width: 120px; /* Slightly smaller width for mobile */
  }
}

.section-title .title {
  font-weight: 600;
  font-size: 30px;
  color: #000;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .section-title .title {
      font-size: 28px; }
    }

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader_34 {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .preloader .loader_34 .ytp-spinner {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      margin-left: -32px;
      z-index: 18;
      pointer-events: none; }
      .preloader .loader_34 .ytp-spinner .ytp-spinner-container {
        pointer-events: none;
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        top: 50%;
        left: 50%;
        margin-top: -50%;
        margin-left: -50%;
        -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
        animation: ytp-spinner-linspin 1568.23529647ms linear infinite; }
        .preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
          animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
          .preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
            right: 50%; }
          .preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            left: 50%; }
    .preloader .loader_34 .ytp-spinner-circle {
      box-sizing: border-box;
      position: absolute;
      width: 200%;
      height: 100%;
      border-style: solid;
      /* Spinner Color */
      border-color: #0077B6 #0077B6 #ddd;
      border-radius: 50%;
      border-width: 6px; }
    .preloader .loader_34 .ytp-spinner-left .ytp-spinner-circle {
      left: 0;
      right: -100%;
      border-right-color: #ddd;
      -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
    .preloader .loader_34 .ytp-spinner-right .ytp-spinner-circle {
      left: -100%;
      right: 0;
      border-left-color: #ddd;
      -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
      animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg); }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg); } }
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg); } }
/*===========================
    2.HEADER css
===========================*/
.navigation {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(134, 134, 134, 0.25);
  -moz-box-shadow: 0px 0px 29px 0px rgba(134, 134, 134, 0.25);
  box-shadow: 0px 0px 29px 0px rgba(134, 134, 134, 0.25);
  padding: 30px 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .navigation.sticky {
    padding: 20px 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .navigation .navbar {
    padding: 0;
    position: relative; }
    .navigation .navbar .navbar-brand {
      padding-top: 0;
      padding-bottom: 5px; }
    .navigation .navbar .navbar-brand h2 {
      font-family: Arial, sans-serif;
      color: #0077B6
    }
    .navigation .navbar .navbar-toggler {
      padding: 2px 6px; }
      .navigation .navbar .navbar-toggler .toggler-icon {
        width: 30px;
        height: 2px;
        background-color: #32333c;
        margin: 5px 0;
        display: block;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 7px; }
      .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
        opacity: 0; }
      .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        top: -7px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 158%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        -webkit-box-shadow: 0px 10px 15px 0px rgba(134, 134, 134, 0.15);
        -moz-box-shadow: 0px 10px 15px 0px rgba(134, 134, 134, 0.15);
        box-shadow: 0px 10px 15px 0px rgba(134, 134, 134, 0.15);
        padding: 3px 12px; } }
    @media (max-width: 767px) {
      .navigation .navbar .navbar-collapse {
        position: absolute;
        top: 158%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        -webkit-box-shadow: 0px 10px 15px 0px rgba(134, 134, 134, 0.15);
        -moz-box-shadow: 0px 10px 15px 0px rgba(134, 134, 134, 0.15);
        box-shadow: 0px 10px 15px 0px rgba(134, 134, 134, 0.15);
        padding: 3px 12px; } }

/* Make navbar smaller on mobile */
@media (max-width: 767px) {
    .navigation {
        padding: 15px 10px;
    }

    .navigation .navbar {
        padding-left: 5px;
        padding-right: 5px;
    }

    .navigation .navbar .navbar-brand h2 {
        font-size: 20px;
    }

    .navigation .navbar .navbar-toggler {
        padding: 0;
    }

    .navigation .navbar .navbar-toggler .toggler-icon {
        width: 25px;
        height: 2px;
        margin: 4px 0;
    }

    .navigation .navbar .navbar-nav .nav-item a {
        font-size: 14px;
        padding: 6px;
    }

    .navigation .navbar .navbar-nav .nav-item a.nav-btn {
        padding: 6px 15px;
        font-size: 13px;
    }
}
    .navigation .navbar .navbar-nav .nav-item {
      margin-left: 25px;
    }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navigation .navbar .navbar-nav .nav-item {
          margin: 4px 0; } }
      @media (max-width: 767px) {
        .navigation .navbar .navbar-nav .nav-item {
          margin: 4px 0; } }
      .navigation .navbar .navbar-nav .nav-item:first-child {
        margin-left: 0; }
      .navigation .navbar .navbar-nav .nav-item a {
        font-size: 15px;
        font-weight: 500;
        color: #2E2E2E;
        text-transform: uppercase;
        position: relative;
        transition: all 0.3s ease-out 0s;
        padding: 8px; }
        .navigation .navbar .navbar-nav .nav-item a.nav-btn {
          background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
          background-size: 200% auto;
          color: #fff;
          padding: 8px 20px;
          border-radius: 30px;
          font-weight: 500;
          transition: all 0.3s ease-out 0s;
          display: flex;
          align-items: center;
          gap: 6px; }
          .navigation .navbar .navbar-nav .nav-item a.nav-btn:hover {
            background-position: right center;
            color: #fff; }
          .navigation .navbar .navbar-nav .nav-item a.nav-btn::before {
            display: none; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .navigation .navbar .navbar-nav .nav-item a::before {
            display: none; } }
          @media (max-width: 767px) {
            .navigation .navbar .navbar-nav .nav-item a::before {
              display: none; } }
      .navigation .navbar .navbar-nav .nav-item.active a, .navigation .navbar .navbar-nav .nav-item:hover a {
        color: #0077B6; }
        .navigation .navbar .navbar-nav .nav-item.active a::before, .navigation .navbar .navbar-nav .nav-item:hover a::before {
          height: 45px; }

      /* Special styling for Contact button when active */
      .navigation .navbar .navbar-nav .nav-item.active a.nav-btn,
      .navigation .navbar .navbar-nav .nav-item:hover a.nav-btn {
        color: #fff !important;
        background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
        background-size: 200% auto;
      }
.header-content {
  height: 730px;
  width: 100%;
  margin-top: 90px;
  position: relative;
  overflow: hidden;
  background-color: #fbfbfb; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-content {
      height: 550px; } }
  @media (max-width: 767px) {
    .header-content {
      height: 550px; } }
  .header-content .header-shape {
    position: absolute !important; }
    .header-content .header-shape.shape-one {
      top: 0 !important;
      left: 0 !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-one img {
          width: 40px; } }
    .header-content .header-shape.shape-tow {
      top: -18px !important;
      left: 20% !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-tow img {
          width: 40px; } }
    .header-content .header-shape.shape-three {
      top: 0 !important;
      left: 40% !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-three img {
          width: 100px; } }
    .header-content .header-shape.shape-fore {
      top: 28px !important;
      right: 7.6% !important;
      left: auto !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-fore img {
          width: 40px; } }
    .header-content .header-shape.shape-five {
      right: 30px !important;
      bottom: 35% !important;
      left: auto !important;
      top: auto !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-five {
          right: 20px !important;
          bottom: 48% !important; } }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-five img {
          width: 40px; } }
    .header-content .header-shape.shape-six {
      top: 44% !important;
      left: 13% !important;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-six img {
          width: 40px; } }
    .header-content .header-shape.shape-seven {
      left: 30px !important;
      bottom: 50px !important;
      top: auto !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-seven {
          left: 15px !important;
          bottom: 25px !important; } }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-seven img {
          width: 100px; } }
    .header-content .header-shape.shape-eight {
      left: 90px !important;
      bottom: 140px !important;
      top: auto !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-eight {
          left: 50px !important;
          bottom: 70px !important; } }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-eight img {
          width: 100px; } }
    .header-content .header-shape.shape-nine {
      left: 50% !important;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 28px !important;
      top: auto !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-nine {
          left: 65% !important;
          bottom: 20px !important; } }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-nine img {
          width: 100px; } }
    .header-content .header-shape.shape-ten {
      right: 30px !important;
      bottom: 5px !important;
      left: auto !important;
      top: auto !important; }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-ten {
          right: 0px !important;
          bottom: 140px !important; } }
      @media (max-width: 767px) {
        .header-content .header-shape.shape-ten img {
          width: 100px; } }

.header-content-right {
  position: relative;
  z-index: 5;
  padding: 50px 30px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
}

.typing-container {
  font-size: 24px;
  margin: 20px 0;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.main-btn.outline {
  background: transparent;
  border: 2px solid #0077B6;
  color: #0077B6;
}

.main-btn.outline:hover {
  background: #0077B6;
  color: white;
}

.header-content-right .sub-title {
  font-size: 30px;
  color: #0077B6;
  font-family: Ubuntu;
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .header-content-right .sub-title {
      font-size: 24px; } }
  .header-content-right .title {
    font-size: 60px;
    font-family: Ubuntu;
    padding-bottom: 15px; }
    @media (max-width: 767px) {
      .header-content-right .title {
        font-size: 38px; } }
  .header-content-right p {
    padding-bottom: 40px; }

.header-image {
  max-width: 350px;
  margin: 0 auto;
  position: relative; }
  .header-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 110%;
    border: 20px solid #0077B6;
    border-bottom: 0;
    top: 40%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-60%); }
  .header-image::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    background-color: #0077B6;
    left: 0;
    bottom: 50px;
    z-index: 11; }
  .header-image img {
    width: 800px;
    position: relative;
    margin-top: -130px;
    z-index: 5; }

.header-social {
  position: absolute;
  bottom: 40px;
  left: 15px;
  width: 100%; }
  .header-social .header-social-icon {
    position: relative; }
    .header-social .header-social-icon::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 2px;
      background-color: #0077B6;
      left: -102.5%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .header-social .header-social-icon ul li {
      display: inline-block;
      margin-left: 13px; }
      .header-social .header-social-icon ul li:first-child {
        margin-left: 0; }
      .header-social .header-social-icon ul li a {
        color: #0077B6;
        background-color: #eee;
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        border: 1px solid rgb(154, 154, 154);
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        text-align: center; }
        .header-social .header-social-icon ul li a:hover {
          color: #fff;
          background-color: #0077B6;
          border-color: #0077B6; }

/*===========================
        3.ABOUT css
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area {
    padding-top: 90px;
    padding-bottom: 100px; } }
@media (max-width: 767px) {
  .about-area {
    padding-top: 180px;
    padding-bottom: 80px; } }

.about-content .about-title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px; }
.about-content p {
text-align: justify}
.about-content ul {
  padding-top: 15px; }
  .about-content ul li {
    width: 50%;
    float: left;
    margin-top: 5px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .about-content ul li {
        width: 100%;
        float: none; } }
    @media (max-width: 767px) {
      .about-content ul li {
        width: 100%;
        float: none; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .about-content ul li {
        width: 50%;
        float: left; } }
.about-content .single-info .info-icon i {
  font-size: 14px;
  color: #0077B6; }
.about-content .single-info .info-text {
  padding-left: 10px; }
  .about-content .single-info .info-text p span {
    color: #32333c; }

.about-skills {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.about-skills:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.skill-item {
    position: relative;
}

.skill-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.skill-title {
    font-size: 16px;
    font-weight: 600;
    color: #2d3436;
    margin: 0;
}

.skill-percentage {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}

.skill-bar {
    width: 100%;
    height: 10px;
    background: #e9ecef;
    border-radius: 5px;
    overflow: hidden;
}

.bar-inner {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.progress-line {
    width: 0;
    height: 100%;
    background: linear-gradient(45deg, var(--primary-color), var(--primary-light));
    border-radius: 5px;
    position: relative;
    animation: progressAnimation 1.5s ease-in-out forwards;
    animation-delay: 0.3s;
}

.progress-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    animation: shine 1.5s infinite;
}

@keyframes progressAnimation {
    to {
        width: var(--progress-width);
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 767px) {
    .about-skills {
        margin-top: 40px;
        margin-left: 0 !important;
    }

    .skill-title {
        font-size: 14px;
    }

    .skill-percentage {
        font-size: 14px;
    }

    .skill-bar {
        margin-top: 5px;
    }
}

/*===========================
        4.SERVICES css
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area {
    padding-top: 90px;
    padding-bottom: 100px; } }
@media (max-width: 767px) {
  .services-area {
    padding-top: 70px;
    padding-bottom: 80px; } }

/* Add modern service card styles */
.single-service {
    background: white;
    border-radius: 15px;
    padding: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.single-service:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(120deg, #0077B6 0%, #0077B6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.icon-wrapper i {
    font-size: 35px;
    color: white;
}

.service-link {
    color: #0077B6;
    text-decoration: none;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
    opacity: 0;
    transition: all 0.3s ease;
}

.single-service:hover .service-link {
    opacity: 1;
}

.single-service .service-icon i {
  font-size: 60px;
  color: #0077B6;
  line-height: 56px; }
  .single-service .service-content {
    margin-top: 11px; }
    .single-service .service-content .service-title a {
      font-size: 22px;
      font-weight: 600;
      color: #32333c;
      margin-bottom: 20px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .single-service .service-content .service-title a:hover {
        color: #0077B6; }
  .single-service:hover {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
    -moz-box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; }

/*===========================
    4.CALL TO ACTION css
===========================*/
.call-to-action {
  position: relative;
  z-index: 9; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action {
      padding-top: 90px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .call-to-action {
      padding-top: 70px;
      padding-bottom: 80px; } }
  .call-to-action::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 119, 182, 0.9), rgba(0, 180, 216, 0.9));
    z-index: -1; }

.call-action-content .action-title {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .call-action-content .action-title {
      font-size: 30px; } }
.call-action-content p {
  color: #fff;
  padding-bottom: 25px; }
.call-action-content ul li {
  display: inline-block;
  margin: 10px 15px 0; }
  .call-action-content ul li .main-btn {
    width: 180px;
    padding: 0; }
    .call-action-content ul li .main-btn.custom {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background-color: #fff;
      color: #0077B6;
      border-color: #fff; }
      .call-action-content ul li .main-btn.custom:hover {
        background-color: #0077B6;
        color: #fff;
        border-color: #0077B6; }
    .call-action-content ul li .main-btn.custom-2 {
      color: #fff;
      background-color: transparent;
      border-color: #fff; }
      .call-action-content ul li .main-btn.custom-2:hover {
        background-color: rgba(255, 255, 255, 0.5);
        color: #fff;
        border-color: #fff; }

/*===========================
        5.WORK css
===========================*/
.work-image {
  transition: all 1000ms;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-area {
    padding-top: 90px;
    padding-bottom: 100px; }
  }
@media (max-width: 767px) {
  .work-area {
    padding-top: 70px;
    padding-bottom: 80px; } }
.single-work {
  position: relative; }
  .single-work .work-image img {
    width: 100%;
   }
  .single-work .work-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(192, 173, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .single-work .work-overlay .work-content {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .single-work .work-overlay .work-content .work-title {
        font-size: 22px;
        color: #fff;
        font-weight: 60;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        margin-bottom: 15px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        opacity: 0; }
      .single-work .work-overlay .work-content ul {
        position: relative;
        padding-top: 20px; }
        .single-work .work-overlay .work-content ul::before {
          position: absolute;
          content: '';
          width: 60px;
          height: 2px;
          background-color: #fff;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          top: 0; }
        .single-work .work-overlay .work-content ul li {
          display: inline-block;
          margin: 0 15px;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
          opacity: 0; }
          .single-work .work-overlay .work-content ul li a {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 25px;
            color: #fff;
            border-radius: 50%;
            border: 1px solid #fff;
            text-align: center;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s; }
            .single-work .work-overlay .work-content ul li a:hover {
              background-color: #fff;
              color: #0077B6; }
          .single-work .work-overlay .work-content ul li:nth-of-type(1) {
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%); }
          .single-work .work-overlay .work-content ul li:nth-of-type(2) {
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%); }
  .single-work:hover .work-overlay {
    opacity: 1;
    visibility: visible; }
    .single-work:hover .work-overlay .work-content .work-title {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    .single-work:hover .work-overlay .work-content ul li {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
/*===========================
     07.TESTIMONIAL css
===========================*/
.single_testimonial .testimonial_author img {
  border-radius: 50px;
  border-bottom-right-radius: 0; }
  @media (max-width: 767px) {
    .single_testimonial .testimonial_author img {
      width: 120px;
      border-radius: 30px;
      border-bottom-right-radius: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_testimonial .testimonial_author img {
      width: 120px;
      border-radius: 30px;
      border-bottom-right-radius: 0; } }
.single_testimonial .testimonial_content {
  padding-left: 30px;
  position: relative; }
  @media (max-width: 767px) {
    .single_testimonial .testimonial_content {
      padding-left: 0;
      margin-top: 25px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_testimonial .testimonial_content {
      padding-left: 25px;
      margin-top: 0; } }
  .single_testimonial .testimonial_content .author_name {
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif; }
  .single_testimonial .testimonial_content .sub_title {
    font-size: 14px;
    color: #646F87;
    margin-top: 5px; }
  .single_testimonial .testimonial_content p {
    font-size: 16px;
    margin-top: 20px; }
  .single_testimonial .testimonial_content .review {
    position: absolute;
    top: 0;
    right: 0; }
    .single_testimonial .testimonial_content .review li {
      display: inline-block;
      font-size: 14px;
      color: #FFAE34;
      margin: 0 2px; }

.testimonial_active .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 46px; }
  .testimonial_active .slick-dots li {
    display: inline-block;
    margin: 0 3px; }
    .testimonial_active .slick-dots li button {
      font-size: 0;
      width: 13px;
      height: 13px;
      border: 2px solid rgba(0, 167, 142, 0.43);
      border-radius: 50%;
      background: none;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .testimonial_active .slick-dots li.slick-active button {
      background-color: #00A78E;
      border-color: #00A78E; }

.slick-initialized .slick-slide {
  outline: 0; }

/*===========================
       8.CONTACT css
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-area {
    padding-top: 90px;
    padding-bottom: 100px; } }
@media (max-width: 767px) {
  .contact-area {
    padding-top: 100px;
    padding-bottom: 80px; } }

.contact-box {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 30px 35px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact-box {
      padding: 30px 25px; } }
  @media (max-width: 767px) {
    .contact-box {
      padding: 30px 25px; } }
  .contact-box .contact-icon i {
    font-size: 48px;
    color: #0077B6; }
  .contact-box .contact-content {
    margin-top: 15px; }
    .contact-box .contact-content .contact-title {
      font-size: 18px;
      font-weight: 600;
      padding-bottom: 15px; }
  .contact-box:hover {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
    -moz-box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23);
    box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.23); }

p.form-message.success, p.form-message.error {
  font-size: 16px;
  color: #333;
  background: #ddd;
  padding: 10px 15px;
  margin-top: 15px; }
  p.form-message.success.form-message.error, p.form-message.error.form-message.error {
    color: #f00; }

.single-form {
  margin-top: 30px; }
  .single-form input, .single-form textarea {
    width: 100%;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0 25px;
    font-size: 16px;
    color: #8a8fa3; }
    .single-form input.placeholder, .single-form textarea.placeholder {
      opacity: 1;
      color: #8a8fa3; }
    .single-form input:-moz-placeholder, .single-form textarea:-moz-placeholder {
      opacity: 1;
      color: #8a8fa3; }
    .single-form input::-moz-placeholder, .single-form textarea::-moz-placeholder {
      opacity: 1;
      color: #8a8fa3; }
    .single-form input::-webkit-input-placeholder, .single-form textarea::-webkit-input-placeholder {
      opacity: 1;
      color: #8a8fa3; }
    .single-form input:focus, .single-form textarea:focus {
      border-color: #0077B6; }
  .single-form textarea {
    height: 135px;
    padding-top: 10px;
    resize: none; }

.contact-map .gmap_canvas iframe {
  width: 100%;
  height: 335px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(152, 152, 152, 0.46);
  -moz-box-shadow: 0px 0px 12px 0px rgba(152, 152, 152, 0.46);
  box-shadow: 0px 0px 12px 0px rgba(152, 152, 152, 0.46); }

/*===========================
       9.FOOTER css
===========================*/
.footer-widget {
  background: linear-gradient(135deg, #023E8A 0%, #0077B6 100%); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-widget {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 767px) {
    .footer-widget {
      padding-top: 20px;
      padding-bottom: 20px; } }

.footer-content p {
  color: #fff;
  margin-top: 35px; }
.footer-content ul {
  margin-top: 35px; }
  .footer-content ul li {
    display: inline-block;
    margin: 0 14px; }
    @media (max-width: 767px) {
      .footer-content ul li {
        margin: 0 7px; } }
    .footer-content ul li a {
      font-size: 30px;
      width: 60px;
      height: 60px;
      line-height: 65px;
      text-align: center;
      border-radius: 50%;
      color: #87CEEB;
      background-color: #1c2940;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media (max-width: 767px) {
        .footer-content ul li a {
          width: 52px;
          height: 50px;
          line-height: 50px;
          font-size: 20px; } }
      .footer-content ul li a:hover {
        background-color: #0077B6;
        color: #fff; }

.footer-copyright {
  background: #023E8A; }
  .footer-copyright .copyright-text p {
    color: #fff; }

.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  background: var(--primary-gradient);
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
  .back-to-top:hover {
    color: #fff;
    background: var(--primary-gradient);
    border-color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 119, 182, 0.4); }

/*===========================
      10.PAGE BANNER css
===========================*/
.page-banner {
  margin-top: 95px;
  padding-top: 118px;
  padding-bottom: 122px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-banner {
      padding-top: 88px;
      padding-bottom: 92px; } }
  @media (max-width: 767px) {
    .page-banner {
      padding-top: 73px;
      padding-bottom: 72px; } }

.page-banner-content {
  position: relative;
  z-index: 9; }
  .page-banner-content .page-title {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      .page-banner-content .page-title {
        font-size: 28px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .page-banner-content .page-title {
        font-size: 38px; } }
  .page-banner-content .breadcrumb {
    background: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0; }
    .page-banner-content .breadcrumb .breadcrumb-item {
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      position: relative;
      padding-left: 26px; }
      .page-banner-content .breadcrumb .breadcrumb-item a {
        color: #fff;
        font-size: 16px;
        font-weight: 500; }
      .page-banner-content .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        position: absolute;
        content: '';
        width: 10px;
        height: 2px;
        background-color: #fff;
        left: 7px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }

/*===========================
   10.SINGLE BLOG PAGE css
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-page {
    padding-top: 70px;
    padding-bottom: 100px; } }
@media (max-width: 767px) {
  .single-blog-page {
    padding-top: 30px;
    padding-bottom: 80px; } }

.single-blog-post .blog-content {
  padding-top: 32px;
  padding-bottom: 45px;
  border-bottom: 1px solid #ddd; }
  .single-blog-post .blog-content .blog-title {
    font-size: 24px;
    color: #32333c;
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      .single-blog-post .blog-content .blog-title {
        font-size: 18px; } }
  .single-blog-post .blog-content .meta li {
    display: inline-block;
    margin-right: 40px; }
    @media (max-width: 767px) {
      .single-blog-post .blog-content .meta li {
        margin-right: 20px; } }
    .single-blog-post .blog-content .meta li:last-child {
      margin-right: 0; }
    .single-blog-post .blog-content .meta li a {
      font-size: 16px;
      color: #8a8fa3;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      @media (max-width: 767px) {
        .single-blog-post .blog-content .meta li a {
          font-size: 14px; } }
      .single-blog-post .blog-content .meta li a:hover {
        color: #0077B6; }
      .single-blog-post .blog-content .meta li a i {
        color: #0077B6;
        margin-right: 5px; }
  .single-blog-post .blog-content .blockquote {
    margin-bottom: 0;
    padding: 20px 80px; }
    @media (max-width: 767px) {
      .single-blog-post .blog-content .blockquote {
        padding: 20px 25px; } }
    .single-blog-post .blog-content .blockquote p {
      color: #32333c;
      font-weight: 500;
      position: relative; }
      .single-blog-post .blog-content .blockquote p .quote-left {
        position: absolute;
        top: 5px;
        left: -30px; }
      .single-blog-post .blog-content .blockquote p .quote-right {
        margin-left: 10px; }
.single-blog-post .blog-tag-share .blog-tag span {
  text-transform: uppercase;
  color: #32333c;
  font-size: 16px;
  font-weight: 600; }
.single-blog-post .blog-tag-share .blog-tag .tag li {
  display: inline-block;
  margin-left: 10px; }
  .single-blog-post .blog-tag-share .blog-tag .tag li a {
    text-transform: uppercase;
    color: #8a8fa3;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 16px; }
    @media (max-width: 767px) {
      .single-blog-post .blog-tag-share .blog-tag .tag li a {
        font-size: 14px; } }
    .single-blog-post .blog-tag-share .blog-tag .tag li a:hover {
      color: #0077B6; }
.single-blog-post .blog-tag-share .blgo-share span {
  text-transform: uppercase;
  color: #32333c;
  font-size: 16px;
  font-weight: 600; }
.single-blog-post .blog-tag-share .blgo-share .share li {
  display: inline-block;
  margin-left: 10px; }
  .single-blog-post .blog-tag-share .blgo-share .share li a {
    font-size: 16px; }
    .single-blog-post .blog-tag-share .blgo-share .share li a.color-1 {
      color: #3b5998; }
    .single-blog-post .blog-tag-share .blgo-share .share li a.color-2 {
      color: #55acee; }
    .single-blog-post .blog-tag-share .blgo-share .share li a.color-3 {
      color: #dc4e41; }
    .single-blog-post .blog-tag-share .blgo-share .share li a.color-4 {
      color: #517fa4; }
.single-blog-post .blog-comment .title {
  font-size: 22px;
  font-weight: 600; }
.single-blog-post .blog-comment .author-comment ul li {
  margin-top: 25px; }
@media (max-width: 767px) {
  .single-blog-post .blog-comment .author-comment .single-comment .comment-thumb img {
    width: 80px; } }
.single-blog-post .blog-comment .author-comment .single-comment .comment-content {
  padding-left: 30px; }
  @media (max-width: 767px) {
    .single-blog-post .blog-comment .author-comment .single-comment .comment-content {
      padding-left: 0;
      padding-top: 25px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-blog-post .blog-comment .author-comment .single-comment .comment-content {
      padding-left: 30px;
      padding-top: 0; } }
  .single-blog-post .blog-comment .author-comment .single-comment .comment-content .author-name {
    font-size: 16px; }
  .single-blog-post .blog-comment .author-comment .single-comment .comment-content span {
    font-size: 14px;
    color: #8a8fa3;
    padding-bottom: 10px; }
.single-blog-post .blog-comment .author-comment .comment-replay {
  padding-left: 30px; }
.single-blog-post .blog-comment .comment-form .comment-form-box .single-input {
  margin-top: 30px; }
  .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea {
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    padding: 0 30px;
    border-radius: 5px; }
    .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input.placeholder, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea.placeholder {
      opacity: 1;
      color: #8a8fa3; }
    .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input:-moz-placeholder, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea:-moz-placeholder {
      opacity: 1;
      color: #8a8fa3; }
    .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input::-moz-placeholder, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea::-moz-placeholder {
      opacity: 1;
      color: #8a8fa3; }
    .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input::-webkit-input-placeholder, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea::-webkit-input-placeholder {
      opacity: 1;
      color: #8a8fa3; }
    .single-blog-post .blog-comment .comment-form .comment-form-box .single-input input:focus, .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea:focus {
      border-color: #0077B6; }
  .single-blog-post .blog-comment .comment-form .comment-form-box .single-input textarea {
    height: 160px;
    padding-top: 20px;
    resize: none; }
  .single-blog-post .blog-comment .comment-form .comment-form-box .single-input .main-btn {
    width: 160px; }

.blog-sidebar .sidebar-search {
  position: relative; }
  .blog-sidebar .sidebar-search input {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    padding: 0 30px;
    border-radius: 50px; }
    .blog-sidebar .sidebar-search input.placeholder {
      opacity: 1;
      color: #8a8fa3; }
    .blog-sidebar .sidebar-search input:-moz-placeholder {
      opacity: 1;
      color: #8a8fa3; }
    .blog-sidebar .sidebar-search input::-moz-placeholder {
      opacity: 1;
      color: #8a8fa3; }
    .blog-sidebar .sidebar-search input::-webkit-input-placeholder {
      opacity: 1;
      color: #8a8fa3; }
    .blog-sidebar .sidebar-search input:focus {
      border-color: #0077B6; }
  .blog-sidebar .sidebar-search button {
    width: 65px;
    height: 60px;
    text-align: center;
    background-color: #0077B6;
    font-size: 30px;
    color: #fff;
    border: 1px solid #0077B6;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 64px;
    cursor: pointer; }
.blog-sidebar .sidebar-title {
  font-size: 22px;
  font-weight: 600; }
.blog-sidebar .sidebar-post {
  padding: 25px 20px;
  border: 1px solid #ddd;
  border-radius: 5px; }
  .blog-sidebar .sidebar-post .single-sidebar-post {
    margin-top: 25px; }
    .blog-sidebar .sidebar-post .single-sidebar-post .post-thumb a img {
      border-radius: 3px; }
    .blog-sidebar .sidebar-post .single-sidebar-post .post-content {
      padding-left: 20px; }
      .blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a {
        line-height: 22px;
        font-size: 15px;
        color: #32333c;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        @media (max-width: 767px) {
          .blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a {
            font-size: 14px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a {
            font-size: 15px; } }
        .blog-sidebar .sidebar-post .single-sidebar-post .post-content .post-title a:hover {
          color: #0077B6; }
      .blog-sidebar .sidebar-post .single-sidebar-post .post-content span {
        color: #8a8fa3;
        font-size: 14px; }
.blog-sidebar .sidebar-category {
  padding: 25px 20px;
  border: 1px solid #ddd;
  border-radius: 5px; }
  .blog-sidebar .sidebar-category ul li a {
    display: block;
    font-size: 16px;
    color: #8a8fa3;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .blog-sidebar .sidebar-category ul li a span {
      float: right; }
    .blog-sidebar .sidebar-category ul li a:hover {
      color: #0077B6; }
.blog-sidebar .sidebar-subscribe {
  padding: 25px 20px;
  border: 1px solid #ddd;
  border-radius: 5px; }
  .blog-sidebar .sidebar-subscribe .subscribe-form {
    position: relative; }
    .blog-sidebar .sidebar-subscribe .subscribe-form input {
      width: 100%;
      height: 50px;
      border: 1px solid #ddd;
      padding: 0 30px;
      border-radius: 50px;
      background-color: #f2f2f2; }
      .blog-sidebar .sidebar-subscribe .subscribe-form input.placeholder {
        opacity: 1;
        color: #8a8fa3; }
      .blog-sidebar .sidebar-subscribe .subscribe-form input:-moz-placeholder {
        opacity: 1;
        color: #8a8fa3; }
      .blog-sidebar .sidebar-subscribe .subscribe-form input::-moz-placeholder {
        opacity: 1;
        color: #8a8fa3; }
      .blog-sidebar .sidebar-subscribe .subscribe-form input::-webkit-input-placeholder {
        opacity: 1;
        color: #8a8fa3; }
      .blog-sidebar .sidebar-subscribe .subscribe-form input:focus {
        border-color: #0077B6; }
    .blog-sidebar .sidebar-subscribe .subscribe-form button {
      width: 65px;
      height: 50px;
      text-align: center;
      background-color: #0077B6;
      font-size: 20px;
      color: #fff;
      border: 1px solid #0077B6;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
      position: absolute;
      top: 0;
      right: 0;
      line-height: 54px;
      cursor: pointer; }

/* Add modern tech stack styles */
.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    padding: 20px;
}

.tech-item {
    background: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.tech-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Update project card styles */
.single-work {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.work-image img {
    transition: all 0.5s ease;
}

.work-overlay {
    background: linear-gradient(to top, rgba(117, 78, 249, 0.9), rgba(117, 78, 249, 0.4));
    opacity: 0;
    transition: all 0.3s ease;
}

.category {
    font-size: 14px;
    color: white;
    background: rgba(255,255,255,0.2);
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.work-links {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.single-work:hover .work-overlay {
    opacity: 1;
}

.single-work:hover .work-image img {
    transform: scale(1.1);
}

/* New Services Alternative Style */
.services-alt-area {
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f2f6 100%);
}

.service-card {
    position: relative;
    margin-bottom: 30px;
}

.service-card-inner {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-card-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #0077B6, #5c27fe);
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease;
}

.service-card:hover .service-card-inner {
    transform: translateY(-10px);
    color: white;
}

.service-card:hover .service-card-inner:before {
    opacity: 1;
}

.service-card .icon-box {
    width: 80px;
    height: 80px;
    background: rgba(117, 78, 249, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.service-card:hover .icon-box {
    background: rgba(255, 255, 255, 0.2);
}

.service-card .icon-box i {
    font-size: 40px;
    color: #0077B6;
    transition: all 0.3s ease;
}

.service-card:hover .icon-box i {
    color: white;
}

.service-features {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.service-features li {
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-features li i {
    color: #0077B6;
    transition: all 0.3s ease;
}

.service-card:hover .service-features li i {
    color: white;
}

.learn-more {
    color: #0077B6;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.service-card:hover .learn-more {
    color: white;
}

/* New Projects Alternative Style */
.projects-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.project-item {
    grid-column: span 6;
    transition: all 0.3s ease;
}

.project-item.large {
    grid-column: span 8;
}

.project-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}


.project-image {
    position: relative;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: all 0.3s ease;
}

content {
    padding: 30px;
}

.project-category {
    display: inline-block;
    padding: 6px 15px;
    background: #0077B6;
    color: #0077B6;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

.project-tech {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.project-tech span {
    padding: 4px 12px;
    background: #f1f2f6;
    border-radius: 15px;
    font-size: 13px;
}

.project-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.project-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #0077B6;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.project-link:hover {
    color: #0077B6;
}

/* Modern Hero Section */
.hero-section {
    min-height: 100vh;
    background: linear-gradient(135deg, #f8f9fa 0%, #e3f2fd 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-subtitle {
    font-size: 24px;
    font-weight: 500;
    color: #0077B6;
    margin-bottom: 10px;
}

.hero-title {
    font-size: 64px;
    font-weight: 700;
    background: linear-gradient(120deg, #0077B6, #0077B6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInUp 0.5s ease 0.2s forwards;
}

.hero-description {
    font-size: 20px;
    margin: 15px 0;
    color: var(--text-dark);
}

.hero-description .typing {
    color: #0077B6;
    font-weight: 600;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    opacity: 0;
    animation: fadeInUp 0.5s ease 0.6s forwards;
}

.hero-btn {
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
}

.hero-btn.primary {
    background: linear-gradient(120deg, #0077B6, #0077B6);
    color: white;
}

.hero-btn.secondary {
    border: 2px solid #0077B6;
    color: #0077B6;
}

.hero-stats {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #0077B6;
    margin-bottom: 5px;
    background: linear-gradient(120deg, #0077B6, #0077B6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    font-size: 16px;
    color: var(--text-dark);
    font-weight: 500;
}

.hero-image {
    position: relative;
    opacity: 1;
}

.experience-badge {
    position: absolute;
    bottom: 40px;
    right: 40px;
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px var(--primary-transparent);
    border: 2px solid var(--primary-transparent);
}

.experience-badge .number {
    font-size: 32px;
    font-weight: 700;
    color: #0077B6;
    display: block;
}

.hero-shapes .shape {
    position: absolute;
    z-index: 1;
}

.shape-1 {
    top: 20%;
    left: 10%;
    width: 50px;
    height: 50px;
    background: rgba(117, 78, 249, 0.1);
    border-radius: 12px;
    animation: float 6s ease-in-out infinite;
}

.shape-2 {
    top: 60%;
    right: 15%;
    width: 70px;
    height: 70px;
    background: rgba(117, 78, 249, 0.15);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

.shape-3 {
    bottom: 20%;
    left: 20%;
    width: 40px;
    height: 40px;
    background: rgba(117, 78, 249, 0.2);
    border-radius: 8px;
    transform: rotate(45deg);
    animation: float 7s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Modern Technology Stack Section */
.tech-stack-section {
    padding: 100px 0;
    background: #fff;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #32333c;
    margin-bottom: 20px;
}

.section-subtitle {
    font-size: 18px;
    color: #8a8fa3;
}

.tech-categories {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.tech-category {
    background: #f8f9fa;
    border-radius: 30px;
    padding: 40px;
    transition: all 0.3s ease;
}

.tech-category h3 {
    font-size: 24px;
    color: #0077B6;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.tech-category h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #0077B6;
    border-radius: 2px;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

.tech-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.tech-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #0077B6, #0077B6);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
}

.tech-card:hover {
    transform: translateY(-10px);
}

.tech-card:hover::before {
    opacity: 1;
}

.tech-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
}

.tech-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tech-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.tech-card:hover h4 {
    color: white;
}

.experience-tag {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(117, 78, 249, 0.1);
    color: #0077B6;
    border-radius: 15px;
    font-size: 14px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.tech-card:hover .experience-tag {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

/* Add these new styles for the services section */
.services-area {
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f2f6 100%);
    position: relative;
    overflow: hidden;
}

.section-tag {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(117, 78, 249, 0.1);
    color: #0077B6;
    border-radius: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.section-desc {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.services-wrapper {
    margin-top: 50px;
}

.service-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #0077B6, #0077B6);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 0;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-card:hover::before {
    opacity: 1;
}

.service-card.featured {
    border: 2px solid #0077B6;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: rgba(117, 78, 249, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: rgba(255, 255, 255, 0.2);
}

.service-icon i {
    font-size: 32px;
    color: #0077B6;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon i {
    color: white;
}

.service-card h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.service-card p {
    color: #666;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
}

.service-features li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #555;
    transition: all 0.3s ease;
}

.service-features li i {
    color: #0077B6;
    margin-right: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.service-link {
    color: #0077B6;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.service-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.service-card:hover h4,
.service-card:hover p,
.service-card:hover .service-features li,
.service-card:hover .service-link {
    color: white;
}

.service-card:hover .service-features li i {
    color: rgba(255, 255, 255, 0.8);
}

.service-card:hover .service-link i {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .service-card {
        padding: 30px 20px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
    }

    .service-icon i {
        font-size: 28px;
    }

    .service-card h4 {
        font-size: 20px;
    }
}

/* Add these new styles for the tech stack section */
.tech-stack-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f2f6 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.tech-scroll-container {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    overflow: hidden;
}

.tech-scroll-row {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}

.tech-track {
    display: flex;
    gap: 25px;
    animation: scroll 40s linear infinite;
    white-space: nowrap;
    align-items: center;
    width: fit-content;
}

.tech-scroll-row.reverse .tech-track {
    animation-direction: reverse;
}

.tech-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 25px;
    background: white;
    border-radius: 100px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: fit-content;
    white-space: nowrap;
    flex-shrink: 0;
    text-align: center;
}

.tech-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(117, 78, 249, 0.2);
    background: linear-gradient(45deg, #0077B6, #0077B6);
}

.tech-item:hover span {
    color: white;
}

.tech-item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}

.tech-item span {
    font-size: 14px;
    font-weight: 500;
    color: #32333c;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 12.5px));
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tech-item {
        padding: 8px 20px;
    }

    .tech-track {
        gap: 15px;
    }
}

/* Project Card New Styles */
.project-card-new {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    margin-bottom: 0;
}

.project-card-new:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.project-category {
    display: none;
}

.project-card-new .project-image {
    position: relative;
    overflow: hidden;
    height: auto;
    aspect-ratio: 16/8;
}

.project-card-new .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card-new .project-details {
    padding: 20px 20px 20px 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 300px;
}

.project-card-new .project-details h4 {
    margin-bottom: 12px;
    color: #2E2E2E;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-shrink: 0;
}

.project-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--primary-gradient);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 119, 182, 0.3);
}

.project-link-icon:hover {
    color: #fff;
    background: var(--primary-gradient);
    transform: translateY(-2px) scale(1.1);
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 119, 182, 0.4);
}

.project-link-icon i {
    font-size: 14px;
    font-weight: bold;
}

.project-links-container {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    float: right;
}

.project-links-container .project-link-icon {
    margin-left: 0;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.project-links-container .project-link-icon:hover {
    opacity: 1;
    transform: translateY(-2px) scale(1.1);
}

.project-title-text {
    flex: 1;
    min-width: 0;
}

.project-card-new .project-details p {
    color: #6c757d;
    margin-bottom: 15px;
    line-height: 1.6;
    max-height: 4.8em;
    overflow: hidden;
}

.project-tech-section {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}

.project-details-toggle {
    color: #0077B6;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 5px 0;
    margin-top: 10px;
    transition: color 0.3s ease;
    text-decoration: underline;
}

.project-details-toggle:hover {
    color: #005a8b;
    text-decoration: none;
}

/* Project Modal Styles */
.project-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.project-modal-content {
    position: relative;
    background-color: #fff;
    margin: 2% auto;
    padding: 0;
    border-radius: 15px;
    width: 85%;
    max-width: 700px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.project-modal-header {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    margin: -1px -1px 0 -1px;
}

.project-modal-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    display: block;
}

.project-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #333;
}

.project-modal-close:hover {
    background: #fff;
    transform: scale(1.1);
}

/* Prevent body scroll when modal is open */
body.modal-open {
    overflow: hidden;
}

.project-modal-body {
    padding: 30px;
}

.project-modal-title {
    font-size: 28px;
    font-weight: 700;
    color: #2E2E2E;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.project-modal-links {
    display: flex;
    gap: 10px;
}

.project-modal-description {
    font-size: 16px;
    line-height: 1.7;
    color: #6c757d;
    margin-bottom: 25px;
    text-align: justify;
}

.project-modal-tech {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e9ecef;
}

.project-modal-tech h5 {
    font-size: 18px;
    font-weight: 600;
    color: #2E2E2E;
    margin-bottom: 15px;
}

.project-modal-tech-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.project-modal-tech-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background-color: #f8f9fa;
    border-radius: 20px;
    font-size: 14px;
    color: #666;
    transition: all 0.3s ease;
}

.project-modal-tech-pill:hover {
    background-color: #0077B6;
    color: white;
}

.project-modal-tech-pill img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .project-modal-content {
        width: 92%;
        margin: 2% auto;
        max-height: 96vh;
    }

    .project-modal-body {
        padding: 20px;
    }

    .project-modal-title {
        font-size: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .project-modal-image {
        max-height: 250px;
    }
}

.tech-stack-heading {
    font-size: 16px;
    font-weight: 400;
    color: #6c757d;
    margin-bottom: 12px;
    text-align: left;
}

.project-tech-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tech-pill {
    display: inline-block;
    padding: 4px 10px;
    background-color: #f5f5f5;
    border-radius: 20px;
    font-size: 13px;
    color: #666;
    transition: all 0.3s ease;
}

.tech-pill:hover {
    background-color: #0077B6;
    color: white;
}

.project-tech-stack img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* Project Filters */
.project-filters {
    margin-bottom: 20px;
}

.filter-btn {
    background: none;
    border: 2px solid #e0e0e0;
    padding: 7px 15px;
    border-radius: 30px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    margin: 0 8px 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
}

.filter-btn:hover {
    background: #0077B6;
    border-color: #0077B6;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 119, 182, 0.3);
}

.filter-btn.active {
    background: #0077B6;
    border-color: #0077B6;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 119, 182, 0.3);
}

/* No Projects Placeholder */
.no-projects-placeholder {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.placeholder-icon {
    margin-bottom: 30px;
}

.placeholder-icon i {
    font-size: 80px;
    color: #0077B6;
    animation: cooking 2s ease-in-out infinite;
}

.no-projects-placeholder h3 {
    color: #2E2E2E;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.no-projects-placeholder p {
    color: #6c757d;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

@keyframes cooking {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-10px) rotate(5deg);
    }
    50% {
        transform: translateY(-5px) rotate(-5deg);
    }
    75% {
        transform: translateY(-8px) rotate(3deg);
    }
}

/* Project item animation */
.project-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: opacity, transform;
}

.project-item.show {
    opacity: 1;
    transform: translateY(0);
}

/* Enhanced scroll-based loading animations */
.project-item[data-scroll-animate="true"] {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project-item[data-scroll-animate="true"].animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Staggered animation delay classes */
.project-item.animate-delay-1 { transition-delay: 0.1s; }
.project-item.animate-delay-2 { transition-delay: 0.2s; }
.project-item.animate-delay-3 { transition-delay: 0.3s; }
.project-item.animate-delay-4 { transition-delay: 0.4s; }
.project-item.animate-delay-5 { transition-delay: 0.5s; }
.project-item.animate-delay-6 { transition-delay: 0.6s; }

.projects-showcase {
    background: #f9f9f9;
}

/* Additional Project Card Styles */
.project-card-new .project-links {
    display: flex;
    gap: 15px;
}

.project-card-new .project-link {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 20px;
    transition: all 0.3s ease;
}

.project-card-new .project-link:hover {
    background: #0077B6;
    color: #fff;
}

.development-stages {
    padding: 80px 0;
    position: relative;
    background: #f9f9ff;
}

.stages-timeline {
    position: relative;
    max-width: 1200px;
    margin: 50px auto 0;
    padding: 0 20px;
}

.stage-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
    gap: 30px;
}

.stage-wrapper:nth-child(even) {
    flex-direction: row-reverse;
}

.stage-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    width: 300px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.stage-number {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 45px;
    height: 45px;
    background: #0077B6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    z-index: 2;
}

.stage-wrapper:nth-child(even) .stage-number {
    left: auto;
    right: -15px;
}

.stage-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 119, 182, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.stage-icon i {
    font-size: 28px;
    color: #0077B6;
}

.stage-card h4 {
    font-size: 20px;
    margin-bottom: 0;
    color: #2e2e2e;
}

.stage-details {
    flex: 1;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.stage-details h5 {
    font-size: 18px;
    color: #0077B6;
    margin-bottom: 15px;
}

.stage-details p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}

.stage-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stage-checklist li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    color: #2e2e2e;
    padding-left: 35px;
    position: relative;
}

.stage-checklist li i {
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: rgba(0, 119, 182, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0077B6;
    font-size: 12px;
}

.stage-checklist li:hover i {
    background: #0077B6;
    color: #fff;
}

@media (max-width: 991px) {
    .stages-timeline {
        padding: 0 15px;
    }

    .stage-wrapper {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
        gap: 20px;
    }

    .stage-wrapper:nth-child(even) {
        flex-direction: column;
    }

    .stage-card {
        width: 100%;
        max-width: 300px;
    }

    .stage-details {
        width: 100%;
        text-align: center;
    }

    .stage-number {
        left: -15px;
    }

    .stage-wrapper:nth-child(even) .stage-number {
        right: auto;
        left: -15px;
    }

    .stage-checklist {
        display: inline-block;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .development-stages {
        padding: 60px 0;
    }

    .stages-timeline {
        margin-top: 20px;
    }

    .stage-wrapper {
        margin-bottom: 30px;
    }

    .stage-card {
        padding: 20px;
    }

    .stage-details {
        padding: 20px;
    }

    .stage-number {
        width: 35px;
        height: 35px;
        font-size: 14px;
        top: -10px;
        left: -10px;
    }

    .stage-details h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .stage-checklist li {
        font-size: 14px;
        margin-bottom: 8px;
        padding-left: 25px;
    }

    .stage-checklist li i {
        font-size: 14px;
    }
}

/* Projects Carousel Styles */
.projects-carousel-container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 100px;
    padding-bottom: 40px;
    width: 100%;
}

.projects-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 20px;
    width: calc(100% + 40px); /* 3 cards width + gaps */
}

.projects-carousel .project-card-wrapper {
    flex: 0 0 calc(33.333% - 15px);
    min-width: calc(33.333% - 15px);
    transition: all 0.3s ease;
    margin-bottom: 0;
}

.projects-carousel .project-card-wrapper:hover {
    /* Hover effect removed */
}

.carousel-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 200px);
    left: 100px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.carousel-btn {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(45deg, #0077B6, #0077B6);
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    box-shadow: 0 4px 15px rgba(0, 119, 182, 0.3);
}

.carousel-btn:hover {
    background: linear-gradient(45deg, #005a8b, #005a8b);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 119, 182, 0.4);
}

.carousel-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: scale(1);
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}

.carousel-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.carousel-indicator.active {
    background: #0077B6;
    transform: scale(1.2);
}

.carousel-indicator:hover {
    background: #0077B6;
    transform: scale(1.1);
}

/* Carousel animation for smooth transitions */
@keyframes carouselSlide {
    from {
        opacity: 0.8;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.projects-carousel .project-card-wrapper {
    animation: carouselSlide 0.5s ease-out;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .projects-carousel .project-card-wrapper {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
    }

    .projects-carousel-container {
        padding: 0 5px;
        max-width: 100%;
    }

    .projects-carousel {
        width: calc(150% + 60px); /* 3 cards width + gaps for tablet */
        gap: 15px;
    }

    .carousel-controls {
        width: calc(100% + 10px);
        left: -5px;
    }
}

@media (max-width: 767px) {
    .projects-carousel .project-card-wrapper {
        flex: 0 0 calc(100% - 40px);
        min-width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: 0 20px;
    }

    .projects-carousel-container {
        padding: 0 0 30px 0;
        max-width: 100%;
        overflow: hidden;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .projects-carousel {
        width: 100%;
        gap: 0;
        justify-content: flex-start;
        padding-left: 0;
    }

    .carousel-controls {
        width: calc(100% - 40px);
        left: 20px;
    }
}

/* Mobile-specific fixes for project section */
@media (max-width: 767px) {
    /* Project section container adjustments */
    .work-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* Project filters - smaller pills */
    .project-filters {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        padding: 0 15px;
    }

    .filter-btn {
        font-size: 12px;
        padding: 6px 12px;
        margin: 0;
        border-radius: 20px;
        min-width: auto;
    }

    /* Carousel container adjustments */
    .projects-carousel-container {
        padding: 0;
        margin: 0 auto;
        max-width: 100%;
    }

    /* Single card centered display */
    .projects-carousel {
        width: 100%;
        gap: 0;
        padding-bottom: 30px;
        justify-content: flex-start;
    }
    .projects-carousel .project-card-wrapper {
        flex: 0 0 calc(100% - 40px);
        min-width: calc(100% - 40px);
        max-width: calc(100% - 40px);
        margin: 0 20px;
    }

    /* Project card adjustments for mobile */
    .project-card-new {
        margin: 0 auto 20px;
        max-width: 100%;
    }

    .project-card-new .project-details {
        padding: 20px;
        min-height: auto;
        display: flex;
        flex-direction: column;
    }

    .project-card-new .project-details h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .project-details-toggle {
        margin: 10px 0;
        font-size: 13px;
        padding: 8px 16px;
    }

    .project-card-new .project-details p {
        font-size: 14px;
        max-height: 9em;
        line-height: 1.5;
        margin-bottom: 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    /* Tech stack section adjustments for mobile */
    .project-tech-section {
        margin-top: 10px;
    }

    .tech-stack-heading {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .project-tech-stack {
        gap: 6px;
        flex-wrap: wrap;
    }

    /* Tech pills smaller on mobile */
    .tech-pill {
        font-size: 10px;
        padding: 2px 6px;
        margin-bottom: 4px;
    }

    /* Carousel controls adjustments */
    .carousel-controls {
        width: calc(100% - 40px);
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .carousel-btn {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    /* Indicators adjustments */
    .carousel-indicators {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .carousel-indicator {
        width: 10px;
        height: 10px;
    }

    /* Section title adjustments */
    .section-title .title {
        font-size: 28px;
    }

    .section-desc {
        font-size: 16px;
        padding: 0 15px;
    }
}

/* Extra small mobile fixes */
@media (max-width: 480px) {
    .projects-carousel-container {
        padding: 0 10px;
    }

    .filter-btn {
        font-size: 11px;
        padding: 5px 10px;
    }

    .project-card-new .project-details {
        padding: 15px;
    }

    .project-card-new .project-details h4 {
        font-size: 16px;
    }

    .project-card-new .project-details p {
        font-size: 13px;
        max-height: 7em;
        line-height: 1.4;
        margin-bottom: 12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .project-tech-section {
        margin-top: 8px;
    }

    .tech-stack-heading {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .project-tech-stack {
        gap: 4px;
        flex-wrap: wrap;
    }

    .tech-pill {
        font-size: 9px;
        padding: 2px 5px;
        margin-bottom: 3px;
    }
}

/* Ensure proper centering on all mobile devices */
@media (max-width: 767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row.justify-content-center {
        margin-left: 0;
        margin-right: 0;
    }

    .col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }
}
