* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
section.ServiceBannerWrp.smart .container {
    z-index: 11;
}
section.ServiceBannerWrp.smart {
    position: relative;
}

.col-md-6.consult_left {
    padding: 0;
    padding-top: 10px;
    position: relative;
    z-index: 11;
}
.ConsultationForm {
    position: relative;
    left: -10px;
}
.col-md-6.consult_right {
    padding: 0;
}
.ConsultationContent {
    padding: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 7px 0 0 7px;
}
.ConsultationContent .head02 {
    position: relative;
    z-index: 11;
}
section.smartConsultationWrp {
    padding: 70px 0 70px;
    background: #f3f3fe;
	scroll-margin-top: 100px;
}
.callInfobtn a.chatBtn {
    color: #000;
}
.callInfobtn a.chatBtn:hover {
    background: #efefef;
    color: #000;
}
.callInfobtn {
    display: flex;
    column-gap: 15px;
    justify-content: center;
	margin: 30px 0 0;
}
.callInfobtn a {
    border: 1px solid #000;
    display: inline-block;
    border-radius: 5px;
    color: #000;
    padding: 8px 17px 8px;
    width: 228px;
    text-align: center;
    font-size: 18px;
    background: #FFF;
}
.ConsultationContent:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000000b5;
    left: 0;
    top: 0;
}
.mainSmartInt a {transition:0.6s;}
.callInfobtn a.callSmart:hover {
    background: #61ce70;
}
.callInfobtn a img {
    width: 20px;
}
.callInfobtn a.callSmart {
    background: #37c34a;
    border: 1px solid #61ce70;
    color: #FFF;
}
.product-card.smart h3 {
    font-size: 19px;
    margin-bottom: 13px;
}
.smartViewpro a {
    border: 1px solid #ff0000;
    color: #ff0000;
    transition: 0.6s;
    padding: 13px 30px 13px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
	transition:0.6s
} 
.smartViewpro a:hover, .smartViewpro a:focus {
    border: 1px solid #ff0000;
    color: #FFF;
	background:#ff0000;
	transition:0.6s
} 
section.SamrtReviewWrp {
    padding: 70px 0 70px;
}
.butterflyaccordian.smart {
    padding: 70px 0 75px;
}
section.video-intercom.smart {
    padding: 70px 0 70px;
}
.myTestimonialSwiper .swiper-pagination {
    bottom: -20px !important;
    text-align: center;
    opacity: 1;
    position: static;
}
.testimonialBx {
    box-shadow: 0px 2px 18px -6px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    text-align: center;
    padding: 30px 20px 20px;
	height: 100%;
}
.testimonialBx .avtar img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    object-fit: cover;
}
.testimonialBx .avtar {
    position: relative;
    margin: 0 0 13px;
	display: flex;
    justify-content: center;
}
.testimonialBx .author-name {
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 3px;
}
.testimonialBx .avtar:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(https://metrocomsecurity.com/wp-content/uploads/2025/11/qt.png);
    left: 60px;
    top: 0;
    background-repeat: no-repeat;
}
.myTestimonialSwiper .swiper-wrapper {
    padding: 10px 10px 0 10px;
}
.myTestimonialSwiper .swiper-slide {
    padding-right: 20px;
    padding-bottom: 20px;
    height: auto;
}
.SamrtcasestudyWrp {
	padding: 70px 0 70px;
}
.caseStudySmrtList .col-md-6 {
    background: #FFF;
}
.caseStudySmrtList .row:nth-child(2n) {
    display: flex;
    flex-direction: row-reverse;
}
.caseStudySmrtList .col-md-6 {
    background: #FFF;
    padding: 0;
}
.caseStudySmrtBx {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    row-gap: 10px;
}
.mainSmartInt .caseStudySmrtBx.txt p {
    font-size: 19px;
}
.caseStudySmrtList .row {
    margin: 0;
}
.caseStudySmrtList.mt-5 {
    border-radius: 15px;
    overflow: hidden;
}
.caseStudySmrtBx img.img {
    aspect-ratio: 2 / 1.4;
    object-fit: cover;
}
.caseExplore a {
    border: 1px solid #ff0000;
    padding: 10px 20px 10px;
    font-size: 14px;
    border-radius: 5px;
    transition: 0.6s;
}
.caseStudySmrtBx:hover .caseExplore a {
    border: 1px solid #ff0000;
    background: #ff0000;
    color: #FFF;
    transition: 0.6s; 
}
.caseStudySmrtBx.txt {
    padding: 0 60px;
    text-align: center;
}
.smartQuote {
    position: absolute;
    bottom: 0;
    background: #e8232cad;
    color: #FFF;
    padding: 12px 20px;
    font-size: 20px;
    font-style: italic;
    line-height: 27px;
}
.benifitImg {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.benifitImg img {
    aspect-ratio: 2 / 1.2;
    object-position: bottom;
    object-fit: cover;
}
.SamrtBenefitsWrp .row {
    display: flex;
    align-items: center;
}
section.SamrtBenefitsWrp {
    padding: 70px 0 70px;
}
.SamrtBenefit ul {
    margin-top: 15px;
}
.SamrtBenefit ul li {
    margin: 7px 0;
}
section.smartServiceWrp {
    background: #161616;
    padding: 70px 0 70px;
    color: #FFF;
}
.smartServiceWrp .head02 p {
    margin: 0 0 5px;
    color: #FFF;
}
.sevSmartbx .inn {
    background: #ffffff0d;
    padding: 30px;
    border-radius: 15px;
}
.sevSmartbx {
    padding: 10px;
    width: 49%;
}
.sevSmartList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 0;
}
.sevSmartbx .icon img {
    width: 65px;
}
.sevSmartbx h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    color: #F1EB25;
}
.mainSmartInt .sevSmartbx p {
    color: #FFF;
    margin: 0;
    font-size: 14px;
}
.sevSmartbx .inn {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
section.ServiceBannerWrp.smart .btn.TransparentBtn:hover {
    background: #161616;
    border-color: #161616;
}
section.smartInt02 {
    padding: 70px 0 70px;    
}
.smartInt03 {padding: 70px 0 70px;}
.gryBg {background: #F6F6F6;}
section.smartInt02 .head02 {
    max-width: 1000px;
}
.mainSmartInt, .mainSmartInt p, .mainSmartInt h1, .mainSmartInt h2, .mainSmartInt h3, .mainSmartInt h4, .mainSmartInt h5 {font-family: "Roboto", sans-serif;}
.mainSmartInt p {color: #585858;}
.head02 h2 {
    font-weight: 600;
    font-size: 40px;
}
.head02 h3 {
    font-size: 24px;
    font-weight: 500;
}
.smartwhymetroCom {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px 0;
}
.smartwhyBx {
	width: 33.33%;
    padding: 20px;
}
.smartwhyBxIn {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    padding: 36px;
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
}
.smartIcon {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #e6111b0d;
	margin: 0 0 10px;
}
.smartIcon img {
    width: 70px;
}
.smartwhyBxIn p {
    margin: 0;
}
.smartwhyBx h4 {
    font-size: 21px;
}
.productSuiteBx {
    padding: 10px 10px 30px;
    width: 25%;
}
.proSteImg img {
    aspect-ratio: 2 / 1.7;
    object-fit: cover;
    border-radius: 15px;
}
.proSteImg {
    margin: 0 0 15px;
}
.productSuiteBx h3 {
    font-size: 19px;
}
.productSuiteBx ul {
    padding: 0;
    margin-left: 20px;
}
.productSuiteBx ul li {
    color: #585858;
    font-size: 15px;
    margin: 3px 0;
}
.productSuiteBx p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 16px;
}
.smtQuote a {
    border: 1px solid #ff0000;
    padding: 6px 10px 6px;
    font-size: 14px;
    border-radius: 5px;
	transition:0.6s;
}
.smtQuote a:hover {
    border: 1px solid #ff0000;
    background:#ff0000;
	color:#FFF;
	transition:0.6s;
}




.stars1 {
    display: flex;
    justify-content: center;
    column-gap: 6px;
    margin: 10px 0 0;
}

.stars1 i.fa.fa-star {
    background: url(https://metrocomsecurity.com/wp-content/uploads/2025/11/star-fill.webp);
    display: inline-block;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.stars1 i.fa.fa-star-o {
    background: url(https://metrocomsecurity.com/wp-content/uploads/2025/11/star-blank.webp);
    display: inline-block;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.servvideoBtn {
    font-weight: 500;
}

.ServiceBannerWrp {
    min-height: 570px;
    display: flex;
    align-items: center;
}

.serviceContentSec h1 {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
}

.serviceContentSec p {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.buttons-s {
    column-gap: 20px;
}

a{
    color: #ff0000;
    text-decoration: none;
}
a:hover{
    color: #cf0000;
}

.abtn {
    display: flex;
    flex-direction: row;
    column-gap: 12px;
    align-items: center;
}

.buttons-s a {
    color: #FFF;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    padding: 11px 22px;
    text-decoration: none;
}

.banner-btn {
    border-radius: 6px;
    border: 1px solid #E7111B;
    background: #E7111B;
}

/* sw-btn-section */

.form-switch .form-check-input {
    border-radius: 0px !important;
    border: 1px solid #ff0000;
}

.text-success {
    color: #11E726 !important;
}

.form-check-input:focus {
    border-color: none !important;

}

.toggle-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.switchBtn .toggle {
    position: relative;
    width: 65px;
    height: 20px;
    background-color: #A9A9A9;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.elegent-point p {
    margin: 0;
}

.switchBtn .slider {
    position: absolute;
    top: -4px;
    left: 0px;
    width: 43px;
    height: 27px;
    background-color: white;
    transition: transform 0.3s ease;
    border: 2px solid #ff0000;
    border-radius: 5px;
    display: inline-block;
}

.toggle input:checked+.slider {
    transform: translateX(22px);
    background-color: white;
}

.toggle-wrapper.switchBtn {
    padding-left: 15px;
}

.toggle input:checked~.toggle {
    background-color: #a855f7;
}

.elegent-heading h2 {
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    color: #000;
}

.elegent-heading p {
    color: #6B6B6B;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 156.25% */
}

.elegent-point {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    row-gap: 10px;
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.elegent-point:hover {
    background-color: #fcfcfc;
    border: 1px solid rgb(238, 238, 238);
}

.img-elegent {
    width: 30px;
    object-fit: cover;
}

.management-head {
    cursor: pointer;
    padding: 1rem;
    border-radius: 10px;
    transition: background-color 0.3s ease, border-left 0.3s ease;
}

.management-head:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.half-star {
    display: inline-block;
    color: gold;
    position: relative;
}

.half-star::after {
    content: '★';
    color: lightgray;
    position: absolute;
    left: 50%;
    width: 50%;
    overflow: hidden;
}

.elegent-point h3 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
}

.elegent-point p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    font-family: "Roboto", sans-serif;
}

.management-img {
    width: 80px;
    object-fit: contain;
}

.management-head h2, .management-head h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    color: #F1EB25;
}

.management-head p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}

.management-head {
    display: flex;
    flex-direction: column;
    row-gap: 10px;

}

.servHead h2 {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    /* 120% */
}

.servHead p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: #6B6B6B;
}

.managementDesh .servHead h2 {
    color: #FFF;
}

.managementDesh .servHead p {
    color: #FFF;
}

.Androidlg img {
    width: 90px;
}

.isolg img {
    width: 90px;
}

.management-right img {
    width: 100%;
}

.management-right {
    position: relative;
    right: -10%;
}

.rating-box {
    padding: 25px 0px;
    text-align: center;
}

.custom-tooltip {
    position: absolute;
    display: none;
    background: #f3f3f3;
    color: #000000;
    padding: 10px 15px;
    border-radius: 6px;
    max-width: 200px;
    font-size: 18px;
    box-shadow: 0 0 5px black;
    pointer-events: none;
    z-index: 1000;
    transition: opacity 0.1s ease-in-out;
}

.stars1 img {
    width: 220px;
    margin: 10px;
}

.rating-box h5 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 36px;
}

.stars {
    margin-top: -10px;
    color: #ffa700;
    font-size: 50px;
}

.propertysec {
    background-color: #ECECEC;
}

.butterflyaccordian .accordion {
    background-color: #000;
    color: #fff;
    border: none;
}

.butterflyaccordian .accordion-item {
    background-color: #000;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.butterflyaccordian .accordion-button {
    background-color: #000000;
    color: #F1EB25;
    font-size: 1.1rem;
    font-weight: 500;
    box-shadow: none;
    border: none;
    padding: 1.5rem;
    position: relative;

}

.butterflyaccordian .accordion-button:focus {
    box-shadow: none;
}

.butterflyaccordian .accordion-button::after {
    display: none;
}
.butterflyaccordian .accordion-button::before {
    content: "+";
    position: absolute;
    right: 1.2rem;
    font-size: 1.4rem;
    font-weight: bold;
    transition: transform 0.2s 
ease, content 0.2s 
ease;
    color: #F1EB25;
    border: 2px solid #F1EB25;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 100px;
    line-height: 1.03em;
}

.butterflyaccordian.serv-accordion .accordion-button::before{
    font-size: 18px;
}

.butterflyaccordian .accordion-button:not(.collapsed)::before {
    content: "–";
}

.butterflyaccordian .accordion-body {
    background-color: #000;
    color: #ccc;
    border-top: 0;
    padding: 1rem 1.5rem;
}

.case-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.case-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.case-card:hover img {
    transform: scale(1.05);
}

.case-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
}

.case-overlay h5 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
    margin-bottom: 22px;

}

