/********** Template CSS **********/
:root {
    --primary: #FF3E41;
    --secondary: #51CFED;
    --light: #F8F2F0;
    --dark: #060315;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color:#FD6A02;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: #5a0ab4;
  font-weight: 800;
  font-size: 14px;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        top: -6px;
        left: 50%;
        /* background: #FFFFFF; */
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.owl-carousel.owl-loaded{
  margin: -79px 0px 0px 0px;
}
.mde68{
  margin: 65px 0px 0px 0px;
}

/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 20px;
        font-weight: 800;
        text-align: justify;
        letter-spacing: -0.5px;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/3274000691.png) center center no-repeat;
    background-size: cover;
    margin: -75px 0px 0px 0px;
    height: 374px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service, Price & Team ***/
.service-item,
.price-item,
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item img,
.team-item img {
    transition: .5s;
}

.service-item:hover img,
.team-item:hover img {
    transform: scale(1.1);
}

.service-item a.btn-slide,
.price-item a.btn-slide,
.team-item div.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span,
.price-item a.btn-slide i,
.price-item a.btn-slide span,
.team-item div.btn-slide i,
.team-item div.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}

.team-item div.btn-slide span a i {
    padding: 0 10px;
}

.team-item div.btn-slide span a:hover i {
    background: var(--secondary);
}

.service-item a.btn-slide span,
.price-item a.btn-slide span,
.team-item div.btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
}

.service-item:hover a.btn-slide i,
.price-item:hover a.btn-slide i,
.team-item:hover div.btn-slide i {
    border-radius: 0;
}

