@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
	 font-family: "Roboto", sans-serif;
}

section.home-banner {
    background: #000000;
    padding: 100px 0;
}
.hero-badge {
    background-color: #ec202436;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 30px;
    padding: 6px 25px;
    border: 1px solid #ec2024;
}
.home-banner h1.hero-title {
    font-size: 59px;
    font-weight: 300;
}
.btn {
    border-radius: 12px;
    border: 1px solid rgb(255 255 255 / 38%);
    background: #ec2024;
    padding: 12px 45px;
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    box-shadow: 0 20px 35px 0 rgba(236, 32, 36, 0.18);
    outline: none;
}
.btn:hover {
    background: #a80c0f;
    color: #fff;
}
/*.btn svg {
    width: 19px;
    display: inline-block;
}
*/
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
}

.marquee-text {
  display: inline-block;
  animation: marquee 50s linear infinite;
}
.marquee-text span {
    background: #ec202414;
    border: 1px solid #ec2024;
    padding: 11px 25px;
    font-weight: 400;
    font-size: 22px;
    border-radius: 60px;
    display: inline-block;
    font-style: italic;
}
@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
div#news-slider .owl-item {
    padding: 15px 15px 35px;
}
.post-slide {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.img-icon img {
    border-radius: 8px;
    width: 67px;
    background-color: #ec2024;
    object-fit: contain;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}
.owl-prev, .owl-next {
    position: relative;
    padding: 5px;
    margin: 10px 6px;
    background: #000;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transition: all 0.2s linear;
}
.owl-prev::after, .owl-next::after {
    content: "";
    position: absolute;
    display: block;
    margin: 30px auto;
    width: 20px;
    height: 20px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}
.owl-prev::after {
    transform: rotate(-45deg);
    top: -15px;
    left: 20px;
}
.owl-next::after {
    transform: rotate(135deg);
    top: -15px;
    left: 12px;
}
.owl-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.strategy-row .img-col {
    width: 30%;
}
section.service-strategy{
	background:linear-gradient(
      rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://organicseorootz.com/wp-content/uploads/2026/03/8765517_25610.webp') center center no-repeat;
  background-size: cover;
}
/*.strategy-row .d-flex{
	background-color: rgb(255 255 255 / 15%) !important;
    border: 0.7px solid rgb(255 255 255 / 25%);
    backdrop-filter: blur(15px);
}
.strategy-row {
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.strategy-row::-webkit-scrollbar {
  display: none;
}

.strategy-row {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}*/
.counter-col {
    /* border: 1px solid #fff; */
    width: 95px;
    height: auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border-radius: 50px;
    font-family: math;
    /* background: #EC2024; */
}
/*.text-col.text-white {
    width: 100%;
    display: flex;
}
.text-col h3 {
    width: 100%;
}*/
/*.section-subtitle{
letter-spacing:2px;
font-size:12px;
text-transform:uppercase;
color:#777;
}*/

/*.main-title{
font-size:48px;
font-weight:600;
}*/

.main-title span{
color:#FFFFFF;
font-style:italic;
}

/*.top-text{
color:#555;
line-height:1.7;
font-size:16px;
}*/

.quote-box{
border-left:3px solid #EC2024;
padding-left:20px;
margin:50px 0;
color:#EC2024;
font-style:italic;
}

.strategy-item{
padding:25px 0;
border-top:1px solid #ddd;
}

.strategy-number{
font-size:12px;
letter-spacing:2px;
text-transform:uppercase;
}

.strategy-title span {
    color: #EC2024;
    margin-left: 40px;
}
.custom-badge{
    background-color: #ec202436;
    color: #ec2024;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 30px;
    padding: 6px 25px;
    border: 1px solid #ec2024;
    display: inline-flex;
    letter-spacing: .1em;
}
.custom-badge svg{
    margin-right: 10px;
}
.custom-card {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
    border: 1px solid #e5e5ea;
}
.core-main-box {
    position: relative;
    min-height: 380px;
    padding: 20px 20px;
    gap: 15px;
    border-radius: 14px;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}
.core-main-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://organicseorootz.com/wp-content/uploads/2026/03/core-box-bg.webp") center / cover no-repeat;
    background-color: #000;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
.core-main-box:hover::before {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
}
.core-main-box p {
    display: none;
}
.core-main-box:hover p {
    display: block;
}
.core-icon img {
    width: 55px;
}
.core-main-box:hover *{
    color: #fff;
}
.core-main-box:hover .core-icon img {
        filter: invert(1);
}
/* section */

.results-section{
padding:80px 0;
background:linear-gradient(180deg,#061a0f,#04130b);
}

/* small top label */

.section-label{
color:#EC2024;
letter-spacing:3px;
font-size:15px;
text-transform:uppercase;
margin-bottom:20px;
}

/* stat cards */

.stat-box {
    height: 100%;
    background-color: rgb(29 29 29);
    border: 0.7px solid rgb(255 255 255 / 19%);
    padding: 40px 30px;
    border-radius: 14px;
    backdrop-filter: blur(15px);
}

.stat-number{
font-size:52px;
font-weight:700;
}

.stat-text{
margin-top:10px;
font-size:16px;
line-height:1.5;
}
/*.results-section{
    background:linear-gradient(
      rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://organicseorootz.com/wp-content/uploads/2026/03/weferfe.webp') center center no-repeat;
  background-size: cover;
}*/