﻿body {
    margin: 0px;
    padding: 0px;
}

* {
    box-sizing: border-box;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

.main {
    padding-top: 0px;
}

.header-mobile {
    display: none;
}

.swiper-slider-mobile {
    display: none;
}

.for-enquiry-mobile-view {
    display: none;
}




            /*------for-Header-PAGE----------*/
.header {
    width: 100%;
    background-color: #131D3B;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
}

.header-inner {
    display: flex;
    width: 100%;
    margin: auto;
}

.header-logo {
    width: 114px;
    margin: auto;
}

    .header-logo img {
        width: 100%;
        margin-top: 0px;
    }

.header-nav {
    width: 70%;
}

.header-nav-inner {
    width: 85%;
    margin: 40px;
}

.nav-container {
    display: flex;
    width: 90%;
    padding-left: 186px;
    margin: auto;
    justify-content: space-evenly;
}

.nav-link {
    padding: 15px 0;
}

    .nav-link a {
        color: white;
        font-size: 16px;
        font-weight: 600;
        font-family: 'Karla', sans-serif;
    }

        .nav-link a:hover {
            color: red;
            cursor: pointer;
            text-decoration: underline;
        }

.sub-navlink {
    display: none;
}

.nav-link:hover .sub-navlink {
    display: block;
}





/* Dropdown arrow */

.arrow > a::after {
    content: " ▼";
    font-size: 11px;
    margin-left: 5px;
}




         /*-------- ENQUIRY BLOCK for Desktop----------*/

.for-enquiry {
    top: 520px;
    display: block;
    position: fixed;
    z-index: 2;
    padding: 16px 18px;
    background-color: orange;
    right: -43px;
    transform: rotate(-90deg);
}

    .for-enquiry:hover {
        background-color: #131D3B;
    }

        .for-enquiry:hover a {
            color: white;
        }

.for-enquiry-container {
    font-size: 13px;
    font-family: Poppins;
}

.for-enquiry a {
    color: #131D3B;
}







         /*------- For Whatsapp-------*/
.whatsapp-footer {
    width: 100%;
    bottom: 25px;
    display: block;
    position: fixed;
    left: 20px;
    cursor: pointer;
}

.whatsapp-inner {
    width: 3%;
}

#whatsapp {
}





        /*------ FOOTER BLOCK for Desktop---------*/

.footer-main {
    width: 100%;
    background-image: url('../img/IMG_4181-1-scaled.png');
    background-position: center;
    background-attachment: fixed;
}

.footer-inner {
    width: 100%;
    margin: auto;
    opacity: 0.9;
    background-color: #131D3B;
}

.footer-container {
    display: flex;
    width: 100%;
    margin: auto;
    max-width: 1200px;
}

.footer-logo {
    width: 20%;
    margin: 30px;
    margin-left: 75px;
}

    .footer-logo img {
        width: 70%;
    }

.footer-about {
    width: 33%;
}

.footer-about-container {
    padding: 20px;
}

#about {
    color: #D80000;
    font-size: 17px;
    font-weight: 700;
    font-family: Poppins;
    text-decoration: underline;
}

#para {
    font-family: Poppins;
    color: white;
    font-size: 14px;
    line-height: 25px;
    width: 92%;
    padding-top: 15px;
    letter-spacing:1px;
}

.footer-product {
    width: 40%;
}

.footer-product-container {
    padding: 5px;
}

#product {
    color: #D80000;
    font-size: 17px;
    font-weight: 700;
    font-family: Poppins;
    text-decoration: underline;
}

.footer-anchor-inner {
    padding: 2px;
}

.footer-anchor a {
    color: white;
    font-size: 14px;
    line-height: 23px;
    font-family: Poppins,sans-serif;
}

    .footer-anchor a:hover {
        color: red;
    }




          /*----------for Bottom to Top Click-----------*/
.png {
    position: fixed;
    bottom: 35px;
    right: 30px;
}

.png-inner {
    padding: 9px 12px;
    border-radius: 50%;
    background-color: #131D3B;
    font-size: 20px;
    transition:0.5s ease all;
}

    .png-inner:hover {
        background-color: red;
        transform:scale(1.2);
    }


#backToTopBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
}

    #backToTopBtn:hover {
        opacity: 1;
    }




           /*--------- COPYRIGHT BLOCK----------*/
.copyright {
    width: 100%;
    height: 50px;
}

.copyright-inner {
    width: 90%;
    margin: auto;
}

.copyright-inner-part {
    width: 75%;
    display: flex;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 20px;
}

.left {
    width: 50%;
    text-align: center;
    font-family: Poppins,sans-serif;
}

.right {
    text-align: center;
    width: 50%;
    margin-left: 40px;
}

    .right a {
        color: black;
        margin-left: 40px;
        font-family: Poppins,sans-serif;
    }

        .right a:hover {
            color: darkred;
        }






           /*---------- HOME-PAGE START-HERE-----------*/

.swiper-slider {
    width: 100%;
    padding-top: 129px;
}







.elementor-section {
    width: 100%;
    margin-top: 70px;
}

.elementor-section-inner {
    display: flex;
    width: 100%;
    margin: auto;
    max-width: 1200px;
    gap: 60px;
}

.elementor-section-inner-image {
    margin: auto;
    width: 49%;
}

.untitle1-img {
    position: relative;
    width: 95%;
    margin: auto;
}
    .untitle1-img img {
        display: block; /* inline-gap issue fix */
        width: 100%; /* responsive fit */
        height: auto;
        transform: translateY(0); /* base position */
        transition: transform 0.3s ease; /* smooth movement */
    }

    .untitle1-img:hover img {
        transform: translateY(-12px); /* upar ki taraf move karega */
    }
.untitle3-img {
    position: relative;
    width: 45%;
    margin: -285px 0px 0px 360px;
}
.untitle3-img img {
    display: block; /* inline-gap issue fix */
    width: 100%; /* responsive fit */
    height: auto;
    transform: translateY(0); /* base position */
    transition: transform 0.3s ease; /* smooth movement */
}

.untitle3-img:hover img {
    transform: translateY(-12px); /* upar ki taraf move karega */
}
.untitle2-1-img {
    position: relative;
    width: 35%;
    margin: -190px 0px 0px 292px;
}
.untitle2-1-img img {
    display: block; /* inline-gap issue fix */
    width: 100%; /* responsive fit */
    height: auto;
    transform: translateY(0); /* base position */
    transition: transform 0.3s ease; /* smooth movement */
}

    .untitle2-1-img:hover img {
        transform: translateY(-12px); /* upar ki taraf move karega */
    }
.elementor-section-inner-content {
    width: 50%;
    margin-top: -40px;
}

.ab {
    font-size: 26px;
    color: #b43041;
    font-family: poppins;
    text-decoration: underline;
}

.elementor-section-para {
    width: 100%;
    line-height: 30px;
    font-size: 17px;
    margin-top: -37px;
    font-family: Poppins;
}

.ser {
    display: inline-block;
    background-color: #b43041;
    color: white;
    padding: 14px 35px 14px;
    font-family: Poppins;
    font-size: 15px;
    margin-top: 32px;
    border-radius: 5px;
    transition: 0.5s ease all;
}

    .ser:hover {
        transform: scale(1.1);
        background-color: white;
        border: 1px solid #b43041;
        color: #b43041;
    }






         /*------- COUNTER CARD BLOCK----------*/

.counter-card-part {
    width: 100%;
    padding-top: 100px;
}

.counter-card-inner {
    width: 98%;
    margin: auto;
}

.counter-card {
    display: flex;
    width:100%;
    max-width:1200px;
    margin: auto;
    box-sizing: border-box;
}

.counter-card1, .counter-card4 {
    width: 100%;
    background-color: #b43041;
    padding-top: 20px;
    padding-bottom: 20px;
}

.counter-card1-container {
    padding-top: 30px;
    text-align:center;
}
.for-counter{
    display:flex;
    justify-content:center;
}
.sign {
    color: white;
    font-size: 35px;
    font-weight: bolder;
}

