.product-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.tabs-nav-custom {
    display: flex;
    justify-content: flex-end;
}
.section-title h2 {
    color: #62C3D0;
    font-family: "Inter", Sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
}
.tabs-nav-custom ul {
    margin: 0;
    padding: 8px 20px;
    list-style: none;
    background: rgb(217 217 217 / 30%);
    display: flex;
    border-radius: 8px;
}

.tabs-nav-custom li {
    padding-right: 40px;
    position: relative;
}
.tabs-nav-custom ul li:last-child{padding-right: 0;}

.tabs-nav-custom ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    color: rgb(0 0 0 / 40%);
    text-decoration: none;
    font-family: "Inter", Sans-serif;
}
.tabs-nav-custom ul li:after {
    content: "";
    background: #00000066;
    height: 22px;
    width: 1px;
    top: 0;
    position: absolute;
    right: 20px;
}

.tabs-nav-custom ul li:last-child:after{display: none;}
/* Active tab */

.tabs-nav-custom ul li.active {
    color: #000;
}

.tabs-nav-custom ul li.active a {
    color: inherit;
}
/* Tab content */

.tabs-content {
    padding: 10px;
    background: #FFF;
    margin-top: 20px;
    overflow: hidden;
}


/* Hide all but first content div */

.tabs-content .tab-content-block:not(:first-child) {
    display: none;
}
.col-left-custom {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.col-right-custom {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;

}
.box-col-3 {
    flex: 0 0 auto;
    width: 25%;
    margin-bottom: 20px;
    padding-left: 9px;
    padding-right: 9px;
}
.box-inner{
    background-image: url(assets/images/border-dotted.svg);
    border-radius: 16px;
    padding: 30px;
    width: 100%;
}
.product {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}
.description h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 0;
    font-family: "Inter", Sans-serif;
}
.product-img img {
    border-radius: 16px;
}
.product-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top:-.5rem;
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.product-bg img {
    border-radius: 16px;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center center;

}

.product-detail-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.images-border-radius img {
    border-radius: 16px;
    width: 100%;
}


.pl-100 {
    padding-left: 100px;
}
.widget-container-product-row h2 {
    color: #62C3D0;
    font-family: "Inter", Sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;

}
.widget-container-product-row p{
    color: #999999;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}
.widget-container-product {display: flex;
    justify-content: space-between;
}
.product-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.product-nav li {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #000000;
    letter-spacing: -0.01em;
    font-family: "Inter", Sans-serif;
}
.product-nav li span {
    color: #999999;
}
.popup-modal-wrapper {
    padding-top: 20px;
}
.popup-btn-custom {
    background-color: #62C3D0 !important;
    border: solid #62C3D0 1px !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans Arabic", Sans-serif;
    position: relative;
    padding: 15px 20px 15px 50px;
    cursor: pointer;
    border-radius: 8px;
    color: #fff;
    transition: all .4s ease;
}
.popup-btn-custom:before {
    content: "";
    top: 14px;
    background: url(assets/images/btn-arrow.png);
    width: 22px;
    position: absolute;
    height: 26px;
    z-index: 9;
    opacity: 1;
    left: 14px;
    transition: all .4s ease;
}
.popup-btn-custom:hover {
    padding-left: 15px;
    padding-right: 50px;
    background-color: #62C3D0;
    border-color: #62C3D0;
    color: #fff;
}
.popup-btn-custom:hover:before {
    left: auto;
    right: 14px;
}

.product-section .container{
    max-width: 1600px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}

.product-header .container{
    max-width: 1600px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-right: 35px;
    padding-left: 35px;
}
.product-detail-section .container{
    max-width: 1600px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-right: 35px;
    padding-left: 35px;
}
.product-bg {
    width: 100%;
}


@media only screen and (max-width: 767px) {
    .product-row {flex-wrap: wrap;}
    .box-col-3 {width: 100%;}
    .box-inner {padding: 20px;}
    .product {padding-top: 10px;}
    .col-left-custom {width: 100%;}
    .col-right-custom {width: 100%;}
    .tabs-nav-custom{justify-content: center;}
    .section-title h2 {font-size: 22px;text-align: center;}
    .description h3 {font-size: 18px;line-height: 24px;}
    .pl-100 {padding-left: 15px;}
    .widget-container-product-row h2{font-size: 22px;}
    .widget-container-product-row p{font-size: 15px;line-height: 24px;}
    .widget-container-product {flex-wrap: wrap;flex-direction: column;}
    .product-nav li{font-size: 15px;line-height: 24px;}
    .product-nav {padding-bottom: 10px;}

}

@media only screen and (max-width: 480px) {
    .box-col-3 {width: 50%;}
}