     .box {
      margin-top: 15px;
      background-color: #3B5998;
      padding: 10px;
      width: 100%;
      justify-content: center;
      text-align: center;
    }

    .b2 {
      text-align: center;
      background-color: white;
      border-radius: 50px;
      width: 100%;
      padding: 3px;
    }

    .bttn {
      background-color: #DE811F;
      padding: 10px;
      color: white;
      border-color: #DE811F;
      border-radius: 10px;
    }

    .bttn a {
      color: white;
    }



    /* new reach us button */
    .button {
      padding: 10px 20px;
      font-size: 18px;
      text-align: center;
      cursor: pointer;
      outline: none;
      color: #3B5998;
      background-color: white;
      border: none;
      border-radius: 30px;
    }

    .button a {
      color: #3B5998 !important;
      font-family: "Montserrat", sans-serif !important;
      transition: 0.5s;
    }

    .button:hover {
      background-color: orange
    }

    .button:active {
      background-color: #3B5998;
      box-shadow: 0 5px #666;
      transform: translateY(4px);
    }

    .seven {
      font-size: 1.6rem !important;
      display: grid !important;
      place-items: center !important;
      border: 3px solid !important;
      padding: 0.5rem !important;
      border-image: linear-gradient(to left, rgb(43, 129, 243), rgb(231, 170, 2)) 1 0 !important;
    }

    .section-header h3::before {
      background: unset !important;
      margin: unset !important;
    }

    h3 {
      margin: unset !important;
    }


    .service-item img {
      border-radius: 5px;
    }

    .service-title {
      font-weight: 600;
      font-size: 1.25rem;
    }

    ul li {
      list-style-type: none;
    }

    .portfolio-item {
      margin-bottom: 30px;
    }

    .portfolio-item img {
      width: 100%;
      height: auto;
      border-radius: 10px;
    }

    .portfolio-item:hover .portfolio-overlay {
      opacity: 1;
    }

    .portfolio-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0;
      transition: opacity 0.3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 1.5rem;
      border-radius: 10px;
    }

    .section-title {
      text-align: center;
      margin-bottom: 50px;
    }


    .button1 {
      width: 200px;
      height: 50px;
      border-radius: 6px;
      background-color: #E68313;
      border: none;
      color: #FFFFFF;
      text-align: center;
      padding: 5px 20px 5px 20px;
      transition: all 0.5s;
      cursor: pointer;
      margin: 5px;
      box-shadow: 0 2px 2px #E68313;
    }

    .button1 span {
      cursor: pointer;
      display: inline-block;
      position: relative;
      transition: 0.5s;
    }

    .button1 span:after {
      content: '\00bb';
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
    }

    .button1:hover span {
      padding-right: 50px;
    }

    .button1:hover span:after {
      opacity: 1;
      right: 0;
    }



    .card-text	p {
    text-align: center;
        font-size:22px; font-weight:300; color:#222; letter-spacing:1px;
        text-transform: uppercase;
    
        display: grid;
        grid-template-columns: 1fr max-content 1fr;
        grid-template-rows: 17px 0;
        grid-gap: 15px;
        align-items: center;
    }
    
    .card-text p:after,.card-text p:before {
        content: " ";
        display: block;
        border-bottom: 1px solid #DE811F;
        border-top: 1px solid #DE811F;
        height: 3px;
      background-color:#f8f8f8;
    }
    
    .p-text:after {
        content: '';
        display: block;
        position: relative;
        width: 7%;
        border: 2px solid #FFAE5A;
        margin-top: 8px; } 
    
        .benefit-card {
            padding: 20px;
            border-radius: 10px;
            background-color: #f8f9fa;
            text-align: center;
            border: 1px solid #ddd;
            transition: transform 0.3s, box-shadow 0.3s;
          }
      
          .benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 16px 32px rgba(4, 4, 4, 0.1);
          }
      
          .benefit-card i {
            font-size: 40px;
            color: #007bff;
            margin-bottom: 15px;
          }
      
          .benefit-title {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
          }
      
          .benefit-description {
            font-size: 14px;
            color: #0f0f0f;
          }
    
       
            /* PROFIL */
            .blog .carousel-indicators {
              left: 0;
              top: auto;
                bottom: -40px;
            
            }
            
            /* The colour of the indicators */
            .blog .carousel-indicators li {
                background: #a3a3a3;
                border-radius: 50%;
                width: 8px;
                height: 8px;
                margin-bottom:10px;
                
            }
            
            .blog .carousel-indicators .active {
            background: #707070;
            margin-bottom:10px;
            }
            
            .our-team-section {
              position: relative;
              padding-top: 40px;
              padding-bottom: 40px;
            }
            .our-team-section:before {
              position: absolute;
              top: -0;
              left: 0;
              content: " ";
              background: url(img/service-section-bottom.png);
              background-size: 100% 100px;
              width: 100%;
              height: 100px;
              float: left;
              z-index: 99;
            }
            .our-team {
              padding: 0 0 40px;
              background: #f9f9f9;
              text-align: center;
              overflow: hidden;
              position: relative;
              border-bottom: 5px solid #0C2E8A;
            }
            
            
            .our-team .pic {
              display: inline-block;
              width: 160px;
              height: 160px;
              margin-bottom: 10px;
              z-index: 1;
              position: relative;
            }
            .our-team .pic:before {
              content: "";
              width: 100%;
              height: 100%;
              border-radius: 50%;
              background: #DE821F;
              position: absolute;
              bottom: 135%;
              right: 0;
              left: 0;
              opacity: 1;
              transform: scale(3);
              transition: all 0.3s linear 0s;
            }
            .our-team:hover .pic:before {
              height: 100%;
              background: ;
            }
            .our-team .pic:after {
              content: "";
              width: 100%;
              height: 100%;
              border-radius: 50%;
              background: #ffffff00;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 1;
              transition: all 0.3s linear 0s;
            }
            .our-team:hover .pic:after {
              background: #0C2E8A;
            }
            .our-team .pic img {
              width: 100%;
              height: 100%;
              border-radius: 50%;
              transform: scale(1);
              transition: all 0.9s ease 0s;
              box-shadow: 0 0 0 14px #f7f5ec;
              transform: scale(0.7);
              position: relative;
              z-index: 2;
            }
            .our-team:hover .pic img {
              box-shadow: 0 0 0 14px #f7f5ec;
              transform: scale(0.7);
            }
            .our-team .team-content {
              margin-bottom: 30px;
            }
            .our-team .title {
              font-size: 22px;
              font-weight: 700;
              color: #4e5052;
              letter-spacing: 1px;
              text-transform: capitalize;
              margin-bottom: 5px;
            }
            .our-team .post {
              display: block;
              font-size: 15px;
              color: #4e5052;
              text-transform: capitalize;
            }
            .our-team .social {
              width: 100%;
              padding-top: 10px;
              margin: 0;
              background: #2f2f2f;
              position: absolute;
              bottom: -100px;
              left: 0;
              transition: all 0.5s ease 0s;
            }
            .our-team:hover .social {
              bottom: 0;
            }
            .our-team .social li {
              display: inline-block;
            }
            .our-team .social li a {
              display: block;
              padding-top: 6px;
              font-size: 15px;
              color: #fff;
              transition: all 0.3s ease 0s;
            }
            .our-team .social li a:hover {
              color: #145889;
              background: #f7f5ec;
            }
            @media only screen and (max-width: 990px) {
              .our-team {
                margin-bottom: 10px;
              }
            }
            
               
       
            .button1 {
          width: 200px;
          height: 50px;
          border-radius: 6px;
          background-color: #E68313;
          border: none;
          color: #FFFFFF;
          text-align: center;
          padding: 5px 20px 5px 20px;
          transition: all 0.5s;
          cursor: pointer;
          margin: 5px;
          box-shadow: 0 2px 2px #E68313;
        }
        
        .button1 span {
          cursor: pointer;
          display: inline-block;
          position: relative;
          transition: 0.5s;
        }
        
        .button1 span:after {
          content: '\00bb';
          position: absolute;
          opacity: 0;
          top: 0;
          right: -20px;
          transition: 0.5s;
        }
        
        .button1:hover span {
          padding-right: 50px;
        }
        
        .button1:hover span:after {
          opacity: 1;
          right: 0;
        }
        

 
        .button1 {
      width: 200px;
      height: 50px;
      border-radius: 6px;
      background-color: #E68313;
      border: none;
      color: #FFFFFF;
      text-align: center;
      padding: 5px 20px 5px 20px;
      transition: all 0.5s;
      cursor: pointer;
      margin: 5px;
      box-shadow: 0 2px 2px #E68313;
    }
    
    .button1 span {
      cursor: pointer;
      display: inline-block;
      position: relative;
      transition: 0.5s;
    }
    
    .button1 span:after {
      content: '\00bb';
      position: absolute;
      opacity: 0;
      top: 0;
      right: -20px;
      transition: 0.5s;
    }
    
    .button1:hover span {
      padding-right: 50px;
    }
    
    .button1:hover span:after {
      opacity: 1;
      right: 0;
    }




    .submit{
      background-color: #3B5998;
      color:white;
      padding:5px 25px;
      border: solid 1px;
    }
    
    .submit:hover{
      background-color: #DF821F;
    }
    ul li 
  {
  list-style-type:none;
  }
  /* trainer profile */
  .wrapper{
     display: flex;
     justify-content: center;
     align-items: center;
     padding-top: 3%;
   }
   .user-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    width: 1200px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 20px -5px rgba(0,0,0,0.5);
  }
   
  .user-card:before {
     content: '';
     position: absolute;
     height: 300%;
     width: 310px;
     background: #DF811F;
     top: -122px;
     left: -266px;
     z-index: 0;
     transform: rotate(17deg);
   }
   
   .user-card-img {
     display: flex;
     justify-content: center;
     align-items: center;   
     z-index: 3;
     
   }
   
   .user-card-img img {
    margin-top: 36px;
     width: 300px;
     height: 300px;
     object-fit: cover;
       border-radius: 50%;
       border:  solid #3B5998;
       background: #ecf0f3;
    box-shadow: -3px -3px 7px #ffffff,
                 3px 3px 5px #ceced1;
   }
   
   .user-card-info {
     text-align: center;
   }
   
   .user-card-info h2 {
     font-size: 1.9em;
     margin: 0;
     margin-bottom: 10px;
     font-family: 'Bebas Neue', sans-serif;
     color: #DE821F;
   }
   
   .user-card-info p {
     font-size: 14px;
     margin-bottom: 2px;
   }
   .user-card-info p span {
    font-weight: 700;
    margin-right: 10px;
  }
   @media only screen and (min-width: 768px) {
     .user-card {
       flex-direction: row;
       align-items: flex-start;
     }   
     .user-card-img {
       margin-right: 20px;
       margin-bottom: 0;
     }
   
     .user-card-info {
       text-align: left;
     }
   }
  
   @media (max-width: 767px){
     .wrapper{
        padding-top: 3%;
     }
     .user-card:before {
        width: 300%;
        height: 200px;
        transform: rotate(0);
     }
     .user-card-info h2 {
        margin-top: 25px;
        font-size: 35px;
     }
     .user-card-info p span {
        display: block;
        margin-bottom: 15px;
        font-size: 18px;
     }
   }
   .button {
   background-color: #eee;
   border: none;
   padding: 0.8rem;
   font-size: 1rem;
   width: 12.2em;
   border-radius: 1rem;
   color: #3B5998 !important;
   box-shadow: 0 0.4rem #dfd9d9;
   cursor: pointer;
  }
  .button a{
    color: #3B5998 !important;
  }
  .button:active {
   color: white;
   box-shadow: 0 0.2rem #dfd9d9;
   transform: translateY(0.2rem);
  }
  
  .button:hover:not(:disabled) {
   background: #DE821F !important;
   color: white !important;
   text-shadow: 0 0.1rem #bcb4b4;
  }
  .button :hover {
   color: white !important;
  }
  
  .button a:hover:not(:disabled) {
   color: white !important;
  }
  
  .button:disabled {
   cursor: auto;
   color: grey;
  }
  
  .title {
    font-size: 2em;
    color: #ffffff;
    font-weight: 700;
  }
  
  .card-border{
    border: 1px solid;
    border-color: #3B5998 ;
    border-radius: 3px;
  }
  
  .card-border-blue{
    border: 1px solid;
    border-color: #e2e8f3 ;
    border-radius: 3px;
  }




	.submit{
		background-color: #3B5998;
		color:white;
		padding:5px 25px;
		border: solid 1px;
	}
	
	.submit:hover{
		background-color: #DF821F;
	}
	ul li 
{
list-style-type:none;
}
/* trainer profile */
.wrapper{
   display: flex;
   justify-content: center;
   align-items: center;
   padding-top: 3%;
 }
 .user-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
	width: 1200px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 20px -5px rgba(0,0,0,0.5);
}
 
