.profile-pic {
  position: relative;
  max-width:130px;
  max-height:130px;
  width: auto;
  height: auto;
  overflow: hidden;
  /* display: inline-block; */
  
  
  /* background-size: cover;  */
  margin: -31px; 
  margin-left:-7px;
  /*border: 6px solid rgba(0, 77, 64, 0.4); */
  border-radius: 50% !important;
}
/*.owl-carousel.clients-carousel.owl-loaded.owl-drag .owl-stage {
    overflow: hidden !important;
}*/
main>section {
    overflow-x: hidden!important;
}
 /* Button Style */
    #backToTop {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: none; /* hidden by default */
      background: #00796b;
      color: #fff;
      padding: 15px;
      border-radius: 8px;
      cursor: pointer;
      font-size: 14px;
      transition: 0.3s;
     z-index: 1;
    }

    #backToTop:hover {
      background: #004d40;
    }
button.icon-btn.envelope i {
    color: #000;
}
button.icon-btn.envelope:hover,
button.icon-btn.slack:hover {
    background: #0077b5;
}
button.icon-btn.envelope:hover i{
    color: #fff !important;
}
button.icon-btn.slack:hover svg path {
    fill: #fff;
}
li.copyright {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    background: #ffffff !important;
    z-index: 11;
    justify-content: flex-start;
    align-items: center;  
    padding: 10px 16px !important;
    position: absolute;
    bottom: 60px !important;
}
li.copyright a {
    justify-content: center;
    align-items: center;
    height: 10px;
   padding:0 !important;
color: #008073 !important;
}
li.copyright, li.copyright a {
    color: #333;
    font-size: 12px;
    display: flex;
    gap: 6px;
font-weight: 600;
  font-family: Roboto;
   line-height:10px !important;
    text-decortaion:none;
    
}
li.copyright:hover {
    background: #fff!important;
    color: #333 !important;
    border-color: transparent !important;
}
li.copyright a:hover {
 background: transparent !important;
    border: 0;
    opacity: .7;
    transform: none;
}
.profile-pic img {
  width: 100%;
  height: auto;
}

.tracker {
  /* visibility: hidden; */
  position: fixed;
  /* margin-inline-end: auto;  */
  bottom: 0; 
  right: 0;
}

