/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #009b53;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #009b53;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #009b53;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #009b53;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #1a1722;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
}

#container-logo{
  display: flex;
  align-items: center;
  margin-top: -20px;
}

#container-logo p{
  margin-top: 30px;
  margin-left: 10px;
  color:#00ff88
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #009b53;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 26px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background: url("../img/intro-bg.png") center top no-repeat;
  background-size: cover;
  padding: 200px 0 120px 0;
}

#intro .intro-img {
  width: 50%;
  float: right;
  margin-top: -40px; /* Ajuste esse valor conforme necessário */
  margin-bottom: 150px; /* Adicione um valor de margem inferior para manter o espaçamento desejado */
}

#intro .intro-info {
  width: 50%;
  float: left;
}

#intro .intro-info h2 {
  color: #00ff88;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #fff;
  text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #009b53;
  border: 2px solid #fff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #009b53;
  border-color: #009b53;
  color: #fff;
}

@media (max-width: 768px) {
  #intro {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  #intro .intro-img {
    width: 100%;
    float: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  #intro .intro-info {
    padding-bottom: 240px;
    width: 100%;
    float: none;
    text-align: center;
  }

  #intro .intro-info h2 {
    margin-bottom: 20px;
    font-size: none;
  }

  #intro .intro-info .btn-get-started,
  #intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

#all-nav{
  background: #1a1722;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #028f4d;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #00ff88;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #01c76b;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #01c76b;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #01c76b;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #009b53;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header-team h3{
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header-team p{
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;
}

/* About Us Section
--------------------------------*/

#about {
  background: #fff;
  padding: 60px 0;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

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

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #01c76b;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #01c76b;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #01c76b;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  background: url("../img/intro-bg.png") center top no-repeat;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services h3{
  color: white;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: 4px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #009b53;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #028f4d;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #028f4d;
  color: #fff;
}

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

/* container-card */
.container-card{
  display: flex;
  flex-wrap: wrap; /* Permite que os cards vão para a linha abaixo quando não há espaço suficiente na largura da tela */
  justify-content: center; /* Centraliza os cards na tela */  
}

.card-body .card-title{
  margin-top: 5px;
  font-weight: bold; /* Torna todo o texto em negrito */
}

.card-body #btn-card{
  background: #028f4d;
  border-color: 1px solid #028f4d; 
}

#clickable-card {
  display: block;
  max-width: 400px;
  margin-inline: auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: none;
  background: #fff;
  transform-origin: center center;
  transition: all 0.4s ease-in-out;
  color: black;
}


#clickable-card img {
  transform-origin: center;
  transition: transform 0.4s ease-in-out;
}

#clickable-card:hover img,
#clickable-card:focus img {
  transform: scale(1.1);
}

.article-body {
  padding: 24px;
}

#clickable-card h2 {
  margin: 0 0 18px 0;
  font-family: "Bebas Neue", cursive;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  transition: color 0.3s ease-out;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
  padding: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.btn-custom {
  background-color: #01c76b; /* Cor de fundo do botão */
  color: white; /* Cor do texto do botão */
  border: 1px solid #01c76b; /* Cor da borda do botão */
}

/* Estilize o botão quando hover (opcional) */
.btn-custom:hover {
  background-color: #009b53;
  border: 1px solid #009b53;
  color: white;
}


/* Events Section */

.container-events .section-header {
  margin-top: 28px;
}

.carousel-inner .carousel-item img {
  margin-bottom: 140px;
  height: auto;
}

.carousel-inner .carousel-item .carousel-caption {
  font-family: "Montserrat", sans-serif;
  margin-bottom: -20px;
}

/* Responsive adjustments for carousel */

@media (max-width: 768px) {
  /* Reduce margin-bottom for images on smaller screens */
  .carousel-inner .carousel-item img {
    margin-bottom: 70px;
    vertical-align: top; /* Isso posicionará a imagem no topo do contêiner */  }
}

@media (max-width: 576px) {
  /* Further reduce margin-bottom for images on even smaller screens */
  .carousel-inner .carousel-item img {
    margin-bottom: 50px;
    vertical-align: top; /* Isso posicionará a imagem no topo do contêiner */
  }

  /* Adjust font size for captions on smaller screens */
  .carousel-inner .carousel-item .carousel-caption {
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  /* Minimize margin-bottom for images on very small screens */
  .carousel-inner .carousel-item img {
    margin-bottom: 30px;
    vertical-align: top; /* Isso posicionará a imagem no topo do contêiner */  }

  /* Reduce font size further for captions on very small screens */
  .carousel-inner .carousel-item .carousel-caption {
    font-size: 12px;
  }
}



/* Team Section
--------------------------------*/

#team {
  background-color: #1a1722;
  /* cor de fundo */
  color: #009b53;
  /* cor do texto */
  padding-top: 25px;
}

#team .container{
  margin: auto;
}

#team .member {
  text-align: center;
  margin-bottom: 30px;
  /* espaço entre membros da equipe */
}

#team .member img {
  width: 100%;
  max-width: 180px;
  /* ajuste conforme necessário */
  border-radius: 50%;
  border: 2px solid #191d1b;
  /* cor da borda inicial */
  margin-bottom: 10px;
  transition: transform 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

#team .member img:hover {
  transform: scale(1.1);
  /* aumenta a imagem ao passar o mouse */
  border-color: #009b53;
  /* cor da borda ao passar o mouse */
}

#team .member-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#team .member-info h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

#team .member-info span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}

#team .member-info p {
  font-style: italic;
  margin-bottom: 20px;
  /* espaço entre a descrição e os ícones de redes sociais */
}

