@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root {
    --font-outfit: "Outfit", sans-serif;
    --font-inter: "Inter", sans-serif;
}

body {
    font-family: var(--font-inter);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--font-inter);
}
p{
    color: #242837;
}
button{
    font-family: var(--font-inter);
}
.nav-link {
    padding: .5rem 8rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #181b24;
    position: relative;
}
.nav-pills .nav-link {
    background: #4a4a4a;
    border: 1px solid #ffffff;
    color: #fff;
}
.nav-pills .nav-link.active::after {
    top: 100%;
    left: 50%;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    margin-left: -10px;
    border-style: solid;
    border-color: rgb(24 27 36) transparent transparent;
    border-image: initial;
    border-width: 10px;
}
.ltn__counterup-item h6{
    font-family: var(--font-inter);
}
.details{
    overflow: hidden;
    height:120px;
}
.ltn__main-menu>ul>li>a {
    font-family: var(--font-inter) !important;
    font-size: 16px;
    border-radius: 15px;
    padding: 3px 10px;
}
.ltn__main-menu li:hover > a {
    color: #ffffff;
    background: #2b2a29;
    border-radius: 15px;
}

input[type="date"]{
    background-color: var(--white);
    height: 65px;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    color: var(--ltn__paragraph-color);
    width: 100%;
    margin-bottom: 30px;
    padding-right: 40px;
    border-width: 2px;
    border-style: solid;
    border-image: initial;
    border-color: var(--border-color-9);
    border-radius: 0px;
}
.about-img-left {
    overflow: hidden;
    border-radius: 30px;
    transition-duration: .5s;
}

