/**
* Template Name: BizLand
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  scroll-behavior: smooth;
}

a {
  color: #2d3939;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: #fcd88d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fcd88d;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2d3939;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 20px;
  bottom: 20px;
  z-index: 996;
  background: linear-gradient(135deg, #2d3939 0%, #1a2020 100%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(45, 57, 57, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: linear-gradient(135deg, #fcd88d 0%, #f5c542 100%);
  color: #2d3939;
  box-shadow: 0 10px 30px rgba(252, 216, 141, 0.4);
  transform: translateY(-5px);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: linear-gradient(90deg, #2d3939 0%, #1a2020 100%);
  height: 45px;
  font-size: 13px;
  transition: all 0.5s ease;
  color: #fff;
  padding: 0;
  box-shadow: 0 2px 8px rgba(45, 57, 57, 0.15);
}

#topbar .contact-info i {
  font-style: normal;
  color: #fcd88d;
  transition: all 0.3s ease;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 8px;
  color: #fff;
  transition: all 0.3s ease;
}

#topbar .contact-info i a {
  line-height: 0;
}

#topbar .contact-info i a:hover {
  color: #fcd88d;
  text-decoration: none;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.8);
  line-height: 0;
  transition: all 0.3s ease;
  margin-left: 20px;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(252, 216, 141, 0.1);
}

#topbar .social-links a:hover {
  color: #fcd88d;
  background: rgba(252, 216, 141, 0.2);
  transform: translateY(-2px);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: linear-gradient(90deg, #000000 0%, #000000 100%);
  transition: all 0.5s ease;
  z-index: 997;
  height: 86px;
  box-shadow: 0 4px 20px rgba(45, 57, 57, 0.15);
}

#header.fixed-top {
  height: 75px;
  box-shadow: 0 6px 30px rgba(45, 57, 57, 0.2);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}

#header .logo:hover {
  transform: scale(1.02);
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #2d3939;
}

#header .logo img {
  max-height: 70px;
  transition: all 0.3s ease;
}

#header .logo img:hover {
  filter: brightness(0.95);
}

.scrolled-offset {
  margin-top: 75px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 5px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 4px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #2d3939;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: rgb(23 115 173);
  background: rgba(45, 57, 57, 0.1);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: rgb(23 115 173);
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #2d3939;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #2d3939;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /* height: 75vh; */
  background: url("../img/hero-bg3.jpg") top left;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#hero:before {
  content: "";
  /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 50%, rgba(252, 216, 141, 0.1) 100%);*/
  background: linear-gradient(
    106deg,
    rgb(255 255 255 / 94%) 0%,
    rgb(255 255 255 / 85%) 50%,
    rgb(169 154 154) 100%
  );
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2d3939 0%, #fcd88d 50%, #2d3939 100%);
  z-index: 2;
}

#hero .container {
  position: relative;
  z-index: 3;
  max-width: 900px;
}

#hero h1 {
  margin: 0 0 15px 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 65px;
  color: #222222;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.5px;
  animation: slideInDown 0.8s ease-out;
}

#hero h1 span {
  color: #2d3939;
  position: relative;
  display: inline-block;
}

#hero h1 span:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 3px;
  background: #fcd88d;
  animation: slideInUp 0.8s ease-out 0.3s both;
}

#hero h2 {
  color: #2d3939;
  margin: 20px 0 25px 0;
  font-size: 24px;
  font-weight: 600;
  animation: slideInUp 0.8s ease-out 0.2s both;
}

#hero h3 {
  color: #555555;
  margin: 20px 0 30px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  animation: slideInUp 0.8s ease-out 0.4s both;
}

#hero h3 p {
  margin-bottom: 12px;
}

#hero .d-flex {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 35px;
  animation: slideInUp 0.8s ease-out 0.5s both;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: all 0.4s ease;
  color: #fff;
  background: rgb(118 191 236);
  /* linear-gradient(135deg, #75f6f6 0%, #1a2020 100%); */
  box-shadow: 0 8px 20px rgba(45, 57, 57, 0.3);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

#hero .btn-get-started:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  /* linear-gradient(135deg, #fcd88d 0%, #f5c542 100%); */
  transition: all 0.4s ease;
  z-index: -1;
}