.counter-card2 {
    width: 100%;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.counter-card3 {
    width: 100%;
    background-color: #131D3B;
    padding-top: 20px;
    padding-bottom: 20px;
}


.count, .count4 {
    font-weight: bolder;
    font-size: 30px;
    font-family: poppins;
    color: white;
}

.counts {
    text-align: center;
    color: white;
    font-family: poppins;
    font-size: 16px;
}

.cnt {
    color: black;
    font-weight: bolder;
    font-family: poppins;
    font-size: 30px;
}

.cnts {
    color: black;
    font-size: 18px;
    text-align: center;
    font-family: poppins;
    margin: 20px 40px;
}





         /*---------FOR-TINNED-COPPER-BLOCK--------*/
.elementor-section-bottom {
    background-color: #2A2A2A;
    width: 100%;
    padding-bottom: 115px;
    margin-top: -77px;
}

.elementor-section-bottom-inner {
    padding-top: 110px;
}

.our-heading {
    text-align: center;
    font-size: 30px;
    font-family: poppins;
    color: #b43041;
    text-decoration: underline;
}

.grid-images-cards {
    margin: auto;
    max-width:1400px;
    width:100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    box-sizing: border-box;
    grid-column-gap: 32px;
}

.grid-images-card {
    margin-top: 40px;
}

.cards {
    border: 3px solid #131D3B;
    display: block;
    transition: 0.5s ease all;
}

    .cards:hover {
        border: 3px solid #b43041;
        transform: scale(1.1);
    }

.tin {
    font-size: 17px;
    font-family: Poppins;
    color: white;
}

.tins {
    color: white;
    font-size: 16px;
    font-family: Poppins;
    transition: 0.5s ease-in-out;
}

    .tins:hover {
        color: #b43041;
        transform: scale(1.2);
        text-decoration: underline;
    }






.elementor-home-banner {
    width: 100%;
    background-image: url('../img/Home_BANNER-scaled.png');
    padding-bottom: 100px;
    background-position: center;
    opacity: 0.79;
    background-attachment: scroll;
    background-size: cover;
}

.elementor-home-banner-inner {
    padding-top: 50px;
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.overlay-heading {
    font-size: 25px;
    color: #b43041;
    font-family: poppins;
    text-decoration: underline;
}

.overlay-content {
    font-size: 18px;
    margin-top: -45px;
    font-family: poppins;
    color: #131D3B;
}

.elementor-overlay-grids {
    margin-top: 40px;
    margin: auto;
}

.elementor-overlay-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    box-sizing: border-box;
    grid-row-gap: 30px;
}

.overlay-grid {
    background-color: white;
    height: 185px;
    width: 97%;
    text-align: center;
    font-family: poppins;
    transition: 0.5s ease all;
}

    .overlay-grid:hover {
        transform: scale(0.9);
        border: 1px solid rgba(19, 29, 59,0.88);
    }

    .overlay-grid h6 {
        margin-top: 28px;
        font-family: poppins;
    }

.overlay-span {
    font-size: 17px;
    color: #b43041;
    font-family: poppins;
    text-decoration: underline;
}

.overlay-para {
    font-size: 16px;
    font-family: poppins;
}






.section {
    width: 100%;
    background-image: url('../img/IMG_4181-1-scaled.png');
    background-position: center;
    background-attachment: fixed;
}

.section-inner {
    background-color: rgba(19, 29, 59,0.88);
    padding: 100px 0px 100px 0px;
}

.section-inner-h2 {
    color: #b43041;
    text-decoration: underline;
    font-size: 23px;
    font-family: poppins;
    text-align: center;
}

.section-inner-h3 {
    color: white;
    font-size: 26px;
    font-family: poppins;
    text-align: center;
}







         /*-------UNIT-SECTION BLOCK --------*/
.unit-section {
    width: 100%;
    background-color: white;
    padding-bottom: 10px;
    margin-top: 75px;
}

.unit-section-inner {
    width: 99%;
    margin: auto;
}

.unit-section-inner-part {
    width: 80%;
    margin: auto;
}

.flexing-parts {
    width: 90%;
    display: flex;
    gap: 70px;
    margin: auto;
}

.flexing-part-inner1 {
    width: 50%;
}

.unit-heading {
    font-size: 14px;
    margin-top: -48px;
    font-family: Poppins;
}

.flexing-part1 {
    width: 99%;
    display: flex;
    margin: -20px;
}

.flexing-part-inner2 {
    width: 50%;
}

.flexing-part2 {
    width: 100%;
    display: flex;
    margin: -20px;
}

.logo-flex {
    width: 18%;
}

.content-flex {
    width: 68%;
    margin: auto;
    margin-top: -20px;
}

.jyot {
    color: #414247;
    margin-bottom: 10px;
    font-family: sans-serif,Poppins;
    font-size: 16px;
    font-weight: 800;
}

.content-flex p {
    line-height: 24px;
    font-family: sans-serif,Poppins;
    font-size: 14px;
    color: #414247;
}







          /*--------WHATSAPP-SECTION-----------*/
.contact-section {
    width: 100%;
    height: 55px;
    margin-top: 20px;
}

.contact-section-inner {
    display: flex;
    width: 75%;
    margin: auto;
}

.contact-part {
    width: 30%;
    margin: auto;
    color: #131D3B;
}

.counter-line {
    height: 40px;
    min-width: 1px;
    background-color: black;
}

.contact {
    display: flex;
    width: 95%;
    gap: 10px;
}

.contact-part a:hover {
    color: #b43041;
}

.icon-img {
    width: 5%;
}

    .icon-img:hover {
        color: darkred;
    }

.icon-txt {
    font-family: sans-serif,Poppins;
    font-size: 18px;
    color: #131D3B;
}

    .icon-txt:hover {
        color: darkred;
    }




        /*------- CONTACT-block ---------*/

.contact-us-section {
    width: 100%;
    padding-top: 130px;
}

.contact-us-section-for-mobile {
    display: none;
}

.cnt-img {
    opacity: 0.51;
    filter: brightness(72%) contrast(111%) saturate(118%) blur(0px) hue-rotate(0deg);
}

.contact-unit-section {
    width: 100%;
    padding-bottom: 100px;
    margin-top: 100px;
}

.unit-section-blocking-inner {
    display: flex;
    width: 75%;
    margin: auto;
    margin-top: 65px;
}

.unit-section-inner-partbox1 {
    width: 50%;
    border-radius: 17px;
    margin: auto;
    box-sizing: border-box;
    box-shadow: 2px -2px 20px 0px grey;
    padding-bottom: 50px;
}

    .unit-section-inner-partbox1:hover {
        background-color: #C6934E;
    }

.unit-section-inner-block {
    width: 99%;
    margin-left: 15px;
    margin-top: 50px;
}

.work-heading-contact {
    color: #D80000;
    font-size: 27px;
    font-family: poppins;
}

.blocking-parts {
    padding-top: 10px;
}

.blocking-part-inner1 {
    width: 99%;
}

.unit-heading {
    font-size: 14px;
    margin-top: -48px;
    font-family: Poppins;
}

.blocking-part1 {
    width: 90%;
    display: flex;
}
.unit-heading-c {
    font-size: 11px;
    font-family: Poppins;
}
.logo-flex-c {
    width: 20%;
}
.content-block {
    width: 70%;
    margin: auto;
    margin-top: -20px;
}

    .content-block p {
        font-size: 14px;
        font-family: 'Poppins';
        line-height: 25px;
    }

.unit-section-inner-partbox2 {
    margin: auto;
    border-radius: 20px;
    margin-top: 43px;
    border: 1px solid white;
    box-sizing: border-box;
    box-shadow: 2px -2px 20px 0px grey;
}

.blocking-part-inner2 {
    padding-top:25px;
}

.blocking-part2 {
    width: 90%;
    display: flex;
}

.unit-section-inner-partbox2:hover {
    background-color: #C6934E;
}

.contact-section-block {
    width: 100%;
}

.contact-section-inner-block {
    width: 95%;
    padding-top: 35px;
    margin: auto;
}

.contact-part-block {
    width: 98%;
}

.contact-block {
    display: flex;
    gap: 15px;
}

.icon-img-block {
    width: 4%;
}

.icon-txt-block {
    font-family: 'KARLA';
    color: #131D3B;
    font-size: 17px;
}

.contact-form {
    width: 99%;
}

.contact-form1 {
    width: 100%;
    padding: 35px;
}

.name {
    padding: 10px 160px 10px 10px;
    font-family: karla;
    font-size: 15px;
}

.label {
    padding: 0px 0px 10px 0px;
    margin: 10px;
}

.contact-form1 h3 {
    font-size: 30px;
    font-family: poppins;
    color: #D80000;
    text-decoration: underline;
}

.button {
    margin-top: 20px;
}

.submit {
    background-color: #b43041;
    color: white;
    padding: 11px 84px 11px;
    font-size: 15px;
    border-radius: 5px;
}

    .submit:hover {
        background-color: #4E4E4E;
    }





         /*---------- ABOUT-PAGE-------------*/
.about-section {
    width: 100%;
    background-image: url('../img/about-us-01-scaled.png');
    background-position: center center;
    margin-top: 87px;
    background-size: cover;
    height: 500px;
}

.bck-color {
    background-color: var(--e-global-color-astglobalcolor2);
    opacity: 0.65;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.about-section-inner {
    background-color: #131D3B;
}

.about-section-content {
    width: 100%;
}

.about-section-content-inner {
    font-size: 28px;
    font-family: Poppins;
    position: absolute;
    margin-top: -310px;
    color: white;
    margin-left: 654px;
}







.about-para {
    width: 100%;
    background-color: #FFFFFF00;
}

.about-para-content {
    width: 75%;
    margin: auto;
    background-color: #D2D2D2;
    position: relative;
    margin-top: -140px;
}

.about-para-content-part {
    width: 90%;
    margin: auto;
    padding: 20px 0px 60px 0px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #171717;
    font-weight: 400;
}






.about-elementor-section {
    width: 100%;
    background-color: #FFFFFF;
    padding: 85px;
}

.about-elementor-section-inner-part {
    width: 100%;
}

.about-elementor-section-main-container {
    margin: auto;
    width: 100%;
    max-width:1200px;
}

.about-elementor-section-heading {
    width: 43%;
    margin: auto;
    font-size: 26px;
    color: #000000;
    font-family: Poppins;
    font-weight: 600;
    text-decoration: overline;
}

.about-elementor-section-container1 {
    width: 100%;
    padding-bottom: 50px;
}

.about-elementor-section-container-inner {
    display: flex;
    gap: 65px;
}

.about-elementor-section-container-img {
    width: 70%;
    transition: 0.5s ease all;
}

    .about-elementor-section-container-img:hover {
        transform: scale(1.1);
    }

.about-elementor-section-container-content {
    width: 93%;
    box-shadow: 0px 4px 12px grey;
}

.about-elementor-section-container-content1 {
    padding: 72px 63px 80px 63px;
}

.about-elementor-section-container-content-heading {
    font-size: 25px;
    color: #b43041;
    font-family: poppins;
    text-align: center;
    text-decoration: underline;
}

.about-elementor-section-container-content-para1 {
    font-size: 16px;
    line-height: 31px;
    margin-top: -23px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    text-align:center;
}




          /*-------ACCORDION BLOCK-------*/
.accordion {
    position: relative; /* allow absolutely‑positioned pseudo */
    cursor: pointer;
    padding: 0px 40px 1px 15px; /* extra right padding for the icon */
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: background-color 0.4s;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
}
    .accordion p {
        font-size: 16px;
        font-family: Poppins, sans-serif;
        font-weight: 400;
    }
    /* the +/- icon */
    .accordion::after {
        content: '+'; /* default is plus */
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        line-height: 1;
    }

    /* when active, change to minus */
    .accordion.active::after {
        content: '–'; /* Unicode “en‑dash” (looks like a minus) */
    }

    .accordion:hover,
    .accordion.active {
        background-color: #ccc;
    }

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.panel p {
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}
/* layout containers (unchanged) */
#question-base {
    width: 100%;
    padding-top: 80px;
}

#ques {
    width: 990px;
    max-width: 100%;
}

