* {
    color: #0f2c49;
}

.animate__animated {
    opacity: 0;
    visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

p {
    color: #9898a0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none !important;
}

img {
    width: 100%;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
    padding: 0;
}

.clr-red {
    color: #F9172B;
}

.clr-white {
    color: white;
}

.clr-dark {
    color: #232331;
}

.clr-blue {
    color: #2632fc;
}

.clr-lightblue {
    color: #03a4ed;
}

.bg-red {
    background-color: #F9172B;
}

.bg-white {
    background-color: white;
}

.bg-dark {
    background-color: #232331;
}

/* .bg-purple{
    background-color: #ae9ef0;
}
.bg-light-green {
    background-color: #b6f399;
}
.bg-sky{
    background-color: #91e3f4;
}
.bg-light-pink{
    background-color: #f491d6;
}
.bg-light-orng{
    background-color: #f3aa8b;
}
.bg-light-red{
    background-color: #c98282;
} */

.background-gray {
    background-color: rgb(247, 242, 237);
    color: rgb(15, 44, 73);
}

.circle-ico {
    width: 70px !important;
    height: 70px !important;
    line-height: 64px;
    transition: transform 100ms linear;
    border-radius: 50%;
    padding: 20px;
}

.circle-ico img {
    width: 30px;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-container {
    max-width: 1140px;
    margin: 0 auto;
}

.key-column {
    position: relative;
    min-height: 1px;
    display: flex;
}

.image-row {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 30px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: 0.4s ease;
}


/* n a v b a r */
.navbar {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 30px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    transition: 0.4s ease;
}

/* Transparent navbar */
.navbar.transparent {
    background: transparent;
}

.navbar.solid {
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 30px 0;
}

/* Nav links */
.nav-links {
    display: flex;
    gap: 20px;
}

.navbar a {
    color: initial;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

/* Transparent: white text */
.navbar.transparent a {
    color: rgb(0, 0, 0);
}

/* Solid: black text */
.navbar.solid a {
    color: black;
}

.navbar a:hover {
    color: #f9172b;
}

/* Logo */
.logo {
    width: 10%;
    position: absolute;
    left: 5%;
}

.logo img {
    width: 100%;
    object-fit: contain;
}

/* Menu button */
.menu-button {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 5%;
    z-index: 1100;
}

.menu-button span {
    display: block;
    width: 100%;
    height: 3px;
    background: currentColor;
    margin: 4px 0;
    border-radius: 3px;
    transition: 0.4s;
}

.nav-links {
    display: flex;
    gap: 25px;
}

/* Mobile styles */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        background: #0100ff94;
        color: black;
        width: 200px;
        text-align: left;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        padding: 10px 15px;
    }

    .navbar.transparent a {
        color: #0f2c49;
    }

    .navbar.solid a {
        color: #0f2c49;
    }

    .logo {
        width: 15%;
    }

    .nav-links.active {
        display: flex;
    }

    .menu-button {
        display: flex;
    }

    .menu-button.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-button.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-button.active span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }


    .nav-links {
        display: none;
        flex-direction: column;
        background: white;
        position: absolute;
        top: 80px;
        right: 20px;
        padding: 15px 25px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
        display: flex;
        /* <--- THIS PART IS IMPORTANT */
    }

}

@media (max-width: 426px) {
    .logo {
        width: 40%;
    }

    .logo img {
        width: 80%;
    }
}



