﻿

/*------------------------------------------------aj section------------------------------------*/

.aj-section {
    position: relative;
    padding: 60px 0px 0px;
}

.aj-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #ff6600;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}


.aj-title {
    color: #287db7;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 26px;
}

.aj-location {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
}


.aj-logo {
    width: 60px;
    height: 60px;
    /* border: 1px solid #ff8915; */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .aj-logo img {
        max-width: 60px;
    }


.aj-divider {
    height: 1px;
    background: #ddd;
    margin: 9px 0;
}

.aj-label {
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
    font-size: 13px;
    /* line-height: 26px; */
}

.aj-scheme-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    font-size: 13px;
}


.aj-desc {
    color: #111111;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}


.aj-status {
    border: 1px solid #f18c06;
    border-radius: 15px;
    padding: 15px;
    background: #fffcf2;
}

    .aj-status h6 {
        color: #0057cd;
        font-size: 16px;
        font-weight: 500;
    }

    .aj-status p {
        color: #0057cd;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0px;
    }

.aj-yes {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    /* display: block; */
    padding: 5px 29px;
    background-color: #0fbd0f;
    border-radius: 30px;
}

.aj-icon {
    font-size: 18px;
    color: #0057cd;
}

.aj-location span {
    display: block;
}

.location-info {
    display: flex;
    justify-content: space-between;
}

.aj-icon i {
    font-size: 18px;
    color: #2c6e9b;
}
/*----------------------------------------------end--------------------------------------------*/


/*--------------------------------------------work progress-----------------------------------*/

.work-progress {
    position: relative;
    padding: 60px 0px 0px;
}

.om-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border: 1px solid #f2f2f2;
}

.om-header h4 {
    /* color: #3ca34b; */
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 26px;
    /* border-bottom: 1.5px solid #dcdfe6; */
    /* padding-bottom: 12px; */
    text-align: center;
}

.om-highlight {
    /* background: linear-gradient(90deg, #3ca34b, #79c48a); */
    color: #070707;
    /* padding: 0px 24px; */
    border-radius: 12px;
    font-weight: 600;
    margin-bottom: 14px;
    font-size: 15px;
}

.om-steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

    .om-steps::before {
        content: "";
        position: absolute;
        top: 20px;
        left: 5%;
        width: 90%;
        height: 3px;
        /* background: #3ca34b; */
        z-index: 1;
    }

.om-step {
    text-align: center;
    position: relative;
    z-index: 2;
    width: 32%;
    border: 1px solid #3ca34b;
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
}

.om-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #ccc;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 11px;
}


    .om-circle.active {
        background: #3ca34b;
        border-color: #3ca34b;
        color: #fff;
    }

.om-step p {
    margin: 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 8px;
}

.om-step span {
    color: #3ca34b;
    font-size: 12px;
    font-weight: 500;
}

.om-box {
    display: flex;
    gap: 15px;
    padding: 18px;
    border-radius: 15px;
    margin-bottom: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #f2f2f2;
    align-items: center;
}

.blue-box {
    background: #eef6fb;
    border: 1px solid #9fc7e8;
}

.gray-box {
    background: #f1f1f1;
    border: 1px solid #c3c3c3;
}

.om-icon {
    width: 50px;
    height: 50px;
    background: #f18c06;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    font-size: 20px;
    color: #FFF;
}

.om-box p {
    margin: 0;
    font-size: 14px;
    color: #000;
}

.text-dark-blue {
    color: #026ed3;
}

@media (max-width: 768px) {
    .om-steps {
        align-items: flex-start;
    }

        .om-steps::before {
            top: 14px;
        }

    .om-circle {
        width: 30px;
        height: 30px;
    }
}
/*----------------------------------------------end------------------------------------------*/

/*--------------------------------------------village distribution---------------------------*/
.v-distribution {
    position: relative;
    padding: 60px 0px 0px;
}

