/* Why Choose Us Interactive Section */
section#section-4 {
    z-index: 1;
}
.pb-section-why-choose-interactive {
    position: relative;
}

.pb-section-why-choose-interactive .pb-section-margin-wrap {
    max-width: 1672px;
    margin: 0 auto;
    padding: 0 15px;
}

.pb-section-why-choose-interactive .why-choose-bg-image {
    position: relative;
    padding-bottom: 66%;
}

.pb-section-why-choose-interactive .why-choose-bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pb-section-why-choose-interactive .why-choose-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 95px;
    padding-bottom: 65px;
}

.pb-section-why-choose-interactive .why-choose-overlay-content .pb-section-margin-wrap {
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.pb-section-why-choose-interactive .why-choose-text-wrappers {
    position: absolute;
    width: 100%;
    left: 0;
    height: calc(100% - 330px);
    top: 50%;
    transform: translateY(-50%);
}

.pb-section-why-choose-interactive .why-choose-container {
    height: 100%;
    padding: 0 15px;
}

.pb-section-why-choose-interactive .why-choose-container .flex-wrapper {
    height: 100%;
}

.pb-section-why-choose-interactive .why-choose-left-block,
.pb-section-why-choose-interactive .why-choose-right-block {
    width: 50%;
    position: relative;
}

.pb-section-why-choose-interactive .why-choose-text-block {
    position: absolute;
	    transform: none !important;		
}

.pb-section-why-choose-interactive .why-choose-left-block .why-choose-text-block:nth-child(1) {
    top: 30%;
    left: 38%;
}

.pb-section-why-choose-interactive .why-choose-left-block .why-choose-text-block:nth-child(2) {
    top: 45%;
    left: 15%;
}

.pb-section-why-choose-interactive .why-choose-left-block .why-choose-text-block:nth-child(3) {
    top: 71%;
    left: 28%;
}

.pb-section-why-choose-interactive .why-choose-right-block .why-choose-text-block:nth-child(1) {
    top: 25%;
    left: 21%;
}

.pb-section-why-choose-interactive .why-choose-right-block .why-choose-text-block:nth-child(2) {
    top: 43%;
    left: 32%;
}

.pb-section-why-choose-interactive .why-choose-right-block .why-choose-text-block:nth-child(3) {
    top: 65%;
    left: 30%;
}

.pb-section-why-choose-interactive .why-choose-text-block h2 {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    line-height: 45px;
    font-weight: 300;
    color: #fff;
    background-image:url(../../assets/images/dotted-border.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    min-width: 365px;
    display: inline-flex;
    position: relative;
    padding-bottom: 20px;
    cursor: pointer;
}

.pb-section-why-choose-interactive .why-choose-text-block h2:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -25px;
    background-image: url(../../assets/images/plus-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.pb-section-why-choose-interactive .why-choose-left-block .why-choose-text-block h2:after {
    right: 0;
}

.pb-section-why-choose-interactive .why-choose-right-block .why-choose-text-block h2:after {
    left: 0;
}

.pb-section-why-choose-interactive .why-choose-left-block .why-choose-text-block h2 {
    padding-right: 145px;
}

.pb-section-why-choose-interactive .why-choose-right-block .why-choose-text-block h2 {
    padding-left: 145px;
    text-align: right;
    justify-content: flex-end;
}

.pb-section-why-choose-interactive .why-choose-tooltip-text {
    width: 50%;
    background-color: #c80000;
    border-radius: 10px;
    padding: 15px;
    z-index: 99999;
    position: relative;
    margin-top: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.pb-section-why-choose-interactive .why-choose-tooltip-text p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}

.pb-section-why-choose-interactive .why-choose-tooltip-text:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c80000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
}

.pb-section-why-choose-interactive .why-choose-right-block .why-choose-tooltip-text {
    left: 7%;
}

.pb-section-why-choose-interactive .why-choose-button-block {
    margin-top: auto;
}

/* Responsive Design */
@media only screen and (max-width: 1599px) {
    .pb-section-why-choose-interactive .why-choose-text-block h2 {
        font-size: 24px;
        line-height: 36px;
        padding-bottom: 10px;
    }
    .pb-section-why-choose-interactive .why-choose-text-block h2:after {
        width: 42px;
        height: 42px;
        bottom: -21px;
    }
    .pb-section-why-choose-interactive .why-choose-overlay-content {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 1399px) {
    .pb-section-why-choose-interactive .why-choose-text-block h2 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .pb-section-why-choose-interactive .why-choose-text-block h2:after {
        width: 36px;
        height: 36px;
        bottom: -18px;
    }
    .pb-section-why-choose-interactive .why-choose-overlay-content {
        padding-top: 60px;
        border-top: 20px solid #000;
    }
    .pb-section-why-choose-interactive .why-choose-text-wrappers {
        height: calc(100% - 250px);
    }
    .pb-section-why-choose-interactive .why-choose-right-block .why-choose-text-block h2 {
        padding-left: 80px;
    }
    .pb-section-why-choose-interactive .why-choose-left-block .why-choose-text-block h2 {
        padding-right: 80px;
    }
    .pb-section-why-choose-interactive .why-choose-text-block h2 {
        min-width: 280px;
    }
}

@media only screen and (max-width: 1199px) {
    .pb-section-why-choose-interactive .why-choose-text-block h2:after {
        width: 30px;
        height: 30px;
        bottom: -15px;
    }
    .pb-section-why-choose-interactive .why-choose-left-block .why-choose-text-block:nth-child(3) {
        left: 18%;
    }
    .pb-section-why-choose-interactive .why-choose-left-block .why-choose-text-block:nth-child(2) {
        left: 12%;
        top: 42%;
    }
    .pb-section-why-choose-interactive .why-choose-left-block .why-choose-text-block:nth-child(1) {
        top: 28%;
        left: 30%;
    }
    .pb-section-why-choose-interactive .why-choose-right-block .why-choose-text-block:nth-child(3) {
        top: 62%;
    }
    .pb-section-why-choose-interactive .why-choose-overlay-content {
        padding-top: 40px;
        padding-bottom: 40px;
        border-top: 30px solid #000;
    }
    .pb-section-why-choose-interactive .why-choose-text-wrappers {
        height: calc(100% - 180px);
    }
}

@media only screen and (max-width: 991px) {
    .pb-section-why-choose-interactive .why-choose-text-block h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .pb-section-why-choose-interactive .why-choose-left-block .why-choose-text-block h2 {
        padding-right: 30px;
    }
    .pb-section-why-choose-interactive .why-choose-right-block .why-choose-text-block h2 {
        padding-left: 30px;
    }
    .pb-section-why-choose-interactive .why-choose-text-block h2:after {
        width: 20px;
        height: 20px;
        bottom: -10px;
    }
    .pb-section-why-choose-interactive .why-choose-text-block h2 {
        min-width: 200px;
    }
    .pb-section-why-choose-interactive .why-choose-overlay-content {
        padding-bottom: 30px;
    }
    .pb-section-why-choose-interactive .why-choose-text-wrappers {
        height: calc(100% - 155px);
    }
    .pb-section-why-choose-interactive .why-choose-tooltip-text {
        width: 90%;
        padding: 10px;
    }
    .pb-section-why-choose-interactive .why-choose-tooltip-text p {
        font-size: 12px;
        line-height: 1.2;
    }
    .pb-section-why-choose-interactive .why-choose-tooltip-text:before {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #c80000;
        top: -8px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-section-why-choose-interactive .section-title h2 {
        font-size: 24px;
    }
    .pb-section-why-choose-interactive .why-choose-text-block h2 {
        font-size: 14px;
        line-height: 18px;
    }
    .pb-section-why-choose-interactive .why-choose-right-block .why-choose-text-block {
        margin-left: auto;
    }
    .pb-section-why-choose-interactive .why-choose-text-block {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
        width: 90%;
        margin-bottom: 20px;
    }
    .pb-section-why-choose-interactive .why-choose-tooltip-text {
        position: absolute;
    }
    .pb-section-why-choose-interactive .why-choose-text-block h2 {
        min-width: auto;
        width: 100%;
    }
    .pb-section-why-choose-interactive .why-choose-text-block h2:after {
        width: 16px;
        height: 16px;
        bottom: -8px;
        background-size: 16px;
    }
    .pb-section-why-choose-interactive{
        background-color: #000;
        padding-top: 40px;
    }
    .pb-section-why-choose-interactive .why-choose-overlay-content {
        padding-top: 40px;
        padding-bottom: 15px;
        border-top: 20px solid #000;
    }
}

@media only screen and (max-width: 575px) {
    .pb-section-why-choose-interactive .why-choose-text-wrappers {
        height: calc(100% - 210px);
    }
    .pb-section-why-choose-interactive .why-choose-bg-image {
        position: relative;
        padding-bottom: 90%;
    }
    .pb-section-why-choose-interactive .why-choose-bg-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
        .pb-section-why-choose-interactive .why-choose-tooltip-text p {
        font-size: 10px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 360px) {
    .pb-section-why-choose-interactive .why-choose-left-block .why-choose-text-block h2 {
        padding-right: 0;
    }
    .pb-section-why-choose-interactive .why-choose-overlay-content {
        padding-top: 12px;
        border-top: 50px solid #000;
    }
    .pb-section-why-choose-interactive .why-choose-text-wrappers {
        height: calc(100% - 160px);
    }
    .pb-section-why-choose-interactive .why-choose-text-block {
        margin-bottom: 10px;
    }
}