@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

:root {
    --color-d72832: #d72832;
    --color-ecede9: #ecede9;
    --color-000000: #000000;
    --color-a9abae: #a9abae;
    --color-282828: #282828;
    --color-5f5f5f: #5f5f5f;
    --color-ffffff: #fff;
    --font-family-Sora: "Sora", sans-serif;
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-19: 19px;
    --font-size-20: 20px;
    --font-size-22: 22px;
    --font-size-25: 25px;
    --font-size-27: 27px;
    --font-size-30: 30px;
    --font-size-33: 33px;
    --font-size-35: 35px;
    --font-size-42: 42px;
    --font-size-50: 50px;
    --font-size-59: 59px;
    --font-size-81: 81px;
    --font-size-92: 92px;
    --font-weight-Thin: 100;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --font-weight-normal: normal;
}


body {
    font-family: var(--font-family-Sora);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    outline: 0;
}

.mobile,
.feature-mobile {
    display: none !important;
}

html {
    scroll-behavior: smooth;
    scrollbar-color: var(--color-d2a800) #282828;
}

.container {
    max-width: 100%;
    padding: 0 7.5%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

a,
.btn,
button {
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
    color: var(--color-ecede9);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

h4,
h2,
h3,
h4,
h5,
h6 {
    text-transform: normal;
    margin-bottom: 15px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
    font-size: var(--font-size-16);
}

button,
input,
optgroup,
select,
textarea {
    font-family: var(--font-family-Sora)
}

header,
footer,
section {
    width: 100%;
    float: left;
}

.text-gold {
    color: var(--color-ecede9) !important;
}

p {
    font-size: var(--font-size-16);
    font-family: var(--font-family-Sora);
    font-weight: var(--font-weight-Regular);
    color: var(--color-000000);
}

.medium {
    font-size: var(--font-size-19);

}

.sub-title {
    font-size: var(--font-size-22);
    color: var(--color-5f5f5f);
    font-family: var(--font-family-Sora);
    font-weight: var(--font-weight-Regular);
}

.title {
    font-size: var(--font-size-81);
    line-height: no50rmal;
    font-family: var(--font-family-Sora);
    color: var(--color-000000);
    font-weight: var(--font-weight-Bold);
}

.main-title {
    font-size: var(--font-size-42);
    font-family: var(--font-family-Sora);
    line-height: normal;
    color: var(--color-000000);
    font-weight: var(--font-weight-Bold);
}

.short-title {
    font-family: var(--font-family-Sora);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-093d5b);
    font-size: var(--font-size-16);
    line-height: normal;
}

.top-product-title {
    font-size: var(--font-size-20);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-093d5b);
    margin-top: 15px;
    margin-bottom: 10px;
}

.div-title {
    font-size: var(--font-size-22);
    color: var(--color-d72832);
    text-transform: uppercase;
    font-weight: var(--font-weight-SemiBold);
}

.div-text {
    font-size: var(--font-size-33);
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-000000);
}
.heading {
    width: 100%;
    position: relative;
    padding-top: 150px;
}


.big-title {
    width: 100% ;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 170px;
    line-height: 170px;
    text-transform: uppercase;
    color: #1f1f1f57;
    opacity: 0.1;
    font-weight: bold;
    margin-bottom: -20px;
}

.section-space {
    padding: 100px 0;
}

.color-d72832 {
    color: var(--color-d72832);
}

.color-ecede9 {
    color: var(--color-ecede9);
}

.color-093d5b {
    color: var(--color-093d5b);
}

.color-a9abae {
    color: var(--color-a9abae);
}

.color-d72832 {
    color: var(--color-d72832);
}

/* Navbar */
.screen-darken.active {
    height: 1000vh;
    position: absolute;
    z-index: 9999;
    transition: opacity .3s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
    background: #000;
    opacity: 0.5;
}

.top-bg {
    background: var(--color-ecede9);
    color: #fff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.top-flex {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0;
}

ul.top-contact li a,
ul.top-contact li p {
    color: var(--color-093d5b);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-Medium);
    margin: 0;
    letter-spacing: 1px;
}

ul.top-contact li p span {
    font-weight: var(--font-weight-Bold);
}

ul.top-contact li a:hover {
    color: var(--color-000000);
}

ul.top-contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

ul.top-contact li {
    display: flex;
    list-style: disc;
    align-items: center;
    justify-content: center;
}

ul.top-contact li i {
    font-size: 16px;
    margin-right: 10px;
    color: var(--color-000000);
}

ul.top-social li i {
    font-size: 20px;
    transition: 0.5s;
    color: var(--color-ffffff);
}

ul.top-social li i:hover {
    color: var(--color-000000);
}

ul.top-social {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.social-bg {
    background: var(--color-d1b328);
    padding: 10px 0;
    position: relative;
}

.social-bg:before {
    content: "";
    background: var(--color-d1b328);
    position: absolute;
    right: -100%;
    width: 100%;
    height: 100%;
    top: 0;
}

.offcanvas-header {
    display: none;
}

.logo a {
    position: relative;
    display: inline-block;
    z-index: 9;
}

.g_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: var(--color-ffffff);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink {
    position: fixed;
    box-shadow: #63636333 0px 2px 8px 0px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 999;
}

img.logo {
    width: 100%;
    padding: 10px 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink img.logo {
    width: 80%;
}

div#sub_menu {
    display: flex;
    align-items: center;
}

.navbar-expand-lg {
    flex-wrap: wrap-reverse;
    justify-content: flex-end;
}

.navbar {
    width: 100%;
    padding: 0;
    padding-top: 10px;
}

.nav-item {
    font-size: var(--font-size-16);
    font-family: var(--font-family-Sora);
    cursor: pointer;
    text-decoration: none;
    color: var(--color-093d5b);
}

.social ul {
    display: flex;
    gap: 15px;
    margin-top: 100px;
}

.social ul li i {
    font-size: var(--font-size-16);
    color: var(--color-ecede9);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.social ul li i:hover {
    color: var(--color-ffffff);
}

/* Continuous gradient movement */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Pulse + bounce effect */
@keyframes smoothBounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }

    /* adjust for bounce height */
}