.vd-title {
    font-weight: 600;
    color: #000;
    font-size: 24px;
    /* border-bottom: 1.5px solid #dcdfe6; */
    /* padding-bottom: 12px; */
    text-align: center;
}

.vd-card {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 45px 15px 20px;
    border: 0px solid #f4a100;
    box-shadow: -7px 1px 40px rgb(0 0 0 / 18%);
    transition: 0.3s;
    /* box-shadow: rgb(255 114 0 / 57%) 5px 5px; */
    position: relative;
    margin-bottom: 40px;
    background-image: url('../images/banner/bg-widget.png');
    background-size: cover;
    transition: .7s;
    border: 2px solid #fff;
}



    .vd-card:hover {
        transform: translateY(-5px);
    }

.vd-icon {
    font-size: 28px;
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: 50%;
    top: -3px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    box-shadow: inset 0px -1px 0px 0px rgb(241 241 241), 0px 29.0120677948px 23.2096557617px 0px rgb(238 238 238 / 54%);
}

    .vd-icon i {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* outline-offset: 4px; */
        background: #ffffff;
        /* outline: 1.5px solid #ffaf6e; */
    }

.vd-number {
    display: inline-block;
    padding: 2px 28px;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0;
    /* box-shadow: 0px 4px 0px rgb(0 0 0 / 16%); */
}

.vd-card p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}

.vd-card.purple i {
    outline: 1.5px solid #a64ac9;
}

