@import url("./sections/welcome.css");
@import url("./sections/about.css");
@import url("./sections/team.css");
@import url("./sections/contacts.css");
@import url("./sections/promotion.css");
@import url("./sections/testimonials.css");
@import url("./sections/clients.css");

@import url("./strip/partners.css");
@import url("./strip/classic.css");

@import url("./grid/grids.css");

@import url("./dragable.css");


@import url("./cards/imageCard.css");
@import url("./cards/verticalCard.css");
@import url("./cards/horizontalCard.css");

@import url("./titles.css");



@import url("./buttons/common.css");


.bi-rotate-90 {
    transform: rotate(90deg);
}

.bi-rotate-180 {
    transform: rotate(180deg);
}

.bi-rotate-270 {
    transform: rotate(270deg);
}

.bi-flip-horizontal {
  transform: scaleX(-1);
}

.bi-flip-vertical {
  transform: scaleY(-1);
}

.section-component .mbs-row {
    width: 100%;
    max-width: 1100px;
}

.gjs-one-bg {
    background-color: white !important;
}

.my-border{
    border: 1px solid white !important;
}
.padding-section-button{
    padding: 0% 5%;
}

.bg-whitee {
    background-color: white;
}

.padding-1pct{
    padding: 40px;
}

.margin-top-25 {
    margin-top:25px;
}


.margin-top-5 {
    margin-top:5px;
}

.bg-nonne{
    background: transparent;
}

.side-by-sdie-card-width{
    width:50vh;
}


.image-bottom-card-width{
    width:100%;
    max-width:33vh;
}

.margin-5 {
    margin: 5px;
}

.padding-5 {
    padding: 5px;
}

.padding-15 {
    padding: 15px;
}

.section-height {
    height:600px;
}

.margind-right-25 {
    margin-right: 25px;
}

.width-100 {
    width:100%;
    max-width:100%;
}

.height-100 {
    height:100%;
}

.width-70 {
    width:70%;
}

.width-50 {
    width:50%;
}

.width-30 {
    width:30%;
}

.width-33 {
    width:33%;
}

.width-20 {
    width:20%;
}

.width-25 {
    width:25%;
}

.height-60 {
    height:60%;
}

.height-70 {
    height:70%;
}

.padding-50 {
    padding:50px;
}

.padding-20 {
    padding:20px;
}

.padding-35 {
    padding:35px;
}

.padding-10 {
    padding:10px;
}

.gapp-1 {
    gap: 1rem;
}

.text-centerr{
    text-align: center;
}

.social-text-button{
    
}

.container {
    min-height: 30rem !important;
}
.strip-simple-height {
    padding: 5px 20px;
    height: auto;
}

.strip-simple-height .row,
.strip-simple-height .col {
    padding: 5px
} 

.height-100{
    height: 100%;
}

.boxImageSideBySideHeight {
    height: 500px;
}

.boxImageSideBySide {
    height: 500px;
    width: 100%;
}

.gjs-cell {
    height: 100%;
}



@media (max-width: 450px) {
    .side-by-sdie-card-width{
        width:100%;
    }

    .image-bottom-card-width {
        max-width:100%;
    }


    .boxImageSideBySideHeight{
        height:800;
    }
    
}

@media (min-width: 1200px) {
  .width-50-30 {
    width:50%;
  }
}

@media (min-width: 1920px) {
  .width-50-30 {
    width:50%;
  }
}


.left-blonde-image{
    background-image: url("/client_admin_api/lp/img/components/strips/blonde-winter-beach.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.strip-simple-bg-green {
    background-image: url("/client_admin_api/lp/img/components/strips/bench-feet.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-whitee {
  color: white;  
}

.bg-pink-custom {
  background-color: #ff6161 !important;
  color: white; /* optional for contrast */
}

.yellow-bg{
    background-color: #ffef98;
}

.green-bg {
    background-color: #3dd9af;
}


.card-bg {
    background-color: #333333;
}

.strip-image{
    height: 100%;
    width: 100%;
    object-fit: contain; 
    display: block;
}

.font-28 {
    font-size: 28px;
}

.font-32 {
    font-size: 32px;
}

.font-75 {
    font-size: 75px;
}

.bg-blackk{
    background-color: black;
}


.image-grid {
    width: 40px;
    height:40px;
}

.no-bg {
    background: transparent;
}

.side-by-side-left {
    padding: 10%;
}

.side-by-side-padding{
    padding: 5%;
}

.no-pd {
    padding: 0px;
}


/* ------------------------- */
/* Badge Sizes */
/* ------------------------- */

.badge-sm {
  font-size: 0.65rem; /* small text */
  padding: 0.25rem 0.5rem;
}

.badge-md {
  font-size: 0.85rem; /* medium text */
  padding: 0.35rem 0.75rem;
}

.badge-lg {
  font-size: 1rem; /* large text */
  padding: 0.5rem 1rem;
}

/* ------------------------- */
/* Shadow Utilities */
/* ------------------------- */

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.5) !important;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5) !important;
}


.badge {
    width: fit-content; 
}

.custom-image-badge {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 250px;
}
.custom-image-badge img {
    display: block;
    width: 100%;
    min-height: 200px;
    border-radius: 12px; /* optional rounded corners */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
}
.custom-image-badge img:hover {
    transform: scale(1.05);
}


.bi::before {
    vertical-align:inherit !important;
}