.explore_now {
    position: relative;
    border: 1px solid var(--color-d72832);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: normal;
    padding: 15px 40px;
    font-weight: var(--font-weight-Regular);
    font-size: var(--font-size-19);
    background-color: var(--color-d72832);
    color: var(--color-ffffff);
    text-decoration: none;
    border-radius: 12px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.explore_now:hover {
    background: var(--color-ffffff);
    color: var(--color-d72832);
}

/* Keep text above animations */
.explore_now span {
    position: relative;
    z-index: 1;
}


ul.navbar-nav {
display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    font-size: var(--font-size-16);
    gap: 0;
}


ul.phone li a {
    color: #d72832;
}

ul.phone li i {
    color: #d72832;
    margin-right: 10px;
}

ul.phone {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.social {
    gap: 14px;
    display: flex;
    align-items: center;
}

ul.social i {
    color: var(--color-a9abae);
    font-size: 18px;
}


/* banner */
.banner {
    position: relative;
    background: #ecede9;
}
.banner-inner {
    align-items: center;
}

.banner-img-section {
    overflow: hidden;
}

.banner .swiper-slide{
  overflow: hidden;
  position: relative;
}

.banner-img{
  width:100%;
  height:750px;
  object-fit:cover;
  transition: transform 6s ease-in-out;
  transform:scale(1);
}

/* Zoom effect */
.swiper-slide-active .banner-img{
  transform:scale(1.1);
}

/* Banner text */
.banner-txt{
  position: relative;
  z-index:9;
  padding-left: 47px;
  /* width:45%; */
  /* top:20%; */
  /* left:8%; */
  opacity:0;
  transform:translateY(30px);
  animation:fade-in-left 1.2s ease forwards;
}

/* Text animation */
@keyframes fade-in-left{
  from{
    opacity:0;
    transform:translateX(40px);
  }
  to{
    opacity:1;
    transform:translateX(0);
  }
}
.banner-slider .swiper-slide{
  opacity: 0 !important;
  transition: opacity 0.8s ease;
}

.banner-slider .swiper-slide-active{
  opacity: 1 !important;
}
/* banner */
/* about-us */

ul.pointers li {
    display: flex;
    align-items: center;
}

ul.pointers li p {
    margin: 0;
}

ul.pointers li {
    display: flex;
    gap: 15px;
}

ul.pointers {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

ul.pointers li i {
    font-size: 20px;
    color: #d72832;
}

.about-btns {
    margin-top: 30px;
}

.spin-number {
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    color: #d72832;
    transition: transform 0.4s ease;
}

.inner-counter {
    width: 100%;
    background: #f5f4f7;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
}

.counter {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
}

img.about-img {
    width: 100%;
    border-radius: 16px;
    margin-top: 120px;
}

.inner-counter p {
    margin: 0;
    font-weight: 400;
}
.md-message-section{
    position:relative;
    overflow:hidden;
}

.md-image-wrap{
    position:relative;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,0.12);
}

.md-image-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:28px;
}

.md-badge{
    position:absolute;
    bottom:25px;
    left:25px;
    background:var(--color-d72832);
    color:#fff;
    padding:12px 24px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    font-family:Helvetica, Arial, sans-serif;
}

.md-content p{
    color:#5f6368;
    line-height:1.9;
    margin-bottom:18px;
    font-size:16px;
    font-family:Helvetica, Arial, sans-serif;
}

.md-signature{
    margin-top:35px;
    padding-top:20px;
    border-top:1px solid #e5e7eb;
}

.md-signature h4{
    font-size:28px;
    color:#0a2342;
    margin-bottom:6px;
    font-weight:700;
    font-family:Helvetica, Arial, sans-serif;
}

.md-signature p{
    margin:0;
    color:var(--color-d72832);
    font-size:16px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    font-family:Helvetica, Arial, sans-serif;
}

@media(max-width:991px){

.md-signature h4{
    font-size:24px;
}

.md-content p{
    font-size:14px;
    line-height:normal;
}
.md-signature {
    text-align: center;
}

}
/* about-us */
/* products-tech-section */
.products-tech-section {
    padding: 100px 0;
    background: #ecede9;
}
.products-header {
    display: flex;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 60px;
    align-items: flex-end;
    margin-top: -80px;
}

.products-header span {
    color: #e4002b;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}


.products-header .right {
    max-width: 40%;
    color: #555;
    font-size: 15px;
}

/* CARD */
.product-card {
    cursor: pointer;
}
.products-swiper .swiper-slide.swiper-slide-active {
    width: 700px !important;
}

.product-img {
    border-radius: 24px;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    transition: .6s;
}

.product-card:hover img {
    transform: scale(1.08);
}

/* INFO */

.product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}

.product-info h4 {
    font-size: var(--font-size-25);
    font-weight: 700;
    color: #111;
        -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.product-info p {
    font-size: 14px;
    color: #666;
    margin-top: 6px;
}


/* ARROW */

.arrow {
    font-size: 22px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.arrow i {
    color: var(--color-d72832);
    transition: .3s;
}


/* HOVER */
.product-card:hover .arrow i {
    color: var(--color-d72832);
    transform: translateX(-15px);
}
 .product-card:hover h4 {
    color: var(--color-d72832);
}


/* ACTIVE */

.products-swiper .swiper-slide.swiper-slide-active .product-info h4 {
    color: #e4002b;
}
.products-swiper .swiper-slide.swiper-slide-active .arrow {
    color: var(--color-d72832);
}

/* paragraph hidden by default */

.product-info p {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(20px);
    transition: all .5s ease;
}

/* active slide paragraph show */

.swiper-slide-active .product-info p {
    opacity: 1;
    max-height: 200px;
    transform: translateY(0);
    margin-top: 6px;
}

/* optional smooth effect */

.product-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.arrow {
    opacity: .6;
    transition: .3s;
}

.swiper-slide-active .arrow {
    opacity: 1;
    transform: translateX(5px);
}

/* application */
.application{
    background: url(../images/application-bg.jpg)center/cover no-repeat;

}
.application-header {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: -80px;
}

.application-header .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.text-center.application-header h2 {
    color: #c6c6c6;
}

.application-header .heading p {
    width: 50%;
}
.application-card{
    text-align: center;
}

.application-card img{
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}
.application-card h4{
        -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: var(--color-ffffff);
    font-size: var(--font-size-25);
}
.application-swiper {
    margin-top:30px;
    margin-left: 150px;
}
.application-swiper:before {
    right: 0;
    content: "";
    width: 23%;
    top: 0;
    height: 88%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 113%) 99%);
    position: absolute;
    z-index: 9;
}
.application-nav {
    position: absolute;
    bottom: 50%;
    right: 100px;
    display: flex;
    gap: 14px;
    z-index: 9;
}

.application-next {
    color: var(--color-d72832);
    display: flex;
    font-size: var(--font-size-19);
    font-weight: var(--font-weight-SemiBold);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 15px;
}

/* application */

/* innovation */
.innovation{
    background: #ecede9;
}
.innovation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.innovation-header .right {
    width: 50%;
}

/* CARDS */

.innovation-card {
    position: relative;
    width: 19%;
    background: var(--color-ffffff);
    border-radius: 20px;
    padding: 36px 28px;
    height: 100%;
    color: #0b2238;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.innovation-card:hover {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: var(--color-ffffff);
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.innovation-card:hover .innovation-card-overlay {
    opacity: 1;
}

.innovation-card:hover p,.innovation-card:hover h4 {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: var(--color-d72832);

}

/* ICON */

.innovation-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    /* background: #ffffff; */
    color: #0096db;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 20px;
}

/* TEXT */

.innovation-card h4 {
    color: var(--color-000000);
    font-size: var(--font-size-22);
    height: 100px;
    font-weight: 600;
    margin-bottom: 14px;
}

.innovation-card p {
    font-size: 15px;
    color: var(--color-000000);
}

.innovation-card p {
    max-height: 90px;
    /* approx 4 lines */
    margin: 0;
    overflow: hidden;
    transition: max-height 0.6s ease;
    position: relative;
}

.innovation-card p.expanded {
    max-height: 500px;
    /* large enough height */
}

.read-more-btn {
    display: inline-block;
    margin-top: 12px;
    font-weight: 600;
    color: var(--color-282828);
    cursor: pointer;
    transition: 0.3s ease;
}

.read-more-btn:hover {
    color: var(--color-d72832);
}

/* IMAGE CARD */

.innovation-card-image {
    position: relative;
    color: #ffffff;
    overflow: hidden;
}

.innovation-card-image p {
    color: #ffffff;
    margin: 0;
}

.innovation-card-overlay {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    position: absolute;
    inset: 0;
    background: var(--color-ffffff);
    opacity: 0;
}

.innovation-card-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innovation-card-content {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.card-flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.innovation-text {
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
/* innovation */
/* Latest News  */
.news-header{
    display: flex;
    align-items: flex-end;
}
.news-header .right {
    width: 16%;
}
.news-card a {
    display: flex;
    align-items: center;
    gap: 30px;
}
.news-card-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.news-card {
    width: 49%;
    padding: 20px;
    padding-right: 50px;
    background: #ecede9;
    border-radius: 26px;
}
img.post-img {
    width: 30%;
    height: 210px;
    object-fit: cover;
    border-radius: 16px;
}

.news-card a h2 {
    font-size: 22px;
    font-weight: var(--font-weight-SemiBold);
    color: var(--color-282828);
}

.news-text h6 img {
    width: 30px;
}

.news-text h6 {font-size: 19px;color: #d72832;display: flex;margin: 0;gap: 12px;align-items: center;justify-content: space-between;margin-top: 30px;}
/* Latest News  */
/* Footer */
footer {
    background: #d72832;
}

ul.contact-details li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

ul.contact-details li a {
    color: #fff;
}

ul.contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}

ul.contact-details li i {
    color: #fff;
    margin-top: 5px;
    font-size: 20px;
}
footer h4 {
    font-size: 19px;
    color: #fff;
}

ul.footer-menu li a {
    font-size: 16px;
    color: #fff;
}
ul.footer-menu li a:hover{
    opacity: 1;
}

ul.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
}
.float-right {
    float: right;
    padding-right: 60px;
}
ul.footer-social li a {
    color: #fff;
    font-size: 22px;
}

ul.footer-social {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.copy-rights {display: flex;margin-top: 80px;justify-content: space-between;border-top: 1px solid #fff5;}

.copy-rights p {
    /* border-top: 1px solid #fff5; */
    padding: 30px 0;
    font-size: 14px;
    margin: 0;
    color: #fff;
}

.copy-rights a {
    color: #fff;
}
/* footer */
/* Bread-crumb */
.page-breadcrumb{
position:relative;
overflow:hidden;
}

.breadcrumb-bg{
background:url('../images/banner/about-banner.jpg') center/cover no-repeat;
padding:120px 0;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
position:relative;
}

/* dark overlay */

.breadcrumb-bg::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(
to right,
rgba(0,0,0,0.7),
rgba(0,0,0,0.4)
);
}

/* content */

.breadcrumb-content{display: flex;position:relative;z-index:2;color:#fff;flex-direction: column;align-items: center;}

/* title */

.breadcrumb-title{
font-size:48px;
font-weight:700;
margin-bottom:15px;
letter-spacing:1px;
}

/* nav */

.breadcrumb-nav{color: #282828;width: auto;padding: 10px 50px;background: #ffffffc2;display: flex;font-size: 18px;font-weight: 500;justify-content: center;border-radius: 50px;}

.breadcrumb-nav a{color: #000;text-decoration:none;transition:0.3s;}

.breadcrumb-nav a:hover{
color:#d72832;
}

.separator{margin:0 10px;color: #00000061;}

.current{color: #dc3545;font-weight: 500;}
/* Breadcrumb */

/* About-page */
.about-hero{
position:relative;
overflow:hidden;
}

.hero-image{
position:relative;
}

.hero-image img{
width:100%;
border-radius:20px;
}

.floating-box{
position:absolute;
background:var(--color-d72832);
color: var(--color-ffffff);
padding:20px;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,.1);
animation:float 4s infinite ease-in-out;
}
.floating-box span {
    font-size: 25px;
}
.floating-box p {
    margin: 0;
    color: #fff;
}

img.about-page-img {
    border-radius: 16px;
}
.box1{
top:30px;
left:-40px;
}

.box2{
bottom:20px;
right:-30px;
}

@keyframes float{
0%{transform:translateY(0)}
50%{transform:translateY(-15px)}
100%{transform:translateY(0)}
}
.company-details,.map-section {
    background: linear-gradient(120deg,#fff,#ecede9);
}
.glass-card{
background:rgba(255,255,255,0.6);
backdrop-filter:blur(12px);
padding:40px;
border-radius:12px;
box-shadow:0 10px 40px rgba(0,0,0,0.1);
}
.info-card{
background:#fff;
padding:35px;
border-radius:12px;
text-align:center;
transition:.4s;
box-shadow:0 10px 30px rgba(0,0,0,.07);
}
.info-card p{
    margin:0;
}
.info-card H4{
    font-size: var(--font-size-22);
}

.info-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.info-card i{
font-size:30px;
color:var(--color-d72832);
margin-bottom:10px;
}
.map-wrapper{
border-radius:20px;
overflow:hidden;
box-shadow:0 20px 60px rgba(0,0,0,.15);
}

.map-wrapper iframe{
width:100%;
height:450px;
border:0;
}
/* timeline */
.timeline{
position:relative;
padding:100px 0;
}

/* center line */

.timeline-line{
position:absolute;
left:50%;
top:0;
width:4px;
height:0;
background:linear-gradient(45deg, #d72832, transparent);
transform:translateX(-50%);
transition:height .4s ease;
}

/* timeline item */

.timeline-item{
position:relative;
width:50%;
padding:40px;
opacity:0;
transform:translateY(50px);
transition:all .6s ease;
}

/* active */

.timeline-item.active{
opacity:1;
transform:translateY(0);
}

/* left */

.timeline-item.left{content: "\f3e5";left:0;text-align:right;}

/* right */

.timeline-item.right{
left:50%;
}

/* card */

.timeline-content{
background:#fff;
padding:25px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
position:relative;
transition:.3s;
}

.timeline-content:hover{
transform:translateY(-5px);
box-shadow:0 20px 40px rgba(0,0,0,.15);
}
.timeline-content p{
    margin-bottom: 0;
}
/* dot */

.timeline-item::before{content: ""; /* fa-reply icon */font-family: "Font Awesome 6 Free";font-weight: 900;position: absolute;top: 100px;width: 35px;height: 35px;background: #d72832;color: #fff;border-radius: 50%;display:flex;align-items:center;justify-content:center;z-index:2;}



.timeline-item.right::before{content: "\f064";left: -16px;}
.timeline-item.left::before{content: "\f3e5";right: -16px;}

.timeline-content::before {
    content: "";
    background: #ffabaf45;
    /* position: absolute; */
    width: 100px;
    height: 50px;
    right: 0;
    border-radius: 0 0 0 12px;
    top: 0;
    position: absolute;
    z-index: 1;
}
.timeline-item.right .timeline-content::before {
    left: 0;
    border-radius: 0 0 12px 0;
}

.timeline-content h5 {
    position: relative;
    z-index: 99;
    color: #d72832;
    margin-top: -8px;
}
/* year badge */

.timeline-year{
position:absolute;
top:-15px;
background:#d72832;
color:#fff;
padding:5px 14px;
border-radius:20px;
font-size:13px;
}

.timeline-item.left .timeline-year{
right:-70px;
}

.timeline-item.right .timeline-year{
left:-70px;
}

/* Global */
#mapLocation {
    width: 100%;
    height: 650px;
}
.custom-map-wrapper{
position:relative;
max-width:100%;
margin:auto;
}

.custom-map-img{
width:100%;
display:block;
}

/* PIN */

.custom-pin{
position:absolute;
width:24px;
height:24px;
background:#ff4d2e;
border-radius:50% 50% 50% 0;
transform:rotate(-45deg) scale(0);
animation:custom-drop 0.8s ease forwards;
cursor:pointer;
}

/* inner dot */

.custom-pin::after{
content:"";
width:10px;
height:10px;
background:white;
position:absolute;
top:7px;
left:7px;
border-radius:50%;
}

/* ripple animation */

.custom-pin::before{
content:"";
position:absolute;
width:24px;
height:24px;
border-radius:50%;
background:rgba(255,77,46,0.4);
animation:custom-ripple 2s infinite;
}

/* DROP ANIMATION */

@keyframes custom-drop{

0%{
transform:translateY(-200px) rotate(-45deg) scale(0);
opacity:0;
}

80%{
transform:translateY(10px) rotate(-45deg) scale(1.1);
}

100%{
transform:translateY(0) rotate(-45deg) scale(1);
opacity:1;
}

}

/* RIPPLE */

@keyframes custom-ripple{

0%{
transform:scale(1);
opacity:0.6;
}

70%{
transform:scale(2.5);
opacity:0;
}

100%{
opacity:0;
}

}

/* COUNTRY LABEL */

.custom-country{
position:absolute;
bottom:34px;
left:50%;
transform:translateX(-50%);
background:white;
color:#333;
padding:6px 14px;
font-size:13px;
font-weight:600;
border-radius:30px;
box-shadow:0 5px 20px rgba(0,0,0,0.15);
transition:0.35s;
}

/* hover effect */

.custom-pin:hover{

transform:rotate(-45deg) scale(1.25);
background:#ff2b00;
box-shadow:0 0 15px rgba(255,60,30,0.6);

}

/* label hover animation */

.custom-pin:hover .custom-country{

transform:translateX(-50%) translateY(-6px);
box-shadow:0 10px 30px rgba(0,0,0,0.25);

}
.usa{top: 25%;left: 16%;animation-delay:0.2s;}

.europe{top: 21%;left: 51%;animation-delay:0.4s;}

.india{top: 39%;left: 69%;animation-delay:0.6s;}

.china{top: 33%;left: 77%;animation-delay:0.8s;}

.japan{top: 23%;left: 87%;animation-delay:1s;}

.brazil{top: 63%;left: 24%;animation-delay:1.2s;}

/* Certificate */
.cert-card{
background:#fff;
padding:35px;
border-radius:12px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
transition:all 0.4s ease;
height:100%;
}

.cert-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.cert-icon{
width:70px;
height:70px;
line-height:70px;
margin:auto;
border-radius:50%;
background:#d72832;
color:#fff;
font-size:28px;
margin-bottom:20px;
}

.cert-card h4{
font-size:22px;
margin-bottom:10px;
}

.cert-card p{
font-size:15px;
color:#666;
}

/* Quality Policy */

.quality-policy p{
margin-bottom:20px;
}

.quality-list{
list-style:none;
padding:0;
}

.quality-list li{
margin-bottom:12px;
font-size:15px;
}

.quality-list i{
color:#d72832;
margin-right:10px;
}
/* About-page */

/* Products */
.pvc-table-wrap{
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
}
.pvc-table td:first-child{
white-space:nowrap;
}

.pvc-table{
margin:0;
}

.pvc-table thead{
background:#d72832;
color:#fff;
}

.pvc-table th{
padding:16px;
font-weight:600;
}

.pvc-table td{
padding:18px;
vertical-align:middle;
}

.pvc-table tbody tr:hover{
background:#f9f9f9;
}

.pvc-block{display: flex;margin-bottom:70px;align-items: center;}
.reverse-flex {
    flex-direction: row-reverse;
}

.app-card{
background:#fff;
padding:35px;
padding-top: 70px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
height:100%;
position: relative;
}

.app-card h4{
    position:absolute;
    top: 0;
    left: 0;
    display:inline-block;
    margin-bottom:30px;
    font-size:22px;
    font-weight:600;
    padding:12px 28px 12px 22px;
    color:#fff;
    background:#d72832;
    border-radius:0 0 50px;
    overflow:hidden;
    z-index:1;
}




/* ICON */

.app-card h4 i{
    display: none;
color:#d72832;
margin-right:10px;
}
.tefa-list {
  list-style: none;
  padding-left: 0;
}

.tefa-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

/* Same as <i class="fa-solid fa-check"></i> */
.tefa-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* important for solid icon */
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--color-d72832); /* match your theme */
  font-size: 14px;
}

/* LEFT ACCENT BAR */

.app-card h4::before{
content:"";
position:absolute;
left:0;
top:50%;
transform:translateY(-50%);
width:4px;
height:22px;
background:#d72832;
border-radius:3px;
}

/* BOTTOM LINE */

.app-card h4::after{
content:"";
position:absolute;
left:18px;
bottom:-6px;
width:45px;
height:2px;
background:#d72832;
transition:0.4s;
}

/* HOVER EFFECT */

.app-card:hover h4::after{
width:80px;
}

.app-card li{
margin-bottom:6px;
}

.gallery-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
}

.gallery-grid img{
width:100%;
border-radius:8px;
transition:.4s;
}

.gallery-grid img:hover{
transform:scale(1.08);
}

.btn-datasheet{
display:inline-block;
margin-top:18px;
background:#d72832;
color:#fff;
padding:10px 18px;
border-radius:6px;
font-weight:600;
}

.btn-datasheet:hover{
background:#b81f28;
}
.grid-list{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:14px;
padding:0;
list-style:none;
margin-bottom:25px;
}

.grid-list li{
position:relative;
background:#f3f3f3;
padding:12px 16px 12px 22px;
border-radius:8px;
font-size:15px;
transition:0.3s;
overflow:hidden;
}

/* LEFT RED BAR */

.grid-list li::before{
content:"";
position:absolute;
left:0;
top:0;
height:100%;
width:4px;
background:#d72832;
border-radius:4px 0 0 4px;
}

/* ARROW ICON */

.grid-list li::after{
content:"→";
position:absolute;
right:15px;
top:50%;
transform:translateY(-50%);
opacity:0;
transition:0.3s;
color:#d72832;
font-weight:600;
}

/* HOVER */

.grid-list li:hover{
background:#fff;
transform:translateX(6px);
box-shadow:0 8px 18px rgba(0,0,0,0.08);
}

.grid-list li:hover::after{
opacity:1;
right:12px;
}
.product-gallery{
display:grid;
grid-template-columns:2fr 1fr;
grid-template-rows:repeat(2,160px);
gap:15px;
}

.product-gallery .gallery-item{
position:relative;
overflow:hidden;
border-radius:12px;
}

.product-gallery img{
width:100%;
height:100%;
object-fit:cover;
transition:.5s;
}

.product-gallery .gallery-item.big{
grid-row:1/3;
}

.product-gallery .gallery-item:hover img{
transform:scale(1.12);
}

/* overlay */

.gallery-item:after{
content:"\f00e";
font-family:"Font Awesome 6 Free";
font-weight:900;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
color:#fff;
font-size:20px;
opacity:0;
transition:.3s;
}

.gallery-item:before{
content:"";
position:absolute;
inset:0;
background:rgba(0,0,0,0.35);
opacity:0;
transition:.3s;
}

.gallery-item:hover:before,
.gallery-item:hover:after{
opacity:1;
}
.pvcSwiper img{
    width: 100%;
}
.medical-slider-wrapper{padding: 0;position:relative;}

.pvcSwiper {
    padding: 35px 10px;
}

.medical-card{
background:#fff;
border-radius:14px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:all .4s ease;
text-align:center;
padding:15px;
height:100%;
}

.medical-card img{
width:100%;
/* height:250px; */
object-fit:contain;
transition:transform .5s ease;
}

.medical-card:hover img{
transform:scale(1.08);
}

.medical-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.product-title{
display:block;
margin-top:12px;
font-weight:600;
font-size:15px;
color:#222;
}

/* arrows */

.pvcSwiper .swiper-button-next,
.pvcSwiper .swiper-button-prev{
background:#fff;
width:45px;
height:45px;
border-radius:50%;
box-shadow:0 6px 20px rgba(0,0,0,0.15);
color:#000;
}

.pvcSwiper .swiper-button-next:after,
.pvcSwiper .swiper-button-prev:after{
font-size:16px;
font-weight:bold;
}

/* pagination */

.pvcSwiper .swiper-pagination{
bottom:0;
}

.pvcSwiper .swiper-pagination-bullet{
background:#bbb;
opacity:1;
  -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.pvcSwiper .swiper-pagination-bullet-active{
      -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
background:#ff3c3c;
width:22px;
border-radius:10px;
}
.swiper-button-next, .swiper-button-prev {
    svg {
        height: 50%;    }
}
/* Products */
/* Contact US */
/* CONTACT SECTION */

.contact-section{
padding:80px 0;
background:#f7f7f7;
}
    .contact-flex {
        display: flex;
        gap: 30px;
        justify-content: space-between;
    }
    
    .contact-card {
        width: 100%;
    }
/* CONTACT CARD */

.contact-card{
    display: flex;
background:#fff;
border-radius:16px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
margin-bottom:25px;
transition:0.3s;
}

.contact-card:hover{
transform:translateY(-5px);
}

.contact-img{width: 50%;object-fit:cover;}

.contact-body{
padding:25px;
}

.contact-body h3{
font-size:22px;
font-weight:600;
margin-bottom:8px;
}

.dept{
color:#d72832;
font-weight:500;
margin-bottom:15px;
}

.contact-body p{
margin-bottom:8px;
color:#5f5f5f;
}

.contact-body i{
color:#d72832;
margin-right:8px;
}

.person{
font-weight:600;
color:#000;
margin-top:30px;
}

/* FORM BOX */

.contact-form-box{
background:#fff;
padding:45px;
border-radius:18px;
box-shadow:0 20px 45px rgba(0,0,0,0.08);
}

.contact-form-box h2{
font-size:30px;
font-weight:700;
margin-bottom:8px;
}

.contact-form-box p{
color:#5f5f5f;
margin-bottom:25px;
}

/* INPUT */

.modern-input{
width:100%;
height:52px;
border:1px solid #ddd;
border-radius:8px;
padding:0 15px;
font-size:15px;
background:#fafafa;
transition:0.3s;
}

textarea.modern-input{
height:130px;
padding-top:12px;
resize:none;
}

.modern-input:focus{
border-color:#d72832;
background:#fff;
outline:none;
box-shadow:0 0 0 2px rgba(215,40,50,0.1);
}

/* BUTTON */

.modern-btn{
background:#d72832;
color:#fff;
border:none;
padding:14px 35px;
border-radius:8px;
font-size:16px;
cursor:pointer;
transition:0.3s;
}

.modern-btn:hover{
background:#b91f27;
transform:translateY(-2px);
}
/* MAP */

.contact-map{
width:100%;
height:100%;
min-height:420px;
border-radius:16px;
overflow:hidden;
box-shadow:0 15px 35px rgba(0,0,0,0.08);
}

.contact-map iframe{
width:100%;
height:100%;
border:0;
}
/* MOBILE */

@media(max-width:991px){
.pvc-block {
    flex-direction: column-reverse;
}

.contact-section{
padding:50px 0;
}
.info-card {
    padding: 15px;
}
.info-card p {
    font-size: 12px;
}
    .application-header {
        margin-top: 0;
    }

.contact-form-box{
padding:30px;
}

}

@media(max-width:576px){

.contact-img{
height:160px;
}

.modern-input{
height:48px;
}

textarea.modern-input{
height:110px;
}

}
/* Carrer */
/* HERO */

.Join Us-hero{
position:relative;
padding-bottom:60px;
}

.Join Us-hero .main-title{
margin-top:10px;
}

.Join Us-hero p{
max-width:700px;
margin:auto;
color:#5f5f5f;
}

/* BENEFITS */

.Join Us-benefits{
position:relative;
}

.Join Us-card{
background:#fff;
padding:40px 30px;
border-radius:16px;
text-align:center;
position:relative;
overflow:hidden;
transition:0.4s;
box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

.Join Us-card::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:4px;
background:linear-gradient(90deg,#d72832,#ff6b6b);
}

.Join Us-card h5{
font-weight:600;
margin-bottom:15px;
}

.Join Us-card p{
color:#5f5f5f;
}

.Join Us-card:hover{
transform:translateY(-10px);
box-shadow:0 30px 60px rgba(0,0,0,0.12);
}

/* JOB OPENINGS */

.job-openings{
background:#f7f7f7;
}

.section-title{
font-size:32px;
font-weight:700;
margin-bottom:40px;
}

.job-box{
background:#fff;
padding:30px;
border-radius:14px;
margin-bottom:25px;
display:flex;
justify-content:space-between;
align-items:center;
transition:0.4s;
border-left:5px solid transparent;
box-shadow:0 15px 30px rgba(0,0,0,0.08);
}

.job-box h5 {
    width: 25%;
    font-weight: 600;
    margin-bottom: 5px;
}

.job-box p{
margin:0;
color:#666;
font-size:14px;
}

.job-box:hover{
border-left:5px solid #d72832;
transform:translateX(6px);
box-shadow:0 25px 50px rgba(0,0,0,0.12);
}

/* APPLY BUTTON */

.apply-btn{
background:linear-gradient(135deg,#d72832,#ff4d55);
color:#fff;
padding:10px 26px;
border-radius:30px;
text-decoration:none;
font-size:14px;
font-weight:500;
transition:0.3s;
}

.apply-btn:hover{
transform:translateY(-2px);
box-shadow:0 10px 20px rgba(215,40,50,0.35);
}

/* common-FORM */

.Join Us-form{
background:#fff;
}

.Join Us-form form{
background:#fff;
padding:45px;
border-radius:18px;
box-shadow:0 25px 50px rgba(0,0,0,0.08);
}

.Join Us-form input,
.Join Us-form textarea{
border-radius:10px;
border:1px solid #ddd;
padding:14px 16px;
font-size:15px;
transition:0.3s;
}

.Join Us-form input:focus,
.Join Us-form textarea:focus{
border-color:#d72832;
box-shadow:0 0 0 3px rgba(215,40,50,0.1);
outline:none;
}

.Join Us-form button{
background:linear-gradient(135deg,#d72832,#ff4d55);
border:none;
padding:12px 35px;
border-radius:30px;
font-weight:600;
transition:0.3s;
}

.Join Us-form button:hover{
transform:translateY(-3px);
box-shadow:0 12px 25px rgba(215,40,50,0.35);
}
/* FORM GROUP */

.form-group{
position:relative;
margin-top:10px;
}

/* INPUT */

.modern-input{
width:100%;
padding:16px 14px;
border:1px solid #ddd;
border-radius:8px;
background:#fff;
font-size:15px;
outline:none;
transition:0.3s;
}

/* LABEL */

.form-group label{
position:absolute;
top:14px;
left:14px;
color:#777;
font-size:14px;
pointer-events:none;
background:#fff;
padding:0 5px;
transition:0.3s;
}

/* FOCUS EFFECT */

.modern-input:focus{
border-color:#d72832;
box-shadow:0 0 0 2px rgba(215,40,50,0.1);
}

/* ANIMATION */

.modern-input:focus + label,
.modern-input:not(:placeholder-shown) + label{
top:-8px;
font-size:12px;
color:#d72832;
}

/* TEXTAREA FIX */

textarea.modern-input{
height:120px;
resize:none;
}

/* BUTTON */

.modern-submit{
background:linear-gradient(135deg,#d72832,#ff4d55);
color:#fff;
padding:12px 35px;
border:none;
border-radius:30px;
font-weight:600;
transition:0.3s;
}

.modern-submit:hover{
transform:translateY(-3px);
box-shadow:0 10px 20px rgba(215,40,50,0.3);
}
/* RESPONSIVE */

@media(max-width:991px){

.job-box{
flex-direction:column;
align-items:flex-start;
gap:15px;
}

.Join Us-form form{
padding:30px;
}

}

















.scroll-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: var(--color-d72832);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.scroll-btn.show {
    display: flex;
}

.social-icons {
    display: flex;
}

.social-icons a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
/* Media */
/* TABS */
.custom-tabs {
  text-align: center;
  margin-bottom: 30px;
}

.custom-tab {
  border: none;
  padding: 10px 20px;
  margin: 5px;
  background: #eee;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.custom-tab.active,
.custom-tab:hover {
  background: #d72832;
  color: #fff;
}

/* GRID */
.custom-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .custom-gallery { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .custom-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .custom-gallery { grid-template-columns: 1fr; }
}

/* ITEM */
.custom-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.custom-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

/* SIZE */
.custom-wide { grid-column: span 2; }
.custom-tall { grid-row: span 2; }
.custom-big { grid-column: span 2; grid-row: span 2; }

/* HOVER */
.custom-item:hover img {
  transform: scale(1.08);
  filter: brightness(0.8);
}

/* VIDEO ICON */
.custom-item.videos::before {
  content: "▶";
  position: absolute;
  font-size: 30px;
  color: #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* OVERLAY */
.custom-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: 0.3s;
}

.custom-item:hover::after {
  opacity: 1;
}
/* ANIMATION BASE */
.custom-item {
  transition: all 0.4s ease;
}

/* HIDE STATE */
.custom-item.hide {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
  position: absolute;
}

/* SHOW STATE */
.custom-item.show {
  opacity: 1;
  transform: scale(1);
  position: relative;
}

/* Blogs */
/* BLOG SECTION */
.blog-card {
    background: var(--color-ffffff);
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-8px);
}

/* IMAGE */
.blog-img {
    position: relative;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.4s;
}

.blog-card:hover .blog-img img {
    transform: scale(1.1);
}

/* DATE */
.blog-date {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: var(--color-d72832);
    color: #fff;
    padding: 5px 12px;
    font-size: 13px;
    border-radius: 5px;
}

/* CONTENT */
.blog-content {
    padding: 20px;
}

.blog-content h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-content p {
    font-size: 14px;
    color: var(--color-5f5f5f);
    margin-bottom: 15px;
}

/* READ MORE */
.read-more {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-d72832);
    text-decoration: none;
}

.read-more i {
    margin-left: 5px;
    transition: 0.3s;
}

.read-more:hover i {
    margin-left: 10px;
}

/* PAGINATION */
.pagination {
    justify-content: center;
    gap: 10px;
}

.pagination li {
    list-style: none;
}

.pagination a {
    display: block;
    padding: 8px 14px;
    background: #f5f5f5;
    color: #000;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.pagination li.active a,
.pagination a:hover {
    background: var(--color-d72832);
    color: #fff;
}
/* MODERN BLOG CARD */
.blog-modern-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.blog-modern-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.5s;
}

.blog-modern-card.large .blog-modern-img img {
    height: 400px;
}

/* OVERLAY */
.blog-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
}

.blog-overlay .category {
    font-size: 12px;
    background: var(--color-d72832);
    padding: 4px 10px;
    border-radius: 4px;
}

.blog-overlay h5 {
    margin: 10px 0;
    font-size: 20px;
}

.blog-overlay a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

/* HOVER EFFECT */
.blog-modern-card:hover img {
    transform: scale(1.1);
}

/* SIDEBAR */
.sidebar-modern {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.sidebar-modern input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
}

.sidebar-modern h4 {
    margin-bottom: 15px;
}

.sidebar-modern ul {
    list-style: none;
    padding: 0;
}

.sidebar-modern ul li {
    margin-bottom: 10px;
}

.sidebar-modern ul li a {
    text-decoration: none;
    color: #333;
}

/* TRENDING */
.trend-post {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.trend-post img {
    width: 60px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}
/* BLOG DETAIL */

.blog-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* META */
.blog-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: gray;
    margin-bottom: 20px;
}

.blog-meta i {
    margin-right: 5px;
}

/* IMAGE */
.blog-main-img img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* TEXT */
.blog-text p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.blog-text h3 {
    margin: 20px 0 10px;
}

/* BLOCKQUOTE */
.blog-text blockquote {
    background: #f5f5f5;
    padding: 20px;
    border-left: 4px solid var(--color-d72832);
    font-style: italic;
    margin: 20px 0;
}

/* TAGS */
.blog-tags {
    margin-top: 30px;
}

.blog-tags a {
    display: inline-block;
    padding: 5px 12px;
    background: #eee;
    margin-right: 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
}

/* SHARE */
.blog-share {
    margin-top: 20px;
}

.blog-share a {
    margin-right: 10px;
    font-size: 16px;
    color: #000;
}

/* SIDEBAR */
.sidebar-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.latest-post {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.latest-post img {
    width: 70px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}
/* Responsive */

@media (max-width: 1680px) {
    :root {
        --font-size-19: 16px;
        --font-size-22: 20px;
        --font-size-25: 20px;
        --font-size-50: 40px;
        --font-size-35: 30px;
        --font-size-42: 32px;
        --font-size-59: 45px;
        --font-size-81: 65px;
    }

    .container {
        max-width: 100%;
        padding: 0 50px;
    }
    .banner-img {
    width: 100%;
    height: auto;
}


       .banner-txt {
        top: 20%;
        left: 3%;
    }
    .spin-number {
    font-size: 40px;
}
.explore_now {
    padding: 10px 30px;
    border-radius: 10px;
}
.big-title {
    font-size: 140px;
    line-height: 140px;
}
.heading {
    padding-top: 125px;
}
.product-img img {
    height: 500px;
}
.products-swiper .swiper-slide.swiper-slide-active{
    width: 650px!important;
}
.application-swiper {
    margin-top: 30px;
    margin-left: 120px;
}
.innovation-card {
    border-radius: 16px;
    padding: 30px 20px;
}
.innovation-card p {
    font-size: 14px;
}
.innovation-card h4 {
    height: 90px;
}
.news-card {
    width: 48.9%;
    padding: 15px;
    padding-right: 30px;
    border-radius: 22px;
}
.news-card a h2 {
    font-size: 20px;
}
img.post-img {
    height: 190px;
}
.news-card-flex {
    justify-content: space-between;
}
ul.phone {
    width: 31%;
}
.mobile-dropdown > a::after {
    height: 25px;
    width: 25px;
}
    .site-mobile-menu {
        padding-top: 20px;
        overflow: scroll;
        overflow-x: hidden;
    }
    .product-img img {
        height: 400px;
    }
        .products-swiper .swiper-slide.swiper-slide-active {
        width: 500px !important;
    }
    img.side-menulogo {
    width: 60%;
    margin-top: 15px;
}
}


@media (max-width: 1480px) {

    :root {
        --font-size-16: 14px;
        --font-size-18: 16px;
        --font-size-19: 14px;
        --font-size-30: 22px;
        --font-size-22: 18px;
        --font-size-27: 22px;
        --font-size-33: 25px;
        --font-size-40: 30px;
        --font-size-81: 46px;
    }
        .explore_now {
        padding: 8px 18px;
        border-radius: 4px;
    }
        img.post-img {
        height: 160px;
    }
    .dropdown-item{
            padding: 6px 10px;
            font-size: 13px;
    }

.btn-line::before, .btn-line::after {
    width: 30px;}
.site-navbar .site-navigation .site-menu>li>a {
    font-size: 14px;
}
.btn-line {
    width: 30px;
}

    .service-card p {
        font-size: 13px;
    }

    .social-icons {
        gap: 2px;
    }

    .read-more-btn {
        font-size: 14px;
    }

    .why-card p {
        max-height: 80px;
    }

 

    .faq-section {
        padding: 60px 0;
    }


    .why-card h4 {
        width: 60%;
    }

    .founder-content {
        padding: 30px;
    }

    .why-card p {
        font-size: 14px;
    }

    .page-heading p {
        width: 95%;
    }

    .service-content {
        padding-left: 20px;
    }

    .service-right {
        padding-right: 20px;
    }

    .portfolio-card .card-image {
        height: 250px;
    }

    .portfolio-card .card-body {
        padding: 20px;
    }

    .inner-banner {
        padding-top: 130px;
    }

    .nav-buttons {
        bottom: 20%;
    }

    .testimonial-slider .nav-buttons {
        bottom: 15%;
    }

    .home-gallary {
        gap: 15px;
    }

    .testimonial-inner {
        padding: 15px;
    }

    .footer-text {
        padding: 40px;
        padding-bottom: 0;
        height: 90%;
        background: linear-gradient(360deg, #191719 100%, transparent 50%);
    }

    .copy-right {
        padding: 20px 0;
    }

    img.footer-img {
        width: 68%;
        height: 620px;
    }

    .home-gallary2 img,
    .home-gallary3 img,
    .home-gallary4 img {
        margin-bottom: 15px;
    }

    .gallery-list {
        column-gap: 15px;
    }

    .author img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    .rings {
        position: absolute;
        transform: translate(-13%, -50%);
        width: 600px;
        height: 600px;
    }

    .guest-swiper {
        width: 96%;
    }

    .guest-swiper .swiper-slide-active {
        width: 600px !important;
    }

    .guest-swiper .guest-card,
    .guest-swiper .swiper-slide {
        height: 400px;
    }

    .guest-content h4 {
        font-size: 20px;
    }

    .container-fluid.padding-left {
        padding-left: 50px;
    }

    .testimonial-card {
        padding: 26px 40px;
        height: 400px;
        border-radius: 26px;
    }

    .ba-wrapper {
        height: 400px;
        border-radius: 26px;
    }

    .faq-tab {
        font-size: 16px;
        padding: 6px 30px;
        border-radius: 100px;
        line-height: 22px;
    }

    .faq-tabs {
        margin: 30px auto 30px;
        padding: 20px;
        gap: 10px;
    }

    button.faq-question {
        font-size: 20px;
    }

    .faq-item {
        margin-bottom: 15px;
        padding: 18px;
    }

    .faq-panel.scroll-enabled {
        max-height: 450px;
    }

    .testimonial-visual {
        width: 34%;
    }

    .testimonial-header {
        margin-bottom: 50px;
    }

    .testimonials-v2 {
        padding-top: 50px !important;
        padding: 80px 0;
        border-radius: 40px;
    }

    .map-wrapper {
        height: 350px;
    }

    .contact-section {
        padding: 60px 0;
    }

    .contact-visual {
        top: 75px;
        left: -50px;
        height: 500px;
    }

    .map-wrapper iframe.map-color {
        width: 150px;
        height: 150px;
        border: 2px solid #0a87c8;
    }

    .quote {
        position: absolute;
        top: -62px;
        right: 24px;
        height: 100px;
    }

    .process-content {
        width: 150%;
    }

    .review-card p {
        font-size: 13px;
    }

    .logo-pictures,
    .why-choose-section {
        padding: 60px 0;
    }

    img.banner-img {
        height: 500px;
    }
    .copy-rights {
    margin-top: 30px;
}.copy-rights p {
    padding: 20px 0;
    font-size: 12px;
}
ul.contact-details {
    margin-top: 33px;
}
.news-card-flex {
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
}
        .innovation-card h4 {
        height: 60px;
    }
    .innovation-card p {
    max-height: 80px;
}
        .read-more-btn {
        font-size: 12px;
    }
        .news-card {
        width: 48%;}
            .news-card a h2 {
        font-size: 16px;
    }
    .news-text h6 img {
    width: 22px;
}
.news-text h6 img {
    width: 22px;
}
.news-text h6 {
    font-size: 16px;
}
ul.footer-menu li a {
    font-size: 14px;
}
ul.footer-social li a {
    font-size: 16px;
}
.section-space {
    padding: 70px 0;
}
.site-mobile-menu .site-mobile-menu-body {
    padding-right: 20px;
}

    .big-title {
        font-size: 100px;
        line-height: 100px;
    }

    .application-header {
    margin-top: -50px;
}
        .heading {
        padding-top: 90px;
    }
    .innovation-header .right {
    width: 75%;
}
.timeline-content h5 {
    font-size: 16px;
}
.timeline-content::before {
    width: 80px;
    height: 35px;
}
.timeline-content h5 {
    margin-top: -15px;
}
.pvc-table th {
    font-size: 12px;
}
.pvc-table td {
    font-size: 12px;
    padding: 10px 15px;
}
.grid-list li {
    padding: 6px 9px 6px 10px;
    font-size: 11px;
    border-radius: 4px;
}
.grid-list {
    gap: 10px
}
.btn-datasheet {
 font-size: 14px;
        margin-top: 5px;
        padding: 8px 16px;
        border-radius: 4px;
}
.app-card h4 {
    font-size: 18px;
    padding-left: 14px;
}
.pvc-block {
    margin-bottom: 30px;
}
/* .medical-card img {
    height: 200px;
} */
    .breadcrumb-nav {
        font-size: 14px;
    }
.breadcrumb-title {
    font-size: 36px;
}
.breadcrumb-bg {
    padding: 70px 0;
}
.pvcSwiper .swiper-button-next, .pvcSwiper .swiper-button-prev {
    width: 30px;
    height: 30px;
}
.modern-input {
    height: 36px;
}
.site-mobile-menu-body .mobile-contact .contact-details li a {
    font-size: 12px;
}
ul.contact-details {
    gap: 10px;
}
.site-mobile-menu-body .mobile-contact-heading, .site-mobile-menu-body .mobile-social-heading {
    font-size: 16px;
}
.job-box {
    padding: 18px;
    border-radius: 12px;
}
.job-box h5 {
    font-size: 18px;
}
}

@media (max-width: 1366px) {

    :root {
        --font-size-16: 14px;
        --font-size-22: 16px;
        --font-size-25: 18px;
        --font-size-40: 25px;
        --font-size-59: 35px;
    }


    h4,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 10px;
    }

}

@media (max-width: 1280px) {
        ul.phone {
            display: none;
        }

    .container {
        max-width: 100%;
        padding: 0 25px;
    }
    .banner-bg {
        bottom: -15%;
    }

    .offer-section {
        padding-top: 130px;
    }

    .find-bottom {
        padding: 20px 50px;
        width: 100%;
        left: 0;
    }

    .banner-form {
        margin-left: 30px;
    }
        .banner-txt {
        top: 20%;
        left: 0;
        padding-left: 25px;
    }
    .application-header .heading p {
    width: 80%;
}
    .application-swiper {
        margin-top: 20px;
        margin-left: 30px;
    }
        .innovation-card h4 {
        height: 60px;
        font-size: 12px;
    }
        .copy-rights p {
        padding: 0px 0;
        font-size: 12px;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    :root {
        --font-size-14: 13px;
        --font-size-18: 14px;
        --font-size-16: 14px;
        --font-size-25: 20px;
        --font-size-20: 16px;
        --font-size-40: 22px;
        --font-size-50: 30px;
        --font-size-30: 18px;
        --font-size-33: 18px;
        --font-size-59: 26px;
        --font-size-81: 30px;
    }
    .site-menu .nav-link.active,
.site-menu .dropdown-item.active,
.mobile-menu a.active{
    color: #b81f28 !important; /* Apna theme color */
    font-weight: 600;
}

.site-menu .nav-item > .nav-link.active::after{
    width:100%;
}


    .products-swiper .swiper-slide.swiper-slide-active {
    width: auto !important;
}
.read-more-btn{
    display: none;
}
    .innovation-card p {
        max-height: max-content;
    }
    #mapLocation {
    width: 100%;
    height: 350px;
}
.btn-line,.btn-line::before, .btn-line::after {
    height: 2px;
    background: #fff;
}
.menu-btn a {
    position: relative;
    background: var(--color-d72832);
        justify-content: center;
    }
        .site-mobile-menu .mobile-menu li a {
        font-size: 14px;
    }
    
    .container {
        max-width: 100%;
        padding: 0 25px;
    }
    .breadcrumb-title {
        font-size: 27px;
    }
        .breadcrumb-title {
        font-size: 26px;
    }
        .breadcrumb-nav {
        font-size: 12px;
    }
       
    form {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    .mobile-menu {
        float: right;
    }

    .banner .swiper-slide::before {
        display: none;
    }

    img.banner-img {
        height: auto;
    }

    .banner {
        background: #f1f8fe;
    }

    section.banner.mobile {
        display: block !important;
    }

    .banner-txt {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }


    br {
        display: none;
    }

    section {
        overflow: hidden !important;
    }

    .container {
        width: 100%;
        padding: 0 30px;
    }

    .logo {
        position: relative;
        width: 100%;
        padding: 0px 0;
    }


    .sticky-wrapper.is-sticky .logo {
        position: relative;
        width: 100%;
        padding: 0;
    }

    .section-space,
    .about-us {
        padding: 50px 0;
    }

    .title {
        margin-bottom: 10px;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .mt-3 {
        margin-top: 0.5rem !important;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none !important;
    }

    .explore_now {
        padding: 6px 20px;
        gap: 10px;
    }
    .heading {
        padding-top: 30px;
    }
    .title,
    .sub-title {
        margin-bottom: 10px;
        text-align: center;
    }

    .site-mobile-menu img {
        width: 77%;
    }

    .banner-inner {
        flex-direction: column-reverse;
    }

    .banner-txt {
        text-align: center;
        padding: 25px;
    }

.products-header .right {
    max-width: 100%;
}
.products-header {
    margin-top: 0;
    flex-direction: column;
}
    .application-header .heading p {
        width: 100%;
    }
    .innovation-card {
    position: relative;
    width: 30%;
}
.card-flex {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
    .innovation-card h4 {
        height: auto;
        font-size: 14px;
        line-height: normal;
    }
        .innovation-header .right {
        width: 100%;
    }
    .innovation-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
    flex-direction: column;
}
    img.post-img {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }
    .news-card a {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}
.timeline-item {
    position: relative;
    width: 50%;
    padding: 30px 10px;
}
img.about-img {
    width: 100%;
    border-radius: 12px;
    margin-top: 20px;
    padding: 0 30px;
}
.arrow i {
    transform: translateX(-20px);
}
.job-box h5 {
    width: 100%;}
    .Join Us-form input, .Join Us-form textarea {
    padding: 25px 16px;}
    .contact-card {
    border-radius: 16px;
    flex-direction: column;
}
.contact-img {
    width: 100%;
    object-fit: cover;
}
.contact-body h3 {
    font-size: 18px;}
.contact-form-box h2 {
    font-size: 20px;}

}

@media (max-width: 800px) {}

@media (max-width: 575px) {
        .offcanvas-menu .site-mobile-menu {
        width: 90%;
    }
    :root {
        --font-size-81: 20px;
        --font-size-50: 18px;
        --font-size-59: 22px;
        --font-size-42: 20px;
        --font-size-35: 20px;
        --font-size-25: 14px;
        --font-size-16: 13px;
        --font-size-20: 14px;
    }
        .products-swiper .swiper-slide.swiper-slide-active {
    width: 100% !important;
}
    .timeline-content h5 {
        margin-top: -17px;
    }
.product-info{
    text-align: center;
    gap: 0;
}
    .copy-rights {
        margin-top: 20px;
        flex-direction: column;
        padding: 15px 30px;
    }
        ul.contact-details {
        margin-top: 15px;
    }
    .news-text h6 {
        margin-top: 15px;
    }
    .application-header {
        margin-top: 0;
    }
        .application-swiper {
        margin-top: 15px;
        margin-left: 0;
    }
    .application-nav {
    right: -2px;
    rotate: 270deg;
    gap: 10px;
}
.news-header .right {
    display: none;
}
.application-swiper:before {
    width: 23%;
    top: -3px;
    height: 90%;
}

        .product-img img {
        height: auto;
    }
        .contact-flex {
    gap: 15px;
    flex-direction: column;
}
.contact-body p {
    text-align: left;
}
.contact-body {
    padding: 15px;
}
    .contact-form-box {
        padding: 15px;
        text-emphasis: none;
    }
        .contact-form-box h2 {
            text-align: center;
        }
        .modern-btn {
    background: #d72832;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
    font-size: 14px;
}
.mobile-text-center {
    text-align: center;
}
.contact-map {
    width: 100%;
    height: 100%;
    min-height: 250px;
    margin-top: 25px;
}
.person {
    margin-top: 15px;
}
.floating-box {
    padding: 10px;
}
.floating-box span {
    font-size: 18px;
}
.md-badge {
    bottom: 0;
    left: 0;
    padding: 12px 24px;
}
ul.contact-details li i {
    margin-top: 2px;
    font-size: 16px;
}
    img.about-img {
    margin-top: 15px;
    padding: 0;
}
.Join Us-card {
    background: #fff;
    padding: 25px;
}
    .job-box {
        text-align: center;
        align-items: center;
    }
        .Join Us-form form {
        padding: 10px;
        margin-top: 0;
    }
    .section-title {
    margin-bottom: 15px;
}

     .section-space, .about-us {
        padding: 30px 0;
    }
        .md-signature h4 {
        font-size: 19px;
    }
    .timeline-content p {
    font-size: 12px;
}
.timeline-content {
    background: #fff;
    padding: 10px;
    padding-top: 30px;
}
.cert-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
        font-size: 22px;
}
.cert-card h4 {
    font-size: 16px;
}
    #mapLocation{
        height:220px;
        border-radius:14px;
    }
    .timeline-content h5 {
        font-size: 13px;
    }
    .app-card {
    padding: 15px;
    padding-top: 60px;
}
.app-card .d-flex {
    justify-content: center;
}
.g-4, .gy-4 {
    --bs-gutter-y: 1rem;
}
.app-card h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    border-radius: 0 0 26px 26px;
}
    .pvc-block {
        margin-bottom: 15px;
        margin-top: 15px;
    }
        .pvc-block {
        flex-direction: column-reverse;
        border: 1px solid #efefef;
    }
    .pvcSwiper {
        padding: 35px 0px;
    padding-top: 0;
    
}
.mt-5 {
    margin-top: 1rem !important;
}
.job-box h5 {
    width: 100%;
}
    .innovation-card {
        position: relative;
        width: 100%;
    }
        .innovation-card {
        border-radius: 16px;
        padding: 15px;
        text-align: center;
    }
        .innovation-card-content {
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
        .news-card {
        width: 100%;
        padding: 12px;
    }
        .news-card a h2 {
        font-size: 14px;
        line-height: normal;
    }
    .big-title {
        text-align: center;
    }
.box1 {
    top: 15px;
    left: 0;
}
.box2 {
    bottom: 20px;
    right: 0;
}
    .heading {
        padding-top: 30px;
        text-align: center;
    }
    .social-icons {
        justify-content: center;
    }

    .explore_now {
        padding: 10px 12px;
        margin-bottom: 0;
    }

    .swiper.second-testimonial {
        margin-left: 0%;
    }

    .testimonial-visual {
        width: 50%;
        display: none;
    }

    .banner-txt {
        text-align: center;
        padding: 25px 0;
    }

    .logo-pictures h2 {
        margin-top: 20px;
        font-size: 16px;
    }

    .banner-txt h2 {
        font-size: 14px;
        font-weight: normal;
        padding: 0 19px;
        line-height: normal;
    }
    p {
        margin-bottom: 10px;
        text-align: justify;
    }
    .application-card h4{
        font-size: 18px;
    }



    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .logo {
        position: relative;
        width: 90%;
    }

    .sticky-wrapper.is-sticky .logo {
        position: relative;
        width: 95%;
    }

    .site-navbar-wrap {
        position: relative;
    }

    .menu-btn a {
        padding: 5px;
        width: 45px;
        height: 45px;
    }

    .menu-btn a::before,
    .menu-btn a::after {
        content: "";
        position: absolute;
        left: 0px;
        width: 25px;
        height: 2px;
    }

    .logo-pictures img {
        box-shadow: rgb(99 99 99 / 17%) 0px 2px 8px 0px;
        border-radius: 12px;
        padding: 10px;
        margin: 10px 0;
    }

    .explore_now i {
        width: 30px;
        height: 30px;
        font-size: 16px;
        transform: translateX(10)px;
    }

    .explore_now:hover i {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .logo-pictures p {
        text-align: center;
    }

    .section-title,
    .gallery-title,
    .testimonial-header-row h2,
    .section-heading h2 {
        font-size: 20px;
        line-height: normal;
    }

    .why-card {
        width: 100%;
    }

    p {
        text-align: center;
    }

    .why-choose-section,
    .international-section,
    .team-section,
    .services-section,
    .process-section,
    .products-tech-section,
    .smile-gallery-section {
        padding: 30px 0;
    }

    .why-header {
        margin: 15px;
    }

    .why-card p {
        text-align: left;
    }

    .benefit-card p {
        text-align: left;
        font-size: 14px;
    }

    .benefit-card {
        width: 100%;
    }

    .benefit-card {
        padding-right: 44px;
    }

    .team-content {
        margin-top: 15px;
        padding: 0 15px;

    }

    .team-content h4 {
        font-size: 18px;
    }

    .team-img {
        margin-top: 15px;
        padding: 0 15px;
    }

    .team-card {
        border-radius: 15px;
        padding-bottom: 15px;
    }

    .social-icons a {
        font-size: 16px;
        width: 38px;
        height: 38px;
    }

    .service-card p {
        text-align: left;
    }

    .services-left h2 {
        width: 65%;
    }

    .process-wrapper {
        border-radius: 16px;
        padding: 15px;
    }

    .process-review {
        margin-top: 10px;
        padding: 10px;
        background: #fff;
        border-left: 2px solid #00000073
    }

    .process-item:hover .process-review {
        opacity: 1;
        max-height: auto;
        margin-top: 10px;
        padding: 10px;
    }

    .products-header p {
        font-size: 12px;
        text-align: center;
    }
    ul.pointers {
    gap: 8px;
}
    .big-title {
        font-size: 50px;
        line-height: 50px;
    }
ul.pointers li p{
    text-align: left;
}
.about-btns {
    margin-top: 25px;
    text-align: center;
}
.about-btns a{
    margin-bottom: 10px;
}

    .products-header {
        gap: 20px;
        margin-bottom: 15px;
    }

    .guest-prev,
    .guest-next {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #0096db;
        font-size: 18px;
    }

    .process-number {
        width: auto;
        font-size: 45px;
    }

    .process-dot {
        width: 10px;
        height: 10px;
        top: 24px;
    }

    .process-content h4 {
        font-size: 16px;
    }

    .guest-swiper .swiper-slide-active {
        width: auto !important;
    }

    .connect-item {
        gap: 10px;
        font-size: 14px;
        padding: 10px;
    }

    .connect-item i,
    .gallery-prev,
    .gallery-next {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .connect-items {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .guest-swiper {
        width: 100%;
        padding: 0 10px;
    }

    .guest-swiper .swiper-slide-active {
        width: 100% !important;
    }

    .guest-swiper .guest-card,
    .guest-swiper .swiper-slide {
        height: auto;
    }

    .gallery-card {
        border-radius: 16px;
        height: 240px;
        border: 3px solid #10a2eb;
    }

    .smile-gallery-section {
        padding-bottom: 30px;
    }

    .guest-content h4 {
        font-size: 18px;
        text-align: center;
    }

    .guest-content {
        position: relative;
        width: 100%;
        padding: 10px;
        left: 0;
        bottom: 10px;
    }

    .guest-overlay {
        height: 40%;
        background: linear-gradient(360deg, #1489c5, #1489c5);
    }

    .guest-swiper .swiper-slide p {
        height: auto;
    }

    .guest-card {
        border-radius: 16px;
    }

    .connect-wrapper h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .gallery-title {
        margin: 0;
        margin-bottom: 10px;
    }

    .faq-item.open .faq-answer {
        font-size: 12px;
    }

    button.faq-question {
        gap: 8px;
        font-size: 14px;
        text-align: left;
    }

    .faq-icon i {
        width: 25px;
        height: 25px;
        font-size: 16px;
    }

    .testimonials-v2 {
        padding-top: 30px !important;
        padding: 30px 0;
        border-radius: 16px;
    }

    .testimonials-v2::before {
        border-radius: 16px 16px 0 0;
    }

    .testimonial-header-row {
        display: flex;
        justify-content: space-between;
        gap: 0px;
        margin-bottom: 15px;
        flex-direction: column;
    }

    .google-rating span {
        padding-left: 10px !important;
        border-left: 1px solid #0000006b;
        padding: 0px 0;
        font-size: 12px;
    }

    .google-rating strong {
        font-size: 20px;
    }

    .google-rating img {
        height: 35px;
    }

    .review-card {
        border-radius: 12px;
        padding: 14px;
    }

    .services-swiper .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .service-price h4 {
        font-size: 24px;
    }

    .service-card p {
        margin-bottom: 8px;
    }

    .right img {
        width: 25%;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        border-radius: 6px;
        padding: 9px;
        font-size: 14px;
    }

    .contact-block p {
        text-align: left;
        font-size: 14px;
    }

    .contact-info h2 {
        margin-bottom: 15px;
    }

    .in-flex {
        margin-bottom: 5px;
    }

    .clinic-time {
        padding: 12px;
        border-radius: 14px;
        margin: 15px 0;
        font-size: 14px;
    }

    .map-footer {
        text-align: left;
    }

    .contact-section {
        padding: 30px 0;
    }

}

@media (max-width: 480px) {}

@media (max-width: 375px) {}