/**
* Template Name: Sailor
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #d9232d;
}

a:hover {
  color: #e24d55;
  text-decoration: none;
}

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

.isotope-item.isotope-hidden {
  pointer-events: none;
  filter: blur(5px);
  transition: all 0.5s ease;
}

/* handles the max width for each container */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  max-width: 2250px;
  padding-inline: 35px;
  margin-inline: auto;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #d9232d;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e1444d;
  color: #fff;
}

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

.empty-container {
  height: 80px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  width: 95%;
  margin: 0 auto;
  height: 60px;
  transition: all 0.5s;
  z-index: 997;
  display: flex;
  align-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
}

#header .logo img {
  max-height: 45px;
  transition: 0.3s;
}

/*--------------------------------------------------------------
# Navigation Menu - Desktop
--------------------------------------------------------------*/
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar a {
  padding: 10px 15px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.navbar a:hover, .navbar .active { color: #d9232d; }

.navbar .getstarted {
  background: #2f6080;
  padding: 8px 25px;
  margin-left: 20px;
  border-radius: 50px;
  color: #fff !important;
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
.mobile-nav-toggle {
  color: #333;
  font-size: 28px;
  cursor: pointer;
  display: none;
  z-index: 9999;
  margin-left: auto;
}

@media (max-width: 991px) {
  .mobile-nav-toggle { display: block; }
  .navbar ul { display: none; }
}

.navbar-mobile {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 998;
}

.navbar-mobile ul {
  display: block !important;
  position: absolute;
  top: 85px;
  right: 2.5%;
  left: 2.5%;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 15px;
  overflow-y: auto;
  box-shadow: 0px 15px 30px rgba(0,0,0,0.2);
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 20px;
}

.navbar-mobile a {
  padding: 8px 20px;
  font-size: 14px;
  color: #333;
}

.navbar-mobile .getstarted {
  margin: 15px 25px;
  display: block;
}

/*--------------------------------------------------------------
# custom border for cards
--------------------------------------------------------------*/
.btn-style700 {
  position: relative;

  &::before,
  &::after {
    position: absolute;
    top: 0;
    left: 0;
    border-color: #2f6080;
    border-radius: 16px;
    border-style: solid;
    transition: all 1s;
    content: "";
    z-index: 1;
  }

  &::before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
  }

  &::after {
    width: 100%;
    height: 0;
    border-width: 0 1px 0 1px;
  }

  &:hover {
    border-color: #2f6080;
    color: #2f6080;

    &::before {
      width: 100%;
      border-width: 1px 0 1px 0;
    }

    &::after {
      height: 100%;
      border-width: 0 1px 0 1px;
    }
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: #1e2328;
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 2s ease;
}

#hero .carousel-item::before {
  content: "";
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  bottom: 50px;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 20px;
}

@media (max-width: 512px) {
  #hero h2 {
    font-size: 24px;
  }

  #hero p {
    font-size: 12px;
  }
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li,
#team .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin: 0 5px;
  background-color: #fff;
  opacity: 0.4;
  transition: all 0.4s ease;
  border: none;
}

#hero .carousel-indicators li.active,
#team .carousel-indicators li.active {
  width: 30px;
  opacity: 1;
  background: #d9232d;
}

.carousel-item .container {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s ease-out;
}

.carousel-item.active .container {
  opacity: 1;
  transform: translateY(0);
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #d9232d;
}

#hero .btn-get-started:hover {
  background: #df3740;
}


