/* banner start */
.tj-breadcrumb-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 230px 0 120px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.tj-breadcrumb-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(7 124 234 / .5);
    z-index: -2
}

.tj-breadcrumb-area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(1 15 52 / .3);
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tj-breadcrumb-area {
        padding: 200px 0 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tj-breadcrumb-area {
        padding: 180px 0 80px
    }
}

@media (max-width:575px) {
    .tj-breadcrumb-area {
        padding: 180px 0 80px
    }
}

.tj-breadcrumb-bg-shape {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(4%, -30%);
    -ms-transform: translate(4%, -30%);
    transform: translate(4%, -30%);
    z-index: -1
}

.tj-breadcrumb-title {
    color: var(--tj-color-common-white);
    font-weight: var(--tj-fw-bold);
    margin-bottom: 12px
}

.tj-breadcrumb-body {
    font-family: var(--tj-ff-heading);
    font-weight: var(--tj-fw-medium);
    font-size: 18px;
    color: var(--tj-color-common-white);
    margin-bottom: 0
}

.tj-breadcrumb-body .spacing {
    margin: 0 10px 0
}
/* ===== Breadcrumb Area ===== */
/* banner  closed */

/* ===== About Area Styles ===== */

/* ===== Responsive Design ===== */


/* Tablet (768px to 991px) */
@media (max-width: 991px) {


    .tj-about-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }


}

/* Mobile (576px to 767px) */
@media (max-width: 767px) {




    .tj-primary-btn {
        padding: 12px 25px;
        font-size: 15px;
    }


}

/* Small Mobile (Below 576px) */
@media (max-width: 575px) {

    .tj-about-bottom {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 15px;
    }
    .tj-primary-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .tj-primary-btn span {
        justify-content: center;
    }


    .row.align-items-center .column_1 {
        order: 2;
    }

    .row.align-items-center .column_2 {
        order: 1;
    }
}

