
.team-container {
    margin-right: 10px;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
    margin-left: 10px;
}

.team {
  width: 300px;
  border: 2px solid #e3e3e3;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: white;
}

.team-content {
  transition: height 0.3s ease-in-out;
  height: 342px; /* Initial height */
}

.profile-image {
  width: 100%;
  border-bottom: 2px solid #e3e3e3;
}

.team-text {
  padding: 10px;
  text-align: center;
}
.team-text h3 {
  margin-top: 10px;
  font-family:Avenir Next LT W01 Bold;
  font-size:20px;
  color:#000;
  
  
}
.team-text h3 {
  margin: 10px 0 5px 0;
}
.team-description {
  font-size:16px;
}
.team-text .team-description {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
  color:#000;
}

.team-container:hover {
  transform: scale(1.05); /* Scale the whole team container */
}

.team:hover .team-content {
  height:470px; /* Final height */
  border:4px solid rgba(0, 173, 255, 1);
}

.team:hover .team-text .team-description {
  opacity: 1;
  max-height: 100px; /* Adjust based on the content */
  font-size: 16px;
  color:#000;
}



.super-deluxe-wrapper {
  width:1200px;
  height:730px;
  background:#F7F7F7;
  padding:64px 40px 64px 40px;
  border-radius:12px;
  margin:auto
}
.profile-box {
    width: 300px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.profile-box:hover {
    transform: scale(1.05);
    border-color: #007BFF;
}

.image-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.profile-box:hover .image-container img {
    transform: scale(1.1);
}

.profile-content {
    padding: 15px;
    text-align: center;
    background-color: white;
    transition: background-color 0.3s ease;
}

.profile-box:hover .profile-content {
    background-color: #007BFF;
  transform: scale(1.1);
}
.profile-content h5 {
    color: black;
    transition: color 0.3s ease;
}

.profile-box:hover .profile-content h5 {
    color: black;
}
.carousel-dots-teams {
  text-align: center;
  margin-top: 10px;
}
.headline a {
 color:#302ab2; 
   font-weight:bold;
}
.headline a:active {
 color:#302ab2; 
   font-weight:bold;
}
.headline a:hover {
 color:#302ab2; 
   font-weight:bold;
}
.headline a:visited {
 color:#302ab2; 
   font-weight:bold;
}
.headline {
  width:320px;
  height:370px;
  padding-left:25px;
  padding-right:25px;
  background:#fff;
  padding-bottom:25px;
}
.dot-teams {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
}
.dot-teams.active {
  background-color: #302ab2;
  
}
.carousel-container-teams {
    width: 976px;
    overflow: hidden;
    position: relative;
    margin: auto;
    padding-left: 6px;
    padding-right: 12px;
    padding-bottom: 20px;
}
  .carousel-items-teams {
    display: flex;
    transition: transform 0.5s ease;
    width:1240px;
    margin-top: 30px;
  }
.carousel-item-teams {
    display: inline-block;

    border-radius: 20px;
    padding: 0px;
    flex: 0 0 auto;
    width: 311px;
    margin-left: 25px/* Set the width of each carousel item */;
}
  .carousel-button-teams {
    position: absolute;
    top: 230px;
    transform: translateY(-50%);
    cursor: pointer;
  }
 .carousel-button-left-teams {
    left: -14px;
}
 .carousel-button-right-teams {
   right: -14px;
}

.content img {
 width:320px; 
}



.hdr {
 padding:20px 5px
}
.learn a {
 font-size:12px;
  color:#303ab2;
  font-weight:bold;
  margin-left:22px;
}
.flex-bottom {
  display:flex
}
.quote-image {
 width: 64px;
    margin-left: 42px; 
}
.quote-image img {
 width: 64px;
    margin-left: 22px; 
}
.container {
  position: relative;
  width: 1240px;
  margin: auto;
}
  .slide-control {
    position: absolute;
    top: 134px;
    cursor: pointer;
}
    .slide-left {
      left: 0;
      display:none;
      
    }
 .slide-left:hover {
      left: 0;
      display:none;
   background:#E9F3FD;
      
    }
    .slide-right {
     right: 25px;
      display:none;
    }
 .slide-right:hover {
      right: 25px;
      display:none;
   background:#E9F3FD;
    }
  
  .inner-container {
    overflow: hidden;
    width: 1152px;
    margin: auto
}
    .bottom {
      padding-bottom:12px;
    }
  

.slider-content ul li {
  display: inline-block;
  background: #f7f7f7;
  border-radius: 20px;
  padding: 0px;
  margin-right: 50px; 
  width:503px;
}
.slider-content ul li img {
  display: inline-block;
  
  padding: 0px;
  margin-right: 50px; 
  width:385px;
  border-top-left-radius: 20px 20px;
  border-top-right-radius: 20px 20px;
}
.slide-control {
  top: 145px!important;
 
  border-radius: 25px;
  
  
}
.col-container {
  display: flex;
  width: 100%;
}
.col {
  flex: 1;
  padding: 16px;
  background: #f7f7f7;
  margin-right:20px
}
#blox {
 
 
    margin: auto;
    width: 100%;
}
.quote-bubble {
  position:relative;
  top: -3px;
    left: 74px;
  width:24px;
  height:24px;
}
.quote-bubble2 {
  position:relative;
  top: -3px;
    left: 74px;
  width:24px;
  height:24px;
}
.title {
  font-size:24px;
  font-weight:bold;
  padding-left:40px;

}
.logo-area {
  display:flex
}
.blox-logo {
    border-radius: 80px;
    width: 80px;
}
.blox-logo img {
  border-radius:80px
}
.blox-logo2 img {
  border-radius:80px
}
.blox-logo2 {
    border-radius: 80px;
    width: 80px;
}
.copy {
  padding:20px 40px;
 
}
.portrait {
  margin-left:40px;
  width:48px;
  height:48px;
  border-radius:48px;
}
.portrait img {
  border-radius:48px !important;
}
.blox-person {
  font-weight:bold;
  padding-left:20px;
  padding-top:5px;
  width: 275px;
}
.blox-person span {
  font-weight:normal;
  font-size:12px;
}
.card-container {
            display: flex;
            gap: 20px;
        }
        .profile-card {
            width: 300px;
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s, background-color 0.3s;
            cursor: pointer;
        }
        .profile-image {
            width: 100%;
            height: auto;
        }
        .profile-info {
            padding: 10px;
            text-align: center;
            background-color: white;
            transition: background-color 0.3s;
        }
        .profile-card:hover {
            transform: scale(1.05);
        }
        .profile-card:hover .profile-info {
            background-color: #e0e0e0;
        }
