/*-- =================== BANNER SECTION  ==================== --*/
/* 
.single-banner {
    position: relative;
    background-image: url("../images/about-bnr.webp");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    display: flex;
    align-items: flex-start; 
    justify-content: center;  
    text-align: center;
    color: #fff;
}

.banner-content{
    margin-top:120px; 
    width:100%;
    text-align:center;
}

.banner-content h1{
    font-size:70px;
    font-weight:800;
    margin-bottom:20px;
}

.banner-content p{
    font-size:20px;
    line-height:32px;
}

@media (max-width: 991px){
    .single-banner{
        height:65vh;
    }

    .banner-content{
        margin-top:90px;
        padding:0 20px;
    }

    .banner-content h1{
        font-size:38px;
        line-height:48px;
    }

    .banner-content p{
        font-size:18px;
    }
}

@media (max-width:600px){
    .single-banner{
        height:40vh;
    }

    .banner-content{
        margin-top:50px;
    }

    .banner-content h1{
        font-size:26px;
        line-height:34px;
    }

    .banner-content p{
        font-size:15px;
        line-height:24px;
    }
} */

/*-- ============ Nav Links  ============= --*/

.breadcrumb-wrapper {
    margin: 40px 0;
    padding-left: 60px;
    /* 👈 left se gap */
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    color: #000;
    font-size: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #000;
    padding: 0 8px;
}

.breadcrumb-item.active {
    font-weight: 700;
    color: #001a4d;
}

/* 📱 mobile view */
@media (max-width: 576px) {
    .breadcrumb-wrapper {
        padding-left: 20px;
        /* mobile left gap */
        margin: 20px 0;
    }
}


/*================== company page  ==================*/

.company-about{
    background-color: var(--second);
}

.company-box{
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 10px;
}
.company-about .data h1{
    font-size: 50px;
}

.company-about .data p{
    text-align: justify;
}
  .vmv-wrapper {
    background: transparent;
}

.vmv-card {
    background: #ffffff;
    padding: 30px 22px 26px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* Top gradient strip */
.vmv-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(
        90deg,
        var(--main-colour),
        var(--second)
    );
}

.vmv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 36px rgba(120, 39, 48, 0.25);
    cursor: pointer;
}

/* Icon */
.vmv-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
}

/* Icon gradients using your colors */
.vmv-icon.vision {
    background: linear-gradient(
        135deg,
        var(--main-colour),
        #9a3a44
    );
}

.vmv-icon.mission {
    background: linear-gradient(
        135deg,
        var(--second),
        #d9821f
    );
}

.vmv-icon.values {
    background: linear-gradient(
        135deg,
        var(--main-colour),
        var(--second)
    );
}

/* Text */
.vmv-card h5 {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 18px;
    color: var(--main-colour);
}

.vmv-card p {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #555;
}

@media(max-width: 767.5px){
    .company-about .data h1{
    font-size: 40px;
}
}

@media(max-width: 576.5px){
    .company-about .data h1{
    font-size: 34px;
}
}

/*-----  ================ timeline section  =================  -----*/

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1642px;
}

.inner-wrapper-padding {
    padding: 0 80px;
}

.about-timeline {
    background: url(../images/Milestone.webp);
    background-size: cover;
    background-position: center;
    /* padding: 140px 0 125px; */
}

.timeline-box h6 {
    font-size: 40px;
    line-height: 1;
    color: var(--second);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: auto;
    padding: 4px 10px;
    margin-top: 0;
    transform: translate(0, -50%);
    background-color: #131138;
   margin-right: 70px;
}


/* Timeline content text (p) font size */
.timeline-content-txt ul li {
    font-size: 14px; /* Reduce from 16-18px */
}

/* Timeline list icon size */
.timeline-content-txt ul li i {
    font-size: 14px; /* Reduce from 16px */
}


.start-point h4 {
    font-size: 17px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--second);
    border-radius: 16px;
    display: block;
    width: auto;
    text-align: center;
    padding: 5px 25px;
    position: relative;
    margin-bottom: 45px;
    font-family: 'Inter', sans-serif;
}

.black-dot {
    width: 21px;
    height: 21px;
    background-color: #ffffff;
    border-radius: 50%;
    display: block;
    margin: 0 auto 62px;
    z-index: 1;
}

.start-point {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.start-point:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 0px;
    background-color: #aaa;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    border-left: 1px solid #aaa;
}

.timeline-row .horizontal-line {
    border-top: 1px solid #aaa;
    width: calc(100% - 150px);
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, 0%);
}

.timeline-row .verticle-line {
    margin: 0;
    padding: 0;
    width: 2px;
    border-right: 1px solid #aaa;
    height: calc(100% - 150px);
    position: absolute;
    top: 0;
    right: 0;
    margin: auto 0;
    bottom: 0;
}

.timeline-row:nth-child(2n+2) .verticle-line {
    left: -1.2px;
    right: inherit;
}

.corner {
    position: absolute;
    border-right: 1px solid #aaa;
    width: 76px;
    height: 76px;
    right: 0;
    border-top: 1px solid #aaa;
    top: 74.9px;
    border-radius: 0 70px 0 0;
    top: 0;
}

.timeline-row:nth-child(2n+2) .corner {
    right: inherit;
    left: 0;
    border-left: 1px solid #aaa;
    border-right: 0;
    border-radius: 70px 0 0 0;
}