.about-us-img-wrap img {
    border-radius: 30px;
    overflow: hidden;
    transition-duration: 1s;
}
.section-bg-6 {
    background: linear-gradient(45deg, #2b2a29, #002040);
}
.ltn__header-middle-area {
    background: #EAF7F4;
}

.about-img-left:hover img {
    transform: scale(1.2);
}

.ltn__page-details-inner p {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}
.ltn__page-details-inner h1, .ltn__page-details-inner h2, .ltn__page-details-inner h3, .ltn__page-details-inner h4, .ltn__page-details-inner h5, .ltn__page-details-inner h6 {
    margin-top: 10px;
}
.section-title {
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 35px;
}

.section-subtitle-2 {
    padding: 0;
}

.section-subtitle-2::before {
    background-color: transparent;
}

.ltn__list-item-half-copy li i {
    width: auto;
    height: auto;
    background-color: transparent;
    color: #000;
}

.ltn__list-item-half li i {
    margin: 0;
}


.ltn__list-item-half-copy li {
    margin: 0;
    width: 100%;
    color: #000;
}

.about-us-info-wrap p {
    color: #000;
}

.one-line {
    border-right: 3px solid #f55834;
    border-radius: 2px;
}

.contact-section {
    padding: 30px 0;
}

.contact-img {
    background: url('./public/images/contact.jpg') center/cover no-repeat;
    min-height: 100%;
    border-radius: 20px 0 0 20px;
}

.contact-box {
    /* background: #fff; */
    background: linear-gradient(90deg, #262937 0%, #072345 100%);
    border-radius: 0 20px 20px 0;
    padding: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.ltn__testimonial-item-7::before{
    background-color: #1f273a;
}
.ltn__testimonial-item-7:hover .ltn__testimoni-info p i {
    color:  #1f273a;
}

.factory_bg {
    background: url(public/images/factory-pattern.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.info-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.info-box i {
    color: #252937;
    margin-right: 10px;
}

.info-box p {
    margin: 0.25rem 0;
    color: #000;
}
.title-2{
    border-color: #191c25;
}

.form-control:focus {
    box-shadow: none;
    border-color: orange;
}

.btn-submit {
    background: #696a70;
    color: white;
    /* width: 100%; */
    border-radius: 50px;
    padding: 5px 10px;
    border:2px solid transparent;
}

.btn-submit:hover {
    background: #252937;
    color: #fff;
    border:2px solid #fff;
}

.footer-widget {
    margin-bottom: 0;
}

.footer_bg {
    background-color: transparent;
    background-image: linear-gradient(90deg, #252837 0%, #082344 100%);
    padding-top: 32px;
    padding-bottom: 20px;
}

.step-number {
    font-size: 2rem;
    font-weight: 700;
    color: #242837;
}

.step-title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #1e1e2f;
}

.step-desc {
    color: #666;
    font-size: 0.95rem;
}

.step-item {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.step-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.rounded-image {
    border-radius: 1rem;
    overflow: hidden;
}
#instagram {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.anchor_btns {
    position: relative;
    z-index: 999;
    text-align: center;
}


.elementor-button-link {
    background-image: linear-gradient(90deg, #2a2a2a 0%, #03213f 100%);
    color: #fff;
    border-radius: 10px;
    /*padding: 5px 7px;*/
    padding: 6px 10px;
    font-size: 15px;
    border: none;
}

.elementor-button-link:hover {
    background: #0a2443 !important ;
    color: #fff;
}

.elementor-heading-title1 {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 10px;
    min-height: 45px;
    text-transform: uppercase;
}
.product_wrapper ul li {
    display: block;
    position: relative;
    padding: 0 10px;
    font-size: 14px;
    color:#000;
}
.product_wrapper ul li::before {
    content: "\f101";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #d9534f;
    left: -10px;
    top: 7px;
    font-weight: 500;
}
.elementor-pricing-title {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

.elementor-heading-desc {
    font-size: 14px;
    margin: 0;
}
.product_wrapper{
    display: block;
    min-height: 480px;
    position: relative;
    margin-bottom: 15px;
    padding: 15px 5px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(152, 152, 152) 5px 5px 12px, rgb(255, 255, 255) -5px -5px 12px;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgb(222, 226, 230) !important;
    border-image: initial !important;

}
.product_wrapper::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 100%;
    right: 100%;
    opacity: 0;
    z-index: 1;
    border-top: 2px solid rgb(30, 32, 39);
    border-right: 2px solid rgb(30, 32, 39);
}
.product_wrapper::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 100%;
    left: 100%;
    opacity: 0;
    z-index: 1;
    border-bottom: 2px solid rgb(30, 32, 39);
    border-left: 2px solid rgb(30, 32, 39);
}
.product_wrapper:hover::before {
    opacity: 1;
    right: 0px;
    bottom: 0px;
    transition: opacity 0.001s, right 0.125s linear 0.001s, bottom 0.125s linear 0.126s;
}
.product_wrapper:hover::before {
    opacity: 1;
    right: 0px;
    bottom: 0px;
    transition: opacity 0.001s, right 0.125s linear 0.001s, bottom 0.125s linear 0.126s;
}
.product_wrapper:hover::after {
    opacity: 1;
    left: 0px;
    top: 0px;
    transition: opacity 0.001s linear 0.251s, left 0.125s linear 0.252s, top 0.125s linear 0.377s;
}


.product_image img {
    object-fit: contain;
    aspect-ratio: 10 / 8;
}

/* Arbind css */

.special-link a {
    background: linear-gradient(90deg, #fba31c 0%, #ef5734 100%);
    color: var(--white) !important;
    padding: 6px 20px !important;
    border-radius: 50px;
}

.menu-icon>a::before {
    content: "\f107";
}

.ltn__header-4 .ltn__header-middle-area,
.ltn__header-5 .ltn__header-middle-area {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ltn__slider-area {
    border-radius: 30px;
    overflow: hidden;
    margin: 0px 40px;
    max-width: 100%;
}

.ltn__slide-item {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Overlay blend */
.bg-overlay-theme-black-60::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    /* 60% dark overlay */
    z-index: 1;
}

/* Content positioning and layering */
.ltn__slide-item-inner {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 40px 20px;
}

.slide-sub-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: inline-block;
}

.slide-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

/* CTA Button styling */
.slide-btn {
    display: inline-block;
    padding: 12px 28px;
    font-weight: 600;
    background-color: #ff6b2c;
    border: none;
    border-radius: 30px;
    color: #fff;
    margin-top: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.slide-btn:hover {
    background-color: #e65a1e;
    color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .slide-title {
        font-size: 32px;
    }

    .slide-sub-title {
        font-size: 14px;
    }
}

.ltn__slide-item-6 {
    height: 650px;
}

.ltn__slide-item-6 .slide-title {
    font-size: 45px;
    font-weight: 500;
}

.ltn__counterup-area {
    background: linear-gradient(90deg, #262937 0%, #072345 100%);
    margin: 10px 40px;
    border-radius: 35px;
}

.ltn__counterup-item {
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}

.ltn__counterup-area hr {
    margin: 35px 0px;
}

.ltn__counterup-area h1,
.ltn__counterup-area h6 {
    color: #fff;
}

.bg-overlay-theme-black-60::before {
    background-color: rgb(0 0 0 / 0%) !important;
}

input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea {       
    margin-bottom: 10px;
    height: 40px;
}

.container-fluid{
        width: 95%;
    }
.innerbg{
    background: url(public/images/about-bg.jpg) no-repeat;
    background-color:#0d1034;
    padding: 20px;
    opacity: 0.9;
    border-radius: 20px;
    background-blend-mode: multiply;
}
.innerbg h2 {
    color: #fff;
    min-height: 150px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 45px;
    font-family: var(--font-inter);
    font-weight: 500;
}
.innerbg h1 {
    color: #fff;
    min-height: 150px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 45px;
    font-family: var(--font-inter);
    font-weight: 500;
}
.details ul li{
    margin-top: .2em;
    color:#000;
}
.details ul{
    margin-top: .2em;
}
.active_on_mobile{
        display: none;
    }
  .sticky-social-icons {
    position: fixed;
    right: 10px;
    top: 45%;
    transform: translate(0, 0%);
    width: 60px;
    z-index: 1000;
}
.sticky-social li {
    display: block;
}
.sticky-social li a {
    width: 45px;
    height: 45px;
    display: inline-block;
    margin: 8px 0;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    position: relative;
    left: 0;
    transition: all .2s ease;
    line-height: 55px;
}
.sticky-social li a:hover {
    position: relative;
    left: -10px;
}
#whatsapp {
    background:#52cd60;
}
#call {
    background:#03a9f4;
}
.sticky-social li a i {
    font-size: 30px;
}
.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
          animation: shockwaveJump 1s ease-out infinite;
}
.btn--shockwave.is-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .65s ease-out infinite;
          animation: shockwave 1s .65s ease-out infinite;
}
.btn--shockwave.is-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .5s ease-out infinite;
          animation: shockwave 1s .5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  55% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  60% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  55% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  60% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }
  100% {
    -webkit-transform: scale(2.25);
            transform: scale(2.25);
  }
}
@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }
  100% {
    -webkit-transform: scale(2.25);
            transform: scale(2.25);
  }
}
.btn--jump.is-active {
  -webkit-animation: .4s jump ease infinite alternate;
          animation: .4s jump ease infinite alternate;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}
/* Responsive */

@media screen and (max-width:1400px) {
    .ltn__slide-item-6 {
        min-height: 400px !important;
        height: 400px !important;
        background-size:100% 100%;
    }

    .elementor-pricing-title {
        font-size: 18px;

    }
}
@media screen and (max-width:800px) {

    .disable_in_mobile{
        display: none;
    }
    .active_on_mobile{
        display: block;
    }
    .top--header-data{
        font-size: 13px;
    }
    .ltn__counterup-area {
    margin: 10px 10px;
}
.ltn__slide-item-6 {
    padding-top: 60px;
}
.ltn__slide-item-6 {
    min-height: 190px !important;
    height: 170px !important;
    background-size: contain;
}

}