@media (min-width: 1024px) {
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg,
.services .icon-box {
  background-color: #f8f9fa;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #e6636a;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #556270;
}

/*--------------------------------------------------------------
# testimonial sections
--------------------------------------------------------------*/
.testimonial-card {
  padding: 30px;
  margin: 20px auto;
  max-width: 600px;
  transition: all 0.3s ease-in-out;
  text-align: left;
  background: linear-gradient(180deg, #ffffff 0%, #f0f7fa 100%);
  border: 1px solid #e1eef4;
  border-radius: 16px;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  border-color: #2f6080;
  box-shadow: 0 10px 25px rgba(0, 120, 172, 0.15) !important;
}

.testimonial-icon {
  color: #2f6080;
  font-size: 1.5rem;
}

.testimonial-link {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

.testimonial-link:hover {
  color: #2f6080;
}

.testimonial-body {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.testimonial-text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  text-align: center;
}

.customer-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 2px solid #2f6080;
}

.quote-icon {
  font-size: 1.8rem;
  color: #2f6080;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .testimonial-card {
    padding: 20px;
    margin: 10px;
    max-width: 300px;
  }

  .testimonial-text {
    font-size: 0.95rem;
  }
}

/*--------------------------------------------------------------
# scrollable content
--------------------------------------------------------------*/
.scroll-container {
  width: 100%;
  overflow: hidden;
  background: white;
  padding: 20px 0;
  display: flex;
}

.scroll-content {
  display: flex;
  white-space: nowrap;
  animation: slide-left 60s linear infinite;
}

.scroll-content-2 {
  display: flex;
  white-space: nowrap;
  animation: slide-right 60s linear infinite;
}

.scroll-content2 {
  display: flex;
  white-space: nowrap;
  animation: slide-left 50s linear infinite;
}

.img-card {
  padding: 10px;
  margin-right: 10px;
  border-radius: 16px;
  box-shadow: -1px 0px 13px 1px rgb(60 153 194 / 40%);
}

.scroll-content img, .scroll-content-2 img, .scroll-content2 img{
  height: 90px;
  margin: 0 20px;
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes slide-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0); 
  }
}

.scroll-container:hover .scroll-content, .scroll-container:hover .scroll-content-2, .scroll-container:hover .scroll-content2 {
  animation-play-state: paused;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 12px 0;
  background: #d6e9f287;
  min-height: 40px;
  margin-top: 90px;
  border-bottom: 1px solid #2f60803b;
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 900;
  margin: 0;
  color: #2f6080;
}

.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: #6b7b8d;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 75px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs h2 {
    margin-top: 20px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #d9232d;
}

.about .content p:last-child {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f0f7fa 100%);
  border: 1px solid #e1eef4;
  border-radius: 16px;
  transition: all 0.3s ease;
  width: 100%;
}

.services .icon-box:hover {
  transform: translateY(-5px);
  border-color: #2f6080;
  box-shadow: 0 12px 24px rgba(0, 120, 172, 0.12);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  margin-left: 0;
}

.services .icon-box h4 a {
  color: #111;
  text-decoration: none;
  transition: 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
  margin-left: 0;
}

.image-box {
  display: flex;
  justify-content: space-between;
}

.image-box-text-wrap {
  margin-left: 32px;
}

@media (max-width: 512px) {
  .services .icon-box {
    display: flex;
    flex-direction: column;
    padding: 15px;
  }

  .image-box img {
    padding-bottom: 20px;
    height: 200px;
  }

  .image-box-text-wrap {
    margin-left: 0px;
  }

  .image-box-text-wrap h4 {
    text-align: center;
  }

  .image-box-text-wrap p {
    text-align: justify;
  }
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 0 auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 8px 10px 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover {
  color: #fff;
  background: #2f6080;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(85, 98, 112, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(85, 98, 112, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: white;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.portfolio-container .portfolio-item {
  animation: fadeInUp 0.6s ease backwards;
}

#portfolio-flters li {
  position: relative;
  overflow: hidden;
  margin: 3px;
}

.portfolio #portfolio-flters li {
  border: 1px solid grey;
  background: linear-gradient(180deg, #ffffff 0%, #f0f7fa 100%);
}

#portfolio-flters li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

#portfolio-flters li.filter-active::after {
  width: 80%;
}

#portfolio-flters li {
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
  z-index: 1;
}

#portfolio-flters li.filter-active {
  background: #2f6080;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 120, 172, 0.3);
  border: none;
}

.portfolio-item {
  width: 100% !important;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  scroll-margin-top: 100px; 
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 60px;
  padding-bottom: 60px;
}

.portfolio-details p {
  font-size: 14px;
}

.portfolio-details ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.portfolio-details ul li {
  padding: 0 0 0 20px;
  margin-bottom: 16px;
  font-size: 14px;
  position: relative;
  color: #444;
  transition: color 0.3s ease;
}

.portfolio-details ul li::before {
  content: "✓";
  font-weight: bold;
  position: absolute;
  left: 0;
  color: #2f6080;
  font-size: 16px;
}


.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 #d9232d;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d9232d;
}

.banner-wrapper {
  position: relative;
  width: 100%;
}

.banner-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-text-overlay {
  position: absolute;
  top: 0;
  right: 5%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
  color: #ffffff;
  z-index: 2;
}

