@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
  }
  
  

:root{

    /* FONT_FAMILY */

    --font-rpa:"Urbanist", sans-serif;
    --font-rpasecondary:"outfit", sans-serif;
    --font-rpapoppins:"oppins", sans-serif;
    --font-rpainter:"inter", sans-serif;

    /* ----bg-colors---- */
    --bg-dark:#000000;
    --rpacolor-primary:#2C8CDB;
    --rpacolor-primary-light:#53A1E1;
    --rpacolor-secondary:#7A40FF;
    --rpacolor-icon-bg:#53A1E1;
    /* -----text-colors---- */
    --text-white:#ffffff;
    --text-black:#000000;
    --rpatext-primary:#081C2C;
    --rpatext-secondary:#212238;
    --rpatext-para:#57667D;
    --rpa-testiheading:#16182E;
    --rpa-testipara:#A4A6B3;
    --rpa-footerheading:#EDEDED;
    --rpa-textpurple:#4D00FF;

    /* font-sizes */

    --rpa-fontsizemain:72px;
    --rpa-fontsizepara:16px;
    --rpa-fontsizesecondary:24px;
}

/* a{
    color:var(--rpa-testipara) ;
    text-decoration: none;
} */

a{
    text-decoration: none;
}

h1{
    line-height: 100%;
    letter-spacing: 0px;
}

p{
    line-height: 24px;
    letter-spacing: 1px;
}


.container-custom{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}



 /* Section navbar */

img.img-fluid.logo {
    /* width: 200px;
    height: 35px; */
    max-width: 100%;
    height: auto;
}

.navbar-section .nav-link{
    color: var(--rpatext-para);
}




ul.navbar-nav {
    /* font-size: var(--rpa-fontsizepara); */
    font-size: 18px;
    font-weight: 500;
    color: var(--rpatext-para);
    font-family: var(--font-rpa);
}

.nav-link.bold {
    font-weight: bold;
  }
  




















  /* DROPDOWN_MENU */

  /* Core positioning rules */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -1px; /* aligns submenu top with parent */
}

/* Hide dropdown toggle arrow */
.dropdown-toggle::after {
  content: none;
}



/* Hide caret for any dropdown-toggle with .caret-off */
.dropdown-toggle.caret-off::after {
  display: none !important;
}

/* Allow caret for the one marked .show-caret */
.dropdown-toggle.show-caret::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: middle;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}




/* On hover: show submenu */
@media (min-width: 992px) {
  .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
  }
}








/* HERO SECTION */

.hero-section{
    background: url('../images/hero-bg.png')center center fixed;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
}

section.hero-section {
    margin-top: 70px;
}


.hero-container {
    height: 100%;
}

.home-first {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 15px;
}

h1.aoa{
    font-size: var(--rpa-fontsizemain);
    font-family: var(--font-rpa);
    font-weight: 700;
    max-width: 930px;
    color:var(--rpatext-primary) ;
    text-align: center;
    vertical-align: middle;

}

p.para-aoa{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    font-weight: 500;
    max-width:740px ;
    text-align: center;
    vertical-align: middle;
    color: var(--rpatext-para);
    line-height: 24px;
    letter-spacing: 1px;
}

button.btn-main{
    /* width: 173px;
    height: 62px; */
    padding: 16px 24px;
    border: transparent;
    background-color: var(--rpacolor-secondary);
    border-color: var(--rpacolor-secondary);
    color: #FFF;
    font-weight: 500;
    font-size: var(--rpa-fontsizepara);
    font-family:var(--font-rpasecondary)!important;

}

