@charset "UTF-8";
/*----------------------------------------------

[Master Stylesheet]

Project:    Roots Cast
Version:    1.0
Last change:    25.10.2024
Primary use:    AGT 
Author:   Praveen Maddy

-----------------------------------------------*/
/*----------------------------------------------

[Table of contents]

1. Body
2. Header
3. Main
4. Footer

-----------------------------------------------*/
/*----------------------------------------------

[Fonts]

Base Fonts(Headings & Content)  : "Be Vietnam Pro", sans-serif !important;
Icon Fonts                      : Fontawesome 5.15.4

------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100 !important;0,200 !important;0,300 !important;0,400 !important;0,500 !important;0,600 !important;0,700 !important;0,800 !important;0,900 !important;1,100 !important;1,200 !important;1,300 !important;1,400 !important;1,500 !important;1,600 !important;1,700 !important;1,800 !important;1,900&display=swap");
:root {
  scroll-padding-top: 100px !important;
  overflow-x: hidden;
}

html {
  margin: 0 !important;
  padding: 0 !important;
  scroll-padding-top: 100px !important;
}

body {
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  position: relative !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
  margin-block-start: 0 !important;
  -ms-margin-block-start: 0 !important;
  -moz-margin-block-start: 0 !important;
  -o-margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  -ms-margin-block-end: 0 !important;
  -moz-margin-block-end: 0 !important;
  -o-margin-block-end: 0 !important;
  padding-inline-start: 0 !important;
  -ms-padding-inline-start: 0 !important;
  -moz-padding-inline-start: 0 !important;
  -o-padding-inline-start: 0 !important;
}

li {
  text-decoration: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

p{
  margin: 0 0 15px 0;
  letter-spacing: 1px;
}

button {
  margin: 0 !important;
  padding: 0 !important;
}
button:focus {
  box-shadow: none !important;
  outline: none !important;
}
h2, h4, h3  {
  letter-spacing: 1px;
} 
a,
a:link,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
}

::-ms-expand {
  display: none !important;
}

::-ms-clear {
  display: none !important;
}

:focus {
  box-shadow: none !important;
  -ms-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
}

.mx-0-auto {
  margin: 0 auto !important;
}

.btn.focus,
btn.focus,
.btn:focus,
btn:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0 !important;
}

input[type=number] {
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
}

input:focus {
  outline: none !important;
  box-shadow: none !important;
}

select:focus {
  outline: none !important;
  box-shadow: none !important;
}

textarea {
  resize: none !important;
}
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="number"],
body .gform_wrapper textarea,
body .gform_wrapper select {
  border: none !important;
  box-shadow: none !important;
}

.custom-spacing {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-fluid {
  width: 90% !important;
}
/****************header******************************/
.landing-banner .home-banner-slider {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
    background-image: url(https://www.rootscast.com/wp-content/uploads/2023/08/RC-Admin-Building.jpg);

}

.landing-banner .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 0px !important;
  background-color: #ffffff !important;
  opacity: 1 !important;
}
.landing-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f6863d !important;
}
.banner-bottom-wrapper {
    display: flex;
    height: 40px;
    width: 100%;
}

.white-section {
  clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0 100%);
  background: white;
  flex: 1;
  z-index: 2;
  position: relative;
  margin-top: -30px; /* Overlap orange section */
}
.breadcrumb-section {
  position: relative;
  display: flex;
  align-items: center;
  width: 30%;
}
.breadcrumb-section::before{
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 1000%;
    height: 100%;
    background: #e26d22;
    clip-path: polygon(0 0, 100% 0, calc(100%) 100%, 22px 100%);
    z-index: -1;
}
.breadcrumb-section ul{
  display: flex;
  gap: 7px;
}

.breadcrumb-section ul li{
  color:#fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
  
.breadcrumb-section a {
  color:#fff;
}

section#landing_form {
    padding: 60px 0 0 0;
    background: #f5f4f3;
    padding-bottom: 30px;
}
/* section#landing_form .about-inn .section-title h2 {
    color: #e26d22;
    letter-spacing: 1px;
    padding: 0px 0px 15px 0px;
    font-size: 26px !important;
} */

