﻿h1, h2, h3, h4,h5,h6 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}
p {
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 500;
    font-size: 18px;
    color:#000;
}
.profile_01_sec_pad {
    padding: 20px 0 20px;
}

.sec_pad_alternet:nth-child(even) {
    background-color: #f8f4f4; /* light grey */
}

/* Odd divs */
.sec_pad_alternet:nth-child(odd) {
    background-color: #ffffff; /* white */
}
.profileview {
    
    background: linear-gradient(to top, rgb(250 0 0) 0%, /* bottom */ rgb(199 4 4 / 30%) 100% /* top transparent */ );
    background-blend-mode: multiply;
    text-align: center;
    padding: 50px 20px;
    position: relative;
    background-size: cover;
}


    .profileview .profile-img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
        background-color: #f6f4f4;
        padding:10px;
    }

    .profileview .overlay-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(112,4,4,0.6); /*246 0 0 black transparent overlay */
        z-index: 1;
        border-radius: inherit;
    }

    .profileview .container {
        position: relative;
        z-index: 2; /* ensures text stays above overlay */
    }

    .profileview h2,
    .profileview p,
    .profileview .social-icons a {
        color: #fff;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .profileview .social-icons {
        margin-top: 20px;
        display: inline-flex;
        border: 2px solid #fff;
        border-radius: 30px;
        padding: 5px 10px;
    }

        .profileview .social-icons a {
            display: inline-block;
            margin: 0 5px;
           
            font-size: 1.2rem;
            transition: 0.3s;
            border-radius: 50%;
            padding: 5px;
        }

            .profileview .social-icons a:hover {
               
                background: #800000;
                
                
            }

.problem-solution {
}



    .problem-solution .card {
        border: none;
        background: #fff;
        padding: 25px;
        border-radius: 10px;
        height: 100%;
        text-align: center;
        align-items: center;
        border: 2px solid #fff;
    }

    .problem-solution .icon {
        width: 100px;
        height: 100px;
    }

        .problem-solution .icon img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
            background-color: #e7e0e0;
            padding: 10px;
        }
    .problem-solution .card:hover {
        border: 2px solid #800000;
        background-color: #f8f9fa;
    }

   

   


.startup-info {
    padding: 20px 0;
    font-family: Arial, sans-serif;
}

    .startup-info h4 {
        color: #6b0d0d;
        font-weight: bold;
    }

    .startup-info p {
        margin-bottom: 8px;
        font-size: 1rem;
    }

        .startup-info p strong {
            font-weight: bold;
        }

.startup-tags span {
    display: inline-block;
    background: #f2f2f2;
    padding: 6px 14px;
    border-radius: 8px;
    font-weight: 600;
    margin: 4px 6px 0 0;
    font-size: 0.95rem;
}

.startup-logo {
    text-align: center;
}

    .startup-logo img {
        max-width: 140px;
        border-radius: 8px;
    }


 

 

.video-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 ratio */
    border-radius: 8px;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: 8px;
    }


.market-opportunity {
   
}

    

.business-metrics h5 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.business-metrics p {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 0;
}

.metric-card {
    background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
    padding: 19px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
}
    .metric-card h5 {
        color:#fff;
    }
    .metric-card p {
        color: #fff;
    }


    /* Heading style */
.roadmap {

}
    .roadmap .roadmap-year {
        background-color: #fff;
        padding: 25px;
        border-radius: 10px;
        height: 100%;
        text-align: center;
        margin-bottom: 20px;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        border: 2px dotted #c70404;
        min-height:300px;
    }
        .roadmap .roadmap-year .year {
            font-size: 30px;
            font-weight: 800;
            -webkit-text-stroke: 1px #540A0A;
            color: #fff;
            padding-bottom: 10px;
        }

.team-card {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-color: #fff;
    min-height:400px;
}
    .team-card .teamimg img {
        width: 100%;
        height: 250px;
    }
    .team-card .teamfooter {
        padding:20px;
    }
    .team-card .teamfooter p {
        color:#000;
    }
.teamfooter h5{
    font-size:25px;
}