.service-item:hover a.btn-slide span,
.price-item:hover a.btn-slide span,
.team-item:hover div.btn-slide span {
    left: 0;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span,
.price-item a.btn-slide:hover i,
.price-item a.btn-slide:hover span {
    background: var(--secondary);
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    animation: pulse 1s ease-out .5s;
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact-page {
        max-width: 100% !important;
    }

    .contact-page .contact-form  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-page .contact-form  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-page .contact-form  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    background-color: #969696;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #121111;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

/* own changes  */
.hero1{
    background-color: #ff9041;
    border-radius: 50px 50px;
    height: 50px;
    width: 210px;
    color: #EEEEEE;
    font-size: 14px;
    text-align: center;
    font-weight: 900;

}
.fto1{
    /* margin: 0px 0px 0px 99px; */
    /* height: 466px; */
    
}
.kyu371{
  margin: 200px 0px 0px 0px;
}
.pft{
    color: #060315;
}
.logapp{
  height: 235px;
  width: 380px;
  position: relative;
  left: 45%;

}

/* partner with us box */
.partn5{
  background: linear-gradient(rgb(148 161 193 / 80%), rgb(37 37 95 / 80%)), url(../img/midsection-man-working_1048944-1433511.jpeg) no-repeat;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
margin: 0px 0px -96px 0px;
  
}
.partn4{
    width: 100%;
    height: 50vh; 
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-size: 3vw;
    /* padding-top: 25%; */
    
    
    color: #191818;
    font-weight: strong;
   
  }
  .gf4{
    padding: 10px 0px 0px 0px;
  }
  .gf5 h3 {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid #FD6A02; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: .10em; /* Adjust as needed */
    animation: 
      typing 6.5s steps(40, end),
      blink-caret .45s step-end infinite;
  }
  
  /* The typing effect */
  @keyframes typing {
    from { width: 0 }
    to { width: 60% }
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color:#FD6A02; }
  }
/* partner with us box */

/* button  start*/
.wrap3 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 58px 132px 0px -70px;
  }
  
  .button3 {
    min-width: 300px;
    min-height: 60px;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    /* color: #dfdfea; */
    background: #ff7d21c4;
  background:#fd7e24
  ;
    border: none;
    border-radius: 1000px;
    /* box-shadow: 10px 10px 20px #fd6b02ca */
    ;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
    }
  
  .button3::before {
  content: '';
    border-radius: 1000px;
    min-width: calc(300px + 12px);
    min-height: calc(60px + 12px);
    /* border: 6px solid#df7c36;
    box-shadow: 0 0 30px#db894e ; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
  }
  
  .button3:hover, .button3:focus {
    color: #5c5cc9;
    transform: translateY(-6px);
  }
  
  .button3:hover::before, .button3:focus::before {
    opacity: 1;
  }
  
  .button3::after {
    content: '';
    width: 30px; height: 30px;
    border-radius: 100%;
    border: 6px solid#fd6b02e3;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
  }
  
  .button3:hover::after, button:focus::after {
    animation: none;
    display: none;
  }
  
  @keyframes ring {
    0% {
      width: 30px;
      height: 30px;
      opacity: 1;
    }
    100% {
      width: 300px;
      height: 300px;
      opacity: 0;
    }
  }









  .wrap4 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 58px 132px 0px -70px;
  }
  
  .button4 {
    min-width: 300px;
    min-height: 60px;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    /* color: #ececf4; */
    background: #5A0AB4;
  background:#5A0AB4;
    border: none;
    border-radius: 1000px;
    /* box-shadow: 12px 12px 24px#5A0AB4; */
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
    color: white;
    }
  
  .button4::before {
  content: '';
    border-radius: 1000px;
    min-width: calc(300px + 12px);
    min-height: calc(60px + 12px);
    /* border: 6px solid#6120acc6
    ;
    box-shadow: 0 0 30px#9b4df5; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
  }
  
  .button4:hover, .button3:focus {
    /* color: #df622d; */
    transform: translateY(-6px);
  }
  
  .button4 :hover::before, .button3:focus::before {
    opacity: 1;
  }
  
  .button4::after {
    content: '';
    width: 30px; height: 30px;
    border-radius: 100%;
    /* border: 6px solid#5A0AB4; */
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
  }
  
  .button4:hover::after, button:focus::after {
    animation: none;
    display: none;
  }
  
  @keyframes ring {
    0% {
      width: 30px;
      height: 30px;
      opacity: 1;
    }
    100% {
      width: 300px;
      height: 300px;
      opacity: 0;
    }
  }
.bty65{
    margin: 0px 0px 0px 306px;
}
/* button end */

/* box animated  */
.ag-format-container {
    /* width: 1842px; */
    margin: 0 auto;
  }
  
  
 
  .ag-courses_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  
    padding: 51px 0px 0px 38px;
  }
  .ag-courses_item {
    -ms-flex-preferred-size: calc(33.33333% - 30px);
    /* flex-basis: calc(33.33333% - 30px); */
    width: 46%;
  
    margin: 0 15px 30px;
  
    overflow: hidden;
  
    border-radius: 28px;
  }
  .ag-courses-item_link {
    display: block;
    padding: 30px 20px;
    background-color: #4b4646;
  
    overflow: hidden;
  
    position: relative;
  }
  .ag-courses-item_link:hover,
  .ag-courses-item_link:hover .ag-courses-item_date {
    text-decoration: none;
    color: #FFF;
  }
  .ag-courses-item_link:hover .ag-courses-item_bg {
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
  }
  .ag-courses-item_title {
    min-height: 67px;
    /* margin: 0 0 25px; */
  
    overflow: hidden;
  
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
  
    z-index: 2;
    position: relative;
  }
  .ag-courses-item_date-box {
    font-size: 16px;
    color: #FFF;
  
    z-index: 2;
    position: relative;
  }
  .ag-courses-item_date {
    font-weight: bold;
    color: #f9b234;
  
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
  }
  .ag-courses-item_bg {
    height: 108px;
    width: 108px;
    background-color: #FD6A02;
  
    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;
  
    border-radius: 60%;
  
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  .ag-courses_item:nth-child(2n) .ag-courses-item_bg {
    background-color: #5A0AB4;
  }
  .ag-courses_item:nth-child(3n) .ag-courses-item_bg {
    background-color: #e44002;
  }
  .ag-courses_item:nth-child(4n) .ag-courses-item_bg {
    background-color: #952aff;
  }
  .ag-courses_item:nth-child(5n) .ag-courses-item_bg {
    background-color: #cd3e94;
  }
  .ag-courses_item:nth-child(6n) .ag-courses-item_bg {
    background-color: #4c49ea;
  }
  
  
  
  @media only screen and (max-width: 979px) {
    .ag-courses_item {
      -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
    }
    .ag-courses-item_title {
      font-size: 24px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .ag-format-container {
      width: 96%;
    }
  
  }
  @media only screen and (max-width: 639px) {
    .ag-courses_item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
    .ag-courses-item_title {
      min-height: 72px;
      line-height: 1;
  
      font-size: 24px;
    }
    .ag-courses-item_link {
      padding: 22px 40px;
    }
    .ag-courses-item_date-box {
      font-size: 16px;
    }
  }
/* box animated  */
.mk06{
    text-align: justify;
    word-spacing: .05px;
    font-size: 19px;
}
.partn6{
    background-color: #9269cf;
    margin: -89px 0px -56px 0px;
    height: 100px;
    border-radius: 49px;
    box-shadow: 9px 8px 19px 0px black;
}
.gf6{
    margin: -45px 0px 0px 0px;
}
.mj4{
    text-align: justify;
    width: 90%;
    margin-left: 68px;
}
.mk32{
    font-size: 15px;
}
.gf10{
    margin: -15px 0px 0px 0px;
}
.partn9{
    height: 130px;
    background-color:#9269cf;
    height: 130px;
    border-radius: 49px;
    box-shadow: 9px 8px 19px 0px black;
}

/* product section  */
.section4
{
	/* padding:6rem 0; */
}

.mid-fluid
{
	max-width: 50%;
}

.title-service-section-2
{
	text-align:center;
}

.title-service-section-2 p.p-intro
{
	margin-bottom:3rem;
}

#service-2 .card
{
	/* height:278px; */
	margin-top: 5%;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	border-radius: 25px;
	border: none;
	background-color: white;
  cursor:pointer;
}

#service-2 .btn
{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 110%;
	transform: translate(-50%, -50%);
	box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	padding: 0.8rem 1.7rem;
	border: none;
	font-weight: bold;
}

@media(max-width:860px)
{
  #service-2 .btn
  {display:none;}
}

#service-2 .card:hover .btn
{
	opacity: 1;
	top: 100%;
	box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

#service-2 .btn:hover
{
color: #000000;
  border: none;
  background-color: #ff9041cf;
}

#service-2 h5
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.7rem;
	opacity: 0;
	text-shadow: 1px 1px 2px black;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	text-align:center;
}

#service-2 .card:hover h5
{
	opacity: 1;
	font-size: 2rem;
}

#service-2 .card img.card-img-top
{
      height: 287px;
        object-fit: cover;
	filter: blur(0px) brightness(100%);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	clip-path: polygon(0 0, 100% 0, 100% 278px, 0 278px);
}

@media(min-width:728px)
{
  #service-2 .card img.card-img-top
  {
    border-radius:25px;
  }
}

#service-2 .card:hover img.card-img-top
{
	filter: blur(3px) brightness(44%);
}

.col-card-1 > div:nth-child(1) > a:nth-child(3):hover {background-color: Plum;}
.col-card-2 > div:nth-child(1) > a:nth-child(3):hover {background-color: DarkOrange;}
.col-card-3 > div:nth-child(1) > a:nth-child(3):hover {background-color: IndianRed;}
.col-card-4 > div:nth-child(1) > a:nth-child(3):hover {background-color: Navy;}
.col-card-5 > div:nth-child(1) > a:nth-child(3):hover {background-color: DarkTurquoise;}
.col-card-6 > div:nth-child(1) > a:nth-child(3):hover {background-color: PaleVioletRed;}

/* product section */


/* service section start */

.card11-ul{
  color: #969696;
}
.card11-h3{
  color: #969696;
}

.section11 {
  /* height: 100vh; */
  width: 100%;
  display: grid;
  place-items: center;
}
.row11 {
  display: flex;
  flex-wrap: wrap;
  width: 1137px;
  margin-left: -63px;
}
.column11 {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.card11 {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #5A0AB4

  50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}

.icon11-wrapper11 {
  background-color: #5A0AB4

  ;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.card11:hover {
  background-position: 0 100%;
}
.card11:hover .icon11-wrapper11 {
  background-color: #ffffff;
  color: #5A0AB4

  ;
}
.card11:hover h3 {
  color: #ffffff;
}
.card11:hover ul {
  color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .section11 {
    padding: 0 2em;
  }
  .column11 {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .section11 {
    padding: 1em 3em;
  }
  .column11 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

/* service section end */
.icom09{
  height: 50px;
}
.mk09{
  text-align: justify;
    word-spacing: -2.5px;
}
.sev11{
  height: 1180px;
  background-color: #efefefbd;
  margin: -97px 0px 0px 0px;
}

/* blog section start  */
*,html{
  scroll-behavior: smooth;
  }
  
  *, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  
  :root{
  scrollbar-color: rgb(210,210,210) rgb(46,54,69) !important;
  scrollbar-width: thin !important;
  --white:#fff;
  --black:#000;
  --dark:#2a2a2e;
  --yellow:#f7b500;
  --darkyellow:#f79300;
  --red:#fe3e30;
  --darkred:#f72729;
  --blue:#2588cf;
  --darkblue:#026dbe;
  --defaultfont:'Poppins', sans-serif;
  --titlefont:'Roboto', sans-serif;
  }
  
  ::-webkit-scrollbar {
  height: 12px;
  width: 6px;
  background: var(--dark);
  }
  
  ::-webkit-scrollbar-thumb {
  background: var(--dark);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  }
  
  ::-webkit-scrollbar-corner {
  background: var(--dark);
  }
  
  
  /********************************
            DEFAULT
  *********************************/
  /* body{
  margin:0;
  overflow-x:hidden !important;
  font-family:var(--defaultfont);
  }
  
  a{
  text-decoration:none;
  color:inherit;
  }
  
  a, button, input, select, p{
  outline:none !important;
  transition:0.5s;
  } 
  
  em{
  font-style:normal;
  color:var(--primary);
  }
  
  p{
  line-height:1.6em;
  font-size:14px;
  color:rgba(1,1,1,0.7);
  }
  
  img{
  max-width:100%;
  } */
  
  /* figure{
  margin:0;
  padding:0;
  }
  
  fieldset{
  width:100%;
  border:0;
  padding:0;
  margin:0;
  } */
  
  .title{
  font-family:var(--titlefont);
  }
  
  .btn1, .btn2{
  padding:1rem 2rem;
  border-radius:10px;
  text-align:center;
  border:0;
  }
  
  .btn1{
  background-color:#FD6A02
  ;
  color:var(--white);
  }
  
  .btn1:hover{
  background-color:#b75a17
  ;
  }
  
  .btn2{
  background-color:#5A0AB4
  ;
  color:var(--white);
  }
  
  .btn2:hover{
  background-color:#4c1888
  ;
  }
  
  
  
  
  
  
  
  
  
  
  /********************************
          BLOG CONTAINER
  *********************************/
  .blog_container{
  width:100%;
  display:block;
  align-items:top;
  background-color:#f1f1f1;
  }
  
  /*BLOG LEFT CONTENT*/
  .blog_content{
  padding:2rem;
  width:100%;
  }
  
  .blog_content .load-btn{
  display:block;
  width:150px;
  margin:5vh auto;
  }
  
  .left_content{
  display:block;
  align-items:top;
  justify-content: space-between;
  flex-wrap:wrap;
  column-count: 2;
  gap: 20px 10px;
  flex:0 0 70%;
  }
  
  .right_content{
  flex:0 0 30%;
  }
  
  .blog_card{
  width:100%;
  flex:0 0 48.5%;
  overflow:hidden;
  background-color:var(--white);
  }
  
  .blog_card:nth-child(1){
  flex:0 0 100%;
  }
  
  .blog_card .figure{
  display:block;
  width:100%;
  height:200px;
  position:relative;
  overflow:hidden;
  }
  
  .blog_card:nth-child(1) .figure{
  height:300px;
  }
  
  .blog_card .figure img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.5s;
  }
  
  .blog_card .tag{
  padding:5px 10px;
  background-color:#FD6A02
  ;
  color:var(--white);
  position:absolute;
  right:1%;
  top:3%;
  font-size:12px;
  }
  
  .blog_card section{
  padding:1rem;
  position:relative;
  background-color:var(--white);
  }
  
  .blog_card section .title{
  font-weight:600;
  font-size:18px;
  color:var(--dark);
  width:auto;
  }
  
  .blog_card section a:hover{
  color:#FD6A02
  ;
  }
  
  .blog_card:hover > .figure img{
  transform:scale(1.1);
  }
  
  .share_icon{
  position:absolute;
  bottom:-30px;
  left:10px;
  background-color:#FD6A02
  ;
  color:var(--white);
  display:flex;
  align-items:center;
  padding-right:5px;
  font-size:13px;
  cursor:pointer;
  transition:0.5s;
  }
  
  .share_icon .fa{
  padding:5px;
  background-color:#FD6A02
  ;
  margin-right:10px;
  }
  
  .blog_card section img{
  width:30%;
  margin-right:20px;
  object-fit:cover;
  border:5px solid rgba(1,1,1,0.1);
  }
  
  .blog_card section img:nth-child(even){
  float:left;
  }
  
  .blog_card section img:nth-child(odd){
  float:right;
  }
  

  
  
  
  
  /*BLOG RIGHT CONTENT*/
  .columns{
  display:block;
  margin-bottom:4vh;
  background-color:var(--white);
  }
  
  .columns section{
  padding:1rem;
  }
  
  .columns .title{
  background-color:#FD6A02
  ;
  color:var(--white);
  padding:1rem;
  text-align:left;
  width:100%;
  display:block;
  transition:0.2s;
  border-left:0px solid var(--dark);
  }
  
  .columns:hover > .title{
  border-left:5px solid var(--dark);
  }
  
  .columns .title a{
  float:right;
  }
  
  .columns .title a:hover{
  color:var(--dark);
  }
  
  .search form{
  width:100%;
  display:flex;
  align-items:center;
  }
  
  .search fieldset:nth-child(2){
  width:10%;
  }
  
  .search form input{
  border:1px solid rgba(1,1,1,0.1);
  padding:1rem;
  width:100%;
  font-weight:600;
  color:rgba(1,1,1,0.5);
  }
  
  .search .btn1{
  border:1px solid #FD6A02
  ;
  border-radius:0;
  }
  
  
  
  /*BOOKS*/
  .books .cards {
  position: relative;
  width: 100%;
  height:46vh;
  overflow: hidden;
  border-radius: 5px;
  background-color:#f1f1f1;
  }
  
  .books .cards::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900;
  display: block;
  width: 100%;
  height: 100%;
  }
  
  .books .card_part {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-size:100% 100%;
  background-position:center;
  transform: translateX( 700px );
  background-repeat:no-repeat;
  animation: opaqTransition 28s cubic-bezier(0, 0, 0, 0.97) infinite;
  background-color:#f1f1f1;
  }
  
  .books .card_part.card_part-two {
  z-index: 6;
  animation-delay: 7s;
  background-repeat:no-repeat;
  }
  
  .books .card_part.card_part-three {
  z-index: 5;
  animation-delay: 14s;
  background-repeat:no-repeat;
  }
  
  .books .card_part.card_part-four {
  z-index: 4;
  animation-delay: 21s;
  background-repeat:no-repeat;
  }
  
  @keyframes opaqTransition {
  3% { transform: translateX( 0 ); }
  25% { transform: translateX( 0 ); }
  28% { transform: translateX( -700px ); }
  100% { transform: translateX( -700px ); }
  }
  
  
  
  
  /*CATEGORIES*/
  .categories a{
  display:inline-block;
  padding:0.2rem 1rem;
  border-radius:40px;
  background-color:rgba(1,1,1,0.3);
  margin:5px 3px;
  font-size:12px;
  white-space:nowrap;
  color:var(--white);
  }
  
  .categories a:hover{
  background-color:var(--dark);
  }
  
  
  /*POSTS*/
  .posts a{
  display:flex;
  align-items:center;
  margin:0.4rem 0;
  }
  
  .posts a img{
  width:100px;
  margin-right:10px;
  }
  
  .posts a:hover > p{
  color:var(--black);
  }
  
  
  
  /*COMMENTS*/
  .comments{
  position:relative;
  overflow:hidden;
  max-height:60vh;
  }
  
  .marquee2 {
  position: relative;
  overflow:hidden;
  line-height:1.6em;
  }
  
  .marquee2 p{
  border-bottom:1px solid rgba(1,1,1,0.1);
  position:relative;
  padding:0.4rem 0;
  }
  
  .marquee2 p:before{
  content:"\f10d";
  font-family:"FontAwesome";
  margin-right:5px;
  position:relative;
  top:-5px;
  }
  
  @keyframes marquee1 {
  0% {
  top: 10%;
  }
  100% {
  top: -100%;
  }
  }
  
  
  /*SOCIAL MEDIA*/
  .social_icons{
  display:flex;
  align-items:center;
  justify-content:center;
  column-gap: 15px;
  background-color:transparent;
  }
  
  .social_icons .fa{
  padding:7px 13px;
  background-color:#f1f1f1;
  color:var(--white);
  transition:0.2s;
  }
  
  .social_icons a:hover > .fa{
  transform:scale(1.1);
  }
  
  .social_icons .fa-facebook{
  background-color:#3b5998;
  }
  
  .social_icons .fa-instagram{
  background-color:#fb3958;
  }
  
  .social_icons .fa-youtube{
  background-color:#c4302b;
  }
  
  .social_icons .fa-whatsapp{
  background-color:#25d366;
  }
  
  .social_icons .fa-telegram{
  background-color:#3399ff;
  }
  
  
  @media (max-width:1000px){
  .blog_container{
  flex-wrap:wrap;
  }
  .blog_content{
  padding:0;
  order:2;
  }
  .left_content{
  flex:0 0 100%;
  order:2;
  padding:1rem;
  }
  .right_content{
  flex:0 0 100%;
  order:1;
  padding:1rem;
  }
  .books,.posts, .comments, .categories{
  display:inline-block;
  width:47%;
  margin:1.3%;
  margin-bottom:0;
  vertical-align:top;
  height:63vh;
  }
  .posts{
  overflow-y:auto;
  }
  .right_content{
  flex:0 0 100%;
  }
  }
  
  @media (max-width:740px){
  .blog_card{
  flex:0 0 100%;
  }
  .posts, .comments, .books, .categories{
  width:100%;
  margin:0;
  height:auto;
  margin-bottom:4vh;
  }
  }
  
  
  
  
  
  
  .columns-p{
    color: #191818;
  }
  .mk21{
    height: 217px;
    width: 248px;
  }
  .kyt3{
    font-size: 40px;
  }
 
  
  
/* blog section end  */

.kty890{
  background-color: #5A0AB4;
}

  .mk543 {
    /* margin: -99px 0px -0px 0px; */
    background-color:#efefefbd;

}
.mr4{
  font-size: 35px;
  line-height: 63px;
}
.sb54{
  /* height: 457px; */
}
.sb55{
  /* height: 400px; */
}
/* logo section start */
.img3 {
  width: 100px;
  height: 100px;
  animation: scroll 70s linear infinite;
}

.slide3-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider3 {
  margin-top: 30px;
  /* background-color: whitesmoke;
  padding: 8em 2em; */
}

@keyframes scroll {
  0% {transform: translateX(-100%);}
  100% {transform: translatex(-1000%)}
}
/* logo section end */


.mkw42{
  background-color: white;
  background-origin: padding-box;
}
.abbg56{
  background-color:#efefefbd;
  margin: -96px 0px 0px 0px;
}
.blkh{
  background-color: #efefefbd;
}
.kj4{
  margin: 0px 26px 0px -8px;
}
.whatsapp-float img{
  width: 50px;
  position: fixed;
  bottom: 40px;
  left: 20px;
  border-radius: 10px;
   z-index: 1;
}
.ktr20{
  margin: 0px 0px 0px 26px;
}

/* video section start */
.video-container1 {
  position: relative;
  width: 100%;
  height: 110vh;
  overflow: hidden;
}
.video1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px -22px;
  box-shadow: 3px 1px 8px 9px #d0d1d8;
  /* z-index: -1; */
}

/* video section end */
.prod2{
  background-color: #c3c3c3;
}
.video5{
  margin: 53px 0px 0px -22px;
}
/* mission & vission */
.container042{
  width: 110vw;
  display: grid;
  grid-template: 84% 11% / 36% 38%;
  justify-content: center;
  align-content: center;
  gap: 84px;
  margin: 92px 0px 0px -81px;

  
  & .box2{
      padding: 1em ;
      
      block-size: auto;
      overflow: hidden;
      border-radius: 10%;
      background: var(--black) ;
      color: var(--white);
      font-family: var(--font1);
      animation: myim 3s linear;
      box-shadow: 1px 1px 20px 4px #fffcfc;
      transition: 0.3s linear;
      transition-delay: 0.5;
      
      &:hover{
        box-shadow: 1px 1px 20px 4px #fffcfc;
          transform: scale(1.01);
      }

      /* & p{

          padding: 1em 3px;
          cursor: pointer;
          margin-bottom: 2em;
      } */
  }
}
.box2:nth-child(1){

  background-color: #cdcdcd00;
  /* background-image: linear-gradient(135deg, #969393 60%, #ffffff12 100%); */
  border: 6px solid #5A0AB4;
  color: black;
}

.box2:nth-child(2){

  background-color: #cdcdcd00;
  /* background-image: linear-gradient(135deg, #969393 60%, #ffffff12 100%); */
  border: 6px solid #5A0AB4;
  color: black;
}

/* .box:nth-child(3){

  background-color: #000000;
  background-image: linear-gradient(45deg, #000000 60%, #ffffff12 100%);
  ;
}

.box:nth-child(4){

  background-color: #000000;
  background-image: linear-gradient(315deg, #0000009f 60%, #ffffff12 100%);
  ;
} */



span > img{
  width: 108px;
  height: 84px;
  margin-right: 5px;
  float: right;
  margin: -94px 0px 0px 0px;

}

/* mission& vission */
.nm2{
  margin: -96px 0px 0px 0px;
}

/* careers page start */
.container878{
  max-width: 900px;
  margin: 0 auto;
}
.mk5403{
  background-color: silver;
  height: 950px;
  margin: -95px 0px 0px 0px
}
.apply_box{
  max-width: 600px;
  padding: 20px;
  background-color: white;
  margin: 0 auto;
  margin-top: 50px;
  box-shadow: 2px 3px 15px 1px black;
}
.small{
  font-size: 17px;
}
.form_container{
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 15px;
}
.form_control{
  display: flex;
  flex-direction: column;

}
label{
  font-size: 18px;
  margin-bottom: 5px;
}
input,select,textarea{
  padding: 8px 10px;
  border: 1px solid grey;
  border-radius: 5px;
  font-size: 13px;
}
input:focus{
  outline-color: rgb(210, 21, 147);
}
.button9_container{
  display: flex;
  justify-content: end;
  margin-top: 20px;
  padding: 5px;
}
.button9{
      background-color:rgb(211, 33, 33) ;
      border-radius: 7px;
      border: transparent solid 2px;
      padding: 5px 10px;
      color: whitesmoke;
      padding: 10px;
}
.button9:hover{
  background-color: rgb(15, 117, 225);
  color: rgb(15, 14, 14);
  cursor: pointer;
}
.textarea_control {
  grid-column: 1 / span 2 ;
  
}
.textarea_control textarea{
  width: 100%;
}
.video19{
  margin: 65px 0px 0px 0px;
  box-shadow: 23px 11px 15px -4px #100b0b;
}
/* careers page end */

/* contact us page start */
/* textarea {
  font-family: "Poppins", sans-serif;
} */

.container8743 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  background-color: #fafafa;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form321 {
  width: 100%;
  max-width: 820px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.kto324{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  padding: 0px 15px 0px 42px;
  height: auto;
  margin: 30px 0px 0px 0px;

}

.contact2-form321 {
  background-color: #f7f1ef;
  position: relative;
  height: 650px;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #fd6a02);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact2-form321:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color:#f3eeea;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

.form321 {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title2 {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}

.input2-container8743 {
  position: relative;
  margin: 1rem 0;
}

.input2 {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #020202;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
  background-color: #dbdadb;
}

textarea.input2 {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}

.input2-container8743 label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #202020;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input2-container8743.textarea2 label {
  top: 1rem;
  transform: translateY(0);
}

.btn23 {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: #fd6a02;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}

.btn23:hover {
  background-color: #5a0ab4;
  color: #fff;
}

.input2-container8743 span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input2-container8743 span:before,
.input2-container8743 span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #fd6a02;
  top: 50%;
  transform: translateY(-50%);
}

.input2-container8743 span:before {
  left: 50%;
}

.input2-container8743 span:after {
  right: 50%;
}

.input2-container8743.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input2-container8743.focus span:before,
.input2-container8743.focus span:after {
  width: 50%;
  opacity: 1;
}
/* .info2{
margin-top: 40%;
} */

.contact2-info2 {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact2-info2 .title2 {
  color: #fd6a02;
}

.text2 {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}

.information2 {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}

.informatio2 i {
  color: #fd6a02;

}
#conticon i{
  margin-top: -12px ;
}

.icon2 {
  width: 28px;
  margin-right: 0.7rem;
}

.social2-media2 {
  padding: 2rem 0 0 0;
}

.social2-media2 p {
  color: #333;
}

.social2-icons2 {
  display: flex;
  margin-top: 0.5rem;
}

.social2-icons2 a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #fd6a02, #fd6a02);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social2-icons2 a:hover {
  transform: scale(1.05);
}

.contact2-info2:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #fd6a02;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}

/* .big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1cd4af, #159b80);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
} */

/* .big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
} */

/* .square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
} */

@media (max-width: 850px) {
  .form {
    grid-template-columns: 1fr;
  }

  .contact2-info2:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact2-form2:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

  

  .text2 {
    margin: 1rem 0 1.5rem 0;
  }

  .social2-media2 {
    padding: 1.5rem 0 0 0;
  }
}

@media (max-width: 480px) {
  .container8743 {
    padding: 1.5rem;
  }

  .contact2-info2:before {
    display: none;
  }

  /* .square,
  .big-circle {
    display: none;
  } */

  .form321,
  .contact-info {
    padding: 1.7rem 1.6rem;
  }

  .text2,
  .information2,
  .social2-media2 p {
    font-size: 0.8rem;
  }

  .title2 {
    font-size: 1.15rem;
  }

  .socia2-icons2 a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon2 {
    width: 23px;
  }

  .input2 {
    padding: 0.45rem 1.2rem;
  }

  .btn23 {
    padding: 0.45rem 1.2rem;
  }
}
.form2{
  width: 350px;
  margin: 0px 0px 0px 19px;
}
.video107{
  height: 400px;
  width: 600px;
  margin: -48px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px;
}
.mka09{
  height: 730px;
}
/* contact us page end */
/* page header all pages */
.page-header1 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/process-making-decorations-fence-large-smithy_7502-9141.jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header2 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/modern-cnc-lathes-metalworking-industry_587448-2674.jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header3 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/craftsman-sawing-metal-sparkles-around-workshop_232070-4437.jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header4 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/rows-polished-steel-plates-warehouse_124507-223673.jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header5 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/plastic2.png) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header6 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/computer-chip-connects-electrical-components-powering-global-communications-industry-generated-by-artificial-intelligence_24877-80915.jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header7 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/rubber1.png) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header8 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/it-specialist-uses-tablet-while-working-network-server-room_28914-41721.jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header9 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/graph-investors-stock-business-global-economy-illustration-stock-market_10221-11497.jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header10 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/about\ head13.jpg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header11 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/high-tech-view-futuristic-earth_23-2151100364\ \(1\).jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header12 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/human-resources-people-networking-concept_31965-2108.jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header13 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../imgnew/contact1.jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header14 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/kkkk.jpg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header15 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/hand-drawn-international-trade_23-2149166249.jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header16 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/desk-real-estate-office_23-2147653310.jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header17 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/project-manager-talking-carpenter-while-examining-blueprints-workshop_637285-11835.jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header18 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/it-specialist-uses-tablet-while-working-network-server-room_28914-41721.jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header19 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/modern-equipped-computer-lab_23-2149241213.jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header20 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/cargo-container-overseas-shipping-shipyard-with-airplane-sky_31965-46463.jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header21 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/apply-now-banner-design-template-marketing-last-chance-promotion-retail_737072-325.jpeg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-header22 {
  background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/UBURR/UBURR_2048x1153.jpg) center center no-repeat;
  background-size: cover;
  margin: -75px 0px 0px 0px;
    height: 374px;
}
.page-headernew {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/news.jpg) center center no-repeat;
    background-size: cover;
    margin: -75px 0px 0px 0px;
    height: 374px;
}
/* page  header all pages  */
.mk5439{
  margin: -99px 0px -0px 0px;
  background-color: #c2bebeb5;
}

