#productTab ul{
    display: inline-block;
    width: inherit;
    box-shadow: 0px 0px 4px 2px gainsboro;
    background-color: white;
}
#productTab #navTab {
    width: 100%;
}
#productTab ul li{
    width: fit-content;
}
#productTab ul li a { 
    color: rgb(126, 124, 124);
    padding: 12px 20px;
    font-size: 17px;
    border-bottom: 0;
    border-radius: 0;
}
#productTab ul li a:hover{
    border: 0;
    background-color: white;
}
#productTab ul li.active a{
    border: 0;
    color: cornflowerblue;
    font-weight: 600;
    border-bottom: 0.3rem solid cornflowerblue;
}


#productTab .tab-content{
    display: inline-block;
    background-color: white;
    width: inherit;
    height: 55rem;
    box-shadow: 0px 5px 5px 0.3px gainsboro;
}
#productTab .tab-content .tab-pane{
    position: relative;
    width: inherit;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;   /* 🔥 THIS IS THE FIX */
    grid-template-rows: 1fr 1fr;
    grid-template-areas: 'firstpart secondpart''firstpart thirdpart';
    gap: 1rem;
    padding: 2rem;
}
#productTab .tab-content .tab-pane .firstpart{
    display: inline-block;
    position: relative;
    grid-area: firstpart;
    background-color: white;
    width: 100%;
    height: 100% !important;
    overflow: hidden;
    box-shadow: 0px 0px 3px 0.5px gainsboro;
}
#productTab .tab-content .tab-pane .secondpart{
    display: inline-block;
    grid-area: secondpart;
    background-color: white;
    box-shadow: 0px 0px 3px 0.5px gainsboro;
    padding: 1.5rem;
    width: 100%;
}

#productTab .tab-content .tab-pane .secondpart .rowone div{
    display: inline-block;
}
#productTab .tab-content .tab-pane .secondpart .rowone .ro-one{
    font-size: 2rem; font-weight: bold;
}
#productTab .tab-content .tab-pane .secondpart .rowone .ro-two{
    background-color: gainsboro; padding: 0.2rem 1rem; border-radius: 25px; margin-left: 2rem;
}
#productTab .tab-content .tab-pane .secondpart .rowone .ro-three{
    margin-left: 2rem;
}
#productTab .tab-content .tab-pane .secondpart .rowone .ro-four{
    margin-left: 1rem;
}


#productTab .tab-content .tab-pane .secondpart .rowtwo{
    margin-top: 0.5rem;
}
#productTab .tab-content .tab-pane .secondpart .rowtwo div{
    display: inline-block; 
}


#productTab .tab-content .tab-pane .secondpart .rowthree{
    color: rgb(107, 107, 200); 
    margin-top: 1rem;
}
#productTab .tab-content .tab-pane .secondpart .rowthree div{
    display: inline-block;
}
#productTab .tab-content .tab-pane .secondpart .rowthree .rt-two{
    margin-left: 12rem;
}
#productTab .tab-content .tab-pane .secondpart .rowthree .rt-three{
    margin-left: 12rem;
}


#productTab .tab-content .tab-pane .secondpart .rowfour{
    color: rgb(162, 160, 160); 
    margin-top: 1.5rem;
}
#productTab .tab-content .tab-pane .secondpart .rowfour div{
    display: inline-block; 
}
#productTab .tab-content .tab-pane .secondpart .rowfour div i{
    font-size: 0.3rem; 
    position: absolute; 
    top: 15rem;
}
#productTab .tab-content .tab-pane .secondpart .rowfour .rfo-two{
    margin-left: 2.5rem;
}
#productTab .tab-content .tab-pane .secondpart .rowfour .rfo-three{
    margin-left: 2.5rem;
}
#productTab .tab-content .tab-pane .secondpart .rowfour .rfo-four{
    margin-left: 2.5rem;
}


#productTab .tab-content .tab-pane .secondpart .rowfive{
    margin-top: 1.5rem;
}
#productTab .tab-content .tab-pane .secondpart .rowfive div{
    display: inline-block; 
}
#productTab .tab-content .tab-pane .secondpart .rowfive .rfi-one{
    color: black; font-weight: bold;
    font-size: 1.75rem;
}
#productTab .tab-content .tab-pane .secondpart .rowfive .rfi-two{
    margin-left: 22rem;    
}


#productTab .tab-content .tab-pane .secondpart .rowsix{
    margin-top: 1rem;
}


#productTab .tab-content .tab-pane .thirdpart{
    display: inline-block;
    grid-area: thirdpart;
    background-color: white;
    box-shadow: 0px 0px 3px 0.5px gainsboro;
    width: 100%;
    padding: 1.3rem;
}
#productTab .tab-content .tab-pane .thirdpart form div{
    margin-bottom: 1rem; 
}
#productTab .tab-content .tab-pane .thirdpart form .dealerinfo-head{
    font-size: 2rem; font-weight: bold; color: rgb(2, 56, 10);
}
#productTab .tab-content .tab-pane .thirdpart form .dealerinfo-name{
    display: inline-block; width: 37%;
}
#productTab .tab-content .tab-pane .thirdpart form .dealerinfo-num{
    display: inline-block; width: 37%; margin-left: 1.5rem;
}
#productTab .tab-content .tab-pane .thirdpart form .dealerinfo-bttn{
    display: inline-block; width: 20%; margin-left: 1.5rem;
}
#productTab .tab-content .tab-pane .thirdpart form div label{
    font-weight: 100; 
    font-size: 1.4rem;
}
#productTab .tab-content .tab-pane .thirdpart form div input{
    display: block;
    width: 100%;
    border: 1px solid gainsboro;
    border-radius: 0.3rem;
    padding: 0.5rem;
}

.carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carousel-inner,
.carousel-item,
.carousel-item img {
    width: 100%;
    height: 100%;
}
.carousel-item img {
    object-fit: contain;
}
.carousel-indicators{
    bottom: 0;
}
.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
}
.carousel-indicators li {
    background-color: #999;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #333;
}