#hero .btn-get-started:hover {
  color: rgb(118 191 236);
  box-shadow: 0 12px 30px rgba(252, 216, 141, 0.4);
  transform: translateY(-3px);
}

#hero .btn-get-started:hover:before {
  left: 0;
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
    padding: 40px 0;
  }

  #hero h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 12px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  #hero h3 {
    font-size: 15px;
    line-height: 26px;
  }

  #hero h3 p {
    margin-bottom: 10px;
  }

  #hero .d-flex {
    flex-direction: column;
    gap: 12px;
  }

  #hero .btn-get-started {
    padding: 12px 30px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
       font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 10px 25px;
    margin: 0;
    background: rgb(23 115 173);
    /* linear-gradient(135deg, #fcd88d 0%, #f5c542 100%); */
    color: #f6f6f6;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(252, 216, 141, 0.2);
    transition: all 0.3s ease;
}

.section-title h2:hover {
  box-shadow: 0 6px 25px rgba(252, 216, 141, 0.3);
  transform: translateY(-2px);
}

.section-title h3 {
  margin: 20px 0 0 0;
  font-size: 38px;
  font-weight: 800;
  color: #222222;
}

.section-title h3 span {
  color: #2d3939;
  position: relative;
}

.section-title h3 span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2d3939 0%, #fcd88d 100%);
  border-radius: 2px;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 500;
  color: #666666;
  font-size: 15px;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/

.featured-services .icon-box {
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 25px rgba(45, 57, 57, 0.08);
  transition: all 0.4s ease;
  border-radius: 12px;
  z-index: 1;
  border-top: 4px solid #2d3939;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #2d3939 0%, #1a2020 100%);
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.4s ease;
  z-index: -1;
}

.featured-services .icon-box:hover {
  box-shadow: 0 12px 40px rgba(45, 57, 57, 0.15);
  transform: translateY(-8px);
}

.featured-services .icon-box:hover::before {
  top: 0;
}