section#landing_form .about-inn .section-title h1 {
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
    font-family: "Be Vietnam Pro", system-ui !important;
    color: #e26d22!important;
    letter-spacing: 1px;
    padding: 0px 0px 15px 0px;
    font-size: 26px !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

section#landing_form  p {
    letter-spacing: 1px;
}
section#landing_form h3{
    text-transform: capitalize !important;
    text-align: center;
    padding-bottom: 30px;
  }


a.about-all-btn {
    display: table;
    font-size: 16px;
    font-weight: 700;
    color: #FFF !important;
    text-decoration: none !important;
    padding: 10px 40px;
    background: #f6863d;
    text-align: center;
    border-radius: 5px;
    margin: 30px 0px 0px 0;
}

section#landing_form input#gform_submit_button_7 {
    background: #f6863d;
    border: none;
    color: #fff;
    padding: 15px 30px 15px 30px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 5px;
}

section.innovation-wrapper {
  display: flex; 
  }

.about-wrapper .row{
  align-items: center;
}

.about-wrapper .about-inn p{
  margin-bottom: 0 !important;
}

.innovation-wrapper .row-gap{
  gap: 50px 0px;
}

.innovation-wrapper .column-1 {
    float: left;
    width: 45%;
    position: relative;
    display: flex;
}

.innovation-wrapper .column-1 img {
    display: block;
    width: 100%;
}

.innovation-wrapper .column-2 {
    float: left;
    width: 55%;
    background: #606062;
    display: flex;
}

.innovation-wrapper .column-2 .innovation-content{
   float: left;
    width: 100%;
    padding: 60px;
}

.innovation-wrapper h2{
    color: #fff;
    letter-spacing: 1px;
    font-size: 26px !important;
    padding: 0px 0px 15px 0px;
  }
.innovation-wrapper p{
    color: #fff !important;
}


.innovation-wrapper .icon-conent{
  display: flex;
  gap: 20px;
  align-items: center;
}

.innovation-wrapper .icon-conent .icon{
  padding: 10px;
  background-color: #fff;
  border-radius: 50px;
}

.innovation-wrapper .icon-conent .context h5{
  margin-bottom: 0 !important;
  font-weight: 500;
  color: #fff;
}

.innovation-wrapper .icon-conent img{
  height: 32px; 
  filter: invert(1);
}

.innovation-wrapper .icon-conent span{
  color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}


section.our-service-wrapper {
    padding: 60px 0 60px 0;
    background: #f5f4f3;
}

.our-service-wrapper .swiper-button-next{
  background-color: #3c3c3c; 
  width: 40px;
  height: 40px;
    font-size: 14px;
  color: #fff;
  font-weight: 700;
}

.our-service-wrapper .swiper-button-prev{
  background-color: #3c3c3c; 
  width: 40px;
  height: 40px;
    font-size: 14px;
  color: #fff;
  font-weight: 700;
}