ul {
    text-align: left;
}

.about-elementor-section-container2 {
    width: 95%;
    margin: auto;
    padding-bottom: 50px;
}

.about-elementor-section-container-content2 {
    padding: 0px 45px 35px 62px;
}

.about-elementor-section-container-content-para2 {
    font-size: 16px;
    width: 90%;
    margin: auto;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin-top: -23px;
}

.about-elementor-section-container3 {
    width: 99%;
    padding-bottom: 50px;
}

.about-elementor-section-container-img3 {
    width: 50%;
}

.about-elementor-section-container-content3 {
    padding: 0px 42px 15px 15px;
}

.about-elementor-section-container-content-para3 {
    font-size: 17px;
    margin-top: -23px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}






         /*-------- TINNED-BRAID-PAGE---------*/

.tinned-pro {
    display: block;
}

.tinned-mobile {
    display: none;
}

.tinned-braid-img {
    margin-top: 130px;
}

.main-ul-page {
    width: 100%;
    padding: 55px;
}

.main-ul-page-inner {
    width: 90%;
    margin: auto;
}

.main-ul-page-container {
    width: 85%;
    margin: auto;
}

.for-li {
    font-size: 18px;
    font-family: poppins, sans-serif;
    font-weight: 300;
    padding: 5px;
}

