﻿/* general CSS */

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,400;0,500;0,600;1,700&display=swap');

@font-face {
    font-family: 'ClashDisplay-Medium';
    src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
        url('../fonts/ClashDisplay-Medium.woff') format('woff'),
        url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
        font-weight: 500;
        font-display: swap;
        font-style: normal;
}

:root {
    --text-font:'Archivo', sans-serif;
    --title-font: 'Clash Display', sans-serif;
}

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    color: #231f20;
    font-size: 16px;
    background-color: #fff;
    font-family: var(--text-font);
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6{
   font-family: var(--title-font) ;
}

/* Menu bar */

.topa {
    display: inline-block;
    background: #FF5454;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    position: fixed;
    bottom: 3%;
    right: 5%;
    z-index: 9;
}

/*.navbar {
    padding: 0px 25px;
}*/

.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:focus, .navbar .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #0f4693;
    border-radius: 5px;
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #0f4693;
}

.navbar .navbar-nav > li > a.nav-link {
    color: #050817;
    padding: 20px 20px;
    font-size: 14px;
    line-height: 30px;
    font-family: var(--text-font);
}

.navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover {
        color: #0f4693;  
}

.dropdown-menu > a:focus, .dropdown-menu > a:hover {
    color: white;
    text-decoration: none;
    background-color: #231f20;
}