@import url(https://fonts.googleapis.com/css?family=Poiret+One);
.social {
  margin: 0 auto;
  width: auto;
  text-align: inherit;
  /* padding: 10px; */
}

.icon-btn {
  margin-left: auto;
  width: 50px;
  height: 50px;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 30px;
  line-height: 70px;
  border-radius: 45px;
  display: inline-block;
  margin: 4px;
}

.github {
  color: black;
}

.linkedin {
  color: #0077b5;
}

.angellist {
  color: grey;
}

.icon-btn:hover {
  transform: scale(1.10);
  color: #FFFFFF;
}

.linkedin:hover {
  background-color: #0077b5;
}

.angellist:hover {
  background-color: grey;
}

.github:hover {
  background-color: black;
}

/* Buttons - Read Me, Contact Us */

.readme {
  position: relative;
  padding: 11px 35px;
  background: #fff;
  color: #00796b;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* .readme:hover{
  color: white;
  background-color: #00796b;
} */

.contactme {
  position: relative;
  padding: 11px 35px;
  background: none;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 1.5em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.contactme:hover{
  color: #00796b;
  background-color: white;
}
/* main body */

/* body-color */

body {
  color: #333;
  font-size: 18px;
}

/* body {
  color: black;
  font-size: 18px;
} */

/* main a -- links */

/* a {
  color: #009688;
} */

a {
  color: #004d40;
}

/* main blockqoute */

/* blockquote {
  border-left: 5px solid #795548;
  color: #795548;
  font-size: 125%;
  font-weight: 400;
  margin: 20px 0;
  padding-left: 1.5rem;
} */

blockquote {
  border-left: 5px solid #795548;
  color: #795548;
  font-size: 125%;
  font-weight: 400;
  margin: 20px 0;
  padding-left: 1.5rem;
}

blockquote * {
  font-size: inherit;
  line-height: inherit;
}

.text-center {
  text-align: center;
}

/* main nav */

nav {
  background: white;
  box-shadow: none;
  height: 0;
}

/* nav {
  background: rgb(149, 126, 212);
  box-shadow: none;
  height: 0;
} */

nav i {
  padding: 0 15px;
  position: relative;
  top: 5px;
}

/* main */

/* main {
  background: url(../../assets/img/bg.png) repeat;
  padding-left: 220px;
} */

main {
  background: url(../../assets/img/bg.png) repeat;
  padding-left: 220px;
}

dl {
  margin-top: 0.5rem;
}

dd {
  display: inline-block;
  font-weight: 500;
  margin-left: 0;
}

dt {
  display: inline-block;
  margin-left: 0.5rem;
}

ul.side-nav {
  width: 240px;
}

ul.side-nav li {
  padding: 0;
}

/* ul.side-nav.fixed a {
  box-sizing: content-box;
  color: rgb(48, 122, 207);
  display: block;
  line-height: 100%;
  padding: 10px 0 12px;
} */

ul.side-nav.fixed a {
  box-sizing: content-box;
  color: rgb(16, 202, 56);
  display: block;
  line-height: 100%;
  padding: 10px 0 12px;
}

ul.table-of-contents li.logo a.active, ul.table-of-contents li.logo a:hover {
  border: none;
  font-weight: 200;
}

/* ul.side-nav.fixed li.logo {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  box-sizing: content-box;
  min-height: 90px;
  padding: 0 20px !important;
} */

ul.side-nav.fixed li.logo {
  background-color: #fafafa;
  border-bottom: 1px solid #ddd;
  box-sizing: content-box;
  min-height: 90px;
  padding: 30px 30px 40px;
  border-radius:8px 8px 0 0;
}

ul.side-nav.fixed li.logo a {
  font-weight: 200;
  line-height: 100%;
}


ul.table-of-contents li:not(.logo):not(.copyright) a.active,
ul.table-of-contents li:not(.logo):not(.copyright) a:hover {
    background-color: #ddd;
border-left:3px solid;
 
}

ul.side-nav.fixed.table-of-contents li:not(.logo) a span, ul#slide-out li:not(.logo) a span {
    color: #333 !important;
}
a.waves-effect.waves-dark.teal-text.active span, a.waves-effect.waves-dark.teal-text:hover span {
    color: #fff !important;
}
li.logo span {
  display: block;
  font-size: 14px;
}

.brand-logo h1 {
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
  font-weight: inherit;
}

.container {
  width: 95%;
}

h3 {
  font-weight: 200;
  margin-bottom: 60px;
  margin-top: 0;
  padding: 30px 40px;
  text-transform: uppercase;
}

.section {
  padding-bottom: 30px;
  padding-top: 0;
  position: relative;
}

.full-height {
  height: 100vh;
}

/* Original */

/* #intro.section {
  background: url(../../assets/img/white-ai-wallpaper.jpg) no-repeat top center/cover;
  position: relative;
} */

#intro.section {
  background: #a7ffeb repeat;
  position: relative;
  padding-bottom: 0px;
}

#intro.section .container {
  color: white;
  font-weight: 200;
  left: 0;
  position: absolute;
  top: 0;
}

/* #intro.section .container *:not(span) {
  font-weight: 300;
  line-height: 150%;
  padding: 0 30px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
} */

#intro.section .container *:not(span) {
  font-weight: 300;
  /* font-weight: 400; */
  line-height: 150%;
  /* padding: 0 0px; */
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

#intro.section .underline {
  border-bottom: 5px solid #24305e;
}

#intro.section .teal {
  padding: 0 10px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.waves-effect.waves-blue .waves-ripple {
  /* The alpha value allows the text and background color
   of the button to still show through. */
  background-color: rgba(33, 150, 243, 0.2);
}

.card {
  margin-bottom: 60px;
}

.card .role {
  font-size: 1.25rem;
  position: absolute;
  right: 38px;
  top: 35px;
}