.vd-card.purple {
    /*border-color: #a64ac9;
    box-shadow: rgb(163 72 200) 4px 0px;*/
}

    .vd-card.purple p {
        color: #a64ac9;
    }

    .vd-card.purple .vd-icon {
        color: #a64ac9;
    }

    .vd-card.purple .vd-number {
        background: linear-gradient(90deg, #a64ac9, #7b2cbf);
    }


.vd-card.blue i {
    outline: 1.5px solid #3b5bdb;
}

.vd-card.blue {
    /*border-color: #3b5bdb;
    box-shadow: rgb(56 88 214) 4px 0px;*/
}

    .vd-card.blue p {
        color: #3b5bdb;
    }

    .vd-card.blue .vd-icon {
        color: #3b5bdb;
    }

    .vd-card.blue .vd-number {
        background: linear-gradient(90deg, #3b5bdb, #1c3faa);
    }

.vd-card.cyan i {
    outline: 1.5px solid #14b8a6;
}

.vd-card.cyan {
    /*border-color: #14b8a6;
    box-shadow: rgb(19 181 163) 4px 0px;*/
}

    .vd-card.cyan p {
        color: #14b8a6;
    }

    .vd-card.cyan .vd-icon {
        color: #14b8a6;
    }

    .vd-card.cyan .vd-number {
        background: linear-gradient(90deg, #14b8a6, #0f766e);
    }

.vd-card.brown i {
    outline: 1.5px solid #8b5e3c;
}

.vd-card.brown {
    /*border-color: #8b5e3c;
    box-shadow: rgb(134 90 58) 4px 0px;*/
}

    .vd-card.brown p {
        color: #8b5e3c;
    }

    .vd-card.brown .vd-icon {
        color: #8b5e3c;
    }

    .vd-card.brown .vd-number {
        background: linear-gradient(90deg, #8b5e3c, #5c3d2e);
    }

.vd-card.pink i {
    outline: 1.5px solid #e11d48;
}

.vd-card.pink {
    /*border-color: #e11d48;
    box-shadow: rgb(223 28 71) 4px 0px;*/
}

    .vd-card.pink p {
        color: #e11d48;
    }

    .vd-card.pink .vd-icon {
        color: #e11d48;
    }

    .vd-card.pink .vd-number {
        background: linear-gradient(90deg, #e11d48, #be123c);
    }

.vd-card.orange i {
    outline: 1.5px solid #fb8c00;
}
/*.vd-card.orange {
  border: 2px solid #fb8c00;
}*/
.vd-card.orange .vd-icon {
    color: #fb8c00;
}

.vd-card.orange p {
    color: #fb8c00;
}

.vd-card.orange .vd-number {
    background: #fb8c00;
    color: #fff;
}

/*.vd-card.green {
  border: 2px solid #43a047;
}*/
.vd-card.green i {
    outline: 1.5px solid #6e777d;
}

.vd-card.green .vd-number {
    background: #43a047;
    color: #fff;
}

@media (max-width: 768px) {
    .vd-icon {
        font-size: 24px;
    }
}


@media (min-width: 992px) {
    .col-lg-custom {
        width: 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

/*-----------------------------------------------end------------------------------------------*/


/*-----------------------------------------------water supply---------------------------------*/
.water-supply {
    position: relative;
    padding: 60px 0px 0px;
}

.wi-header h4 {
    /* color: #e74c3c; */
    font-weight: 600;
    /* padding-bottom: 12px; */
    font-size: 24px;
    /* border-bottom: 1.5px solid #dcdfe6; */
    text-align: center;
}

.wi-header i {
    margin-right: 8px;
}

.wi-list {
    margin-top: 20px;
}

.wi-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 15px 18px;
    border-radius: 12px;
    border: 1px solid #fc7700;
    margin-bottom: 15px;
    transition: 0.3s;
    box-shadow: 0px 3px 12px rgb(0 0 0 /10%);
}

    .wi-item:hover {
        background: #ffffff;
    }

.wi-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .wi-left i {
        height: 30px;
        width: 30px;
        line-height: 30px;
        background-color: #f77100;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-size: 15px;
    }

.wi-icon {
    font-size: 18px;
    color: #2c6e9b;
}

.wi-left span {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}


.wi-badge {
    border: 1px solid #2ac130;
    color: #2ac130;
    padding: 0px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
}

/*------------------------------------------------end------------------------------------------*/


/*----------------------------------------------story section-----------------------------------*/

.story-section {
    position: relative;
    padding: 60px 0px 0px;
}

    .story-section h4 {
        color: #000;
        font-weight: 600;
        /* padding-bottom: 12px; */
        font-size: 24px;
        /* border-bottom: 1.5px solid #dcdfe6; */
        text-align: center;
    }

.story-card {
    background: linear-gradient( 179deg, #ffb800, #ff6600);
    /* border: 2px solid #0186d2; */
    border-radius: 15px;
    padding: 5px;
    /* box-shadow: rgb(4 146 211) 4px 4px; */
    margin-bottom: 20px;
}

    .story-card p {
        margin-bottom: 0px;
        font-size: 12px;
        color: #fff;
        line-height: 22px;
    }

.thumb-box {
    position: relative;
    cursor: pointer;
    /* margin-top:10px; */
    border-radius: 10px;
    overflow: hidden;
}

    /* GREEN OVERLAY */
    .thumb-box::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(70 70 70 / 88%);
        z-index: 1;
    }

    .thumb-box img {
        width: 100%;
        display: block;
        position: relative;
        z-index: 0;
    }

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: orange;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    z-index: 2;
}

.storySlider {
    width: 100%;
    overflow: hidden !important;
}


    .storySlider .swiper-slide {
        height: auto;
    }
/*--------------------------------------------------end-----------------------------------------*/



/*------------------------------------------------road reconstruction-----------------------------*/
.road-reconstruction {
    position: relative;
    padding: 60px 0px 0px;
}


    .road-reconstruction .title {
        /* color: #2f6edb; */
        font-weight: 600;
        /* border-bottom: 1.5px solid #dcdfe6; */
        /* padding-bottom: 12px; */
        font-size: 24px;
        text-align: center;
    }

.description-list {
    padding-left: 15px;
    margin-top: 10px;
}

    .description-list li {
        margin-bottom: 10px;
        line-height: 1.6;
        font-size: 15px;
        color: #000;
    }

.road-reconstruction .sub-title {
    margin-top: 20px;
    font-weight: 600;
    color: #232323;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.road-reconstruction .edit-icon {
    margin-right: 8px;
    color: #ffffff;
    font-size: 13px;
    height: 32px;
    width: 32px;
    background-color: #2f6edb;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
}

.road-reconstruction .card-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-radius: 10px;
    border: 1px solid;
    background-color: #ffffff;
    margin-top: 10px;
    transition: 0.2s ease;
}

    .road-reconstruction .card-box:hover {
        box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    }

.road-reconstruction .card-left {
    display: flex;
    align-items: center;
}

    .road-reconstruction .card-left .text {
        font-size: 14px;
        font-weight: 500;
    }

.road-reconstruction .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

.road-reconstruction .card-right {
    display: flex;
    align-items: center;
}

.road-reconstruction .count {
    margin-right: 10px;
    font-weight: 600;
}

.road-reconstruction .arrow {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}


.road-reconstruction .blue-theme {
    border-color: #2f6edb;
    color: #2f6edb;
}

    .road-reconstruction .blue-theme .dot {
        background-color: #2f6edb;
    }

    .road-reconstruction .blue-theme .arrow {
        background-color: #2f6edb;
    }

.road-reconstruction .orange-theme {
    border-color: #f39c12;
    color: #f39c12;
}

    .road-reconstruction .orange-theme .dot {
        background-color: #f39c12;
    }

    .road-reconstruction .orange-theme .arrow {
        background-color: #f39c12;
    }

.road-reconstruction .green-theme {
    border-color: #28a745;
    color: #28a745;
}

    .road-reconstruction .green-theme .dot {
        background-color: #28a745;
    }

    .road-reconstruction .green-theme .arrow {
        background-color: #28a745;
    }
/*--------------------------------------------------end--------------------------------------------*/


/*--------------------------------------------------scheme details---------------------------------*/
.Scheme-details {
    position: relative;
    padding: 60px 0px 0px;
}

    .Scheme-details .section-title {
        font-weight: 600;
        margin-bottom: 16px;
        color: #333;
        font-size: 24px;
        /* border-bottom: 1.5px solid #dcdfe6; */
        /* padding-bottom: 12px; */
        text-align: center;
    }


    .Scheme-details .scheme-card {
        border: 1px solid #f4a100;
        border-radius: 12px;
        padding: 15px;
        background: #ffffff;
        box-shadow: rgb(255 114 0 / 57%) 5px 5px;
    }

    .Scheme-details .top-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
    }

.left-block,
.right-block {
    width: 48%;
}

.Scheme-details .label {
    font-size: 14px;
    color: #151515;
    margin-bottom: 0px;
    font-weight: 600;
}

.Scheme-details .value {
    font-weight: 600;
    color: #7a2c91;
    font-size: 14px;
}

.Scheme-details .inner-box {
    background: #ffffff;
    border-radius: 10px;
    padding: 12px;
    /* display: flex; */
}

.Scheme-details .info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.info-left,
.info-right {
    width: 23%;
    text-align: center;
}


.Scheme-details .pill {
    margin-top: 5px;
    padding: 2px 35px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border: none;
    display: inline-block;
    font-size: 14px;
}

.Scheme-details .purple {
    background: #0186d2;
}

.Scheme-details .orange {
    background: #f29c00;
}


.Scheme-details .bottom-btn {
    margin-top: 30px;
    background: #4caf50;
    color: #fff;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    display: inline-block;
}

    .Scheme-details .bottom-btn .arrow {
        font-size: 16px;
    }

.pill.green {
    background: #4caf50;
}

.pill.green-outline {
    background: #4caf50;
}
/*-------------------------------------------------end---------------------------------------------*/



/*---------------------------------------------scheme condition------------------------------------*/
.scheme-condition {
    position: relative;
    padding: 60px 0px 0px;
}

    .scheme-condition h4 {
        color: #000;
        font-weight: 600;
        /* border-bottom: 1.5px solid #dcdfe6; */
        /* padding-bottom: 12px; */
        font-size: 24px;
        text-align: center;
    }

.xui-yojana-card {
    background: #fff;
    padding: 16px;
    border-radius: 14px;
    min-height: 95px;
    transition: 0.3s;
    box-shadow: rgb(255 114 0 / 57%) 5px 5px;
    border: 1px solid #FF6600;
}

    .xui-yojana-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    }

.xui-yojana-icon {
    width: 52px;
    height: 52px;
    background: #118bc8;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 14px;
    flex-shrink: 0;
}

.xui-yojana-text small {
    display: block;
    font-size: 13px;
    color: #000;
}

.xui-yojana-text h6 {
    margin: 4px 0 0;
    font-size: 15px;
    font-weight: 600;
}

.xui-yojana-red {
    color: #e53935;
}

.xui-yojana-yellow {
    color: #f9a825;
}

/*-------------------------------------------------end---------------------------------------------*/


/*------------------------------------------------contact Address----------------------------------*/
.contact-address {
    position: relative;
    padding: 60px 0px 0px;
}


    .contact-address h4 {
        color: #000;
        font-weight: 600;
        /* border-bottom: 1.5px solid #dcdfe6; */
        /* padding-bottom: 12px; */
        font-size: 24px;
        text-align: center;
    }

.contact-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    border: 2px solid;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    min-height: 184px;
}


    .contact-card.purple {
        border-color: #9c27b0;
        box-shadow: rgb(156 39 176) 4px 4px;
    }

    .contact-card.blue {
        border-color: #3f51b5;
        box-shadow: rgb(63 81 181) 4px 4px;
    }

    .contact-card.teal {
        border-color: #00acc1;
        box-shadow: rgb(0 172 193) 4px 4px;
    }

    .contact-card small {
        color: #000;
        font-size: 13px;
        font-weight: 500;
    }

    .contact-card .name {
        font-weight: 600;
        color: #6a1b9a;
        margin-bottom: 5px;
    }

    .contact-card .role {
        font-weight: 600;
        color: #3949ab;
        margin-bottom: 5px;
    }

    .contact-card .phone {
        color: #1976d2;
        font-weight: 500;
    }


.call-btn {
    background: #4caf50;
    color: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}

    .call-btn:hover {
        background: #388e3c;
        color: #fff;
    }
/*--------------------------------------------------end--------------------------------------------*/



/*--------------------------------------------------FTK Test---------------------------------------*/

.FTK-Test {
    position: relative;
    padding: 60px 0px;
}

    .FTK-Test .section-title {
        color: #000;
        font-weight: 600;
        /* border-bottom: 1.5px solid #dcdfe6; */
        /* padding-bottom: 12px; */
        font-size: 24px;
        text-align: center;
    }

.ftk-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.ftk-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 500;
    transition: 0.2s;
}

    .ftk-row:last-child {
        border-bottom: none;
    }

    .ftk-row:hover {
        background: #fafafa;
    }


    .ftk-row .number {
        font-size: 15px;
    }

    .ftk-row .name {
        font-size: 15px;
        text-align: right;
    }

    .ftk-row.f-purple {
        color: #8e24aa;
    }

    .ftk-row.f-blue {
        color: #3949ab;
    }

    .ftk-row.f-cyan {
        color: #00acc1;
    }

    .ftk-row.f-brown {
        color: #6d4c41;
    }

    .ftk-row.f-pink {
        color: #d81b60;
    }

