body {
    color: #000;
    background-color: #fff;
    font-family: "Sarabun", sans-serif;
}
a:hover {
    text-decoration: none;
}
a {
    transition: all .3s ease-in-out;
    text-decoration: unset;
}
.img-responsive {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.common-pd{
    padding:50px 0;
}
.common-small-pd{
    padding:40px 0;
}
.inner-container {
    padding: 0 60px;
}
.common-sec-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    margin-bottom: 18px;
}
.common-desc {
    color: #000;
    font-size: 16px;
}
.header-nav {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 144.76%);
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
.navbar-nav .icon {
    height: 45px;
    width: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-nav .icon img {
    height: 24px;
    width: 24px;
}
.navbar-nav .icon.first img {
    height: 30px;
    width: 30px;
}
.header-nav .navbar-nav {
    gap: 10px;
}
.navbar-nav .icon svg {
    color: #000;
}
.navbar-brand img.custom-logo {
    width: 190px;
}
.header-nav .nav-link {
    color: #fff;
    font-size: 15px;
    padding: 0 8px !important;
    text-transform: capitalize;
    font-weight: 300;
}
.banner-sec {
    position: relative;
}
.banner-sec .image-block {
    position: relative;
}
.banner-sec .info {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.banner-sec .inner-container {
    max-width: 550px;
}
.banner-sec .subtitle {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
}
.common-sec-title .bgh-green {
    background: linear-gradient(90.91deg, #6DAF52 30.79%, #2798D0 67.92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}
.common-sec-title .bgh-green::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90.91deg, #6DAF52 30.79%, #2798D0 67.92%);
}
.theme-btn {
    background: #fff !important;
    color: #000 !important;
    height: 46px;
    width: fit-content;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    margin-top: 30px;
}
.theme-btn.bgh-black {
    background: #000 !important;
    color: #fff !important;
}
.theme-btn:after {
    content: '';
    position: absolute;
    top: 31%;
    left: -50%;
    height: 18px;
    width: 18px;
    background: url(../images/rotate-icon.png);
    z-index: 99;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    animation: spin 10s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.theme-btn:hover:after {
    left: 13%;
}
.theme-btn span {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}
.theme-btn:hover span {
    left: 10px;
}
.icon-block {
    height: 34px;
    width: 34px;
    background: #000;
    border-radius: 50%;
    font-size: 17px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    border: 1px solid #fff;
    cursor: pointer;
}
.banner-sec .icon-block {
    height: 30px;
    width: 30px;
    font-size: 14px;
}
.banner-sec .icon-block.prev {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    z-index: 10;
}
.banner-sec .icon-block.next {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 10;
}
footer.footer {
    background: #000;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}
footer.footer .flex-block {
    display: flex;
    align-items: center;
}
footer.footer .custom-logo {
    width: 242px;
}
footer.footer img.stores {
    height: 54px;
}
footer.footer .flex-block.social {
    gap: 35px;
}
footer.footer .social-flex {
    display: flex;
    gap: 10px;
    border-left: 1px solid #fff;
    padding-left: 35px;
}
.footer-block .common-sec-title {
    font-size: 22px;
    line-height: normal;
}
.footer-block .common-desc {
    padding: 0;
    margin-bottom: 10px;
}
footer.footer .flex-block .flex-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}
footer.footer .flex-block .flex-item:last-child {
    margin-bottom: 0;
}
footer.footer .flex-item .common-desc {
    width: 80%;
}
footer.footer .flex-item .icon-block {
    font-size: 15px;
    background: #fff;
    color: #000;
}
.copyright-sec {
    border-top: 1px solid #fff;
    padding: 10px 0;
}
.copyright-sec p {
    font-size: 13px;
}
.copyright-sec a {
    text-decoration: underline;
}
.theme-btn.btn-black {
    background: #000 !important;
    color: #fff !important;
}
.blending-sec .heading {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}
.blending-sec .heading img {
    height: 16px;
    width: 18px;
    animation: spin 10s linear infinite;
    margin-top: 1px;
}
.blending-sec .featured {
    font-size: 15px;
}
.blending-sec .flex-block {
    display: flex;
    align-items: center;
    gap: 15px;
}
.blending-sec .flex-block img {
    height: 54px;
    object-fit: contain;
    width: max-content;
}
.blending-sec .info {
    max-width: 500px;
}
.blending-sec .image-block {
    height: 50px;
    width: 50px;
}
.blending-sec .image-block {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blending-sec .image-block img {
    height: 24px;
    width: 24px;
}
.blending-sec .right-info .title {
    margin-bottom: 2px;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    font-family: "Inter", sans-serif;
}
.blending-sec .right-info {
    row-gap: 80px;
    position: relative;
}
.blending-sec .right-info:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    height: 100%;
    width: 1px;
    transform: translate(-50%,-50%);
    background: #D0D0D0;
}
.blending-sec .right-info:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    background: #D0D0D0;
}
.blending-sec .info-count {
    max-width: 125px;
    text-align: center;
}
.blending-sec .info-count.left-auto {
    margin-left: auto;
}
.blending-sec .right-info .after-sec {
    position: absolute;
    z-index: 1;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    padding: 26px;
}
.blending-sec .after-sec .image-block {
    margin: 0 auto;
    height: 80px;
    width: 80px;
}
.blending-sec .after-sec img {
    height: 32px;
    width: 36px;
    animation: spin 10s linear infinite;
}
.video-sec .video-block {
    width: 75%;
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden;
    border-radius: 40px;
    margin: 0 auto;
}
.video-sec .video-block:has(iframe) {
    padding-bottom: 42.2%;
}
.video-sec .video-block video, .video-sec .video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}
.home-stories-sec .tab-btn {
    background: #F5F5F5;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 25px 20px;
    margin-bottom: 20px;
    box-shadow: 10px 10px 15px 0px #CECECE80;
    cursor: pointer;
}
.home-stories-sec .tab-btn .color {
    display: none;
}
.home-stories-sec .tab-btn.active .color{
    display: block;
}
.home-stories-sec .tab-btn .black{
    display: block;
}
.home-stories-sec .tab-btn.active .black{
    display: none;
}
.home-stories-sec .tab-btn .image-block {
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    gap: 10px;
}
.home-stories-sec .tab-btn .circle {
    width: 7px;
    height: 7px;
    background: #D9D9D9;
    border-radius: 50%;
}
.home-stories-sec .tab-btn.active .circle {
    background: linear-gradient(90.91deg, #6DAF52 30.79%, #2798D0 67.92%);
    -webkit-text-fill-color: transparent;
}
.home-stories-sec .tab-btn img {
    height: 32px;
    width: 32px;
}
.home-stories-sec .left-part {
    padding-right: 40px;
}
.home-stories-sec .tab-btn .common-desc {
    font-size: 15px;
}
.home-stories-sec .tab-btn.active .common-desc {
    background: linear-gradient(90.91deg, #6DAF52 30.79%, #2798D0 67.92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-stories-sec .row.tab-group {
    margin-top: 30px;
}
.home-stories-sec .tab-btn:hover .black{
    display: none;
}
.home-stories-sec .tab-btn:hover .color{
    display: block;
}
.home-stories-sec .tab-btn:hover .circle {
    background: linear-gradient(90.91deg, #6DAF52 30.79%, #2798D0 67.92%);
    -webkit-text-fill-color: transparent;
}
.home-stories-sec .tab-btn:hover .common-desc {
    background: linear-gradient(90.91deg, #6DAF52 30.79%, #2798D0 67.92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.video-container .image-block {
    position: relative;
    cursor: pointer;
}
.video-container .image-block .icon-block {
    position: absolute;
    top: 50%;
    left: 50%;
    border: unset;
    transform: translate(-50%, -50%);
    padding-left: 3px;
}
.video-container .image-block img {
    border-radius: 20px;
}
.home-stories-sec .inner-row {
    row-gap: 35px;
}
.home-stories-sec .icon-block {
    height: 46px;
    width: 46px;
}
.home-stories-sec .left-img-block {
    height: 40px;
    width: 40px;
    box-shadow: 0px 1.58px 1.58px 0px #00000040 inset;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-stories-sec .left-img-block img {
    height: 20px;
    width: 22.5px;
    animation: spin 10s linear infinite;
}
.home-stories-sec .video-info-block {
    padding: 15px 6px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}
.home-stories-sec .video-info-block .common-desc {
    font-size: 15px;
    line-height: normal;
}
.home-stories-sec .tab-group-sec {
    display: none;
}
.home-stories-sec .tab-group-sec.active {
    display: block;
    padding-left: 35px;
}
.testimonial .testimonial-icon {
    height: 54px;
    width: 44px;
    margin-bottom: 10px;
}
.testimonial .author-flex {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 6px;
}
.testimonial .author-flex img {
    height: 20px;
    width: 22px;
    margin-top: 3px;
}
.testimonial .author-flex .title {
    font-size: 22px;
    font-weight: 600;
}
.testimonial .location {
    font-size: 13px;
}
.testimonial .description {
    line-height: 24px;
}
.testimonial .inner-row {
    margin: 0 -50px;
}
.testimonial .inner-row .column {
    padding: 0 50px;
}
.testimonial .inner-row .column:nth-child(odd){
    position: relative;
}
.testimonial .inner-row .column:nth-child(odd):after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 1px;
    background: #C2C2C2;
}
.case-study img {
    border-radius: 20px;
    height: auto;
}
.case-study .inner-row {
    margin: 0 -25px;
}
.case-study .inner-row .column {
    padding: 0 25px;
}
.case-study .title {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 6px;
}
.home-stories-sec .about-info img {
    height: 26px;
    width: 29px;
    margin-bottom: 12px;
    animation: spin 10s linear infinite;
}
.home-stories-sec .about-info .title {
    font-size: 44px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    line-height: normal;
    margin-bottom: 2px;
}
.home-stories-sec .about-info {
    padding-top: 180px;
    padding-left: 20px;
    padding-right: 24px;
    position: relative;
}
.home-stories-sec .about-info .description {
    font-size: 17px;
    text-transform: capitalize;
    line-height: normal;
}
.home-stories-sec .about-info:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    height: 115px;
    width: 1px;
    background: #CDCDCD;
}
.case-study .theme-btn {
    margin-top: 54px;
}
.customized-sec .heading, .explore-sec .heading {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.customized-sec .heading .common-desc, .explore-sec .heading .common-desc {
    font-size: 15px;
}
.customized-sec .heading img, .explore-sec .heading img {
    height: 16px;
    width: 18px;
    animation: spin 10s linear infinite;
    margin-top: 1px;
}
.customized-sec .row.main, .explore-sec .row.main {
    margin: 0 -70px;
}
.customized-sec .row.main .column {
    padding: 0 70px;
    position: relative;
}
.customized-sec .row.main .column:first-child:after {
    content: '';
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 1px;
    background: #DBDBDB;
}
.customized-sec {
    background: #F6F6F6;
    overflow: hidden;
}
.customized-sec .owl-carousel img {
    border-radius: 10px;
}
.customized-sec .owl-carousel .owl-stage-outer {
    overflow: unset;
}
.customized-sec .owl-carousel .owl-stage {
    padding-left: 0 !important;
}
.customized-sec .slider-container {
    max-width: 1350px;
    margin-left: auto;
    width: 100%;
}
.customized-sec .image-block {
    position: relative;
}
.customized-sec .image-block img {
    border-radius: 10px;
}
.customized-sec .image-block .info {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0000007a;
    padding: 45px;
    padding-right: 70px;
    border-radius: 10px;
}
.customized-sec .info .title {
    font-size: 28px;
    max-width: 210px;
    margin-bottom: 12px;
}
.customized-sec .info .theme-btn {
    margin-top: 24px;
    height: 40px;
    padding: 0 30px;
    font-size: 13px;
}
.customized-sec .info .theme-btn:after {
    top: 31%;
    width: 16px;
    height: 16px;
}
.explore-sec .theme-btn {
    margin-top: 20px;
}
.explore-sec .row.main .column:last-child:after{
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 1px;
    background: #DBDBDB;
}
.explore-sec .row.main .column {
    padding: 14px 70px 22px 70px;
    position: relative;
}
.explore-sec .explore-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.explore-sec .explore-column {
    width: 20%;
    padding: 0 6px;
}
.explore-sec .image-block img {
    border-radius: 10px;
}
.explore-sec .image-block {
    position: relative;
}
.explore-sec .info {
    background: #fff;
    border-radius: 30px;
    position: absolute;
    bottom: 20px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 14px;
    transition: border-radius 0.5s ease;
}
.explore-sec .info .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}
.explore-sec .info .icon {
    height: 20px;
    width: 20px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}
.explore-sec .info .desc {
    font-size: 12.5px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease, padding 0.5s ease;
}
.explore-sec .image-block:hover .desc {
  height: 130px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.explore-sec .image-block:hover .info {
    border-radius: 10px;
}
.questions-sec .bg-block {
    background: #F6F6F6;
    padding: 60px 120px;
    padding-bottom: 50px;
    height: 100%;
}
.questions-sec .column:first-child .bg-block {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.questions-sec .column:last-child .bg-block {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.questions-sec .subtitle {
    font-size: 26px;
    margin: 26px 0;
}
.questions-sec .flex-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.questions-sec .flex-item .common-desc {
    width: 80%;
    line-height: normal;
}
.questions-sec .flex-item .icon-block {
    background: #fff;
    color: #000;
    font-size: 15px;
}
.questions-sec .wpcf7-form br {
    display: none;
}
.questions-sec .form-flex p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.questions-sec .wpcf7-form input, .questions-sec .wpcf7-form select {
    width: 100%;
}
.questions-sec .form-flex label {
    width: 47%;
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
}
.questions-sec .form-flex .wpcf7-form-control {
    margin-top: 6px;
    border: unset;
    color: #000;
    background: #fff;
    height: 50px;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 14px;
}
.questions-sec .form-flex .wpcf7-form-control:focus-visible {
    outline: unset;
}
.questions-sec .form-flex .wpcf7-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5" stroke="%23000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}
.questions-sec .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.questions-sec .wpcf7-form-control.wpcf7-checkbox {
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 10px;
    margin-left: -14px;
}
.questions-sec .wpcf7-list-item input {
    width: 20px;
    height: 20px;
    appearance: none;
    background: #fff;
    border-radius: 4px;
}
.questions-sec .wpcf7-list-item input:checked {
    background: linear-gradient(90.91deg, #6DAF52 30.79%, #2798D0 67.92%);
}
.questions-sec .wpcf7-form .wpcf7-submit {
    width: fit-content;
    border-radius: 10px;
    border: unset;
    overflow: hidden !important;
    font-size: 14px;
}
.questions-sec .wpcf7-form .information {
    font-size: 13px;
    line-height: normal;
}
.questions-sec .wpcf7-form p:has(.wpcf7-spinner){
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}
.questions-sec .wpcf7-form p:has(.wpcf7-spinner) *{
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}
.questions-sec .wpcf7 form .wpcf7-response-output {
    margin-top: 10px;
    font-size: 14px;
}
.questions-sec .wpcf7 form .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-bottom: -6px;
    margin-top: 2px;
}
.questions-sec .row {
    margin: 0 -3px;
}
.questions-sec .row .column {
    padding: 0 3px;
}
.questions-sec .column .bg-block {
    position: relative;
    overflow: hidden;
}
.questions-sec .column:first-child .bg-block:after {
    content: '';
    position: absolute;
    top: 30%;
    right: -40px;
    height: 110px;
    width: 110px;
    background: url(../images/rotate-icon.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    animation: spin 10s linear infinite;
}
.questions-sec .column:last-child .bg-block:after {
    content: '';
    position: absolute;
    top: 45%;
    left: -40px;
    height: 110px;
    width: 110px;
    background: url(../images/rotate-icon-tr.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    animation: spin 10s linear infinite;
}
.questions-sec .common-sec-title {
    max-width: 230px;
    padding-top: 30px;
}
.questions-sec .wpcf7-form .theme-btn {
    margin-top: 20px;
}
.banner-sec.lighting .video-block {
    width: 100%;
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden;
}
.banner-sec.lighting video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}
.banner-sec.lighting .info {
    top: 0;
    background: #00000078;
    height: 100%;
    place-content: center;
    transform: unset;
}
.banner-sec.lighting .inner-container {
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
}
.banner-sec.lighting .common-sec-title {
    font-size: 50px;
    line-height: 60px;
}
.banner-sec.lighting .lighting-icon-flex {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}
.banner-sec.lighting .icon-block{
    background: transparent;
    border: 1px solid #fff;
    height: 45px;
    width: 45px;
}
.banner-sec.lighting .icon-block .black{
    display: none;
}
.banner-sec.lighting .icon-block.active .black{
    display: block;
}
.banner-sec.lighting .icon-block.active .white{
    display: none;
}
.banner-sec.lighting .icon-block.active {
    background: #fff;
}
.banner-sec.lighting .icon-block img {
    height: 26px;
    width: 26px;
}
.blending-sec.lighting .info {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.blending-sec.lighting .heading {
    margin-bottom: 6px;
}
.blending-sec.lighting .lighting-flex img {
    height: 45px;
    width: 50px;
    animation: spin 10s linear infinite;
    margin-top: 1px;
}
.blending-sec.lighting .lighting-flex {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 6px;
}
.blending-sec.lighting .lighting-flex .common-desc {
    font-size: 20px;
    line-height: normal;
    margin: 0;
}
.blending-sec.lighting {
    overflow: hidden;
    position: relative;
}
.blending-sec.lighting .after-rotate {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 160px;
    height: 100%;
    width: 100%;
    color: transparent;
    -webkit-text-stroke: 0.6px #efefefab;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}
.blending-sec.lighting img {
    z-index: 1;
    position: relative;
}
.lighting-smartapp-sec .common-sec-title {
    max-width: 540px;
    text-align: center;
    margin: 0 auto;
}
.lighting-smartapp-sec .flex-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
    margin-top: 70px;
}
.lighting-smartapp-sec .inner-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
    position: relative;
}
.lighting-smartapp-sec .image-block {
    height: 94px;
    width: 94px;
    background: #F5F5F5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
  -9.66px -9.66px 19.32px 0px #FFFFFF,
  9.66px 9.66px 19.32px 0px #CECECE80,
  4.83px 4.83px 9.66px 0px #CECECE40,
  -4.83px -4.83px 9.66px 0px #FFFFFF80;
    position: relative;
}
.lighting-smartapp-sec .image-block img {
    height: 46px;
    width: 46px;
}
.lighting-smartapp-sec .inner-flex:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #e2e2e2;
}
.lighting-smartapp-sec .image-block:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70%;
    right: -39%;
    top: 50%;
    transform: translateY(-50%);
    background: #e2e2e2;
}
.lighting-smartapp-sec .inner-flex:last-child .image-block:after {
    content: unset;
}
.lighting-device-sec {
    background: #F6F6F6;
}
.lighting-device-sec .bg-block {
    background: #fff;
    padding: 40px;
    padding-top: 30px;
    border-radius: 20px;
    height: 100%;
}
.lighting-device-sec .bg-block .common-sec-title {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 14px;
}
.lighting-device-sec .bg-block .bgh-green:after {
    content: unset;
}
.lighting-device-sec .row {
    padding-top: 25px;
    row-gap: 24px;
}
.lighting-device-sec img
{
    margin: 20px 0;
    height: auto;
}
.lighting-device-sec .theme-btn {
    font-size: 13px;
    padding: 0 30px;
}
.lighting-device-sec .theme-btn:after {
    height: 16px;
    width: 16px;
}
.product-light-sec .dark-bg img {
    border-radius: 14px;
}
.product-light-sec .dark-bg {
    position: relative;
}
.product-light-sec .dark-bg .info {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 50px;
    padding-right: 160px;
    transition: background 0.6s ease-in-out;
    border-radius: 14px;
}
.product-light-sec .dark-bg .info:has(.switch.off) {
    background: #000000a6;
}
.product-light-sec .dark-bg .common-sec-title {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 14px;
}
.product-light-sec .dark-bg .common-desc {
    font-size: 13px;
    line-height: normal;
}
.product-light-sec .dark-bg .theme-btn {
    padding: 0px 30px;
    height: 44px;
    margin-top: 24px;
}
.product-light-sec .info .theme-btn:after {
    width: 17px;
    height: 17px;
}
.product-light-sec .row {
    margin: 0 -6px;
    row-gap: 15px;
}
.product-light-sec .row .column {
    padding: 0 6px;
}
.product-light-sec .bg-block {
    background: #F5F5F5;
    border-radius: 14px;
    position: relative;
}
.product-light-sec .bg-block .info {
    background: #fff;
    border-radius: 30px;
    position: absolute;
    bottom: 20px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 14px;
}
.product-light-sec .bg-block .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}
.product-light-sec .bg-block .icon {
    height: 20px;
    width: 20px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}
.product-light-sec .switch {
    position: relative;
    width: 58px;
    height: 27px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    font-size: 13px;
    margin-bottom: 14px;
    color: black;
}
.product-light-sec .switch .knob {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: black;
    transition: left 0.3s ease-in-out, background 0.3s ease-in-out;
}
.product-light-sec .switch.on .knob {
    left: calc(100% - 23px);
}
.product-light-sec .switch.off .knob {
    left: 4px;
    background: #fff;
}
.product-light-sec .switch.off {
    background: transparent;
}
.product-light-sec .switch span {
    width: 50%;
    opacity: 1;
    color: #000;
    transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
}
.product-light-sec .switch.on span.off-text {
    opacity: 0;
}
.product-light-sec .switch.off span.on-text {
    opacity: 0;
}
.product-light-sec .switch.off span.off-text {
    color: #fff;
}
.product-simplify-sec .common-sec-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 66px;
    gap: 20px;
    margin: 0;
    line-height: normal;
}
.product-simplify-sec .image-block {
    margin-top: 10px;
    height: 80px;
    width: 80px;
    box-shadow: 0px 3.13px 3.13px 0px #00000040 inset;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-simplify-sec .bgh-green:after {
    content: unset;
}
.product-simplify-sec img {
    animation: spin 10s linear infinite;
    height: 40px;
    width: 40px;
}
.product-havc-sec .bg-block {
    background: #F6F6F6;
    border-radius: 60px;
    padding: 60px 80px 80px;
}
.product-havc-sec .row {
    padding-top: 40px;
}
.product-havc-sec .title {
    font-size: 35px;
    line-height: normal;
    text-transform: unset;
}
.product-havc-sec .inner-bg {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    padding-top: 35px;
}
.product-havc-sec .inner-bg.trns {
    background: transparent;
    border-radius: unset;
    padding: 0;
    padding-right: 50px;
}
.product-havc-sec .title-dark {
    font-size: 36px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 4px;
}
.product-havc-sec .title-light {
    font-size: 30px;
    line-height: normal;
    font-weight: 200;
    margin-bottom: 4px;
}
.product-havc-sec .inner-bg .theme-btn {
    margin-top: 0;
}
.product-havc-sec .inner-bg.trns .theme-btn {
    margin-top: 30px;
}
.product-havc-sec .common-desc {
    margin-bottom: 10px;
    line-height: normal;
}
.security-control-sec .image-block {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    box-shadow: 0px 0px 10.36px 0px #00000040 inset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: #F7F7F7;
}
.security-control-sec .image-block img {
    height: 200px;
    width: auto;
}
.security-control-sec .link {
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    margin: 70px 40px 0;
    background: #F8F8F8;
    padding: 8px 14px;
    font-size: 15px;
    position: relative;
}
.security-control-sec .icon {
    height: 20px;
    width: 20px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}
.security-control-sec .row {
    margin: 0 -35px;
    padding-top: 50px;
}
.security-control-sec .row .column {
    padding: 0 35px;
}
.security-control-sec .title {
    font-size: 35px;
    line-height: normal;
    margin-bottom: 16px;
}
.security-control-sec .common-desc {
    line-height: normal;
    margin-bottom: 10px;
}
.security-control-sec .link:after {
    content: '';
    position: absolute;
    top: -55px;
    height: 45px;
    width: 1px;
    background: #D0D0D0;
    left: 50%;
    transform: translateX(-50%);
}
.smart-control-sec {
    background: #F6F6F6;
}
.smart-control-sec .bg-block {
    background: #fff;
    border-radius: 20px;
    padding: 40px 50px;
    height: 100%;
}
.smart-control-sec .title {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: normal;
}
.smart-control-sec .row.main {
    padding-top: 30px;
    row-gap: 24px;
}
.smart-control-sec .inner-bg {
    border: 1px solid #DDDDDD;
    background: #FBFBFB;
    border-radius: 30px;
}
.smart-control-sec .desc {
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
}
.app-intg-sec .bg-block {
    background: #F6F6F6;
    border-radius: 14px;
    height: 100%;
    place-content: center;
}
.app-intg-sec .bg-block .info {
    padding: 35px 0 40px 40px;
}
.app-intg-sec .bg-block .title {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 14px;
}
.app-intg-sec .bg-block .theme-btn {
    padding: 0 30px;
    font-size: 13px;
    height: 44px;
    margin-top: 26px;
}
.app-intg-sec .bg-block .theme-btn:after {
    height: 17px;
    width: 17px;
}
.app-intg-sec .bg-block .flex-block {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.app-intg-sec .flex-block .common-desc {
    background: #fff;
    padding: 8px 24px 9px;
    border-radius: 30px;
    line-height: normal;
    font-size: 13px;
    font-weight: 600;
}
.blending-sec.lighting.solution .info {
    max-width: 420px;
}
.blending-sec.solution .subtitle {
    font-weight: 600;
    font-size: 17px;
}
.blending-sec.solution .common-desc {
    line-height: normal;
}
.blending-sec.solution-new .bg-block {
    background: #F6F6F6;
    border-radius: 30px;
}
.blending-sec.solution-new li {
    padding-bottom: 10px;
}
.solution-why-sec .image-block {
    height: 65px;
    width: 65px;
    background: #F5F5F5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 9.66px 9.66px 19.32px 0px #CECECE80;
    position: relative;
}
.solution-why-sec .image-block img {
    height: 30px;
    width: 32px;
}
.solution-why-sec .flex-block {
    display: flex;
    align-items: center;
    gap: 20px;
}
.solution-why-sec .row.items-sec {
    padding: 30px 50px 0;
    row-gap: 50px;
}
.solution-why-sec .info {
    max-width: 200px;
}
.solution-why-sec .info .title {
    font-size: 16px;
    font-weight: 600;
}
.solution-why-sec .info .desc {
    line-height: normal;
    margin: 0;
}
.blog-sec .bg-block {
    border: 1px solid #CDCDCD;
    padding: 10px;
    border-radius: 15px;
    height: 100%;
}
.blog-sec .bg-block img {
    border-radius: 10px;
}
.blog-sec .info {
    padding: 0 15px;
}
.blog-sec .info .heading-flex {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 14px 0 12px;
}
.blog-sec .heading-flex .common-desc {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 300;
}
.blog-sec .heading-flex .common-desc.cat {
    position: relative;
}
.blog-sec .heading-flex .common-desc.cat:after {
    content: '';
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    background: #8B8B8B;
    border-radius: 50%;
}
.blog-sec .info .common-sec-title {
    font-size: 22px;
    line-height: normal;
}
.blog-sec .info .desc {
    font-size: 13px;
    line-height: normal;
}
.blog-sec .row.inner-sec {
    padding: 20px 50px 0;
    row-gap: 30px;
    margin: 0 -15px;
}
.blog-sec .row.inner-sec .column {
    padding: 0 15px;
}
.blending-sec .img-cricle-block
{
    position: relative;
    cursor: pointer;
    max-width: 490px;
    margin: 0 auto;
}
.blending-sec .img-cricle-block img {
    border-radius: 50%;
}
.blending-sec .img-cricle-block .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 10;
    color: #fff;
    font-size: 20px;
    background: #00000070;
}
.lighting-smartapp-sec.bg-block {
    background: #F6F6F6;
}
.device-tab-sec .nav-link {
    color: #000;
    border: 1px solid #C9C9C9 !important;
    border-radius: 10px !important;
    background: #F5F5F5;
    padding: 0;
    height: 60px;
    padding: 0 25px;
    font-size: 15px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.device-tab-sec .nav-link.active {
    background: #000;
    color: #fff;
}
.device-tab-sec .nav-tabs {
    border: 0;
    gap: 10px;
    justify-content: center;
    padding: 30px 40px 0;
}
.device-tab-sec .inner-tab-sec {
    max-width: 960px;
    margin: 0 auto;
}
.device-tab-sec .bg-block {
    background: #F6F6F6;
    margin-top: 80px;
    border-radius: 24px;
    position: relative;
}
.device-tab-sec .bg-block:after {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-bottom: 41px solid #F6F6F6;
}
.device-tab-sec .tab-content .title {
    font-size: 24px;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
}
.device-tab-sec .tab-content .title img {
    margin-top: 1px;
    height: 19px;
    width: 22px;
    animation: spin 10s linear infinite;
}
.device-tab-sec .tab-content .subtitle {
    line-height: normal;
    font-size: 20px;
    margin-bottom: 35px;
}
.device-tab-sec .tab-content .subtitle .bgh-green:after {
    content: unset;
}
.device-tab-sec .tab-content .flex-block {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    margin: 0 -20px;
}
.device-tab-sec .tab-content .inner-flex {
    width: 20%;
    padding: 0 20px;
}
.device-tab-sec .tab-content .image-block {
    height: 70px;
    width: 70px;
    background: #F5F5F5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -9.66px -9.66px 19.32px 0px #FFFFFF, 9.66px 9.66px 19.32px 0px #CECECE80, 4.83px 4.83px 9.66px 0px #CECECE40, -4.83px -4.83px 9.66px 0px #FFFFFF80;
    position: relative;
}
.device-tab-sec .tab-content .image-block img {
    height: 35px;
    width: 36px;
}
.device-tab-sec .inner-flex .common-desc {
    margin-bottom: 0;
    margin-top: 16px;
    line-height: normal;
    /* font-size: 13px; */
}
.device-tab-sec .innner-content-pd {
    /* padding: 45px 0; */
}
.device-tab-sec .inner-tab-sec hr {
    border-top: 1px solid #C6C6C6;
    opacity: 1;
    margin: 0;
    width: 105%;
    margin: 42px 0 40px;
    margin-left: -22px;
}
.device-tab-sec .flex-block.number .number {
    margin: 0;
    font-size: 30px;
}
.device-tab-sec .tab-content .flex-block.number {
    margin: 0 -15px;
}
.device-tab-sec .flex-block.number .inner-flex {
    padding: 0px 15px;
    width: 15%;
}
.about-innovative .row {
    max-width: 930px;
    margin: 0 auto;
}
.about-innovative .icon {
    width: 38px;
    height: 34px;
    animation: spin 10s linear infinite;
}
.about-innovative .common-sec-title {
    max-width: 250px;
    font-size: 46px;
    font-weight: 400;
    line-height: normal;
    text-transform: unset;
    margin-bottom: 0;
    margin-top: 16px;
}
.about-innovative .image-block {
    height: 70px;
    width: 70px;
    background: #F5F5F5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -9.66px -9.66px 19.32px 0px #FFFFFF, 9.66px 9.66px 19.32px 0px #CECECE80, 4.83px 4.83px 9.66px 0px #CECECE40, -4.83px -4.83px 9.66px 0px #FFFFFF80;
    position: relative;
}
.about-innovative .image-block img {
    height: 35px;
    width: 36px;
}
.about-innovative .title {
    font-size: 23px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 8px;
}
.about-innovative hr {
    margin: 30px 0 35px;
    width: 50%;
}
.about-innovative .row .column:last-child {
    border-left: 1px solid #D3D3D3;
}
.about-innovative .info {
    max-width: 400px;
    margin-left: auto;
}
.about-core .bg-block {
    background: #000;
    height: 100%;
}
.about-core .column:first-child .bg-block {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.about-core .column:last-child .bg-block {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    place-content: center;
}
.about-core .column:first-child .info {
    max-width: 200px;
    margin: 0 auto;
}
.about-core .column:last-child .info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 0;
    padding: 0 40px;
    row-gap: 70px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.about-core .flex-block .icon {
    height: 60px;
    width: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-core .icon img {
    height: 36px;
    width: 36px;
}
.about-core .flex-block .common-desc {
    margin-top: 10px;
    font-size: 16px;
}
.about-core .flex-block {
    display: flex;
    align-items: center;
    flex-flow: column;
    width: 33.33%;
}
.about-core .column:last-child .info:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background: #363636;
    transform: translateY(-50%);
}
.about-core .row {
    margin: 0 -2px;
}
.about-core .row .column {
    padding: 0 2px;
}
.about-culture .image-sec {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "img1 img2"
        "img3 img2"
        "img3 img4";
}
.about-culture .image-sec img {
    border-radius: 10px;
    height: auto;
}
.about-culture .image-sec img:first-child {
    grid-area: img1;
}
.about-culture .image-sec img:nth-child(2) {
    grid-area: img2;
}
.about-culture .image-sec img:nth-child(3) {
    grid-area: img3;
}
.about-culture .image-sec img:last-child {
    grid-area: img4;
}
.about-culture .video-block {
    width: 100%;
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden;
    margin-top: 40px;
    border-radius: 20px;
}
.about-culture video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}
.about-culture .custom-row {
    display: flex;
    align-items: end;
    margin: 0 -12px;
    flex-wrap: wrap;
}
.about-culture .custom-column {
    padding: 0 12px;
    width: 30%;
}
.about-culture .custom-column:nth-child(2) {
    width: 40%;
}
.about-story .bg-block {
    background: #F6F6F6;
    border-radius: 24px;
}
.about-story .row {
    padding: 0 40px;
}
.about-story .flex-sec {
    display: flex;
    gap: 50px;
    padding-bottom: 18px;
    position: relative;
}
.about-story .flex-sec .title {
    font-size: 22px;
    margin: 0;
    line-height: normal;
    font-weight: 600;
}
.about-story .info {
    position: relative;
    padding: 35px 0;
}
.about-story .info:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 74px;
    height: 100%;
    width: 1px;
    background: #000;
}
.about-story .info .after-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 71.5px;
    height: 5px;
    width: 6px;
    background: #000;
    border-radius: 50%;
}
.about-story .info .after-info:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 71.5px;
    height: 6px;
    width: 6px;
    background: #000;
    border-radius: 50%;
}
.about-story .flex-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 71.5px;
    height: 30px;
    width: 5px;
    background: #232323;
    border-radius: 30px;
}
.about-story .flex-sec .subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.about-story .flex-sec li {
    padding-bottom: 5px;
    line-height: normal;
}
.about-story .flex-sec:last-child {
    padding-bottom: 0;
}
.about-story .flex-sec ul {
    padding-left: 20px;
}
.about-story .info .after-info {
    height: 495px;
    overflow-y: scroll;
}
.about-story .after-info::-webkit-scrollbar {
  width: 0px;
}
.about-story .after-info::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 5px;
}
.about-story .after-info::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 5px;
}
.about-story .after-info::-webkit-scrollbar-thumb:hover {
  background: #333;
}
.about-story .row {
    margin: 0 -80px;
}
.about-story .row .column {
    padding: 0 80px;
}
.about-founder .image-block img {
    border-radius: 15px;
}
.about-founder .info img.icon {
    height: 18px;
    width: 20px;
    animation: spin 10s linear infinite;
}
.about-founder .info {
    padding: 20px 10px 0;
}
.about-founder .info .title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 4px;
    line-height: normal;
    margin-bottom: 4px;
}
.about-founder .info .subtitle {
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}
.about-founder .info .desc {
    line-height: normal;
}
.about-founder .info hr {
    color: #D3D3D3;
    opacity: 1;
    width: 20%;
}
.about-founder .main-block {
    max-width: 280px;
    margin: 0 auto;
}
.about-founder .row.inner {
    padding-top: 20px;
    row-gap: 30px;
}
.about-founder.leadership {
    background: #F6F6F6;
}
.about-founder.leadership .info {
    text-align: center;
}
.about-founder.leadership .icon-block {
    background: transparent;
    border: 1px solid #000;
    margin-top: 14px;
}
.about-founder.leadership .icon-block svg {
    color: #000;
}
.banner-sec.web-app .inner-container {
    max-width: 810px;
}
.web-app-slider {
    overflow: hidden;
}
.web-app-slider .slider-sec {
    margin: 30px 50px 0;
    position: relative;
}
.web-app-slider .slider-sec:after {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    height: 640px;
    width: 100%;
    background: url(../images/iphone-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
}
.web-app-slider .owl-item.active {
    opacity: 1;
}
.web-app-slider .owl-item.third-active {
    opacity: 1;
}
.web-app-slider .slider-sec .owl-dots {
    padding-top: 25px;
}
.web-app-slider .owl-dot span {
    height: 8px !important;
    width: 8px !important;
    margin: 0 3px !important;
}
.web-app-slider .owl-dot.active span {
    background: #000 !important;
}
.solution-why-sec.bg-block {
    background: #F6F6F6;
}
.web-app-icon-sec .flex-block {
    padding: 0px 16px;
}
.web-app-icon-sec .image-block {
    height: 75px;
    width: 75px;
    background: #F5F5F5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 9.66px 9.66px 19.32px 0px #CECECE80;
    position: relative;
}
.web-app-icon-sec .image-block img {
    height: 35px;
    width: 33px;
}
.web-app-icon-sec .main-flex-block {
    row-gap: 40px;
}
.web-app-icon-sec .flex-block .common-desc {
    padding-top: 20px;
    line-height: normal;
}
.web-app-icon-sec .row.main {
    padding: 0 50px;
    margin: 0 -60px;
}
.web-app-icon-sec .row.main .column.main {
    padding: 0 60px;
}
.web-app-icon-sec .row .column.main:first-child {
    border-right: 1px solid #E0E0E0;
}
.web-app-icon-sec.hvac .main-flex-block {
    padding-top: 30px;
}
.web-app-icon-sec.hvac .row .column.main:first-child {
    border-right: unset;
}
.web-app-icon-sec.hvac .bg-block {
    background: #F6F6F6;
    border-radius: 40px;
    padding: 60px 40px;
}
.web-app-icon-sec.hvac .image-block {
    height: 85px;
    width: 85px;
}
.web-app-icon-sec.hvac .image-block img {
    height: 40px;
    width: 42px;
}
.web-app-icon-sec.hvac .flex-block .common-desc {
    font-size: 16px;
}
.web-app-text-sec .bg-block {
    background: #F6F6F6;
    border-radius: 40px;
    padding: 30px 60px;
}
.web-app-text-sec .info {
    max-width: 340px;
    margin: 0 auto;
}
.banner-sec.third-party .inner-container {
    max-width: 780px;
}
.intregrates-sec .row {
    padding: 0 60px;
}
.intregrates-sec .main-flex-block {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 30px -40px 0;
    position: relative;
}
.intregrates-sec .flex-block {
    display: flex;
    flex-flow: column;
    padding: 0 40px;
    row-gap: 40px;
    width: 50%;
}
.intregrates-sec .flex-block:first-child {
    border-right: 1px solid #D3D3D3;
}
.intregrates-sec .main-flex-block .flex-block:first-child::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 1px;
    width: 86%;
    background: #D3D3D3;
}
.intregrates-sec .main-flex-block .flex-block:first-child::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 50%;
}
.intregrates-sec .info {
    max-width: 460px;
}
.intregrates-media-sec .bg-block {
    background: #F6F6F6;
    border-radius: 40px;
}
.intregrates-media-sec img {
    height: 60px;
    width: 100%;
    object-fit: contain;
}
.intregrates-media-sec .row.main {
    padding-top: 30px;
}
.intregrates-media-sec .info {
    padding: 10px 30px;
}
.intregrates-media-sec .row.main .column {
    border-right: 1px solid #DFDFDF;
}
.intregrates-media-sec .row.main .column:last-child {
    border-right: unset;
}
.contact-form-sec .row {
    padding: 0 30px;
}
.contact-form-sec .bg-block {
    border-radius: 14px;
    background: #F6F6F6;
    padding: 40px;
}
.contact-form-sec .image-block .logo {
    width: 182px;
}
.contact-form-sec .flex-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.contact-form-sec .flex-item .icon-block {
    background: #fff;
    color: #000;
    font-size: 15px;
}
.contact-form-sec .flex-item .common-desc {
    width: 80%;
    line-height: normal;
}
.contact-form-sec .flex-block {
    margin-top: 35px;
}
.contact-form-sec hr {
    color: #DBDBDB;
    opacity: 1;
    margin: 42px 0;
}
.contact-form-sec .title {
    font-size: 24px;
    line-height: normal;
}
.contact-form-sec ul.common-desc {
    padding-left: 25px;
    border-left: 1px solid #DBDBDB;
    margin-left: 5px;
}
.contact-form-sec ul.common-desc li {
    font-size: 15px;
    position: relative;
    padding: 10px 0;
}
.contact-form-sec ul.common-desc li:after {
    content: '';
    position: absolute;
    top: 17px;
    left: -31px;
    height: 10px;
    width: 10px;
    background: #000;
    border-radius: 50%;
    transition: .3s ease-in-out;
}
.contact-form-sec ul.common-desc li:hover:after {
    left: -33px;
    height: 14px;
    width: 14px;
    background: linear-gradient(90.91deg, #6DAF52 30.79%, #2798D0 67.92%);
}
.contact-form-sec .right-block {
    padding-left: 80px;
}
.contact-form-sec .wpcf7-form br {
    display: none;
}
.contact-form-sec .form-flex p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.contact-form-sec .wpcf7-form input, .contact-form-sec .wpcf7-form select {
    width: 100%;
}
.contact-form-sec .form-flex label {
    width: 47%;
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
}
.contact-form-sec .form-flex .wpcf7-form-control {
    margin-top: 6px;
    border: unset;
    color: #000;
    background: #fff;
    height: 50px;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 14px;
    border: 1px solid #E1E1E1;
}
.contact-form-sec .form-flex .wpcf7-form-control:focus-visible {
    outline: unset;
}
.contact-form-sec .form-flex .wpcf7-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" width="16" height="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5" stroke="%23000" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}
.contact-form-sec .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.contact-form-sec .wpcf7-form-control.wpcf7-checkbox {
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 10px;
    margin-left: -14px;
}
.contact-form-sec .wpcf7-list-item input {
    width: 20px;
    height: 20px;
    appearance: none;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #E1E1E1;
}
.contact-form-sec .wpcf7-list-item input:checked {
    background: linear-gradient(90.91deg, #6DAF52 30.79%, #2798D0 67.92%);
}
.contact-form-sec .wpcf7-form .wpcf7-submit {
    width: fit-content;
    border-radius: 10px;
    border: unset;
    overflow: hidden !important;
    font-size: 14px;
}
.contact-form-sec .wpcf7-form .information {
    font-size: 13px;
    line-height: normal;
}
.contact-form-sec .wpcf7-form p:has(.wpcf7-spinner){
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
}
.contact-form-sec .wpcf7-form p:has(.wpcf7-spinner) *{
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
	display: none !important;
}
.contact-form-sec .wpcf7 form .wpcf7-response-output {
    margin-top: 10px;
    font-size: 14px;
}
.contact-form-sec .wpcf7 form .wpcf7-not-valid-tip {
    font-size: 14px;
    margin-bottom: -6px;
    margin-top: 2px;
}
.contact-form-sec .right-block hr {
    margin: 22px 0 25px;
    width: 22%;
}
.contact-form-sec .desc {
    line-height: normal;
    margin-top: 25px;
    margin-bottom: 22px;
}
.contact-form-sec .full {
    width: 121%;
    margin-left: -40px;
}
.contact-form-sec {
    position: relative;
}
/* .contact-form-sec:after {
    content: '';
    position: absolute;
    background: url(../images/rotate-icon-tr.png);
    height: 170px;
    width: 170px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -60px;
    right: -40px;
    z-index: 10;
    animation: spin 10s linear infinite;
} */
.main-sec {
    overflow: hidden;
}
.product-docs-sec .row.inner {
    padding-top: 25px;
    margin: 0 -15px;
    row-gap: 30px;
}
.product-docs-sec .row.inner .column {
    padding: 0 15px;
}
.product-docs-sec .info {
    border: 1px solid #CDCDCD;
    padding: 8px;
    border-radius: 20px;
    text-align: center;
}
.product-docs-sec .info .title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding-top: 20px;
}
.product-docs-sec .info img {
    border-radius: 10px;
}
.product-docs-sec .info .df-popup-thumb
{
    width: auto;
    margin: 15px !important;
}
.product-docs-sec .info .btn {
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: 14px;
}
.productbrosec
{
    background: #fbfbfb;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 3em;
}
.blog-single-desc .row .common-desc {
    color: #606062;
    font-size: 15px;
    margin-bottom: 4px;
}
.blog-single-desc .row .common-sec-title {
    font-size: 32px;
    line-height: normal;
}
.blog-single-desc .share-sec {
    display: flex;
    gap: 14px;
    justify-content: end;
}
.blog-single-desc .share-sec .icon-block {
    background: transparent;
    border: 1px solid #000;
}
.blog-single-desc hr {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #DBDBDB;
    opacity: 1;
}
.blog-single-desc .image-block {
    padding: 0 60px;
    margin-bottom: 30px;
}
.blog-single-desc .image-block img {
    border-radius: 20px;
}
.single-post .blog-sec .common-pd {
    border-top: 1px solid #E0E0E0;
}
.device-tab-sec.only-one .bg-block {
    margin-top: 30px;
}
.device-tab-sec.only-one .bg-block:after {
    content: unset;
}
.device-tab-sec .row.top {
    margin-bottom: 42px;
}
.product-havc-sec.main .title-dark {
    font-size: 28px;
    margin-bottom: 10px;
}
.product-havc-sec.main .title-dark .bgh-green:after {
    content: unset;
}
.product-havc-sec.main.bg-block {
    background: #F6F6F6;
}
.custom-popup .modal-body {
    padding: 0;
    display: flex;
    position: relative;
}
.custom-popup .modal-body .close {
    position: absolute;
    top: -40px;
    right: 5px;
    background: transparent;
    color: #fff;
    border: unset;
    height: unset;
    padding: 0;
    line-height: normal;
    font-size: 34px;
}
.custom-popup .modal-content {
    border: unset;
    border-radius: 10px;
}
.custom-popup iframe, .custom-popup video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
    border-radius: 10px;
}
.custom-popup .video-block {
    height: 0;
    width: 100%;
    position: relative;
    padding-bottom: 46.25%;
}
#goToTop {
    display: none;
    position: fixed;
    bottom: 95px;
    right: 28px;
    z-index: 99;
    border: none;
    outline: none;
    background: linear-gradient(90.91deg, #6DAF52 30.79%, #2798D0 67.92%);
    color: white;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 14px;
}
.contact-form-sec.brochure .img-responsive {
    height: 400px;
    object-fit: contain;
    object-position: left;
}
.banner-sec .image-block .mobile {
    display: none;
}
.page-template-smart-device .blending-sec.lighting.solution .row.rev {
    flex-flow: row-reverse;
}
.product-havc-sec.main .row.row.inner-row {
    row-gap: 6px;
}
.page-id-984 .blending-sec .img-cricle-block img, .page-id-1006 .blending-sec .img-cricle-block img,
.page-id-1071 .blending-sec .img-cricle-block img {
    border-radius: unset;
}
#mega-menu-wrap-header #mega-menu-header > li.mega-menu-flyout ul.mega-sub-menu {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 200%) !important;
}
.web-app-slider .slider-sec:after {
    content: unset;
}
a.ftr-whatsapp {
    background-color: #00ab40;
    border-radius: 50%;
    bottom: 30px;
    display: none;
    font-size: 14px;
    height: 50px;
    position: fixed;
    right: 20px;
    text-decoration: none !important;
    width: 50px;
    z-index: 99;
    text-align: center;
    display: block;
    box-shadow: rgba(0, 0, 0, .16) 0px 2px 10px 0px;
    place-content: center;
}
.ftr-whatsapp svg {
    font-size: 30px;
    color: #fff;
    line-height: 1.6;
    -webkit-animation: wrench 2.5s ease infinite;
}
@keyframes wrench {
0% {
    transform: rotate(-12deg)
}
8% {
    transform: rotate(12deg)
}
10% {
    transform: rotate(24deg)
}
18% {
    transform: rotate(-24deg)
}
20% {
    transform: rotate(-24deg)
}
28% {
    transform: rotate(24deg)
}
30% {
    transform: rotate(24deg)
}
38% {
    transform: rotate(-24deg)
}
40% {
    transform: rotate(-24deg)
}
48% {
    transform: rotate(24deg)
}
50% {
    transform: rotate(24deg)
}
58% {
    transform: rotate(-24deg)
}
60% {
    transform: rotate(-24deg)
}
68% {
    transform: rotate(24deg)
}
75% {
    transform: rotate(0deg)
}
}
.landing-form-banner .contact-form-sec {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.landing-form-banner .info .form-title {
    font-size: 28px !important;
    line-height: normal !important;
    margin-bottom: 10px !important;
}
.landing-form-banner .contact-form-sec .form-flex label {
    width: 100%;
}
.landing-form-banner .contact-form-sec .form-flex p {
    flex-flow: column;
}
.contact-form-sec .form-flex .wpcf7-form-control {
    height: 44px;
}
.banner-sec.landing-form-banner {
    position: relative;
}
.banner-sec.landing-form-banner .info {
    position: unset;
    padding: 120px 0 80px;
}
.banner-sec.landing-form-banner .image-block {
    height: 100%;
}
.banner-sec.landing-form-banner .custom-container {
    max-width: 1020px;
    margin: 0 auto;
}
.landing-form-banner .contact-form-sec .form-flex p {
    margin-bottom: 0;
}
.landing-form-banner .contact-form-sec p:has(input[type=checkbox]) {
    margin-bottom: 0;
}
.landing-form-banner .contact-form-sec .theme-btn {
    margin-top: 10px;
}
.landing-form-banner .contact-form-sec .form-flex label {
    margin-bottom: 6px;
}
.page-template-default .header-nav, .error404 .header-nav {
    position: unset;
    background: #000;
}

/* 404 Page */
.loweest_proces_part {
    text-align: center;
}
.notfound_page {
   font-size: 14px;
    color: #FFFFFF;
    text-shadow: 0 0 0 #FFFFFF;
    background-color: #f8cb5d;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: Montserrat-Regular;
    width: 195px;
    height: 50px;
    border-radius: 10px;
    margin: 0 auto;
}
.not_found_title {
    font-size: 112px;
    margin: 25px;
}
.not_found_disc {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin: 43px 30px;
}
.notfound_page:hover{
    background-color: #000000;
    color: #FFFFFF;
}
.page-template-front-page .banner-sec .common-sec-title {
    font-size: 46px;
    line-height: 56px;
}
.device-tab-sec .nav-link {
    text-transform: capitalize;
}
.customized-sec .row.no-slider {
    row-gap: 24px;
}
.case-study .row.inner-row {
    row-gap: 30px;
}
.device-tab-sec .tab-content .image-block.customization {
    background: transparent;
    box-shadow: unset;
}
.device-tab-sec .image-block.customization img {
    height: 100%;
    width: 100%;
}
.about-founder.boss .main-block {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 -12px;
}
.about-founder.boss .main-block .image-block {
    width: 50%;
    padding: 0 12px;
}
.about-founder.boss .main-block .info {
    width: 50%;
    padding: 0 12px;
}