.card li a {
  margin-right: 0;
  color: #333;
  border-bottom: 2px solid #ffab40;
}

.card li a:hover {
  color: #333;
  font-weight: 500;
}

.card .card-content {
  padding-bottom: 30px;
}

.card .card-content p {
  padding: 5px 0 0;
}

.card h5 {
  font-size: 1.5rem;
  margin-bottom: -0.5rem;
  margin-top: 2rem;
}

.card h6 {
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 2rem;
  text-transform: uppercase;
}

#experience .card-action {
  background-color: rgba(0, 0, 0, 0.02);
  border: none;
}

#experience .card .col.s12.m2 a {
  display: block;
}

#experience .card .col.s12.m2 a img {
  max-height: 60px;
}

.card-action span {
  font-size: 85%;
  color: #666;
}

.card ul {
  margin-bottom: 0;
}

.card ul li {
  line-height: 200%;
  list-style-type: disc;
  margin-left: 24px;
}

.card ul li li {
  color: #666;
  font-size: 13px;
}

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

.card .card-content .card-title {
  line-height: 2.5rem;
}

.card i.right {
  margin-left: 10px;
}

a.hoverline {
  border-bottom: 3px solid transparent !important;
  padding: 3px 3px 0 3px;
  transition: 0.25s all;
  -moz-transition: 0.25s all;
  -webkit-transition: 0.25s all;
}

/* main a.hoverline */

/* a.hoverline:hover {
  border-bottom: 3px solid #24305e !important;
} */

a.hoverline:hover {
  border-bottom: 3px solid #004d40 !important;
}

#skills .card.large {
  height: 360px;
}

#skills h4 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

#skills .col img.responsive-img {
  margin: 0 auto;
  max-height: 100px;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.card.large .card-content p {
  color: inherit;
  margin: 0;
  padding: 30px 0;
}

#experience .card-content .row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.card.large .card-image {
  height: 230px;
}

.card.large .card-content {
  height: auto;
}

.card.medium .card-image {
  height: 240px;
}

.card-action a.btn-floating {
  margin-bottom: 0;
}
.card .card-image img {
  object-fit: cover;
}
#contact a:not(.btn-floating) {
  bottom: 6px;
  left: 20px;
  position: relative;
}

#experience .col.s12.m2 {
  text-align: center;
}

.fa-external-link:before {
  left: 3px;
  position: relative;
  top: 2px;
}

small {
  display: none;
}

.grey-text {
  color: #666 !important;
}

/* main .teal-text */

.teal-text {
  color: #008073 !important;
}

/* .teal-text {
  color: #0b5e86 !important;
} */

/* .teal */

.teal {
  background-color: transparent !important;
  font-weight: 400 !important;
  color: yellow !important;
}

.sub-teal {
  background-color: #008073 !important;
  color: white !important;
}

/* .teal {
  background-color: #00695c !important;
} */

@media (min-width: 1200px) {
  #experience .container {
    width: 860px;
  }
}
@media (min-width: 991px) {
ul.side-nav.fixed {
    border-radius: 8px;  
}
}
@media (max-width: 1360px) {
  .card ul li {
    font-size: 14px;
    line-height: 200%;
    margin-left: 20px;
  }
}

@media (max-width: 1160px) {
  .card ul li {
    line-height: 150%;
  }
}