/*-------------------------------------------------end--------------------------------------------*/
.mh-auto {
    min-height: auto;
}


@media (max-width: 767px) {
    .Scheme-details .pill {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .story-section h4 {
        font-size: 20px;
    }

    .contact-address h4 {
        font-size: 20px;
    }

    .Scheme-details .section-title {
        font-size: 20px;
    }

    .vd-title {
        font-size: 20px;
    }

    .scheme-condition h4 {
        font-size: 20px;
    }

    .road-reconstruction .title {
        font-size: 20px;
    }

    .wi-header h4 {
        font-size: 20px;
    }

    .FTK-Test .section-title {
        font-size: 20px;
        line-height: 30px;
    }

    .road-reconstruction .sub-title {
        font-size: 16px;
    }

    .aj-title {
        font-size: 20px;
    }
}



.video-info {
    position: absolute;
    bottom: 25px;
    left: 5px;
    right: 5px;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: rgb(255 104 0);
    padding: 6px 10px;
    border-radius: 0px 0px 0px 0px;
    margin: 0;
    width: auto;
    font-weight: 500;
    background: linear-gradient( 181deg, #ffb800, #ff6600);
}

.info-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .info-item i {
        font-size: 12px;
        /* opacity: 0.9; */
    }


.x-contact-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-radius: 12px;
    color: #fff;
    box-shadow: rgb(255 114 0 / 57%) 5px 5px;
    border: 1px solid #f4a100;
    background-color: #fff;
}


.x-left {
    min-width: 120px;
}

.x-name {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.x-tag {
    font-size: 12px;
    color: #000;
}

.x-mid {
    display: flex;
    gap: 25px;
    flex: 1;
    justify-content: center;
}

.x-info small {
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.x-info div {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}


.x-right a {
    width: 40px;
    height: 40px;
    background: #ff943d;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
}


@media(max-width: 768px) {
    .x-contact-strip {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .x-mid {
        flex-direction: column;
        gap: 8px;
    }
}


.regular-point {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.sticky-btn {
    min-width: 208px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    /* letter-spacing: 0.5px; */
    transition: 0.3s ease;
    color: #fff;
    border: 0px solid #fff;
    border-left: 0px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2), inset 0 2px 8px rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-dashboard {
    animation: dashBlink 0.9s ease-in-out infinite alternate;
}

@keyframes dashBlink {
    0% {
        background: linear-gradient(180deg, #02acef, #0059b1);
        filter: brightness(1);
    }

    100% {
        background: linear-gradient(180deg, #00c6ff, #0072ff);
        filter: brightness(1.2);
    }
}

.btn-district {
    animation: distBlink 0.9s ease-in-out infinite alternate;
}

@keyframes distBlink {
    0% {
        background: linear-gradient(135deg, #3eb744, #058d31);
        filter: brightness(1);
    }

    100% {
        background: linear-gradient(135deg, #00e676, #1b5e20);
        filter: brightness(1.2);
    }
}

.btn-gram {
    animation: gramBlink 0.9s ease-in-out infinite alternate;
}

@keyframes gramBlink {
    0% {
        background: linear-gradient(135deg, #6f24c1, #7d0ea2);
        filter: brightness(1);
    }

    100% {
        background: linear-gradient(135deg, #9c27b0, #512da8);
        filter: brightness(1.2);
    }
}

.btn-village {
    animation: villBlink 0.9s ease-in-out infinite alternate;
}

@keyframes villBlink {
    0% {
        background: linear-gradient(180deg, #ff7b00, #e65c00);
        filter: brightness(1);
    }

    100% {
        background: linear-gradient(180deg, #ff9800, #ff5722);
        filter: brightness(1.2);
    }
}


.btn-dashboard:hover {
    background: #1565c0;
    color: #fff;
}

.btn-district:hover {
    background: #2e7d32;
    color: #fff;
}

.btn-gram:hover {
    background: #4527a0;
    color: #fff;
}

.btn-village:hover {
    background: #ef6c00;
    color: #fff;
}

.sticky-btn {
    text-align: left;
}

    .sticky-btn i {
        font-size: 16px;
        margin-right: 5px;
    }

@media (max-width: 768px) {
    .sticky-btn {
        min-width: 180px;
        font-size: 13px;
        padding: 10px 12px;
    }
}


.arrow {
    font-size: 37px;
    font-weight: 300;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.arrow {
    font-size: 12px;
    vertical-align: middle;
    color: #ef7b00;
    padding: 3px 5px 0px 8px;
}


.menu-bg {
    position: relative;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 21px 46px rgb(0 0 0 /10%);
}

.top-button-menu {
    position: sticky;
    top: 0px;
    z-index: 1020;
}