.banner-text-overlay h2 {
  margin: 0;
  font-size: 3.5rem;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1200px) {
  .banner-text-overlay h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 676px) {
  .banner-text-overlay {
    top: 0;
    left: 10%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    text-align: left;
    padding: 20px;
  }
  .banner-text-overlay h2 {
    font-size: 1.5rem;
  }
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(85, 98, 112, 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;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
  padding: 30px;
  border-radius: 16px;
  background: white;
}

.team .member .pic {
  overflow: hidden;
  width: 140px;
  border-radius: 4px;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #556270;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #dee2e6;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  width: 32px;
  height: 32px;
  background: #8795a4;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #d9232d;
}

.team .member .social a+a {
  margin-left: 8px;
}


.team-grid {
  display: grid;
  gap: 30px;
  max-width: 1500px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1200px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.team-card-container:hover {
  transform: translateY(-10px);
  transition: transform 0.3s ease;
}

.team-card-container:hover .team-card-front {
  box-shadow: 0 12px 24px rgba(0, 120, 172, 0.12);
  border: 1px solid #2f6080;
}

.social-icons a:hover {
  display: inline-block;
  transform: scale(1.2);
  color: #1a3a4f;
}

.team-card-container {
  perspective: 1000px;
  height: 600px;
  transition: transform 0.3s ease;
}

.team-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
  cursor: pointer;
}

.team-card-container.is-flipped .team-card-inner {
  transform: rotateY(180deg);
}

.team-card-front,
.team-card-back {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 30px 0 30px 0;
}

.team-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-img img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 100%;
  border: 4px solid #2f6080;
  padding: 4px;
  background: #fff;
}

.team-card-content {
  padding: 20px;
  text-align: center;
}

.name {
  color: #2f6080;
  margin: 10px 0 5px;
}

.designation {
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.social-icons a {
  text-decoration: none;
  color: #2f6080;
  margin: 0 16px;
  font-size: 1.5rem;
  transition: opacity 0.3s;
}

.back-btn {
  color: white;
  margin-top: 15px;
}

.text-button {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: #2f6080;
  cursor: pointer;
  margin-top: 10px;
  transition: color 0.3s ease;
}

.arrow {
  margin-left: 8px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.team-card-container:hover .arrow {
  transform: translateX(5px);
}

.team-card-back .text-button {
  color: white;
}

.team-card-back .arrow {
  margin-left: 0;
  margin-right: 8px;
}

.team-card-container:hover .team-card-back .arrow {
  transform: translateX(-5px);
}

.team-card-back {
  background-color: #2f6080;
  color: white;
  transform: rotateY(180deg);
  padding: 30px;
  text-align: center;
}

.team-card-back p {
  font-size: clamp(0.9rem, 2.5vw, 1.1rem);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more-wrapper {
  display: flex;
  padding-right: 30px;
  width: 100%;
  justify-content: flex-end;
}


/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #556270;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #edeff1;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #6b7b8d;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  overflow: hidden;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #556270;
  border-radius: 0;
  border-right: 2px solid white;
  font-weight: 600;
  font-size: 15px;
}

.features .nav-link:hover {
  color: #d9232d;
}

.features .nav-link.active {
  color: #d9232d;
  border-color: #d9232d;
}

.features .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.features .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #556270;
}

.features .details p {
  color: #777777;
}

.features .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .features .nav-link {
    border: 0;
    padding: 15px;
  }

  .features .nav-link.active {
    color: #fff;
    background: #d9232d;
  }
}

/*--------------------------------------------------------------
# testimonial section
--------------------------------------------------------------*/
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border-radius: 20px;
  padding: 2.3rem;
  max-width: 900px;
  margin: 20px auto;
  position: relative;
  border: 1px solid #e1eef4;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  .testimonial-card {
    flex-direction: row;
    align-items: center;
    text-align: left;
    border-left: 6px solid #2f6080;
  }

  .image-section {
    margin-right: 2.5rem;
    margin-bottom: 0;
  }
}

.image-section {
  flex-shrink: 0;
  margin-bottom: 1.5rem;
}

.image-section img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 100%;
  border: 4px solid #2f6080;
  padding: 4px;
  background: #fff;
}

.content-section {
  position: relative;
}

.quote-mark {
  font-size: 4rem;
  color: rgba(47, 96, 128, 0.15);
  position: absolute;
  top: -30px;
  left: -10px;
  font-family: serif;
}

.quote-text {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 1rem;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.author-info {
  display: flex;
  flex-direction: column;
}

.author-name {
  display: block;
  font-weight: 700;
  color: #2f6080;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.author-role {
  font-size: 0.9rem;
  font-weight: 700;
  color: #777;
}
.author-designation {
  font-size: 0.8rem;
  color: #777;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 120, 172, 0.12);
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f0f7fa 100%);
  text-align: left;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 120, 172, 0.1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  height: 100%;
}

