*{
    padding: 0;
    margin: 0;
}
body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Inter' !important;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Inter' !important;
    margin: 0;
}
:root{
    --cta: #165AA6;
    --black: #000;
    --white: #fff;
    --light-black: #020006;
    --dark-blue: #165AA6;
    --grey: #575757;
}
ul,li{
    font-family: 'Inter' !important;
}
span{
    font-family: 'Inter' !important;
}
a{
    text-decoration: none;
    font-family: 'Inter' !important;
}
p{
    font-size: 18px;
    line-height: 28px;
    font-family: 'Inter' !important;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.p-100{
    padding: 100px 0px;
}
.main_title{
    font-size: 56px;
    line-height: 66px;
    font-weight: 700;
    color: var(--black);
}

/*********************Banner**********************/

.hero_slid_img img {
    height: 100%;
    width: 100%;
}
section.main_hero {
    height: 800px;
    position: relative;
}

.hero_slid {
    height: 800px;
    margin: 0 !important;
}

.hero_slid_img {
    height: 100%;
}
.hero_slid .slick-track {
    height: 100%;
}

.hero_slid .slick-slide {
    height: 100%;
}

.hero_slid .slick-slide div {
    height: 100%;
}

section.main_hero:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(179.31deg, rgba(0, 0, 0, 0.75) 0.6%, rgba(39, 39, 39, 0.2) 38.14%, rgba(102, 102, 102, 0) 99.4%);
  
}
.progressBarContainer {
    position: absolute;
    left: 0;
    /* right: 0; */
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    bottom: 280px;
    width: 81.5%;
}

.progressBarContainer div {
  display: block;
  width: 30%;
  padding: 0;
  cursor: pointer;
  margin-right: 2%;
  float: left;
  color: white;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  background-color: rgba(255, 255, 255, 1);
  width: 0%;
  height: 4px;
}

.hero_slid .slick-list{
    z-index: -1;
    height: 800px;
}
.progrees{
    position: relative;
}
.small_slid_box {
    display: flex !important;
    flex-direction: row;
    gap: 30px;
    
}

.small_slid_img img {
    width: 100%;
    height: 100%;
}

.main_hero .container {position: relative;}

.small_hero {
    position: absolute;
    bottom: 45px;
    display: flex;
    padding: 30px;
    background-color: var(--white);
    width: 80%;
    /* overflow: hidden; */
    left: 12px;
}
.small_hero_slid{
    width: 95%;
}

.small_slid_img {
    height: 150px;
    width: 25%;
}

.samll_slid_cont h1 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
    color: var(--light-black);
    width: 75%;
}

.samll_slid_cont {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.hero_slid_cont {
    width: 10%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
    justify-content: center;
}

.hero_slid_cont img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.main_cta {
    transition: 0.5s all ease;
    position: relative;
    padding: 8px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.main_cta:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background-color: var(--cta);
    transition: 0.3s all ease;
}

.cta {
    padding: 0px 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--cta);
    position: relative;
    z-index: 1;
}

.main_cta:hover.main_cta:before{
    width: 100%;
    transition: 0.3s all ease;
}

.main_cta:hover .cta {
    transition: 0.5s all ease;
    color: var(--white);
}

/*********************Our Clients**********************/