.transparent-navbar {
  background-color: transparent !important;
}

/* new carer start */

.tabs_menu.dot65 ul {
  list-style: none; /* This property removes the default bullets */
}





.tabs_menu {
  width: 100%;
}

.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tabs li {
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.tabs li.active {
  background-color: #f0f0f0; /* Change this to the desired background color */
}



.tab_content.active {
  display: block;
}

/* Responsive Layout */
@media (m-width: 768px) {
  .tabs_menu {
    display: flex;
    flex-wrap: wrap;
  }

  .tabs_menu .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
  }

  .tabs_menu .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 0 15px;
  }

  .tab_div .col-lg-4,
  .tab_div .col-lg-8 {
    padding: 0;
  }

  .col-lg-6 {
    width: 50%;
    padding: 0 15px;
  }
  
  
    
}
.hero10{
  background-color: #5A0AB4;
  border-radius: 50px 50px;
  height: 50px;
  width: 200px;
  color: #EEEEEE;
  font-size: 14px;
  text-align: center;
  font-weight: 900;
  position: relative;
  left: 36%;
  top: 6px;
}
/* .lk7{
  margin: -10px 12px -3px 305px;
  position: relative;
  left: -1%;
} */
/* new carer end */
.video-container6{
position: relative;
width: 100%;
height: 100vh;
overflow: hidden;
margin: 67px 0px 0px 30px;
}



