/*
Theme name: HDS
Author: Techtinium
Version: 2.0
*/

@font-face {
  font-family: Planer;
  src: url('fonts/Planer-Regular.ttf');
}

@font-face {
  font-family: 'Rogan';
  src: local('Rogan Regular'), local('Rogan-Regular'),
      url('fonts/Rogan-Regular.woff2') format('woff2'),
      url('fonts/Rogan-Regular.woff') format('woff'),
      url('fonts/Rogan-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  padding-top: 14px;
  font-family: 'Rogan', sans-serif;
}

h1, h2, h3, h4, h5, h6, strong {
  font-family: 'Planer', sans-serif;
}

video {
  object-fit: cover;
}

.video-container {
  position: relative;
  display: inline-block;
  padding-left: 2%;
  padding-right: 2%;
}

.video-container video {
  object-fit: contain;
}

.video-controls {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 5px;
}

.video-controls button {
  font-size: 20px;
  color: white;
  background-color: #f6796d;
}

.video-container:hover .video-controls button {
  color: white;
  background-color: #f6796d;
}

.border-white {
  border: 2px solid white;
}

.rounded-corners {
  border-radius: 15px;
}

.admin-bar nav.fixed-top {
  top: 28px;
}

.hds-purple-bg{
  background-color: #23233c;
}

.hds-light-purple-bg {
  background-color: #dee1ee; 
}

.hds-green-bg {
  background-color: #e8f4da;
}

.hds-banner-bg {
  background-color: #f9f9f9;
}

.hds-orange{
  color: #f6796d !important;
}

.hds-blue {
  color: #1a75bb !important;
}

.vision-title {
  font-size: 24px;
}

.hds-separator {
  border: solid 1px #e5e5e5;
  color: #e5e5e5;
}

.navbar .navbar-nav {
  font-family: Rogan;
  font-size: 17px;
  letter-spacing: 1.07px;
  color: #ffffff;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  body {
    padding-top: 74px;
  }

  .navbar .navbar-nav .nav-item  {
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-container {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #000000;
}

#mynavhome .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.navbar-brand {
  margin-right: 20px;
}

.banner-image {
  display: grid;
}

.layer1, .layer2{
  grid-column: 1;
  grid-row: 1;
}

.banner-image .layer2 {
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding-top: 40px !important;
  /* background: rgba(0,0,0,0.25); */
}

.page-team .banner-image, .page-contact .banner-image {
  height: 250px;
  background-color: #f9f9f9;
}

@media (min-width: 992px) {
  .banner-image.only-content {
    padding-top: 50px;
  }
}

.page-home .banner-image .content h1{
  font-family: Planer;
  font-size: 30;
}

@media (min-width: 768px) {
  .page-home .banner-image .content h1{
    font-size: 84px;
  }
}

.banner-image .content,
.banner-image .content h1 {
  font-family: Planer;
  font-size: 30px;
  line-height: 1.25;
  color: #010101;
}

@media (min-width: 768px) {
  .banner-image .content,
  .banner-image .content h1 {
    max-width: 800px;
    font-size: 48px;
    color: #000000;
    padding-top: 35px;
  }
}

.page-home .section.section-first {
  margin-top: 20px;
}

.page-home .section.our-vision {
  padding-top: 50px;
  padding-bottom: 50px;
	height:83vh;
}

.page-home .section {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #f5f5f5;
}

@media (min-width: 768px) {
  .page-home .section.section-first {
    margin-top: 170px;
  }

  .page-home .section.our-vision {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .page-home .section {
    margin-top: 100px;
    padding-bottom: 70px;
  }
}

.page-home .section.section-last {
  margin-top: 0px;
}

.section .title {
  font-family: Planer;
  font-size: 28px;
  line-height: 1.31;
  color: #000000;
}

.section .subtitle {
  font-size: 24px;
}

@media (min-width: 768px) {
  .section .title {
    font-size: 48px;
    line-height: 1.13;
  }

  .section .subtitle {
    font-size: 32px;
  }
}

.section.hds-purple-bg .title, .section.hds-purple-bg .content {
  color: #ffffff;
}

.section .content {
  font-family: Rogan;
  font-size: 14px;
  letter-spacing: 0.44px;
  line-height: 1.56;
  color: #000000;
}

@media (min-width: 768px) {
  .section .content {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
}

.section .btn {
  padding: 8px 19px 12px 20px;
  height: 44px;
  border-radius: 22px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #f2786d;
  font-size: 18px;
  letter-spacing: 0.41px;
  color: #ffffff;
  font-family: 'Planer';
}

@media (min-width: 768px) {
  .section .btn {
    padding: 10px 19px 17px 20px;
    height: 52px;
    border-radius: 26px;
    letter-spacing: 0.5px;
    font-size: 20px;
  }
}

.section .btn i {
  font-size: 14px;
}

.section-mt {
  margin-top: 30px;
}

.section-pt {
  padding-top: 30px;
}

.section-pb {
  padding-bottom: 30px;
}

@media (min-width: 992px) { 
  .section-mt {
    margin-top: 100px;
  }
  
  .section-pt-lg {
    padding-top: 100px;
  }

  .section-pb-lg {
    padding-bottom: 100px;
  }
}

/* ===================================================================
   Team Page - New Card Design (MERGED)
   ==================================================================== */

/* This is the new centered title for "Team" and "Board of Directors" */
.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 3rem;
    width: 100%;
    text-align: center;
}

/* This hides the old left-aligned "Team" title */
.team .title {
  font-family: Planer;
  font-size: 48px;
  line-height: 1.25;
  color: #000000;
	/*display: none; Hides the old title */
}

.team .max-width{
  max-width: 200px;
}

/* This styles the small "Vision" or "Talent" text from the old design */
/* It is NOT used in the new card design, but left here in case it's used elsewhere */
.team .m-title-caption {
  font-family: Planer;
  font-size: 18px;
  line-height: 1.56;
  color: #f0786d;
}

.team-mt {
  margin-top: 60px;
}

/* Main card container for each person */
.team-member-card {
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 2.5rem 1.5rem;
    text-align: center;
    background-color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.team-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Container for the image to position the LinkedIn icon */
.team-member-image-wrapper {
    position: relative;
    margin-bottom: 1.25rem;
    display: inline-block;
}

/* The circular profile image */
.team-member-image-wrapper img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f5f5f5;
}

/* LinkedIn Icon Styling */
.linkedin-icon {
    position: absolute;
    top: 60px;
    right: 15px;
    background-color: #0077b5;
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 2px solid #ffffff;
    text-decoration: none;
    transition: background-color 0.2s;
}

.linkedin-icon:hover {
    background-color: #0e6692;
    color: #ffffff;
}

/* NEW Card Text Styling */
/* These rules apply to the text *inside* .team-member-card */

.team-member-card .m-title {
    font-family: 'Planer', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
    color: #333;
}

.team-member-card .m-title-caption {
    font-family: 'Rogan', sans-serif;
    color: #555;
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.team-member-card .m-description {
    font-family: 'Rogan', sans-serif;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    flex-grow: 1;
}

/* This is the old "Read more" link, now hidden */
.readmore{
  font-family: Rogan;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.44px;
  color: #f2786d;
  text-decoration: none;
  cursor: pointer;
	display: none !important; /* Hides the readmore link */
}

.readmore i {
  font-size: 12px;
}

/* ===================================================================
   End of Merged Team Page Styles
   ==================================================================== */


.work-with-us {
  background-image: url('images/our-team/work-with-us-bg.webp');
  height: 240px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mobile .work-with-us {
  background-image: unset;
  background-color: rgba(246,121,109,0.15);
}

.work-with-us .title {
  font-family: Planer;
  font-size: 36px;
  line-height: 1.67;
  color: #000000;
}

.work-with-us .join-link {
  font-family: Rogan;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #f2786d;
}

.sustainability .title {
  font-family: Planer;
  font-size: 22px;
  line-height: 1.25;
  color: #508d00;
}

.sustainability p {
  font-family: Rogan;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #508d00;
  text-align: center;
}

@media (min-width: 768px) {
  .sustainability .title {
    font-size: 48px;
  }

  .sustainability p {
    font-size: 24px;
    text-align: left;
  }
}

.page-technology .robofs-logo {
  display: grid;
}

.page-technology .robofs-logo img {
  justify-self: center;
}

@media (min-width: 768px) {
  .page-technology .robofs-logo img {
    justify-self: start;
  }
}

.page-technology .robofs-subtitle{
  font-family: Planer;
  font-size: 30px;
  line-height: 1.27;
  text-align: center;
  color: #010101;
}

@media (min-width: 768px) {
  .page-technology .robofs-subtitle{
    font-size: 48px;
    line-height: 1.25;
    color: #000000;
  }
}

.hds-separator-dark {
  height: 2px;
  border: solid 1px #a7acc1;
  color: #a7acc1;
  opacity: 0.5;
}

.key-features .nav-link {
  font-family: Planer;
  font-size: 22px;
  line-height: 2.3;
  color: #000000;
  cursor: pointer;
  white-space: nowrap;
}

.key-features .nav-link.active .hds-icon-right {
  max-width: 25px;
  background-color: #f2786d;
  padding: 4px 6px;
  border-radius: 28px;
}

.page-mission .key-features .nav-link {
  line-height: 1.5;
}

.key-features .nav-pills .nav-link.active {
  background-color: #ffffff;
  color: #f2786d;
}

.key-features .nav-pills {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
} 

.blog-excerpt img {
  max-width: 100%;
  max-height: 90px !important;
  width: unset !important;
  height: unset !important;
}

.blog-excerpt .date {
  font-family: Rogan;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.39px;
  color: #999999;
}

.blog-excerpt .description {
  font-family: Rogan;
  font-size: 14px;
  line-height: 1.56;
  letter-spacing: 0.5px;
  color: #000000;
}

@media (min-width: 768px) {
  .blog-excerpt .description {
    font-size: 18px;
  }
}

.blog-excerpt a {
  text-decoration: none;
}

.blog-excerpt .read-more, .blog-excerpt .read-more a {
  font-family: Rogan;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.44px;
  color: #f2786d;
  text-decoration: none;
}


nav.footer, nav.footer .navbar-text, nav.footer .navbar-nav .nav-item .nav-link {
  font-family: Rogan;
  font-size: 14px;
  color: #b5b5b5;
}

nav.footer .navbar-brand {
  color: rgba(79,79,79,0.6);
}

.wpforms-container-full.hds-contact-form .wpforms-form .wpforms-field-label {
  font-family: Rogan;
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.32px;
  color: #000000;
}

.wpforms-container-full.hds-contact-form .wpforms-form input,
.wpforms-container-full.hds-contact-form .wpforms-form textarea {
  border-radius: 8px !important;
  border: solid 1px #e5e5e5 !important;
  background-color: #fafafa !important;
}

@media (min-width: 768px) {
  .wpforms-container-full.hds-contact-form .wpforms-form textarea {
    max-width: 60%;
  }
}

.wpforms-container-full.hds-contact-form .wpforms-form .submit-btn {
  padding-left: 22px;
  padding-right: 22px;
  height: 52px;
  border-radius: 26px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #f2786d;
  font-family: Planer;
  font-size: 22px;
  letter-spacing: 0.5px;
  color: #ffffff;
  display: flex;
  align-items: center;
  border: unset;
}

h2 {
  font-family: Planer;
}

p {
  font-family: Rogan;
  font-size: 14px;
}

.team-detail .m-title-caption {
  font-family: Rogan;
  font-size: 14px;
}

.team-detail .m-title {
  font-family: Planer; 
}

.team-detail .m-description {
  font-size: 18px;
  text-align: justify;
}

.team-detail .m-image {
  width: 100%;
  object-fit: cover;
}

.team-detail .m-social-link {
  font-size: 24px;
}

.team-detail .btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
}

@media (min-width: 992px) {
  .team-detail .m-title-caption {
    font-size: 18px;
  }

  .team-detail .m-description {
    font-size: 22px;
  }
}

.mission-pointers img {
  width: 60px;
}

.mission-pointers .small-caption {
  font-family: Rogan;
  font-size: 12px;
}

.mission-pointers .mission-point {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.mission-pointers .mission-point .disable {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  opacity: 0.7;
}

@media (min-width: 992px) {
  .mission-pointers .small-caption {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .page-mission .tab-content {
    height: 540px;
  }
  
  .page-mission .tab-content .tab-pane {
    height: 100%;
  }
  
  .page-mission .tab-content .tab-pane .row {
    height: 100%;
  }
}

.page-mission .key-feature-content .kf-description {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-mission .key-feature-content .kf-description img {
  max-height: 300px;
}

.page-mission .key-feature-content .kf-description .m-description {
  width: 100%;
}

.page-technology .banner-image .layer1 {
  position: relative;
}

.page-technology .banner-image .layer1 video {
  z-index: -1000;
}

.page-technology .banner-image .layer1 .video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: #dee1ee; */
  opacity: 0.5;
  z-index: 500;
}

#scrollTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: white; /* Set a background color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 7px 12px; /* Some padding */
  border-radius: 50%;
  box-shadow: 0 0 50px #ccc;
  font-size: 18px; /* Increase font size */
}

#scrollTopBtn:hover {
  background-color: lightgrey; /* Add a dark-grey background on hover */
}

.hds-border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.feature-description {
  font-family: Rogan;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.5px;
  color: #777;
}

.benefits .icon {
  border-radius: 50%;
  box-shadow: 0px 0px 1px #eee;
  background-color: #f6796d;
  color:white;
  font-size: 24px;
  width: 64px;
  min-width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-top.navbar .navbar-brand,
.fixed-top .nav-item a {
  /* color: #dfe5f3; */
  text-decoration: none;
  background-image: linear-gradient(rgb(176, 251, 188, 0),rgb(176, 251, 188, 0)),
   linear-gradient(rgb(176, 251, 188, 0),rgb(176, 251, 188, 0)),
   linear-gradient(#f6796d, #f6796d);
  background-size: 20px 2px, 100% 2px, 0 2px;
  background-position: calc(20px * -1) 100%, 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 200ms linear, background-position 200ms linear;
}

.fixed-top .nav-item a {
  padding-top: 1.05em;
  padding-bottom: 1.05em;
}

.fixed-top.navbar .navbar-brand.active,
.fixed-top .nav-item a.active {
  color: #f6796d !important;
}

.bt-border{
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 992px) {
  
  .fixed-top.navbar .navbar-brand.active,
  .fixed-top .nav-item a.active {
    background-size: 20px 2px, 0 2px, 100% 2px;
    background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%;
    color: #000000 !important;
  }

  #mynavhome.fixed-top.navbar .navbar-brand.active,
  #mynavhome.fixed-top .nav-item a.active {
    color: #ffffff !important;
  }

  .fixed-top.navbar .navbar-brand:hover,
  .fixed-top .nav-item a:hover {
    background-size: 20px 2px, 0 2px, 100% 2px;
    background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%;
  }
}

.paginate a{
  color: #f6796d;
}

.section-key-features .tab-content .ratio {
  position: relative;
}

.section-key-features .tab-content .video-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-key-features .tab-content .video-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-key-features .tab-content .video-controls span {
  font-size: 64px;
}

/* full heifht container */
.page-home .section.our-vision {
 
	height:83vh;
}

.container.content.full-height {
    height: 100%;
}
.rounded-corners{
	height:100%;
}

.font-22 {
    font-size: 22px;
}
.vertical-divider {
  border-left: 3px solid #e5e5e5;
  height: 100%;
}
.red-tex{
	color:#f2786d !important;
}
.ecom .title{
	font-size: 26px;
    font-weight: 900;
}
.center-content{
	margin: 0 auto;
}
.mission-center-content{
	margin: 0 auto;
  font-size: 1.1rem;
}

.mission-description{
  font-size: 1.5rem;
}
/* ========================= UPDATED STYLE.CSS ========================= */

/* Match Mission page text size with Technology page */
.page-mission .key-features .nav-link,
.page-mission .section .content,
.page-mission .robofs-subtitle,
.page-mission .title {
  font-size: 30px;
  line-height: 1.27;
  color: #010101;
}

@media (min-width: 768px) {
  .page-mission .key-features .nav-link,
  .page-mission .section .content,
  .page-mission .robofs-subtitle,
  .page-mission .title {
    font-size: 48px;
    line-height: 1.25;
    color: #000000;
  }
}

/* Optional: unify paragraph text appearance */
.page-mission p {
  font-family: 'Rogan', sans-serif;
  font-size: 1rem;
  line-height: 1.56;
  letter-spacing: 0.5px;
  color: #555;
}

/* Keep this below existing .page-mission and .page-technology styles */
/*Carrer Styles*/
.carrerpara {
	padding-left: 115px !important;
	font-size: 1.2rem !important;
}
.carrer {
	font-size: 1.2rem !important;
}