.our_clent_head{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.our_clent_head .main_cta:before {
    background-color: var(--dark-blue);
}

.our_clent_head .cta {
    color: var(--black);
}
.our_client_sec {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 21px;
    margin-top: 50px;
}

.our_client_sec .our_clint_box {
    width: 18.7%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #ECECEC;
    height: 165px;
    transition: 0.3s all ease;
}
.our_client_sec .our_clint_box:hover {
    box-shadow: 0 5px 15px rgb(0 0 0 / .1);
    transform: translateY(-5px);
}

/******************Our Products*******************/

.main_products .slick-prev, .slick-next{
    height: 30px !important;
    width: 30px !important;
}
.main_products button.slick-arrow::before {
    display: none;
  }
  .main_products button.slick-arrow,
  .main_products button.slick-arrow:hover,
  .main_products button.slick-arrow:focus {
    outline: 0;
    bottom: -90px;
    top: auto;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .prd_cont_img img {
    cursor: pointer;
}
.soc_icons img {
    height: 20px;
    width: 20px !important;
}
  .main_products .slider.slick-initialized.slick-slider {
    width: 4000px;
}
.main_products{
    overflow: hidden !important;
}
.main_prdct_slid .slick-slide {
    margin-right: 30px;
}
.prd_cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 52px;
}

.prd_cont_img {
    width: 10%;
    display: flex;
    flex-direction: row;
    gap: 15px;
}
  .productprogress {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    width: calc(100% - 80px);
    height: 7px;
    border-radius: 10px;
    overflow: hidden;
    background-color: transparent;
    background-image: linear-gradient(to right, #165AA6, #2A8BE0);
    background-repeat: no-repeat;
    background-size: 0 100%;
    opacity: 1;
    z-index: 1;
    transition: background-size 0.4s ease-in-out;
  }
  .productprogress::after {
    content: "";
    width: 100%;
    height: 7px;
    background: #B7B7B7;
    position: absolute;
    left: 0;
    top: 1px;
    opacity: 0.5;
  }
  .main_prdct_slid {
    margin-top: 50px;
}
.product-body {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 480px;
}

.product_img img {
    width: 100%;
    transition: 0.5s all ease;
    height: 100%;
    object-fit: cover;
}
.product_img {
    overflow: hidden;
    height: 100%;
}

.product-body:hover .product_img img {
    transition: 0.5s all ease;
    transform: scale(1.1);
}

.prodct_cont {
    position: absolute;
    bottom: -42px;
    width: max-content;
    padding: 17px 110px 17px 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: var(--dark-blue);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    transition: 0.5s all ease;
}

.prodct_cont h3 {
    color: var(--white);
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    transition: 0.5s all ease;
}

.prodct_cont a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--white);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.prodct_cont svg {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.product-body:hover .prodct_cont {
    transition: 0.5s all ease;
    bottom: 0;
}

.product-body:hover .prodct_cont h3 {
    transition: 0.5s all ease;
    font-weight: 500;
}

.bright-steel-table {
   background-color: #f9f9f9;
    margin-bottom: 100px;
}
.bright-steel-table h2.main_title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 32px;
}


.bright-steel-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
    border: 1px solid #ddd;
}

.bright-steel-table table caption {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
    color: #333;
}

.bright-steel-table table thead {
    background-color: #6A829A;
    color: #fff;
}

.bright-steel-table table th,
.bright-steel-table table td {
    text-align: left;
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.bright-steel-table table th {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding: 15px 20px;
}

.bright-steel-table table tbody tr:nth-child(odd) {
    background-color: #fff;
}
.bright-steel-table table tbody tr:nth-child(even) {
    background-color: #E2E5EE; 
}

.bright-steel-table table tbody td {
    font-size: 16px;
    line-height: 26px;
    color: #555;
}
.bright-steel-table table tbody td:first-child {
    font-weight: bold;
    text-align: left;
    width: 50px;
}

.bright-steel-table table tbody td:nth-child(2) {
    font-weight: 400;
    color: #000000;
}

.bright-steel-table table tbody td:last-child {
    color: #666;
}

/*******************************About Us********************************/

.main_about_sec {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0px 0px 0px;
    position: relative;
}
.main_about_sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000069;
    top: 0;
}
.about_cont h2.main_title {
    color: var(--white);
}

.about_cont p {
    color: var(--white);
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}

.about_cont {
    width: 50%;
    position: relative;
}
.about_cta .main_cta:before {
    background-color: var(--white);
}

.about_cta a.cta {
    color: var(--white);
}

.about_cta .main_cta:hover.main_cta:before {
    background-color: var(--dark-blue);
}

.about_cta {
    width: 34%;
}

