.topmainSection {
    width: 100%;
    background-color: #1115177d;
    height: 80vh;
    color: rgba(255, 255, 255, 1);
    background-size: cover;
    background-position: top center;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background-blend-mode: multiply;
}

.topmainSection h1 {
    margin: 0;
    padding: 40px 10px;
    font-size: clamp(2rem, 10vw, 4rem);
    font-weight: 800;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    font-family: 'SF UI Display Heavy';
}
.mediumSection h2 {
    color: rgba(255, 203, 41, 1);
    font-family: 'SF UI Display Heavy';
}
.mediumSection p {
    color: rgba(255, 255, 255, 0.5);
}
.poem-line {
    display: block;
    line-height: 1.5;
}

.feature h3 {
    font-size: 20px;
    color: rgba(223, 224, 225, 1);
    font-family: 'SF UI Display Heavy';
}

.feature p {
    color: rgba(255, 255, 255, 0.5);
}

/* For button only */
:root {
    --bc: rgba(255, 203, 41, 1);
    --fc: rgba(16, 18, 19, 1);
}

.btnStyle {
    background: no-repeat center
        radial-gradient(circle at center, var(--bc) 0% 50%, var(--fc) 50% 100%);
    background-color: var(--fc);
    color: var(--fc);
    padding: 10px 30px;
    background-size: 200%;
    box-shadow: 0 0 0 4px var(--bc) inset;
    transition: background-size 0.5s ease, transform 0.3s ease, color 0.3s ease,
        box-shadow 0.3s ease;
        font-family: 'SF UI Display Heavy';
}
.btnStyle:hover {
    background-size: 0%;
    color: var(--bc);
    transform: scale(1.05);
    box-shadow: 0 0 10px 4px var(--bc);
}
/* End */
.subsidiary .section-header {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 15px;
}

.subsidiary .section-header h2 {
    font-size: 2em;
    font-weight: bold;
    color: rgba(255, 203, 41, 1);
    margin: 0;
    padding: 10px 0;
    font-family: 'SF UI Display Heavy';
}
.subsidiary .card {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 20px; */
}

.subsidiary .details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 80%;
}

.smartnology, .smartstudio, .smartfoundry, .smartlab, .smartcodes{background-image: url(../../images/earth2.svg);}
.smartnology { background-color: #007bff;}
.smartcodes { background-color: #dc3545;}
.smartstudio {background-color: #ffc107;}
.smartlab{ background-color: #0db04b;}
.smartfoundry { background-color: #fcb241;}
.card img { max-width: 100%; height: auto;}

.subsidiary .details img {
    max-width: 30%;
    height: auto;
}

.subsidiary .details p {
    font-size: 1em;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.subsidiary .details p span {
    margin-left: 5px;
}

.subsidiary .details p span i {
    font-size: 0.9em;
    color: #fff;
}

.subsidiary .details a {
    text-decoration: none;
    display: flex;
    transition: transform 0.3s;
}

.subsidiary .details a:hover {
    transform: scale(1.05);
}

.smartstudio .details p {
    color: rgba(43, 43, 43, 1);
}

.smartstudio .details p span i {
    color: rgba(43, 43, 43, 1);
}

.arrow-icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease,
        box-shadow 0.3s ease;
    width: 3rem;
    height: 3rem;
}
.arrow-icon {
    font-size: 2rem;
    transition: transform 0.3s ease, color 0.3s ease;
}
.arrow-icon-container:hover {
    background-color: rgba(255, 203, 41, 1);
    transform: scale(1.2);
    padding: 4px;
    box-shadow: 2px 4px 8px rgba(243, 205, 99, 0.642);
}
.arrow-icon-container:hover .arrow-icon {
    color: rgba(43, 43, 43, 1);
}

.feature-opacityBlur {
    transition: all 0.3s ease;
}

.row:hover .feature-opacityBlur {
    opacity: 0.5;
    filter: blur(3px);
}

.row .feature-opacityBlur:hover {
    opacity: 1;
    filter: blur(0);
    transform: scale(1.05);
}

.carousel-container {
    overflow: hidden;
    max-width: 100%;
    margin: 3vh auto;
}

.carousel {
    display: flex;
    gap: 10px;
    /* padding: 20px; */
    overflow-x: auto;
    scroll-behavior: smooth;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel a {
    text-decoration: none;
    color: inherit;
}

.carousel .accordion_li {
    flex: 0 0 auto;
    width: calc((var(--vw-width) - (var(--xspace) * 2)) / 2);
    transition: width 0.5s;
}

.carousel .accordion_li .bg-image {
    height: 30vh;
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}

.carousel .accordion_li img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.pv-content {
    padding: 10px;
}

.pv-content h3 {
    font-size: 0.6rem;
    font-weight: 600;
    color: rgba(255, 203, 41, 1);
    font-family: 'SF UI Display Heavy';
}

.pv-content p {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(223, 224, 225, 1);
}

@media (max-width: 768px) {
    .topmainSection h1 {
        text-align: center;
        padding: 20px;
    }
}
@media(max-width: 480px){
    .topmainSection {height: 35vh;}
}