.featured-services .icon {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.featured-services .icon i {
  font-size: 52px;
  line-height: 1;
  color: #2d3939;
  transition: all 0.4s ease;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  transition: all 0.3s ease;
}

.featured-services .title a {
  color: #222222;
}

.featured-services .description {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  color: #666666;
  transition: all 0.3s ease;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fcd88d;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #222222;
  margin-bottom: 20px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.about .content ul li:first-child {
  margin-top: 0;
}

.about .content ul i {
  background: linear-gradient(135deg, #fcd88d 0%, #f5c542 100%);
  box-shadow: 0 6px 20px rgba(252, 216, 141, 0.2);
  font-size: 26px;
  padding: 18px;
  margin-right: 20px;
  color: #2d3939;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.about .content ul li:hover i {
  box-shadow: 0 10px 30px rgba(252, 216, 141, 0.3);
  transform: translateY(-3px);
}

.about .content ul h5 {
  font-size: 18px;
  color: #2d3939;
  font-weight: 600;
}

.about .content ul p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 30px;
  display: block;
  background: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px rgba(45, 57, 57, 0.08);
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.skills .progress-bar {
  width: 1px;
  height: 30px;
  transition: width 1s ease;
  background: linear-gradient(90deg, #2d3939 0%, #fcd88d 100%);
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 80px 0;
  background: linear-gradient(135deg, #fcd88d 0%, #f5c542 100%);
}

.counts .count-box {
  padding: 40px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  transition: all 0.4s ease;
  box-shadow: 0 5px 20px rgba(45, 57, 57, 0.08);
}

.counts .count-box:hover {
  box-shadow: 0 12px 40px rgba(45, 57, 57, 0.15);
  transform: translateY(-8px);
}

.counts .count-box i {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  background: linear-gradient(135deg, #2d3939 0%, #1a2020 100%);
  color: #fcd88d;
  width: 70px;
  height: 70px;
  line-height: 0;
  border-radius: 50%;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(45, 57, 57, 0.2);
}

.counts .count-box span {
  font-size: 48px;
  display: block;
  font-weight: 800;
  color: #2d3939;
  margin-top: 10px;
}

.counts .count-box p {
  padding: 0;
  margin: 8px 0 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 0.5px;
}

.counts .icon-box {
  text-align: center;
  border: none;
  padding: 40px 25px;
  transition: all 0.4s ease;
  background: #fff;
  box-shadow: 0 5px 20px rgba(45, 57, 57, 0.08);
  border-radius: 12px;
}

.counts .icon-box .icon {
  margin: 0 auto 20px;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #fcd88d 0%, #f5c542 100%);
  border-radius: 12px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(252, 216, 141, 0.2);
}

.counts .icon-box .icon i {
  color: #2d3939;
  font-size: 32px;
  transition: all 0.3s ease;
}

.counts .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
  color: #222222;
}

.counts .icon-box h4 a {
  color: #222222;
  transition: all 0.3s ease;
}

.counts .icon-box p {
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 0;
  color: #666666;
}

.counts .icon-box:hover {
  box-shadow: 0 12px 40px rgba(45, 57, 57, 0.15);
  transform: translateY(-8px);
}

.counts .icon-box:hover h4 a {
  color: #2d3939;
}

.counts .icon-box:hover .icon {
  box-shadow: 0 10px 30px rgba(252, 216, 141, 0.3);
  transform: scale(1.08);
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 30px 0;
  text-align: center;
  background: #bbc8d5;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease;
  display: inline-block;
  padding: 15px;
  filter: grayscale(100%);
}

.clients img:hover {
  transform: scale(1.15);
  filter: grayscale(0%);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: none;
  padding: 40px 25px;
  transition: all 0.4s ease;
  background: #fff;
  box-shadow: 0 5px 20px rgba(45, 57, 57, 0.08);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2d3939 0%, #fcd88d 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.4s ease;
}

.services .icon-box:hover::before {
  transform: scaleX(1);
}

.services .icon-box .icon {
  margin: 0 auto 20px;
  width: 70px;
  height: 70px;
  background:#788fc1;
   /* linear-gradient(135deg, #fcd88d 0%, #f5c542 100%); */
  border-radius: 12px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(252, 216, 141, 0.2);
}

.services .icon-box .icon i {
  color: #b3bfc5;
  font-size: 32px;
  transition: all 0.4s ease;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
  color: #222222;
}

.services .icon-box h4 a {
  color: #222222;
  transition: all 0.3s ease;
}

.services .icon-box p {
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
  color: #666666;
}

.services .icon-box:hover {
  box-shadow: 0 12px 40px rgba(45, 57, 57, 0.15);
  transform: translateY(-8px);
}

.services .icon-box:hover h4 a {
  color: #2d3939;
}

.services .icon-box:hover .icon {
  box-shadow: 0 10px 30px rgba(252, 216, 141, 0.3);
  transform: scale(1.08);
}

.services .icon-box:hover .icon i {
  color: #fff;
}

.services {
  ul {
    list-style: none;
    padding: 0;
  }
  li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 35px;
  }

  /* Symbol */

  li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgb(23 115 173);
     /* #e5ce95; */
    color: #ffffff;
    border-radius: 50%;
    font-size: 15px;
    font-weight: bold;
  }
}
.lineItem {
  margin-bottom: 10px;
  text-align: left !important;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 100px 0;
  background: url("../img/testimonials-bg2.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(45, 57, 57, 0.8) 0%,
    rgba(26, 32, 32, 0.9) 100%
  );
}

.testimonials .section-header {
  margin-bottom: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  padding: 40px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
}

.testimonials .testimonial-item:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(252, 216, 141, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #fcd88d;
  margin: 0 auto 20px;
  object-fit: cover;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(252, 216, 141, 0.3);
}

.testimonials .testimonial-item:hover .testimonial-img {
  transform: scale(1.08);
}

.testimonials .testimonial-item h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 13px;
  color: #fcd88d;
  margin: 0 0 20px 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(252, 216, 141, 0.5);
  font-size: 28px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #ddd;
  font-size: 15px;
  line-height: 26px;
}

.testimonials .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: all 0.3s ease;
}

.testimonials .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #fcd88d;
  transform: scale(1.2);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fcd88d;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 8px;
  margin-right: 8px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  border-radius: 50px;
  letter-spacing: 0.5px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: linear-gradient(135deg, #2d3939 0%, #1a2020 100%);
  border-color: #2d3939;
  box-shadow: 0 6px 20px rgba(45, 57, 57, 0.2);
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(45, 57, 57, 0.08);
  transition: all 0.4s ease;
}

.portfolio .portfolio-item:hover {
  box-shadow: 0 12px 40px rgba(45, 57, 57, 0.15);
}

.portfolio .portfolio-item img {
  transition: all 0.4s ease;
}

.portfolio .portfolio-item:hover img {
  transform: scale(1.05);
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  transition: all ease-in-out 0.4s;
  background: linear-gradient(
    135deg,
    rgba(45, 57, 57, 0.95) 0%,
    rgba(26, 32, 32, 0.98) 100%
  );
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 20px;
  color: #fcd88d;
  font-weight: 700;
  margin-bottom: 10px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #ddd;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  color: #fff;
  font-size: 28px;
  transition: all 0.3s ease;
  display: inline-block;
  margin: 0 8px;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fcd88d;
  transform: scale(1.2);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2d3939;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #2d3939;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 80px 0;
}

.team .member {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(45, 57, 57, 0.08);
  transition: all 0.4s ease;
}

.team .member:hover {
  box-shadow: 0 12px 40px rgba(45, 57, 57, 0.15);
  transform: translateY(-8px);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fcd88d 0%, #f5c542 100%);
  height: 300px;
}

.team .member .member-img img {
  transition: all 0.4s ease;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team .member:hover .member-img img {
  transform: scale(1.08);
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease;
  text-align: center;
}

.team .member .social a {
  transition: all 0.3s ease;
  color: #fff;
  margin: 0 6px;
  padding: 10px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, #2d3939 0%, #1a2020 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(45, 57, 57, 0.2);
}

.team .member .social a:hover {
  background: linear-gradient(135deg, #fcd88d 0%, #f5c542 100%);
  color: #2d3939;
  transform: translateY(-5px);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 30px 20px;
  text-align: center;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #fcd88d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.team .member .member-info p {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin: 0;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 30px;
  background: #fff;
  text-align: center;
  box-shadow: 0 5px 20px rgba(45, 57, 57, 0.08);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border-top: 4px solid #e2eefd;
}

.pricing .box:hover {
  box-shadow: 0 12px 40px rgba(45, 57, 57, 0.15);
  transform: translateY(-8px);
  border-top-color: #fcd88d;
}

.pricing .box h3 {
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  font-size: 16px;
  font-weight: 700;
  color: #2d3939;
  background: none;
  border-bottom: 2px solid #e2eefd;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing .box h4 {
  font-size: 42px;
  color: #2d3939;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  margin: 25px 0 20px 0;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}

.pricing .box ul {
  padding: 20px 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
}

.pricing .box ul li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}

.pricing .box ul i {
  color: #2d3939;
  font-size: 18px;
  padding-right: 6px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .featured {
  border-top-color: #fcd88d;
  box-shadow: 0 8px 30px rgba(252, 216, 141, 0.2);
  transform: scale(1.05);
}

.pricing .featured h3 {
  color: #fff;
  background: linear-gradient(135deg, #2d3939 0%, #1a2020 100%);
}

.pricing .btn-wrap {
  margin: 25px 0 0 0;
  padding: 20px 0 0 0;
  background: none;
  text-align: center;
  border-top: 2px solid #e2eefd;
}

.pricing .btn-buy {
  background: linear-gradient(135deg, #2d3939 0%, #1a2020 100%);
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  color: #fff;
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(45, 57, 57, 0.2);
  position: relative;
  overflow: hidden;
}

.pricing .btn-buy::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fcd88d 0%, #f5c542 100%);
  transition: all 0.4s ease;
  z-index: -1;
}

.pricing .btn-buy:hover {
  color: #2d3939;
  box-shadow: 0 8px 25px rgba(252, 216, 141, 0.3);
  transform: translateY(-3px);
}

.pricing .btn-buy:hover::before {
  left: 0;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #d4e5fc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #2d3939;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #0d58ba;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #2d3939;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  padding: 40px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(45, 57, 57, 0.08);
  transition: all 0.4s ease;
}

.contact .info-box:hover {
  box-shadow: 0 12px 40px rgba(45, 57, 57, 0.15);
  transform: translateY(-8px);
}

.contact .info-box i {
  font-size: 42px;
  color: #fff;
  border-radius: 50%;
  padding: 12px;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #2d3939 0%, #1a2020 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(45, 57, 57, 0.2);
}

.contact .info-box:hover i {
  background: linear-gradient(135deg, #fcd88d 0%, #f5c542 100%);
  color: #2d3939;
  box-shadow: 0 10px 30px rgba(252, 216, 141, 0.3);
}

.contact .info-box h3 {
  font-size: 20px;
  color: #222222;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 0;
  color: #666666;
}

.contact .php-email-form {
  box-shadow: 0 5px 20px rgba(45, 57, 57, 0.08);
  padding: 40px;
  background: #fff;
  border-radius: 12px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  text-align: left;
  padding: 15px 20px;
  font-weight: 600;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(231, 76, 60, 0.2);
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: linear-gradient(135deg, #2d3939 0%, #1a2020 100%);
  text-align: center;
  padding: 15px 20px;
  font-weight: 600;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(45, 57, 57, 0.2);
}

.contact .php-email-form .loading {
  display: none;
  background: #f8f9fa;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  padding: 12px 15px;
  border: 2px solid #e2eefd;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
  background: #fff;
  transition: all 0.3s ease;
  font-size: 14px;
  box-shadow: none;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #fcd88d;
  box-shadow: 0 0 0 3px rgba(252, 216, 141, 0.1);
  outline: none;
}

.contact .php-email-form button[type="submit"] {
  background: linear-gradient(135deg, #2d3939 0%, #1a2020 100%);
  border: none;
  padding: 14px 40px;
  color: #fff;
  transition: all 0.4s ease;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 6px 20px rgba(45, 57, 57, 0.2);
  position: relative;
  overflow: hidden;
}

.contact .php-email-form button[type="submit"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fcd88d 0%, #f5c542 100%);
  transition: all 0.4s ease;
  z-index: -1;
}

.contact .php-email-form button[type="submit"]:hover {
  color: #2d3939;
  box-shadow: 0 10px 30px rgba(252, 216, 141, 0.3);
  transform: translateY(-3px);
}

.contact .php-email-form button[type="submit"]:hover::before {
  left: 0;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: linear-gradient(135deg, #2d3939 0%, #1a2020 100%);
  padding: 60px 0 30px 0;
  color: #ddd;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: rgba(45, 57, 57, 0.5);
  text-align: center;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}

#footer .footer-newsletter h4 {
  font-size: 26px;
  margin: 0 0 25px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 12px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  text-align: left;
  border: 1px solid rgba(252, 216, 141, 0.2);
  transition: all 0.3s ease;
}

#footer .footer-newsletter form:focus-within {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(252, 216, 141, 0.4);
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px 12px;
  width: calc(100% - 110px);
  background: transparent;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

#footer .footer-newsletter form input[type="email"]:focus {
  outline: none;
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: linear-gradient(135deg, #fcd88d 0%, #f5c542 100%);
  font-size: 14px;
  padding: 0 30px;
  color: #2d3939;
  transition: all 0.3s ease;
  border-radius: 0 50px 50px 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  box-shadow: 0 6px 20px rgba(252, 216, 141, 0.3);
  transform: translateY(-2px);
}

#footer .footer-top {
  padding: 50px 0 30px 0;
  background: linear-gradient(135deg, #2d3939 0%, #1a2020 100%);
}

#footer .footer-top .footer-contact {
  margin-bottom: 40px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-contact h3 span {
  color: #fcd88d;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif;
  color: #bbb;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

#footer .footer-top h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #fcd88d 0%, #f5c542 100%);
  border-radius: 2px;
}

#footer .footer-top .footer-links {
  margin-bottom: 40px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #fcd88d;
  font-size: 16px;
  line-height: 1;
  transition: all 0.3s ease;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

#footer .footer-top .footer-links ul li:hover {
  padding-left: 8px;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #bbb;
  transition: all 0.3s ease;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fcd88d;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(252, 216, 141, 0.1);
  color: #fcd88d;
  line-height: 1;
  padding: 0;
  margin-right: 8px;
  border-radius: 50%;
  text-align: center;
  width: 42px;
  height: 42px;
  transition: all 0.3s ease;
  border: 2px solid rgba(252, 216, 141, 0.2);
}

#footer .footer-top .social-links a:hover {
  background: linear-gradient(135deg, #fcd88d 0%, #f5c542 100%);
  color: #2d3939;
  text-decoration: none;
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(252, 216, 141, 0.3);
}

#footer .copyright {
  /* text-align: center; */
  float: left;
  /* color: #aaa; */
}

#footer .credits {
  float: right;
  /* text-align: center; */
  font-size: 13px;
  /* color: #aaa; */
}

@media (max-width: 768px) {
  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 10px 0;
  }
}

/* width */
::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
  border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #2d3939 0%, #1a2020 100%) !important;
  border-radius: 10px !important;
  box-shadow: 0 0 6px rgba(45, 57, 57, 0.2) !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #fcd88d 0%, #f5c542 100%) !important;
  box-shadow: 0 0 10px rgba(252, 216, 141, 0.3) !important;
}

#about {
  /* SECTION */

  .about-section {
    /* padding: 80px 20px; */
  }

  .container {
    max-width: 1100px;
    margin: auto;
  }

  /* CARD */

  .about-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 60px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    border: 1px solid #e2e8f0;
  }

  /* HEADING */

  .small-title {
    color: #2563eb;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
  }

  h1 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #0f172a;
  }

  .highlight {
    color: #788fc1;
  }

  .intro {
    font-size: 20px;
    color: #475569;
    margin-bottom: 15px;
    font-weight: 400;
  }

  /* CONTENT */

  p {
    margin-bottom: 24px;
    color: #475569;
    font-size: 16px;
  }

  /* MISSION & VISION */

  .mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 45px 0;
  }

  .mv-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 30px;
  }

  .mv-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #0f172a;
  }

  .mv-box p {
    margin-bottom: 0;
    color: #475569;
  }

  /* CHALLENGES */

  .challenge-title {
    margin-top: 10px;
    margin-bottom: 22px;
    font-size: 22px;
    color: #0f172a;
    font-weight: 600;
  }

  .challenge-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 35px;
  }

  .challenge-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 18px;
    color: #334155;
    font-size: 15px;
  }

  /* RIGHT MESSAGE */

  .closing-box {
    margin-top: 45px;
    padding: 35px;
    background:#f8fafc;
    border-radius: 16px;
    color: #788fc1;
  }

  .closing-box h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .closing-box p {
    color: #494d53;
    margin-bottom: 12px;
    font-size: 18px;
  }

  /* RESPONSIVE */

  @media (max-width: 768px) {
    .about-card {
      padding: 35px 25px;
    }

    h1 {
      font-size: 22px;
    }

    .intro {
      font-size: 18px;
    }

    .mv-grid,
    .challenge-grid {
      grid-template-columns: 1fr;
    }

    .closing-box {
      padding: 28px 22px;
    }

    .closing-box h2 {
      font-size: 24px;
    }
  }
}