.frame-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Hidden by default */
.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    pointer-events: none;
  
    position: absolute; /* Prevent layout space */
    background: #53A1E1;
    border-radius: 10px;
    padding: 10px 0;
    min-width: 220px;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    z-index: 999;
  }
  
  /* When dropdown is shown */
  .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  
  /* Dropdown item styles */
  .dropdown-menu .dropdown-item {
    color: #fff;
    padding: 10px 20px;
    transition: background 0.3s ease, transform 0.2s ease;
    opacity: 0;
    transform: translateX(-20px) scale(0.95);
  }
  
  /* Animate dropdown items with delay */
  .dropdown-menu.show .dropdown-item {
    animation: dropdownItemFadeScale 0.5s ease forwards;
    animation-delay: calc(var(--i) * 0.08s);
  }
  
  /* Hover effect */
  .dropdown-menu .dropdown-item:hover {
    background-color: #084298;
    transform: translateX(5px);
    border-radius: 6px;
  }
  
  @keyframes dropdownItemFadeScale {
    to {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
  }
  
  

 

/* Capabilities Section */

.core-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h2.h-core{
    font-family: var(--font-rpasecondary);
    font-size: 62px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -3%;
    vertical-align: middle;
    color: var(--rpatext-secondary);
}
p.core-p{
    font-family: var(--font-rpa);
    font-weight: 500;
    vertical-align: middle;
    color: var(--rpatext-para);
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
}

h3.cch{
    font-family: var(--font-rpa);
    /* font-size: var(--rpa-fontsizesecondary); */
    font-size: 25px;
    color: var(--rpatext-secondary);
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0px;
}


.capabilities-section{
    padding: 60px 0;
}

p.ccp{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    font-weight: 500;
    color: var( --rpatext-para);
}

.core-points {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* TRANSFORMATION SECTION  */

.trans{
    background-color:var( --rpa-testiheading) ;
    padding: 30px;
}

h1.trans-head{
    font-family: var(--font-rpa);
    font-size: var( --rpa-fontsizemain);
    font-weight: 700;
    color: #FFF;
    padding: 30px;
}


img.img-fluid.trans-logo{
    width: 24px;
    height: 24px;
}

.nav-link.tab_link{
    display: flex;
    gap: 14px;
}

button#v-pills-home-tab {
    display: flex;
    gap: 14px;
}

h2.manf-head{
    font-family: var(--font-rpa);
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0;
    color: #FFF;
}

p.mfg-para{
    font-family: var(--font-rpa);
    font-size: var(  --rpa-fontsizepara);
    font-weight: 500;
    color: #FFF;
    line-height: 24px;
    letter-spacing: 1px;
}

.mfg{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.navigation_btns{
    gap:14px;
    font-family: var(--font-rpa);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 10px;
}

.nav-link.tab_link{
    color: #FFF;
    text-align: left;
}

.nav-link.tab_link.active{
    background-color: var(--rpacolor-primary);
}

.btn-main.btn_learn{
    display: block;
    width: 100%!important;
}


/* ABOUT_SECTION  */

section.about-section {
    padding-top: 136px;
    padding-bottom: 80px;
}

h1.about-head{
    font-family: var(--font-rpa);
    /* font-size: var(--rpa-fontsizemain); */
    font-size: 36px;
    color: var(--rpatext-secondary);
    font-weight: 700;
    vertical-align: middle;
}

h4.about-para{
    font-family: var(--font-rpa);
    color: var(--rpatext-secondary);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
}

p.about-sub-para{
    font-family: var(--font-rpa);
    color: var(--rpatext-para);
    font-size: var(--rpa-fontsizepara);
    font-weight: 500;
}

p.about-end-para{
    font-family: var(--font-rpa);
    color: var(--rpatext-secondary);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
}
.btn-main.learn-about{
    padding: 14px 24px;
    width: auto;
    flex-shrink: 0;
    align-self: flex-start;
}

.abt-cont {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


/* CUSTOMER_SECTION  */


.customer-swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.customer-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}



h2.customer-head{
    font-family: var(--font-rpa);
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
}

img.img-fluid.custmr.w-100 {
    height: 30px;
}
.row.custmr {
    justify-content: space-between;
}

.customer-trust {
    display: flex;
    flex-direction: column;
    gap: 64px;
}










/* INDUSTRY LEADERS SECTION  */



section.industry-leaders-section{
    background-color: #FAFCFF;
}

btn-custom {
    background-color: transparent !important;
}

h1.head-ind-leaders{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizemain);
    color: var(--rpatext-secondary);
    font-weight: 700;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 16px;
}

.rating-1 {
    /* border: 15px solid #EAF1FD; */
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
}

h3.rating-head{
    font-family: var(--font-rpa);
    font-size: 36px;
    color: var(--rpa-testiheading);
    font-weight: 700;
    line-height: 42px;
}

p.rating-para{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color: var(--rpa-testipara);
    font-weight: 500;
}

img.img-fluid.leader-1.w-100 {
    width: 60px;
    height: 60px;
}

h3.lead-name{
    font-family: var(--font-rpa);
    font-weight: 700;
    font-size: var(--rpa-fontsizesecondary);
    line-height: 36px;
}
span.designation{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color: var(--rpatext-para);
    font-weight: 500;
}

img.img-fluid.five-star.w-100 {
    width: 120px;
    height: 20px;
}

p.star-rate{
    font-family: var(--font-rpasecondary);
    font-size: var(--rpa-fontsizesecondary);
    color: var(--rpa-testiheading);
    font-weight: 500;
    display: flex;
    justify-content: center;
}
span.rate{
    font-family: var(--font-rpasecondary);
    font-size: var(--rpa-fontsizesecondary);
    color: var(--rpatext-para);
    font-weight: 500;
    vertical-align: middle;
}

p.five{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizemain);
    color: var(--rpatext-secondary);
    font-weight: 700; 
}

img.img-fluid.green-arw.w-100 {
    width: 24px;
    height: 24px;
    position: relative;
    transform: translate(40px, -50px);
}

p.rating-para{
    font-family: var(--font-rpa);
    color: var(--rpa-testipara);
    font-size: var(--rpa-fontsizepara);
    font-weight: 500;
}

.name-desig {
    white-space: nowrap;
}

span.growth{
    font-family: var(--font-rpa);
    color: var(--rpatext-para);
    font-size: var(--rpa-fontsizepara);
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
}

.b-grw {
    display: flex;
    justify-content: space-between;
}


.col-lg-12.name-rate {
    display: flex;
    justify-content: space-between;
}

.profile-1.d-flex {
    gap: 10px;
}

button.carousel-control-prev.btn-custom {
    position: relative;
    transform: translate(50px, 10px);
}

button.carousel-control-next.btn-custom {
    position: relative;
    transform: translate(-50px, 10px);
}


/* Intelligent_automation */

section.automation-section {
    padding: 64px 0;
}

h1.automat-head{
    font-family: var(--font-rpa);
    /* font-size: var( --rpa-fontsizemain); */
    font-size: 60px;
    color: var(--rpatext-primary);
    font-weight: 700;
    text-align: center;
    max-width: 930px;
}