@media (max-width: 992px) {
  main {
    padding-left: 0px;
    padding-top: 64px;
  }
  ul.side-nav a {
    line-height: 100%;
    padding: 0;
    width: 100%;
  }
  nav {
    background: #fff;
    height: 64px;
    position: absolute;
  }
  nav a.button-collapse, nav a.button-collapse i {
    color: #009688;
    height: 56px;
    line-height: 56px;
  }
  h3 {
    padding: 20px 30px;
    margin-bottom: 40px;
  }
  .container {
    margin: 0 auto;
  }
  nav.hide-on-large.only.trigger {
    display: block;
    position: fixed;
    top: 0;
    z-index: 2;
  }
  .name-title {
    display: block;
    height: 100%;
    padding-top: 15px;
    text-align: center;
    width: 100%;
    position: absolute;
  }
  .name-title>span, .name-title>a {
    position: relative;
    line-height: 20px;
  }
  .name-title a {
    font-size: 22px;
    display: block;
  }
  .name-title span {
    display: block;
    font-size: 14px;
  }
/*  h3, .container {
    position: relative;
    top: 64px;
  }*/
  section#intro {
    margin-bottom: -64px;
  }
  .card .role {
    position: relative;
    right: initial;
    top: initial;
  }
  .thisisteams {
    margin-left: 22px;
  }
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 600px) {
a.readme, a.contactme {
    padding: 0px 8px !important;
}
  h2 {
    font-size: 22px;
    line-height: 200%;
    margin: 30px 0 0;
  }
  #intro.section .container *:not(span) {
    padding: 0;
  }
  .card .card-content .card-title {
    font-size: 20px;
    line-height: 24px;
  }
  #experience span.card-title {
    text-align: center;
    display: block;
  }
  #experience span.card-title a {
    margin: 0;
  }
  i.mdi-navigation-close.right {
    position: relative;
    bottom: 15px;
  }
  #contact a:not(.btn-floating) {
    text-align: center;
    display: block;
    left: initial;
    bottom: initial;
  }
  #contact a.btn-floating.btn-large {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #intro.section {
    background-position-x: 30%;
  }
  .thisisteams{
    margin-left: 23px;
  }
}



/* contect form CSS */
/* General form styles */
.form-title {
    font-size: 38px;
    margin-bottom: 30px;
    color: #00796b; /* Title color */
    text-align: center; /* Center the title */
}

.form-group {
    margin-bottom: 15px;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #00796b;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.form-control {
    border-bottom: 2px solid #00796b; /* Border color */
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    width: 100%; /* Full width for responsiveness */
}

.form-control:focus {
    border-color: #004d40; /* Focus border color */
    box-shadow: 0 0 5px rgba(0, 77, 64, 0.5); /* Focus shadow */
}
.form-control-massage {
    height: 120px;
    border-top: none;
    border-left: none;
    border-right: none;
}
select{
  display: block !important;
}
/* Custom select styles */
.custom-select {
    border-bottom: 2px solid #00796b;
    border-radius: 5px;
    border-top: none;
    border-left: none;
    padding: 10px;
    border-right: none;
    background: none;
    font-size: 16px;
    transition: border-color 0.3s ease;
    width: 100%;
}

.custom-select:focus {
    border-color: #00796b; /* Focus border color */
    box-shadow: 0 0 1px rgba(0, 77, 64, 0.5); /* Focus shadow */
}

/* Button styles */
.contect-btn {
    background-color: #00796b; /* Button background color */
    color: white; /* Button text color */
    border: none;
    margin: 30px 0;
    height: 50px;
    border-radius: 5px;
    padding: 0px 0px;
    font-size: 18px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    width: 100%; /* Full width for responsiveness */
}

.contect-btn:hover {
    background-color: #004d40; /* Button hover background color */
    transform: translateY(-2px); /* Button hover effect */
}

.contect-btn:focus {
    outline: none; /* Remove outline on focus */
    box-shadow: 0 0 5px rgba(0, 77, 64, 0.5); /* Focus shadow */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .form-title {
        font-size: 20px; /* Adjust title size for smaller screens */
    }

    .form-control, .custom-select, .contect-btn {
        font-size: 16px; /* Adjust font size for smaller screens */
    }
}

@media (max-width: 576px) {
    .section.scrollspy.full-height.contact-section{
      height: fit-content;
    }
    .form-title {
        font-size: 18px; /* Further adjust title size for very small screens */
    }
    .form-control, .custom-select, .contect-btn {
        font-size: 14px; /* Further adjust font size for very small screens */
        padding: 8px; /* Adjust padding for smaller screens */
    }
}
/* Contact form styles */