.a-btn a {
    background-color: #ff0000;
    border: none;
    border-radius: 5px;
    font-size: 0.85rem;
    padding: 11px 12px;
    color: white;
    text-decoration: none;
    display: inline-block;
}

.btn-danger {
    background-color: #ff0000 !important;
}

.trusted-section {
    padding: 60px 0;
    background-color: #fff;
    text-align: center;
}

.trusted-section p {
    color: #777;
    font-size: 17px;
    margin-bottom: 40px;
}

.trusted-logos img {
    max-height: 65px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
    margin: 10px 25px;
    filter: grayscale(100%);
}

.trusted-logos img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.btn.ServquoteBtn {
    background: #E7111B;
    border: 1px solid #E7111B;
    color: #FFF;
    font-weight: 500;
}

.btn.ServquoteBtn:hover,
.btn.ServquoteBtn:focus {
    background: #c90610;
    color: #FFF;
    font-weight: 500;
}

.btn.TransparentBtn {
    background: transparent;
    border: 1px solid #fff;
    color: #FFF;
    font-weight: 500;
}

.btn.TransparentBtn:hover,
.btn.TransparentBtn:focus {
    background: transparent;
    border: 1px solid #fff;
    color: #FFF;
    font-weight: 500;
}

.mac-tabs {
    display: flex;
    align-items: center;
}

