.key-about {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: transform 0.3s;
    color: #000000;
}
.key-about h3 {
    font-size: 24px;
    color: #dc3545;
    margin-bottom: 10px;
    border-bottom: 2px solid #ce1426;
	margin-top: 0px;
    font-weight: 500;
}
.key-about p {
    font-weight: 600;
	color: #000;
}
.head1 {
    font-size: 26px;
    font-weight: 600;
	color: #000;
}
.head1-span {
    color: #dc3545;
}
.key-links {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: transform 0.3s;
}
.key-links:hover {
    transform: translateY(-5px);
}
.key-links h3 {
    font-size: 24px;
    color: #dc3545;
    border-bottom: 2px solid #ce1426;
    padding-bottom: 0px;
    margin-top: 0px;
	margin-bottom: 10px;
    font-weight: 500;
}
.key-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.key-links ul li {
    margin: 0px 0;
}
.key-links ul li a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    padding: 6px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 600;
	line-height: 20px;
	margin-bottom: 0px;
}
.key-links ul li a:hover {
    background-color: #000000;
    color: #ffffff;
    transform: translateX(5px);
}
.key-contact {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: transform 0.3s;
}
.key-contact:hover {
    transform: translateY(-5px);
}
.key-contact h3 {
    font-size: 24px;
    color: #dc3545;
    border-bottom: 2px solid #ce1426;
    padding-bottom: 0px;
    margin-top: 0px;
	margin-bottom: 10px;
    font-weight: 500;
}
.key-contact p a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 600;
}
.key-list-page{
    padding:0;
    margin:0;
    list-style:none;
    margin-top:0px;
}
.key-features{
    padding: 20px 10px 10px 10px;
}
.key-list-page li{
    margin-bottom:4px;
    color:#000;
    display:flex;
}
.key-list-page i{
    color:#f02449;
    border-radius:50%;
    display:flex;
    justify-content:center;
    margin-right:12px;
    font-size:12px;
    margin-top: 8px;
}
.lifecycle-card {
    background-color: #e9ecef;
    border-radius: 8px;
    padding: 10px 20px;
    display: flex;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.lifecycle-card:hover {
    transform: translateY(-8px);
}
.step-badge {
	width: 30px;
    height: 30px;
    background-color: #ff334b;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}
.step-text {
    font-weight: 600;
    color: #111;
    font-size: 16px;
    margin-bottom: 0;
}
/**/
.home-com-industries {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/keypages/lift-manufacturer-in-durg3.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.home-com-industries::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;
}
.hci-head h6 {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 0px 12px #000000a6;
}
.hci-head h3 {
    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    text-shadow: 0px 0px 12px #000000a6;
	margin-top: 0px;
}
.hcicard-main {
    margin-top: -130px;
    z-index: 999;
    position: relative;
}
.hcicard-box1 {
    background-color: #16375f;
    padding: 36px 30px;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
    height: 96%;
    transition: all 0.3s ease;
}
.hcicard-box1:hover {
    transform: translateY(-8px);
}
.hcicard-box1 h5{
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}
.hcicard-box1 i{
	color: #59ca00;
	font-size: 30px;
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.hcicard-box1 p {
    color: #fff;
    text-align: center;
}
/**/
.escort-audience-card {
    height: 100%;
    /* min-height: 240px; */
    padding: 20px 20px;
    background: #f7f5f5;
    border: 1px solid #dce0e6;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease;
}
.escort-audience-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #16375f;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 0.3s ease;
}
.escort-audience-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef5ff;
    border-radius: 50%;
    color: #ff0000;
    font-size: 28px;
    transition: all 0.3s ease;
}
.escort-audience-icon i {
    line-height: 1;
}
.escort-audience-card h4 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    color: #172033;
}
.escort-audience-card p {
    margin: 0;
    line-height: 1.7;
    color: #000;
}
.escort-audience-card:hover {
    transform: translateY(-8px);
    border-color: #dbe7f7;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.09);
}
.escort-audience-card:hover:before {
    transform: scaleX(1);
}
.escort-audience-card:hover .escort-audience-icon {
    background: #16375f;
    color: #ffffff;
    transform: scale(1.08);
}
/**/
.escort-network-card {
    position: relative;
    height: 100%;
    /* min-height: 245px; */
    padding: 24px 24px;
    background: #ffffff;
    border: 1px solid #e7ebf0;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.35s ease;
}
.escort-network-number {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    color: #f0f3f7;
}
.escort-network-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef5ff;
    border-radius: 10px;
    font-size: 24px;
    color: #ff0000;
    transition: all 0.35s ease;
}
.escort-network-icon i {
    line-height: 1;
}
.escort-network-content {
    position: relative;
    z-index: 2;
    padding-top: 2px;
}
.escort-network-content h4 {
    margin: 0 0 18px;
    font-size: 21px;
    font-weight: 700;
    color: #182230;
}
.escort-network-cities {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.escort-network-cities span {
    display: inline-block;
    padding: 7px 11px;
    background: #f5f7fa;
    border: 1px solid #e8edf2;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    transition: all 0.3s ease;
}
.escort-network-card:hover {
    transform: translateY(-7px);
    border-color: #d7e5fa;
    box-shadow: 0 15px 35px rgba(23, 42, 70, 0.10);
}
.escort-network-card:hover .escort-network-icon {
    background: #16375f;
    color: #ffffff;
    transform: translateY(-2px);
}
.escort-network-card:hover .escort-network-cities span {
    background: #eef5ff;
    border-color: #dceaff;
    color: #182230;
}
.escort-international-card {
    background: #182230;
    border-color: #182230;
}
.escort-international-card .escort-network-icon {
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
}
.escort-international-card .escort-network-content h4 {
    color: #ffffff;
}
.escort-international-card .escort-network-number {
    color: rgba(255, 255, 255, 0.06);
}
.escort-international-card .escort-network-cities span {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: #dce3ec;
}
.escort-international-card:hover {
    border-color: #182230;
}
.escort-international-card:hover .escort-network-icon {
    background: #ffffff;
    color: #182230;
}
.escort-international-card:hover .escort-network-cities span {
    background: #ffffff;
    color: #182230;
    border-color: #ffffff;
}
/**/
.bg-testimonials{
    background-color: #16375f;
}

/* FAQ Arrow */
.faq-arrow-up {
    display: none;
}
.faq-arrow-down,
.faq-arrow-up {
    font-size: 14px;
}
button[aria-expanded="true"] .faq-arrow-down {
    display: none;
}
button[aria-expanded="true"] .faq-arrow-up {
    display: inline;
}
button[aria-expanded="false"] .faq-arrow-down {
    display: inline;
}
button[aria-expanded="false"] .faq-arrow-up {
    display: none;
}
@media screen and (max-width: 768px) {
    .key-about{
        margin-top: 20px;
    }
}
/* closed Lift Manufacturer in Durg*/

/**/
.home-com-industries2 {
    background-image: url(../images/keypages/elevator-manufacturer-in-durg2.jpg);
}
.custom-address-box {
    border: 2px solid #0b1f33;
    border-radius: 12px;
    padding: 25px;
    background-color: #ffffff;
    max-width: 650px;
    transition: all 0.3s ease;
}
.custom-address-box:hover {
    transform: translateY(-8px);
}
.custom-address-box h6{
    margin-bottom: 15px;
    font-size: 18px;
    color: #0b1f33;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
}
.contact-item:last-child {
    margin-bottom: 0;
}
.contact-item i {
    color: #e31b23;
    font-size: 20px;
    margin-right: 15px;
    margin-top: 3px;
    min-width: 20px;
    text-align: center;
}
/**/
.home-com-industries3 {
    background-image: url(../images/keypages/elevator-company-in-durg3.jpg);
}
/**/
.home-com-industries4 {
    background-image: url(../images/keypages/home-lift-manufacturer-in-durg2.jpg);
}
.home-com-industries5 {
    background-image: url(../images/keypages/capsule-elevator-manufacturer-in-durg2.jpg);
}
.hcicard-box1 img{
    width: 50px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}
.lift-installation{
    background-color: #e9ecef;
    padding: 20px 0;
}
.sector-card {
    border: none;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    background: #e9ecef;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;
}
.sector-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.card-icon-wrapper {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #ff334b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}