.counter-section i { display:block; margin:0 0 10px}
.counter-section span.counter {font-size: 48px;color:#000;line-height: 50px;display: block;font-weight: 700;color: var(--white);}
.counter-title{
               font-size: 24px;
               text-transform: capitalize;
               line-height: 32px;
               margin-top: 15px !important;
               font-weight: 500;
               color: var(--white);
               width: 90%;
               margin: auto;
               }
.counter-icon {top:25px; position:relative}
.counter-style2 .counter-title {letter-spacing: 0.55px; float: left;}
.counter-style2 span.counter {letter-spacing: 0.55px; float: left; margin-right: 10px;}
.counter-style2 i {float: right; line-height: 26px; margin: 0 10px 0 0}
.counter-subheadline span {float: right;}  

.counter-section span {
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    color: var(--white);
}

.main_about_facts {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 150px;
    padding: 45px;
    background-color: var(--dark-blue);
    position: relative;
}

.counter-section {
    width: 25%;
    text-align: center;
}

.con {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

/*****************Our Manufacturing Facilities*********************/


.manufac_box{
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 32%;
}

.manufac_img img {
    width: 100%;
    transition: 0.5s all ease;
}
.manufac_img {
    overflow: hidden;
}

.manufac_box:hover .manufac_img img {
    transition: 0.5s all ease;
    transform: scale(1.1);
}

.manufac_cont {
    position: absolute;
    bottom: 0px;
    width: max-content;
    padding: 15px 70px 15px 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #FFF;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    transition: 0.5s all ease;
}
.manufac_logo img {
    width: 100%;
}

.manufac_logo {
    position: absolute;
    bottom: 5px;
    background-color: var(--white);
    padding: 12px 60px 12px 10px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    transition: 0.5s all ease;
}
.manufac_box:hover .manufac_logo {
    transition: 0.5s all ease;
    bottom: 105px;
}

.manufac_cont h3 {
    color: var(--black);
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    transition: 0.5s all ease;
}

.manufac_cont a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--white);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.manufac_cont svg {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.manufac_box:hover .manufac_cont {
    transition: 0.5s all ease;
    bottom: 0;
}
.manufac_head p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--grey);
    margin-top: 20px;
    width: 45%;
}

.manufac_head {
    margin-bottom: 45px;
}
.manufac_sec {
    display: flex;
    flex-direction: row;
    gap: 26px;
    justify-content: center;
}

/*****************Quality*******************/

.quality_content{
    width: 50%;
    position: relative;
    z-index: 1;
}
.main_quality{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main_quality::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #165AA6;
    clip-path: polygon(53% 0, 62% 60%, 56% 100%, 0 100%, 0 0);
}

.quality_content h2.main_title {
    color: var(--white);
    margin-bottom: 15px;
}

.quality_content p {
    font-weight: 400;
    color: var(--white);
    width: 85%;
}

.quality_cta .main_cta:before {
    background-color: var(--white);
}

.quality_cta a.cta {
    color: var(--white);
}

.quality_cta {
    width: max-content;
    margin-top: 20px;
}


.quality_cta .main_cta:hover .cta {
    color: var(--cta);
}

/***********************Footer***********************/

footer.footer {
    background-color: #222222;
}

.social h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.social {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.soc_icons svg {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
}

.soc_icons {
    display: flex;
    gap: 20px;
}
.foot_det {
    padding: 80px 0px;
}

.footer .col-lg-4 {
    border-right: 1px solid #9b9b9bde;
}

.foot_det img {
    width: 390px;
}
.footer_menu {
    padding: 80px 0px 70px 50px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
}

.footer_menu h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}

.foot_column {
    width: 33%;
}

.footer_menu a {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    transition: 0.5s all ease;
}
.footer_menu a:hover {
    transition: 0.5s all ease;
    padding-left: 10px;
}

.footer_menu li {
    margin-bottom: 12px;
}
.cont_add p a {
    font-size: 20px;
    font-weight: 600;
    color: var(--black);
}
.cont_add p img {
    filter: brightness(0) sepia(1) saturate(9993%) hue-rotate(205deg);
    height: 30px;
    width: 30px;
    margin-right: 15px;
}

.footer_menu p {
    color: #fff;
    display: flex;
    flex-direction: column;
}
.foot_bot_cont p {
    color: #fff;
}

.foot_bot_cont a {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.term_cond {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.foot_bot_cont {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 15px;
}

.foot_bottm {
    border-top: 1px solid #9b9b9bde;
}

/***************main about page**************/

.main_inner_banner {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sh_balaji_india {
    height: 600px !important;
}

.main_inner_banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #00000080;
}
.inn_ban_cont {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inner_title h1 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 15px;
}

.bread_chumbh ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.bread_chumbh ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    color: var(--white);
    font-weight: 500;
    gap: 8px;
}

.ab_img img {
    width: 100%;
}

.ab_cont img {
    width: 100%;
}

.ab_cont h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--black);
}

.ab_cont p {margin-bottom: 50px;}

.ab_cont {
    padding-left: 25px;
}
.main_mision_vision {
    background-color: #F2F2F2;
}

