.hero h1 {
    margin: 0 0 10px 0;
    font-size: 60px;
    font-weight: bold;
    color: white;
}

.delete-domain-btn{
    border:none !important;
}
.btn-getstarted{
    background:#d21352 !important;
}

#blogsection{
    display:flex;
}
.blog-item{
    width:30%;
    padding:2%;
}

.nav-menu li{
    color:black;
}
.chooseuscard{
    background:white;
    padding: 30px;
     border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;
    min-height: 250px;
}

.btn-signin{
    
    position: absolute;
    margin-left: 82%;
    color: white;
}
.btn-get-started{
    background:#d21352 !important;
}

footer{
    background:#231862 !important;
}
footer ul li{
    list-style-type: none;
    margin-bottom:4%;
}
footer a {
        color:white;
        text-decoration:none;
    }
.tab-content ul li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
    color: white;
}


        .cro-solutions-card {
            background-image: linear-gradient(45deg, #120a3f, #2d2171);
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
            transition: all 0.3s ease-in-out;
            min-height: 250px;
        }

        .cro-solutions-card:hover {
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
            transform: translateY(-5px);
        }

        .cro-solutions-card h5 {
            font-size: 1.25rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: white;
            display: flex;
            align-items: center;
        }

        .cro-solutions-card h5 i {
            font-size: 1.5rem;
            margin-right: 10px;
            color: #e0e0e0;
        }

        .cro-solutions-card p {
            font-size: 1rem;
            line-height: 1.6;
            color:white;
        }

        .team-solutions .nav-pills .nav-link {
            padding: 1rem 1.5rem;
            font-weight: 600;
            color: #ffffff;
            background-color: #2c2c2c;
            border: 1px solid #444444;
            margin: 0 5px;
            transition: all 0.3s;
        }

        .team-solutions .nav-pills .nav-link.active {
            background-color: #bb86fc;
            color: #121212;
            border-color: #bb86fc;
        }

        .team-solutions .nav-pills .nav-link i {
            margin-right: 8px;
        }

        .tab-content {
            background-image:linear-gradient(45deg, #120a3f, #2d2171);
            padding: 40px;
            border: 1px solid #444444;
            border-radius: 8px;
        }

        .tab-content h5 {
            font-size: 1.75rem;
            font-weight: 700;
            color: #e0e0e0;
            margin-bottom: 1rem;
        }

        .tab-content p {
            line-height: 1.8;
            margin-bottom: 1.5rem;
            color:white;
        }

        .tab-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .tab-content ul li {
            padding-left: 1.5rem;
            position: relative;
            margin-bottom: 0.5rem;
        }

        .tab-content ul li::before {
            content: "✓";
            color: #bb86fc;
            position: absolute;
            left: 0;
            font-weight: bold;
            color:white;
        }


.hero {
    background-image:linear-gradient(5deg, #120a3f, #2d2171,#0ea2bd);
    width: 100%;
    min-height: 50vh;
    position: relative;
    padding: 120px 0 60px 0;
    display: flex;
    align-items: center;
    /* background: url(../img/hero-bg.png) center center; */
    background-size: cover;
}
.ab-test-banner{
    margin-left:14%;
    width:70%;
    
}

.pitch{
    color:white !important;
    padding:2% !important;
}
#header{
         background-image:linear-gradient(45deg, #120a3f, #2d2171);
  
}
.btn-watch-video{
    color:white !important;
}
.navmenu li a{
    color:white;
}
.gy-journey{
    background-image:linear-gradient(200deg, #120a3f, #2d2171,#0ea2bd);
    height:auto;
    text-align:center;
    color:white;
    padding:3%;
}
.gy-journey h4{
    font-weight: bold;
    color: white;
    font-family: sans-serif;
    font-size: 44px;
}
.sitename{
    font-weight: bolder;
    font-size: 30px;
    background: -webkit-linear-gradient(#fff, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family:fangsong;
}
.box-features{
    background: #e1e6e9;
    padding: 2%;
    border-radius:10px;
    text-align:left;
    margin:1%;
    
}
.wrapper-feature{
    display: flex;
    margin-left:-2.5%;
}
.box-features h5{
    font-weight:bold;
    color:black;
}
.box-features .icon{
    width: 35px !important;
    margin-right: 6%;
}
.box-features .card-head{
    display:flex;
}
.box-features p{
    color: black;
    padding: 1%;
    text-align: left;
    font-size: 14px;
}
.box-features .card-body{
    margin-top:5%;
}
.box-features li{
    color:black;
    text-align:left;
}

.ab-test-banner{
     content:url("https://directexperiment.com/assets/abtest-desktop.svg");
}
.btn-login{
    marign-left:40% !important;
    color:white;
}

.short-name {
    display: none;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --- Video Player Container --- */
.video-poster {
    width: 100%; /* Makes the poster fill the container's width */
    height: 100%; /* Makes the poster fill the container's height */
    object-fit: cover; /* Ensures the image fills the space without distortion */
    display: block;
}
.video-container {
    width: 640px; /* Sets a fixed width */
    max-height:345px;
    /* Remove max-width if you don't need a limit */
    position: relative;
    background-color: #000;
    cursor: pointer;
    margin-left:30%;
}
#videoPlayer {
    width: 100%;
    display: block;
}

/* --- Center Play/Pause Button --- */
.center-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    border: 2px solid white;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

/* Play Icon (triangle) */
.center-play-button::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 5px;
}

/* Pause Icon (two vertical bars) */
.center-play-button.playing::before,
.center-play-button.playing::after {
    content: '';
    width: 10px;
    height: 30px;
    background-color: #ffffff;
    position: absolute;
}
.center-play-button.playing::after {
    margin-left: 10px;
    right: 15px;
}

/* Hide the button when playing */
.center-play-button.hidden {
    display: none;
}

.center-play-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: translate(-50%, -50%) scale(1.05);
}

/* --- Bottom Controls Bar --- */
.controls {
    display:none;
    /*display:flex;*/
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    color: #fff;
    padding: 10px;
    width: 80%;
    max-width: 800px;
    margin-top: 7px;
    margin-left:25%;
}

.controls button {
    background-color: #555;
    border: none;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 5px;
}

.controls button:hover {
    background-color: #777;
}

/* Progress Bar */
.progress-bar-container {
    flex-grow: 1;
    margin: 0 10px;
    height: 10px;
    background-color: #555;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.progress-bar {
    height: 100%;
    background-color: #007bff;
    border-radius: 5px;
    width: 0%;
}

.time-display {
    font-size: 0.9em;
    margin: 0 5px;
    min-width: 80px;
    text-align: right;
}

/* --- Call-to-Action (CTA) Hook --- */
.call-to-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
}

.call-to-action.show {
    opacity: 1;
    visibility: visible;
}

.call-to-action h2 {
    margin: 0;
    font-size: 2em;
}

.call-to-action p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 5px solid #fff;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.call-to-action a {
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    margin-top: 15px;
    transition: background-color 0.2s ease;
}

.call-to-action a:hover {
    background-color: #0056b3;
}

@media only screen and (max-width: 600px) {
    
    .video-container{
        margin-left:0%;
        width:92%;
        margin-left:3%;
        
    }
    
      .full-name {
        display: none;
    }
    .short-name {
        display: inline;
    }
    
 #pills-tab {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
        scroll-snap-type: x mandatory;
        gap: 0.5rem;
        padding: 0 1rem;
        width: 100%;
    }
    
     #pills-tab::-webkit-scrollbar {
        display: none; /* hide scrollbar for cleaner look */
    }

    #pills-tab .nav-item {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    #pills-tab .nav-link {
        white-space: nowrap;
    }
    
 .hero h1 {
    margin: 0 0 10px 0;
    font-size: 40px;
    font-weight: bold;
    color: white;
}

.ab-test-banner{
     content:url("https://directexperiment.com/assets/abtest-mobile.svg");
     width:85%;
     margin-left:8%;
}

.wrapper-feature{
    display: block;
    margin-bottom:2%;
}

#pills-tab .slick-slide{
    margin-right:7%;
}

.box-features{
    margin-bottom:2%;
    width:100%;
}

.btn-signin{
    margin-left:25% !important;
    color:white;
}

}


