/* 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);
    font-size: var(--tj-fs-h2);
    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: 30px 0;
    background: #fff;
    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;
    }
}
.tj-section-subtitle{
color:#077cea;
font-size: var(--tj-fs-h5);
}
.tj-section-paragraph{
text-align:justify;
}
.tj-section-title {
    font-size: 36px; /* default desktop */
    line-height: 1.3;
}

/* Tablet */
@media (max-width: 992px) {
    .tj-section-title {
        font-size: 30px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .tj-section-title {
        font-size: 24px;
    }
}
.tj-about-area {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    z-index: 1
}

.tj-about-area .tj-section-wrapper .tj-section-title {
    margin-bottom: 25px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .tj-about-area {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .tj-about-area .column_1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .tj-about-area .column_1 .tj-about-thumb {
        margin-top: 50px;
        margin-bottom: 0
    }
}

@media (max-width:575px) {
    .tj-about-area {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .tj-about-area .column_1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .tj-about-area .column_1 .tj-about-thumb {
        margin-top: 10px;
        margin-bottom: 0
    }
}

.tj-about-bg-shape-1 {
    position: absolute;
    top: 52%;
    left: 145px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -1
}

@media only screen and (min-width:1400px) and (max-width:1600px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .tj-about-bg-shape-1 {
        display: none
    }
}

.tj-about-bg-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-animation: bounce-thum-1 4s forwards infinite alternate;
    animation: bounce-thum-1 4s forwards infinite alternate
}

@media only screen and (min-width:1400px) and (max-width:1600px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .tj-about-bg-shape-2 {
        max-width: 200px
    }
}

@media (max-width:575px) {
    .tj-about-bg-shape-2 {
        max-width: 120px
    }
}

.tj-about-bg-shape-3 {
    position: absolute;
    right: 0;
    bottom: 56px;
    z-index: -1;
    -webkit-animation: moving 8s linear infinite;
    animation: moving 8s linear infinite
}

@media only screen and (min-width:1400px) and (max-width:1600px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .tj-about-bg-shape-3 {
        max-width: 140px
    }
}

@media (max-width:575px) {
    .tj-about-bg-shape-3 {
        display: none
    }
}

.tj-about-wrapper {
    margin-left: 10px;
    margin-right: 25px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .tj-about-wrapper {
        margin-right: 0
    }
}

.tj-about-wrapper .tj-section-paragraph {
    max-width: 581px
}

.tj-about-thumb {
    position: relative;
    z-index: 1
}

.tj-about-thumb-shape-1 {
    position: absolute;
    bottom: 64px;
    right: 74px;
    z-index: -2;
    -webkit-animation: moving 8s linear infinite;
    animation: moving 8s linear infinite
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tj-about-thumb-shape-1 {
        right: 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tj-about-thumb-shape-1 {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .tj-about-thumb {
        margin-bottom: 50px
    }
}

@media (max-width:575px) {
    .tj-about-thumb {
        margin-bottom: 40px
    }
}

.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 rgb(0 0 0 / .06);
    box-shadow: 0 4px 30px 0 rgb(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-box-thumb {
    position: relative;
    z-index: 1;
    margin-right: 30px;
    border-radius: 10px
}

.tj-about-box-thumb img {
    border-radius: 10px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tj-about-box-thumb {
        margin-right: 20px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tj-about-box-thumb {
        margin-right: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tj-about-box-thumb {
        margin-right: 15px
    }
}

.tj-about-thumb-paly-btn {
    position: absolute;
    top: 50%;
    left: 37%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

@media (max-width:575px) {
    .tj-about-thumb-paly-btn {
        left: 23%
    }
}

.tj-about-thumb-paly-btn a {
    width: 30px;
    height: 30px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    color: var(--tj-color-common-white);
    -webkit-animation: play-btn 1s linear infinite;
    animation: play-btn 1s linear infinite;
    -webkit-transition: .5s;
    transition: .5s;
    background: var(--tj-color-theme-primary);
    font-size: 8px;
    z-index: 44;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tj-about-thumb-paly-btn a i {
    margin-left: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1
}

@media (max-width:575px) {
    .tj-about-box-thumb-list {
        margin-top: 20px
    }
}

.tj-about-box-thumb-list ul li {
    list-style: none;
    font-family: var(--tj-ff-heading);
    font-weight: var(--tj-fw-sbold);
    margin-bottom: 6px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tj-about-box-thumb-list ul li {
        font-size: 15px
    }
}

@media (max-width:575px) {
    .tj-about-box-thumb-list ul li {
        font-size: 16px
    }
}

.tj-about-box-thumb-list ul li span {
    margin-right: 4px;
    color: var(--tj-color-theme-primary);
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px)
}

.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
    }
}

.tj-about-btn {
    margin-right: 20px
}

@media (max-width:575px) {
    .tj-about-btn {
        margin-bottom: 20px;
        margin-right: 0
    }
}
.gmb-details-section{
    padding: 20px 0;
    background: #f5f5f5;
}

.gmb-details-wrapper{
    display: flex;
    align-items: center;
    gap: 40px;
}

.gmb-content{
    width: 50%;
}

.gmb-content h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1d2c6b;
}

.gmb-content p{
    font-size: 18px;
    line-height: 1.9;
    color: #222;
    margin-bottom: 35px;
    text-align: justify;
}

.gmb-content p strong{
    color: #001aff;
}

.gmb-info{
    display: flex;
    flex-direction: column;
}

.info-item{
    font-size: 18px;
    color: #333;
    line-height: 1.7;
}

.info-item strong{
    color: #333;
}

.info-item a{
    color: #001aff;
    text-decoration: none;
    font-weight: 600;
}

.info-item a:hover{
    text-decoration: underline;
}

.gmb-map{
    width: 50%;
}

.gmb-map iframe{
    width: 100%;
    height: 420px;
    border: 0;
    border-radius: 8px;
}

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

    .gmb-details-wrapper{
        flex-direction: column;
    }

    .gmb-content,
    .gmb-map{
        width: 100%;
    }

    .gmb-content h2{
        font-size: 32px;
    }

    .gmb-content p{
        font-size: 17px;
    }
}

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

    .gmb-details-section{
        padding: 60px 0;
    }

    .gmb-content h2{
        font-size: 26px;
        margin-bottom: 18px;
    }

    .gmb-content p{
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 25px;
    }

    .info-item{
        font-size: 16px;
    }

    .gmb-map iframe{
        height: 320px;
    }
}
.gmb-location-section{
    padding: 10px 0;
    background: #f5f5f5;
}

.section-title{
    margin-bottom: 50px;
}

.section-title .sub-title{
    color: #1f2f6f;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 10px;
}

.section-title h2{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}
.section-title h1{
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

.section-title p{
    max-width: 750px;
    margin: auto;
    color: #666;
    line-height: 1.8;
}

.gmb-wrapper{
    display: flex;
    gap: 25px;
    align-items: stretch;
}

.gmb-location-list{
    width: 28%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.location-item{
    background: #077CEA;
    color: #fff;
    padding: 16px 14px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    line-height: 1.4;
}

.location-item:hover,
.location-item.active{
    background: #0f1b52;
    transform: translateY(-2px);
}@media (max-width: 767px){

    .location-item{
        font-size: 16px;
        padding: 14px 12px;
    }

}

.gmb-map-area{
    width: 72%;
}

.gmb-map-area iframe{
    width: 100%;
    height: 400px;
    border: 0;
    border-radius: 8px;
}

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

    .gmb-wrapper{
        flex-direction: column;
    }

    .gmb-location-list,
    .gmb-map-area{
        width: 100%;
    }

    .location-item{
        font-size: 20px;
        padding: 22px 15px;
    }

    .section-title h2{
        font-size: 34px;
    }
}

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

    .gmb-location-section{
        padding: 10px 0;
    }

    .section-title h2{
        font-size: 28px;
    }

    .section-title p{
        font-size: 15px;
    }

    .location-item{
        font-size: 18px;
        padding: 18px 15px;
    }

    .gmb-map-area iframe{
        height: 350px;
    }
}
 .info-item{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;

    font-size: 18px;
    line-height: 1.7;
}

.info-item i{
    color: #273472;
    font-size: 20px;
    margin-top: 5px;
    min-width: 20px;
}

.info-item a{
    color: #001aff;
    text-decoration: none;
    font-weight: 600;
}

.info-item a:hover{
    text-decoration: underline;
}
.mini-cta-section{
    padding: 30px 0;
    background: #f5f5f5;
}

.mini-cta-wrapper{
    background: #077CEA;
    border-radius: 8px;

    padding: 18px 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.mini-cta-content h3{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.mini-cta-btn a{
    background: #0a9b35;
    color: #fff;
    text-decoration: none;

    font-size: 16px;
    font-weight: 600;

    padding: 12px 22px;
    border-radius: 6px;

    transition: 0.3s ease;
    display: inline-block;
}

.mini-cta-btn a:hover{
    background: #067528;
    transform: translateY(-2px);
}

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

    .mini-cta-wrapper{
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .mini-cta-content h3{
        font-size: 20px;
    }

    .mini-cta-btn a{
        width: 100%;
        font-size: 15px;
        padding: 12px 18px;
    }
}

      .tj-about-btn{text-align:center;}
    .impact-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.impact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.impact-number {
    min-width: 90px;
    background: linear-gradient(135deg, #0d6efd, #00bfff);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(13,110,253,.2);
}

.impact-text {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

@media(max-width:767px){
    .impact-item{
        align-items:flex-start;
    }

    .impact-number{
        min-width:75px;
        font-size:18px;
        padding:8px 12px;
    }

    .impact-text{
        font-size:16px;
    }
}
/* =========================
   ABOUT BADGES
========================= */

.about-trust-badges{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    margin:30px 0;
    align-items:center;
}

.about-badge{
    background:#fff;
    border:1px solid #eaf2ff;
    border-radius:15px;
    padding:15px;
    text-align:center;
    transition:.3s ease;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
}

.about-badge:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 30px rgba(7,124,234,.15);
}

.about-badge img{
    width:100%;
    max-width:50%;
    height:auto;
    object-fit:contain;
}

/* Tablet */

@media(max-width:991px){

    .about-trust-badges{
        grid-template-columns:repeat(2,1fr);
    }
}

/* Mobile */

@media(max-width:767px){

    .about-trust-badges{
        grid-template-columns:repeat(2,1fr);
        gap:10px;
        margin:25px 0;
    }

    .about-badge{
        padding:12px;
    }

    .about-badge img{
        max-width:70px;
    }
}   

  /* =========================
   CORE VALUES SECTION
========================= */

.core-values-section{
    padding:30px 0;
    background:#dcf0ff;
}

.core-values-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 60px;
}

.core-values-tag{
    display:inline-block;
    background:#077CEA;
    color:#fff;
    padding:8px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.core-values-header h2{
    font-size:32px;
    font-weight:700;
    color:#1f2937;
    margin-bottom:15px;
}

.core-values-header p{
    font-size:18px;
    line-height:1.8;
    color:#666;
}

.core-values-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.core-value-card{
    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    border:1px solid #e6eef9;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.35s ease;
}

.core-value-card:hover{
    transform:translateY(-8px);
    border-color:#077CEA;
    box-shadow:0 20px 40px rgba(7,124,234,.15);
}

.value-icon{
    width:70px;
    height:70px;
    margin:0 auto 20px;
    background:#077CEA;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
}

.core-value-card h3{
    font-size:24px;
    margin-bottom:15px;
    color:#1f2937;
    font-weight:700;
}

.core-value-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/* Center last card on desktop */
.sustainability-card{
    grid-column:2;
}

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

    .core-values-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .sustainability-card{
        grid-column:1 / -1;
        max-width:450px;
        margin:0 auto;
    }

    .core-values-header h2{
        font-size:34px;
    }
}

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

    .core-values-section{
        padding:60px 0;
    }

    .core-values-grid{
        grid-template-columns:1fr;
    }

    .sustainability-card{
        grid-column:auto;
        max-width:100%;
    }

    .core-values-header h2{
        font-size:28px;
    }

    .core-values-header p{
        font-size:16px;
    }

    .core-value-card{
        padding:25px 20px;
    }

    .core-value-card h3{
        font-size:20px;
    }

    .value-icon{
        width:60px;
        height:60px;
        font-size:28px;
    }
}   