.unlock {
    background: url(../images/automation-bg.png) no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.btn-main.talk{
    min-width: 172px;
    height: 62px;
}


/* FOOTER_SECTION  */

section.footer-section {
    background-color: var(--rpa-testiheading);
    padding-top: 60px;
    /* padding-bottom: 42px; */
}

img.img-fluid.footer-logo.w-100 {
    height: 150px;
    position: relative;
    transform: translate(-40px, 0px);
}

p.copyright{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color: var(--rpa-testipara);
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 10px;
}

h4.footer-head{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color: #EDEDED;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 700;
}

ul.list-1{
    list-style: none;
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color: var(--rpa-testipara);
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

li.sub-list a{
    list-style: none;
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color: var(--rpa-testipara);
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-decoration: none;

}
.policy-contents a {
    text-decoration: none;
  }
  

  .list-1 a {
  display: inline !important;
  padding: 0 !important;
}


img.img-fluid.media.w-100 {
    width: 32px;
    height: 32px;
}

.policy-contents {
    display: flex;
    gap: 32px;
    color: var(--rpa-testipara);
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    font-weight: 400;
}

.social-media {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: flex-end;
}

h4.policy{
    color: var(--rpa-testipara);
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    font-weight: 400;
}


ul.social-media {
    list-style: none;
}


/* ABOUT-PAGE  */

section.hero-section-about{
    background: url(../images/about-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 507px;
    margin-top: 70px;
}

/* .row.vision {
    --bs-gutter-x: 3.5rem;
} */

button.carousel-control-prev.btn-custom-vision {
    position: relative;
}

button.carousel-control-next.btn-custom-mission {
    position: relative;
    float: right;
}

h1.au{
    font-family: var(--font-rpa);
    color: #FFF;
    font-size: 96px;
    line-height: 130%;
    letter-spacing: -3%;
}

.content-box-abt {
    position: relative;
    /* transform: translate(-80px, 235px); */
}

h2.abt-cont-head{
    font-family: var(--font-rpa);
    color: var(--rpatext-secondary);
    font-weight: 700;
    line-height: 36px;
    font-size:38px ;
    letter-spacing: 0;
    vertical-align: middle;

}

img.img-fluid.circle-logo {
    width: 148px;
    height: 74px;
}

h4.abt-para-1{
    font-family: var(--font-rpa);
    color: var(--rpatext-para);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;

}

h4.abt-para-2{
    font-family: var(--font-rpa);
    color: var(--rpatext-para);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;

}

.about-desc {
    padding: 54px;
}

.global-leaders {
    display: flex;
    flex-direction: column;
    gap: 32px;
}


/* MISSION_VISION SECTION  */


h1.mv-head{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizemain);
    color: var(--rpatext-secondary);
    font-weight: 700;
}

.mv-content {
    padding: 54px 32px;
    background-color: #FAFCFF;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

h3.our-mission{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizesecondary);
    color: var(--rpa-textpurple);
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;

}

p.mission-para{
    font-family: var(--font-rpa);
    color:#0C2D47 ;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0px;

}

span.span-mission{
    font-family: var(--font-rpa);
    color:#C0C0C0 ;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0px;
}

.mission-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}
img.img-fluid.right-arw {
    height: 60px;
}





 .underline-container {

    display: flex;

    justify-content: center;

    gap: 2px;

    margin-top: 20px;

}

.line {

    height: 4px;

    width: 50%;

    transition: background-color 0.3s;

}


.line1, .line2 {

    background-color:#7A40FF;

}


.line1.active {

    background-color: #7A40FF; 

}

.line2.active {

    background-color: #7A40FF; 
}


.line1.inactive, .line2.inactive {

    background-color: #b0b0b0; 
} 












/* FEATURE_SECTION  */

section.feature-section {
    padding: 80px 56px;
}



h2.feature-head{
    font-family: var(--font-rpa);
    color: var(--rpatext-secondary);
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0px;
}

h3.point-1{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizesecondary);
    color: var(--text-white);
    line-height: 36px;
    letter-spacing: 0px;
    font-weight: 700;

}

p.point-desc{
    font-family: var(--font-rpa);
    font-size: 20px;
    color: var(--rpa-testipara);
    font-weight: 500;

}

