@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    --primary-color: #C83538;
    --secondary-color: #F4D02C;
    --third-color: #274433;
    --four-color: #10804B;
    --head-dark: #171717;
    --text-dark: #111111;
    --black-dark: #111111;
    --white: #ffffff;
    --transition: all 0.3s ease-in-out
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: none
}

*,
*:focus {
    outline: none;
    -webkit-tap-highlight-color: #fff0
}

html {
    scroll-behavior: smooth
}

body {
    display: block;
    position: relative;
    font: 400 14px/1.1 "Lato", sans-serif;
    background: var(--white);
    margin: 0;
    padding: 0 0;
    -webkit-font-smoothing: antialiased;
    display: block;
    position: relative;
    letter-spacing: 0.3px
}

::-webkit-input-placeholder {
    color: var(--black-dark);
    opacity: 1
}

:-moz-placeholder,
::-moz-placeholder {
    color: var(--black-dark);
    opacity: 1
}

:-ms-input-placeholder {
    color: var(--black-dark);
    opacity: 1
}

a {
    color: #464646;
    text-decoration: none
}

a:hover {
    color: #464646;
    outline: none;
    text-decoration: none
}

img {
    max-width: 100%;
    vertical-align: middle
}

svg {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor
}

h1,
.h1 {
    font-size: 30px
}

h2,
.h2 {
    font-size: 28px;
    line-height: 1
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 16px
}

h6,
.h6 {
    font-size: 15px
}

.h-100-v {
    min-height: 100vh
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 15px;
    font-style: normal;
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--head-dark);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
    position: relative
}

p {
    margin: 0 0 10px;
    overflow: hidden;
    text-align: left;
    color: var(--text-dark);
    font-size: 22px;
    font-weight: 300;
    line-height: 1.68;
    margin-bottom: 15px
}

.green {
    color: var(--four-color) !important;
    display: inline-block !important;
    font-weight: bolder;
    position: relative;
}

.green::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
}

input,
select,
textarea {
    background: var(--white);
    border: 1px solid rgb(70 70 70/.3);
    width: 100%;
    display: block;
    color: var(--text-dark);
    padding: 11px 16px;
    border-radius: 5px;
    letter-spacing: 0;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input::-webkit-input-placeholder {
    color: rgb(40 40 40/50%)
}

input::-moz-placeholder {
    color: rgb(40 40 40/50%)
}

input:-ms-input-placeholder {
    color: rgb(40 40 40/50%)
}

input:-moz-placeholder {
    color: rgb(40 40 40/50%)
}

textarea {
    min-height: 120px;
    padding: 14px
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

strong,
b {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

section {
    padding: 80px 0;
    overflow: hidden;
    position: relative
}

.btn {
    border-radius: 10px;
    padding: 8px 22px;
    font-size: 20px;
    text-transform: uppercase;
    text-transform: capitalize;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    margin-top: 20px;

}

.btn:hover {
    color: var(--white);
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}




.navbar {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #ffffff;
    padding: 10px 0px;
    z-index: 9;
    transition: var(--transition);
    /* border-radius: 200px; */
}

.scrolled {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: var(--white);
    padding: 10px 20px;
    transition: var(--transition);
    z-index: 99;
    border-radius: 0;
    box-shadow: 0px 3px 16px #dddddd;
}

.white-logo {
    display: block !important
}

.normal-logo {
    display: none !important
}

.scrolled .white-logo {
    display: none !important
}

.scrolled .normal-logo {
    display: block !important;
}

.arrow-icon.active path {
    fill: var(--text-dark) !important;
}

.navbar.scrolled .navbar-nav .nav-link {
    color: var(--text-dark)
}

.navbar .navbar-nav.sm-icons .nav-link svg {
    fill: var(--text-dark)
}

.navbar.scrolled .navbar-nav.sm-icons .nav-link svg {
    fill: var(--text-dark)
}

.navbar .container-fluid {
    padding: 0px 3%;
}

.navbar.scrolled .container-fluid {
    padding: 4px 3%;
    transition: 0.4s;
}

.navbar .navbar-nav .nav-link {
    font-size: 24px;
    font-weight: 500 !important;
    color: var(--black-dark);
    opacity: 1;
    margin: 0 16px;
    cursor: pointer;
    text-transform: capitalize;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--black-dark) !important;
    font-weight: 800;
}

.navbar.scrolled .navbar-nav .nav-link:hover,
.navbar.scrolled .navbar-nav .nav-link.active {
    color: var(--black-dark) !important;
    font-weight: 800;
}

.navbar-brand {
    width: 100%;
    max-width: 30%
}

.navbar-brand img {
    width: 100%;
    max-width: 30%
}

@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.nav-link.active {
    color: var(--black-dark) !important;
    font-weight: 900 !important;
}

.navbar-collapse {
    display: none;
}

.navbar-collapse.show {
    display: block !important;
}

/* .navbar-toggler {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 6px 10px;
    backdrop-filter: invert(1);
}

.scrolled .navbar-toggler {
    backdrop-filter: unset;
    border: 1px solid #4d5053;
} */

.navbar-icons img {
    width: 50px;
    border-radius: 200px;
    margin-left: 20px;
    box-shadow: 0px 0px 6px -1px #1f804e;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* .navbar-toggler {
    display: flex;
    align-items: center;
    border-radius: 200px;
    padding-left: 20px;
}

.navbar-toggler-icon {
    color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M13 18H5c-.6 0-1-.4-1-1s.4-1 1-1h8c.6 0 1 .4 1 1s-.4 1-1 1zM19 13H5c-.6 0-1-.4-1-1s.4-1 1-1h14c.6 0 1 .4 1 1s-.4 1-1 1zM19 8h-8c-.6 0-1-.4-1-1s.4-1 1-1h8c.6 0 1 .4 1 1s-.4 1-1 1z'/%3E%3C/svg%3E");
}

.scrolled .navbar-toggler-icon {
    color: rgb(0, 0, 0);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13 18H5c-.6 0-1-.4-1-1s.4-1 1-1h8c.6 0 1 .4 1 1s-.4 1-1 1zM19 13H5c-.6 0-1-.4-1-1s.4-1 1-1h14c.6 0 1 .4 1 1s-.4 1-1 1zM19 8h-8c-.6 0-1-.4-1-1s.4-1 1-1h8c.6 0 1 .4 1 1s-.4 1-1 1z'/%3E%3C/svg%3E");
} */




.banner-info {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none;
}

.banner-details span.sub-title {
    text-transform: uppercase;
    color: var(--white);
    font-size: 26px;
    letter-spacing: 0.7px;
    border: 1px solid var(--white);
    border-radius: 70px;
    padding: 7px 31px;
    margin-bottom: 30px;
    display: inline-block;
}

.banner-details h1 {
    color: var(--white);
    font-size: 7vw;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 700;
}

.banner-img {
    position: relative;
}

.banner-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #171717c4;
    display: none;
}

.ityped {
    text-transform: uppercase;
    color: var(--white);
    font-size: 6vw;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 700;
}

.tool-content {
    position: relative;
    padding: 30px;
    border: 1px solid var(--border-color);
    border-top: 0;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    height: -webkit-min-content;
    height: min-content;
}

.tool-content .tool-item {
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: center;
}

.tool-content .tool-item .box-img {
    padding: 20px;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.09);
    border: 1px solid var(--border-color);
}