#team .member-info .social a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #f0f0f0;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: transform 0.5s; /* Adicionado transição para a propriedade transform */
}

#team .member-info .social a:hover {
  transform: scale(1.1); /* Aumenta a escala ao passar o mouse */
  background: #f0f0f0; /*muda a cor de fundo seu comedia*/
  color: #009b53; /*muda a cor da loga ao passar o mouse*/

}

/* Estilo adicional para organizar em duas linhas */
@media (min-width: 768px) {
  #team .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #team .col-lg-3 {
    flex: 0 0 48%;
    /* 48% para dois membros por linha com algum espaço entre eles */
    margin-bottom: 15px;
  }
}



/* Contact Section
--------------------------------*/

#contact {
  padding: 60px 0;
}

#contact .fadeInUp{
  display: flex;
  flex-direction: column; /* Alteração para column */
  align-items: center;
}

.contact-details {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.info {
  display: flex;
  flex-direction: row; /* Alteração para row */
  justify-content: center;
  margin: 10px;
}

.info p{
  margin-left: 10px;;
}

#contact .form-container {
  margin: 0 auto;
  max-width: 600px; 
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}

#contact .info p {
  line-height: 28px;
  font-size: 14px;
}

.form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

#contact .form #sendmessage,
#contact .form #errormessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: flex;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #01c76b;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #028f4d;
  cursor: pointer;
}

.btn-contact {
  background-color: #fff; /* Cor de fundo do botão */
  color: white; /* Cor do texto do botão */
  border: 1px solid #01c76b; /* Cor da borda do botão */
}

/* Estilize o botão quando hover (opcional) */
.btn-contact:hover {
  background-color: #fff;
  border: 1px solid #009b53;
  color: white;
}


/* Author  */

/**** Sass Variables ****/
.section-teacher{
  width: 100%;
  position: relative;
  background: url("../img/background-author.png") center top no-repeat;
  background-size: cover;
  padding: 260px 0 120px 0;
}

.section-Author{
  display: flex;
  flex-direction: row;
}

.section-Author .text-content{
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  color: #fff;
}

.section-Author .text-content h2{
  font-weight: 600;
}

.section-Author .text-content p2{
  font-weight: 400;
}

.section-Author .card-wrapper {
  width: 400px;
  height: 500px;
  position: relative;
  margin-left: auto; /* Center the card horizontally */
  margin-right: auto;

}

.section-Author .card {
  top: 50%;
  left: 50%;
  width: 350px;
  height: 435px;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: 0.5s;
  margin-left: auto; /* Center the card horizontally */
  margin-right: auto;
  position: relative;
  
  .card-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #191d1b;
    transition: .5s;
  }
  
  &:hover img {
    opacity: 0.4;
    transition: .5s;
  }
}

.section-Author .card:hover .card-image {
  transform: translateY(-85px);
  transition: all .9s;
}

/**** Social Icons *****/

.section-Author .social-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  margin-left: -20px;
  
  li {
    list-style: none;
    
    a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      background: #191d1b;
      border-radius: 25px;
      font-size: 23px;
      color: #fff;
      font-weight: bold;
      margin: 0 8px;
      transition: .4s;
      transform: translateY(200px);
      opacity: 0;
    } 
  }
}

.section-Author  .card:hover .social-icons li a {
  transform: translateY(0px);
  opacity: 1; 
}

.section-Author .social-icons li a:hover {
  background: #fff; 
  transition: .2s;
  .fa {
    color: #009b53;
  } 
}

.section-Author .social-icons li a .fa {
  transition: .8s;
    
  &:hover {
      color: #009b53;
  } 
}

.section-Author .card:hover li:nth-child(1) a {
    transition-delay: 0.1s;
}
.section-Author .card:hover li:nth-child(2) a {
  transition-delay: 0.2s;
}
.section-Author .card:hover li:nth-child(3) a {
  transition-delay: 0.3s;
}
.section-Author .card:hover li:nth-child(4) a {
  transition-delay: 0.4s;
}

/**** Personal Details ****/

.section-Author .details {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #191d1b;
  width: 100%;
  height: 120px;
  z-index: 1;
  padding: 10px;

  h2 {
    margin: 32px 0 0 0;
    padding: 0;
    text-align: center;
    font-weight: 300;
    color: #fff;
     
    .job-title {
        font-size: 1rem;
        line-height: 2.5rem;
        color: #fff;
        font-weight: 500;
    }
  }
}

.section-Author .jane {
  position: absolute;
  bottom: -120px;
  left: 0;
  opacity: 0;
  background: #fff;
  width: 100%;
  height: 120px;
  z-index: 3;
  padding: 10px;
  transition: .4s;
}

.section-Author .profile-two .social-icons li a {
  border-radius: 50%;
}

.section-Author .card:hover .profile-img--two {
  transform: rotateY(180deg);
}

.section-Author .card:hover .jane {
  bottom: 0;
  left: 0;
  transition-delay: 0.5s;
  opacity: 1;
}

@media (max-width: 768px) {
  .section-Author {
    margin-bottom: -100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section-Author .card {
    margin-left: auto; /* Center the card horizontally */
    margin-right: auto;
    align-items: center;
    margin-left: 0;
  }

  .section-Author .text-content {
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 0;
  }

  .text-content h2 {
    text-align: center;
  }

  .text-content p {
    text-align: center;
  }
}
#contact .container-general{
  display:flexbox;
  flex-direction:row-reverse;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #1f1c29;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #1a1722;
  padding: 60px 0 30px 0;
}

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

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

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

#footer .footer-top .social-links a:hover {
  background: #009b53;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#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 li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

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

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

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

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

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

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #009b53;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #009b53;
}

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

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

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

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  #why-us .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
}