/* ================================
   WHY WORK WITH US SECTION
================================ */

.why-work-section {
  padding: 90px 20px;
  /* background: #ced2d6; */
  background-color: rgb(246, 249, 254);

  .why-work-section .container {
    max-width: 1150px;
    margin: auto;
  }

  /* HEADER */

  .section-header {
    text-align: center;
    margin-bottom: 55px;
  }

  .section-tag {
    display: inline-block;
    padding: 8px 18px;
    background: #dbeafe;
    color: #2563eb;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .section-header h2 {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .section-header h2 span {
    color: #788fc1;
  }

  .section-header p {
    max-width: 760px;
    margin: auto;
    color: #64748b;
    font-size: 18px;
    line-height: 1.8;
  }

  /* CARD */

  .why-work-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    border: 1px solid #e2e8f0;
  }

  /* CONTENT */

  .content-text {
    margin-bottom: 45px;
  }

  .content-text p {
    color: #475569;
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 22px;
  }

  /* STRATEGY BOX */

  .strategy-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 35px;
  }

  .strategy-box h3 {
    font-size: 24px;
    color: #0f172a;
    margin-bottom: 28px;
  }

  /* LIST */

  .strategy-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .strategy-box li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 20px;
    color: #334155;
    font-size: 16px;
    line-height: 1.7;
  }

  /* ICON */

  .strategy-box li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;

    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(23 115 173);
    color: #ffffff;
    border-radius: 50%;
    font-size: 15px;
    font-weight: bold;
  }

  /* CLOSING */

  .closing-message {
    margin-top: 40px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #0f172a;
  }

  /* RESPONSIVE */

  @media (max-width: 768px) {
    .why-work-card {
      padding: 35px 25px;
    }

    .section-header h2 {
      font-size: 32px;
    }

    .section-header p {
      font-size: 16px;
    }

    .strategy-box {
      padding: 25px;
    }

    .strategy-box h3 {
      font-size: 22px;
    }

    .closing-message {
      font-size: 24px;
    }
  }
}