/* carera */
.tabs_menu ul.tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tabs_menu ul.tabs li {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
}

.tabs_menu ul.tabs li.active {
  width: 100%;
  background-color: #dadae8;
  color: white;
  border-radius: 14px;
}
.search-bars {
  margin-top: 20px;
}

.search-bars input {
  height: 10px;
  width: 268px;
  padding: 11px;
  margin-right: 26px;
  /* border: 4px solid rgb(204, 204, 204); */
  border-radius: 40px;
  margin-bottom: 0px;
  font-size: 19px;
}

.search-bars input:focus {
  outline: none;
  border-color: blue;
}
#searchBtn{
  background: #5A0AB4;
  color: white;
  border-radius: 25px;
  width: 145px;
  height: 50px;
  font-size: 17px;
  margin-top: 8px;
}
.jh43{
  height: 580px;
}
.tabs_menu{
  overflow-y: scroll;
  height: 400px;
}
.tab_content{
  border: solid;
  margin: 7px -14px 0px 12px;
  overflow-y: scroll;
  height: 400px;
}
.hrw6{
  margin: 29px 0px 28px 24px;
}

.search-input {
  display: flex;
  align-items: center;
 
  margin: 0 auto; /* Center the input and icon */
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 10px;
}

.search-input input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
}

.search-input i {
  margin-left: 10px;
}
.kew02{
  margin-top: -29px;
  margin-bottom: 37px;
  font-size: 32px;
  display: flex;
  width: 965px;
}
/* carer */
.logo54{
  /* height: 145px; */
  width: 200px;
  /* margin-left: -41px; */
}
.logof{
  /* height: 158px;  */
  width: 232px;
  margin: 56px 0px 2px -5px;
}
.mkfot{
  margin: -35px 0px 0px 0px;
}

/* meadia start */
@media(max-width:600px){
  .navbar-toggler{
    color: white;
    background-color: white;
    
  }
  .ag-courses_box{
    display: block;
  }
  .mj4{
    margin-left: 25px;
  }
  .ag-courses-item_link{
    /* height: 808px; */
    text-align: justify;
    text-align: justify;
    margin: 0;
    padding: 0;
    padding: 32px 14px 0px 14px;
  } 
  .ag-courses_item{
    width: 100%;
    /* margin-left: -13px;
    height: 492px; */

  }
.ag-courses_box{
  padding: 0px;
}
  
  .alpha1{
    height: 599px;
  }
  .alpha2{
    display: flex !important;
    flex-direction: column;
  }
  .bty65{
    margin: 0px 0px 0px 187px;
  }
  /* .fto1{
    margin: 0px 0px 0px 12px;
    height: 1316px;
  } */
  .alpha3{
    display: flex !important;
    flex-direction: row-reverse;
    /* margin: -6px 46px 0px 6px; */
  }
  .lk7{
    /* margin: 0px 76px 0px 243px; */
    position: relative;
    /* left: 1%; */
  }
  .alpha4{
    /* position: relative;
    left: 17%; */
  }
  .mk06{
    text-align: justify;
    word-spacing: -1.95px;
    font-size: 16px;
  }
  .alpha5{
    display: flex !important;
    flex-direction: column;
}
.alpha6{
  display: flex !important;
  flex-direction: column;
}
.video-container1{
  height: 28vh;
}
.alpha7{
  margin: 43px 0px 58px 0px;
}
.hero1{
  display:none;
}
.navbar-light .navbar-nav .nav-link {
  color: #5a0ab4;
  font-weight: 900;
  font-size: 18px;
}
.row11{
  display: block;
  width: 100%;
  margin: 0px;
}
.sev11{
  height: 3200px;
}
.alpha8{
  display: flex !important;
  flex-direction: column;
}
.alpha9{
  height: 455px;
}
.container042 {
  width: 93vw;
  display: block;
  grid-template: 84% 11% / 36% 38%;
  justify-content: end;
  gap: 84px;
  margin: 106px 0px 65px -15px;
}
.box2:nth-child(1){
  padding: 0px 0px 24px 16px;
  margin: 0px 0px 78px 0px;
}
.kew02{
  display: block;
  width: 100%;
}
.search-input{
  margin: 0px 0px 41px 0px;
}
.alpha10{
  display: flex !important;
  flex-direction: column;
}
.jh43 {
  height: 1280px;
}
.tab_content{
  margin: 41px -14px 0px -6px;
}
.hero10{
  font-size: 28px;
 
  font-weight: 900;
  position: relative;
  left: 23%;
  top: 20px;
}
.mk5403{
  height: 1500px;
}
.alpha11{
  display: flex !important;
  flex-direction: column-reverse;
}
.video19 {
  margin: -201px 0px -12px 0px;
  box-shadow: 23px 11px 15px -4px #100b0b;
  /* height: 800px; */
}
.alpha12{
  display: flex !important;
  flex-direction: column;
}
.input2{
  width: 85%;
}
.alpha13{
  width: 85%;
}

}
/* meadia end*/
.nami12{
  text-align: justify;
}
.kitu34{
  font-weight: 800;
  font-size: 19px;
}