.corner.bottom {
    bottom: -76px;
    top: inherit;
    border-radius: 0;
    border-top: 0;
    border-bottom: 1px solid #aaa;
    border-radius: 0 0 70px 0;
    right: 0;
    z-index: 1;
    bottom: -1px;
}

.timeline-row:nth-child(2n+2) .corner {
    right: inherit;
    left: 0;
    border-left: 1px solid #aaa;
    border-right: 0;
    border-radius: 70px 0 0 0;
}

.timeline-row:nth-child(2n+2) .corner.bottom {
    border-radius: 0 0 0 70px;
}

.timeline-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 0px;
    position: relative;
    /*padding: 0 66px 130px;margin-right: 111px;*/
}

.timeline-row:nth-child(2n+2) {
    justify-content: space-around;
    text-align: right;
    padding: 0 2%;
}

.timeline-row:nth-child(2n+2) {
    flex-direction: row-reverse;
}

.timeline-box {
    /*padding: 45px 50px 130px;*/
    max-width: 550px;
    margin-right: 25px;
    position: relative;
}

.timeline-main {
    margin-top: 75px;
}

.corner.bl {
    bottom: 0;
    left: 0;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-radius: 0 0 0px 100%;
    border-right: none;
    border-top: none;
    height: 76px;
    width: 76px;
}

.start-point .corner.bl {
    left: 50%;
    bottom: 0px;
    transform: translateY(100%);
    top: unset;
}

.timeline-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 27.5px;
    height: 1px;
    width: 100%;
}

.timeline-box-wrap {
    padding: 45px 0px 0;
    position: relative;
    /*min-height: 318px;*/
    padding: 0;
    margin-bottom: 60px;
}

/* .timeline-row:first-child::after {left: -54px;width: 97%; transform: none; }  */
.timeline-row:last-child .corner.bottom {
    display: none;
}

.timeline-row:nth-child(2n+1) .timeline-box:last-child .timeline-box-wrap {
    text-align: center;
}

.start-point.end-point:before {
    display: none;
}

.start-point.end-point {
    position: absolute;
    bottom: 0;
    right: 0%;
    transform: translateX(50%);
}

.timeline-row:nth-child(2n+2) .start-point.end-point {
    left: 0;
    transform: translateX(-50%);
    right: unset;
}

.timeline-row:first-child .timeline-box::after {
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, -50%) rotate(0deg);
    transform: translate(100%, -50%) rotate(0deg);
}

.timeline-row .timeline-box:nth-child(3)::after {
    display: none;
}

.timeline-row:last-child .verticle-line::after {
    display: none;
}

.timeline-row:first-child .timeline-box:nth-child(2)::after {
    display: none;
}

.timeline-content-img .timeline-content {
    position: relative;
}

.boxx-2 {
    margin-right: -50px;
}
/*==============Responsive==============*/


@media screen and (max-width: 1800px) {

    .timeline-box {
        max-width: 460px;
    }

    .timeline-box.img-right .timeline-content img,
    .timeline-box.img-left .timeline-content img {
        max-width: 220px;
        max-height: 230px;
    }

    .timeline-box-wrap .timeline-content img {
        max-width: 100%;
    }
}

@media screen and (max-width: 1600px) {

    /* .timeline-row:first-child .timeline-box:first-child {width: 38%;} */
    .timeline-box {
        max-width: 380px;
    }

    .timeline-box.img-right .timeline-content img,
    .timeline-box.img-left .timeline-content img {
        max-width: 180px;
        max-height: 190px;
    }

    .timeline-box h6 {
        font-size: 36px; /* Reduce from 50px */
    }

    .about-timeline {
        padding: 120px 0 100px;
    }

    .timeline-content-txt ul li {
        font-size: 13px; /* Reduce a bit */
    }

    .timeline-content-txt ul li i {
        font-size: 13px;
    }
}