/* team css */
.group-small{
  font-size: 1.6rem;
}
.cardofteam{
  background-color: white;
  padding: 20px;
  border-radius: 25px 25px 0px 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 20px 10px;
}
.cardofteam:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 4px 20px rgba(0, 0, 0, 0.2);
}
.cardofteam.hidden {
  display: none;
}
.team-card {
  text-align: center;
  padding: 10px 10px;
}
.team-img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 0px;

}
.team-name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 4px 0px;
}
.team-desc {
  font-size: 1rem;
  color: #666;
  margin-bottom: 8px;
  margin-top: 0px;
}
.team-social {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}
.team-social a {
  color: #00796b;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}
.team-social a:hover {
  color: #004d40;
}
  /* .team-card.hidden {
    display: none;
  } */
  #show-more-btn {
    display: block;
    margin: 30px auto;
    padding: 12px 28px;
    background: linear-gradient(135deg, #008073, #00796b);
    color: white;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 22px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  #read-more-btn:hover {
       background-color: #004d40; /* Button hover background color */
    transform: translateY(-2px); /* Button hover effect */
  }
  #read-more-btn:focus {
    outline: none; /* Remove outline on focus */
    box-shadow: 0 0 5px rgba(0, 77, 64, 0.5); /* Focus shadow */
  }
.custom-alert {
  display: none;
  background-color: #d4edda; /* light green */
  color: #155724;            /* dark green text */
  border: 1px solid #c3e6cb; /* green border */
  padding: 15px;
  margin-top: 15px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
}


.counters {
    position: relative;
    color: #fff;
    padding: 60px 20px;
    background: url('/assets/img/background1.jpg') no-repeat center center/cover;
    background-attachment: fixed; /* Parallax effect */
    z-index: 1;
}

/* Overlay effect for better readability */
.counters::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6); /* Dark overlay */
    z-index: -1;
}

/* Counter container */
.counters .container {
    width: 100%;      /* ensure it spans full width */
    max-width: 100%;
    text-align: center;
}

/* Counter number */
.counters .counter {
    font-size: 36px;
    margin: 10px 0;
    font-weight: bold;
    color: #ffcc00; /* Highlighted color */
    transition: transform 0.3s ease, color 0.3s ease;
}

/* Hover effect */
.counters .counter:hover {
    transform: scale(1.1);
    color: #fff;
}

.counters .row{
    gap: 10px; /* optional spacing */
    width: 100%; 
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
@media only screen (max-width: 768px){
    .counters .row{
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
}
.clients-carousel img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
    max-width: 100%;
    opacity: 1;
    transition: 0.3s;
    padding: 15px 0;
}

.clients-carousel .owl-nav, .clients-carousel .owl-dots {
    margin-top: 5px;
    text-align: center;
}
.clients-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}
.clients-carousel .owl-dot.active {
    background-color: #4F84C4;
}
.globe-side canvas {
	width: 100%;   /* responsive */
	height: 1200px; /* or whatever fits your layout */
	display: block;
}
.globe-side {
	position: absolute;
	top: 50%;
	left: 40%;
	width: 100%;
	transform: translate(-6%, -50%);
}
.text-side {
	position: relative; 
	z-index: 1; /* text stays above globe visually */
	pointer-events: none; /* allow clicks to go through text for dragging */
}
.custom-animation{
transition: transform 0.3s ease, box-shadow 0.3s ease;
 
}
.custom-animation:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 4px 20px rgba(0, 0, 0, 0.2);
}
.extra-cards {
  display: none ;
}

#about{
	overflow: hidden;
	background-color: #0a2540;
	color: #fff;
}
@media (max-width: 991px){
	.globe-side canvas {
		height: 1000px;
	}
i.fa-solid.fa-handshake.small {
    font-size: 22px !important;;
    margin-right: 24px !important;
}
a.waves-effect.waves-dark.teal-text.active span, a.waves-effect.waves-dark.teal-text:hover span {
    color: #000000 !important;
}
}
@media (max-width: 768px){
	.globe-side canvas {
		height: 600px;
	}
}
@media (max-width: 540px){
	.globe-side {
		left: 0;
		transform: translate(0%, -50%);
	}
	.globe-side canvas {
		height: 100%;
	}
}
@media screen and (max-width: 375px) {
  .counters .row {
    gap: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .counters .row {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