/* about video section */
.video-container191 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: -53px 0px 0px -1px;
}
.video191 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  margin: -36px 0px 0px 54px;
  /* box-shadow: 3px 1px 8px 9px #d0d1d8; */
}
/* about video section */
.mj53{
  
    text-align: justify;
    width: 90%;
    margin-left: 31px;

}
.arti87{
  background-color: white;
}
.imgc{
  width: 500px;

}

.alpha7{
  margin: 0px 0px 61px 0px;
}
.img780{
  height: 570px;
  margin: 52px 0px 0px 68px;
}
.img854{
  width: 531px;
  height: 550px;
  margin: 52px 0px 0px 8px;

}
.img412{
  height: 300px;
}

.txtjus{
  text-align: justify;
}

.wid1{
  width: 261px;
}
.wid2{
  width: 200px;
}
.martop23{
  margin: -94px 0px 0px 0px;
}



.alpha4{

  /* margin: 0px 64px 0px -98px; */
}
/* .km121{
  height: 190vh;
} */
.video786{
  box-shadow: none;
}


/* footer button start */
.button10 {
  min-width: 140px;
  min-height: 20px;
  font-family: 'Nunito', sans-serif;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  /* color: #ececf4; */
  background: #5A0AB4;
/* background:#5A0AB4; */
  border: none;
  border-radius: 1000px;
  /* box-shadow: 12px 12px 24px#5A0AB4; */
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  color: #ffffff;
  }

.button10::before {
content: '';
  border-radius: 1000px;
  min-width: calc(300px + 12px);
  min-height: calc(60px + 12px);
  /* border: 6px solid#6120acc6
  ;
  box-shadow: 0 0 30px#9b4df5; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.button10:hover, .button3:focus {
  /* color: #df622d; */
  transform: translateY(-6px);
}

.button10 :hover::before, .button3:focus::before {
  opacity: 1;
}

.button10::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  /* border: 6px solid#5A0AB4; */
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.button10:hover::after, button:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}
/* footer button end */

@media(max-width:600px){

  .checkboxall{
    width: 300px;
  }

  input, select, textarea {
    
    width: 291px;}



  .mr4{
    font-size: 21px;
    line-height: 36px;
  }
  .logapp{
    width: 100%;
    left: 0px;
  }
  .dit65{
    height: 2000px;
  }
  .img854{
    width: 100%;
    left: 0px;
  }
  .imgc {
    width: 100%;
}
.mk06{
  text-align: justify
}
.img780 {
  height: 570px;
  margin: 19px 0px 31px -10px;
}
.ritu87{
  display: flex !important;
    flex-direction: column;
}
.video191 {
  position: absolute;
  top: 0;
  left: 0;
  width: 513px;
  height: 45vh;
  margin: -36px 0px 0px -75px;
  /* box-shadow: 3px 1px 8px 9px #d0d1d8; */
}
.video-container191{
  height: 33vh;
}

.logo54 {
  /* height: 125px; */
  width: 170px;
  padding-top: 20px;
  /* margin-left: -13px; */
}
.column11{
  padding: 18px 0px 34px 0px;
}
.img412 {
  height: 250px;
  width: 100%;
}
}
.demo1{
  background-color: #ffffff;
  color: #5A0AB4;
  border-radius: 8%;
  height: 60px;
  width: 110px;
  font-size: 13px;
  border-color: white;
  font-weight: 550;
}

@media (max-width:600px) {
  .test{
    display: flex;
  }
  .figure{
    width: 100%;
    height: auto;
  }
}


/* footer list */
.listalign{
  display:block;
  
}
.lst{
  list-style-type: none;
}



/* product */
.custom-products-section {
  padding: 2px 20px;
  text-align: center;
}

/* Title Styling */
.custom-products-title {
  color: #ff8200;
  font-size: 28px;
  margin-bottom: 10px;
}

/* Horizontal Line */
.custom-title-line {
  width: 80%;
  height: 1px;
  background-color: #0d0d0d;
  margin: auto;
  margin-bottom: 20px;
}

/* Image and Description Section */
.custom-product-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-bottom: 40px;
}

.custom-product-info img {
  width: 150px;
  transition: transform 0.3s ease-in-out;
}

.custom-product-info img:hover {
  transform: scale(1.1);
}

.custom-product-info p {
  margin-top: 10px;
  font-size: 16px;
  color: #555;
}

/* Product Cards Grid */
.custom-product-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  padding: 10px;
}

/* Product Card Styling */
.custom-product-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.custom-product-card:hover {
  transform: scale(1.05);
}

/* Image Styling with Overlay */
.custom-product-card .image-container {
  position: relative;
  width: 100%;
  height: auto;
}

.custom-product-card .custom-product-image {
  width: 186px;
  height: auto;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
  display: block;
  margin: auto;
}

.custom-product-card:hover .custom-product-image {
  transform: scale(1.2);
}

/* Hover Overlay Effect */
.custom-product-card .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease-in-out;
}

.custom-product-card:hover .image-container::after {
  background: rgba(0, 0, 0, 0.4);
}

/* Product Titles */
.custom-product-title {
  font-size: 18px;
  margin: 15px 0;
  font-weight: bold;
}

