.para-chng {
    text-align: justify;
}

/* mission start */

.mission-vision-section {
    padding: 80px 20px;
    text-align: center;
    background: linear-gradient(135deg, #ffffff, #f1f1f1);
}

.card-custom {
    background: #fff;
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-custom:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-custom img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid #0d6efd;
}

.card-body h4 {
    color: #211d71 !important;
    font-weight: 600;
    margin-bottom: 15px;
}

.card-body p {
    color: #555;
    font-size: 15px;
}

/* mission end */
.form-control {
    transition: all 0.3s ease;
    border-radius: 0.5rem;
    border: 1px solid #ced4da;
}

/* Hover effect */
.form-control:hover {
    border-color: #0d6efd;
    background-color: #f8f9ff;
    box-shadow: 0 0 5px rgba(13, 110, 253, 0.15);
}

/* Focus effect */
.form-control:focus {
    border-color: #0d6efd;
    background-color: #ffffff;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    outline: none;
}


/* why choose us */
-------------------------------------------------------------*/ .services .service-item {
    background-color: var(--surface-color);
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
}

.services .service-item .icon {
    font-size: 36px;
    padding: 20px 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 0;
    transition: 0.3s;
}

.services .service-item h3 {
    font-size: 24px;
    font-weight: 700;
}

.services .service-item .read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 20px;
}

.services .service-item .read-more i {
    line-height: 0;
    margin-left: 5px;
    font-size: 18px;
}

.services .service-item.item-cyan {
    border-bottom: 3px solid #0dcaf0;
}

.services .service-item.item-cyan .icon {
    color: #0dcaf0;
    background: rgba(13, 202, 240, 0.1);
}

.services .service-item.item-cyan .read-more {
    color: #0dcaf0;
}

.services .service-item.item-cyan:hover {
    background: #0dcaf0;
}

.services .service-item.item-orange {
    border-bottom: 3px solid #fd7e14;
}

.services .service-item.item-orange .icon {
    color: #fd7e14;
    background: rgba(253, 126, 20, 0.1);
}

.services .service-item.item-orange .read-more {
    color: #fd7e14;
}

.services .service-item.item-orange:hover {
    background: #fd7e14;
}

.services .service-item.item-teal {
    border-bottom: 3px solid #20c997;
}

.services .service-item.item-teal .icon {
    color: #20c997;
    background: rgba(32, 201, 151, 0.1);
}

.services .service-item.item-teal .read-more {
    color: #20c997;
}

.services .service-item.item-teal:hover {
    background: #20c997;
}

.services .service-item.item-red {
    border-bottom: 3px solid #df1529;
}

.services .service-item.item-red .icon {
    color: #df1529;
    background: rgba(223, 21, 4, 0.1);
}

.services .service-item.item-red .read-more {
    color: #df1529;
}

.services .service-item.item-red:hover {
    background: #df1529;
}

.services .service-item.item-indigo {
    border-bottom: 3px solid #6610f2;
}

.services .service-item.item-indigo .icon {
    color: #6610f2;
    background: rgba(102, 16, 242, 0.1);
}

.services .service-item.item-indigo .read-more {
    color: #6610f2;
}

.services .service-item.item-indigo:hover {
    background: #6610f2;
}

.services .service-item.item-pink {
    border-bottom: 3px solid #f3268c;
}

.services .service-item.item-pink .icon {
    color: #f3268c;
    background: rgba(243, 38, 140, 0.1);
}

.services .service-item.item-pink .read-more {
    color: #f3268c;
}

.services .service-item.item-pink:hover {
    background: #f3268c;
}

.services .service-item:hover h3,
.services .service-item:hover p,
.services .service-item:hover .read-more {
    color: #fff;
}

.services .service-item:hover .icon {
    background: #fff;
}

.margin-chng {
    margin-top: 6rem !important;
}

.tp-chng {
    margin-top: 2rem;
}

.para-font {
    text-align: justify;
    color: #7d7d7d;
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
}

/* why choose us ends */

.bg1 {
    background-image: url(./img/New\ Images/contact-bg.jpeg);
}

.bg-news {
    background-image: url(./img/New\ Images/news-2.jpeg) !important;
}

.bg-img2 {
    background-image: url(./img/New\ Images/service-2.jpeg);
    background-size: cover;
    background-repeat: no-repeat;

}

.single-team-member {
    transition: all 0.3s ease-in-out;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
}

.single-team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.team-member-thumb {
    height: 300px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.team-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.single-team-member:hover .team-img {
    transform: scale(1.05);
}

.team-member-info h5 {
    font-size: 1.25rem;
    margin-top: 0.75rem;
}

.team-member-info p {
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
}

.address img {
    margin-right: 6px;
    vertical-align: middle;
}

.carousel-rmv {
    background: transparent;
    border: transparent;
}

.brd-chng2:hover {
    border-color: #D4AF37;
}

.brd-chng2:focus {
    border-color: #D4AF37;
}

.cntc-head {
    margin-bottom: -10px;
    font-size: 20px;
}

.cont-btm {
    margin-top: 96px;
    font-size: medium;
}

.content-sidebar .address h6 {
    font-size: 17px;
}

.hd-chng {
    margin-top: 20px;
}

.brd-chng3:hover {
    border-color: #D4AF37;
    background-color: #D4AF37;
}

.brd-chng3:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #D4AF37;
    border-color: #D4AF37;
}

.brd-chng:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #D4AF37;
    border-color: #D4AF37;
}

.srvc-img {
    width: 100% !important;
    height: 100% !important;
}