/* ====================================
   CONTACT SECTION
==================================== */

.contact-section {
  padding: 90px 20px;
  /* background: #ced2d6; */
  background: #FFF;

  .contact-section .container {
    max-width: 1200px;
    margin: auto;
  }

  /* HEADER */

  .section-header {
    text-align: center;
    margin-bottom: 60px;
  }

  .section-tag {
    display: inline-block;
    padding: 8px 18px;
    background: #dbeafe;
    color: #2563eb;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
  }

  .section-header h2 {
    font-size: 12px; 
    margin-bottom: 18px;
  }

  .section-header p {
    max-width: 750px;
    margin: auto;
    color: #64748b;
    font-size: 18px;
    line-height: 1.8;
  }

  /* GRID */

  .contact-wrapper {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 35px;
  }

  /* LEFT SIDE */

  .contact-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .info-card,
  .map-box,
  .contact-form-box {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  }

  .info-card {
    padding: 35px;
  }

  .info-card h3 {
    font-size: 26px;
    margin-bottom: 30px;
    color: #0f172a;
  }

  .info-item {
    margin-bottom: 25px;
  }

  .info-item:last-child {
    margin-bottom: 0;
  }

  .label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .info-item a,
  .info-item span {
    font-size: 17px;
    color: #334155;
    text-decoration: none;
  }

  .info-item a:hover {
    color: #2563eb;
  }

  /* MAP */

  .map-box {
    overflow: hidden;
    height: 350px;
  }

  .map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }

  /* FORM */

  .contact-form-box {
    padding: 40px;
  }

  .contact-form {
    width: 100%;
  }

  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .form-group {
    margin-bottom: 22px;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    font-size: 15px;
    font-family: inherit;
    background: #ffffff;
    transition: all 0.3s ease;
  }

  .contact-form input:focus,
  .contact-form textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
  }

  .contact-form textarea {
    resize: none;
  }

  /* CAPTCHA */

  .captcha-box {
    margin-bottom: 28px;
  }

  /* BUTTON */

  .submit-btn {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 12px;
    background: #2563eb;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .submit-btn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
  }

  .submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  /* RESPONSIVE */

  @media (max-width: 992px) {
    .contact-wrapper {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 768px) {
    .section-header h2 {
      font-size: 32px;
    }

    .section-header p {
      font-size: 16px;
    }

    .form-row {
      grid-template-columns: 1fr;
    }

    .contact-form-box,
    .info-card {
      padding: 30px 22px;
    }

    .map-box {
      height: 280px;
    }
  }
}