.feature-content {
    background-color: var(--rpa-testiheading);
    padding: 60px;
}
.key-points {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
img.img-fluid.feature-1 {
    width: 56px;
    height: 56px;
}

/* STORY_SECTION  */

.story-content {
    padding: 64px 54px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

h2.story-head{
    font-family: var(--font-rpa);
    color: var(--rpatext-secondary);
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0px;

}

p.story-para{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color: var(--rpatext-para);
    font-weight: 500;
}

/* img.img-fluid.blank.w-100 {
    width: 370px;
    height: 303px;
} */

 /* DIRECTORS_SECTION */

 h1.director-head{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizemain);
    color: var(--rpatext-secondary);
    font-weight: 700;
    text-align: center;
 }

 /* img.img-fluid.director-1.w-100{
    width: 572px;
    height: 487px;
 } */

 .director-details{
    display: flex;
    justify-content: space-between;
 }

 h3.director-name{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizesecondary);
    color: var(--rpa-testiheading);
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;

 }

 span.d-block.desg{
    font-family: var(--font-rpa);
    color: var(--rpatext-para);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
 }

 .team{
    background-color: #D3BFFF33;
    display: flex;
    flex-direction: column;
    gap: 84px;
    padding: 64px 56px;
 }

 
    img.img-fluid.director-1.w-100 {
    /* height: 304px; */
    height: auto;
}

 /* INDUSTRY_LIST */

 section.hero-section-industry{
    background: url(../images/industry-bg.png
    );
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;

 }
 

 .industry-content {
    padding: 64px 80px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

h1.list-head{
    font-family: var(--font-rpa);
    font-size:64px;
    color: var(--rpatext-secondary);
    font-weight: 700;
}

p.list-para{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color:var(--rpatext-para) ;
    font-weight: 500;
}

.list-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.indus-btn {
    width: auto;
    flex-shrink: 0;
    align-self: flex-start;
}


  .g-custom{
    --bs-gutter-x: 7.5rem;
  }


  /* SPECIFIC_PAGE-1 */

  section.hero-section-specific-1{
    background: url(../images/specific-1-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
  }


  /* brief-detail-section */

  section.brief-detail {
    padding: 80px 54px;
}

  h1.brief-head{
    font-family: var(--font-rpa);
    /* font-size: var(--rpa-fontsizemain); */
    font-size: 56px;
    color: var(--rpatext-secondary);
    font-weight: 600;
  }

  span.span-brief{
    font-family: var(--font-rpa);
    /* font-size: var(--rpa-fontsizemain); */
    color: #2178BF;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0px;
  }

  h4.brief-para{
    font-family: var(--font-rpa);
    color: var(--rpatext-para);
    font-weight: 300;
    font-size: 20px;
    /* line-height: 30px; */
    letter-spacing: 0.5px;
  }

  /* APPLICATION_SECTION  */

  section.application-section{
    background-color: #F3F4FF;
    padding: 45px 0px;

  }

  .key-application {
    padding: 64px;
    background-color: var(--text-white);
}

h2.key-head{
    font-family: var(--font-rpa);
    color: var(--rpatext-secondary);
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.5px;
}

h3.sub-heading{
    font-family: var(--font-rpa);
    color: var(--rpatext-secondary);
    /* font-size: var(--rpa-fontsizesecondary); */
    font-size: 22px;
    font-weight: 600;
    /* line-height: 90px; */
    line-height: 40px;
    letter-spacing: 0px;
}

p.sub-para{
    font-family: var(--font-rpa);
    color: var(--rpatext-para);
    /* font-size: var(--rpa-fontsizepara); */
    font-size: 14px;
    font-weight: 500;
}

h3.box-head{
    font-family: var(--font-rpa);
    color: var(--text-white);
    font-size: var(--rpa-fontsizesecondary);
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0px;
}

p.box-para{
    font-family: var(--font-rpa);
    color: var(--text-white);
    font-size: var(--rpa-fontsizepara);
    font-weight: 500; 
}


.blue-box {
    /* padding: 24px 32px; */
    padding: 12px 16px;
    background: linear-gradient(to top right, #0A387E, #58CBFF);
}










  
  /* essential-section  */

  .essential-head{
    font-family: var(--font-rpa);
    font-size:36px;
    color: var(--rpatext-secondary);
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
  }

  h3.ess-head{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizesecondary);
    /* font-size: 21px; */
    color: var(--rpatext-secondary);
    font-weight: 700;
    /* line-height: 36px; */
    letter-spacing: 0px;
    /* white-space: nowrap; */
  }

  p.ess-para{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color: var(--rpatext-para);
    font-weight: 300;
  }

  .operational-ess {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 36px 16px;
    background-color: #53A1E11A;
    border: 2px solid #53A1E11A;
}

img.img-fluid.ess-1 {
    width: auto;
    flex-shrink: 0;
    align-self: flex-start;
}

.ess-content {
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}


/* transform-energy-section  */

section.transform-energy {
    padding: 64px 80px;
}

.width_fit{
    width: fit-content;
}

h2.transform-head{
    font-family: var(--font-rpa);
    color: var(--rpatext-secondary);
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.5px;
}

p.transform-para{
    font-family: var(--font-rpa);
    font-weight: 300;
    /* font-size: 20px; */
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.5px;
    color: var(--rpatext-para);
}

.transform-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* gap: 36px; */
    gap: 16px;
}

button.btn-main.trans-btn.d-none.d-md-block {
    flex-shrink: 0;
    align-self: start;
}


/* Industry-specific-page-2  */

section.hero-section-specific-2{
    background: url(../images/New-Manuimage.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height:500px;
    margin-top: 70px;

  }


  /* CONTACT_SECTION */

  section.hero-section-contact{
    overflow-x: hidden;
    /* height: 100vh; */
    margin-top: 70px;
  }

  h2.contact-head{
    font-family: var(--font-rpa);
    color: #100420;
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0.5px;
  }

  label.form-label {
    font-family: var(--font-rpa); 
    color: var(--rpatext-secondary);
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
}

.form-label::after {
    content: "*"; 
    color: red;    
    font-weight: bold; 
  }

  .form-label.no-asterisk::after {
    content: none;
}

  .form-control{
    font-family: var(--font-rpa); 
    color: var(--rpatext-para);
    font-weight: 500;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 8px;
  }

  #emailAddress {
    background-image: url('../images/mail-logo.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
    padding-left: 35px; 
  }
  
  #emailAddress::placeholder {
    color: var(--rpatext-para);
    font-size: 0.9rem;
  }
  

  .contact-content {
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 44px;
    justify-content: center;
}

.a-color-agree{
    color: var(--rpatext-para);

}

.a-color{
    color: var(--rpatext-para);
    text-decoration: underline;
}

/* BLOG_LIST_SECTIION */

section.hero-section-blog-list{
    position: relative;
    background: url(../images/blog-list-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    overflow: hidden;
    margin-top: 70px;
}


.hero-section-blog-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  /* background-image: linear-gradient(to right, #53a1e1c9 30% ,rgba(153, 255, 102, 0.26) 100% ) ; */
  /* backdrop-filter: blur(2px); */
  z-index: 1;
}

.blog-visible{
    z-index: 1;
}


.btn-blog{
    color: var(--text-black) !important;
    background-color: var(--text-white) !important;
}

.nav-pills-wrapper {
    padding: 15px 180px;
}

.btn-styles-1{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color: var(--rpatext-secondary);
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 700;
}

.btn-styles-2{
    font-family: var(--font-rpa);
     font-size: 14px;
    color: var(--rpatext-para) !important;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 400;
}

h1.blog-head{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizemain);
    color: var(--text-white);
    font-weight: 700;
}