.all-teams-heading {
  width:750px;padding:40px 0px;text-align:center;margin:auto
}
@media screen and (max-width:480px) {
.super-deluxe-wrapper {
        width: 360px;
        height: 840px;
        background: rgba(233, 243, 253, 1);
        padding: 64px 40px 64px 40px;
        border-radius: 12px;
        margin: auto auto 90px auto;
    }
  .all-teams-heading {
          width: 270px;padding:40px 0px;text-align:center;margin:auto
}
    .carousel-container-teams {
        width: 310px;
        overflow: hidden;
        position: relative;
        margin-left: -14px;
        margin-bottom: 90px;
    }
  .carousel-items-teams {
    display: flex;
    transition: transform 0.5s ease;
    width: 330px; 
   
            margin-left: -14px;
}
    .team-container {
        margin-right: 17px;
        display: inline-block;
        transition: transform 0.3s ease-in-out;
        margin-left: 13px;
    }
  .headline {
    width: 312px;
    height: 370px;
    padding-left: 25px;
    padding-right: 25px;
    background: #fff;
    padding-bottom: 25px;
    margin-left: 19px;
}
    .carousel-dots-teams {
        text-align: center;
        margin-top: 10px;
        /* margin-left: -100px; */
        width: 320px;
    }
  .carousel-item-teams {
    display: inline-block;
    
    border-radius: 20px;
    padding: 0px;
    flex: 0 0 auto;
    width: 351px;
    margin-left: 20px /* Set the width of each carousel item */;
    margin-bottom: 20px;
}
    .carousel-button-teams {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .carousel-button-left-teams {
    left: -11px;
    display:none !important;
  }
  .carousel-button-right-teams {
    left: 319px;
    display:none !important;
  }
  .hdr, .sub, .content {
 padding:10px 20px 0 20px
}
  .flex-bottom {
  display:flex;
    
}
.learn a {
 font-size:12px;
  color:#303ab2;
  font-weight:bold;
  margin-left:22px;
}
.quote-image {
 width: 64px;
   
}
.quote-image img {
 width: 64px;
  margin-left:0px
}
.container {
  position: relative;
  width: 1240px;
  margin: auto;
}
  .slide-control {
    position: absolute;
    top: 0;
    cursor: pointer;
}
    .slide-left {
      left: 0;
      display:none;
      
    }
 .slide-left:hover {
      left: 0;
      display:none;
   background:#E9F3FD;
      
    }
    .slide-right {
      right: 25px;
      display:none;
    }
 .slide-right:hover {
      right: 25px;
      display:none;
   background:#E9F3FD;
    }
  
  .inner-container {
    overflow: hidden;
    width: 1152px;
    margin: auto
}
    .bottom {
      padding-bottom:12px;
    }
  

.slider-content ul li {
  display: inline-block;
  background: #f7f7f7;
  border-radius: 20px;
  padding: 0px;
  margin-right: 50px; 
  width:503px;
}
.slider-content ul li img {
  display: inline-block;
  
  padding: 0px;
  margin-right: 50px; 
  width:385px;
  border-top-left-radius: 20px 20px;
  border-top-right-radius: 20px 20px;
}
.slide-control {
  top: 145px!important
 
  border-radius: 25px;
  
  
}
.col-container {
  display: flex;
  width: 100%;
}
.quote-bubble {
    height: 24px;
    left: 182px;
    position: relative;
    top: 26px;
    width: 25px;
}
  .logo-area {
  display:block
}
  .blox-logo {
    border-radius: 80px;
   width: 80px;
    margin:auto
}
   .blox-logo2 {
    border-radius: 80px;
   
   width: 140px;
}
  .quote-bubble2 {
    height: 24px;
    left: 74px;
    position: relative;
    top: -3px;
    width: 25px;
}
  .portrait {
    border-radius: 48px;
    height: 48px;
    margin-left: 40px;
    width: 64px;
}
 .col-container {
  display: block;
  width: 100%;
   margin-top:20px
}
  .col {
    background: #f7f7f7;
    flex: 1;
    margin-right: 20px;
    padding: 16px;
    margin-top: 20px;
    margin-left: 20px;
}
  .bottom {
    padding-bottom:20px
  }
  .title {
  font-size:24px;
  font-weight:bold;
  padding-left:20px;

}
} 