.mision_img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.mision_img h4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
}

.mision_box p {
    margin: 0;
    font-weight: 400;
    color: #fff;
}
.mision_box {
    padding: 40px;
    height: 300px;
    background-image: url(https://nextstep.net.in/jd-sons/wp-content/uploads/2025/01/Mask-group-3.png);
}
.vission_box {
    background-image: url(https://nextstep.net.in/jd-sons/wp-content/uploads/2025/01/Mask-group-4.png);
}
.ab_his_cont h2 {
    font-size: 56px;
    line-height: 66px;
    font-weight: 500;
    color: var(--black);
    width: 80%;
    margin-bottom: 24px;
}

.ab_his_cont p {
    font-weight: 400;
    color: var(--black);
}

.ab_his_cont li {
    list-style: disc;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 12px;
}

.ab_his_cont ul {
    padding-left: 20px;
}

.ab_his_img img {
    width: 100%;
}

/****************Our Leadership**********************/

.main_lead_desc .short_desc p {
    text-align: center;
    font-weight: 400;
    color: var(--black);
    width: 85%;
    margin: auto;
}

.main_lead_desc .short_desc {
    margin-bottom: 50px;
}

.managing_direc h3 {
    font-size: 40px;
    margin-bottom: 50px;
    line-height: 50px;
    font-weight: 700;
    color: var(--black);
    text-align: center;
}
.man_dir_box {
    width: 85%;
    margin: auto;
}
.managing_direc .row {
    row-gap: 40px;
}
.man_dir_box img {
    width: 100%;
}

.man_dir_box h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
}
.man_dir_box p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    padding-bottom: 24px;
    border-bottom: 1px solid #000;
}
.prd_directr h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: var(--black);
    text-align: center;
} 
.prd_direc_sec {
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 103px;
    flex-wrap: wrap;
}
.pd_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pd_box {
    width: 28%;
}
.pd_box .pd_img {
    height: 350px;
}
.pd_box h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}
.prd_directr {
    margin-top: 50px;
}

.acc_dep h3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: var(--black);
    text-align: center;
}
.acc_dep_sec {
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.acc_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.acc_box {
    width: 32%;
}
.acc_box .acc_img {
    height: 350px;
}
.acc_box h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}
.acc_dep {
    margin-top: 50px;
}

/***************Products Page*********************/

.prd_box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 49.2%;
}

.prd_img img {
    width: 100%;
    transition: 0.5s all ease;
}
.prd_img {
    overflow: hidden;
}

.prd_box:hover .prd_img img {
    transition: 0.5s all ease;
    transform: scale(1.1);
    filter: blur(5px);
}

.prdc_cont {
    position: absolute;
    bottom: -212px;
    padding: 20px 20px 20px 20px;
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: var(--dark-blue);
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
    transition: 0.5s all ease;
}

.prdc_cont h4 {
    color: var(--white);
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    transition: 0.5s all ease;
}