.pricing .box:hover {
  box-shadow: 0 5px 20px rgba(0, 120, 172, 0.15);
}

.pricing h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2f6080;
  margin: 0 0 20px 0;
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
}

.pricing h4 {
  font-size: 22px;
  font-weight: 700;
  color: #014562;
  padding-top: 10px;
  background: none;
  display: flex;
  align-items: center;
}

.pricing h3::after {
  content: "";
  flex: 1;
  height: 2px;
  background: rgba(0, 120, 172, 0.1);
  margin-left: 15px;
}

.pricing h5 {
  font-size: 18px;
  font-weight: 500;
  color: #0a202e;
  margin: 16px 0 10px 8px;
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
}

.pricing .txtalign-Left {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 0px;
}

.pricing ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pricing ul li {
  padding: 12px 0 0 20px;
  font-size: 15px;
  position: relative;
  color: #444;
  transition: color 0.3s ease;
}

.pricing ul li::before {
  content: "✓";
  font-weight: bold;
  position: absolute;
  left: 0;
  color: #2f6080;
  font-size: 16px;
}

.pricing .featured h3 {
  color: #fff;
  background: #d9232d;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #d9232d;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid white;
}

.faq .faq-item i {
  color: #dee2e6;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #f8d1d3;
  font-size: 26px;
}

.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: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.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;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: none;
  overflow: hidden;
  border-radius: 8px;
}

/* Maintain full image visibility without cropping */
.blog .entry .entry-img img {
  width: 100%;
  height: auto;
  object-fit: contain; /* Prevents cropping by fitting the whole image */
  display: block;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #556270;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #d9232d;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #c1c8d0;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #d9232d;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #df3740;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #556270;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #a4afba;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #606f7e;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #d9232d;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #556270;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(85, 98, 112, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #d9232d;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #556270;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #6b7b8d;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #e9797f;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #e9797f;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #556270;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #606f7e;
}

.blog .blog-pagination {
  color: #8795a4;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #556270;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #d9232d;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #556270;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #d9232d;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #de323c;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #556270;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #d9232d;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #556270;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #d9232d;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #96a2af;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #d9232d;
  background: #d9232d;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #fbfbfc;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #4a5562;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #515d6a;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #d9232d;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}


#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: white;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #d9232d;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #df3740;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

#footer .credits a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  font-weight: 600;
}

#footer .credits a:hover {
  color: white;
}

/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/
.txtalign-Left {
  text-align: left;
}

