 /* ---------------------------------
   HERO WRAPPER
--------------------------------- */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 90px 8%;
  display: flex;
  align-items: center;

  /* Background image */
  background-image: url("https://staging.bizversions.com/wp-content/uploads/2025/12/banner-1.jpg");
  background-size: cover;
  background-position: center right;

  overflow: hidden;
}

/* ---------------------------------
   CONTENT BLOCK
--------------------------------- */
.hero-content {
  position: relative; /* above overlay */
  z-index: 2;
  /* max-width: 480px; */
  color: #fff;
  margin-top: 5rem;
}

.hero-content h1 {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 40px;
      width: 600px;
}

.hero-content p {
 font-size: 20px;
    color: #fff;
    line-height: 1.5;
    width: 480px;
    font-family: "Test Sohne", sans-serif;
}

/* ---------------------------------
   Category
--------------------------------- */


.industries-category
{
  padding:7rem 0px 6rem 0px;
}
h2.fw-bold {
    text-align: center;
    font-size: 40px;
    margin-bottom:30px;
}
p.text-muted.mb-0 {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-family: "Test Sohne", sans-serif;
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px 0px 0px;
}
.blog-grid1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 50px;
    margin: 20px 25px 50px 25px;
}
.blog-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .18s ease;
}
/* Add extra spacing only for 2nd row */
.blog-grid1 > *:nth-child(n+4) {
    margin-top: 30px;
	margin-bottom:3rem;
}
.category-info {
    height: 100%;
    padding: 40px;
    position: relative;
}
#categories {
    margin-bottom: 30px;
}
.category-read-more {
   
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 0;
}
img.category-img1,
img.category-img2,
img.category-img3,
img.category-img4,
img.category-img5,
img.category-img6,
img.category-img7,
img.category-img8
{
	width: 55px;
}
.category-info
{
  text-align: left;
  /* box-shadow: 0 0 16px rgb(0 0 0 / 16%) !important; */
  /* box-shadow: 0 0 16px rgba(30, 102, 251, 0.7) !important; */
  background: #ffffff;
  border: 1px solid #e6edf7;
  border-radius: 4px;
  padding: 28px 26px;
  height: 100%;

  box-shadow: 0 0 12px rgba(30, 102, 251, 0.08);
  transition: all 0.3s ease;
}
[class*="icono"] {
  color:#333 !important;
}
h4.category-heading {
    margin: 30px 0px;
}
p.category-description {
    line-height: 1.5;
    margin-bottom: 30px;
}
i.icono-arrow1-left-up
 {
    margin-left: 10px;
}
/* allow arrow animation */
.read-more i,
.read-more .icono-arrow1-left-up,
.read-more [class*="icono-arrow1"] {
    display: inline-block;
    transform: rotate(45deg);        /* keep original arrow direction */
    transform-origin: center;
    transition: transform 0.28s ease, color 0.28s ease;
}

/* hover animation – move arrow */
.read-more:hover i,
.read-more:hover .icono-arrow1-left-up,
.read-more:hover [class*="icono-arrow1"] {
    transform:translate(6px, 0px); /* SAME animation as button */
    color: #3cd2b5 !important;
}
.read-more {
    color: #000;
    font-weight: 700;
    font-size: 13px;
    display: block;
    align-items: center;
    gap: 4px;
    text-decoration: none;
    transition: color .3s ease;
}
a.read-more:hover
{
    color:#3cd2b5 !important;
}

.read-more span {
    font-size: 16px;
    transition: transform .3s ease;
}

.read-more:hover span {
    transform: translateX(5px);
}

/* ================================
   MediaKit CSS
   ================================ */

.hero-section {
    position: relative;
    overflow: hidden;
    color: #fff;
   
}
.hero-section .row.align-items-center
{
    margin:5% 0px;
}
/* Background Video Layer */
.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;    /* video at the back */
}

/* Blue Overlay */
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 19, 110, 0.9); 
    z-index: -1;    /* overlay above video, below content */
}



.hero-title {
    font-size: 75px;
    font-weight: 500;
    line-height: 1.2;
}

.hero-subtext {
    font-size: 22px;
    margin-top: 10px;
    opacity: 0.9;
    line-height: 1.5;
     font-family: "Test Sohne", sans-serif;

}

/* Download Button */
.btn-download {
    background: #ffffff;
    color: #333333;
    padding: 12px 26px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    transition: 0.3s;
    float: right;
}

.btn-download:hover {
    background: #111;
}

/* Arrow style */
.btn-download .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Hover effect */
.btn-download:hover {
    background: #1f8dc2;              /* Hover background color */
    color: #fff;                      /* Text color */
    border-color: #1f8dc2;
}

/* Arrow animation */
.btn-download:hover .arrow {
    transform: translateX(6px);
}
/* allow arrow animation */
.btn-download i,
.btn-download .icono-arrow1-left-up,
.btn-download [class*="icono-arrow1"] {
    display: inline-block;
    transform: rotate(45deg);        /* keep original arrow direction */
    transform-origin: center;
    transition: transform 0.28s ease, color 0.28s ease;
}

/* hover animation – move arrow */
.btn-download:hover i,
.btn-download:hover .icono-arrow1-left-up,
.btn-download:hover [class*="icono-arrow1"] {
    transform:translate(6px, 0px); /* SAME animation as button */
    color: #fff !important;
}
  .simple-steps-mobile
  {
    display:none;
  }

  
#footer
{
  margin-top:0px;
}


/* ---------------------------------
   RESPONSIVE
--------------------------------- */

   /* .tr-menu.sidebar-menu .navbar-default
   {
    padding:10px 0px !important;
   } */


   @media (max-width: 991px) {

     .blog-grid1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

.blog-grid1 > *:nth-child(n+3):nth-child(-n+6) {
    margin-top: 30px;
    margin-bottom: 3rem;
}
.blog-grid1 > *:nth-child(n+5):nth-child(-n+7) {
    margin-top: 30px;
    margin-bottom: 3rem;
}
.hero {
    padding: 60px 5%;
    background-position: center;
    min-height: 100%;
  }
.hero-content
{
  margin-top: 70px;
}
  .hero-content h1 {
    font-size: 36px;
  }

  .hero-content p {
    font-size: 16px;
  }
   .simple-steps-desktop
  {
    display:none !important;
  }
  .simple-steps-mobile
  {
    display:block !important;
  }
  .blog-grid1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
   }

   @media (max-width: 768px)
   {
.blog-grid1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
     
  }

  .hero {
    padding: 40px 20px;
   height: 100%;
  }
  .hero-content
  {
    margin-top: 70px;
  }

  .hero-content h1 {
    font-size: 30px;
  }
   .simple-steps-desktop
  {
    display:none !important;
  }
  .simple-steps-mobile
  {
    display:block !important;
  }
  h4.footer-title
  {
    margin-left: 0px;
  }
   }
   
   @media (max-width: 600px)
   {
    .hero-title {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
}
 /* CSS */
  .blog-grid1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
     
  }
/* nav.navbar .navbar-brand .img-fluid
{
  margin-top:0px;
} */
  .hero {
   padding: 50px 20px;
        height: 100%;
        margin-top: 0px;
    
  }
.hero-content p
{
  width: 100%;
}
  .hero-content h1 {
    font-size: 30px;
    width: 100%;
  }
   .simple-steps-desktop
  {
    display:none !important;
  }
  .simple-steps-mobile
  {
    display:block !important;
  }
    h4.footer-title
  {
    margin-left: 0px;
  }
  a.btn-download
  {
    float:left !important;
  }
   }



