body {
        font-family: 'Rubik', sans-serif;
        line-height: 1.7;
        margin: 0;
        padding: 0;
    }
    .text-yellow {
        color:#FFCC00;
    }
    .text-yellow {
        color:#FFCC00;
    }
    .text-black {
        color:#000;
    }
    h2 {
        text-transform:uppercase;
    }
    .btn-thespesio, .btn-thespesio,.btn-thespesio {
        border-radius: 0;
        background: #000;
        color: #fff;
        font-weight: 700;
        padding: 15px 20px;
        display: table;
        text-transform: uppercase;
        border: 1px solid #000 !important;
        margin: 0 auto 20px;
        transition: all 200ms ease-in;
        box-shadow: 4px 3px 0px transparent !important;
    }
    .btn-thespesio:hover, .btn-thespesio:focus,.btn-thespesio:active {
        background-color: #FFCC00;
        box-shadow: 4px 3px 0px #000 !important;
        border: 1px solid #000 !important;
        color:#000;
    }
    .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
        border:none;
    }
    .hero {
        margin: 0;
        height: 100vh;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .hero .hero-bg {
        position:relative;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 2rem;
        line-height:30px;
        /*background-image: url('../wp-content/themes/thespesio/assets/images/thespesio_hd_full.png');*/
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    /*.hero-bg:before {*/
    /*    content:"";*/
    /*    background-color:rgb(0, 0, 0, 0.6);    */
    /*    width:100%;*/
    /*    position:absolute;*/
    /*    left:0;right:0;top:0;bottom:0;*/
    /*    display:table; */
    /*    height:100vh;*/
    /*}*/
    .hero-inner-text {
        position:relative;
        z-index:1;
        /*background-color: #FFCC00;*/
        padding:5%;
        max-width:800px;
    }
    .section-title {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    .img-placeholder1 {
        background-color: #FFCC00;
    }
    .img-placeholder2 {
        background-color: #000;
    }
    .img-placeholder {
        width: 100%;
        height: 50vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #666;
        font-size: 1.25rem;
        border-radius: 0;
    }
    .img-placeholder p {
        line-height:25px;
    }
    .content-section .row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .content-section .text-content {
        display: flex;
        /*background-color: #ccc;*/
        flex-direction: column;
        justify-content: center;
        padding: 2rem;
        height: 40vh;
    }
    .circle-bullets ul {
        padding:0;
    }
    .circle-bullets.ul-light ul li {
        color:#fff;
    }
    .circle-bullets.ul-light ul li:before {
    	color: #fff;
    }
    .circle-bullets ul li { 
    	list-style: none;
    	font-size: 17px;
    	line-height: 22px;
    	list-style-position: inside;
    	padding: 0px 0px 7px 25px;
    	text-indent: -15px;
    	/*font-weight: 300;*/
    	color: #000;
    }		
    .circle-bullets ul li:before {
    	content: '\f0c8';
    	font-family: 'FontAwesome';
    	font-size: 7px;
    	line-height: 7px;
    	position: relative;
    	color: #000;
    	top: -2px;
    	margin: 0px 10px 0px 0px;
    }
    
    /* 4 columns section */
      .circle-bullets-grid .bullet {padding: 0 6px;}
      .circle-bullets-grid .icon-wrap{
        width: 80px; height: 80px; margin: 0 auto 12px;
        display: flex; 
        align-items: center; 
        justify-content: center;
        background: #fff;                 
      }
      .circle-bullets-grid .icon-wrap img{
        max-width: 80px; max-height: 80px; display: block;
      }
      .circle-bullets-grid .bullet-title{
        font-size: 18px; font-weight: 700; line-height: 22px; margin: 0 auto 10px;
      }
      .circle-bullets-grid .bullet-text{
        font-size: 14px; line-height:18px; margin: 0;
      }
    
      @media (max-width: 576px){
        .circle-bullets-grid .icon-wrap { width: 72px; height: 72px; }
        .circle-bullets-grid .icon-wrap img { max-width: 48px; max-height: 48px; }
      }
    /* the process */
        .process {
            padding:40px 0;
            margin:0 auto;
            max-width: 850px;
        }
      .process-steps {
        margin:0; padding:0;
        display:flex;
        align-items:center;
        justify-content: center;
        gap:5%;
        width:100%;
        color:#000;
      }
      .process-steps .step {
          border: 3px solid #000;
          box-shadow: 4px 3px 0px #000;
          font-size: 16px;
          text-transform: uppercase;
          padding: 10px 20px;
          background-color: #fff;
          text-align: center;
      }
       .process-steps .arrow{
         flex: 0 0 50px;  /* fixed width */
          height: 50px;
          width:100px;
          background-image: url('../assets/images/arrow.png');
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
       }

      /* Mobile: stack vertically and use arrow-down */
      @media (max-width: 991px){
        .process-steps {
          flex-direction:column;
          align-items:center;
          gap:5px;
        }
        .hero {
            background-position: left;
        }
         .process-steps .arrow{
            transform: rotate(90deg);
            height: 50px;
          width:100px;
         }
      }
      .services-grid{
          display: flex;
          flex-wrap: wrap;
          gap: 20px;
          justify-content: center;
          max-width: 1100px;
          margin: 0 auto;
          padding: 20px;
        }
        /* CARD */
        .service-box{
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          line-height: 22px;
          padding: 20px 30px;
          min-height: 160px;
          border: 2px solid #000;
          background: #fff;
          box-shadow: 4px 3px 0px #000;
          flex: 1 1 320px;
          max-width: 340px;
        }
        
        .service-box span{
          position: relative;
          z-index: 2;
        }
         .service-box:before {
          content: '';
          color: #f0f0f0;
          font-size: 200px;
          line-height: 200px;
          position: absolute;
          left: 0;
          z-index: 0;
        }
      .service-box:nth-child(1)::before { content: "1"; }
        .service-box:nth-child(2)::before { content: "2"; }
        .service-box:nth-child(3)::before { content: "3"; }
        .service-box:nth-child(4)::before { content: "4"; }
        .service-box:nth-child(5)::before { content: "5"; }
        .service-box:nth-child(6)::before { content: "6"; }
      .contact-inner {
          max-width:1000px;
          margin:0 auto;
          background-color:#ffcc00;
          box-shadow: 4px 3px 0px #000;
           border:2px solid #000;
           padding:30px 50px;
      }
        footer {
            background: #000;
            color: #fff;
            text-align: center;
            padding: 15px 0;
        }
        section {
            margin: 0;
            padding: 60px 0;
            background-color:#fff;
        }
        .scroll-down {
            position: absolute;
            left: 50%;
            /*bottom: 1.25rem;*/
            transform: translateX(-50%);
            display: flex;
            align-items: center;
            justify-content: center;
            width: 3rem;
            height: 3rem;
            border-radius: 999px;
            border: 2px solid #ffcc00;
            background: rgba(255,255,255,0.06);
            cursor: pointer;
            transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
            text-decoration: none;
          }
          .scroll-down:hover {
            transform: translateX(-50%) translateY(-2px);
            background: #ffcc00;
            border: 2px solid #ffcc00;
          }
          @keyframes bob {
            0%, 100% { transform: translateY(0); }
            50%      { transform: translateY(3px); }
          }
          .scroll-down svg {
            animation: bob 1.8s ease-in-out infinite;
          }
          html {
            scroll-behavior: smooth;
          }
          .single-post .single-post-wrapper p {
              font-weight:300;
          }
          
          
          