/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    padding: 60px 0;
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
    height: 76%;
    vertical-align: middle;
}

.team .member .social {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.5s;
    text-align: center;
    height: 95%;
}

.team .member .social span {
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 10px;
}

.team .member .social ul {
    transition: color 0.3s;
    color: #222222;
    padding-top: 7px;
    border-radius: 4px;
    width: 100%;
    height: 300px;
    font-size: 10px;
    background: #3498db;
    display: inline-block;
    transition: ease-in-out 0.3s;
    color: #fff;
    text-align: left;
    list-style-type: disc;
    padding-left: 20px;
    line-height: 2;
    padding-right: 10px;
}

.team .member .social ul li {
    list-style: disc !important;
}


.team .member .social i {
    font-size: 18px;
}

.team .member .member-info {
    padding: 20px;
    text-align: center;
    background-color: #DCE9F5;
    height: 24%;
}


.team .member .member-info span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #3498db;
    font-weight: 600;
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.team .member:hover .social {
    opacity: 1;
    bottom: 15px;
}


.team .member-parent {
    height: auto;
}

/* Carosuel 1 */

.carousel-1 {
    position: relative;
    width: 100%;
    height: 500px;
    /* Adjust the height as needed */
    overflow: hidden;
}

.carousel-1 .carousel-item-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    align-items: flex-start;
    text-align: left;
    padding: 20px;
}

.carousel-1 .carousel-item-1.active {
    opacity: 1;
}

.carousel-1 .carousel-item-1 h3 {
    position: relative;
    z-index: 2;
    font-size: 40px;
    color: #fff;
    opacity: 1;
    visibility: visible;
    line-height: 50px;
    margin-bottom: 15px;
    margin-top: 20%;
    margin-left: 10%;
}
.carousel-1 .carousel-item-1 .buttons{
    margin-left: 10%;
}
.carousel-1 .carousel-item-1 p {
    color: #fff;
    margin-right: 60px;
    margin-bottom: 50px;
    opacity: 1;
    visibility: visible;
    font-size: 20px;
    margin-left: 10%;
}

.carousel-navigation-1 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    z-index: 3;
}

.carousel-navigation-1 button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    cursor: pointer;
}

.carousel-navigation-1 button.active {
    background-color: white;
}

.carousel-controls-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    width: 100%;
}

.prev-container-1 {
    margin-right: 10px;
}

.next-container-1 {
    margin-left: auto;
    margin-right: 2%;
}

.carousel-controls-1 button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
    cursor: pointer;
}

.carousel-controls-1 .next {
    margin-left: auto;
}

.head-content{
    /* margin-bottom: 3%; */
}


.contact-card {
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    /* height: 94%; */
    padding: 5%;
  }
  .contact-card h4{
    color: #3498db;     
  }
  .contact-card img{
    width: 23px;
    height: 23px;
    position: absolute;
  }
  .contact-card i{
    font-size: 20px;
    position: absolute;
    color: #3498db;
  }
  .ofc-location{
    font-size: 14px;
    color: #3498db;
    margin-left: 30px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .contact-details{
    /* margin-left: 2vw; */
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #444444;
    word-wrap: break-word;
  }
  .contact-card .rows{
    margin-bottom: 20px;
  }
  .dev-center{
    font-size: 14px;
    color: #3498db;
    margin-bottom: 10px;
  }
  .dev-center-2{
    font-size: 14px;
    color: #3498db;
    margin-bottom: 10px;
  }
  /* .location-india{
    margin-left: 4%;
  } */

  .form-group {
    position: relative;
    margin-bottom: 1.5rem;
  }

  .form-group label {
    position: absolute;
    top: 10px;
    left: 15px;
    transition: all 0.2s;
    pointer-events: none;
    color: #999;
  }

  .form-group input,
  .form-group textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .form-group input:focus,
  .form-group textarea:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 0.08rem #3498db;
  }

  .form-group input:focus + label,
  .form-group textarea:focus + label {
    top: -8px;
    font-size: 12px;
    color: #3498db;
    background-color: white;
    padding: 0 5px;
  }

  .form-group textarea {
    resize: vertical;
  }

  .btn-primary {
    margin-top: 1rem;
  }
  .btn-primary{
    background-color: #3498db;
  }
  form{
    margin-top: 10px;
  }
  .ofc-location-address{
    font-size: 14px;
  }

  .get-in-touch{
    font-weight: 600;
    color: #222222;
  }
  .ready-ro-talk{
    color: #222222 !important;
  }
  #successalert, #dangeralert{
    margin-top: 30px;
    display: none;
  }
  #successalert.show, #dangeralert.show{
    display: block;
  }