.investors-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.investor-card {
    background-color: #fff;
    border-radius: 10px;
   
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.investor-logo {
    padding: 30px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .investor-logo img {
        max-width: 100%;
        max-height: 100%;
    }

.investor-footer {
    background-color: #e96666;
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
}
.achievements_box {
    background: linear-gradient(135deg, #fff5f5, #ffecec);
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
    .achievements_box img {
        width:100%;
        height:100%;
    }
.gallery {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
    .gallery img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .whatlooging  {
        border: none;
        background: #f6f6f6;
        padding: 25px;
        border-radius: 10px;
        height: 100%;
        text-align: center;
    }
        .whatlooging h3 {
            
            font-size: 15px;
            padding-top: 10px;
        }
        .whatlooging .circle {
            width: 50px; /* width of the circle */
            height: 50px; /* height should match width */
            background-color: #ff6b6b; /* circle color */
            border-radius: 50%; /* makes it round */
            margin: 0 auto;
        }
.whywediffere {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
    .whywediffere h3 {
        font-size:15px;
    }
    .whywediffere li {
        
        
        border-radius: 10px;
        text-align: center;
        background-color: #761010;
        border: 2px solid #761010;
        color: #fff !important;
        border-radius: 30px;
        padding: 10px 20px;
        font-weight: 600;
        transition: all 0.3s ease;
        text-decoration: none;
        font-size: 15px;
        max-width: 100%;
    }
        

        .whywediffere li a {
            color: #fff;
        }
        .whywediffere li:hover {
            background-color:#fff;
            color:#000;
        }
        .whywediffere li.public:hover {
            background-color: #b80e0e;
            color: #000;
        }
        .whywediffere li a:hover {
            color: #000;
            text-decoration:none;
        }
.editbtn {
    
    
    color:#800000;
}

.startuppackage {
    background: linear-gradient(90deg, #b80e0e 0, #b80e0e 50%, #701300 100%);
    padding: 30px 50px 40px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
}
    .startuppackage h5,h6 {
        color:#fff;
    }
    .startuppackage a {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 15px 5px 15px;
        border-radius: 999px;
        background-color: #fff;
        color: #000;
        font-weight: 600;
        font-size: 16px;
        text-decoration: none;
        gap: 12px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        border: 1px solid #c70404;
    }
        .startuppackage a:hover {
            background-color: #c70404;
            color: #fff;
        }
.clienttestimonialbox {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 2px dotted #c70404;
    color:#000;
    min-height:300px;
}
    .clienttestimonialbox h3 {
        font-size:20px;
    }
    .sectionfooter h5 {
        color: #fff;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
        font-size: 1.25rem;
    }
.legal_box {
    display: flex;
    background-color: #fff;
    min-height: 180px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border: 2px dotted #c70404;
    display: flex;
    flex-wrap: wrap;
}
    .legal_box h3 {
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 10px;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 10px;
        padding-top:10px;
    }
.legal_box_question {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.legal_box p {
    margin-top: 5px;
    padding-bottom:10px;
}
/*.legal_box_alter_quetion:nth-child(odd) {
    background-color: #f7f7f7;*/ /* First, third, fifth... */
    /*padding: 10px;
    margin-bottom: 10px;
}

.legal_box_alter_quetion:nth-child(even) {
    background-color: #f7f6f6;*/ /* Second, fourth, sixth... */
    /*padding: 10px;
    margin-bottom: 10px;
}*/

.ads p {
    color: #fff;
}
.ads h3 {
    font-size:25px;
}
.startup_achievements a:hover {
    text-decoration:none;
}
.owl-theme .owl-dots {
    margin-top: 50px;
}
.owl-carousel button.owl-dot {
    background: #000;
}
.collborationbox {
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    padding: 20px;
    text-align: center;
    min-height: 200px;
    background-color: #fff;
}
    .collborationbox.min_350 {
        min-height:350px;
    }
.collborationbox h4 {
    font-size: 20px;
}
.profile_01_cover {
    width: 100%; /* full width of parent */
  
    border-radius: 10px; /* rounded corners */
    overflow: hidden; /* important: clips image inside border-radius */
    position: relative;
    margin: 0 auto; /* center div */
    margin-bottom:10px;
}

    .profile_01_cover img {
        width: 100%; /* responsive width */
        height: auto; /* keep aspect ratio */
        display: block; /* remove inline gap */
        object-fit: cover; /* fills div nicely, crops minimally */
    }
.profile_01_displaybox {
    background-color:#ffffff;
    
    border-radius:10px;
    text-align:center;
    justify-content:center;
    padding:20px;
    


}
.profile_01_displaybox .imgbox {
  display:flex;
  justify-content:center;
}
.profile_01_displaybox img {
    width: 100px;
    height: 100px;
    border-radius:50%;
}
    .profile_01_displaybox p {
        margin-bottom:0px;
        margin-top:0px;
    }
    .profile_01_displaybox .social-icons {
        padding:20px;
    }
        .profile_01_displaybox .social-icons a {
            color: #fff;
            padding: 5px 10px;
            background-color: #c70404;
            border-radius: 10px;
            transition: all 0.3s ease;
        }
            .profile_01_displaybox .social-icons a:hover {
                background-color: #000;
                transform: translateY(-3px);
            }

.joinnextsession {
    position: fixed;
    right: -140px;
    top: 50%;
    background: #c70404;
    color: #fff;
    border: 0;
    padding: 8px 12px;
    font-weight: 500;
    z-index: 9;
    transform: translateY(-50%) rotate(-90deg);
    letter-spacing: 3px;
    font-size: 15px;
    border-radius: 10px;
    transition: color 0.3s ease;
}
    .joinnextsession:hover {
        text-decoration:none;
        color:#000;
        background-color:#ffffff;
    }
@media (max-width: 784px) {
    .joinnextsession {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
        transform: none;
        font-size: 16px;
        padding: 14px 0;
        border-radius: 0;
        text-align: center;
        letter-spacing: 2px;
        border-radius:10px;
    }
}