/* Product Descriptions */
.custom-product-description {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

/* Button Styling */
.custom-product-btn {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  background: #ff8200;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}

.custom-product-btn:hover {
  background: #e67300;
}

/* Responsive Fix for Small Screens */
@media (max-width: 576px) {
  .custom-product-info img {
      width: 120px;
  }

  .custom-product-info p {
      font-size: 14px;
  }

  .custom-product-card {
      padding: 15px;
  }

  .custom-product-title {
      font-size: 16px;
  }

  .custom-product-description {
      font-size: 12px;
  }
}


/* UBURR */
.product-section {
  padding: 50px 20px;
}

/* Heading Styling */
.product-title {
  color: #ff8200;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

/* Responsive Layout */
.product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.product-box {
  flex: 1;
  max-width: 48%;
  text-align: center;
}
.product-box2{
  flex: 1;
  max-width: 28%;
  height: 30%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.product-box iframe,
.product-box img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .product-container {
      flex-direction: column;
      align-items: center;
  }
  .product-box {
      max-width: 80%;
  }
}

.uburrsub-section {
  padding: 40px 20px;
  background-color: #fff;
}

.uburrsub-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
}

.uburrsub-text {
  flex: 1 1 500px;
  max-width: 600px;
}

.uburrsub-text h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.uburrsub-text h4 {
  margin-top: 20px;
  font-size: 20px;
}

.uburrsub-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.uburrsub-images {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.uburrsub-images p{
  font-size: 11px;
  color: #000;
}
.uburrsub-blade-img {
  width: 100%;
  max-width: 400px;
  margin-bottom: 25px;
  object-fit: contain;
}

.uburrsub-qrbox {
  text-align: center;
  margin-top: 20px;
}

.uburrsub-qr-img {
  width: 100px;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .uburrsub-container {
    flex-direction: column;
    align-items: center;
  }

  .uburrsub-images {
    align-items: center;
  }

  .uburrsub-blade-img {
    max-width: 90%;
  }

  .uburrsub-text {
    max-width: 100%;
  }
}

/* giudelines */
.ubtech-gallery-section {
  padding: 40px 20px;
  background-color: #fff;
}

.ubtech-gallery-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.ubtech-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.ubtech-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Color overlay effect on hover */
.ubtech-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(48, 48, 48, 0) 0%, rgba(22, 22, 22, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.1s ease;
  z-index: 1;
  pointer-events:fill;
  cursor: pointer;
}

.ubtech-gallery-item:hover::after {
  opacity: 1;
}

/* Scroll-in entry animation */
.ubtech-gallery-item.ubtech-scroll-in.visible {
  opacity: 1;
  transform: scale(1);
}

/* Responsive */
@media (max-width: 992px) {
  .ubtech-gallery-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ubtech-gallery-container {
    grid-template-columns: 1fr;
  }
}


/* deiled product1 */
.product1-info-section {
  padding: 50px 20px;
  /* background-color: #f8f9fa; */
}

/* Container Styling */
.product1-info-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* Text Content Styling */
.product1-info-text {
  flex: 1;
  max-width: 50%;
}

.product1-info-text h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

.product1-info-text p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

/* Image Styling */
.product1-info-image {
  flex: 1;
  max-width: 45%;
  text-align: center;
}

.product1-info-image img {
  width: 100%;
  max-width: 500px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .product1-info-container {
      flex-direction: column;
      text-align: center;
  }

  .product1-info-text, .product1-info-image {
      max-width: 100%;
      justify-content: start;
  }

  .product1-info-image img {
      max-width: 80%;
  }
}

.uburr-features-section {
  padding: 50px 20px;
  background-color: #ffffff;
}

.uburr-features-title {
  font-weight: bold;
  color: #ff6600;
}

.uburr-feature-list {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

/* Right Column Styling */
.uburr-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.uburr-media img {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
}

.uburr-media iframe {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .uburr-features-container {
      flex-direction: column;
      text-align: center;
  }
  .uburr-media img,
  .uburr-media iframe {
      max-width: 90%;
  }
}
/*  */
/*  */
.cutting-land-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 40px 10px;
  /* background-color: #f4f4f4; */
  text-align: center;
  justify-items: center;
}

/* Text Card styling */
.cutting-land-text-card {
  /* background: #fff; */
  padding: 20px;
  /* border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  width: 100%;
  max-width: 350px;
  text-align: center;
}

/* Title and subtitle styling */
.cutting-land-title, .cutting-land-subtitle {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.cutting-land-title {
  font-size: 24px;
}

.cutting-land-subtitle {
  font-size: 18px;
  margin: 5px 0;
}

/* Description styling */
.cutting-land-description {
  font-size: 14px;
  margin-bottom: 15px;
}

/* Image Card styling */
.cutting-land-image-card {
  /* background: #fff; */
  padding: 20px;
  border-radius: 8px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  width: 100%;
  max-width: 320px;
  text-align: center;
}

/* Image styling */
.cutting-land-image {
  width: 100%;
  max-width: 259px;
  height: auto;
}

/* Responsive design */
@media (min-width: 768px) {
  .cutting-land-section {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .cutting-land-section {
      grid-template-columns: 1fr;
  }
}
/* table1 */
.uburr-blades-table-section {
  /* background-color: #fdfdfd; */
}

.uburr-blades-table {
  font-size: 0.85rem;
  border-color: #444;
}

.uburr-blades-table th,
.uburr-blades-table td {
  vertical-align: middle;
  padding: 0.4rem;
  transition: background-color 0.3s ease;
}

.uburr-blades-table tr:hover {
  background-color: #f2f2f2;
}

.uburr-blades-table img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .uburr-blades-table {
    font-size: 0.78rem;
  }
}

@media (max-width: 576px) {
  .uburr-blades-table {
    font-size: 0.7rem;
  }

  .uburr-blades-table th,
  .uburr-blades-table td {
    padding: 0.3rem;
  }
}


/* Image Styling */
/* .uburr-blade-image {
  max-width: 100%;
  height: auto;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 5px;
} */

/* Center Image on Small Screens */
@media (max-width: 768px) {
  .uburr-blade-image {
      max-width: 80%;
  }
}

/* Footnote Styling */
.uburr-note {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-top: 10px;
}



/*  */
/* TOOLHOLDER */
/* Scoped styles for UBURR tool-holder section */
.uburr-toolholder-section {
  background-color: #fff;
}

.uburr-toolholder-content {
  font-size: 0.95rem;
}

.uburr-toolholder-features {
  list-style-type: disc;
  font-size: 0.95rem;
}

.uburr-toolholder-features li {
  margin-bottom: 0.5rem;
}

.uburr-toolholder-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* table2 */
/* Scoped styles for the tool holder table */
/* Scoped styles for UBURR table section */
.uburr-table-section {
  background: #fff;
  font-size: 0.75rem; /* Reduced font size */
}

.uburr-table-section .uburr-table th,
.uburr-table-section .uburr-table td {
  padding: 0.25rem 0.4rem;
  font-size: 0.7rem;
  word-break: break-word;
}

.uburr-table-section .uburr-table thead th {
  font-weight: 600;
  white-space: normal; /* Allow wrapping */
}

.uburr-table-section .uburr-table tbody tr:hover {
  background-color: #fff7e6;
  transition: background-color 0.3s ease;
}

.uburr-table-section .table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.databorder{
  border-right: none;
}

/* UCHAMF  */
/* Scoped styles for UBACK & UCHAMF YouTube section */
.uback-video-section {
  background-color: #ffffff;
  padding: 2rem 1rem;
}

.uback-video-section .video-heading {
  color: #ff8800;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}

.uback-video-section .video-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  overflow: hidden;
}
/* Scoped styles for UBACK section */
.uback-video-description-section {
  background-color: #fff;
  padding: 2rem 1rem;
}

.uback-video-description-section .section-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.text-orange {
  color: #ff8800;
}

.uback-video-description-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.uback-video-description-section .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.uback-video-description-section .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Custom Image Styling */
.custom-img {
  width: 80%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

@media (max-width: 992px) {
  .custom-img {
    width: 90%;
    max-height: 350px;
  }
}

@media (max-width: 768px) {
  .custom-img {
    width: 100%;
    max-height: 300px;
  }
}

/* dus */
.durashield-section {
  background-color: #fff;
}

.durashield-list li {
  margin-bottom: 0.5rem;
}

.durashield-image img {
  border-radius: 10px;
}


.uback-section {
  background-color: #fff;
}

.uback-title {
  font-size: 1.75rem;
}

.uback-subtitle,
.uback-note {
  font-size: 1rem;
  color: #333;
}

.uback-table th,
.uback-table td {
  vertical-align: middle;
  font-size: 0.95rem;
}

.uback-table th {
  font-weight: 600;
}

.uback-image img {
  border-radius: 8px;
}
.uback-section {
  background-color: #fff;
}

.uback-title {
  font-size: 1.75rem;
}

.uback-subtitle,
.uback-note {
  font-size: 1rem;
  color: #333;
}



.uback-img-custom {
  width: 100%;
  max-width: 400px; /* max width for large screens */
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  margin: 0 auto;
}
/* Scoped styles for the tool-holder section */
.uback-toolholder-section {
  background-color: #fff;
}

.uback-toolholder-title {
  font-size: 1.75rem;
}

.uback-toolholder-img {
  max-width: 100%;
  width: 100%;
  max-height: 480px; /* Custom height control for large screens */
  object-fit: contain;
  height: auto;
}

.uback-toolholder-desc {
  font-size: 1rem;
  color: #333;
}
/* pilot hole */
.pilot-table-wrapper {
  max-width: 80%;
  margin: auto;
  overflow-x: auto;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.pilot-table {
  min-width: 1000px; /* allow horizontal scroll */
  font-size: 0.7rem;
  white-space: nowrap;
}

.pilot-table th {
  background-color: #f90;
  color: #000;
  text-align: center;
  vertical-align: middle;
  padding: 6px 10px;
}

.pilot-table td {
  text-align: center;
  vertical-align: middle;
  padding: 4px 8px;
}

@media (max-width: 768px) {
  .pilot-table {
    font-size: 0.65rem;
  }
}


/*  */
.custom-ux-guidelines-section {
  background-color: #fff;
}

.custom-ux-subheading {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.custom-ux-list li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}

.custom-ux-icon {
  margin-right: 8px;
  font-size: 1rem;
  color: #e68a00;
}

.custom-ux-button {
  background-color: #ff9900;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.custom-ux-button:hover {
  background-color: #e68a00;
  color: #fff;
}

/* tool image  */
.custom-coding-specs-section {
  background-color: #fff;
}

.custom-coding-specs-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

.custom-coding-specs-image-wrapper {
  width: 100%;
  overflow-x: auto;
}

.custom-coding-specs-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.custom-special-order-section {
  background-color: #fff;
}

.custom-special-order-heading {
  font-weight: 700;
  font-size: 1.25rem;
  color: #000;
}

.custom-highlight-orange {
  color: #f5821f; /* or adjust to your brand's orange */
}

.custom-contact-link {
  color: #c2185b;
  text-decoration: none;
}

.custom-contact-link:hover {
  text-decoration: underline;
}
/*  */
/*  */

.uchamf-heading {
  font-weight: 600;
  color: #333;
}

/* Wrapper common styles */
.uchamf-img1-wrapper,
.uchamf-img2-wrapper {
  /* background-color: #fff; */
  padding: 1rem;
  border-radius: 1rem;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
  transition: transform 0.3s ease;
  max-width: 90%; /* Keeps images from overflowing on small screens */
}
/* 
.uchamf-img1-wrapper:hover,
.uchamf-img2-wrapper:hover {
  transform: scale(1.02);
} */

/* Image 1 */
.uchamf-img1 {
  width: var(--uchamf-img1-width, 100%);
  height: var(--uchamf-img1-height, auto);
  max-width: 700px;
  object-fit: contain;
}

/* Image 2 */
.uchamf-img2 {
  width: var(--uchamf-img2-width, 100%);
  height: var(--uchamf-img2-height, auto);
  max-width: 700px;
  object-fit: contain;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .uchamf-img1,
  .uchamf-img2 {
    max-width: 100%;
  }

  .uchamf-img1-wrapper,
  .uchamf-img2-wrapper {
    padding: 0.75rem;
  }
}
.taborange{
  background-color: orange;
}
.bdrclr{
  border-color: #000;
color: #000;
}
.uchamf-table-section {
  padding: 2rem 1rem;
  background-color: #fff;
}

.uchamf-table {
  width: 50%;
  max-width: 80%;
  font-size: 0.65rem; 
  table-layout: auto;
}

.uchamf-table th,
.uchamf-table td {
  padding: 0.5rem;
  word-wrap: break-word;
}

.uchamf-table thead th {
  background-color: #ffa500; /* taborange equivalent */
  color: #0a0a0a;
}

/* Responsive container size */
.table-responsive {
  /* max-height: 500px; Customize max height here */
  /* overflow-y: auto; */
}

/* Optional: limit the table width inside container */
/* .container {
  max-width: 1200px; 
  margin: 0 auto;
} */

/* Responsive font size and spacing on smaller screens */
@media (max-width: 768px) {
  .uchamf-table {
    font-size: 0.75rem;
  }

  .uchamf-table-section {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .uchamf-table th,
  .uchamf-table td {
    padding: 0.3rem;
  }

  /* .table-responsive {
    max-height: 400px;
  } */
}

/*  */
/*  */
.uchamf-description {
  font-size: 16px;
  color: #333;
}

.uchamf-description ol {
  padding-left: 20px;
}

.uchamf-description li {
  margin-bottom: 8px;
}

.uchamf-diagram {
  max-width: 100%;
}

.uchamf-image {
  max-width: 100%;
  height: auto;
}


/*  */
.custom-table-container {
  padding: 1rem;
  text-align: center;
}

.custom-table-title {
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #000;
}

.custom-coating-table {
  width: 50%;
  border-collapse: collapse;
  overflow-x: auto;
  /* display: block; */
}

.custom-coating-table th,
.custom-coating-table td {
  border: 1px solid #333;
  padding: 8px;
  font-size: 0.85rem;
  vertical-align:middle;
  text-align: center;
  color: #000;
}

.custom-coating-table th {
  background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .custom-coating-table th,
  .custom-coating-table td {
    font-size: 0.75rem;
    padding: 6px;
  }

  .custom-table-title {
    font-size: 1.2rem;
  }
}
/* uspot */
.uspot-table{
  table-layout: auto;
}
.uspot-table th,
.uspot-table td {
  vertical-align: middle;
  font-size: 0.75rem;
}

.uspot-table th {
  font-weight: 600;
}
.uspot-inline-steps-section {
  padding: 30px 15px;
  background-color: #fff;
}

.uspot-inline-steps-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.uspot-inline-step-item {
  flex: 1 1 120px;
  max-width: 120px;
  transition: transform 0.3s ease;
}

.uspot-inline-step-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* Optional hover scale effect */


/* Responsive adjustments */
@media (max-width: 992px) {
  .uspot-inline-step-item {
    max-width: 120px;
  }
}

@media (max-width: 600px) {
  .uspot-inline-step-item {
    max-width: 100px;
  }
}
.uspotpilot-table-wrapper {
  max-width: 93%;
  margin: auto;
  overflow-x: auto;
  /* border: 1px solid #0a0a0a; */
  /* border-radius: 8px; */
}

.uspotpilot-table {
  /* min-width: 1000px;  */
  font-size: 0.7rem;
  white-space: nowrap;
  color: #000;
}

.uspotpilot-table th {
  background-color: #f90;
  color: #000;
  text-align: center;
  vertical-align: middle;
  padding: 6px 10px;
  font:bold;
}

.uspotpilot-table td {
  text-align: center;
  vertical-align: middle;
  padding: 4px 8px;
}

@media (max-width: 768px) {
  .uspotpilot-table {
    font-size: 0.65rem;
  }
}

.custom1-ux-guidelines-section {
  background-color: #fff;
  font-size: 13px;
}

.custom1-ux-subheading {
  font-size: 1rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.custom1-ux-list li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}

.custom1-ux-icon {
  margin-right: 8px;
  font-size: 1rem;
  color: #e68a00;
}

.custom1-ux-button {
  background-color: #ff9900;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.custom1-ux-button:hover {
  background-color: #e68a00;
  color: #fff;
}

.uspot2-heading {
  font-weight: 600;
  color: #333;
}

/* Wrapper common styles */
.uspot2-img1-wrapper,
.uspot2-img2-wrapper {
  padding: 1rem;
  border-radius: 1rem;
  transition: transform 0.3s ease;
  max-width: 90%; /* Keeps images from overflowing on small screens */
}

/* 
.uspot2-img1-wrapper:hover,
.uspot2-img2-wrapper:hover {
  transform: scale(1.02);
} */

/* Image 1 */
.uspot2-img1 {
  width: var(--uspot2-img1-width, 100%);
  height: var(--uspot2-img1-height, auto);
  max-width: 700px;
  object-fit: contain;
}

/* Image 2 */
.uspot2-img2 {
  width: var(--uspot2-img2-width, 100%);
  height: var(--uspot2-img2-height, auto);
  max-width: 700px;
  object-fit: contain;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .uspot2-img1,
  .uspot2-img2 {
    max-width: 100%;
  }

  .uspot2-img1-wrapper,
  .uspot2-img2-wrapper {
    padding: 0.75rem;
  }
}

/* UFIBER */
.ufiber-video-section {
  padding: 60px 20px;
  
}

.ufiber-video-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.ufiber-video-heading {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a1a1a;
  text-align: left;
}

.ufiber-video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.ufiber-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.ufiberdescription-section {
  font-family: 'Arial', sans-serif;
  color: #222;
}

.ufiber-intro {
  font-size: 1rem;
  line-height: 1.6;
}

.ufiber-subheading {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.ufiber-list li {
  line-height: 1.7;
}
.ufiber-video-section2{
  padding: 20px 10px;
}
.ufiber-nanodesc-tech .text-orange {
  color: #f57c00;
}

.ufiber-nanodesc-tech .ufiber-nanodesc-img {
  width: 85%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}
/* brush image */
.ufiberbrush-section {
  padding: 40px 20px;
}

.brush-heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}

.brush-card {
  text-align: center;
  margin-bottom: 30px;
}

.brush-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.brush-label {
  font-weight: 600;
  color: #f57c00;
}
.brush-divider {
  /* border: none; */
  border-top: 3px solid #feca2f; /* Bootstrap warning color */
  margin-bottom: 30px;
  width: 100%;
}
.ufiber-code-section {
  padding: 10px 20px;
}

.ufiber-code-heading {
  font-size: 1.25rem;
  margin-bottom: 25px;
  text-align: left;
}

.ufiber-code-image {
  max-width: 73%;
  height: auto;
  width: 67%;
  max-height: 600px;
  object-fit: contain;
}

.ufiber-code-download {
  background-color: #f57c00; /* Bootstrap warning-like orange */
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.ufiber-code-download2{
  background-color: #e68300; /* Bootstrap warning-like orange */
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.ufiber-code-download:hover {
  background-color: #e66a00;
  color: #fff;
}

.ufiber-code-divider {
  border: none;
  border-top: 3px solid #f57c00;
  margin-top: 40px;
}
.ufiberbrush1-table-wrapper {
  overflow: hidden;
  max-width: 100%;
}

.ufiberbrush1-table {
  table-layout: fixed;
  font-size: 10px;
  word-wrap: break-word;
  
}

.ufiberbrush1-table th,
.ufiberbrush1-table td {
  padding: 1px 1px;
  vertical-align: middle;
  white-space: normal;
  word-break: break-word;
}

.ufiberbrush1-table thead th {
  background-color: #f57c00 !important;
  color: rgb(5, 5, 5);
}

.ufiberbrush1-table thead tr:nth-child(2) th {
  background-color: #f57c00 !important;
  color: #000;
}.sb-section {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  margin: 20px 0;
}

.sb-note {
  margin-bottom: 10px;
  text-align: left;
}

.sb-button {
  background-color: #f7941d;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: 600;
  margin-bottom: 10px;
  transition: background-color 0.3s;
}

.sb-button:hover {
  background-color: #e68300;
  color: white;
}  .sleeve-section {
  font-family: Arial, sans-serif;
  margin: 20px 0;
}

.sleeve-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.sleeve-image {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 160px;
  width: auto;
  margin: 0 auto 20px auto;
}

.sleeve-table th,
.sleeve-table td {
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  font-size: 12px;
}

.sleeve-table thead th {
  background-color: #f7941d;
  color: #0d0d0d;
  font-size: 12px;
  padding: 6px;
}

.sleeve-wrapper {
  overflow-x: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .sleeve-title {
    font-size: 18px;
  }

  .sleeve-table th,
  .sleeve-table td {
    font-size: 10px;
    padding: 3px;
  }

  .sleeve-image {
    max-height: 140px;
  }
}

@media (max-width: 576px) {
  .sleeve-table th,
  .sleeve-table td {
    font-size: 9px;
    padding: 2px;
  }

  .sleeve-image {
    max-height: 120px;
  }
}


/* CSS */
.endbrush-img {
  max-width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
}

.endbrush-table-wrapper {
  max-width: 100%;
  overflow-x: auto;
}

.endbrush-table {
  width: 450px; /* Controls table width */
  max-width: 100%;
  table-layout: auto;
  margin: 0 auto;
}

.endbrush-table th,
.endbrush-table td {
  font-size: 11px;
  padding: 3px 4px;
  word-break: break-word;
  line-height: 1.2;
  vertical-align: middle;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .endbrush-img {
    max-height: 100px;
  }

  .endbrush-table {
    width: 600px;
  }

  .endbrush-table th,
  .endbrush-table td {
    font-size: 10px;
    padding: 2px 3px;
  }
}

@media (max-width: 576px) {
  .endbrush-table {
    width: 550px;
  }

  .endbrush-table th,
  .endbrush-table td {
    font-size: 9.5px;
    padding: 2px 2px;
  }
}
.ufiberq-title {
  font-size: 1.5rem;
}

.ufiberquestion-card {
  /* border: none; */
  box-shadow: 15px 0px 10px 0px rgba(0,0,0,0.5);
  transition: box-shadow 0.3s ease;
  border-radius: 4px;
  cursor: pointer;
  
}
/* 
.ufiberquestion-card:hover {
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.15);
} */

.ufiberquestion-card .card-body {
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}

/* learning center */
.check-icon {
  color: orange;
  margin-right: 10px;
}.machining-guidelines .formula-img {
  max-width: 100%; /* Ensures the image takes up the full available width */
  height: auto;    /* Maintains the aspect ratio */
  max-width: 180px; /* Adjust the size to a smaller width for the formula images */
}

.machining-guidelines .guideline-img {
  max-width: 50%;
  height: auto;
  border-radius: 6px;
  object-fit: contain;
}

.formula-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* UBURRElectric Styles - Electric Hand Drill Section */
.uburrelctrihand-section {
  padding: 2rem 1rem;
  font-family: Arial, sans-serif;
}

.uburrelectric-container {
  max-width: 960px;
  margin: 0 auto;
}

.uburrelectric-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #333;
}

.uburrelectric-description {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #555;
}

.uburrelectric-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.uburrelectric-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.uburrprogramming-guidelines-section {
  padding: 2rem 1rem;
  background-color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.uburrprogramming-guidelines-container {
  max-width: 960px;
  margin: 0 auto;
}

.uburrprogramming-guidelines-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #f68b1f;
  margin-bottom: 0.5rem;
}

.uburrprogramming-guidelines-subtitle {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.75rem;
}

.uburrprogramming-guidelines-description {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
}

.uburrprogramming-guidelines-description .highlight {
  color: #f68b1f;
}

.uburrprogramming-guidelines-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.uburrprogramming-guidelines-list li {
  padding: 0.25rem 0;
  color: #333;
  font-size: 0.95rem;
}

.uburrprogramming-guidelines-image img {
  width: 50%;
  max-width: 700px; /* Optional: limits image width for better appearance */
  height: auto;
  display: block;
  border-radius: 6px;
}
.uburrprogramming-guidelines-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Scoped styles for the back deburring section */
.uburrbackdebur-section {
  justify-content: center;
  padding: 40px 20px;
  background-color: #fff;
}

.uburrbackdebur-container {
  max-width: 1200px;
  margin: 0 auto;
}

.uburrbackdebur-text h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.uburrbackdebur-text p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.uburrbackdebur-image {
  text-align: center;
  margin: 30px 0;
}

.uburrbackdebur-image img {
  max-width: 50%;
  height: auto;
  display: inline-block;
  border-radius: 8px;
}

.uburrbackdebur-params {
  font-size: 0.9rem;
  color: #333;
}

.uburrbackdebur-params span {
  color: #c44d61;
  font-weight: 500;
}

.uburrbackdebur-params ul {
  list-style-type: none;
  padding-left: 0;
}

.uburrbackdebur-params li {
  margin: 4px 0;
}
.uburrdebug-guidelines-list {
  padding-left: 0;
  margin-bottom: 2rem;
}
.uburrmodels-btn {
  background-color: orange;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.uburrcasestudy-guidelines-section {
  padding: 2rem 1rem;
  background-color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.uburrcasestudy-guidelines-container {
  max-width: 960px;
  margin: 0 auto;
}
.uburrcasestudy-guidelines-subtitle {
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.75rem;
}
.uburrcasestudy-guidelines-subtitle{
  font-size: 2.2rem;
}
.uburrcasestudy-guidelines-image img {
  width: 100%;
  max-width: 853px; /* Optional: limits image width for better appearance */
  height: auto;
  display: block;
  border-radius: 6px;
}
.uburrcasestudy-guidelines-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ubackcase-guidelines-section {
  background-color: #fff;
}

.ubackcase-guidelines-title {
  font-weight: bold;
  color: #ff8800;
  font-size: 2rem;
}

.ubackcase-guidelines-list li {
  margin-bottom: 10px;
  color: #555;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.ubackcase-guidelines-divider {
  border: 0;
  height: 3px;
  background-color: #ff8800;
  width: 100%;
  max-width: 80%;
}
.techinalhover a {
  color: #343a40; /* Dark text */
  text-decoration: none;
  transition: color 0.3s ease;
}

.techinalhover a:hover {
  color: #f7941e; /* Orange on hover */
}
.techinalhover i.bi {
  font-size: 0.6rem; /* Smaller circle */
  vertical-align: middle;
}
.ubackcase-guidelines-section hr{
  height: 3px;
  color: #fd8700;
}
.ubacktool-heading {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.ubacktool-list {
  padding-left: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 2rem;
}

.ubacktool-list li {
  margin-bottom: 0.75rem;
}

.text-orange {
  color: #ff8800;
}

.ubacktool-video-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
/* Scoped styles to avoid conflicts */
.ubackcount-counterbore-section {
  background-color: #fff;
}

.ubackcount-title {
  color: #f97316; /* Tailwind-like orange-500 */
  font-weight: bold;
  font-size: 1.8rem;
}

.ubackcount-item h5 {
  font-weight: bold;
  font-size: 1rem;
}

.ubackcount-item ul {
  font-size: 0.9rem;
  padding-left: 1.2rem;
}

@media (max-width: 576px) {
  .ubackcount-title {
    font-size: 1.5rem;
  }

  .ubackcount-item {
    padding: 0 10px;
  }
}
.ubackconfig-cooling-config-section {
  background-color: #fff;
}

.ubackconfig-title {
  color: #f97316; /* orange */
  font-weight: bold;
  font-size: 1.8rem;
}

.ubackconfig-description {
  font-size: 1rem;
  color: #111;
}

.ubackconfig-img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 576px) {
  .ubackconfig-title {
    font-size: 1.4rem;
  }

  .ubackconfig-description {
    font-size: 0.95rem;
  }
}


.waydart-footer-title  a:hover{
  color: #1000ff;
}


.table-responsive-wrapper {
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.custom-coating-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1000px; /* Ensures responsiveness works */
  table-layout: auto;
}

.custom-coating-table th,
.custom-coating-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

/* Optional: Zebra striping for better readability */
.custom-coating-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Optional: Sticky header on larger screens */
@media (min-width: 768px) {
  .custom-coating-table thead th {
      background: #fff;
      position: sticky;
      top: 0;
      z-index: 2;
  }}
  /* .uchamf-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .uchamf-table thead, 
  .uchamf-table tbody, 
  .uchamf-table tr, 
  .uchamf-table th, 
  .uchamf-table td {
    white-space: nowrap;
  }

  }
  .responsive-table-wrapper {
    overflow-x: auto;
    width: 100%;
  } */


/*  */
.uburr-table-section {
    background: #fff;
    font-size: 0.75rem;
    /* Reduced font size */
}

.uburr-table-section .uburr-table th,
.uburr-table-section .uburr-table td {
    padding: 0.25rem 0.4rem;
    font-size: 0.7rem;
    word-break: break-word;
}

.uburr-table-section .uburr-table thead th {
    font-weight: 600;
    white-space: normal;
    /* Allow wrapping */
}

.uburr-table-section .uburr-table tbody tr:hover {
    background-color: #fff7e6;
    transition: background-color 0.3s ease;
}

.uburr-table-section .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.databorder {
    border-right: none;
}

.custom3-btn{
    background-color:#FA9003;
    padding: 10px 10px;
}

.custom-product-container1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    }


        .hero1:hover{
          color: black !important;
        }


        /* Table Start */

                .ubackcutting-section {
                  padding: 30px;
                  margin-top: 40px;
                  border-radius: 10px;
                  font-family: Arial, sans-serif;
                  color: #020202;
                }
        
                .ubackcutting-section h2 {
                  color: #f58220;
                  font-size: 28px;
                  margin-bottom: 15px;
                }
        
                .ubackcutting-section a {
                  color: #282828;
                  text-decoration: underline;
                }
        
                .ubackcutting-table {
                  min-width: 1100px;
                  border-collapse: collapse;
                }
        
                .ubackcutting-table th,
                .ubackcutting-table td {
                  border: 1px solid #0a0a0a;
                  padding: 5px;
                  text-align: center;
                  vertical-align: middle;
                  font-size: 12px;
                  color: #000;
                }
        
                .ubackcutting-th {
                  /* background-color: #e9f0f5; */
                  font-weight: bold;
                }
        
                /* .ubackcutting-row-p {
            background-color: #cce5ff;
          } */
        
                .ubackcutting-row-m {
                  background-color: #fff3cd;
                }
        
                .ubackcutting-highlight {
                  background-color: #ffff99;
                }
        
                @media (max-width: 768px) {
        
                  .ubackcutting-table th,
                  .ubackcutting-table td {
                    font-size: 13px;
                    padding: 8px;
                  }
        
                  .ubackcutting-section h2 {
                    font-size: 24px;
                  }
                }
        
                @media (max-width: 480px) {
        
                  .ubackcutting-table th,
                  .ubackcutting-table td {
                    font-size: 12px;
                    padding: 6px;
                  }
        
                  .ubackcutting-section h2 {
                    font-size: 20px;
                  }
                }
        
                .tdp {
                  background-color: #00b0f0 !important;
                }
        
                .tdpsub {
                  background-color: #9cc2e5 !important;
                }
        
                .tdm {
                  background-color: #ffff00 !important;
                }
        
                .tdmsub {
                  background-color: #ffff99 !important;
                }
        
                .tdk {
                  background-color: #ff0000 !important;
                }
        
                .tdksub {
                  background-color: #ff9999 !important;
                }
        
                .tdn {
                  background-color: #92d050 !important;
                }
        
                .tdnsub {
                  background-color: #c5e0b3 !important;
                }
        
                .tds {
                  background-color: #ffd966 !important;
                }
        
                .tdssub {
                  background-color: #ffe599 !important;
                }
        
                .tdh {
                  background-color: #a6a6a6 !important;
                }
        
                .tdhsub {
                  background-color: #bfbfbf !important;
                }
                