.hero-slider{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, #2d3939 0%, #1a2020 100%);
}

.hero-slide{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-slide.active{
    opacity: 1;
    z-index: 1;
}

.overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(45, 57, 57, 0.75) 0%, rgba(26, 32, 32, 0.85) 100%);
    backdrop-filter: blur(3px);
}

/* CONTENT */

.hero-content{
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 120px 60px;
    color: #ffffff;
    animation: slideInUp 0.8s ease forwards;
}

.hero-content h1{
    font-size: 56px;
    line-height: 1.15;
    margin-bottom: 30px;
    font-weight: 800;
    color: #ffffff;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.hero-content h1::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #fcd88d 0%, #f5c542 100%);
    border-radius: 2px;
    animation: slideRight 0.8s ease 0.3s forwards;
    transform-origin: left;
}

.hero-content p{
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #e8e8e8;
    animation: slideInUp 0.8s ease 0.2s backwards;
}

/* LIST */

.hero-list{
    margin: 40px 0;
    padding-left: 0;
    list-style: none;
    animation: slideInUp 0.8s ease 0.3s backwards;
}

.hero-list li{
    position: relative;
    padding-left: 45px;
    margin-bottom: 16px;
    font-size: 17px;
    color: #e8e8e8;
    transition: all 0.3s ease;
}

