.parallax {
    min-height: 80vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#tropicalParallax h1 {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 26px 30px;
    margin: 0;
    background-color: rgba(196,3,21,0.8);
    color: white;
    width: 75%;
    text-align: center;
}

#tropicalParallax .contactUs {
    width: 50%;
}

@media (max-width: 700px) {
    .parallax {
        background-attachment: scroll !important;
        background-size: 100% auto !important;
        background-position: center top !important;
        min-height: auto !important;
        height: auto !important;
        padding-top: 50%;  /* نسبت تصویر 2:1 – می‌تونی تغییر بدی */
    }
    #tropicalParallax h1 {
        padding: 10px;
        width: 100%;
        font-size: 1.2rem;
    }
    #tropicalParallax .contactUs {
        width: 100%;
    }
}

#tropicalParallaxContainer h2 {
    color: rgba(102,102,102,0.9);
    text-align: right;
}

#tropicalParallaxContainer h3 {
    color: var(--company-color);
    text-align: right;
}

.openings img {
    width: 100%;
    height: auto;
}

.openings span {
    position: absolute;
    left: 0;
    bottom: 10%;
    background-color: rgba(196,3,21,0.8);
    color: white;
    padding: 10px 30px 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    max-width: 96%;
}

.ulStyle {
    list-style: none;
    text-align: justify;
    padding: 0;
    font-size: 1.1rem;
}

.ulStyle li {
    border-top: 1px solid #CDCDCD;
    margin-bottom: 8px !important;
    line-height: 1.5em;
    padding: 4px 0;
    color: #666666;
}

.moreLight2 {
    padding-top: 80px;
    padding-bottom: 120px;
}

.moreLight img {
    width: 100%;
    height: auto;
}

.moreLight span ,.moreLight2 span {
    position: absolute;
    left: 15px;
    bottom: 10%;
    background-color: rgba(196,3,21,0.8);
    color: white;
    padding: 10px 30px 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    max-width: 96%;
}

#laminate {
    padding-bottom: 80px;
}

#laminate img {
    width: 100%;
    height: auto;
}

#laminate span {
    color: #999999;
    font-size: 1.7rem;
    font-weight: 200;
}

#laminateMiddle .imageDiv {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#laminateMiddle p {
    color: white;
    line-height: 50px;
    font-size: 18pt;
}

@media screen and (max-width: 700px){

    #laminateMiddle .imageDiv {
        width: 80%;
    }

    #laminateMiddle p {
        line-height: 25px;
        font-size: 14pt;
    }

}

#accordionExample {
    margin-bottom: 80px;
}

#accordionExample button {
    color: rgba(102,102,102,0.9);
    font-size: 1.3rem;
}

#accordionExample .card {
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

#accordionExample .card-header {
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 1.8rem 1.25rem;
}

#accordionExample .btn-link:hover , #accordionExample .btn-link:focus {
    text-decoration: none;
}

.imge {
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

#accordionExample .accordion-btn {
    position: relative;
}

#accordionExample .accordion-btn .chevron {
    display: block;
    width: 15px;
    height: 15px;
    border-right: 2px solid rgba(102,102,102,0.9);
    border-bottom: 2px solid rgba(102,102,102,0.9);
    margin: 6px auto 0;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

#accordionExample .accordion-btn[aria-expanded="true"] .chevron {
    transform: rotate(-135deg);
}

.modal .close {
    margin: -1rem auto -1rem -1rem;
}

.modal .modal-body {
    text-align: right;
}

.modal .modal-body .titleClient {
    margin: 0 20px;
    font-size: 11pt;
    color: #666;
    border-bottom: 1px solid #0003;
    padding: 0 0 10px 0;
}

hr.hr-text {
    position: relative;
    border: none;
    height: 1px;
    background: #999;
}
hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