.tool-content .tool-item .box-img img {
    width: 75px;
}

.dsn-skills-item {
    position: relative;
    width: 100%;
}

.tool-content .tool-item .dsn-skills-item {
    width: 90%;
}

.dsn-skills-item .bar-progress {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: var(--four-color);
}

.background-section {
    background-color: var(--four-color);
}

.dsn-skills-item .bar-progress .fill {
    position: absolute;
    width: 0;
    height: 100%;
}

.dsn-skills-item .bar-progress .fill.background-heading {
    background-color: var(--white);
}

.about-section {
    position: relative;
    padding-top: 180px;
}

.about-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
    background-image: url(../images/about/bg.webp);
}

@media screen and (min-width:1440px) {
    .about-section .container-fluid {
        padding: 0 9%;
    }
}

.about-titles {
    text-align: center;
    margin-bottom: 35px;
}

.about-titles h3 {
    font-size: 4vw;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}

.about-section .about-titles h3 {
    font-size: 5vw;
    font-weight: 900;
    text-transform: unset;
    text-align: left;
    margin: 0;
    line-height: 1.1;
}


.about-titles span {
    display: inline-block;
    text-transform: uppercase;
    font-style: italic;
    border-radius: 60px;
    border: 1px solid var(--primary-color);
    padding: 8px 20px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1.7px;
    color: var(--primary-color);
    display: none;
}

.line .one {
    display: block;
}

