/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.flip-card-front, .flip-card-back {
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08)
  }
.flip-card-front {
    background: #fff;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius:30px;
	  color: black;
}


.flip-card-front .card-category {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border-radius: 30px!important;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
    border: none;
/*     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
	background: rgba(59, 130, 246, 0.15);
    color: #1d4ed8;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.card-media img{
	border-top-left-radius: 30px;
border-top-right-radius: 30px;
}
.front-content {
    margin-top: 30px;
}
.project-features {
	margin-bottom: 70px;
}

.flip-card {
  background-color: transparent;
  width: 290px;
  height: 450px;
  perspective: 1500px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
/*   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
	border-radius:30px!important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: white;
  transform: rotateY(180deg);
	padding:50px 20px 10px 20px;
}
.flip-card-back h1{
		color:#f2f2f2;
}
h3.back-title {
    font-size: 2rem;
    color: #fff;
}
.porto_btn_sec {
    background-color: #fff!important;
    text-transform: capitalize;
    padding: 15px 30px!important;
    color: #1d4ed8;
    letter-spacing: 1px;
    font-weight: 500;
	border-radius:50px;
}
a.porto_btn_sec {
    color: #1d4ed8;
}


/* .home-services-sec .box-image img {
    margin: 0 auto;
    max-width: 100%
    width: 15%!important;
} */
.home-services-sec .box-image{
background:blue;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}