.elementor-1398 .elementor-element.elementor-element-963e691{--display:flex;--min-height:200px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-1398 .elementor-element.elementor-element-cb971b3{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(5, 1fr);--gap:20px 20px;--row-gap:20px;--column-gap:20px;--grid-auto-flow:row;--overflow:hidden;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}body.elementor-page-1398:not(.elementor-motion-effects-element-type-background), body.elementor-page-1398 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:radial-gradient(at top center, #F3F3F3 0%, #9DC1FC 100%);}@media(max-width:1366px){.elementor-1398 .elementor-element.elementor-element-cb971b3{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-1398 .elementor-element.elementor-element-cb971b3{--e-con-grid-template-columns:repeat(2, 1fr);--grid-auto-flow:row;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-1398 .elementor-element.elementor-element-cb971b3{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}}/* Start custom CSS */@font-face {
    font-family: 'Fedrasans';
    src: url('https://dub.ai/wp-content/uploads/2024/09/FedraSansArabicAR-Bk-1.woff') format('woff2'),
         url('https://dub.ai/wp-content/uploads/2024/09/FedraSansArabicAR-Bk-2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

p.custom-card-description {
   font-family: "Fedrasans", Sans-serif;
}

  .custom-kiosk-card {
    background-color: white;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border: 1px solid rgba(229, 231, 235, 0.8);
    margin-bottom: 30px;
    height: 625px; /* Fixed height to ensure consistency */
    display: flex;
    flex-direction: column;
  }
  
  .custom-kiosk-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  }
  
  .custom-kiosk-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.01) 50%, rgba(0,0,0,0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
  }
  
  .custom-kiosk-card:hover:before {
    opacity: 1;
  }
  
  .custom-card-image-container {
    position: relative;
    overflow: hidden;
    height: 200px;
    flex-shrink: 0;
  }
  
  .custom-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.8s ease;
  }
  
  .custom-kiosk-card:hover .custom-card-image {
    transform: scale(1.05);
  }
  
  .custom-card-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 60%);
  }
  
  .custom-card-content {
    padding: 28px 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Allow content to grow and fill available space */
  }
  
  .custom-card-logo-container {
    position: absolute;
    top: -40px; /* Adjusted for larger logo */
    right: 24px;
    background-color: white;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border: 3px solid white;
    transition: transform 0.3s ease;
    z-index: 2;
  }
  
  .custom-kiosk-card:hover .custom-card-logo-container {
    transform: scale(1.05) rotate(5deg);
  }
  
  .custom-card-logo {
    width: 80px; /* Increased logo size */
    height: 80px; /* Increased logo size */
    object-fit: contain;
  }
  
  .custom-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: #1a202c;
    position: relative;
    display: inline-block;
    padding-top: 20px; /* Add space for the larger logo */
    font-family: "Fedrasans", Sans-serif!important;
  }
  
  .custom-card-title:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
    border-radius: 2px;
    transition: width 0.3s ease;
  }
  
  .custom-kiosk-card:hover .custom-card-title:after {
    width: 100%;
  }
  
  .custom-card-description {
    color: #4b5563;
    font-size: 1.2rem;
    line-height: 1.6;
    flex-grow: 1; /* This will push the button to the bottom */
    font-family: "Fedrasans", Sans-serif!important;
    margin-top: 10px;
  }
  
  .custom-card-button-container {
    margin-top: 20px; /* Space above the button */
    flex-shrink: 0; /* Prevent button from shrinking */
  }
  
  .custom-card-button {
    display: block;
    width: 100%;
    background: linear-gradient(to right, #2563eb, #3b82f6);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 14px 24px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: "Fedrasans", Sans-serif;
  }
  
  .custom-card-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #3b82f6, #1d4ed8);
    transition: left 0.5s ease;
    z-index: -1;
  }
  
  .custom-card-button:hover {
    box-shadow: 0 6px 15px rgba(59, 130, 246, 0.4);
    transform: translateY(-2px);
  }
  
  .custom-card-button:hover:before {
    left: 0;
  }
  
  /* Optional badge for featured items */
  .custom-card-badge {
    position: absolute;
    top: 16px;
    left: -32px;
    background: #ef4444;
    color: white;
    padding: 6px 40px;
    font-size: 0.8rem;
    font-weight: 600;
    transform: rotate(-45deg);
    z-index: 2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }


/* iPad Portrait and Landscape (768px to 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .custom-kiosk-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on iPad */
        gap: 25px;
    }
    
    .custom-kiosk-card {
        height: auto; /* Allow height to be flexible on iPad */
        min-height: 625px;
    }
}

/* iPad Pro (1024px to 1366px) */
@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .custom-kiosk-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on iPad Pro */
    }
}/* End custom CSS */