.our-service-wrapper .swiper-button-prev:after,
.our-service-wrapper .swiper-button-next:after {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

.our-service-wrapper .swiper-button-prev, .our-service-wrapper  .swiper-button-next{
  background-image: none;
}

.our-service-wrapper .row{
  align-items: center;
}



.our-service-wrapper .our-service-inn{
  padding-right: 40px;
}

.our-service-wrapper .our-service-inn p{
  margin-bottom: 0 !important;
}

section.our-service-wrapper h2{
    color: #f6863d;
    font-size: 26px !important;
   }

/*section.our-service-wrapper p{
    letter-spacing: 1px;
   }   */

section.our-service-wrapper  .service-content {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    letter-spacing: 1px;
}

section.our-service-wrapper  .service-content::before  {
    position: absolute;
    content: '';
    background: #000;
    opacity: 0.7;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
section.our-service-wrapper .service-content   .sevice-item {
    color: #fff;
    font-weight: 700;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: 1;
    visibility: visible;
    padding: 20px;
    letter-spacing: 1px;
}
section.our-service-wrapper .service-content img{
  width: 100%;
}
section.our-service-wrapper .service-content .sevice-item h4{
    font-size: 20px !important;
    text-transform: capitalize !important;
    line-height: 32px;
    margin: 0 !important;
    padding-bottom: 10px !important;
    color: #fff !important;

}
section.our-service-wrapper .service-content .sevice-item p{
  color: #fff !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
}

.cta-wrapper{
    background: #f6863d;
    padding: 30px 0 30px 0;
}

.cta-wrapper .cta-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-wrapper .cta-content h3{
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff !important;
    margin-bottom: 0 !important;
  }

.cta-wrapper .cta-content a.quick-btn {
    background: #fff;
    color: #f6863d;
    padding: 15px 30px 15px 30px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
  }
.manufacturer-wrapper{
  padding: 60px 0px;
  position: relative;
  z-index: 5;
}

.manufacturer-wrapper .row{
  align-items: center;
}

.manufacturer-wrapper::before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #606062; 
  width: 50%;
  height: 100%;
}

.manufacturer-wrapper::after{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-color: #f7f7f7; 
  width: 50%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 992px){
  .manufacturer-wrapper{
    background-color: #606062;
  }
  .manufacturer-wrapper::after{
    display: none;
  }
  .manufacturer-wrapper::before{
    display: none;
  }
  .manufacturer-wrapper .manufacturer-content-box2 p{
    color: #fff !important;
  }
}

.manufacturer-wrapper .manufacturer-content-box1 { 
    padding-right: 50px;
}

/* .manufacturer-wrapper .manufacturer-content-box1 h4 {
    color: #fff !important;
    text-transform: capitalize !important;
    font-size: 26px !important;
    margin-top: 0 !important;
  } */
   .manufacturer-wrapper .manufacturer-content-box1 h2 {
    padding: 0 !important;
    margin: 0 !important;
    color: #fff !important;
    margin-bottom: 20px !important;
    font-family: "Be Vietnam Pro", system-ui !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-transform: capitalize !important;
    font-size: 26px !important;
    margin-top: 0 !important;
  }

.manufacturer-wrapper .manufacturer-content-box1 p {
    color: #fff !important;
    margin-bottom: 0 !important;
  }

.manufacturer-wrapper .manufacturer-content-box2 {
    padding: 30px;
}

 .manufacturer-wrapper .manufacturer-content-box2 aside.col-md-4.icon-item {
    text-align: center;
    margin: 15px 0 15px 0;
}
 .manufacturer-wrapper .manufacturer-content-box2 img{
  height: 90px;
}
 .manufacturer-wrapper .manufacturer-content-box2 p{
  font-weight: 600 !important;
    padding-top: 15px !important;
  }

.custom-spacing {
    padding-top: 30px;
    padding-bottom: 60px;
}

.home-customers h2 {
    text-align: center;
    padding-bottom: 30px !important;
    color: #f6863d;
    font-size: 32px !important;
}

.client-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 15px;
    justify-content: center;
}

.home-customers .client-logos .clients-inn {
    border: 1px solid #d9d9d9;
    padding: 10px;
}

section.industries-wrapper {
    padding: 0 0 30px 0;
    display: flex;;
}

section.industries-wrapper .row{
  align-items: center;
}

.industries-wrapper .industries-inn{
  padding-right: 50px;
}

/* .industries-wrapper .industries-inn h4{
  text-transform: capitalize !important;
  font-size: 26px !important;
  margin-top: 0 !important;
} */
 .industries-wrapper .industries-inn h2{
  text-transform: capitalize !important;
  font-size: 26px !important;
  margin-top: 0 !important;
  font-weight: 700 !important;
  font-style: normal !important;
  color: #f6863d !important;
  margin-bottom: 20px !important;
  font-family: "Be Vietnam Pro", system-ui !important;
  padding: 0 !important;
  margin: 0 !important;
}