.background-black {
    background-image: url(../images/edited-imgs/section-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: rgba(255, 255, 255, .9);
}

.background-black .section-heading .subtitle:after {
    background-color: #aaa;
    background-image: linear-gradient(90deg, white, white);
    top: 50%;
    border-radius: 10px;
    content: "";
    height: 2px;
    right: 0;
    transform: translateY(-50%);
    margin-top: 0;
    position: absolute;
    width: 55px;
}

.tex-line {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    color: #000000;
    background-clip: padding-box;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-clip: border-box;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: transparent;
    padding: 26px 0px 14px;
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
}

.tex-line:hover,
.tex-line:focus,
.tex-line:active {
    outline: none;
    border-bottom: 1px solid #ea4a34 !important;
}

.col-50 {
    width: 50%;
}

body {
    width: 100%;
    overflow-x: hidden !important;
    position: relative;
    font-family: "Poppins", sans-serif;
    line-height: 1.9;
    color: #767676;
    font-size: 1rem;
    font-weight: 400;
    background-color: #fff;
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    counter-reset: my-sec-counter;
}

header {
    position: absolute;
    z-index: 11;
    width: 100%;
}

.header-card-top {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0;
}

.header-card {
    width: 100%;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background-color: rgb(255, 255, 255);
}


.header-card {
    border-radius: 0 0 10px 10px;
    padding: 20px;
}

.header-card .social-media-row {
    width: 125px;
    display: flex;
    justify-content: space-between;
}

.header-card .social-media-row .social-media-circle {
    font-size: 18px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: #333 !important;
    display: block;
    /* background: #333; */
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    transition: all .3s;
}

.header-card button {
    padding: 0;
}

.header-card .fa-brands {
    font-size: 14px;
    color: white;
}

.header-card button img {
    width: 35px;
}

.header-card-logo-section img {
    width: 150px;
}

.header-card-logo-section {
    width: 27%
}

.header-card-logo-section img {
    width: 180px;
}

.index-section {
    position: relative;
    width: 100%;
    height: 100vh;
}

.index-bg {
    background-size: cover;
    transition: background .3s, border-radius .3s, opacity .3s;
    width: 100%;
    height: 900px;
    overflow-x: hidden;
}

.index-inner-bg-outer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.index-inner-bg {
    z-index: 5;
    color: rgb(255, 255, 255);
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    overflow: hidden;
}

.index-inner-bg {
    transform: translateX(-50%);
    animation: moveDownUp 4s ease-in-out infinite;
    z-index: 2;
}

/* .index-inner-bg img {
    height: 100%;
    width: 100%;
} */

.other-companies {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

img.other-logos {
    width: 100px;
    object-fit: contain;
}



@keyframes moveDownUp {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(25px);
    }

    100% {
        transform: translateY(0);
    }
}

.index-inner-sqaure-outer {
    position: absolute;
    display: block;
    left: 25%;
    bottom: 30%;
    z-index: 5;
    visibility: visible;
}

.index-inner-content h1 {
    z-index: 12;
    font-family: "DM Sans";
    height: auto;
    text-decoration: none;
    white-space: normal;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 76px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 62px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

/* .index-inner-shape {
    background-image: url(../images/edited-imgs/Union.png);
    background-repeat: no-repeat;
} */

.index-inner-content p {
    z-index: 11;
    font-family: Poppins;
    height: auto;
    text-decoration: none;
    white-space: normal;
    width: 646px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.service-bg {
    background-color: #fff;
    background-image: url(../images/dotter-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background .3s, border-radius .3s, opacity .3s;
}

.blue-bg {
    background-color: #fff;
    /* background-image: url(../images/edited-imgs/Union.png); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background .3s, border-radius .3s, opacity .3s;
}

.section-inner-padding {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 75px 0 55px;
}

.section-heading {
    margin-bottom: 45px !important;
}

.section-header-center {
    width: 50%;
    margin: auto;
    text-align: center;
}

.section-heading .subtitle {
    padding-right: 70px;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    transition: all .3s ease;
}

.section-heading .subtitle:after {
    background-color: #aaa;
    background-image: linear-gradient(90deg, #F9172B, #ff3a47);
    top: 50%;
    border-radius: 10px;
    content: "";
    height: 2px;
    right: 0;
    transform: translateY(-50%);
    margin-top: 0;
    position: absolute;
    width: 55px;
}

.section-heading .section-title {
    margin-bottom: 10px;
    line-height: 1.3;
    position: relative;
    display: inline-block;
    z-index: 0;
    font-size: 3rem;
    letter-spacing: 2px;
}

.service-section .section-content .owl-carousel .item {
    padding: 0 15px;
    margin: 0 0 30px;
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}


.service-section .section-content .owl-carousel .item img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.service-section .section-content .owl-carousel .item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius: 10px;
    content: "";
    background: #16243d;
    background: linear-gradient(0deg, rgba(22, 36, 61, .9164040616) 14%, rgba(22, 36, 61, .0368522409) 58%);
    z-index: 1;
}

.service-section .section-content .owl-carousel .item:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(22, 36, 61, .3);
    transition: all .5s ease;
    transform: translate3d(0px, -100%, 0px);
}

.service-section .section-content .owl-carousel .item .item-head {
    position: absolute;
    bottom: 25px;
    left: 30px;
    z-index: 2;
    margin: auto;
    text-align: left;
    color: white;
    font-size: 20px;
    line-height: 24px;
}

.why-choose-section {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: -300.5px;
    padding: 0;
    z-index: 1;
}

.why-choose-content-section,
.why-choose-img-section {
    width: 50%;

}

.why-choose-content-section-bg {
    background-color: #fff;
    background-image: url(../images/why-choose-bg.webp);
    background-size: cover;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 130px 60px 60px;
    height: 100%;
}

.section-content {
    position: relative;
    z-index: 0;
    transition: all .4s ease;
}

.section-why-choose-single {
    display: flex;
    padding: 0 0 25px;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #FFFFFF12;
}

.section-why-choose-single .circle-outer .circle {
    transform: rotateY(180deg);
    width: 75px;
    height: 75px;
    line-height: 75px;
    background-color: #F9172B;
    text-align: center;
    border-radius: 50px;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0;
    transition: all .3s ease;
}

.section-why-choose-single:hover .circle-outer .circle {
    background-color: #0f2c49;
    transform: rotateY(0deg);
}

.section-why-choose-single-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.section-why-choose-single .circle-outer .circle .fa-solid,
.section-why-choose-single .circle-outer .circle .fa-regular {
    color: #fff;
    line-height: 75px;
    font-size: 36px;
}

.image-block-overflow-outside {
    border-radius: 0px;
    background-color: transparent;
    margin-right: -150px;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
    align-content: flex-start;
}

.image-block-overflow-outside:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 0;
}

.overflow-images {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

.image-01 {
    background-image: url(../images/edited-imgs/11.webp);
}

.image-02 {
    background-image: url(../images/edited-imgs/12.webp);
}

.year-of-exp {
    background-color: #19232b;
    background-image: url(../images/dot-map.png);
    background-size: cover;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 65px;
}

.year-of-exp h2 {
    color: #fff;
    font-size: 92px;
    line-height: 1;
    margin-bottom: 20px;
}

.strok-letters h2 {
    color: #FFFFFF00;
    text-transform: uppercase;
    line-height: 1.1em;
    -webkit-text-stroke-width: .5px;
    stroke-width: .5px;
    -webkit-text-stroke-color: #fff;
    stroke: #fff;
    font-size: 3rem;
    width: fit-content;
}

.our-clients-section {
    position: relative;
    width: 100%;
    /* background-color: #19232b; */
    background-image: url(../images/dot-map.png);
    padding: 100px 0 65px;
}

.strok-bg {
    padding: 65px;
    background-image: url(../images/base2-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    background-color: #df0011;
}

.strok-bg .ico-cool {
    width: 65px;
}

.strok-bg .ico-cool img {
    filter: invert(1);
    transition: transform 0.3s ease;
}

.strok-bg .ico-cool img:hover {
    transform: rotateY(180deg);
}

.client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: auto;
}

.client-logo img {
    max-height: 140px;
    object-fit: contain;
    padding: 25px;
    -webkit-filter: invert(100%) brightness(0%);
    filter: invert(100%) brightness(0%);
    filter: brightness(0);
    opacity: .4;
}

.our-brands-section {
    position: relative;
    width: 100%;
    background-image: url(../images/dot-map.png);
    padding: 365px 0 65px;
}

.brand-logo img {
    max-height: 140px;
    object-fit: contain;
    padding: 25px;
}



.about-section {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.about-bg-img {
    background-image: url(../images/dotter-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-img-section {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.about-img-container {
    position: relative;
}

.about-img-container .about-padding-container {
    position: relative;
    margin: 10px;
}

.about-img-section .about-img-container .about-img {
    width: 100%;
}

.about-img-section .about-img-container .image-full-width {
    position: relative;
    right: 50px;
    height: 625px;
    padding: 0 90px 0 0;
}

.about-para {
    display: inline;
    max-width: 80%;
    margin: 0;
}

.read-more {
    display: inline;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin-left: 10px;
}

.read-more:hover {
    text-decoration: underline;
}

.about-img-section .about-img-container .image-full-width img {
    object-fit: cover;
    height: 100%;
}

.about-img-section .about-img-container .image-bottom {
    top: 161px;
    right: 0;
    width: 255px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 10px;
    border-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .08);
    z-index: 3;
}


.about-img-section .about-img-container .about-circle-outer {
    top: 103px;
    left: -100px;
    width: 380px;
    max-width: 380px;
    height: 380px;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 0;
    position: absolute;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-img-section .about-img-container .about-circle-animation {
    -webkit-animation: circle-move-horizontal 3s linear infinite alternate-reverse both;
    animation: circle-move-horizontal 3s linear infinite alternate-reverse both;
}

.about-img-section .about-img-container .about-circle-outer .about-circle,
.about-img-section .about-video-container .about-circle-outer .about-circle {
    border-color: #F9172B;
    height: inherit;
    width: inherit;
    border-radius: 50%;
    border-style: solid;
    border-width: 50px;
}


.about-top-bar,
.about-bottom-bar {
    position: absolute;
}

.about-top-bar {
    display: inline-block;
    background-color: #0f2c49;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-clip: border-box;
    padding: 16px 46px 24px;
    text-align: center;
    z-index: 3;
    width: auto;
    max-width: fit-content;
    top: 0px;
    left: -25px;
}

.about-top-bar h3 {
    font-size: 36px;
    margin-bottom: 4px !important;
    line-height: 1.1em;
    z-index: 3;
    position: relative;
    margin: 0;
    line-height: 1.1em;
}


.about-bottom-bar {
    position: absolute;
}

.about-top-bar h5 {
    font-size: 18px;
    letter-spacing: -1px !important;
}

.about-bottom-bar {
    bottom: -1px;
    right: -25px;
    padding: 24px 48px 24px 24px;
    background-color: #ffffff;
    box-shadow: 0px 0px 55px 0px rgba(14.999999999999972, 43.99999999999997, 72.99999999999993, 0.13);
}

.about-bottom-bar a {
    vertical-align: middle;
    display: flex;
    align-items: center;
}


.about-bottom-bar h6 {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin: 0 0 0 14px;
    margin-inline-start: 14px;
    font-weight: 600;
    color: #F9172B;
}

.about-bottom-bar h6 span {
    display: block;
    color: #0f2c49;
}

.about-section .call-container {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.about-section .call-container .call-card {
    gap: 20px;
    font-weight: 600;
    font-size: 18px;
}

.list-properties-card {
    margin: 30px 0;
}

.list-properties-card::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #d0d3e3;
    margin-top: 10px;
}

.list-properties {
    display: flex;
    flex-wrap: wrap;
    /* Allow items to wrap to next line */
    list-style-type: none;
    /* Remove default list bullets */
    padding: 0;
    /* Remove padding */
}

.list-properties li {
    width: calc(50% - 10px);
    /* Two columns */
    margin-bottom: 10px;
    /* Add space between rows */
    display: flex;
    /* Align icon and text */
    align-items: flex-start;
    color: #222429;
    font-weight: 500;
}

.list-properties li::before {
    content: "\f058";
    /* Font Awesome check-circle icon (f058) */
    font-family: "Font Awesome 5 Free";
    /* Use Font Awesome icons */
    font-weight: 900;
    /* Solid icon style */
    margin-right: 10px;
    /* Space between icon and text */
    font-size: 18px;
    /* Adjust icon size */
    color: #F9172B;
}

.about-more-founder {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    padding: 1.2rem 3.7rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: .05em;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border-width: 0;
    overflow: hidden;
    display: inline-block;
    transition: all .2s ease-in-out;
}

.click-more-btn {
    color: #fff;
    background-color: #F9172B;
    border-color: #F9172B;
}


.click-more-btn:hover {
    color: #fff;
    background-color: #fa2234;
    border-color: #fa2234;
}

.strock-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px 0 0;
    padding: 5px;
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 50px;
    position: relative;
}

.strock-circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    background: rgba(255, 0, 0, 0.452);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: popSpread 3s ease-out infinite;
    z-index: 0;
}

.strock-circle img {
    border-radius: 50px;
    position: relative;
    z-index: 1;
    border: 5px solid white;
}

@keyframes popSpread {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }

    70% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.our-products {
    position: relative;
    background-color: #19232b;
    background-image: url(../images/edited-imgs/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 95px 0 220px;
}

.our-products .section-heading {
    width: 50%;
}

.our-products .section-heading .subtitle:after {
    background-color: #aaa;
    background-image: linear-gradient(90deg, white, white);
    top: 50%;
    border-radius: 10px;
    content: "";
    height: 2px;
    right: 0;
    transform: translateY(-50%);
    margin-top: 0;
    position: absolute;
    width: 55px;
}

.overlay-products {
    position: relative;
    top: -150px;
    z-index: 23;
    margin-bottom: -100px;
}

.overlay-products .product-card {
    position: relative;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .08);
    width: 100%;
    height: 250px;
    padding: 32px;
    margin-bottom: 25px;
    background-color: white;
    z-index: 999;
    border-radius: 8px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.overlay-products .item {
    margin: 20px;
}

.product-brand-logo {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.product-brand-logo img {
    max-height: 25px;
    /* Small logo size */
    width: auto;
}

.position-bottom {
    position: absolute;
    left: 0;
    bottom: 18px;
    background-color: #2632fc;
    color: white;
    padding: 0 10px;
    transform: translateX(-100%);
    opacity: 0;
}

.position-bottom.animate {
    animation: moveInside 1.5s ease-out forwards;
}

@keyframes moveInside {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



.position-bottom .item-head {
    color: white;
    font-size: 12px;
    font-weight: 400;
}

.md-details {
    display: flex;
    align-items: center;
    width: 100%;
}

.md-details .details h5 {
    margin-bottom: -3px;
}

.md-details .details label {
    color: #6c7291;
    font-weight: 300;
}

.md-thought p {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
}

.vision-mission {
    padding: 45px 0 0;
}

.vision-mission .section-heading {
    margin-bottom: 5px !important;
}

.vision-mission .section-heading .section-title,
.vision-mission p {
    margin-bottom: 0;
}

.air-conditioner-section {
    background-image: url(../images/air-bg.jpg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 170px 0px 200px 0px;
}

.air-conditioner-section .heading {
    margin: 0px 0px 24px 0px;
}

.heading h2 {
    font-size: 80px;
    line-height: 1.1em;
    overflow: visible;
    font-weight: 800 !important;
    letter-spacing: -1px !important;
}

.heading h2 span {
    font-family: "DM Sans", sans-serif;
    color: #F9172B;
    letter-spacing: -1px !important;
}

.air-section-description {
    width: 460px;
    max-width: 460px;
}

.black-section {
    font-weight: 200;
    position: relative;
}

.black-section .section-content {
    max-width: 425px;
}

.black-section .section-content p {
    line-height: 1.75;
    font-weight: 400;
}

/* .black-section .overlay-section {
    bottom: -145px;
    position: absolute;
    width: 100%;
} */
/* .overlay-section {
    background-image: url(../images/dot-map.png);
    background-repeat: no-repeat;
    background-size: cover;
} */

.overlay-section-container {
    width: 94%;
    margin: 0 3%;
}

.overlay-white-container {
    background-color: white;
    padding: 10px;
    /* box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.08); */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.overlay-white-container .overlay-inner {
    margin: 60px 0px 45px 0px;
}

.black-section .overlay-section .overlay-content {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 20px;
    justify-content: space-evenly;
}

.black-section .overlay-section .overlay-content .image {
    margin-top: 8px;
    margin-right: 20px;
    margin-inline-end: 20px;
}

.black-section .overlay-section .overlay-content img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.black-section .overlay-section .overlay-content .content .heading {
    line-height: 1em;
    position: relative;
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 40px;
    color: #F9172B;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    transition: all 1s ease;
}

.black-section .overlay-section .overlay-content .content .sub-head {
    margin: 0px 0 0 4px;
    font-size: 18px;
    max-width: 175px;
    color: #0f2c49;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.2;
}

.black-section .overlay-section .overlay-content:after {
    border-right: 2px dotted #0f2c49;
    content: "";
    position: absolute;
    right: -15px;
    bottom: 0;
    top: 0;
    opacity: 0.3;
}

/* Step 2: Apply styles only to 4 .overlay-content by targeting the parent .col-lg-3 */
.overlay-inner .row .col-lg-3:nth-child(4) .overlay-content::after {
    border-right: none;
    /* Remove the border for 4 .overlay-content */
}


.technical-support-section {
    /* background-image: url(../images/edited-imgs/section-img.png); */
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.technical-support-section .sub-section-container {
    width: 440px;
    max-width: 440px;
}

.technical-support-section ul {
    list-style: none;
    padding-left: 0;
}

.technical-support-section .background-gray {
    background-color: #f7f2ed;
    color: #0f2c49;
}

.technical-support-section .section-content p {
    color: #0f2c49;
}

ul .list-icon-text {
    position: relative;
    font-style: normal;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 20px;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: border-box;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.075);
}

.technical-support-section ul li .list-icon-text:after {
    content: "";
    border-right: 2px dotted;
    border-color: #0f2c49;
    height: 18px;
    position: absolute;
    bottom: -22px;
    left: 30px;
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.technical-support-section ul li:nth-child(4) .list-icon-text:after {
    border-right: none;
}

.technical-support-section ul li {
    margin-bottom: 30px;
    position: relative;
}

.technical-support-section ul li .list-inner .list-icon-content {
    margin-left: 24px;
    margin-inline-start: 24px;
}


.technical-support-section ul li .list-inner .list-icon-content .list-header {
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.technical-support-section .widget-container {
    width: 500px;
    max-width: 500px;
    padding: 45px 65px 25px;
}

.widget-inner {
    justify-items: right;
}

.padding-top {
    padding-top: 200px;
}

.parallax-section {
    background-image: url(../images/parallax_02.jpg);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 190px 0px 210px 0px;
    background-attachment: fixed !important;
    transition: background 0s !important;
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-section h1 {
    font-size: 100px;
    line-height: 1.1em;
    overflow: visible;
    font-weight: 800 !important;
    z-index: 3;
    position: relative;
    margin: 0;
}

.parallax-section .overlay-semi-black {
    background: #000;
    zoom: 1;
    filter: alpha(opacity=30);
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.parallax-section .background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}

/* Testimonial carousel */
.testimonial-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
}

.testimonial-card {
    background: #fff;
    width: 80%;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

.stars {
    font-size: 24px;
    color: gold;
}

.fa-star {
    color: #ffcd00;
}

#testimonial-text {
    font-size: 16px;
    color: gray;
    margin: 20px 0;
}

#testimonial-name {
    font-weight: bold;
    color: #001f3f;
}

.carousel-controls button {
    background: none;
    border: none;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #001f3f;
    transition: color 0.3s ease;
}

.carousel-controls button:hover {
    color: #007bff;
}

#prev-btn {
    left: 20px;
}

#next-btn {
    right: 20px;
}

.dots {
    margin-top: 15px;
}

.dots span {
    height: 8px;
    width: 8px;
    margin: 0 4px;
    display: inline-block;
    background: lightgray;
    border-radius: 50%;
    cursor: pointer;
}

.dots .active {
    background: #001f3f;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonial-card {
        width: 95%;
        padding: 20px;
    }

    #testimonial-text {
        font-size: 14px;
    }

    .carousel-controls button {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        padding: 15px;
    }

    .stars {
        font-size: 18px;
    }

    #testimonial-text {
        font-size: 13px;
    }

    #testimonial-name {
        font-size: 14px;
    }

}

/* .testimonial-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background-color: #fff;
    color: #333;
    border-radius: 15px;
    margin: 20px auto;
    padding: 50px 80px;
    width: 80%;
    position: relative;
    box-shadow: 6px 8px 20px 3px #00000014, -5px -4px 9px 2px #00000012;
}

.testimonial .stars.fa-star {
    font-size: 14px;
    color: #ffcd00;
}

.fa-star {
    color: #ffcd00;
}

.testimonial {
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
    line-height: 28px;
    margin: 0;
}

.user {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.user .user-image {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.user .user-details {
    text-align: center;
}

.user .username {
    margin: 0;
    font-size: 14px;
}

.user .role {
    margin: 0;
    font-size: 12px;
}

.progress-dots {
    display: flex;
    gap: 5px;
}

.progress-dot {
    width: 5px;
    height: 5px;
    background-color: #eee;
    border-radius: 50%;
}

.progress-dot.active {
    background-color: #555;
}

.btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    font-size: 10px;
    cursor: pointer;
    transition: 0.1s ease;
}

.btn:hover {
    background-color: #eee;
}

#btn-prev {
    left: 25px;
    padding: 0;
    border: none;
}

#btn-next {
    right: 25px;
    padding: 0;
    border: none;
}

.testimonial-section {
    position: relative;
}

.testimonial-section-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #ECECEC69;
    background-image: url(../images/cta-bg1.png);
    background-position: top center;
    background-repeat: no-repeat;
    opacity: .09;
    transition: background .3s, border-radius .3s, opacity .3s;
}

#testimonial {
    background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%);
    max-width: 900px;
    max-height: max-content;
    margin: auto;
} */

/* 

#testimonial .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    margin: auto;
}

#testimonial .carousel-caption p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.8em;
    color: #0f2c49;
    max-width: 600px;
}

#testimonial hr {
    margin: auto;
    color: inherit;
    border: 0;
    border-top: 2.5px solid #F9172B;
    opacity: 1;
    width: 75px;
    margin-bottom: 15px;
}

#testimonial .customer-name {
    position: relative;
    white-space: nowrap;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 20px;
    margin: 0px auto 0px;
    padding-top: 10px;
    text-align: center;
}

#testimonial .customer-designation {
    text-align: center;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    color: #F9172B;
}



#testimonial .carousel-caption img {
    width: 6rem;
    border-radius: 50%;
    margin-top: 2rem;
}

#testimonial #image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem;
}

#testimonial i {
    background-color: #F9172B;
    padding: 1.4rem;
    color: white;
}

#testimonial .carousel-control-prev {
    justify-content: flex-start;
}

#testimonial .carousel-control-next {
    justify-content: flex-end;
}

#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
    transition: none;
    opacity: unset;
} */


.about-video-section .about-video-container .video-full-width {
    position: relative;
    right: -70px;
    height: 370px;
    padding: 0 90px 0 0;
}

.video-card {
    position: absolute;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    max-width: 400px;
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.2);
}

.video-card img {
    width: 100%;
    display: block;
    border-radius: 15px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    transition: background 0.3s ease;
}

.video-card:hover .play-button {
    background: rgba(255, 0, 0, 0.8);
}

/* Modal Popup */
.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-modal-content {
    position: relative;
    max-width: 800px;
    width: 90%;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}

.video-modal-content iframe {
    width: 100%;
    height: 450px;
}

.video-close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 28px;
    cursor: pointer;
}

.approvel-properties.animate__animated.animate__fadeInLeft {
    margin-top: 30px;
}

.approvel-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.approvel-list img {
    width: 15%;
    /* height: 50px; */
}

@media (max-width: 768px) {

    .about-video-section .about-video-container .video-full-width {
        width: 100%;
        right: unset;
        height: 60vh;
        padding: unset;
    }


    .video-modal-content iframe {
        height: 250px;
    }

    .video-info,
    .video-description {
        max-width: 100%;
        padding: 0 10px;
    }

    .approvel-list {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .about-video-section .about-video-container .video-full-width {

        width: 90%;
        right: -62px;
        height: 65vh;

    }

}

@media (max-width: 426px) {
    .about-video-section .about-video-container .video-full-width {
        right: -43px;
        width: 80%;
        height: 45vh;
    }
}

@media (max-width: 375px) {
    .about-video-section .about-video-container .video-full-width {
        width: 100%;
        right: 0px;
        height: 50vh;
    }


}

@media (max-width: 320px) {
    .about-video-section .about-video-container .video-full-width {
        width: 100%;
        right: 0px;
        height: 40vh;
    }
}

.modal-content {
    background-color: transparent;
    border: none;
}

.modal-header,
.modal-footer {
    border-bottom: none;
    border-top: none;
}

footer {
    background-color: #0f2c49;
    background-image: url(../images/edited-imgs/section-bg.jpg);
    background-position: center center;
    position: relative;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-section-container {
    padding-top: 180px;
    padding-bottom: 50px;
    width: 100%;
    color: #ffffff;
    position: relative;
}

.footer-section-container .footer-logo img {
    width: 200px;
}

.footer-section-container .footer-head p {
    max-width: 600px;
    margin: 35px auto 50px;
    color: white;
    font-size: 14px;
    line-height: 1.6em;
}

.footer-section-container .footer-description .footer-card .circle-ico {
    margin: auto;
    width: 60px !important;
    height: 60px !important;
    padding: 10px !important;
}

.footer-section-container .footer-description .footer-card .header {
    display: block;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 8px;
}

.footer-section-container .footer-description .footer-card .text {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.copyright-block {
    position: relative;
    display: block;
    width: 100%;
    color: #ea4a34;
    padding: 20px 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
    border-top: 0 none;
}

.copyright-block p {
    margin-bottom: 0 !important;
    font-size: 14px;
}


.footer-bg-img {
    background-image: url(../images/footer-bg52.png);
    background-size: cover;
    opacity: .1;
    transition: background .3s, border-radius .3s, opacity .3s;
}

.footer-bg-img-position {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.footer-bg-dark .footer-element {
    margin-bottom: 20px;
}

.footer-bg-dark .footer-contact .footer-contact-single {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 10px;
}

.footer-bg-dark .footer-contact .ico {
    margin-right: 10px;
}

.footer-bg-dark .footer-contact .ico .fa-solid {
    font-size: 20px;
    color: #F9172B !important;
}

.footer-social-media .footer-social-media-row {
    display: flex;
    gap: 20px;
}

.footer-social-media .footer-social-media-row .footer-social-media-circle {
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #F9172B !important;
    display: block;
    background: #333;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    transition: all .3s;
}

.footer-social-media .footer-social-media-row .footer-social-media-circle .fa-brands {
    color: white;
}

.footer-social-media .footer-social-media-row .footer-social-media-circle:hover {
    background-color: #fff !important;
}

.footer-social-media .footer-social-media-row .footer-social-media-circle:hover .fa-brands {
    color: #F9172B !important;
}

.footer-header {
    font-size: 1.5rem;
    font-weight: 700;
}

.footer-bg-dark .footer-card {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-bg-dark .footer-card .text {
    display: flex;
    gap: 10px;
}

.footer-quick-links ul {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    /* Remove the default list style */
}

.footer-quick-links ul li {
    color: white;
    margin-bottom: 10px;
    position: relative;
    /* Required for positioning the icon */
    padding-left: 25px;
    /* Add space for the icon */
}

.footer-quick-links ul li::before {
    content: "\f0da";
    /* Unicode for Font Awesome caret-right icon */
    font-family: "Font Awesome 5 Free";
    /* Make sure to load the correct Font Awesome font */
    font-weight: 900;
    /* Apply solid style */
    position: absolute;
    /* Position it on the left */
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    color: #F9172B;
    /* Set the icon color */
    font-size: 0.725rem;
    /* Adjust size if necessary */
}

.footer-quick-links ul li a {
    color: white;
    text-decoration: none;
}

.footer-image-grid {
    display: grid;
    width: 100%;
    padding: 12px 0;
    grid-template-columns: repeat(3, 1fr);
}

.footer-section-copyright a {
    text-decoration: none;
}

.footer-section-copyright a {
    text-decoration: none;
}

.section-why-choose-single-mob {
    display: none;
}

.social-icons {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.social-icons a {
    background-color: red;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 5px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a i {
    color: inherit;
    font-size: 16px;
}

.social-icons a:hover {
    background-color: white;
}

.social-icons a:hover i {
    color: red;
}

footer p {
    font-size: 14px;
    margin-top: 5px;
}

/* ✅ Responsive Breakpoints */
@media (min-width: 1804px) {

    .main-banner {
        padding: 226px 0px 75px 0px !important;
    }

    .index-inner-contents h1 {
        font-size: 62px !important;
    }

    .main-banner p {
        font-size: 20px !important;
        letter-spacing: 0px;
        line-height: 2 !important;
        font-weight: 400;
    }

    .index-inner-bg-image img {
        width: auto !important;
        max-width: 625px !important;
    }


    .index-inner-contents p {
        font-size: 20px;
    }

    .main-banner:after {
        width: 390px !important;
        height: 665px !important;
    }

    .main-banner:before {
        width: 342px !important;
        height: 665px !important;
    }

    p {
        font-size: 20px;
    }

    .why-choose-content-section-bg {
        padding: 130px 60px 60px 30%;
    }

    .year-of-exp {
        padding: 100px 120px 100px 65px;
    }

    .strok-bg {
        padding: 100px 75px;
    }
}

@media (min-width: 1424px) {

    .index-edited {
        min-height: fit-content;
        padding: 150px 20%;
    }

    .index-shape {
        max-width: 1120px;
        right: -160px;
        top: -364px;
    }

}


@media (min-width: 1300px) {
    .section-container {
        max-width: 1300px;
    }

    .section-inner-padding {
        padding: 105px 0 90px;
    }

    .milestones-section .img-fluid {
        width: 75%;
        margin: auto;
    }
}

@media (min-width: 1000px) {

    .milestones-section .img-fluid {
        width: 85%;
    }

}

@media(max-width: 1199.5px) {
    .section-container {
        width: 86%;
        margin: auto;
    }

    .about-section .call-container {
        justify-content: center;
    }

    .sub-section-container {
        text-align: center;
        width: 80%;
        margin: 0 auto 65px;
    }

    .heading-watermark {
        font-size: 120px;
        padding: 0;
    }

    .black-section .section-content p {
        font-size: 14px;
    }

    .black-section-img {
        width: 100%;
        text-align: center;
        padding: 100px;
    }

    .black-section-img img {
        margin: auto;
    }

    .black-section .overlay-section .overlay-content:after {
        bottom: 30px;
    }

    .technical-support-section .section-content {
        max-width: 425px;
        margin-bottom: 35px;
    }

    .technical-support-section .inner-section .list-section {
        text-align: start;
        width: 397px;
        max-width: 397px;
    }

    .technical-support-section .inner-section .widget-inner {
        justify-items: center;
    }

    .widget-inner {
        justify-items: center;
    }

    .parallax-section {
        background-size: cover;
        background-repeat: no-repeat;
    }

    .parallax-section h1 {
        font-size: 80px;
    }

    .section-header-center {
        width: 100%;
        text-align: left;
        margin-left: 0;
    }

    .about-content-section {
        width: 110%;
    }

    .technical-support-section ul {
        text-align: justify;
    }
}

@media (max-width: 1100px) {

    .index-section {
        height: 900px;
    }

    .why-choose-content-section,
    .why-choose-img-section {
        width: 100%;
    }

    .swap-column-to-row {
        flex-direction: column;
    }

    .why-choose-section .section-container {
        width: 100%;
        margin: auto;
    }

    .image-block-overflow-outside {
        margin-right: 0;
        width: 100%;
    }

    .background-black {
        background-size: cover;
    }

    .index-inner-content {
        padding-top: 60px;
    }
}

@media(max-width: 991.5px) {

    .service-description .single-service {
        width: 100%;
    }

    .service-description .single-service:nth-child(odd),
    .service-description .single-service:nth-child(even) {
        padding: 0;
    }

    .single-service .single-service-head h6 {
        font-size: 20px;
    }

    .air-conditioner-section .heading {
        text-align: center;
    }

    .air-section-description {
        margin: auto;
        text-align: center;
    }

    .parallax-section h1 {
        font-size: 72px;
    }

    #testimonial .carousel-caption {
        padding: 75px 0 40px;
    }

    #testimonial .carousel-caption p {
        max-width: 375px !important;
        margin: auto;
    }

    .about-img-section {
        margin-bottom: 60px;
    }

    .about-content-section {
        width: 100%;
    }

    .our-products {
        padding: 90px 0 100px;
    }

    .our-products .section-heading {
        width: 100%;
    }

    .overlay-products .product-card {
        height: 200px;
        padding: 20px;
    }
}

@media (max-width: 769px) {

    .section-heading {
        margin-bottom: 35px !important;
    }

    .section-heading .section-title {
        display: block;
        font-size: 2.5rem;
    }

    .why-choose-content-section-bg {
        padding: 75px 60px 60px
    }

    .section-why-choose-single p {
        margin-bottom: 0;
    }

    .index-inner-bg-outer {
        position: relative;
        display: block;
        pointer-events: auto;
        left: 0;
        top: 0px;
        right: 0;
        bottom: 0;
        z-index: 5;
        visibility: visible;
        width: 100%;
        height: 100%;
    }

    .index-inner-bg {
        height: 100%;
        width: 60%;
        margin: auto;
    }

    .index-inner-sqaure-outer {
        left: 15px;
        bottom: 75px;
        width: 75%;
        height: 58%;
    }

    .index-inner-sqaure-outer img {
        height: -webkit-fill-available;
    }

    .index-inner-content h1 {
        width: 70%;
        line-height: 57px;
        font-size: 48px;
        margin-bottom: 30px;
    }

    .index-inner-content p {
        width: 90%;
        text-transform: uppercase;
    }

    .service-section .section-content .owl-carousel .item {
        padding: 0 10px;
        height: 225px;
    }

    .service-section .section-content .owl-carousel .item:before {
        left: 10px;
        right: 10px;
    }

    .service-section .section-content .owl-carousel .item img {
        object-fit: cover;
        object-position: top;
    }

    .strok-bg {
        padding: 45px;
    }

    .strok-bg .mb-4 {
        margin-bottom: 0;
    }

    .our-clients-section .owl-dots {
        display: none;
    }

    .about-img-section .about-img-container .image-full-width {
        width: 85%;
        right: -30px;
        height: 70vh;
    }

    .about-img-section .about-img-container .image-bottom {
        top: auto;
        bottom: 100px;
        right: 45px;
        width: 275px;
    }

    .list-properties {
        flex-direction: column;
    }

    .about-more-founder {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .overlay-products {
        top: -100px;
    }

    .air-conditioner-section {
        padding: 120px 0px 100px 0px;
    }

    .heading h2 {
        font-size: 50px;
    }

    .black-section .overlay-section {
        position: relative;
    }

    .background-black {
        background-size: cover;
    }

    .black-section-img img {
        margin: auto;
        width: 500px;
    }

    .black-section-img {
        padding: 0px;
    }

    .parallax-section {
        padding: 125px 105px;
    }

    .parallax-section h1 {
        font-size: 50px;
        line-height: 1.2;
    }

    .sub-section-container {
        width: 96% !important;
        margin: 0 auto 65px !important;
        text-align: left;
        max-width: 96% !important;
    }

    .footer-section-container {
        padding-top: 65px;
        padding-bottom: 50px;
    }
}

@media(max-width: 767.5px) {
    .position-left-top {
        width: 55px;
    }

    .about-section .padding-top {
        padding-top: 35px;
    }

    .about-section .about-top-bar {
        left: 0;
    }

    .about-section .about-bottom-bar {
        right: 0;
    }

    .section-container {
        width: 96%;
    }

    #testimonial .carousel-caption {
        padding: 3rem 2rem;
        font-size: 0.9rem;
        line-height: 1.5rem;
    }

    #testimonial .carousel-caption img {
        width: 4rem;
        margin-top: 1rem;
    }

    #demo #image-caption {
        font-size: 0.8rem;
    }

    #testimonial i {
        padding: 0.8rem;
    }

    .lising-section ul li:not(:nth-child(2n)):after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100px;
        width: 2px;
        border-right: 2px dotted rgba(0, 0, 0, 0.35) !important;
    }

    .lising-section ul li:not(:nth-child(3n)):after {
        border-right: none;
    }

    .overlay-white-container {
        box-shadow: none;
    }

    .overlay-section {
        position: relative;
        bottom: 0 !important;
        overflow-x: hidden;
    }

    .overlay-section-container {
        width: 100%;
        margin: 0;
    }

    .overlay-section .overlay-section-container ul {
        display: flex;
        flex-direction: column;
    }

    .overlay-section .overlay-section-container li {
        margin-bottom: 0 !important;
    }

    .overlay-section .overlay-section-container ul li .icon-content .icon-content-description {
        width: 100%;
    }

    .carousel-indicators {
        display: none !important;
    }

    .carousel-caption,
    .carousel-caption h5 {
        width: 100%;
    }

    .padding-top {
        padding-top: 50px;
    }

    .about-section .call-container {
        flex-direction: column;
        align-items: flex-start;
        align-content: center;
        gap: 35px;
    }

    .black-section .inner-section {
        padding: 75px 0;
    }

    .black-section-img {
        padding: 0 75px 0;
    }

    .technical-support-section {
        background-image: none;
        padding-top: 35px;
    }

    .parallax-section h1 {
        font-size: 50x;
    }

    /* .black-section .overlay-section .overlay-content .content .heading {
        font-size: 50px;
    } */

    .milestones-section .img-fluid {
        width: 85%;
    }
}

@media (max-width : 700px) {
    header {
        position: relative;
    }

    .header-card-top {
        margin-top: 0;
    }

    .header-card {
        border-radius: 0;
        padding: 15px;
    }

    .header-card-logo-section img {
        width: 125px;
    }

    .header-card .social-media-row .social-media-circle {
        font-size: 15px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }

    .index-section {
        background-position: center;
    }

    .index-inner-sqaure-outer {
        display: none !important;
    }

    .index-inner-content h1 {
        /* text-align: center; */
        width: 85%;
        margin: auto;
        line-height: 50px;
        font-size: 40px;
    }

    .index-inner-content p {
        width: 85%;
        text-transform: initial;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        /* text-align: center; */
        margin: 20px auto;
    }
}

@media(max-width:600px) {
    .section-container {
        width: 94%;
    }

    .section-inner-padding {
        padding: 50px 0 0;
    }

    .black-section-img img {
        margin: 20px auto 0;
        width: 100%;
    }

    .d-none-mob {
        display: none;
    }

    .technical-support-section {
        padding-top: 0;
    }

    .technical-support-section .section-inner-padding {
        padding: 0;
    }

    .technical-support-section .tech-col {
        padding: 0;
    }

    .technical-support-section .widget-container {
        width: 100%;
        margin: auto;
        padding: 45px 25px 25px;
    }

    .technical-support-section .header {
        text-align: left;
    }

    .index-inner-content h1 {
        /* width: 100%; */
        font-size: 36px;
    }

    .section-heading .subtitle {
        font-size: 14px;
    }

    .section-heading .section-title {
        display: block;
        font-size: 2.25rem;
        line-height: 1.2;
        letter-spacing: .5px;
    }

    .section-heading-vision .section-title {
        font-size: 1.5em;
        margin-bottom: 15px !important;
    }

    .section-heading-mission .section-title {
        font-size: 1.5em;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .section-content-vision {
        margin-bottom: 20px !important;
    }

    .service-section .section-content .owl-carousel .item .item-head {
        width: 80%;
        font-size: 18px;
        bottom: 25px;
        left: 15px;
        text-align: left;
    }

    .why-choose-content-section-bg {
        padding: 50px 25px;

    }

    .section-why-choose-single-mob {
        display: flex;
    }

    .key-column-none {
        display: none;
    }

    .section-why-choose-single .circle-outer .circle {
        width: 60px;
        height: 60px;
        margin-right: 10px;
        /* margin-bottom: 20px; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-why-choose-single .circle-outer .circle .fa-solid,
    .section-why-choose-single .circle-outer .circle .fa-regular {
        color: #fff;
        line-height: 75px;
        font-size: 22px;
    }

    .parallax-section h1 {
        text-align: left;
    }

    .image-row {
        flex-direction: column;
    }

    .image-row .col-50 {
        width: 100%;
    }

    .year-of-exp {
        padding: 25px;
    }

    .image-01,
    .image-02 {
        height: 250px;
    }

    .about-img-section .about-img-container .about-circle-outer {
        top: 45px;
        left: -100px;
        width: 260px;
        max-width: 260px;
        height: 260px;
    }

    .about-img-section .about-img-container .about-circle-outer .about-circle {
        border-width: 40px;
    }

    .about-img-section .about-img-container .image-full-width {
        width: 100%;
        height: 40vh;
    }

    .about-img-section .about-img-container .image-full-width {
        padding: 0 60px 0 0;
    }

    .about-img-section .about-img-container .image-bottom {
        top: auto;
        bottom: -35px;
        right: 0;
        width: 175px;
    }

    .list-inner {
        display: flex;
        align-items: center;
    }

    .list-properties li {
        width: 100%;

    }

    .overlay-products .item {
        margin: 10px;
    }

    .air-conditioner-section .heading {
        text-align: left;
        width: 460px;
        margin: auto;
    }

    .air-section-description {
        margin: auto;
        text-align: left;
    }

    .footer-section-container .footer-description .footer-card .circle-ico {
        margin-bottom: 15px !important;
    }

    .footer-section-container .footer-description .footer-card .header {
        line-height: 1;
        margin-top: 0px;
        margin-bottom: 0;
    }
}

@media(max-width: 575.5px) {
    p {
        font-size: 14px;
    }

    .index-inner-content h1 {
        margin-bottom: 60px;
    }

    .position-right-bottom {
        width: 75px;
        bottom: 50px;
    }

    .lising-section ul li:not(:nth-child(2n)):after,
    .lising-section ul li:not(:nth-child(3n)):after {
        border-right: none !important;
    }

    .air-conditioner-section {

        padding: 75px 0px;
    }

    .air-section-description,
    .air-conditioner-section .heading {
        width: 100%;
    }

    .air-conditioner-section .heading h2 {
        font-size: 38px;
        margin-bottom: 25px;
    }

    .black-section .overlay-section .overlay-content {
        margin: 0px 0 40px 0;
    }

    .technical-support-section .inner-section .list-section {
        width: 90%;
        margin: auto;
        max-width: fit-content;
    }

    .technical-support-section .inner-section .list-section .list-inner {
        display: flex;
        align-items: center;
    }

    .technical-support-section .inner-section ul li .list-inner .list-icon-content {
        width: calc(100% - 60px) !important;
    }

    .technical-support-section .inner-section .widget-container {
        width: 100%;
        max-width: 100%;
        padding: 45px 25px 20px;
    }

    .parallax-section {
        padding: 100px 0;
    }

    .parallax-section h1 {
        font-size: 45px;
    }

    .testimonial-container {
        padding: 50px 60px;
        width: 95%;
        gap: 1rem;
    }
}

@media(max-width: 475.5px) {

    .heading-content .heading-text .text h1 {
        font-size: 65px;
        line-height: 1.1;
        margin-bottom: 20px;
    }
}

@media(max-width: 425.5px) {

    .section-why-choose-single {
        gap: 10px;
        flex-direction: column;
    }

    .parallax-section h1 {
        font-size: 46px;
    }

}




/* edited index */
/* .index-edited {
    background-color: white;
    position: relative;
    height: 100vh;
    padding: 80px;
}

.index-shape {
    position: absolute;
    right: -341px;
    top: -250px;
}

.index-edited-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-inner-contents h1 {
    z-index: 12;
    font-family: "DM Sans";
    height: auto;
    text-decoration: none;
    white-space: normal;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 76px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 62px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.index-inner-contents p {
    z-index: 11;
    font-family: Poppins;
    height: auto;
    text-decoration: none;
    white-space: normal;
    width: 550px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    color: #6b6b6e;
}

.index-inner-bg-image {
    padding-left: 50px;
    padding-top: 40px;
}

.index-inner-bg img {
    height: 100%;
    width: 90%;
} */
.index-edited {
    background-color: #fff;
    position: relative;
    min-height: 100vh;
    padding: 60px 45px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.index-shape {
    position: absolute;
    right: -261px;
    top: -180px;
    max-width: 860px;
    /* opacity: 0.6; */
}

.index-shape img {
    width: 100%;
    height: auto;
}

.index-edited-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 210px;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    flex-wrap: wrap;
    /* makes it responsive */
}

.index-inner-contents {
    flex: 1 1 500px;
}

.index-inner-contents h1 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.2;
    color: #222;
}

.index-inner-contents p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #6b6b6e;
    margin-top: 20px;
    max-width: 550px;
}

.index-inner-bg {
    flex: 1 1 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-inner-bg-image img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

/* ✅ Responsive Breakpoints */
@media (max-width: 1024px) {
    .index-shape {
        max-width: 745px;
    }

    .index-edited-outer {
        gap: 40px;
        flex-wrap: nowrap;
    }
}

@media (max-width: 992px) {
    .index-edited {
        padding: 40px 15px;
    }

    .index-edited-outer {
        /* flex-direction: column;
        text-align: center; */
        gap: 40px;
        flex-wrap: nowrap;
    }

    .index-inner-contents p {
        max-width: 100%;
        margin: 15px 15px 15px 0;
    }

    .index-inner-bg {
        margin-top: 30px;
    }

    .index-shape {
        right: -200px;
        top: -45px;
        max-width: 565px;
    }
}

@media (max-width: 576px) {
    .index-edited-outer {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .index-inner-contents {
        flex: none;
        /* padding: 110px 0 0; */
    }

    .index-inner-bg {
        flex: none;
    }

    .index-inner-bg {
        margin-top: 0;
    }

    .index-inner-contents h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .index-inner-contents p {
        font-size: 14px;
    }

    /* .index-shape {
        display: none;
    } */
}

@media (max-width: 375px) {
    .index-shape {
        right: -155px;
        top: -94px;
        max-width: 420px;
    }
}

.award-section {
    margin-top: 65px;
}

.award-names p {
    text-align: center;
    font-size: small;
    line-height: 1.2;
    margin: 5px 10%;
}

.award-names p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* limit to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;

    /* fixes alignment */
    direction: ltr;
    white-space: normal;

    /* optional for consistent size */
    line-height: 1.4em;
    max-height: calc(1.4em * 2);
}


.owl-carousel .owl-item img {
    border-radius: 5px;
}

.image-sens-card {
    position: absolute;
    border-radius: 15px;
    overflow: hidden;
    max-width: 300px;
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 768px) {
    .image-sens-card {
        max-width: 230px;
        top: 0px;
        left: 15%;
    }
}

@media (max-width: 425px) {
    .image-sens-card {
        max-width: 170px;
        top: -20px;
        left: 15%;
    }
}

@media (max-width: 375px) {
    .image-sens-card {
        max-width: 215px;
        top: 0px;
        left: 15%;
    }
}

@media (max-width: 320px) {
    .image-sens-card {
        max-width: 159px;
        top: -15px;
        left: 20%;
    }
}







/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 126px 0px 75px 0px;
    position: relative;
    overflow: hidden;
}

.main-banner:after {
    content: '';
    background-image: url('../images/main-home/shape-22.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -70px;
    top: 100px;
    width: 200px;
    height: 334px;
    opacity: 0.2;
}


.main-banner:before {
    content: '';
    background-image: url('../images/main-home/shape-11.webp');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -50px;
    top: 100px;
    width: 200px;
    height: 334px;
    opacity: .2;
}

.main-banner .left-content {
    margin-right: 45px;
}

.main-banner .left-content h6 {
    text-transform: uppercase;
    font-size: 18px;
    color: #fe3f40;
    margin-bottom: 15px;
}

.main-banner .left-content h2 {
    font-size: 50px;
    font-weight: 700;
    color: #2a2a2a;
    line-height: 72px;
}

.main-banner .left-content h2 em {
    color: #03a4ed;
    font-style: normal;
}

.main-banner .left-content h2 span {
    color: #fe3f40;
}

.main-banner .left-content p {
    margin: 20px 0px;
}

.main-banner .left-content form {
    margin-top: 30px;
    width: 470px;
    height: 66px;
    position: relative;
}

.main-banner .left-content form button {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #fe3f40;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    outline: none;
    border: none;
}

.main-banner .left-content form input {
    width: 470px;
    height: 66px;
    background-color: #03a4ed;
    border-radius: 33px;
    border: none;
    outline: none;
    padding: 0px 25px;
    color: #fff;
    letter-spacing: 0.25px;
    font-size: 15px;
    font-weight: 300;
}

.main-banner .left-content form input::placeholder {
    color: #fff;
}

/* 
---------------------------------------------
Certification Style
--------------------------------------------- 
*/

.logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.approval-logo {
    display: inline-block;
    height: 65px;
    max-width: 150px;
    object-fit: contain;
}

.approval-description p {
    max-width: 900px;
    margin: 30px auto 0;
    text-align: center;
}


@media (max-width: 992px) {
    .main-banner {
        padding-top: 196px;
    }

    .main-banner .left-content {
        margin-right: 0px;
        text-align: center;
        margin-bottom: 45px;
    }

    .main-banner:after {
        top: 76px;
        z-index: -1;
    }

    .main-banner .left-content form,
    .main-banner .left-content form input {
        width: 100% !important;
    }

}

/* .keralas {
    padding-bottom: 300px;
} */

.overlay-section .section-heading {
    max-width: 800px;
    margin: auto;
}

.overlay-section .section-heading h2 {
    font-size: 40px;
}

@media (max-width: 1024px) {

    .overlay-section .section-heading h2 {
        font-size: 35px;
    }
}

@media (max-width: 768px) {

    .overlay-section .section-heading h2 {
        font-size: 30px;
    }
}

@media (max-width: 425px) {

    /* .overlay-section .section-heading h2 {
        font-size: 20px;
    }  */
    .overlay-white-container .overlay-inner {
        margin: 60px 0px 5px 0px;
    }

    .section-inner-padding {
        padding: 20px 0 0;
    }

    .our-products {
        margin-top: 30px;
    }


    .sub-section-container {
        margin: 30 auto 65px !important;
    }
}


/* Overlay Rain Layer */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/svg/rain.png');
    background-repeat: repeat;
    opacity: 0.2;
    animation: rainMove 4s linear infinite;
}

@keyframes rainMove {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 100%;
    }
}

.icons-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.floating-icon {
    position: absolute;
    width: 40px;
    opacity: 0.7;
    animation: float 3s ease-in-out infinite;
}

.icon1 {
    top: 10%;
    left: 20%;
    animation-delay: 0s;
    opacity: .15;
}

.icon2 {
    top: 40%;
    left: 80%;
    animation-delay: 2s;
    opacity: .15;
}

.icon3 {
    top: 70%;
    left: 15%;
    animation-delay: 4s;
    opacity: .15;
    width: 50px;
}

.icon4 {
    top: 30%;
    left: 50%;
    animation-delay: 1s;
    opacity: .15;
}

.icon5 {
    top: 85%;
    left: 35%;
    animation-delay: 0s;
    opacity: .15;
}

.icon6 {
    top: 80%;
    right: 20%;
    animation-delay: 0s;
    opacity: .15;
}

.icon7 {
    top: 40%;
    left: 5%;
    animation-delay: 0s;
    opacity: .15;
}

.icon8 {
    top: 18%;
    left: 90%;
    animation-delay: 2s;
    opacity: .15;
}

.icon9 {
    top: 7%;
    right: 33%;
    animation-delay: 4s;
    opacity: .15;
}

.icon10 {
    top: 45%;
    left: 30%;
    animation-delay: 1s;
    opacity: .15;
    width: 75px;
}

.icon11 {
    top: 60%;
    right: 5%;
    animation-delay: 1s;
    opacity: .15;
    width: 45px;
}

.icon12 {
    top: 79%;
    left: 60%;
    animation-delay: 0s;
    opacity: .15;
}

.icon13 {
    top: 15%;
    left: 34%;
    animation-delay: 0s;
    opacity: .15;
}

.icon114 {
    top: 80%;
    right: 20%;
    animation-delay: 0s;
    opacity: .15;
    width: 75px;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(25deg);
    }
}

/* Rain Effect */
.global-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/svg/rain.png');
    background-repeat: repeat;
    opacity: 0.2;
    z-index: 2;
    pointer-events: none;
    animation: rainMove 4s linear infinite;
}

@keyframes rainMove {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 100%;
    }
}


.icons-container {
    /* position: static; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

.floating-icon {
    position: absolute;
    width: 30px;
    opacity: 0.3;
    animation: floatIcon 8s ease-in-out infinite;
}

@keyframes floatIcon {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.3;
    }

    50% {
        transform: translateY(-40px) rotate(20deg);
        opacity: .15;
    }

    100% {
        transform: translateY(0) rotate(-20deg);
        opacity: 0.3;
    }
}

.float-section {
    position: relative;
    z-index: 3;
}

@media (max-width: 991.5px) {
    .image-sens-card {
        max-width: 300px;
        width: 30%;
        left: 32%;
        bottom: 35px;
    }

    .approvel-list {
        justify-content: center;
    }

    .video-card {
        position: absolute;
        left: 15%;
    }
}

@media (max-width: 475.5px) {
    .image-sens-card {
        width: 60%;
    }

    .about-video-section .about-video-container .video-full-width {
        width: 70%;
        right: unset;
    }


}