.about-info {
    background-image: url(../images/about/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    padding: 50px 70px;
    text-align: center;
}

.about-contents {
    margin-bottom: 40px;
}

.about-contents-info p {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    text-align: justify;
}

.about-contents span {
    color: var(--white);
    text-transform: uppercase;
    font-style: italic;
    font-size: 26px;
    display: block;
}

.about-contents .core-values span {
    text-transform: capitalize;
    font-weight: 400;
    font-style: normal;
    color: #111111;
    font-size: 20px;
}

.about-contents h4 {
    font-size: 3vw;
    color: var(--white);
    margin: 25px 0 15px;
}

.about-contents p {
    text-align: center;
    color: var(--white);
    width: 100%;
    max-width: 60%;
    margin: auto;
    font-weight: 500;
}

.about-parts {
    margin: 20px 0;
    border-radius: 36px;
    border: 1px solid #656565;
    overflow: hidden;
}

.about-parts .parts-line {
    background: #ffffff29;
    backdrop-filter: blur(15px);
    padding: 10px;
    border-radius: 35px 35px 0 0;
}

.about-points {}

.about-parts p {
    letter-spacing: 1.7px;
    margin: 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.skills-inner .number {
    font-size: 16px;
    color: var(--white);
    margin-top: 7px;
    display: block;
    text-align: left;
}

.skills-inner p {
    font-size: 16px;
    margin: 0;
    text-align: left;
    line-height: 1.3;
    margin-top: 12px;
    text-transform: capitalize;
    letter-spacing: 0;
    color: var(--secondary-color);
}

.customize {
    position: relative;
}

.customize__heading {
    padding: 116rem 24rem 32rem;
}

@media only screen and (min-width: 600px) {
    .customize__heading {
        padding: 137rem 64rem 72rem;
    }
}

.customize__body {
    position: relative;
}

.customize__fixed {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customize__inner {
    pointer-events: none;
    position: relative;
    width: calc(100% - 48rem);
    height: calc(100vh - 128rem);
}

@media only screen and (min-width: 600px) {
    .customize__inner {
        width: calc(100% - 338rem);
        height: calc(100vh - 128rem);
    }
}

.customize__fitting {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.customize__transition {
    pointer-events: none;
    height: 100vh;
    padding: 64rem 24rem;
}

@media only screen and (min-width: 600px) {
    .customize__transition {
        padding: 64rem 169rem;
    }
}

.customize__subdivide {
    padding: 8rem 24rem 0;
}

@media only screen and (min-width: 600px) {
    .customize__subdivide {
        padding: 32rem 169rem;
    }
}

.fitting {
    position: relative;
    width: 100%;
    height: 100%;
}

.fitting__list {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fitting__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fitting__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.fitting__item:nth-child(1) {
    z-index: 4;
}

.fitting__item:nth-child(2) {
    z-index: 3;
}

.fitting__item:nth-child(3) {
    z-index: 2;
}

.fitting__item:nth-child(4) {
    z-index: 1;
}

.fitting__param {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 256rem;
    transform: translateY(100%);
    transition: opacity 0.1s linear;
}

@media only screen and (min-width: 600px) {
    .fitting__param {
        width: 358rem;
    }
}

@media only screen and (min-width: 600px) and (orientation: portrait) {
    .fitting__param {
        width: 60%;
    }
}

.fitting__line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background-color: #fff;
}

.fitting__name {
    position: absolute;
    top: 13rem;
    left: 0;
    width: 100%;
    font-family: "SK Goldilocks";
    font-style: normal;
    font-weight: normal;
    font-size: 22rem;
    line-height: 90%;
    letter-spacing: -0.01em;
    font-feature-settings: "salt" on;
    color: #fff;
}

@media only screen and (min-width: 600px) {
    .fitting__name {
        font-size: 42rem;
    }
}

@media only screen and (min-width: 600px) and (orientation: portrait) {
    .fitting__name {
        font-size: 62rem;
    }
}

.fitting__progress {
    position: absolute;
    top: min(13rem, 13px);
    right: 0;
    transform: rotateZ(-90deg) translate(0, -11rem);
    transform-origin: 100% 0%;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: min(13rem, 13px);
    line-height: 1;
    letter-spacing: 0.06em;
    color: #fff;
}

.fitting__param.off {
    opacity: 0;
}








.why-us-sticky {
    position: sticky;
    top: 150px;
    z-index: 2;
    position: sticky;
    position: -webkit-sticky;
}


.why-us-item {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.why-us-img img {
    width: 100%;
    height: auto;
    display: block;
}


.sticky-col {
    position: sticky;
    top: 200px;
    height: 100vh;
    overflow-y: auto;
    background: #f8f9fa;
    padding: 20px;
}

.scrolling-col {
    height: 200vh;
    background: #e9ecef;
    padding: 20px;
}

.why-choose {
    padding: 80px 0;
    position: relative;
}
.why-choose .sub-text-show {
    top: -1%;
}
.lets-talk .sub-text-show {
    top: 5%;
}

.services-contents-item {
    margin-top: 0px;
}

.services-contents-item h6,
.why-us-info h3 {
    font-size: 4vw;
    line-height: 1.2;
}

.why-us-info h3 {
    margin-bottom: 30px;
}

.services-contents-item p {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}

.why-us-info p {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}

.why-us-list ul li p {
    font-size: 22px;
    padding: 16px 0 16px;
    border-bottom: 1px dashed var(--four-color);
    line-height: 1.5;
}

.why-us-list ul li p {
    font-size: 22px;
    padding: 18px 0 22px;
    border-bottom: 1px dashed var(--four-color);
    line-height: 1.5;
}


.dsn-btn-shape {
    margin-top: 40px;
}

.dsn-btn-shape .button {
    position: relative;
    text-align: center;
    color: var(--black-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 40px;
    height: auto;
    line-height: 1;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--white);
}

.dsn-btn-shape.dark .button {
    color: var(--white);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.dsn-btn .title-btn {
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.dsn-btn.dark .title-btn {
    font-size: 21px;
}

.dsn-btn .title-btn[data-animate-text] {
    overflow: hidden;
    color: var(--black-dark);
}

.dsn-btn.dark .title-btn[data-animate-text] {
    overflow: hidden;
    color: var(--white);
}

.dsn-btn .title-btn[data-animate-text]>span,
.dsn-btn .title-btn[data-animate-text]:before {
    transition: 0.8s cubic-bezier(0.65, 0, 0.076, 1);
    transform-origin: 0 center;
}

.dsn-btn-shape .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
    transition-duration: 0.9s;
}

.dsn-btn-shape.dark .icon {
    background-color: var(--white);
    border: 1px solid var(--primary-color);
}

.dsn-btn-shape .icon svg {
    fill: var(--transition);
    width: 12px;
    height: 12px;
}

.dsn-btn-shape.dark .icon svg {
    fill: var(--primary-color);
    width: 12px;
    height: 12px;
}

.dsn-btn-shape:hover .icon {
    transform: translateX(-2.15rem) rotate(45deg);
}

.dsn-btn .title-btn[data-animate-text]:before {
    position: absolute;
    content: attr(data-animate-text);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: rotateZ(7deg);
    opacity: 0;
}

.dsn-btn:hover .title-btn[data-animate-text]>span {
    transform: rotateZ(-7deg);
    opacity: 0;
}

.dsn-btn:hover .title-btn[data-animate-text]:before {
    transform: none;
    opacity: 1;
}

.footer-personal {
    border-radius: 100px;
    padding: 30px;
    background-color: #f3f3f3;
}

@media only screen and (min-width: 768px) {
    .grid-md-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.d-grid:not(.dsn-isotope):not(.d-grid-no-space) {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.dsn-btn .title-btn,
.dsn-btn .dsn-icon {
    z-index: 2;
}

.footer-personal .links ul li {
    color: var(--white);
    font-size: 14px;
}

.footer-personal .links ul li a {
    font-weight: 700;
    font-size: 16px;
}

.main-brand img,
.dsnload__img img {
    width: 110px;
    max-width: 100%;
    height: auto;
}

.footer-personal .links ul li:not(:first-of-type) {
    margin-left: 20px;
}

.main-brand .logo-light {
    display: none;
}

.footer-personal .copyright {
    font-size: 14px;
    text-align: right;
}

.pt-section {
    background-color: var(--white);
    border-top: 1px solid var(--primary-color);
    background-color: var(--head-dark);
}

.tob-box {
    padding-bottom: 80px;
}

.tob-box .title {
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 15px;
}

.tob-box p {
    color: var(--white);
    line-height: 1.4;
    font-weight: 500;
    margin: 0;
}

.info-item h6 {
    color: var(--white);
    margin-bottom: 10px;
    font-size: 27px;
    text-transform: capitalize;
}

.info-item a {
    margin-bottom: 20px;
    color: var(--white);
    font-size: 18px;
line-height:1.4;
}

.bottom-box {
    margin-top: 60px;
    margin-bottom: 80px;
}



.border-bottom {
    border-bottom: 1px solid var(--border-color);
}

.copyright p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.products-name-title h3,
.producdts-details-show h4 {
    position: relative;
    border-bottom: 3px solid #c4313c;
    display: inline-block;
}

.products-name-title h3::after,
.producdts-details-show h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 30%;
    background-color: var(--four-color);
    height: 3px;
}

.products-name-title h3::before,
.producdts-details-show h4::before {
    content: "";
    position: absolute;
    left: -4px;
    bottom: -8px;
    width: 13px;
    background-color: var(--four-color);
    height: 13px;
    border-radius: 50px;
}

.producdts-details-show h4::before {
    width: 10px;
    height: 10px;
    bottom: -6px;
    left: 0px;
}

.producdts-details-show p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.products-inner-products {
    padding: 10px;
    border: 1px dashed #c4313c3b;
    border-radius: 10px;
    background: #C4313C;
    background: linear-gradient(0deg, rgba(196, 49, 60, 0.07) 0%, rgba(31, 128, 78, 0.07) 100%);
    margin-bottom: 22px;
    height: 100%;
    position: relative;
}

.products-inner-products img {
    border-radius: 10px;
}

.producdts-details-show {
    margin: 14px 0;
    position: relative;
}

.producdts-details-show h4 {
    font-size: 26px;
    margin-bottom: 15px;
    padding-bottom: 6px;
}

.details-wrapper {
    margin-bottom: 40px;
}

table tr td,
table tr th {
    padding: 15px 10px !important;
    font-size: 17px;
}












.years-boxs-items {
    display: flex;
    width: 3200px;
    overflow: hidden;
}

.years-item {
    margin-bottom: 40px;
}

.years-item-box {
    width: 100%;
    max-width: 330px;
    height: 200px;
    position: relative;
    border-radius: 20px;
    margin: 15px;
    box-shadow: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: -1px 0px 13px #b6b6b6;
}

.years-box-img {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.years-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    padding: 15px;
}

.years-info-items {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgb(0 0 0 / 76%);
    padding: 20px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    border-radius: 20px;
    width: 100%;
    max-width: 30%;
}

.years-info-details h2 {
    font-size: 65px;
    color: #fff;
    margin-bottom: 2px;
    line-height: 1.3;
}

.years-info-details p {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    margin-bottom: 0;
    text-align: end;
    font-weight: 500;
    line-height: 1.5;
    margin-top: -18px;
}

.details-item img {
    border-radius: 20px;
}






#page_wrapper {
    position: relative;
    z-index: 1;
}

.flexibly-hover {
    display: flex;
}

.gap-0 {
    gap: 0px;
}

.p-relative {
    position: relative;
}

.flexibly-hover .grid-item {
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
}

.flexibly-hover .grid-item,
.flexibly-hover .grid-item * {
    transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.work-hover-1 .dsn-item-post .box-image-bg {
    height: 80vh;
}

/* .work-hover-1 .dsn-item-post .content {
  background-color: #10804B;
} */

[data-overlay]:before,
[data-dsn-overlay]:before {
    content: "";
    position: absolute;
    background-color: #00000082;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    mix-blend-mode: unset;
    border-radius: inherit;
}

[data-overlay="7"]:before,
[data-dsn-overlay="7"]:before {
    opacity: 0.7;
}

.cover-bg-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.cover-bg-img:not([height]) {
    height: 100%;
}

.z-index-1 {
    z-index: 1;
}

.cat {
    padding: 0 15px 10px;
    border-bottom-left-radius: 15px;
}

.cat.p-0 {
    padding: 0;
}

.cat span {
    padding: 7px 10px;
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
    background-color: var(--primary-color);
}

.cat span:not(:last-of-type) {
    margin-right: 8px;
}

.heading-color {
    color: var(--white);
}

.word-wrap {
    word-break: break-word;
}

.d-inline-block {
    display: inline-block;
}



.p-absolute {
    position: absolute;
}

.p-20 {
    padding: 20px;
}

.left-0 {
    left: 0;
}

.bottom-0 {
    bottom: 0;
}

.title-block {
    letter-spacing: 2px;
    font-size: 24px;
    color: var(--white);
    margin: 0;
}

.title-block a {
    color: var(--white);
}

.mt-15 {
    margin-top: 15px;
}

.dsn-btn-shape {
    position: relative;
    width: -webkit-max-content;
    width: max-content;
    filter: url(#buttonFilter);
    transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.content .dsn-btn-shape {
    margin: 0;
    background-color: transparent;
}

.background-section,
.background-section .background-inner {
    background-color: var(--black-dark);
}

.flexibly-hover .grid-item:hover {
    flex-grow: var(--flex-grow, 2.5);
}

.flexibly-hover .grid-item:hover .content {
    transform: scaleX(1);
    opacity: 1;
}

.make-in-india {
    position: absolute;
    bottom: 7%;
    left: 2%;
    width: 100%;
    max-width: 13%;
}


.arrow {
    transform: rotate(270deg);
    cursor: pointer;
    height: 10%;
    width: 10%;
    margin-left: 4%;
}

.arrow span {
    display: block;
    width: 1vw;
    height: 1vw;
    border-bottom: 3px solid #c4313c;
    border-right: 3px solid #c4313c;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}












ul.breadcrumb {
    margin-left: 50px;
    /* display: inline-block; */
    list-style: none;
}

ul.breadcrumb li {
    float: right;
    padding: 5px;
    background-color: #fff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    margin-left: -50px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 3px;
}

ul.breadcrumb li a {
    overflow: hidden;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
    height: 50px;
    color: var(--four-color);
    background-color: var(--four-color);
    text-align: center;
    min-width: 50px;
    display: block;
    line-height: 50px;
    padding-left: 52px;
    padding-right: 33.33333px;
    width: 50px;
    position: relative;
}

ul.breadcrumb li a .icon {
    display: inline-block;

}

ul.breadcrumb li a .icon svg {
    position: absolute;
    top: 11px;
    left: 9px;
    width: 25px;
    height: 25px;
}

ul.breadcrumb li a .text {
    display: none;
    opacity: 0;
    font-weight: 600;
    letter-spacing: 0.7px;
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
}

ul.breadcrumb li a:hover {
    width: 100%;
    background-color: var(--primary-color);
    min-width: 320px;
}

ul.breadcrumb li a:hover .text {
    display: inline-block;
    opacity: 1;
}

ul.breadcrumb li:last-child a {
    padding: 0;
}

ul.breadcrumb li:last-child a .icon svg {
    top: 12px;
    left: 13px;
}

ul.breadcrumb li:last-child:hover {
    padding: 3px;
    margin-top: 0;
}

ul.breadcrumb li:last-child:hover a {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

ul.breadcrumb li:last-child:hover a .icon svg {
    top: 18px;
    left: 13px;
}

.inner-content {
    position: absolute;
    top: auto;
    bottom: 18%;
    color: #fff;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    left: 0;
    right: 0;
}

.inner-title h3 {
    text-align: left;
    font-size: calc(3.5vw + 15px);
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 4px 4px rgb(0 0 0 / .25);
    text-transform: capitalize;
    color: #fff;
    text-align: left;
}

.second-products-details .inner-title h3 {
    font-size: calc(2.4vw + 15px);
}

.inner-items {
    position: relative;
}

@media screen and (min-width:1440px) {
    .inner-about-us-section .container-fluid {
        padding: 0 6%;
    }
}

.about-title span {
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    color: var(--four-color);
    font-weight: 600;
}

.about-title h2,
.about-second-content h5 {
    font-size: 44px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
    color: #191919;
}

.about-second-content h5 {
    font-size: 40px;
}

.about-second-content p {
    font-size: 20px;
    text-align: justify;
    width: 100%;
    max-width: 100%;
    color: var(--black-dark);
}

.about-inner-img {
    max-height: 450px;
    overflow: hidden;
    border-radius: 20px;
}

.about-list h5 {
    font-weight: 700;
    color: #0e0e0e;
    font-size: 22px;
    margin-top: 32px;
    text-transform: capitalize;
}

.about-list ul li {
    border-bottom: 1px dashed #757575;
    padding: 15px 0;
    margin-bottom: 5px;
}

.about-list ul li p {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    color: var(--black-dark);
    text-align: left;
    font-size: 20px;
}

.about-list ul li p b {
    color: #000;
}

section.how-work-section {
    background: #f5f5f5;
    background-image: url(../images/about/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 90px 0 180px;
    position: relative;
}

section.how-work-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    z-index: 0;
}

.how-wrks {
    z-index: 9;
    position: relative;
}

.how-work-section p {
    font-size: 20px;
    color: #fff;
}

.how-work-info ul li {
    border-bottom: 2px dotted #e5e5e5;
    padding: 15px 0;
    margin-bottom: 17px;
    background: #ffffff29;
    border-radius: 20px;
    padding: 20px;
    backdrop-filter: blur(7px);
}

.how-work-info ul li p {
    margin: 0;
    letter-spacing: 0.7px;
}

@media screen and (min-width:1440px) {
    .tc-process-style2 .container-fluid {
        padding: 0 6%;
    }
}


.products-wrapper {
    padding: 0 1%;
}

.project-three__item {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #1f804e;
    margin-bottom: 30px;
}

.project-three__item .project-three__content {
    width: 50%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    padding: 30px 30px;
    position: relative;
    z-index: 1;
}

.project-three__item .project-three__content .shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.project-three__item .project-three__content .icon svg {
    transition: 0.7s;
    display: none;
}

.project-three__item .project-three__content .icon img {
    transition: 0.7s;
    width: 60px;
    opacity: 0.8;
}

.project-three__item .project-three__content .content {
    transition: all 0.4s ease-in-out;
    transform: translateY(60%);

}

body[data-page="index.php"] .project-three__item .project-three__content .content,
body[data-page="products.php"] .project-three__item .project-three__content .content {
    transition: all 0.4s ease-in-out;
    transform: translateY(0%);

}

.project-three__item .project-three__content h4 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 0;
    line-height: 1.56;
}

.project-three__item .project-three__content h4:first-child {
    display: none;
}

.project-three__item .project-three__content h4 a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.project-three__item .project-three__content p {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}

.project-three__item .project-three__content .content p {
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

body[data-page="index.php"] .project-three__item .project-three__content .content p,
body[data-page="products.php"] .project-three__item .project-three__content .content p {
    transition: all 0.4s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.project-three__item .project-three__content .arry-btn {
    font-size: 40px;
    color: #fff;
}

.project-three__item:hover .project-three__content .shape {
    opacity: 1;
    visibility: visible;
}

.project-three__item:hover .project-three__content .icon svg {
    transform: rotateY(360deg);
}

.project-three__item:hover .project-three__content .content {
    transform: translateY(0);
}

.project-three__item:hover .project-three__content .content p {
    opacity: 1;
    visibility: visible;
}

.project-three__item .project-three__content .arry-btn:hover {
    transform: rotate(45deg);
}

.project-three__item .image {
    overflow: hidden;
    width: 50%;
    height: 100%;
    /* transform: scale(1.3); */
}

.project-three__item .image img {
    transition: all 0.4s ease-in-out;
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-three__item:hover .image img {
    transform: scale(1.1);
    filter: unset;
}


.marquee-section {
    margin-top: -10%;
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.how-work-section {
    overflow: hidden;
}

.how-work-section .marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    z-index: 2;
    position: absolute;
    left: 12px;
    bottom: -9%;
    right: 0;
}

.how-work-section .marquee span {
    -webkit-text-stroke: 2px #ffffff;
    padding: 0;
}

.marquee {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.marquee span {
    text-transform: uppercase;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;
    -webkit-animation: marquee 24s linear infinite;
    animation: marquee 24s linear infinite;
    font-weight: 900;
    font-size: 200px;
    color: transparent;
    line-height: 1;
    margin-right: 100px;
    -webkit-text-stroke: 2px #000000;
    letter-spacing: 0.8px;
    padding: 0px 0 20px;
}

.details-title h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 8px;
}

.details-wrapper p {
    font-size: 18px;
    font-weight: 400;
    color: #5f5f5f;
    margin: 0;
    text-align: justify;
}

.details-application-show {
    padding: 6px;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    height: 100%;
}

.details-application-show img {
    border-radius: 10px;
    overflow: hidden;
}

.details-application-show p {
    text-align: justify !important;
    line-height: 1.4;
    font-size: 16px;
    margin-top: 8px;
}

.details-list {
    margin-top: 10px;
}

.details-list ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.details-list ul li span {
    margin-right: 10px;
    margin-top: 6px;
}

.details-list ul li p {
    margin: 0;
    font-size: 19px;
}

.fx5 .item {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 26px;
}

.fx5 .item img {
    padding: 0 !important;
    display: block;
    max-width: 100%;
    height: auto;
}

.fx5 a:hover .item img,
.fx5 a:focus .item img {
    opacity: 0.8;
}

.fx5 .application-info {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.fx5 h4,
.fx5 p {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.fx5 a .item .application-info {
    color: #fff;
    border-radius: 5px;
    background-color: var(--primary-color);
    padding: 10px 20px;
    position: absolute;
    bottom: 4%;
    left: 4%;
    line-height: 1.4;
    right: 4%;
    opacity: 1;
    display: block;
    margin: 0;
}

.fx5 a .item h4 {
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: .5px;
    border-radius: 5px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    padding-bottom: 8px;
}

.fx5 a:hover .item .application-info {
    opacity: 1;
    left: 4%;
}

.fx5 a:hover .item .application-info p {
    -webkit-line-clamp: unset;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.fx5 a .item .application-info p {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    transform: translateY(100px);
    opacity: 0;
    display: none;
}

.fx5 a:hover .item .application-info p,
.fx5 a:focus .item .application-info p {
    opacity: 1;
    display: block;
    transform: translateY(0px);
    -webkit-line-clamp: unset;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.address-item {
    background: var(--four-color);
    padding: 25px 40px;
    border-radius: 0 20px 20px 0;
    box-shadow: 1px 4px 10px #636363;
}

.main-address-box {
    border-right: 1px solid #fff;
    padding: 0 50px 0 0;
    height: 100%;
}

.address-title {
    margin: 0 0 20px 0;
}

.address-title h5 {
    margin: 0;
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
}

.inner-address-item {
    display: flex;
    align-items: baseline;
}

.address-icon {
    margin-right: 12px;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 50px;
}

.address-icon svg {
    font-size: 15px;
}

.inner-address-content a {
    color: #fff;
    line-height: 1.45;
    font-size: 18px;
    letter-spacing: 0.7px;
    display: block;

}

@media screen and (min-width:1440px) {
    .address-section {
        padding-top: 0;
        margin-top: -4%;
    }
}

.contact-form {
    border: 1px solid rgb(208, 208, 208);
    padding: 30px;
    border-radius: 15px;
}

.contact-title h4 {
    font-size: 34px;
    margin-bottom: 28px;
}

.form-group.has-feedback {
    position: relative;
    margin-bottom: 20px;
}

#contact-us-form .form-group input:not([type="submit"]),
#contact-us-form .form-group textarea {
    border-radius: 6px;
    padding: 10px;
    font-size: 17px;
    background: #1f804e05;
}

.why-us-points-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.why-us-points-box img {
    border-radius: 20px;
}

.why-us-info-inner {
    position: absolute;
    bottom: 0;
    left: 15px;
    margin: 20px;
    right: 15px;
    padding: 20px;
    border-radius: 20px;
    background-color: #0000003e;
    backdrop-filter: blur(18px);
}

.why-us-content {
    align-items: center;
    justify-content: space-between;
}

.counter-why-us h3 {
    margin: 0;
    color: var(--white);
    font-size: 45px;
}

.why-us-info-inner p {
    color: var(--white);
    text-transform: capitalize;
}

.counter-icons {
    background-color: #fff;
    border-radius: 50%;
    padding: 12px;
}

.counter-icons svg {
    width: 30px;
    height: 30px;
}

.products-details-types {
    padding: 10px;
    border: 1px dashed#ededed;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 100%;
}

.products-details-types .row {
    align-items: center;
}

.ring-type-info h6 {
    margin-bottom: 5px;
    font-size: 24px;
}

.ring-type-info p {
    line-height: 1.44;
    font-size: 16px;
    letter-spacing: 0.2px;
}













.form-group.has-feedback {
    margin-bottom: 18px;
    position: relative
}

.modal-logo img {
    width: 100%;
    max-width: 50%;
    margin: auto;
    margin-bottom: 0px
}

.modal-call {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap
}

.modal-content {
    border-radius: 50px;
    overflow: hidden
}

.modal-call a,
.modal-call .prev-digit {
    color: #1d242b;
    font-size: 19px;
    font-weight: 500;
    width: 100%;
    align-items: start;
    margin-bottom: 12px
}

.modal-body .has-feedback {
    margin-bottom: 12px;
    position: relative
}

.modal-body .form-control {
    border: 0;
    background-color: #fff0;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 17px;
    color: var(--black-dark) !important;
    box-shadow: none;
    font-weight: 400
}

.modal-header {
    background-color: var(--primary-color);
    color: var(--white);
    text-align: center
}

.modal-header h5 {
    color: var(--white);
    font-size: 24px;
    width: 100%;
    letter-spacing: .4px;
    font-weight: 500
}

.modal-header .btn-close {
    margin: 0;
    filter: invert(1)
}

.modal-logo {
    padding: 10px 0px 10px
}

.modal-body {
    padding: 0
}

.modal-footer input {
    font-size: 17px !important;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
    transition: 0.3s;
    border-radius: 10px;
    padding: 8px 22px;
    font-size: 20px;
    text-transform: uppercase;
    text-transform: capitalize;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    margin-top: 20px;
}

.modal-footer .btn:hover input {
    color: var(--white)
}

label.error {
    position: absolute;
    bottom: -14px;
    color: red !important;
    font-weight: 400;
    font-size: 12px !important;
    text-transform: capitalize
}

.footer-whatsapp-left {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 20px 100px 0;
    z-index: 999999
}

.footer-whatsapp-left a {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-call-right {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 20px 180px 0;
    z-index: 999999
}

.footer-call-right a {
    display: flex;
    align-items: center;
    justify-content: center
}

.vibrate-3 {
    -webkit-animation: vibrate-3 1s linear infinite both;
    animation: vibrate-3 1s linear infinite both
}

@-webkit-keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.mobile-footer-social-icon-main {
    display: none
}

.feature-product-content {
    padding: 5px 16px
}

@media screen and(max-width:991px) {
    .footer-whatsapp-call {
        display: none
    }

    .mobile-footer-social-icon-main {
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 999
    }

    .mobile-footer-social-icon {
        width: 33%;
        display: inline-block;
        text-align: center
    }

    .book-app {
        width: 100%;
        padding: 1%;
        float: left;
        line-height: 40px;
        text-align: center;
    }

    .book-app a {
        font-size: 15px
    }

    .footer-box-two {
        display: flex !important;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #0f4da2;
        color: var(--white);
        text-align: center;
        z-index: 9;
        display: grid;
        grid-template-columns: 1fr 1fr
    }
}

@media screen and(max-width:768px) {
    .mobile-footer-social-icon {
        width: 32.5%;
        display: inline-block;
        text-align: center
    }

    .mobile-footer-social-icon a {
        font-size: 15px;
        font-weight: 400
    }
}




/* Hide scroll when loader is visible */
body.loading {
    overflow: hidden;
}

/* Loader overlay */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    /* background color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Loader animation */
.spinner {
    width: 260px;
    height: 260px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Hide loader by default (after JS removes class) */
#loader.hidden {
    display: none;
}



.creative-section {
    position: relative;
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    color: #fff;
    padding: 80px 0;
    overflow: hidden;
}

/* Decorative Shapes */
.creative-section::before,
.creative-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
}

.creative-section::before {
    width: 300px;
    height: 300px;
    background: #fff;
    top: -100px;
    left: -100px;
}

.creative-section::after {
    width: 200px;
    height: 200px;
    background: #000;
    bottom: -80px;
    right: -80px;
}

.creative-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.creative-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}

.icon-box {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    color: #4facfe;
    transition: background 0.3s ease, color 0.3s ease;
}

.creative-card:hover .icon-box {
    background: #4facfe;
    color: #fff;
}


.productDetails-Slider .swiper-button-next:after, .productDetails-Slider .swiper-button-prev:after {
    color: #fff;
}




.wptb-album-one {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 160px
}

.wptb-album-one .swiper-gallery-two .swiper-wrapper {
    padding-top: 50px;
    padding-bottom: 100px
}

.wptb-album-one .swiper-gallery-two .swiper-slide.swiper-slide {
    overflow: hidden;
    box-shadow: 0 25px 60px 15px rgb(0 0 0 / .35);
    border-radius: 20px
}

.wptb-album-one .swiper-gallery-two .swiper-slide .grid-item {
    height: 500px;
}
.wptb-album-one .swiper-gallery-two .swiper-slide.swiper-slide-active .grid-item {
    border-radius: 20px;
    box-shadow: 0 25px 60px 15px rgb(0 0 0 / .35);
}

.swiper-slide .grid-item .wptb-item--inner {
    border-radius: 20px;
    overflow: hidden
}

.swiper-container {
    position: relative;
    overflow: hidden
}



.swiper-slide .grid-item .wptb-item--holder {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 40px;
    margin-top: 0;
    text-align: left;
    background: #00000091;
    transition: all 1.5s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.swiper-slide.swiper-slide-active .grid-item .wptb-item--holder {
    bottom: 0%;
    opacity: 1;
    visibility: visible
}

.swiper-slide .grid-item .wptb-item--meta h4 {
    transform: translateY(10px);
    transition: all 1.5s ease-in-out;
    transition-delay: 0.3s;
    opacity: 0;
    transition: all 1.5s ease-in-out;
    transition-delay: 0.3s
}

.swiper-slide .grid-item .wptb-item--meta h4 a {
    color: #fff;
    font-size: 35px
}

.swiper-slide.swiper-slide-active .grid-item .wptb-item--meta h4 {
    transform: translateY(0);
    opacity: 1
}

.swiper-slide .grid-item .wptb-item--meta p {
    text-transform: capitalize;
    letter-spacing: 1px;
    transform: translateY(10px);
    transition: all 2s ease-in-out;
    transition-delay: 0.8s;
    opacity: 0
}

.swiper-slide.swiper-slide-active .grid-item .wptb-item--meta p {
    transform: translateY(0);
    opacity: 1
}

.swiper-slide .wptb-item--link {
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 1;
    width: 54px;
    height: 54px;
    font-size: 24px;
    color: #b90808;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-10px);
    transition: all 2s ease-in-out;
    opacity: 0
}

.swiper-slide.swiper-slide-active .grid-item .wptb-item--link {
    transform: translateX(0);
    opacity: 1
}

.swiper-gallery-two .wptb-swiper-navigation.style2 {
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 52%;
    position: absolute;
    top: 45%;
}
.swiper-gallery-two .wptb-swiper-navigation.style2 .swiper-button-prev {
   left: 0;
}
.swiper-gallery-two .wptb-swiper-navigation.style2 .swiper-button-next {
  right: 0;
}

.grid-item .wptb-item--meta p {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0
}
.swiper-button-next:after, .swiper-button-prev:after {
   display: none;
}


.sub-text-show {
    content: attr(data-content);
    font-size: 200px;
    font-weight: 700;
    color: rgb(255 255 255 / 0%);
    line-height: 1;
    position: absolute;
    z-index: -1;
    font-family: "Roboto Condensed", sans-serif;
    opacity: 0.1;
    left: 0;
    top: 0%;
    -webkit-text-stroke: 2px rgb(0 0 0 / 52%);
    right: 0;
    text-align: start;
    text-transform: capitalize;
    z-index: 3;
}
.services-types-set img{border-radius: 20px;}
.hover-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  pointer-events: none; /* disables clicking on controls */
}



.sub-send-inquiry-form {
    position: fixed;
    left: -100px;
    top: 40%;
    height: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    bottom: auto;
}

.sub-send-btn {
  background-color: var(--primary-color);
  border-radius: 0 0px 30px 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  transform: rotate(-90deg);
  color: var(--white);
}

.icon {
  display: flex;  
  align-items: center;
}
.sub-send-btn a {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 10px;
}

label.error {
  color: red !important;
  font-weight: 400;
  font-size: 13px !important;
  text-transform: capitalize;
}

.mobile-footer-social-icon-main {
  display: none;
}

@media screen and (max-width: 991px) {
  .footer-whatsapp-call {
    display: none;
  }

  .mobile-footer-social-icon-main {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
  }

  .mobile-footer-social-icon {
    text-align: center;
  }



  .footer-box-two {
    display: flex !important;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0f4da2;
    color: var(--white);
    text-align: center;
    z-index: 9;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  
    .sub-send-inquiry-form,
    .sub-send-inquiry-form-2,
    .footer-whatsapp-call {
        display: none
    }

    .inquiry-now,
    .footer-whatup-icons {
        display: none
    }

    .footer-box {
        display: flex !important;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: var(--primary-color);
        color: #fff;
        text-align: center;
        z-index: 999999;
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .book-app {
        width: 100%;
        padding: 1%;
        float: left;
        line-height: 20px;
        text-align: center;
    }

    .book-app a {
        font-size: 15px
    }
}

@media screen and (max-width: 768px) {
  .mobile-footer-social-icon {
    width: 100%;
    display: block;
    text-align: center;
  }

  .mobile-footer-social-icon a {
    font-size: 15px;
    font-weight: 400;
  }

}


.footer-whatup-icons {
    position: fixed;
    bottom: 9%;
    right: 1.8%;
    z-index: 9
}

.footer-whatup-icons .footer-whatsup a {
    position: relative
}

.footer-whatup-icons .footer-whatsup a::after {
    content: "";
    position: absolute;
    top: -16px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: green;
    z-index: -1;
    box-shadow: 0 0 1px 1px #43ac4f;
    animation: pulse-animation 2s infinite
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgb(67 172 79 / .5)
    }

    100% {
        box-shadow: 0 0 0 20px #fff0
    }
}