.hero-list li:hover{
    transform: translateX(8px);
    color: #fcd88d;
}

.hero-list li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fcd88d 0%, #f5c542 100%);
    color: #2d3939;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(252, 216, 141, 0.2);
    transition: all 0.3s ease;
}

.hero-list li:hover::before{
    box-shadow: 0 8px 25px rgba(252, 216, 141, 0.4);
    transform: scale(1.1);
}

/* BUTTONS */

.hero-buttons{
    margin-top: 50px;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    animation: slideInUp 0.8s ease 0.4s backwards;
}

.hero-btn{
    padding: 16px 42px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.hero-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    transition: left 0.4s ease;
    z-index: -1;
}

.hero-btn:hover::before{
    left: 100%;
}

.primary-btn{
    background: linear-gradient(135deg, #2d3939 0%, #1a2020 100%);
    color: #ffffff;
    border: 2px solid #fcd88d;
}

.primary-btn:hover{
    background: linear-gradient(135deg, #fcd88d 0%, #f5c542 100%);
    color: #2d3939;
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(252, 216, 141, 0.3);
}

.secondary-btn{
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 2px solid #ffffff;
    backdrop-filter: blur(10px);
}

.secondary-btn:hover{
    background: #ffffff;
    color: #2d3939;
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(255, 255, 255, 0.2);
}

/* DOTS */

.slider-dots{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 14px;
    z-index: 5;
}

.dot{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.dot:hover{
    background: rgba(252, 216, 141, 0.5);
    transform: scale(1.2);
}

.dot.active{
    background: linear-gradient(135deg, #fcd88d 0%, #f5c542 100%);
    border-color: #fcd88d;
    box-shadow: 0 6px 20px rgba(252, 216, 141, 0.4);
    transform: scale(1.3);
}

/* ANIMATIONS */

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideRight {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/* RESPONSIVE */

@media(max-width: 768px){
    .hero-slider{
        height: auto;
        min-height: 100vh;
    }

    .hero-content{
        padding: 80px 25px 120px;
    }

    .hero-content h1{
        font-size: 36px;
    }

    .hero-content p{
        font-size:17px;
    }

    .hero-list li{
        font-size:16px;
    }

    .hero-buttons{
        flex-direction:column;
    }

    .hero-btn{
        text-align:center;
        width:100%;
    }
}



 #hero {
      width: 100%;
      overflow: hidden;
      position: relative;
    }

    #heroCarousel .carousel-item {
      min-height: 100vh;
      display: flex;
      align-items: center;
      /* background: linear-gradient(135deg, #4c4d4f, #a2a4a7, #1e293b); */
      padding: 80px 0;
    }

    #heroCarousel .container {
      max-width: 1200px;
    }

    #heroCarousel h1 {
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 20px;
      color: #171616;
    }

    #heroCarousel h2 {
      font-size: 28px;
      font-weight: 500;
      margin-bottom: 25px;
      color: #38bdf8;
    }

    #heroCarousel h3 {
      font-size: 18px;
      line-height: 1.8;
      color: #101010;
      font-weight: 400;
    }

    #heroCarousel p {
      margin-bottom: 20px;
    }

    #heroCarousel ul {
      margin-top: 20px;
      margin-bottom: 25px;
      padding-left: 20px;
    }

    #heroCarousel li {
      margin-bottom: 10px;
      color: #131414;
    }

    .btn-get-started {
      display: inline-block;
      padding: 14px 32px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s ease;
      margin-right: 15px;
      margin-top: 10px;
      border: 2px solid #38bdf8;
      color: #ffffff;
      background: transparent;
    }

    .btn-get-started:hover {
      background: #38bdf8;
      color: #000000;
    }

    .carousel-control-prev,
    .carousel-control-next {
      width: 6%;
    }

    .carousel-indicators [data-bs-target] {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin: 0 6px;
    }

    @media (max-width: 768px) {
      #heroCarousel h1 {
        font-size: 36px;
      }

      #heroCarousel h2 {
        font-size: 22px;
      }

      #heroCarousel h3 {
        font-size: 16px;
      }

      .btn-get-started {
        display: block;
        width: fit-content;
        margin-bottom: 12px;
      }
    }