.desc-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.desc-2 {
  width: 100%;
}
.desc-2 .desc-container{
  border-radius: 16px;
  min-height: 300px;
  background: linear-gradient(to bottom, #162633 0%, #2f6080 60%, #4c529c 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  overflow: hidden;
}
.desc-2 .desc-container p{
  font-size: 32px;
  font-weight: 800;
  color: white;
  z-index: 2;
}

.description-card {
  background: linear-gradient(135deg, rgba(47, 96, 128, 0.08) 0%, #ffffff 100%);
  border: 1px solid rgba(47, 96, 128, 0.15);
  box-shadow: 0 12px 24px rgba(0, 120, 172, 0.12);
  border-radius: 16px;
  width: 100%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.icon-wrapper {
  width: 50px;
  height: 50px;
  color: #2f6080;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.description-card p {
  font-family: 'Inter', sans-serif;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}

.card-grid {
  display: grid;
  gap: 20px;
  padding: 20px 0 20px 0;
  grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 1200px) {
  .desc-grid {
    flex-direction: row;
  }

  .desc-1 {
    flex: 2.5;
    padding: 60px 0 60px 0;
  }

  .desc-2 {
    flex: 2.5;
  }
}

@media (max-width: 1200px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .desc-2 .desc-container p{
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .simple-grid {
    grid-template-columns: 1fr !important;
  }
  .desc-2 .desc-container p{
    font-size: 22px;
  }
}

.simple-grid {
  display: grid;
  gap: 20px;
  padding: 20px 0 20px 0;
  grid-template-columns: repeat(2, 1fr);
}

.use-cases-card {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e1eef4;
  background: linear-gradient(180deg, #ffffff 0%, #f0f7fa 100%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.use-cases-card:hover {
  box-shadow: 0 12px 24px rgba(0, 120, 172, 0.12);
  border: none;
}

.use-cases-card-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.use-cases-card-content {
  padding: 20px;
}

.use-cases-card h4 {
  margin: 0 0 15px 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.use-cases-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.9;
}

.use-cases-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.use-cases-card li {
  padding: 12px 0 0 20px !important;
  position: relative;
  color: #444;
  transition: color 0.3s ease;
  font-size: 0.9rem;
}


/* services 2 */
  .portfolio-services #portfolio-filters-services {
      padding: 0;
      margin: 0 auto 0 auto;
      list-style: none;
      text-align: center;
    }

    .portfolio-services #portfolio-filters-services li {
      cursor: pointer;
      display: inline-block;
      padding: 8px 8px 10px 8px;
      font-size: 14px;
      font-weight: 600;
      line-height: 1;
      text-transform: uppercase;
      color: #444444;
      margin-bottom: 5px;
      transition: all 0.3s ease-in-out;
      border-radius: 3px;
    }

    .portfolio-services #portfolio-filters-services li:hover {
      color: #fff;
      background: #2f6080;
    }

    .portfolio-services #portfolio-filters-services li:last-child {
      margin-right: 0;
    }

    .portfolio-services .portfolio-wrap {
      transition: 0.3s;
      position: relative;
      overflow: hidden;
      z-index: 1;
      background: rgba(85, 98, 112, 0.6);
    }

    .portfolio-services .portfolio-wrap::before {
      content: "";
      background: rgba(85, 98, 112, 0.6);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      transition: all ease-in-out 0.3s;
      z-index: 2;
      opacity: 0;
    }

    .portfolio-services .portfolio-wrap img {
      transition: all ease-in-out 0.3s;
    }

    .portfolio-services .portfolio-wrap .portfolio-info {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      transition: all ease-in-out 0.3s;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
      padding: 20px;
    }

    .portfolio-services .portfolio-wrap .portfolio-info h4 {
      font-size: 20px;
      color: #fff;
      font-weight: 600;
    }

    .portfolio-services .portfolio-wrap .portfolio-info p {
      color: rgba(255, 255, 255, 0.7);
      font-size: 14px;
      text-transform: uppercase;
      padding: 0;
      margin: 0;
      font-style: italic;
    }

    .portfolio-services .portfolio-wrap .portfolio-links {
      text-align: center;
      z-index: 4;
    }

    .portfolio-services .portfolio-wrap .portfolio-links a {
      color: rgba(255, 255, 255, 0.6);
      margin: 0 5px 0 0;
      font-size: 28px;
      display: inline-block;
      transition: 0.3s;
    }

    .portfolio-services .portfolio-wrap .portfolio-links a:hover {
      color: white;
    }

    .portfolio-services .portfolio-wrap:hover::before {
      opacity: 1;
    }

    .portfolio-services .portfolio-wrap:hover img {
      transform: scale(1.2);
    }

    .portfolio-services .portfolio-wrap:hover .portfolio-info {
      opacity: 1;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .portfolio-services-container .portfolio-service-item {
      animation: fadeInUp 0.6s ease backwards;
    }

    #portfolio-filters-services li {
      position: relative;
      overflow: hidden;
      margin: 3px;
    }

    .portfolio-services #portfolio-filters-services li {
      border: 1px solid grey;
      background: linear-gradient(180deg, #ffffff 0%, #f0f7fa 100%);
    }

    #portfolio-filters-services li::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0;
      height: 2px;
      background: #fff;
      transition: all 0.3s ease;
      transform: translateX(-50%);
    }

    #portfolio-filters-services li.filter-active::after {
      width: 80%;
    }

    #portfolio-filters-services li {
      transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      position: relative;
      z-index: 1;
    }

    #portfolio-filters-services li.filter-active {
      background: #2f6080;
      color: #fff;
      transform: scale(1.1);
      box-shadow: 0 10px 20px rgba(0, 120, 172, 0.3);
      border: none;
    }

.image-container {
  height: 35vh;
  background: linear-gradient(to bottom, #162633 0%, #2f6080 60%, #4c529c 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  overflow: hidden;
}

.heading-container {
  width: 100%;
  max-width: 1200px;
  color: #ffffff;
  z-index: 1; 
}

.heading-container h1 {
  font-size: clamp(3.2rem, 5vw, 6rem); 
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

.heading-container p {
  font-size: clamp(1.5rem, 2vw, 2rem);
  opacity: 0.9;
  font-weight: 300;
}