/* Extra Small Mobile (Below 400px) */
@media (max-width: 399px) {




    .tj-primary-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* Animation classes for WOW.js */
.wow {
    visibility: hidden;
}

.wow.fadeInLeft,
.wow.fadeInRight,
.wow.fadeInUp,
.wow.fadeInRightSlow {
    visibility: visible;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRightSlow {
    from {
        opacity: 0;
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.tj-pricing-wrapper {
    height: 77%;
    display: flex;
    flex-direction: column;
}

.tj-pricing-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px #077ceab7;
}

/* Keep content balanced */
.tj-pricing-bottom {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

/* Ensure text block is consistent */
.tj-pricing-list {
    width: 100%;
}


@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-pricing-area {
        padding: 0 0 50px;
    }
}

.tj-pricing-wrapper {
    background: var(--tj-color-common-white);
    border: 1px solid #d8dde1;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.tj-pricing-wrapper.active .tj-pricing-icon span {
    color: var(--tj-color-common-black);
}

.tj-pricing-wrapper.active .tj-pricing-icon span::before {
    height: 100%;
}

.tj-pricing-wrapper.active .tj-pricing-price {
    background: var(--tj-color-theme-primary);
}

.tj-pricing-wrapper.active .tj-pricing-price::before {
    background: var(--tj-color-theme-primary);
}

.tj-pricing-wrapper.active .tj-pricing-price-subtitle {
    color: var(--tj-color-common-white);
}

.tj-pricing-wrapper.active .tj-pricing-price-title {
    color: var(--tj-color-common-white);
}

.tj-pricing-price {
    background: #ecf1f5;
    padding: 38px 0 28px;
    border-radius: 8px 8px 0 0;
    position: relative;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.tj-pricing-price::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 45px;
    -webkit-mask-image: url(images/pricing/pricing-shape.svg);
    mask-image: url(images/pricing/pricing-shape.svg);
    background: #ecf1f5;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-size: cover;
    mask-size: cover;
    bottom: -38px;
    left: 0;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.tj-pricing-price-subtitle {
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.tj-pricing-price-title {
    font-weight: var(--tj-fw-bold);
    margin-bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.tj-pricing-bottom {
    padding: 60px 42px 42px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-pricing-bottom {
        padding: 35px 15px;
    }
}

.tj-pricing-list {
    margin-bottom: 55px;
}

.tj-pricing-list ul li {
    list-style: none;
    margin-bottom: 8px;
}

.tj-pricing-list ul li.inactive {
    color: var(--tj-color-grey-2);
}

.tj-pricing-list ul li.inactive span {
    color: var(--tj-color-grey-2);
}

.tj-pricing-list ul li:last-child {
    margin-bottom: 0;
}

.tj-pricing-list ul li span {
    margin-right: 4px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    display: inline-block;
    color: var(--tj-color-theme-primary);
}

.tj-pricing-list ul li span i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
}

.tj-pricing-icon {
    position: absolute;
    top: 0;
    left: 40px;
}

.tj-pricing-icon span {
    background: var(--tj-color-theme-primary);
    color: var(--tj-color-common-white);
    padding: 16px 6px 6px;
    border-radius: 0 0 30px 30px;
    font-size: 45px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.tj-pricing-icon span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: var(--tj-color-theme-secondary);
    z-index: -1;
    border-radius: 0 0 30px 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}





.tj-about-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--tj-color-common-white);
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
    border-left: 4px solid var(--tj-color-theme-primary);
    border-radius: 10px;
    padding: 25px 30px 25px 25px;
    margin-bottom: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tj-about-box {
        padding: 25px 15px 25px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-about-box {
        padding: 25px 10px 25px;
    }
}

@media (max-width: 575px) {
    .tj-about-box {
        display: inherit;
        padding: 25px 15px 25px;
    }
}



.tj-about-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media (max-width: 575px) {
    .tj-about-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}



/* Before & after start */
.tj-before-after-area {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 575px) {
    .tj-before-after-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.tj-before-after-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 620px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.tj-before-after-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(7, 124, 234, 0.85);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-before-after-bg {
        height: 510px;
    }
}

@media (max-width: 575px) {
    .tj-before-after-bg {
        height: 480px;
    }
}

.tj-before-after-wrapper {
    overflow: hidden;
    border-radius: 20px;
}

.tj-before-after-wrapper img {
    max-width: inherit;
    height: 570px;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tj-before-after-wrapper img {
        height: 480px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tj-before-after-wrapper img {
        height: 375px;
    }
}

@media (max-width: 575px) {
    .tj-before-after-wrapper img {
        height: 320px;
    }
}

/* Before & after end */

.subscribe-enquiry {
    padding: 0px 0 50px 0;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
}

.subscribe-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: start;
}

/* LEFT CONTENT */

.subscribe-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0b1c2d;
    margin-bottom: 20px;
}

.subscribe-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 18px;
    text-align: justify;
}

/* RIGHT FORM */

.enquiry-form-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0b1c2d;
    margin-bottom: 25px;
}

.enquiry-form-box form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.enquiry-form-box input,
.enquiry-form-box textarea {
    width: 100%;
    padding: 16px 18px;
    border-radius: 10px;
    border: 1px solid #e3e3e3;
    font-size: 15px;
    outline: none;
    transition: 0.3s;
}

.enquiry-form-box input:focus,
.enquiry-form-box textarea:focus {
    border-color: #0a8cff;
    box-shadow: 0 0 0 3px rgba(10, 140, 255, 0.08);
}

.enquiry-form-box textarea {
    resize: none;
}

.enquiry-form-box button {
    margin-top: 12px;
    width: fit-content;
    padding: 14px 36px;
    background: #2e3238;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.enquiry-form-box button:hover {
    background: #0a8cff;
}

/* ===== Responsive ===== */

@media (max-width: 992px) {
    .subscribe-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .subscribe-content h2 {
        font-size: 30px;
    }

    .enquiry-form-box h3 {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .subscribe-enquiry {
        padding: 50px 0;
    }

    .subscribe-content h2 {
        font-size: 24px;
    }

    .subscribe-content p {
        font-size: 15px;
    }
}