section.industries-wrapper .industries-swiper{
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

section.industries-wrapper .industries-swiper .swiper-container{
  background-color: #fff;
}

section.industries-wrapper{
  position: relative;
}

.industries-wrapper .swiper-button-next{
  background-color: #3c3c3c; 
  width: 40px;
  height: 40px;
    font-size: 14px;
  color: #fff;
  font-weight: 700;
}

.industries-wrapper .swiper-button-prev{
  background-color: #3c3c3c; 
  width: 40px;
  height: 40px;
    font-size: 14px;
  color: #fff;
  font-weight: 700;
}

.industries-wrapper .swiper-button-prev:after,
.industries-wrapper .swiper-button-next:after {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

.industries-wrapper .swiper-button-prev, .industries-wrapper  .swiper-button-next{
  background-image: none;
}

section.industries-wrapper::after{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(https://www.rootscast.com/wp-content/uploads/2025/05/die-casting-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section.industries-wrapper .left-content{
  padding: 50px;
  background-color: #f9f9f9;
}

section.industries-wrapper .left-content h4 {
    text-transform: capitalize !important;
    font-size: 26px !important;
}

section.industries-wrapper .right-content{
    float: left;
    width: 50%;
    background: #000;
    display: flex;
    padding-left: 50px;
  }
section.industries-wrapper .right-content .industries-content{
    display: flex;
    justify-content: end;
    /* text-align: center; */
    justify-content: right;
    margin: 146px auto;
  }

section.faq-wrapper {
    padding: 30px 0 60px 0;
}

.faq-wrapper h2{
  color: #f6863d;
  font-size: 32px !important;
  text-align: center;
  padding-bottom: 30px !important;
}

.faq-wrapper .custom-accordion{
  background-color: #fff;
  padding: 15px;
}

.faq-wrapper .custom-accordion .card{
  margin-bottom: 10px;
  border-radius: 0px !important;
}

.faq-wrapper .custom-accordion .card .card-header{
  border: 0;
  padding: 0;
  border-radius: 0px;
}

.faq-wrapper .custom-accordion .card .card-header h5 button{
  text-decoration: none;
  display: block;
  text-align: left;
  width: 100%;
  padding: 8px 20px !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  position: relative;
  background-color: #fff;
}
.faq-wrapper .custom-accordion .card .card-header h5 button::after{
    content: "\f067"; /* Unicode for fa-check */
    font-family: "Font Awesome 5 Pro"; /* or 'Font Awesome 5 Free' for FA5 */
    font-weight: 400; /* required for solid icons */
    margin-right: 8px;
    right: 10px;
    position: absolute;
}

.faq-wrapper .custom-accordion .card .card-body{
  padding: 8px 20px !important;
}

.faq-wrapper .custom-accordion .card .card-body p{
  margin-bottom: 0 !important;
  font-size: 14px !important;
  line-height: 22px !important;
}



@media (max-width: 992px){
  .breadcrumb-section{
    width: 40%;
  }
  .about-wrapper .row{
    gap: 40px 0px;
  }
  section.innovation-wrapper{
    flex-direction: column;
  }
  .innovation-wrapper .column-1{
    width: 100%;
    display: block;
  }
  .innovation-wrapper .column-2{
    width: 100%;
    display: block;
  }
  section#landing_form{
    padding: 50px 0px;
  }
  .innovation-wrapper .column-2 .innovation-content{
    padding: 50px;
  }
  section.our-service-wrapper{
    padding: 50px 0px;
  }
  .manufacturer-wrapper{
    padding: 50px 0px;
  }
  .our-service-wrapper .our-service-inn{
    padding-right: 0;
  }
  .our-service-wrapper .row{
    gap: 40px 0px;
  }
  a.about-all-btn{
    margin-top: 15px;
  }
  .industries-wrapper .row{
    gap: 40px 0px;
  }
  section.industries-wrapper::after{
    display: none;
  }
  section.industries-wrapper .industries-swiper{
    padding-left: 0;
  }
  .custom-spacing{
    padding: 50px 0px;
  }
  section.faq-wrapper{
    padding: 30px 0px 50px 0px;
  }
  .home-customers h2{
    padding-bottom: 20px !important;
  }
  .innovation-wrapper .row-gap{
    gap: 30px 0px;
  }
  .faq-wrapper h2{
    padding-bottom: 30px !important;
  }
}

@media (max-width: 768px){
  section#landing_form{
    padding: 30px 0px;
  }
  .innovation-wrapper .column-2 .innovation-content{
    padding: 30px;
  }
  section.our-service-wrapper{
    padding: 30px 0px;
  }
  .manufacturer-wrapper{
    padding: 30px 0px;
  }
  .custom-spacing{
    padding: 30px 0px;
  }
  section.faq-wrapper{
    padding: 30px 0px 30px 0px;
  }
  .innovation-wrapper .row-gap{
    gap: 20px 0px;
  }
}


.page-template-adc-suppliers-chennai-lp .admission.btn{
  display: none;
}