.table-main-head {
    width: 100%;
}

.table-content {
    width: 95%;
    border-collapse: collapse;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    table-layout: fixed;
}

.for-th {
    background-color: #3f5dbb;
    color: white;
    padding: 6px 12px;
    text-align: left;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 400;
    border-right: 1px solid #fff;
    text-align:center;
    font-family:Poppins;
}

.table-content thead th:last-child {
    border-right: none;
}

.table-body td {
    padding: 12px 10px;
    border-bottom: 1px solid #f0f0f0;
    background-color: #ffffff;
    font-size: 15px;
    font-family: Poppins;
    color: black;
    text-align:center;
}

.table-content tbody tr:nth-child(even) td {
    background-color: #f9f9ff;
}

.table-body td {
    border-right: 1px solid #eaeaea;
}

.table-body tr td:last-child {
    border-right: none;
}

.table-png {
    width: 100%;
    padding-bottom: 50px;
}
.table-png-inner {
    margin: auto;
    width: 30%;
    transition: 0.5s ease all;
    box-shadow: 1px 1px 9px grey;
}

    .table-png-inner:hover {
        transform: scale(1.1);
    }





     /*-------STOCKING BRAID,TINNED TUBULAR WIRE MESH-------*/
table-png1 {
    width: 100%;
    padding-bottom: 50px;
}