.dropdown-menu{
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-item {
    padding: 0.5rem 1.5rem;
}

.dropdown-menu.ser-menu-content::before {
    content: " ";
    position: absolute;
    display: block;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 0.5em solid #fff;
    z-index: 1001;
    opacity: 1;
    top: -8px;
    left: 45%;
    /*  margin-left: 30px;*/
}

.dropdown-menu::before {
    content: " ";
    position: absolute;
    display: block;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 0.5em solid #fff;
    z-index: 1001;
    opacity: 1;
    top: -8px;
    left: 70%;
    /*  margin-left: 30px;*/
}

.navbar-nav .dropdown-menu{
    left: -100px;
    top: 77px;
    padding-left: 25px;
}

.menu-drp-arrow{
    position: relative;
    top: 1px;
    left: 5px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #c93e39;
}

.menu-dropbtn:focus, .menu-dropbtn:hover{
    color: #c93e39;
}


.menu-drpdwn {
    position: relative;
    display: inline-block;
}

.menu-drpdwn:focus::after {
    content: " ";
    position: absolute;
    display: block;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 0.5em solid #fff;
    z-index: 1001;
    opacity: 1;
    top: 72px;
    margin-left: 50px;
}

.contact-btn-nav-link{
    margin-top: 14px;
    margin-bottom: 14px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 80px;
    background-color: #fff;
    min-width: 220px;
    z-index: 1;
    border-radius: 0px 0px 12px 12px;
    box-shadow: 0px 32px 48px 0px #00000066;
    left: -100px;
}

a.dropdown-item{
    padding: 0.2rem 1rem !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.dropdown-menu a {
    padding: 0.2rem 0.7rem;
    color: #231f20;
    text-decoration: none;
    display: block;
    border-radius: 0px;
    border-left: 1px solid rgb(116 120 138 / 40%);
/*    margin-left: 15px;*/
    margin-top: 5px;
    margin-bottom: 5px;
}

a.dropdown-item.main-menu-drpdwn-menu{
    color: #ffffff !important;
    border: 0px !important;
    background-color: #231f20 !important;
    border-radius: 0px;
    border-radius: 8px 0px 0px 8px !important;
    height: 56px !important;
    line-height: 50px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.dropdown-menu a:hover {
    background-color: transparent;
    color: #c93e39;
    border-left: 1px solid #c93e39;
    text-decoration: none;
}
.header_menu_active{
    background-color: transparent !important;
    color: #c93e39 !important;
}

.menu-dropdown:hover .menu-dropbtn {
    background-color: transparent;
}

.header-menu-nav-pills{
    padding-bottom: 20px;
}

.header-menu-nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff !important;
    border: 0px !important;
    background-color: #231f20 !important;
    border-radius: 0px;
    border-radius: 8px 0px 0px 8px !important;
    height: 56px !important;
    line-height: 50px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.header-menu-nav-pills{
    border-bottom: 0px solid !important;
    background-color: #F8F9FA !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0px 0px 0px 12px;
}

.ser-menu-content.dropdown-menu{
    width: 1000px;
    position: absolute;
    left: 200px !important;
    z-index: 9 !important;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px 0px 12px 12px;
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        z-index: 9;
    }
}

.header-menu-nav-pills .nav-link{
    color: #050817;
    border: 0px !important;
    background-color: transparent;
    border-radius: 0px;
    border-radius: 8px 0px 0px 8px !important;
    height: 56px !important;
    line-height: 50px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.header-menu-nav-pills .nav-link:hover{
    color: #ffffff !important;
    border: 0px !important;
    background-color: #231f20 !important;
    border-radius: 0px;
    border-radius: 8px 0px 0px 8px !important;
    height: 56px !important;
    line-height: 50px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.sub_menu_active{
    background-color: transparent !important;
    color: #c93e39 !important;
    border-left: 1px solid #c93e39 !important;
}

.menu_active{
    color: #ffffff !important;
    border: 0px !important;
    background-color: #231f20 !important;
    border-radius: 0px;
    border-radius: 8px 0px 0px 8px !important;
    height: 56px !important;
    line-height: 50px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

a.sub_menu_class {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* general css*/



/* Buttons */

.btn-white {
    color: black !important;
    background-color: white;
    border-radius: 2px;
    font-weight: bold;
    padding: 5px 10px;
}

.btn-white:hover, .btn-white:focus {
    box-shadow: 5px 5px 15px 7px black;
    border: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

/* Tables */




/* Data tables */

/* End of  general css */

p strong {
    font-weight: bold !important;
    color: #707070 !important;
}
ul li, ol li{
/*    padding-bottom: 5px;*/
}

/* Padding */

.p0{
    padding:0px;
}

.p5{
    padding:5px;
}

.p10{
    padding:10px;
}

.p15{
    padding:15px;
}

.p20{
    padding:20px;
}

.p25{
    padding:25px;
}

.p30{
    padding:30px;
}

.p35{
    padding:35px;
}

.p40{
    padding:40px;
}

.p45{
    padding:45px;
}

.p50{
    padding:50px;
}

/* end of padding */

/* padding Top */

.pt0{
    padding-top:0px;
}

.pt5{
    padding-top:5px;
}

.pt7{
    padding-top:7px;
}

.pt10{
    padding-top:10px;
}

.pt13{
    
    padding-top:13px;
}

.pt15{
    padding-top:15px;
}

.pt20{
    padding-top:20px;
}

.pt25{
    padding-top:25px;
}

.pt30{
    padding-top:30px;
}

.pt35{
    padding-top:35px;
}

.pt40{
    padding-top:40px;
}

.pt45{
    padding-top:45px;
}

.pt50{
    padding-top:50px;
}

/* end of padding Top */

/* padding bottom */

.pb0{
    padding-bottom:0px;
}

.pb1{
    padding-bottom:1px;
}

.pb5{
    padding-bottom:5px;
}

.pb7{
    padding-bottom:7px;
}

.pb10{
    padding-bottom:10px;
}

.pb11{
    padding-bottom: 11px;
}

.pb15{
    padding-bottom:15px;
}

.pb20{
    padding-bottom:20px;
}

.pb25{
    padding-bottom:25px;
}

.pb30{
    padding-bottom:30px;
}

.pb35{
    padding-bottom:35px;
}

.pb40{
    padding-bottom:40px;
}

.pb45{
    padding-bottom:45px;
}

.pb50{
    padding-bottom:50px;
}

/* end of padding bottom */

/* padding right */

.pr0{
    padding-right:0px;
}

.pr5{
    padding-right:5px;
}

.pr10{
    padding-right:10px;
}

.pr15{
    padding-right:15px;
}

.pr20{
    padding-right:20px;
}

.pr25{
    padding-right:25px;
}

.pr30{
    padding-right:30px;
}

.pr35{
    padding-right:35px;
}

.pr40{
    padding-right:40px;
}

.pr45{
    padding-right:45px;
}

.pr50{
    padding-right:50px;
}

/* end of padding right */

/* padding left */

.pl0{
    padding-left:0px;
}

.pl5{
    padding-left:5px;
}

.pl10{
    padding-left:10px;
}

.pl15{
    padding-left:15px;
}

.pl20{
    padding-left:20px;
}

.pl25{
    padding-left:25px;
}

.pl30{
    padding-left:30px;
}

.pl35{
    padding-left:35px !important;
}

.pl40{
    padding-left:40px;
}

.pl45{
    padding-left:45px;
}

.pl50{
    padding-left:50px;
}

.px1{
    padding-left: 1px;
    padding-right: 1px;
}

/* end of padding left */

/* Margin */

.m0{
    margin:0px;
}

.m5{
    margin:5px;
}

.m10{
    margin:10px;
}

.m15{
    margin:15px;
}

.m20{
    margin:20px;
}

.m25{
    margin:25px;
}

.m30{
    margin:30px;
}

.m35{
    margin:35px;
}

.m40{
    margin:40px;
}

.m45{
    margin:45px;
}

.m50{
    margin:50px;
}

/* end of margin */

/* margin top */

.mt0{
    margin-top:0px;
}

.mt5{
    margin-top:5px !important;
}

.mt10{
    margin-top:10px;
}

.mt13{
    margin-top: 13px;
}

.mt15{
    margin-top:15px;
}

.mt20{
    margin-top:20px;
}

.mt25{
    margin-top:25px;
}

.mt30{
    margin-top:30px;
}

.mt35{
    margin-top:35px;
}

.mt40{
    margin-top:40px;
}

.mt45{
    margin-top:45px;
}

.mt50{
    margin-top:50px;
}

.mt--1{
    margin-top: -1px;
}

/* end of margin top */

/* margin bottom */

.mb0{
    margin-bottom:0px;
}

.mb5{
    margin-bottom:5px;
}

.mb10{
    margin-bottom:10px;
}

.mb15{
    margin-bottom:15px;
}

.mb20{
    margin-bottom:20px;
}

.mb25{
    margin-bottom:25px;
}

.mb30{
    margin-bottom:30px;
}

.mb35{
    margin-bottom:35px;
}

.mb40{
    margin-bottom:40px;
}

.mb45{
    margin-bottom:45px;
}

.mb50{
    margin-bottom:50px;
}

/* end of margin bottom */

/* margin right */

.mr0{
    margin-right:0px;
}

.mr5{
    margin-right:0px;
}

.mr10{
    margin-right:10px;
}

.mr15{
    margin-right:15px;
}

.mr20{
    margin-right:20px;
}

.mr25{
    margin-right:25px;
}

.mr30{
    margin-right:30px;
}

.mr35{
    margin-right:35px;
}

.mr40{
    margin-right:40px;
}

.mr45{
    margin-right:45px;
}

.mr50{
    margin-right:50px;
}

/* end of margin right */

/* margin left */

.ml0{
    margin-left:0px;
}

.ml5{
    margin-left:5px;
}

.ml10{
    margin-left:10px;
}

.ml15{
    margin-left:15px;
}

.ml20{
    margin-left:20px;
}

.ml25{
    margin-left:25px;
}

.ml30{
    margin-left:30px;
}

.ml35{
    margin-left:35px;
}

.ml40{
    margin-left:40px;
}

.ml45{
    margin-left:45px;
}

.ml50{
    margin-left:50px;
}

/* end of margin left */

/* font Size */

.fs-smaller{
    font-size: smaller;
}

.fs10{
    font-size: 10px !important;
}

.fs11{
    font-size: 11px !important;
}

.fs12{
    font-size: 12px !important;
}

.fs13{
    font-size: 13px !important;
}

.fs14{
    font-size: 14px !important;
}

.fs15{
    font-size: 15px !important;
}

.fs16{
    font-size: 16px !important;
}

.fs17{
    font-size: 17px !important;
}

.fs18{
    font-size: 18px !important;
}

.fs19{
    font-size: 19px !important;
}

.fs20{
    font-size: 20px !important;
}

.fs21{
    font-size: 21px !important;
}

.fs22{
    font-size: 22px !important;
}

.fs25{
    font-size: 25px !important;
}

.fs30{
    font-size: 30px !important;
}

/* end of font size */

/* Line Height */

.lh10{
    line-height: 10px;
}

.lh15{
    line-height: 15px;
}

.lh16{
    line-height: 16px;
}

.lh20{
    line-height: 20px;
}

.lh22{
    line-height: 22px;
}

.lh25{
    line-height: 25px;
}

.lh30{
    line-height: 30px;
}

.lh35{
    line-height: 35px !important;
}

.lh40{
    line-height: 40px;
}

.lh45{
    line-height: 45px;
}

.lh50{
    line-height: 50px;
}

/* End of Line Height */

.h41{
    height: 41px;
}

/* border radius */

.border-radius-0{
    border-radius: 0px !important;
}

.border-radius-5{
    border-radius: 5px !important;
}

.border-radius-10{
    border-radius: 10px;
}

.border-radius-12{
    border-radius: 12px;
}

.border-radius-15{
    border-radius: 15px;
}

.border-radius-20{
    border-radius: 20px;
}

.border-radius-25{
    border-radius: 25px;
}

.border-radius-30{
    border-radius: 30px;
}

.border-radius-35{
    border-radius:-35px;
}

.border-radius-40{
    border-radius: 40px;
}

.border-radius-45{
    border-radius: 45px;
}

.border-radius-50{
    border-radius: 50px;
}

/* End of the border radius */

/* text colors */

.text-red{
    color: #c93e39;
}

.text-black{
    color: #000;
}

.text-darkk{
    color: #2B2B2B;
}

.text-grey{
    color: #707070 !important;
}

.text-midgrey{
    color: #676767 !important;
}

.text-greylite{
    color: #AAAAAA !important;
}

.text-orange{
    color: #c93e39 !important;
}

.text-orange:hover, .text-orange:focus{
    color: #c93e39;
}

.bg-grey{
    background-color: #efefef !important;
}

/* end of text colors */

.font-weight-500{
    font-weight: 500 !important;
}

/* text decoration underline */

.text-decoration-underline{
    text-decoration: underline !important;
}

.text-decoration-none{
    text-decoration: none !important;
}

/* end of text decoration underline */

.web-color-black{
    color: #231f20;
}

.web-color-light-black{
    color: #050817;
}

.web-bg-color{
    background-color: #231f20;
}

.web-color-orange{
    color: #c93e39;
}

.web-border-bottom{
    border-bottom: 1px solid #c93e39;
}

.transparent-btn{
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff;
    height: 42px;
}

.transparent-btn:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff;
}

.transparent-btn-lg{
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff;
    height: 52px;
}

.transparent-btn-lg:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff;
}

.web-btn{
    background-color: #c93e39 !important;
    color: #fff !important;
    border-color: #c93e39 !important;
    height: 42px;
    line-height: 30px;
}

.web-btn:hover {
    color: #fff !important;
    background-color: #f0464b;
    border-color: #f0464b;
    border-radius: 3px;
}

.web-btn-lg{
    background-color: #c93e39;
    color: #fff !important;
    border-color: #c93e39;
    height: 52px;
    line-height: 38px;
    font-weight: 700;
    width: 172px;
    border-radius: 4px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.web-btn-lg i{
    padding-left: 35px;
}

.web-btn-lg:hover {
    color: #fff !important;
    background-color: #f0464b;
    border-color: #f0464b;
    border-radius: 3px;
}

.web-btn1-lg{
    background-color: #231f20;
    color: #fff !important;
    border-color: #231f20;
    height: 52px;
    line-height: 38px;
    font-weight: 700;
    width: 172px;
    border-radius: 4px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.web-btn1-lg:hover {
    color: #fff !important;
    background-color: #414141;
    border-color: #414141;
    border-radius: 3px;
}


.ld-btn{
    background-color: #c93e39;
    color: #fff !important;
    border-color: #c93e39;
    line-height: 30px;
}

.h1head{
    font-size: 56px;
    line-height: 65px;
    font-family: var(--title-font);
} 

.opacity60{
    opacity: 60%;
}

.opacity80{
    opacity: 80% !important;
}

.overflow-x-auto{
   overflow-x: auto; 
}
.horizontal-scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.horizontal-scroll::-webkit-scrollbar {
    display: none;
}
.horizontal-scroll {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fa9683;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 72 36 / 12%);
}

/*media Queries*/



/* for medium screen */

@media (max-width:576px){
    .horizontal-scroll-xs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .horizontal-scroll-xs::-webkit-scrollbar {
        display: none;
    }
    .horizontal-scroll-xs {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
    .border-radius-xs-0 {
        border-radius: 0px;
    }
}

@media (max-width:768px){
    .horizontal-scroll-sm {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .horizontal-scroll-sm::-webkit-scrollbar {
        display: none;
    }
    .horizontal-scroll-sm {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
}


@media (min-width:992px) and (max-width:1199px) {



}


/* for small screen */

@media (min-width:768px) and (max-width:991px) {



}



/* for Ipad */

@media (width:768px) and (height:1024px) {


    
}

@media (min-width: 992px){
    .col-lg-2-5 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }
}



/* for mobile screen landscape */

@media (min-width:577px) and (max-width:767px) {


    
}


/* for mobile screen portrait */

@media (min-width:300px) and (max-width:576px) {


    
}


   .bg-none{
        background:none !important;
    }
  .icon-list { list-style: none; padding-left: 1.5rem; }
.icon-list li {
  position: relative;
  padding-left: 1.25rem; /* space for icon */
}
.icon-list li::before{
  content: "\f124";
  font-family: "FontAwesome";
  font-weight: 900; /* required for "solid" weight */
  position: absolute;
  color:#c93e39 ;
  left: 0;
  top: 0.05rem;
  font-size: 17px;
}


.project-contents {
    color: #050817;
    font-family: "Archivo", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0px;
}

    .icon-list>li
 {
    font-family: "Archivo", sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 30px !important;
    margin-bottom: 11px !important;
}

/*flip card*/
.rounded-top-4 {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
  }
  .rounded-all-4 {
    border-radius: 45px;
    border: none;
  }
 
  .fs-1 {
    font-size: 48px;
  }
  .bg-gray {
    background-color: #f1f4f9;
  }
  .bg-gray-medium {
    background-color: #ebeef3;
  }
  .text-red {
    color: #c93e39;
  }
  .custom-gutter {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-gutter > [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
    display: flex;
  }

  /* Flip Box Styles */
 /* Flip Box Styles */


/* General Card Styles */
 .font-body {
   font-family: "Archivo", sans-serif;
  font-size: clamp(10px, 1.8vw, 15px) !important; /* 👈 min 10px on mobile */
  font-weight: 400;
  line-height: clamp(14px, 2.5vw, 24px) !important; /* 👈 min line-height adjusted too */
  }
  .flip-box-front h5 {
  font-family: "Archivo", sans-serif;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
  line-height: clamp(20px, 2.5vw, 26px);
  text-align: center;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}
.flip-box {
  background-color: transparent;
  width: 100%;
  perspective: 1000px;

  
}

.flip-box-inner {
  position: relative;
  width: 100%;
  min-height: 230px;
  text-align: center;
  transition: transform 0.7s;
  transform-style: preserve-3d;
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 padding: clamp(10px, 2vw, 24px);
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.flip-box-front {
    
    background-color: #f1f4f9;
    color: #000;
}

.flip-box-back {
   
  background-color: #f1f4f9;
  color: #000;
  transform: rotateY(180deg);
  box-shadow: 0 0 15px rgba(226, 37, 42, 0.4);
   
}
.flip-box-front::before,.flip-box-back::before{
        content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(230, 57, 70, 0.12), transparent 60%);
    pointer-events: none;
    border-radius: 15px;
}

.flip-box-front i {
  font-size: 48px;
  color: #c93e39;
  margin-bottom: 15px;
}
.flip-box.active {
  box-shadow: 0 0 25px #e2252a;
}


/* Desktop Hover */
@media (hover: hover) {
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
}

/* Mobile Tap */
@media (hover: none) {
  .flip-box.flip-active .flip-box-inner {
    transform: rotateY(180deg);
  }
}

/* Optional responsive heights */
@media (max-width: 767px) {
  .flip-box-inner {
    min-height: 200px;
  }
}