.prdc_cont a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--white);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.prdc_cont p{
   font-weight: 400;
   color: var(--white);
   width: 80%;
}
.prdc_cont svg {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.prd_box:hover .prdc_cont {
    transition: 0.5s all ease;
    bottom: 0;
}
.main_prd_sec {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0px 20px;
}

.prd_box:nth-child(even) {
    margin-top: 100px;
}

/*******************Single Products Page*****************/

.main_sing_img .slick-list.draggable {
    height: 100%;
}

.main_sing_img .slick-slide {
    height: 100%;
}

.main_sing_img .slick-track {
    height: 100%;
}

.main_sing_img .slick-slide div {
    height: 100%;
}

/*.thumb_img {*/
/*    height: 150px;*/
/*    width: 165px !important;*/
/*}*/

.thumb_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.main_thumb_slider {
    position: relative;
    padding: 0px 35px;
}
.main_thumb_slider .rel_control {
    left: 0px;
}

.main_thumb_slider .rel_control img {
    height: 22px;
    width: 22px;
}

/*.thumbnail_slider .slick-slide div {*/
/*    height: 120px;*/
/*    width: 135px !important;*/
/*}*/

.thumbnail_slider .slick-slide {
     /* Thumbnails ke beech 10px ka gap */
     margin-left: 10px;
     margin-right: 10px;
}

.thumbnail_slider .slick-list {
    margin-left: -10px; /* Left side alignment correct karne ke liye */
    margin-right: -10px; /* Right side alignment correct karne ke liye */
}
.thumbnail_slider .slick-slide:last-child {
    /* margin: 0px !important; */
}
.sing_pr_pop .modal-dialog {
  max-width: 30%; /* Adjust width as needed */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sing_pr_pop .modal-content {
  max-height: 100vh; /* Modal height fits within the viewport */
  overflow: visible; /* Prevent overflow outside the modal */
  padding: 30px;
}

.sing_pr_pop .modal-body {
  max-height: 65vh; 
	padding: 0;
  padding-bottom: 15px !important;
  overflow: hidden;
}
.sing_pr_pop .modal-dialog-scrollable .modal-body input {
    display: block;
    width: 100%;
    padding: 14px 10px;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
}
	.sing_pr_pop .form-label {
    margin-bottom: 15px;
}
textarea {
    height: 100px;
}

.sing_pr_pop .modal-body p {
    margin: 0px !important;
}
.sing_pr_pop .modal-dialog-scrollable .modal-body input#resumeUpload {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
}
	
.sing_pr_pop .modal-footer input {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: var(--white);
    background-color: var(--dark-blue);
    padding: 10px 25px;
    border: none;
    border-radius: 0;
    width: 100%;
}
.sing_pr_pop .modal-footer p {
    height: 40px;
}
.sing_pr_pop .modal-dialog-scrollable .modal-body textarea#message {
    border: 1px solid #ccc;
    padding: 8px;
    margin-top: 5px;
    border-radius: 0px;
}
	.main_sin_prdct .main_specific {
    text-align: center;
}
.main_sin_prdct .main_specific button.request-btn {
    margin-top: 30px;
}
	.main_appli_sec button.request-btn {
    margin-top: 30px;
}
.sing_pr_pop .modal-header {
    padding: 0px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.sing_pr_pop .modal-header h1 {
    font-size: 24px !important;
    font-weight: 600;
    color: var(--dark-blue);
}
.sing_pr_pop .modal-footer {
     padding: 0;
    padding-top: 20px;
    border-top: 1px solid #bcbcbc !important;
}

.sing_pr_pop .modal-dialog-scrollable .modal-body input:focus {
    box-shadow: none;
    border: 1px solid var(--dark-blue) !important;
}

.sing_pr_pop .modal-dialog-scrollable .modal-body textarea:focus {
    box-shadow: none;
    border: 1px solid var(--dark-blue) !important;
}
.main_sing_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_sing_img {
    height: 550px;
}
.main_sing_img.slider {
    margin-bottom: 25px;
}
.sin_cont p {
    font-weight: 400;
    color: var(--black);
    margin-bottom: 25px;
}

.sin_cont a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--white);
    background-color: var(--dark-blue);
    padding: 10px 25px;
}
button.request-btn {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: var(--white);
    background-color: var(--dark-blue);
    padding: 10px 25px;
    border: none;
}
.sin_cont h2 {
    font-size: 40px;
    line-height: 54px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 15px;
}

.sin_cont {
    padding-left: 20px;
    height: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.main_specific {
    margin-top: 100px;
}

.main_specific h2.main_title {
    text-align: center;
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 58px;
}

.main_specific p {
    text-align: center;
    font-size: 24px;
    color: var(--black);
}

.specific_sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.specific_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.specific_box .speci_head {
    width: 35%;
    padding: 20px;
    background-color: #6A829A;
}

.specific_box .speci_desc {
    width: 65%;
    padding: 20px;
    background-color: #E2E5EE;
}

.speci_head p {margin: 0;text-align: left;font-size: 20px;line-height: 30px;font-weight: 500;color: var(--white);}

.speci_desc p {
    margin: 0;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--black);
}

.specific_box:last-child {
    margin-bottom: 0px;
}
.main_sin_prdct .row {
    /* align-items: center; */
}
section.p-100.main_appli {
    padding-top: 0px;
}

.main_appli_sec {
    box-shadow: 0px 4px 20px 0px #00000040;
    padding: 100px 40px;
    text-align: center;
}

.main_appli_sec h2.main_title {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
}

.appli_sec {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 30px 0px;
}

.appli_box {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.appli_box p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: var(--dark-blue);
}

.main_rel_slider {
    position: relative;
    margin-top: 45px;
    padding: 0px 40px;
}