.user-card:before {
   content: '';
   position: absolute;
   height: 300%;
   width: 310px;
   background: #DF811F;
   top: -122px;
   left: -266px;
   z-index: 0;
   transform: rotate(17deg);
 }
 
 .user-card-img {
   display: flex;
   justify-content: center;
   align-items: center;   
   z-index: 3;
   
 }
 
 .user-card-img img {
  margin-top: 36px;
   width: 300px;
   height: 300px;
   object-fit: cover;
   	border-radius: 50%;
     border:  solid #3B5998;
     background: #ecf0f3;
  box-shadow: -3px -3px 7px #ffffff,
               3px 3px 5px #ceced1;
 }
 
 .user-card-info {
   text-align: center;
 }
 
 .user-card-info h2 {
   font-size: 1.9em;
   margin: 0;
   margin-bottom: 10px;
   font-family: 'Bebas Neue', sans-serif;
   color: #DE821F;
 }
 
 .user-card-info p {
   font-size: 14px;
   margin-bottom: 2px;
 }
 .user-card-info p span {
	font-weight: 700;
	margin-right: 10px;
}
 @media only screen and (min-width: 768px) {
   .user-card {
     flex-direction: row;
     align-items: flex-start;
   }   
   .user-card-img {
     margin-right: 20px;
     margin-bottom: 0;
   }
 
   .user-card-info {
     text-align: left;
   }
 }

 @media (max-width: 767px){
   .wrapper{
      padding-top: 3%;
   }
   .user-card:before {
      width: 300%;
      height: 200px;
      transform: rotate(0);
   }
   .user-card-info h2 {
      margin-top: 25px;
      font-size: 35px;
   }
   .user-card-info p span {
      display: block;
      margin-bottom: 15px;
      font-size: 18px;
   }
 }
 .button {
 background-color: #eee;
 border: none;
 padding: 0.8rem;
 font-size: 1rem;
 width: 12.2em;
 border-radius: 1rem;
 color: #3B5998 !important;
 box-shadow: 0 0.4rem #dfd9d9;
 cursor: pointer;
}
.button a{
  color: #3B5998 !important;
}
.button:active {
 color: white;
 box-shadow: 0 0.2rem #dfd9d9;
 transform: translateY(0.2rem);
}

.button:hover:not(:disabled) {
 background: #DE821F !important;
 color: white !important;
 text-shadow: 0 0.1rem #bcb4b4;
}
.button :hover {
 color: white !important;
}

.button a:hover:not(:disabled) {
 color: white !important;
}

.button:disabled {
 cursor: auto;
 color: grey;
}

.title {
  font-size: 2em;
  color: #ffffff;
  font-weight: 700;
}

.card-border{
  border: 1px solid;
  border-color: #3B5998 ;
  border-radius: 3px;
}

.card-border-blue{
  border: 1px solid;
  border-color: #e2e8f3 ;
  border-radius: 3px;
}



.cnt-block {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.cnt-block img {
  transition: transform 0.3s ease-in-out;
}

/* Apply hover effect only to the image */
.cnt-block:hover img {
  transform: scale(1.1);  /* Example hover effect: zoom on hover */
}

/* Make sure the text is unaffected */
.cnt-block h2, .cnt-block h3, .cnt-block p {
  transition: none;
}


#media {
  height: 50px;
  width: 50px;
  bottom: 25px;
  position: fixed;
  left: 50px;
  z-index: 9999;
}