@media screen and (max-width: 1199px) {
    .about-timeline {
        padding: 90px 0 60px;
    }

    .boxx-2 {
    margin-right: -100px;
}
    .timeline-box h6 {
        font-size: 28px; /* Reduce from 34px */
    }

    .timeline-box {
        max-width: 240px;
    }

    .timeline-row:first-child {
        padding: 0 0 0 60px;
    }

    .timeline-row:first-child .timeline-box:first-child {
        width: 42%;
    }

    .timeline-box.img-right .timeline-content,
    .timeline-box.img-left .timeline-content {
        flex-wrap: wrap;
    }

    .timeline-box.img-right .timeline-content img,
    .timeline-box.img-left .timeline-content img {
        max-width: 180px;
        max-height: 200px;
    }

    /* .top-timeline-arrow.timeline-content-img .timeline-content::after {
        right: 0;
    }

    .img-right.timeline-content-img .timeline-content::after {
        top: -20px;
        right: -45px;
    } */

    .timeline-box.img-right .timeline-content-txt {
        width: 90%;
    }

    .timeline-content-txt ul li {
        font-size: 12px;
    }

    .timeline-content-txt ul li i {
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .corner {
        display: none;
    }

    .timeline-row .horizontal-line {
        display: none;
    }

    .timeline-row:first-child {
        max-width: 100%;
        padding: 0;
    }

    .timeline-main {
        margin-top: 0;
    }

    .timeline-row .verticle-line {
        right: 50%;
        transform: translate(50%, 0);
        height: calc(100% - 0px);
    }

    .timeline-row:nth-child(2n+2) .verticle-line {
        left: auto;
        right: 50%;
    }

    .verticle-line::after {
        display: none;
    }

    .timeline-row .timeline-box {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .timeline-row:first-child .timeline-box:first-child {
        width: 100%;
        margin: 0;
    }

    .timeline-row:first-child .timeline-box:nth-child(2) {
        width: 100%;
    }

    /* .timeline-box p br {
        display: none;
    } */

    .timeline-box h6 {
        transform: translate(0, -0%);
        padding: 0;
    }

    .timeline-content {
        padding: 0;
    }

    .timeline-box.img-right .timeline-content-txt {
        width: 100%;
    }

    .start-point.end-point {
        right: 50%;
    }

    .start-point h4 {/*-- =================== BANNER SECTION  ==================== --*/

.banner-section {
    margin-top: -100px;
}
.single-banner {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.banner-content {
    position: relative;
    z-index: 2;
    /* max-width: 1000px; */
    margin: auto;
    padding: 20px;
}

.banner-content h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.banner-content p {
    font-size: 20px;
    margin-bottom: 30px;
}

.banner-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.banner-btn:hover {
    background: var(--second);
    color: #fff;
}

/* Hide arrows & dots */
/* Hide arrows & dots */
.banner-area .swiper-button-next,
.banner-area .swiper-button-prev,
.banner-area .swiper-pagination {
    display: none !important;
}

/* Responsive */
@media (max-width: 991px) {
    .single-banner {
        height: 65vh;
        /* Tablet पर height और कम */
    }

    .banner-content h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .banner-content p {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .single-banner {
        height: 55vh;
        /* Mobile पर सबसे छोटी height */
        padding: 30px 15px;
    }

    .banner-content h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .banner-content p {
        font-size: 15px;
    }

    .banner-btn {
        font-size: 15px;
        padding: 10px 22px;
    }
}

/* Desktop: नीचे align */
.banner-content {
    position: absolute;
    bottom: 60px;
    /* नीचे से gap */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    width: 100%;
    /* max-width: 800px; */
    /* padding: 20px; */
}

/* Mobile: बीच में center */
@media (max-width: 768px) {
    .banner-content {
        bottom: 35%;
        /* बीच में shift */
        transform: translate(-50%, 40%);
        /* proper center */
    }
}



/*-- ============ Nav Links  ============= --*/

.breadcrumb-wrapper {
    margin: 40px 0;
    padding-left: 60px;
    /* 👈 left se gap */
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    color: #000;
    font-size: 14px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #000;
    padding: 0 8px;
}

.breadcrumb-item.active {
    font-weight: 700;
    color: #001a4d;
}

/* 📱 mobile view */
@media (max-width: 576px) {
    .breadcrumb-wrapper {
        padding-left: 20px;
        /* mobile left gap */
        margin: 20px 0;
    }
}

/*-----  ================ timeline section  =================  -----*/

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1642px;
}

.inner-wrapper-padding {
    padding: 0 80px;
}

.about-timeline {
    background: url(../images/Milestone.webp);
    background-size: cover;
    background-position: center;
    /* padding: 140px 0 125px; */
}

.timeline-box h6 {
    font-size: 40px;
    line-height: 1;
    color: var(--second);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: auto;
    padding: 4px 10px;
    margin-top: 0;
    transform: translate(0, -50%);
    background-color: #131138;
   margin-right: 70px;
}


/* Timeline content text (p) font size */
.timeline-content-txt ul li {
    font-size: 14px; /* Reduce from 16-18px */
}

/* Timeline list icon size */
.timeline-content-txt ul li i {
    font-size: 14px; /* Reduce from 16px */
}


.start-point h4 {
    font-size: 17px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--second);
    border-radius: 16px;
    display: block;
    width: auto;
    text-align: center;
    padding: 5px 25px;
    position: relative;
    margin-bottom: 45px;
    font-family: 'Inter', sans-serif;
}

.black-dot {
    width: 21px;
    height: 21px;
    background-color: #ffffff;
    border-radius: 50%;
    display: block;
    margin: 0 auto 62px;
    z-index: 1;
}

.start-point {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.start-point:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 0px;
    background-color: #aaa;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    border-left: 1px solid #aaa;
}

.timeline-row .horizontal-line {
    border-top: 1px solid #aaa;
    width: calc(100% - 150px);
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, 0%);
}

.timeline-row .verticle-line {
    margin: 0;
    padding: 0;
    width: 2px;
    border-right: 1px solid #aaa;
    height: calc(100% - 150px);
    position: absolute;
    top: 0;
    right: 0;
    margin: auto 0;
    bottom: 0;
}

.timeline-row:nth-child(2n+2) .verticle-line {
    left: -1.2px;
    right: inherit;
}

.corner {
    position: absolute;
    border-right: 1px solid #aaa;
    width: 76px;
    height: 76px;
    right: 0;
    border-top: 1px solid #aaa;
    top: 74.9px;
    border-radius: 0 70px 0 0;
    top: 0;
}

.timeline-row:nth-child(2n+2) .corner {
    right: inherit;
    left: 0;
    border-left: 1px solid #aaa;
    border-right: 0;
    border-radius: 70px 0 0 0;
}

.corner.bottom {
    bottom: -76px;
    top: inherit;
    border-radius: 0;
    border-top: 0;
    border-bottom: 1px solid #aaa;
    border-radius: 0 0 70px 0;
    right: 0;
    z-index: 1;
    bottom: -1px;
}

.timeline-row:nth-child(2n+2) .corner {
    right: inherit;
    left: 0;
    border-left: 1px solid #aaa;
    border-right: 0;
    border-radius: 70px 0 0 0;
}

.timeline-row:nth-child(2n+2) .corner.bottom {
    border-radius: 0 0 0 70px;
}

.timeline-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 0px;
    position: relative;
    /*padding: 0 66px 130px;margin-right: 111px;*/
}

.timeline-row:nth-child(2n+2) {
    justify-content: space-around;
    text-align: right;
    padding: 0 2%;
}

.timeline-row:nth-child(2n+2) {
    flex-direction: row-reverse;
}

.timeline-box {
    /*padding: 45px 50px 130px;*/
    max-width: 550px;
    margin-right: 25px;
    position: relative;
}

.timeline-main {
    margin-top: 75px;
}

.corner.bl {
    bottom: 0;
    left: 0;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-radius: 0 0 0px 100%;
    border-right: none;
    border-top: none;
    height: 76px;
    width: 76px;
}

.start-point .corner.bl {
    left: 50%;
    bottom: 0px;
    transform: translateY(100%);
    top: unset;
}

.timeline-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 27.5px;
    height: 1px;
    width: 100%;
}

.timeline-box-wrap {
    padding: 45px 0px 0;
    position: relative;
    /*min-height: 318px;*/
    padding: 0;
    margin-bottom: 60px;
}

/* .timeline-row:first-child::after {left: -54px;width: 97%; transform: none; }  */
.timeline-row:last-child .corner.bottom {
    display: none;
}

.timeline-row:nth-child(2n+1) .timeline-box:last-child .timeline-box-wrap {
    text-align: center;
}

.start-point.end-point:before {
    display: none;
}

.start-point.end-point {
    position: absolute;
    bottom: 0;
    right: 0%;
    transform: translateX(50%);
}

.timeline-row:nth-child(2n+2) .start-point.end-point {
    left: 0;
    transform: translateX(-50%);
    right: unset;
}

.timeline-row:first-child .timeline-box::after {
    left: auto;
    right: 0;
    -webkit-transform: translate(100%, -50%) rotate(0deg);
    transform: translate(100%, -50%) rotate(0deg);
}

.timeline-row .timeline-box:nth-child(3)::after {
    display: none;
}

.timeline-row:last-child .verticle-line::after {
    display: none;
}

.timeline-row:first-child .timeline-box:nth-child(2)::after {
    display: none;
}

.timeline-content-img .timeline-content {
    position: relative;
}

.boxx-2 {
    margin-right: -50px;
}
/*==============Responsive==============*/


@media screen and (max-width: 1800px) {

    .timeline-box {
        max-width: 460px;
    }

    .timeline-box.img-right .timeline-content img,
    .timeline-box.img-left .timeline-content img {
        max-width: 220px;
        max-height: 230px;
    }

    .timeline-box-wrap .timeline-content img {
        max-width: 100%;
    }
}

@media screen and (max-width: 1600px) {

    /* .timeline-row:first-child .timeline-box:first-child {width: 38%;} */
    .timeline-box {
        max-width: 380px;
    }

    .timeline-box.img-right .timeline-content img,
    .timeline-box.img-left .timeline-content img {
        max-width: 180px;
        max-height: 190px;
    }

    .timeline-box h6 {
        font-size: 36px; /* Reduce from 50px */
    }

    .about-timeline {
        padding: 120px 0 100px;
    }

    .timeline-content-txt ul li {
        font-size: 13px; /* Reduce a bit */
    }

    .timeline-content-txt ul li i {
        font-size: 13px;
    }
}

@media screen and (max-width: 1199px) {
    .about-timeline {
        padding: 90px 0 60px;
    }

    .boxx-2 {
    margin-right: -100px;
}
    .timeline-box h6 {
        font-size: 28px; /* Reduce from 34px */
    }

    .timeline-box {
        max-width: 240px;
    }

    .timeline-row:first-child {
        padding: 0 0 0 60px;
    }

    .timeline-row:first-child .timeline-box:first-child {
        width: 42%;
    }

    .timeline-box.img-right .timeline-content,
    .timeline-box.img-left .timeline-content {
        flex-wrap: wrap;
    }

    .timeline-box.img-right .timeline-content img,
    .timeline-box.img-left .timeline-content img {
        max-width: 180px;
        max-height: 200px;
    }

    /* .top-timeline-arrow.timeline-content-img .timeline-content::after {
        right: 0;
    }

    .img-right.timeline-content-img .timeline-content::after {
        top: -20px;
        right: -45px;
    } */

    .timeline-box.img-right .timeline-content-txt {
        width: 90%;
    }

    .timeline-content-txt ul li {
        font-size: 12px;
    }

    .timeline-content-txt ul li i {
        font-size: 12px;
    }
}

@media screen and (max-width: 1024px) {
    .corner {
        display: none;
    }

    .timeline-row .horizontal-line {
        display: none;
    }

    .timeline-row:first-child {
        max-width: 100%;
        padding: 0;
    }

    .timeline-main {
        margin-top: 0;
    }

    .timeline-row .verticle-line {
        right: 50%;
        transform: translate(50%, 0);
        height: calc(100% - 0px);
    }

    .timeline-row:nth-child(2n+2) .verticle-line {
        left: auto;
        right: 50%;
    }

    .verticle-line::after {
        display: none;
    }

    .timeline-row .timeline-box {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .timeline-row:first-child .timeline-box:first-child {
        width: 100%;
        margin: 0;
    }

    .timeline-row:first-child .timeline-box:nth-child(2) {
        width: 100%;
    }

    /* .timeline-box p br {
        display: none;
    } */

    .timeline-box h6 {
        transform: translate(0, -0%);
        padding: 0;
    }

    .timeline-content {
        padding: 0;
    }

    .timeline-box.img-right .timeline-content-txt {
        width: 100%;
    }

    .start-point.end-point {
        right: 50%;
    }

    .start-point h4 {
        margin-bottom: 0;
    }

    .about-timeline {
        padding: 20px 0;
    }

    .timeline-box::after {
        -webkit-transform: translate(-100%, 100%) rotate(180deg);
        transform: translate(-100%, 100%) rotate(180deg);
        right: 50%;
        top: 20px;
        left: 50%;
    }

    .timeline-box-wrap {
        width: 50%;
        text-align: right;
        padding: 0 30px 0 0;
        margin: 40px 0 0 0;
    }

    .timeline-row .timeline-box img {
        margin: 0 0 0 auto;
    }

    .timeline-row:first-child .timeline-box:nth-child(2)::after {
        display: block;
    }

    /* .timeline-row:first-child .timeline-box:first-child img {margin: 0 0 0 auto;} */
    .timeline-box.img-right .timeline-content img,
    .timeline-box.img-left .timeline-content img {
        margin: 0 0 0 auto;
    }

    .timeline-row .timeline-box:nth-child(2n) .timeline-box-wrap {
        margin: 40px 0 0 auto;
        padding: 0 0 0 30px;
        text-align: left;
    }

    .timeline-row:nth-of-type(2) .timeline-box:nth-child(1) .timeline-box-wrap {

        margin: 40px 0 0 auto;
        text-align: left;
        padding: 0 0 0 30px;
    }

    .timeline-row:nth-of-type(2) .timeline-box:nth-child(2) .timeline-box-wrap {
        margin: 40px 0 0 0;
        /* left side */
        padding: 0 30px 0 0;
        text-align: right;
    }

    .timeline-row:nth-of-type(2) .timeline-box:nth-child(3) .timeline-box-wrap {

        margin: 40px 0 0 auto;
        text-align: left;
        padding: 0 0 0 30px;
    }

    .timeline-row:nth-child(2n+2) .start-point.end-point {
        left: auto;
        /* ya jo bhi default position chahiye */
        transform: none;
        /* translateX hata diya */
        right: auto;
        /* unset ki jagah normal */
    }

    .timeline-row:last-child {
        padding-bottom: 70px;
    }
}


@media screen and (max-width: 768px) {
    .timeline-row {
        flex-direction: column;
        align-items: center;
    }

    .timeline-box {
        width: 100% !important;
        max-width: 100% !important;
        margin: 20px 0 !important;
        text-align: center;
    }

    .timeline-content {
        display: block !important;
        text-align: center;
    }

    .timeline-content-img {
        flex-direction: column !important;
        align-items: center !important;
    }

    .timeline-content-img img {
        margin: 15px 0 0 0 !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 767.5px) {

    /* existing timeline fixes (ye aap already add karoge) */
    .timeline-row {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .timeline-row .timeline-box {
        width: 100% !important;
        max-width: 100% !important;
        margin: 20px 0 !important;
        text-align: left !important;
    }

    .timeline-box-wrap {
        width: 100% !important;
        padding: 0 15px !important;
        margin: 5px 0 !important;
        text-align: left !important;
    }

    .timeline-row .verticle-line {
        left: 0 !important;
        right: auto !important;
        transform: none !important;
    }

    .timeline-box h6,
    .timeline-content,
    .timeline-content-txt {
        text-align: left !important;
    }

    .timeline-box.img-right .timeline-content,
    .timeline-box.img-left .timeline-content {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .timeline-box.img-right .timeline-content img,
    .timeline-box.img-left .timeline-content img {
        margin: 15px 0 0 0 !important;
        max-width: 100% !important;
    }

    /* ✅ Continue button fix */
    .start-point.end-point {
        right: auto !important;
        left: 20px !important;
        transform: none !important;
    }

      .timeline-box h6 {
        font-size: 22px; /* Reduce further for mobile */
    }

    .timeline-content-txt ul li {
        font-size: 11px;
    }

    .timeline-content-txt ul li i {
        font-size: 11px;
    }
}


/* Timeline list styling */
.timeline-content-txt ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

.timeline-content-txt ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

/* Icon styling */
.timeline-content-txt ul li i {
    width: 20px;
    text-align: center;
    color: var(--second);
    font-size: 16px;
}

/* .timeline-content-txt{
    margin-left: 100px;
} */

@media(max-width:1024px) {
    .timeline-row:nth-of-type(1) .timeline-box:nth-child(1) .timeline-box-wrap .timeline-content-txt ul li {
        justify-content: end;
        text-align: right;
    }

    .timeline-row:nth-of-type(1) .timeline-box:nth-child(3) .timeline-box-wrap .timeline-content-txt ul li {
        justify-content: end;
        text-align: right;
    }

    .timeline-row:nth-of-type(2) .timeline-box:nth-child(2) .timeline-box-wrap .timeline-content-txt ul li {
        justify-content: end;
        text-align: right;
    }

    .boxx-2 {
        margin-right: 0px;
    }

}

@media(max-width:767.5px) {
    .timeline-row:nth-of-type(1) .timeline-box:nth-child(1) .timeline-box-wrap .timeline-content-txt ul li {
        justify-content: start;
        text-align: left;
    }

    .timeline-row:nth-of-type(1) .timeline-box:nth-child(3) .timeline-box-wrap .timeline-content-txt ul li {
        justify-content: start;
        text-align: left;
    }

    .timeline-row:nth-of-type(2) .timeline-box:nth-child(2) .timeline-box-wrap .timeline-content-txt ul li {
        justify-content: start;
        text-align: left;
    }

    .inner-wrapper-padding {
        padding: 0 20px;
    }
}

.about-timeline h2 {
    font-size: 28px;
    /* default for small mobile */
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

.about-timeline h2 span {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
/* Tablet */
@media (min-width: 576px) {
    .about-timeline h2 {
        font-size: 34px;
    }

    .empanelment h2 span {
        font-size: 36px;
    }
}

/* Small Desktop / Laptop */
@media (min-width: 768px) {
    .about-timeline h2 {
        font-size: 38px;
    }

    .about-timeline h2 span {
        font-size: 40px;
    }
}

/* Large Desktop */
@media (min-width: 1200px) {
    .about-timeline h2 {
        font-size: 42px;
        /* fix size */
    }

    .about-timeline h2 span {
        font-size: 42px;
    }
}


/*-- ===================== State Section 40+ CSS ====================== --*/

.stats-item {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #f8f9fa;
    border-radius: 16px;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.stats-box {
    background: #dbe2f8;
    color: #07194d;
    font-size: 2.5rem;
    font-weight: 700;
    border-radius: 8px;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stats-text h5 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    white-space: nowrap;
}

.stats-text p {
    margin: 6px 0 0;
    color: #666;
    font-size: 1rem;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .stats-text h5 {
        font-size: 24px;
    }

    .stats-text h5,
    .stats-text p {
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .stats-item {
        gap: 20px;
        padding: 20px;
    }

    .stats-box {
        width: 100px;
        height: 100px;
        font-size: 2rem;
    }

    .stats-text h5 {
        font-size: 20px;
    }

    .stats-text p {
        font-size: 0.95rem;
    }
}


/*-- =========== About Section ============ --*/

.tripex-about-sec {
   background: linear-gradient(to top, rgba(0, 0, 0, 0) 50%, rgba(var(--bs-primary-rgb), .05) 100%);
  position: relative;
  z-index: 1;
}

.tripex-about-sec .shape {
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 1199.98px) {
  .tripex-about-sec .shape {
    display: none;
  }
}

.tripex-about-sec .shape.shape-one {
  top: 20%;
  left: 55px;
}

.tripex-about-sec .shape.shape-two {
  bottom: 120px;
  left: 90px;
}

.tripex-about-sec .shape.shape-three {
  bottom: 100px;
  right: 0;
}

.tripex-about-sec .image {
  border-radius: 12px;
  overflow: hidden;
}

.tripex-about-sec .image2 img {
  height: 500px;
  width: 100% !important;
  object-fit: cover;
  border-radius: 12px !important;
}

@media(max-width:991px) {
  .tripex-about-sec .image2 img {
    height: 400px !important;
    object-position: center 40%;
  }


}
@media(max-width:450px) {
  .tripex-about-sec .image2 img {
    height: 250px !important;
    object-position: center 40%;
  }

  .tripex-about-sec .image1 img {
    height: 200px !important;
  }
}

.tripex-about-sec .tripex-content-box .tripex-iconic-list {
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
}

.tripex-about-sec .tripex-content-box .tripex-button-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tripex-about-sec .tripex-content-box .tripex-button-wrap .tripex-button {
  margin-right: 30px;
}

@media screen and (max-width: 1199.98px) {
  .tripex-about-sec .tripex-content-box .tripex-button-wrap .tripex-button {
    margin-right: 20px;
  }
}

.tripex-about-sec p {
  color: #000;
  font-size: 15px;
  line-height: 26px;
}

.tripex-about-sec .section-title h2 {
  font-size: 30px;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

@media screen and (max-width: 991.98px) {
  .tripex-about-sec .section-title h2 {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  .tripex-about-sec .section-title h2 {
    font-size: 22px;
  }
}

.tripex-about-sec .section-title h2 span {
  color: var(--primary-color);
}

.tripex-iconic-item .content h5 {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.tripex-iconic-item .content h5 i {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--second);
  font-size: 28px;
  color: var(--white);
  margin-right: 15px;
}

.tripex-iconic-item .content p {
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.tripex-content-box p span {
  font-weight: 600;
  font-size: 16px;
  animation: blinkColor 400ms infinite;
}

.tripex-about-sec .tripex-content-box i {
  color: #000;
}

@keyframes blinkColor {
  0%, 100% { color: var(--red); }
  50% { color: var(--lightBlue); }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-115 {
  padding-top: 115px;
}


.pb-70 {
  padding-bottom: 70px;
}

.about-right .section-title h3{
	display: inline-block;
	position: relative;
	font-size: 16px;
    font-weight: 500;
	line-height: 1.6em;
    text-transform: capitalize;
    color: var(--text-color);
	padding-left: 18px;
    margin-bottom: 10px;
}

.about-right .section-title h3::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: var(--second);
	border-radius: 50%;
	width: 8px;
	height: 8px;
}
        margin-bottom: 0;
    }

    .about-timeline {
        padding: 20px 0;
    }

    .timeline-box::after {
        -webkit-transform: translate(-100%, 100%) rotate(180deg);
        transform: translate(-100%, 100%) rotate(180deg);
        right: 50%;
        top: 20px;
        left: 50%;
    }

    .timeline-box-wrap {
        width: 50%;
        text-align: right;
        padding: 0 30px 0 0;
        margin: 40px 0 0 0;
    }

    .timeline-row .timeline-box img {
        margin: 0 0 0 auto;
    }

    .timeline-row:first-child .timeline-box:nth-child(2)::after {
        display: block;
    }

    /* .timeline-row:first-child .timeline-box:first-child img {margin: 0 0 0 auto;} */
    .timeline-box.img-right .timeline-content img,
    .timeline-box.img-left .timeline-content img {
        margin: 0 0 0 auto;
    }

    .timeline-row .timeline-box:nth-child(2n) .timeline-box-wrap {
        margin: 40px 0 0 auto;
        padding: 0 0 0 30px;
        text-align: left;
    }

    .timeline-row:nth-of-type(2) .timeline-box:nth-child(1) .timeline-box-wrap {

        margin: 40px 0 0 auto;
        text-align: left;
        padding: 0 0 0 30px;
    }

    .timeline-row:nth-of-type(2) .timeline-box:nth-child(2) .timeline-box-wrap {
        margin: 40px 0 0 0;
        /* left side */
        padding: 0 30px 0 0;
        text-align: right;
    }

    .timeline-row:nth-of-type(2) .timeline-box:nth-child(3) .timeline-box-wrap {

        margin: 40px 0 0 auto;
        text-align: left;
        padding: 0 0 0 30px;
    }

    .timeline-row:nth-child(2n+2) .start-point.end-point {
        left: auto;
        /* ya jo bhi default position chahiye */
        transform: none;
        /* translateX hata diya */
        right: auto;
        /* unset ki jagah normal */
    }

    .timeline-row:last-child {
        padding-bottom: 70px;
    }
}


@media screen and (max-width: 768px) {
    .timeline-row {
        flex-direction: column;
        align-items: center;
    }

    .timeline-box {
        width: 100% !important;
        max-width: 100% !important;
        margin: 20px 0 !important;
        text-align: center;
    }

    .timeline-content {
        display: block !important;
        text-align: center;
    }

    .timeline-content-img {
        flex-direction: column !important;
        align-items: center !important;
    }

    .timeline-content-img img {
        margin: 15px 0 0 0 !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 767.5px) {

    /* existing timeline fixes (ye aap already add karoge) */
    .timeline-row {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .timeline-row .timeline-box {
        width: 100% !important;
        max-width: 100% !important;
        margin: 20px 0 !important;
        text-align: left !important;
    }

    .timeline-box-wrap {
        width: 100% !important;
        padding: 0 15px !important;
        margin: 5px 0 !important;
        text-align: left !important;
    }

    .timeline-row .verticle-line {
        left: 0 !important;
        right: auto !important;
        transform: none !important;
    }

    .timeline-box h6,
    .timeline-content,
    .timeline-content-txt {
        text-align: left !important;
    }

    .timeline-box.img-right .timeline-content,
    .timeline-box.img-left .timeline-content {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .timeline-box.img-right .timeline-content img,
    .timeline-box.img-left .timeline-content img {
        margin: 15px 0 0 0 !important;
        max-width: 100% !important;
    }

    /* ✅ Continue button fix */
    .start-point.end-point {
        right: auto !important;
        left: 20px !important;
        transform: none !important;
    }

      .timeline-box h6 {
        font-size: 22px; /* Reduce further for mobile */
    }

    .timeline-content-txt ul li {
        font-size: 11px;
    }

    .timeline-content-txt ul li i {
        font-size: 11px;
    }
}


/* Timeline list styling */
.timeline-content-txt ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

.timeline-content-txt ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

/* Icon styling */
.timeline-content-txt ul li i {
    width: 20px;
    text-align: center;
    color: var(--second);
    font-size: 16px;
}

/* .timeline-content-txt{
    margin-left: 100px;
} */

@media(max-width:1024px) {
    .timeline-row:nth-of-type(1) .timeline-box:nth-child(1) .timeline-box-wrap .timeline-content-txt ul li {
        justify-content: end;
        text-align: right;
    }

    .timeline-row:nth-of-type(1) .timeline-box:nth-child(3) .timeline-box-wrap .timeline-content-txt ul li {
        justify-content: end;
        text-align: right;
    }

    .timeline-row:nth-of-type(2) .timeline-box:nth-child(2) .timeline-box-wrap .timeline-content-txt ul li {
        justify-content: end;
        text-align: right;
    }

    .boxx-2 {
        margin-right: 0px;
    }

}

@media(max-width:767.5px) {
    .timeline-row:nth-of-type(1) .timeline-box:nth-child(1) .timeline-box-wrap .timeline-content-txt ul li {
        justify-content: start;
        text-align: left;
    }

    .timeline-row:nth-of-type(1) .timeline-box:nth-child(3) .timeline-box-wrap .timeline-content-txt ul li {
        justify-content: start;
        text-align: left;
    }

    .timeline-row:nth-of-type(2) .timeline-box:nth-child(2) .timeline-box-wrap .timeline-content-txt ul li {
        justify-content: start;
        text-align: left;
    }

    .inner-wrapper-padding {
        padding: 0 20px;
    }
}

.about-timeline h2 {
    font-size: 28px;
    /* default for small mobile */
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
}

.about-timeline h2 span {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
/* Tablet */
@media (min-width: 576px) {
    .about-timeline h2 {
        font-size: 34px;
    }

    .empanelment h2 span {
        font-size: 36px;
    }
}

/* Small Desktop / Laptop */
@media (min-width: 768px) {
    .about-timeline h2 {
        font-size: 38px;
    }

    .about-timeline h2 span {
        font-size: 40px;
    }
}

/* Large Desktop */
@media (min-width: 1200px) {
    .about-timeline h2 {
        font-size: 42px;
        /* fix size */
    }

    .about-timeline h2 span {
        font-size: 42px;
    }
}


@media (max-width: 991px) {
  .tripex-about-sec .container-fluid.container {
    width: 100% !important;
    max-width: 100% !important;
    /* padding-left: var(--bs-gutter-x, 0.6rem);
    padding-right: var(--bs-gutter-x, 0.75rem); */
  }
}


/*-- ===================== State Section 40+ CSS ====================== --*/
.stats-item {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #f8f9fa;
    border-radius: 16px;
    padding: 30px 25px;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.stats-box {
    background: #dbe2f8;
    color: #07194d;
    font-size: 2.5rem;
    font-weight: 700;
    border-radius: 8px;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stats-text h5 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    white-space: nowrap;
}

.stats-text p {
    margin: 6px 0 0;
    color: #666;
    font-size: 1rem;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .stats-text h5 {
        font-size: 24px;
    }

    .stats-text h5,
    .stats-text p {
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .stats-item {
        gap: 20px;
        padding: 20px;
    }

    .stats-box {
        width: 100px;
        height: 100px;
        font-size: 2rem;
    }

    .stats-text h5 {
        font-size: 20px;
    }

    .stats-text p {
        font-size: 0.95rem;
    }
}

@media (max-width: 991px) {
  .offices .container-fluid.container {
    width: 100% !important;
    max-width: 100% !important;
    /* padding-left: var(--bs-gutter-x, 0.6rem);
    padding-right: var(--bs-gutter-x, 0.75rem); */
  }
}

/*-- =========== About Section ============ --*/

.tripex-about-sec {
   background: linear-gradient(to top, rgba(0, 0, 0, 0) 50%, rgba(var(--bs-primary-rgb), .05) 100%);
  position: relative;
  z-index: 1;
}

.tripex-about-sec .shape {
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 1199.98px) {
  .tripex-about-sec .shape {
    display: none;
  }
}

.tripex-about-sec .shape.shape-one {
  top: 20%;
  left: 55px;
}

.tripex-about-sec .shape.shape-two {
  bottom: 120px;
  left: 90px;
}

.tripex-about-sec .shape.shape-three {
  bottom: 100px;
  right: 0;
}

.tripex-about-sec .image {
  border-radius: 12px;
  overflow: hidden;
}

.tripex-about-sec .image1 img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.tripex-about-sec .image2 img {
  height: 420px;
  width: 100% !important;
  object-fit: cover;
  border-radius: 12px !important;
}

@media(max-width:991px) {
  .tripex-about-sec .image2 img {
    height: 300px !important;
    object-position: center 40%;
  }

  .tripex-about-sec .image1 img {
  height: 300px !important;
}
}
@media(max-width:450px) {
  .tripex-about-sec .image2 img {
    height: 200px !important;
    object-position: center 40%;
  }

  .tripex-about-sec .image1 img {
    height: 200px !important;
  }
}

.tripex-about-sec .tripex-content-box .tripex-iconic-list {
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
}

.tripex-about-sec .tripex-content-box .tripex-button-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tripex-about-sec .tripex-content-box .tripex-button-wrap .tripex-button {
  margin-right: 30px;
}

@media screen and (max-width: 1199.98px) {
  .tripex-about-sec .tripex-content-box .tripex-button-wrap .tripex-button {
    margin-right: 20px;
  }
}

.tripex-about-sec p {
  color: #000;
  font-size: 15px;
  line-height: 26px;
}

.tripex-about-sec .section-title h2 {
  font-size: 30px;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

@media screen and (max-width: 991.98px) {
  .tripex-about-sec .section-title h2 {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  .tripex-about-sec .section-title h2 {
    font-size: 22px;
  }
}

.tripex-about-sec .section-title h2 span {
  color: var(--primary-color);
}

.tripex-iconic-item .content h5 {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.tripex-iconic-item .content h5 i {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--second);
  font-size: 28px;
  color: var(--white);
  margin-right: 15px;
}

.tripex-iconic-item .content p {
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.tripex-content-box p span {
  font-weight: 600;
  font-size: 16px;
  animation: blinkColor 400ms infinite;
}

.tripex-about-sec .tripex-content-box i {
  color: #000;
}

@keyframes blinkColor {
  0%, 100% { color: var(--red); }
  50% { color: var(--lightBlue); }
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-115 {
  padding-top: 115px;
}


.pb-70 {
  padding-bottom: 70px;
}

.about-right .section-title h3{
	display: inline-block;
	position: relative;
	font-size: 16px;
    font-weight: 500;
	line-height: 1.6em;
    text-transform: capitalize;
    color: var(--text-color);
	padding-left: 18px;
    margin-bottom: 10px;
}

.about-right .section-title h3::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: var(--second);
	border-radius: 50%;
	width: 8px;
	height: 8px;
}


@media(max-width:576px){
    .tripex-iconic-item .content h5 i {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--second);
  font-size: 20px;
  color: var(--white);
  margin-right: 15px;
}
}