.rel_control {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    left: -5px;
}
.rel_control img {
    cursor: pointer;
}
.rel_img img {
    width: 100%;
    height: 100%;
}
.rel_img {
    height: 370px;
}


.main_rel_slider .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}

.main_related_prdocts h2.main_title {
    font-size: 48px;
    line-height: 58px;
    text-align: center;
}
.main_related_prdocts {
    padding-top: 0px;
}
.rel_cont h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--black);
}

.rel_cont a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--dark-blue);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.rel_cont {
    padding: 20px 0px 0px 0px;
}

/******************************Shree Balaji Tech India***********************************/

.tech_head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.tech_slid_con {
    display: flex;
    gap: 15px;
}
.main_tech_prdct {
    /* background-color: #F8F8F8; */
}
.balaji_cont h2.main_title {
    text-align: center;
    margin-bottom: 24px;
}

.balaji_cont p {
    margin: 0;
    text-align: center;
}

.tech_slid_con img {
    cursor: pointer;
}
.facilities_sec {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.facli_tabs {
    width: 33%;
    padding: 80px 40px;
    background-color: var(--dark-blue);
}
.facli_tab_cont{
    width: 67%;
}
.facli_tabs ul li a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: var(--white);
}

.facli_tabs ul li {
    padding: 0px 10px 10px 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    cursor: pointer;
}

.facli_tabs ul li:last-child {
    margin-bottom: 0px;
}
.facilities_sec .tab_content {
        display: none;
    }
.facilities_sec .tab_content.active {
        display: block;
    }
.facli_tabs ul li.active {
    border-left: 10px solid #efefef;
}
.facility_tabs_cont {
    padding: 20px 30px;
}

.facility_tabs_cont h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 10px;
}

.facility_tabs_cont p {
    font-weight: 400;
    color: var(--black);
}
.fac_cont {
    text-align: center;
    margin-bottom: 45px;
}

.fac_cont h2.main_title {
    margin-bottom: 12px;
}

.fac_cont p {
    margin: auto;
    width: 80%;
}
section.p-100.main_facilites_sec {
    background-color: #F8F8F8;
}
.main_loaction{
     background-color: #F8F8F8;
}
.main_loaction h2{
    text-align: center;
}
.loc_map{
    margin-top: 45px;
    height: 500px;
}
.loc_sec {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    padding: 50px 0px 0px 0px;
}

.loc_box {
    text-align: left;
    display: flex;
    align-items: baseline;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    width: 30%;
    padding-left: 0px;
    border-right: 2px solid var(--dark-blue);
}

.loc_box p {
    margin: 0;
}

.loc_cont {display: flex;flex-direction: column;}

.loc_box:first-child {
    width: 35%;
    padding-left: 0px;
    padding-right: 20px;
}
.loc_box:last-child {
    border: none;
}

.loc_cont a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--black);
}
.manufac_cont img {
    height: 50px;
    width: 50px;
}

/*********************Quality Page************************/

.qual_sec h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--black);
}

.qual_sec p {
    margin: 0;
    font-weight: 400;
    color: var(--black);
    width: 92%;
}

.qual_img {
    margin-bottom: 35px;
}

.qual_img img {
    border-radius: 10px;
    width: 100%;
}

.qual_sec {
    padding-bottom: 50px;
    border-bottom: 1px solid #000;
}

section.p-100.main_qual {
    padding-bottom: 0px;
}

.certificates_cont h2{
     font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--black);
}
.certificates_cont p {
    margin: 0;
    font-weight: 400;
    color: var(--black);
    width: 70%;
}
.certificates_sec {
    display: flex;
    flex-direction: row;
    gap: 35px;
    margin-top: 55px;
}

.certific_box {
    width: 33%;
}

.certific_img img {
    width: 100%;
}
.certific_cont {
    padding: 20px 40px;
}

.certific_cont h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 10px;
}
.certific_cont h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    color: var(--black);
}
.certific_cont a {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: underline;
    color: var(--black);
}
.prodct_cont a img {
    height: 22px;
    width: 22px;
}
.prdc_cont a img {
    height: 22px;
    width: 22px;
}

.rel_cont a img {
    height: 22px;
    width: 22px;
}
/************************Clients Page*******************************/

.our_client_page_sec .our_clint_box {
    width: 23.7% !important;
}
.our_client_page p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--black);
    width: 90%;
    margin: auto;
}