section.blog-list {
    padding-top: 64px;
}

.blog-content{
    padding: 0px 180px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.blg-headings {
    display: flex;
    gap: 24px;
    align-items: center;
}

.blog-det-1{
    height: 350px;
}


h3.blog-sub {
    font-family: var(--font-rpa);
}

span.sub-para-head {
    font-weight: 600;
    color: #000;
}


p.blogs{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color: var(--rpatext-secondary);
    font-weight: 700;
}

p.case-study{
    font-family: var(--font-rpa);
    color: var(--rpatext-para);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

h2.main-blg{
    font-family: var(--font-rpa);
    color: var(--rpatext-secondary);
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0px;
}

h4.desc-head{
    font-family: var(--font-rpa);
    color: var(--rpatext-secondary);
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 20px;
}

p.desc-para{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color: var(--rpatext-para);
    font-weight: 500;

}

p.desc-name{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color: var(--rpacolor-secondary);
    font-weight: 500;
}

p.desc-detail-date{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color: var(--rpa-testipara);
    font-weight: 400;
}

p.desc-detail-time{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color: var(--rpa-testipara);
    font-weight: 400;
}

.desc-detail {
    display: flex;
    gap: 10px;
}

a.page-link {
    color: black;
}

.pagination {
    --bs-pagination-border-color: none;
}

a.page-link.prev-color{
    color: var(--rpa-testipara);
    /* font-size: 20px; */
}

a.page-link.next-color{
    color: var(--rpatext-secondary);
    font-weight: 600;

}







.nav-pills .nav-link {
  border-bottom: 2px solid transparent;
  border-radius: 0;
  transition: border-color 0.3s;
}

/* .nav-pills .nav-link.active {
  border-bottom: 2px solid #000; 
  background-color: transparent;
  color: #007bff; 
} */





/* BLOG-DETAILS-SECTIION */

section.blog-detail-section {
    padding: 64px;
}

h2.other-head{
    font-family: var(--font-rpa);
    font-size:36px;
    color: var(--rpatext-secondary);
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
}

h2.bd-head{
    font-family: var(--font-rpa);
    font-size:36px;
    color: var(--rpatext-secondary);
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
}

p.bd-para{
    font-family: var(--font-rpa);
    font-size: 16px;
    font-weight: 500;
    color: var(--rpatext-para);

}

h4.profile-name{
    font-family: var(--font-rpa);
    color: var(--rpatext-secondary);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
}

p.profile-para{
    font-family: var(--font-rpa);
    color: var(--rpatext-para);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;

}

.prof {
    display: flex;
    gap: 12px;
}

.prof-2{
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

img.img-fluid.prof-1 {
    width: 24px;
}

.blog-det-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px 155px;
}

h4.bd-sub{
    font-family: var(--font-rpapoppins);
    color: var(--rpatext-secondary);
    font-weight: 500;
    font-size:20px;
    line-height: 30px;
    letter-spacing: 0px;
    
}


/* privacy-policy-section */

section.privacy-policy-section {
    padding: 80px 180px;
    margin-top: 70px;
}

.policy-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1.policy-head{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizemain);
    color: var(--rpa-testiheading);
    font-weight: 700;
}

h3.last-update{
    font-family: var(--font-rpa);
    font-size:var(--rpa-fontsizesecondary);
    color: var(--rpatext-para);
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
}

h4.policy-para-1{
    font-family: var(--font-rpa);
    color: var(--rpatext-para);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
}

.policy-paras {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.policy-para-1 a {
  display: contents;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }
  
  .privacy-policy-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

h2.interpret-head{
    font-family: var(--font-rpa);
    color: var(--rpa-testiheading);
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
}

h3.interpret-sub-head{
    font-family: var(--font-rpa);
    color: var(--rpa-testiheading);
    font-size:var(--rpa-fontsizesecondary);
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
}

h4.interpret-sub-para{
    font-family: var(--font-rpa);
    color: var(--rpatext-para);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
}

h4.def-sub{
    font-family: var(--font-rpa);
    color: var(--rpatext-para);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 500;

}

h3.def-head{
    font-family: var(--font-rpa);
    color: var(--rpa-testiheading);
    font-size: var(--rpa-fontsizesecondary);
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
}

span.def-span-1{
    font-family: var(--font-rpa);
    color: var(--rpa-testiheading);
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0px;
}

span.def-span-2{
    font-family: var(--font-rpa);
    color: var(--rpatext-para);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0px;
}

.definitions {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

h2.data-head{
    font-family: var(--font-rpa);
    color: var(--rpa-testiheading);
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
}

h3.data-sub-head{
    font-family: var(--font-rpa);
    color: var(--rpa-testiheading);
    font-size: var(--rpa-fontsizesecondary);
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
}

h3.data-type-head{
    font-family: var(--font-rpa);
    color: var(--rpa-testiheading);
    font-size: var(--rpa-fontsizesecondary);
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
}

h3.data-type-head.acknowledge {
font-size: 36px;
}

.acknowledgment {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

h4.data-type-para{
    font-family: var(--font-rpa);
    font-size: 20px;
    color: var(--rpatext-para);
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
}

.data-types {
    display: flex;
    flex-direction: column;
    /* gap: 16px; */
}

.personal-data {
    display: flex;
    flex-direction: column;
    /* gap: 24px; */
    padding:32px 0px;
}

.use-of-data {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


/* Terms-condition-section  */

section.terms-condition-section {
    padding: 80px 120px;
    margin-top: 70px;
}

/* CAREERS_SECTION */

section.hero-section-careers{
    background-color: #081C2C;
    /* background-image: linear-gradient(to right, #081C2C 90%,#ffffff3f 100% ); */
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 70px;
}



 section.hero-section-careers::before{
    content:'';
    width:800px;
    height:400px;
    border-radius: 50%;
    background-image: linear-gradient(to top, #ffffff, rgb(49, 80, 148));
    position: absolute;
    top: 0;
    /* z-index: 1; */
    right: 0%;
    opacity: 0.3;
    filter: blur(150px);
    mix-blend-mode: color-dodge;
}




/* .custom-gap {
        --bs-gutter-x: 7rem;
} */

h1.join-head{
    font-family: var(--font-rpa);
    /* font-size: var(--rpa-fontsizemain); */
    font-size: 56px;
    color: var(--text-white);
    font-weight: 700;
    text-align: left;
}

h4.join-para{
    font-family: var(--font-rpa);
    color: var(--rpa-testipara);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;

}


h3.Responsibilities{
    font-family: var(--font-rpa);
}

.join-cont{
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
}

button.btn-main.open{
    width: auto;
    flex-shrink: 0;
    align-self: flex-start;
}

section.work-place-section{
    padding: 60px 0;
}

.nav-margin{
    margin: 0 !important;
}

a.btn-main {
  text-decoration: none;
}

/* Benefit-section  */

section.benefit-section {
    padding: 64px 80px;
    background-color: #FAFCFF;
}

h3.ben-head{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizesecondary);
    color: var(--rpatext-secondary);
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
}

.benefit-cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

h2.ben-main-head{
    font-family: var(--font-rpa);
    font-size: 36px;
    color: var(--rpatext-secondary);
    font-weight: 700;
    text-align: center;
}

.benefit-main {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* open-position-section */

section.open-position-section {

    /* padding: 77px 80px; */
    
}


h2.job-head{
    font-family: var(--font-rpa);
    color: var(--rpatext-secondary);
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0px;
    font-weight: 700;

}

p.job-para{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color: var(--rpatext-para);
    font-weight: 500;
}

button.btn-main.view-d{
    padding: 14px 24px;
    width: 173px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content:center;
}

button.btn-main.apply{
    padding: 14px 24px;
    width: 173px;
    height: 44px;
    background-color: var(--text-white);
    color: var(--rpa-textpurple);
    border: 2px solid #7A40FF;
    display: flex;
    align-items: center;
    justify-content:center;
    
}

button.btn-main.apply:hover{
    border-color: #4D00FF;
    background-color: #4D00FF;
    color: var(--text-white);
}

button.btn-main.apply:active{
      border-color: #3F00D1;
    background-color: #3F00D1;
}

.job-details {
    /* padding: 21px 180px; */
    padding: 50px 0;
    display: flex;
    gap: 24px;
}

.two-btns {
    display: flex;
    gap: 24px;
}

.job-one {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.main-tabs {
    display: flex;
    flex-direction: column;
    gap: 36px;
}



h1.open-head{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizemain);
    color: var(--rpatext-secondary);
    font-weight: 700;
}


.nav-link.others.active{
    background-color: var(--text-white);
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color: var(--rpatext-para);
    font-weight: 500;
    border-left: 4px solid blue;
    border-radius: 0;
}


.nav-link.others{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    color: var(--rpatext-para);
    font-weight: 500;
    display: flex;
}

/* .nav-pills .nav-link.active{
    background-color: #FFF;
    color: var(--rpatext-para);
    border-left: 4px solid blue;
    border-radius: 0;
} */

.nav-link.first-tab{
    /* color: var(--rpatext-secondary); */
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    font-weight: 700;
    white-space: nowrap;;
}

.nav-link.first-tab.active{
    /* color: var(--rpatext-secondary); */
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    background-color: #FFF;
    font-weight: 700;
    white-space: nowrap;
    border-left: 4px solid blue;
    border-radius: 0;
}






/* ANIMATIONS */


/* fade-up  */


@keyframes fadeUp {
    0% {
      opacity: 0;
      transform: translateY(80px);  /* More movement for greater visibility */
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .fade-up {
    opacity: 0;
    transform: translateY(80px);  /* Increased initial offset */
    transition: all 4s ease-out;
  }
  
  .fade-up.animate {
    animation: fadeUp 1.2s ease-out forwards;
    animation-delay: 0.3s;  /* Optional: delay for staggered effect */
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);   */
  }
  
  .cc {
  transition: box-shadow 0.3s ease;
}

.cc:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}


   

  /* Slide-right  */


  @keyframes slideInRight {
    0% {
      opacity: 0;
      transform: translateX(150px) scale(0.95);
    }
    100% {
      opacity: 1;
      transform: translateX(0) scale(1);
    }
  }
  
  .slide-in-right {
    opacity: 0;
    transform: translateX(150px) scale(0.95); /* fallback in case JS is disabled */
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  }
  
  .slide-in-right.animate {
    animation: slideInRight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  }
  


  /* Job-details-section  */


  h2.job-name{
    font-family:var(--font-rpa);
    font-weight: 700;
    color: var(--rpatext-secondary);
    font-size: 36px;
    line-height: 42px;
  }

  span.j-desc{
    font-family:var(--font-rpa);
    font-size: var(--rpa-fontsizepara);
    font-weight: 500;
    color: var(--rpatext-para);
    line-height: 24px;
  }

  span.j-desc::after {
  content: "";
  display: inline-block; 
  width: 4px;
  height: 4px;
  background-image: url('../images/violet-dot.svg');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle; 
  margin-left: 8px;
}


span.j-desc:last-of-type::after {
  display: none;
}

h4.j-head{
    font-family: var(--font-rpapoppins);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

p.j-para{
    font-family: var(--font-rpa);
    color: var(--rpatext-para);
    font-weight: 500;
    font-size: 16px;
}

.job-apply-content {
    width: 740px;
    margin: 0 auto;
    padding: 100px 0px;
}

.apply-1{
    width: 94px;
    height: 62px;
}


img.img-fluid.x-icon {
    width: 44px;
    height: 44px;
}

small.upload-text {
font-family: var(--font-rpainter);
font-weight: 600;
font-size: 14px;
line-height: 20px;
color: #6941C6;
}

span.upload-span{
    font-family: var(--font-rpainter);
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #535862;
}

p.upload-para{
     font-family: var(--font-rpainter);
font-weight: 400;
font-size: 12px;
line-height: 18px;
color: #535862;
}

h3.apply-head{
     font-family: var(--font-rpainter);
font-weight: 600;
font-size: 16px;
line-height: 28px;
color:#181D27;
}

span.apply-span{
     font-family: var(--font-rpainter);
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #535862;
}

.modal-header {
    flex-direction: column;
    align-self: flex-start;
    border-bottom: none;
}

/* Service--section  */

section.hero-section-services{
     background: url(../images/services-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 250px;
    margin-top: 70px;
}


h1.simply-head{
    font-family: var(--font-rpa);
    font-size: var(--rpa-fontsizemain);
    /* font-size: 56px; */
    font-weight: 700;
    color: var(--rpa-testiheading);
}

p.simply-small{
     font-family: var(--font-rpa);
    font-size: 36px;
    font-weight: 700;
    color:#2178BF;
    line-height: 32px;
}

h4.simply-para{
     font-family: var(--font-rpa);
    font-size: 20px;
    font-weight: 500;
    color:var(--rpatext-para);
    line-height: 30px;
}

section.simplify-section {
    padding: 50px 0;
}

.simply-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h3.ft-head{
     font-family: var(--font-rpa);
    font-size:var(--rpa-fontsizesecondary);
    font-weight: 700;
    color:#2E2B26;
    line-height: 36px;
}

p.ft-para{
     font-family: var(--font-rpa);
    font-size:var(--rpa-fontsizepara);
    font-weight: 500;
    color:#2E2B26;
}

.feat-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}

section.Three-feature-section {
    padding: 50px 0px;
    background-color: #FAFCFF;
}


h2.talk-head{
    font-family: var(--font-rpa);
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
}

h4.talk-small {
    font-family: var(--font-rpa);
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: var(--rpatext-para);
}

section.talk-automation {
    padding: 50px 0px;
}

.talk-features {
    max-width: 100% !important;
    padding: 36px 24px !important;
}

h1.feat-head{
     font-family: var(--font-rpa);
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: var(--rpatext-secondary);
}

p.feat-para{
     font-family: var(--font-rpa);
    font-weight: 500;
    font-size:var(--rpa-fontsizepara);
    color: var(--rpatext-para);
}

.feat-img {
    width: 560px;
    height: 500px;
}

.four-feats-content {
    padding: 64px 0px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

section.leadership-section{
    padding: 64px 0px;
    /* background: url(../images/leader-bg.png); */
    background-color:var(--rpa-testiheading);
    position: relative;
}

section.leadership-section::before{
    content: '';
    width: 700px;
    height: 400px;
    background-image: linear-gradient(to right, #16182E, rgb(223, 107, 107));
position: absolute;
top: 0;
right: 0;
opacity: 1;
filter: blur(150px);
mix-blend-mode: color-dodge;
}



h1.leader-head{
     font-family: var(--font-rpa);
    font-weight: 400;
    font-size:50px;
    color: var(--text-white);
}

p.leader-para{
    font-family: var(--font-rpa);
    font-weight: 500;
    font-size: var(--rpa-fontsizepara);
    color: #EDEDED;
}

/* Energy-utilities */

section.hero-section-specific-1{
    margin-top: 70px;
}

section.hero-section-specific-11{
    margin-top: 70px;
}


/* HealthCare-Page */

section.hero-section-healthcare{
    background: url(../images/healthcare-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin-top: 70px;
  }


  /* Logistics-page */

  section.hero-section-logistics{
    background: url(../images/logistics-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin-top: 70px;
  }

  /* Banking-page */

  section.hero-section-banking{
    background: url(../images/banking-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin-top: 70px;
  }



  /* Aerospace-page */

   section.hero-section-aerospace{
    background: url(../images/aerospace-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin-top: 70px;
  }



  /* Application-section-Animations */

 .blue-circle {
  transition: opacity 0.3s ease;
  opacity: 1;
  height: 100%;
}

.blue-circle.fade-out {
  opacity: 0;
}

.show_box{
    opacity: 1;
    visibility: visible;
}

.hide_box{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}


.gradient_bg_wrap{
    position: relative;
    padding: 15px;
}

.gradient-border{
    content: '';
    background-image:linear-gradient(to bottom,#EAF1FD,#FFFFFF);
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
}

.rating-1{
    position: relative;
    z-index: 2;
}



/* ==Fixed-TOP=== */


.navigation_bar.fixed-top {
  background-color: #fff !important;
  background-image: none !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05); 
  z-index: 1030; 
}







/* .gradient-slide:hover {
   background-color: #f06; 
  background-image: linear-gradient(to right, #0d6efd, #9f6);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  color: #FFFFFF !important;
  border: none !important;
} */

.gradient-slide:hover{
    background-color:#4D00FF ;
    
}

.gradient-slide:active{
background-color: #3F00D1;
}



.btn-main.disabled {
      /* opacity: 0.5; */
      background-color: #A4A6B3;
      cursor: not-allowed;
      pointer-events: none;
}

.career_links .nav-link{
    color: var(--rpatext-para);
    font-weight: normal;
}

.career_links .nav-link.active{
     color:#000000;
     font-weight: 600;
}

/* =========03-07-2025======== */

.transformation-section .tab-content, .transformation-section .tab-pane ,.transformation-section .transform_row,.transformation-section .transform_img{
    height: 100%;
}

.transformation-section .transform_img{
    object-fit: cover;
}

.five-rate p , .five-rate p span{
   font-size: 21px!important;
}

.testimonial_divider{
    padding-bottom: 2rem;
}

.business_text{
    max-width: 50px;
}





/* ===industry-v2=== */

/* Solar-Energy */

section.hero-section-solar-1{
background: url(../images/solar-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin-left: -2px;
}


/* Wind-Energy */

section.hero-section-wind-1{
background: url(../images/wind-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin-left: -2px;
    margin-top: 70px;
}


/* Ethanol-manufacture */

section.hero-section-ethanol-1{
background: url(../images/ethanol-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin-left: -2px;
    margin-top: 70px;
}


/* Mining-Minerals */

section.hero-section-mining-1{
background: url(../images/mining-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin-left: -2px;
    margin-top: 70px;
}


/* Steel-industry */

section.hero-section-steel-1{
background: url(../images/steel-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin-left: -2px;
    margin-top: 70px;
}

/* Gases-industry */

section.hero-section-gases-1{
background: url(../images/gases-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin-left: -2px;
    margin-top: 70px;
}


/* Pharmaceuticals */

section.hero-section-pharma-1{
background: url(../images/pharma-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin-left: -2px;
    margin-top: 70px;
}


/* Healthcare-Hospitals */

section.hero-section-hospitals-1{
background: url(../images/HOSPITAL-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin-left: -2px;
    margin-top: 70px;
}

/* Shipping-industry */

section.hero-section-shipping-1{
background: url(../images/shipping-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin-left: -2px;
    margin-top: 70px;
}

/* Specific-banking-1 */


section.hero-section-banking-1{
background: url(../images/specific-banking.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin-left: -2px;
    margin-top: 70px;
}


/* Insurance-banking */

section.hero-section-insurance-1{
background: url(../images/insurance-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin-left: -2px;
    margin-top: 70px;
}


/* Retail-Industry */

section.hero-section-retail-1{
background: url(../images/retail-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 500px;
    margin-left: -2px;
    margin-top: 70px;
}


/* ----------------11-08-2025------------------ */

.key_application_sect{
    background-image: linear-gradient(to bottom , #F3F4FF,#FFFFFF);
    padding: 60px 0;
}

.application_heading h2{
    /* font-size: 36px; */
    font-size: 32px;
    font-weight: 600;
}

.key_application_inner{
    padding: 40px;
    background-color: var(--text-white);
}


.circle_element_outer{
    width: 84px;
    height: 84px;
    border-radius: 50%;
    position: relative;
    border: 1px solid #C0DDF4;
    background-color: #ffffff;
}

.animated_block.active .circle_element_outer{
    background-image: linear-gradient(to top right, #58CBFF,#0A387E);
}

.animated_block.active .circle_element_outer .circle_element_inner{
    background-color: var(--text-white);
}


.circle_element_inner{
    width: 24px;
    height:24px;
    display: block;
    position: absolute;
    background-color: #C0DDF4;
    z-index: 1;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}

.circle_dot{
    display: block;
    width: 6px;
    height: 6px;
    background-color: #000000;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}

.key_application_sect{
    font-family: var(--font-rpa);
}

.key_application_right{
    background-image:linear-gradient(to  bottom, #58CBFF,#0A387E) ;
    padding:1rem;
    color: var(--text-white);
    display: none;
}

.animated_block.active .key_application_right{
    display: block;
}

.key_application_middle h3,.key_application_right h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.animated_block.active .key_application_middle{
    border-left: 2px solid #2C8CDB;
}

.key_application_middle{
    border-left: 2px solid #C0DDF4;
    min-height: 200px;
    padding-left: 100px;
    position: relative;
}

.key_application_middle p{
    font-size: 12px;
    color: #57667D;
    margin-bottom: 0;
}


.key_application_right p{
    font-size: 12px!important;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.application-section_wrap{
    margin-bottom: 80px;
}


.animated_block{
    position: relative;
}

.circle_block{
    position: absolute;
}

.circle_element_outer{
    position: absolute;
    top: -30px;
    left: -42px;
}

.key_application_middle_alt{
    border: 0;
}


@media(max-width:992px){
    .circle_element_outer{
    width: 52px;
    height: 52px;
   }

   .circle_element_outer {
    top: 0px;
    left: -28px;
   }

   .key_application_middle{
    padding-left: 40px;
   }


   .key_application_right_wrap{
    display: none;
   }

   .key_application_middle{
    padding-bottom:1.25rem;
   }

   .key_application_middle p{
    margin-bottom:1.25rem ;
   }


   .animated_block.active .key_application_right_mob{
    display: block;
   }

}

@media(min-width:992px){
   .key_application_middle p{
        padding-right: 50px;
   }

   .key_application_right_mob{
    display: none!important;
   }
}












/* =====Table-css========= */



table {
    border-collapse: collapse;
    width: 100%;
   font-family: var(--font-rpa);
  }
  th, td {
    border: 1px solid #4D00FF;
    padding: 12px;
    text-align: center;
    vertical-align: top;
  }
  th {
    background-color: #4D00FF;
    color: white;
  }




/* @media (min-width: 834px) and (max-width: 1194px) {
  .hero-section {
        height: 45vh;
    }
} */



section.hero-section-specific-11{
    background: url(../images/specific-2-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    height:500px;
    margin-top: 70px;

  }