.table-png1-inner {
    margin: auto;
    width: 30%;
    transition: 0.5s ease all;
    box-shadow: 1px 1px 9px grey;
}

    .table-png1-inner:hover {
        transform: scale(1.1);
    }








.tinned-braid-solder-img {
    margin-top: 128px;
}





.table-png-inner-tubular {
    margin: auto;
    width: 70%;
    transition: 0.5s ease all;
}

.tubular-wire {
    display: flex;
    width: 100%;
    column-gap: 55px;
}

.tubular-wire-img1 {
    display: flex;
    width: 100%;
    box-shadow: 1px 1px 9px grey;
}

    .tubular-wire-img1:hover {
        transform: scale(1.1);
    }

.tubular-wire-img2 {
    display: flex;
    width: 100%;
    box-shadow: 1px 1px 9px grey;
}

    .tubular-wire-img2:hover {
        transform: scale(1.1);
    }


.table-png-inner-galvanized {
    margin: auto;
    width: 80%;
    transition: 0.5s ease all;
}

.galvanized-wire {
    display: flex;
    width: 100%;
    column-gap: 105px;
}






           /*-------THANK YOU PAGE----------*/

.thank-page-v2 {
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    background-color: #fff;
}

.thank-container-v2 {
    text-align: center;
    max-width: 900px;
    width: 100%;
}

.main-thank {
    font-size: 100px;
    font-weight: 900;
    color: #131D3B;
    font-family: Poppins;
    text-shadow: 6px 6px 15px rgba(13, 62, 255, 0.3);
    margin-bottom: 30px;
}

.thank-text {
    font-size: 27px;
    color: #333;
    margin-bottom: 15px;
    font-family: Poppins;
}