/***************************Contact US*******************************/


.main_form .main_input_field {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.main_form .main_input_field .form-group {
    width: 50%;
}
.main_form .main_input_field .form-group input {
    height: 50px;
    width: 100%;
    padding: 0px 20px;
}
.main_form .main_input_field .form-group select {
    height: 50px;
}
.textarea textarea {
    height: 80px;
}
.submit_btn {
    margin-top: 30px;
    width: max-content;
}
.submit_btn input {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding: 12px 50px;
    color: var(--white);
    background-color: var(--dark-blue);
	border: none;
}
section.p-100.main_form {
    background-color: #F2F2F2;
}

.main_contact_form {
    margin: auto;
    width: 70%;
}
.main_form h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: var(--dark-blue);
    margin-bottom: 12px;
    text-align: center;
}
.main_form .main_input_field .form-group p {
    width: 100%;
    margin: 0px !important;
}

.textarea p {
    width: 100% !important;
    margin: 0px !important;
}

.submit_btn p {
    width: 100%;
    margin: 0px !important;
}

.main_form p {
    font-size: 20px;
    line-height: 30px;
    width: 75%;
    text-align: center;
    margin: auto;
    margin-bottom: 20px !important;
}

::-webkit-scrollbar {
	width: 5px;
	background: #ffffff;
	color: var(--dark-blue);
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: var(--dark-blue);
	border-radius: 10px;
}
.cont_sec {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}

.cont_box {
    width: 31.5%;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    height: 490px;
    gap: 5px;
    justify-content: space-between;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.cont_map {
    width: 100%;
}
.cont_icon {
    margin-bottom: 0px;
    border: 3px solid var(--dark-blue);
    padding: 18px 20px;
    border-radius: 50%;
}

.cont_add h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--dark-blue);
}

.cont_add h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
}

.cont_add p {
    font-weight: 400;
    color: var(--black);
    margin-bottom: 5px;
    font-size: 17px;
}
.main_con_page h2{
    font-size: 40px;
     font-weight: 700;
     text-align: center;
     line-height: 50px;
     margin-bottom: 42px;
}
.cont_icon img {
    height: 24px;
    width: 24px;
}
.cont_box:hover .cont_icon {
    background-color: var(--dark-blue);
}

.cont_box:hover .cont_icon img {filter: brightness(100) saturate(100%);}
.main_form .main_input_field .form-group input:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--dark-blue);
    outline: 0;
    box-shadow: none;
}
.main_form .main_input_field .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--dark-blue);
    outline: 0;
    box-shadow: none;
}
.main_form textarea:focus{
      color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--dark-blue);
    outline: 0;
    box-shadow: none;
}
/*quality*/
.qualities_sec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}
.qualities_sec .certific_box {
    width: 100%;
}
/*floating whatsapp*/
.floating-whatsapp {
    position: fixed;
    bottom: 50px; /* Adjust to set distance from bottom */
    right: 50px;  /* Adjust to set distance from right */
    z-index: 1000; /* Ensure it appears above other content */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25d366; /* WhatsApp green color */
    display: flex;
    justify-content: center;
    align-items: center;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: all 300ms ease-in-out;
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.floating-whatsapp:hover {
    transform: scale(1.1); /* Zoom effect on hover */
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
}

.floating-whatsapp img {
    width: 70%;
    height: 70%;
    display: block;
}

/*******************thank you page****************/

.thank_cont {
    text-align: center;
}

.thank_cont h1 {
    font-size: 74px;
    line-height: 84px;
    margin-bottom: 20px;
    text-align: center;
    font-style: italic;
    font-weight: 900;
}

.thank_cont p {
    font-size: 20px;
    line-height: 30px;
    width: 85%;
    margin: 0 auto 10px;
}

.thank_but {
    margin-top: 35px;
}
.thank_cont p a {
    font-size: 20px;
    font-weight: 600;
    color: var(--yellow);
}
.thank_but a{
font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding: 15px 50px;
    color: var(--white);
    background-color: var(--dark-blue);	
}

.our_clint_box img {
    width: 100%;
}

.thumbnail_slider .slick-slide.slick-current.slick-active img {transform: scale(1.1);transition: 0.5s all ease;}

.thumb_img {
    overflow: hidden;
    position: relative;
}