.kc_single_image img {
    max-width: 1000px;
}

.mac-tab-content {
    position: relative;
}

.mac-tab-content .mac-tabs {
    position: absolute;
    right: -18%;
    transform: scale(1.3);
}

ul.mac-tab-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.mac-tab-links li a {
    display: block;
    text-decoration: none;
}

.resident-tab-links,
.commercial-tab-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.resident-tab-links li a,
.commercial-tab-links li a {
    display: block;
    text-decoration: none;
}

section.managementDesh {
    background: #161616;
    padding: 70px 0 50px;
    overflow: hidden;
}

.multifamily_status .commercial-tab {
    display: none;
}

.multifamily_status .resident-tab {
    display: none;
}

.multifamily_status .commercial-tab.active {
    display: block;
}

.multifamily_status .resident-tab.active {
    display: block;
}

.commercial-tab-content .commercial-tab {
    display: none;
}

.commercial-tab-content .commercial-tab.active {
    display: block;
}

@media (max-width: 989px) {
    .management-right {
        position: static;
        right: 0px;
    }
}

.service-specs .accordion-item {
    margin-bottom: 15px;
    border: none;
    background-color: #f4f4f4;
    border-radius: 15px;
}

.service-specs .accordion-button,
.service-specs .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed,
.service-specs .accordion-item:first-of-type>.accordion-header .accordion-button {
    background-color: #f4f4f4;
    box-shadow: none;
    border-radius: 15px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.service-specs .accordion-body {
    padding-top: 0;
}

.service-specs .accordion-button::after {
    display: none;
}

.service-specs .accordion-button:not(.collapsed)::before {
    content: "–";
}

.service-specs .accordion-button::before {
    content: "+";
    position: absolute;
    right: 1.2rem;
    transition: transform 0.2s ease, content 0.2s ease;
    background: red;
    padding: 6px 6px 10px 6px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/* slider */
.video-intercom .product-slider {
    margin: auto;
    padding: 40px 0;
}

.video-intercom .swiper-slide {
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.8;
}

.video-intercom .swiper-slide-next {
    transform: scale(1.1);
    opacity: 1;
    z-index: 2;
}

.video-intercom .product-card {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 25px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.video-intercom .product-card img {
    height: 180px;
    margin-bottom: 15px;
}

.video-intercom .product-card h5 {
    font-weight: 700;
}

.video-intercom .product-card p {
    color: #666;
    font-size: 14px;
}
.video-intercom .btn-learn {
    display: inline-block;
    background: #ffef00;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    /* margin-top: 5px; */
    padding: 7px 20px;
    border-radius: 4px;
    transition: background 0.3s;
    font-size: 13px;
    /* text-transform: uppercase; */
}

.video-intercom .btn-learn:hover {
    background: #ffe400;
}

.video-intercom .swiper-pagination {
    bottom: -20px !important;
    text-align: center;
}

.management-img img{
    width: 50px;
}
.service-specs .accordion ul li {
    font-size: 18px;
    margin-bottom: 10px;
}

.serv-video .modal-header {
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: none;
    background: yellow;
    z-index: 2;
    height: 46px;
    border-radius: 0 10px 0 60px;
}

.serv-video .modal-header .btn-close {
    opacity: 1;
}

.serv-video .modal-header .btn-close:hover,
.serv-video .modal-header .btn-close:focus {
    background-color: transparent;
    box-shadow: none;
}

@media screen and (min-width: 1200px) and (max-width: 1560px) {
.smartQuote {
    font-size: 18px;
    line-height: 25px;
}
.productSuiteBx {
    width: 33.33%;
}
.proSteImg img {
    aspect-ratio: 2 / 1.5;
}
.smartwhyBxIn {
    padding: 30px;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
.head02 h2 {
    font-size: 30px;
}
.head02 h3 {
    font-size: 20px;
}
.smartwhyBx {
    padding: 10px;
}
.smartwhyBxIn {
    border-radius: 10px;
    padding: 20px;
}
.smartIcon img {
    width: 54px;
}
.smartIcon {
    width: 90px;
    height: 90px;
}
.smartwhymetroCom {
    margin: 0 -20px 0;
}
.smartwhyBx h4 {
    font-size: 19px;
}
.mainSmartInt p {
    font-size: 14px;
}
.mainSmartInt p br {
    display: none;
}
.productSuiteBx {
    padding: 10px 8px 30px;
    width: 33.33%;
}
.productSuiteList {
	margin: 0 -10px 0;
}
.productSuiteBx h3 {
    font-size: 18px;
    margin: 0 0 10px;
}
.productSuiteBx p {
    line-height: 18px;
}
.productSuiteBx ul li {
    font-size: 14px;
}
.sevSmartbx h3 {
    font-size: 18px;
}
.sevSmartbx .inn {
    padding: 20px;
    height: 100%;
}
.smartQuote {
    padding: 12px 17px;
    font-size: 17px;
    line-height: 22px;
}
.benifitImg img {
    aspect-ratio: 2 / 1.7;
}
.mainSmartInt .caseStudySmrtBx.txt p {
    font-size: 16px;
}
.caseStudySmrtBx.txt {
    padding: 0 20px;
}
.caseStudySmrtBx {
    row-gap: 0;
}
.smartConsultationWrp .col-md-6 {
	width:100%;
}
.ConsultationForm {
    position: relative;
    left: 0;
	transform: scale(1.02);
}
.ConsultationContent .head02 {
    max-width: 470px;
    margin: 0 auto;
}
.video-intercom .swiper-slide-next {
    transform: none;
}
}

@media (min-width: 768px) {
.productSuiteList {
    display: flex;
    flex-wrap: wrap;
}
.productSuiteBx.swiper-slide {
    height: auto;
}
.productSuiteBxIn {
    height: 100%;
}
.productSuiteBxIn {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
}
@media (min-width: 992px) {
    .serv-video .modal-body iframe {
        width: 100%;
        height: 430px;
    }
}

@media (min-width: 510px) and (max-width: 991px) {
    .serv-video .modal-body iframe {
        width: 100%;
        height: 260px;
    }
}

@media (max-width: 509px) {
    .serv-video .modal-body iframe {
        width: 100%;
        height: 190px;
    }
}

@media (max-width: 991px) {
    .serviceContentSec h1 {
        font-size: 40px;
        line-height: 42px;
    }

    .serviceContentSec p {
        font-size: 16px;
        line-height: 25px;
    }

    .btn.ServquoteBtn,
    .btn.TransparentBtn {
        font-size: 13px;
    }

    .servHead h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .rating-box h5 {
        font-size: 28px;
    }
    .mac-tabs {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    ul.mac-tab-links {
        width: 100%;
    }

    .mac-tab-content {
        width: 100%;
        position: relative;
        right: auto;
        transform: scale(1);
        margin-top: 20px;
    }

    .kc_single_image img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .serviceContentSec h1 {
        font-size: 27px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .serviceContentSec p {
        font-size: 16px;
        line-height: 25px;
    }

    .btn.ServquoteBtn,
    .btn.TransparentBtn {
        font-size: 13px;
    }

    .servHead h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .rating-box h5 {
        font-size: 28px;
    }
.head02 h2 {
    font-size: 25px;
}
.head02 h3 {
    font-size: 16px;
    font-weight: 500;
}
.smartwhymetroCom {
    margin: 0 -15px 0;
}
.smartwhyBx {
    width: 100%;
	padding: 10px 20px;
}
.smartwhyBxIn {
    padding: 20px;
}
section.smartInt02 {
    padding: 30px 0 25px;
    background: #F6F6F6;
}
section.ServiceBannerWrp.smart:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000069;
}
.ProductsuiteSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 4px;
}
.proSteImg img {
    aspect-ratio: 2 / 1.5;
}
.smartInt03 {
    padding: 25px 0 25px;
}
.productSuiteList.mt-4 {
    margin-top: 0 !important;
}
section.smartServiceWrp {
    padding: 30px 0 25px;
}
.sevSmartbx {
    width: 100%;
}
.sevSmartbx .icon.upgrate img {
    width: 83px;
}
section.SamrtBenefitsWrp {
    padding: 27px 0 30px;
}
.SamrtcasestudyWrp {
    padding: 30px 0 30px;
}
.caseStudySmrtList.mt-5 {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.caseStudySmrtBx.txt {
    padding: 30px 20px 30px;
    row-gap: 0;
}
.mainSmartInt .caseStudySmrtBx.txt p {
    font-size: 16px;
}
.caseExplore a {
    display: inline-block;
}
.caseStudySmrtList.mt-5 {
    border-radius: 0;
}
.caseStudySmrtList .row {
    border-radius: 15px;
    overflow: hidden;
}
.caseStudySmrtList.mt-5 {
    margin-top: 25px !important;
}
section.SamrtReviewWrp {
    padding: 30px 0 30px;
}
.smartQuote {
    font-size: 16px;
    line-height: 22px;
}
section.SamrtReviewWrp {
    padding: 28px 0 30px;
}
.butterflyaccordian .accordion-button {
    padding: 14px 50px 14px 0px;
    white-space: normal;
}
.butterflyaccordian.smart {
    padding: 31px 0 35px;
}
.butterflyaccordian .accordion-body {
    padding: 2px 0 15px;
}
section.smartConsultationWrp {
    padding: 30px 15px 50px;
    scroll-margin-top: 100px;
}
.ConsultationContent {
    padding: 20px;
    border-radius: 0;
    padding: 30px 15px 35px;
}
.callInfobtn {
    flex-wrap: wrap;
    row-gap: 15px;
    margin: 15px 0 0;
}
.smartConsultationWrp .head02 h2 {
    font-size: 22px;
}
.ConsultationContent .head02 p {
    font-size: 14px;
}
.ConsultationForm {
    position: relative;
    left: 0;
    transform: scale(1.044);
    margin-top: 0px;
}
section.video-intercom.smart {
    padding: 30px 0 43px;
}
.video-intercom .swiper-slide {
    opacity: 1;
}
#ConsultationForm {scroll-margin-top: 120px;}
.smartViewpro a {
    padding: 12px 21px 11px;
    font-size: 14px;
    display: inline-block;
}
.col-md-6.consult_left {
    padding-top: 0;
}
.benifitImg img {
    aspect-ratio: auto;
}
}/** Mx-widht:767px **/

#multifamily1 .resident-tab-new .elegent-point{
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 0;
}
#multifamily1 .resident-tab-new .elegent-point:hover{
   box-shadow: 0 0 5px #d8d8d8;
}
#multifamily1 .resident-tab-new li:last-of-type .elegent-point{
    border-bottom: none;
}
.tglswitchbtn{
    font-weight: 600;
}

.ServiceBannerWrp2{
    position: relative;
    z-index: 3;
}
.ServiceBannerWrp2::after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height:100%;
    background: linear-gradient(to right, #000000ba, transparent);
    z-index: -1;
}

.serviceContentSec2 .text-white {
    text-shadow: 0 0 10px #000000;
}
.serv-card{
    box-shadow: 0 0 5px #0000003f;
    padding: 30px;
}
.serv-card .serv-card-img{
    height: 40px;
}
.serv-card .serv-card-heading{
    margin: 15px 0 10px 0;
    font-size: 19px;
    color: #000;
}
.serv-card p{
    margin-bottom: 0;
    color: #636363;
}
.management-head2{
    padding: 20px;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    border-radius: 5px;
}
.management-head2:hover{
    background-color: rgb(247, 247, 247);
}
.management-head2 h3{
    color: #000;
    font-size: 20px;
}
.management-head2 p{
    color: #737373;
}
.mac-tab-content11{
    background: #ffffff;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}
.mac-tab1 figure{
    margin-bottom: 0;
    border-radius: 0;
}
.mac-tab1 figure img{
    min-height: 420px;
    object-fit: cover;
    border-radius: 0;
}
.mac-tab-wrapper2 .mac-tab-links li.active .management-head2{
    background-color: #ffffff;
    border: 1px solid #ccc;
}
.temp3-content p{
    font-size: 20px;
    color: #4e4e4e;
}
.custom-tooltip {
    position: absolute;
    background: #fff;
    color: #000;
    padding: 15px 20px 20px 20px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 1.6;
    pointer-events: none;
    display: none;
    max-width: 260px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  }

  /* 🔴 Blinking Dots (same, non-interactive) */
  .blink-dot {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ff000082;
    transform: translate(-50%, -50%);
    animation: pulse 1.6s infinite;
    pointer-events: none;
  }

  @keyframes pulse {
    0% {
      transform: translate(-50%, -50%) scale(0.9);
      box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
    }
    60% {
      transform: translate(-50%, -50%) scale(1.2);
      box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
    }
    100% {
      transform: translate(-50%, -50%) scale(0.9);
      box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
  }
  .page-id-7029 .kc_single_image img{
    max-height: 500px;
  }