/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/



/* Light – weight 300 */
@font-face {
  font-family: 'ver';
  src: url('fonts/ver-light.woff2') format('woff2'),
       url('fonts/ver-light.woff')  format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Regular – weight 400 */
@font-face {
  font-family: 'ver';
  src: url('fonts/ver-regular.woff2') format('woff2'),
       url('fonts/ver-regular.woff')  format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Semi-Bold – weight 600 */
@font-face {
  font-family: 'ver';
  src: url('fonts/ver-semibold.woff2') format('woff2'),
       url('fonts/ver-semibold.woff')  format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Bold – weight 700 */
@font-face {
  font-family: 'ver';
  src: url('fonts/ver-bold.woff2') format('woff2'),
       url('fonts/ver-bold.woff')  format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.tlg-features-list h3.h3 {
    color: #A0A9B2;
    font-size: 19.4px;
    font-weight: 500;
    letter-spacing: -0.7px;
}

.tlg-features-list h3.h3 strong {
    font-weight: 500;
    color: #111;
}

.key-feat h5.h5 {
    line-height: 1.3em;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: 500;
    
}

span.subtitle-feat {
    color: #a0a9b2;
    font-size: 19px;
} 
.leader-text.text-lead p {
    font-size: 26px;
    line-height: 1.46em;
}

.super-h small.heading-foreword.text-small {
    font-size: 17px;
    font-weight: 600 !important;
    display: block;
    margin-bottom: 50px;
    color: #855FB1;
    letter-spacing: 0px;
}






.tech-table dl {
    margin-left: 0;
}

.tile-subtext p{
  font-size:16px;
  line-height:1.3em;
}

.tile-feature .heading-text .text-top-reduced p {
    margin-top: 4px;
}



.thermo-carousel-wrapper {
  position: relative;

  overflow: visible;
  
}


   .thermo-carousel {
  position: relative; /* ← allows absolute positioning inside */
  padding-bottom: 80px; /* ← leaves space for arrows */
}

.thermo-carousel-wrapper .owl-nav {
  position: absolute;
  right: 1rem;
  bottom: 0rem;
  display: flex;
  gap: 0.5rem;
  width:88px;

} 

.thermo-carousel-wrapper .owl-carousel .owl-nav div {
  background-color: rgba(160, 169, 178, 0.3);
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  color: #Fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color ease-in-out .15s;

}
 
.thermo-carousel-wrapper .owl-carousel .owl-nav .disabled {
  background-color: rgba(160, 169, 178, 0.1);
  
}

.thermo-carousel-wrapper .owl-nav .owl-prev:hover, .thermo-carousel-wrapper .owl-nav .owl-next:hover {
  background-color: rgba(160, 169, 178, 0.6);
}

.thermo-slide {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    
    overflow: hidden;
    
    height: 300px;
    width: 400px;
    margin:0;
    padding:0;
    box-sizing: border-box;
}


.thermo-carousel-wrapper .owl-nav .owl-prev {
  background: rgba(160, 169, 178, 0.3);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS4wMDA2NyAxLjU0OTk5TDIuMDAwMzYgOC41NTAyOUw5LjAwMDY3IDE1LjU1MDYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}

.thermo-carousel-wrapper .owl-nav .owl-next {
  background: rgba(160, 169, 178, 0.3);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS4wMDAzMSAxLjU0OTk5TDguMDAwNjIgOC41NTAyOUwxLjAwMDMxIDE1LjU1MDYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
}


.thermo-carousel-wrapper .owl-nav .owl-prev:hover, .thermo-carousel-wrapper .owl-nav .owl-next:hover {
  background-color: rgba(160, 169, 178, 0.6);
}


.thermo-slide__image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
    height: 100%;
    background: #f5f5f7;
  border-radius: 15px;
}

.owl-carousel .thermo-slide__image-wrapper img {
  width: 100%;
  height:100%;
  display: block;
  object-fit: cover;
}

.thermo-slide__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.1), rgba(0,0,0,0));
  pointer-events: none;
  z-index: 1;
}

.thermo-slide__caption {
    padding: 36px 24px;
    transition: all 0.3s ease;
}

/* default: caption below image */
.thermo-carousel:not(.inside-caption) .thermo-slide__caption {
  position: static;
  background: none;
  color: #333;
}

/* inside-caption mode */
.thermo-carousel.inside-caption .thermo-slide__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  color: white;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.0), transparent);
}



.is-1x1 {
    width:360px;
}

.is-9x16 {
    width:280px;

}

.is-2x1 {
    width:570px;
}
.container-car {
  width:100%;
  max-width:1600px;
  margin-inline: auto;
  position: relative;
  
}

h5.thermo-slide__title {
    font-family: inter;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.5px;
    width: 95%;
    margin:0;
}

.thermo-carousel:not(.inside-caption)  .thermo-slide {
height:auto;
}

.thermo-carousel:not(.inside-caption)  .thermo-slide .thermo-slide__image-wrapper {
  
height:360px;

}

.thermo-carousel:not(.inside-caption)  .thermo-slide__caption {
    padding: 16px 16px;
    transition: all 0.3s ease;
}

.thermo-carousel:not(.inside-caption)  .thermo-slide__caption h5.thermo-slide__title {
    font-family: inter;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #A0A9B2;
    margin:0;
}

.thermo-carousel:not(.inside-caption)  .thermo-slide__caption h5.thermo-slide__title strong {
font-weight:500;
color:#181818;

}



.feature-head {
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 30px;
}

.uncont > .feature-head { margin-right:50px; }
.uncont > :nth-last-child(1 of .feature-head) { margin-right:0; }

.feature-head .text-small.text-top-reduced p {
  margin-top:3px;
  font-size:14px;
}

.smaller-features .tile-feature .text-small.text-top-reduced p {
    line-height: 1.3em;
    margin-top: 6px;
}
.tech-table dl {
    margin-left: 0;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    min-height: 84px;
}
 
.feature-with-sub .text-small.text-top-reduced p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.3em;
}

.light-tech .tech-table dl dd {
    font-size: 14px;
    line-height: 1.3em;
    color: #9aa2a9;
}

.light-tech .tech-table dl dt {color: #5c6065;font-weight: 500;font-size: 14px;}

.light-tech h4 {
    font-size: 16px;
}


    .logo-grid {
      display: flex;
      flex-wrap: wrap;        /* allows wrapping into multiple rows */
      justify-content: space-between; /* centers the row */
      gap: 20px;              /* equal spacing between images */
    }
    .logo-grid img {
      max-height: 26px;       /* constrain height */
      width: auto;            /* keep aspect ratio */
      flex-shrink: 0;         /* prevent shrinking below size */
    }
    .logo-grid.dense img {
    max-height: 24px;
}

    .logo-grid.left  {
    justify-content: left;
}

.icon-box.icon-box-left.icon-box-space-reduced.icon-list-features {
    margin-top: 12px !important;
}