:root {
    --primary-blue: #3B71FE;
    --dark-bg: #0B0E14;
    --accent-orange: #FF9E4D;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: 'Inter', sans-serif;
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, .navbar-brand {
    font-family: 'Outfit', sans-serif;
}

.bg-primary {
    background-color: var(--primary-blue) !important;
}

.btn-warning {
    background-color: var(--accent-orange);
    border-color: var(--accent-orange);
}

.btn-warning:hover {
    background-color: #e88d3d;
    border-color: #e88d3d;
}

/* Hero Section */
.hero-section {
    background: url(../img/hero-bg.png);
    background-size: cover;
    position: relative;
    background-position: center;
    padding-top: 0 !important;
    background-attachment: fixed;
    border-bottom: 1px solid #e4e4e4;
}

.hero-section h1 {
    letter-spacing: -1px;
    word-wrap: break-word;
    word-break: break-word;
}

.hero-section::after{
    content: "";
    position:absolute;
    background: #ffffff;
    /* z-index: 9; */
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}


/* Brand Section */

.brand-section h1{
    font-size: 28px;
    font-weight: bold;
}
.brand-section ul{
    list-style: none;
    display: flex;
    gap: 70px;
    margin: 0;
    padding: 0;
    align-items: center;
}
.brand-section ul li{
    width: 20%;
}
.brand-section ul li img{
    width: 81%;
}
.brand-section img {
    opacity: 1;
    transition: opacity 0.3s ease;
    filter: grayscale(1);
}

.brand-section img:hover {
    opacity: 1;
    filter: none;
}

.content-section{
    text-align: center;
}
.content-section h1{
    font-size: 2.5rem;
    font-weight: 700;
}
.content-section p{
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 20px;
}



/* Utility */
.rounded-pill {
    border-radius: 50rem !important;
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Tabs Styling */
.nav-pills .nav-link {
    color: #666;
    background-color: #f8f9fa;
    border: 1px solid #eee;
    font-weight: 500;
}

.nav-pills .nav-link.active {
    background-color: #fff;
    color: #008d62;
    border-color: #008d62;
    box-shadow: 0 4px 10px rgba(59, 113, 254, 0.1);
}

.tab-pane h3{
    display: flex;
    align-items: center;
    gap: 10px;
}
.tab-pane h3 span{
    background: #e6e6e6;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 400;
    padding: 3px 10px;
    color: #000;
    margin-top: 6px;
}
.tab-pane h3 span.live{
    background: green;
    color: #fff;
    font-weight: 500;
}
/* Mockup container */
.mockup-container {
    perspective: 1000px;
}

/* Dark Grid */
.dark-grid .card {
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.dark-grid .card:hover {
    transform: translateY(-5px);
    background-color: rgb(255 255 255 / 90%) !important;
}

/* Integrations (Nested in dark theme) */
.dark-grid .border-top i {
    transition: transform 0.3s ease, color 0.3s ease;
    filter: invert(1) brightness(0.6);
}

.dark-grid .border-top i:hover {
    transform: scale(1.2);
    color: var(--primary-blue) !important;
    filter: none;
}


.navbar-brand{
    width: 160px;
}

.navbar-brand img{
    width: 100%;
}

.testimonial-card{
    background: #ffffff;
    text-align: center;
    border-radius: 24px;
    max-width: 750px;
    margin: 0 auto;
    padding: 20px 60px;
    box-shadow: 1px 2px 2px #00000012;
    margin-bottom: 5px;
    min-height: 210px;
}
.testimonial-card .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.testimonial-card .content img{
    width: 185px;
}
.testimonial-card h2{
    font-size: 18px;
    display: none;
}
.testimonial-card .content h3{font-size: 18px;color: #8f8f8f;font-weight: 400 !important;margin-bottom: 9px !important;}
 
.logo-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

/* Track */
.logo-track {
    display: inline-flex;
    white-space: nowrap;
}

/* Logos */
.logo-track img {
    height: 55px;
    margin-right: 55px;
    border: 1px solid #686868;
    padding: 10px;
    background: #0000000a;
    border-radius: 14px;
}

/* LEFT SCROLL */
.scroll-left {
    animation: scrollLeft 20s linear infinite;
}

/* RIGHT SCROLL */
.scroll-right {
    animation: scrollRight 20s linear infinite;
}

/* Animations */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* Pause on hover */
.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

.animated-push-btn-cta{
    transform: translateY(0);
    transition: all 600ms cubic-bezier(0.3, 0.7, 0.4, 1) 0s;
    /* box-shadow: 0 -0.5em 0.5em transparent, 0 0.5em 0.5em transparent,
    0 0.25em 0.3em -0.2em hsla(190deg, 50%, 50%, 0.46),
    0 0.25em 0.75em hsla(190deg, 40%, 40%, 0.3); */
    overflow: hidden;
    background: #008d62;
    }


    .animated-push-btn-cta:hover{
        background: #10aa7c;
    }

.animated-push-btn-cta:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}


@-webkit-keyframes shiny-btn1 {
 0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.tab-pane a{
    background: #fff;
    color: #008000 !important;
    border-color: #008000 !important;
}

.list-unstyled li{}
.list-unstyled li i{color: #008000 !important;}

/* Footer link hover */
footer a:hover {
    color: var(--primary-blue) !important;
}


.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.success-story{
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.success-story img{
    width: 100%;
    max-width: 300px;
    margin-bottom: 25px;
}
.success-story p{
    line-height: 30px;
}





@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.5rem !important;
    }
    .hero-section p {
        font-size: 1rem !important;
    }
    .brand-section ul{
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 35px;
    }
    .brand-section ul li{
        width: 40%;
    }
}

@media (max-width: 480px) {
    .hero-section h1 {
        font-size: 2rem !important;
    }
}

@media (max-width: 576px) {
    .brand-section span {
        font-size: 0.85rem !important;
        letter-spacing: 1px;
    }
}
