body {
  font-family: 'Roboto', sans-serif;
  color: #000205;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.call_to-btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 15px;
  background-color: #C8A2C8;  /* read me button */
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call_to-btn img,
.sub_call_to-btn img {
  width: 9px;
  margin-left: 15px;
  margin-top: 3px;
}

.call_to-btn:hover,
.sub_call_to-btn:hover {
  color: #fff;
  -webkit-box-shadow: 0px 6px 10px -1px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 6px 10px -1px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 6px 10px -1px rgba(0, 0, 0, 0.17);
}

.sub_call_to-btn {
  display: inline-block;
  padding: 10px 28px;
  border-radius: 25px;
  background-color: #C8A2C8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*header section*/
.top_container {
  font-family: 'Poppins', sans-serif;
}

.header_section {}

nav.navbar.navbar-expand-lg {}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #C8A2C8; /*NAV bar color*/
  text-align: center;
  text-transform: uppercase;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.top_container {}

.top_container.sub_page {
  height: auto;
}


.custom_nav-container .nav_search-btn {
  background-image: url(../images/searchicon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand,
.navbar-brand:hover {
  font-size: 30px;
  color: #C8A2C8; /*JV*/
  font-weight: bold;
}



.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/

/* hero section */
.hero_section-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.number-container {
  position: absolute;
  top: 34%;

  left: 4%;
}

.number-container .number-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #464646;
}

.number-container .number-box hr {
  border: none;
  width: 2px;
  height: 125px;
  background-color: #C8A2C8; /*numbers on the side*/
  margin: 35px 0;
}

.hero_section-container .hero_img-box {
  width: 42%;
  margin-top: -45px;
}

.hero_section-container .hero_img-box img {
  width: 100%;
}

.hero_section-container .hero_detail-box {
  width: 58%;

}

.hero_section-container .hero_detail-box .hero_detail-container {
  padding-left: 45px;
  padding-bottom: 15px;
}

.hero_section-container .hero_detail-box .hero_detail-container p {
  margin: 35px 0 50px 0;
}



.carousel-control-prev,
.carousel-control-next {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #C8A2C8;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  top: initial;
  bottom: -100px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #464646;
}



.carousel-control-prev {
  background-image: url(../images/left-arrow.png);
  left: 45px;
}

.carousel-control-next {
  background-image: url(../images/right-arrow.png);
  left: 95px;
}
/* end hero section */


/* about section */
.about_section {
  background-color: #f8faf9;

}

.about_section .row {
  align-items: center;
}

.about_img-box img {
  width: 100%;
}

.about_detail-box p {
  margin: 45px 0;
}
/* end about section */

/* practice section */
.practice_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.practice_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 200px 15px 0 15px;
  transform: translateY(0);
  transition: all .7s;
  padding-bottom: 50px;
}

.practice_box:hover {
  transform: translateY(-150px);
  cursor: pointer;
}

.practice_box:hover .practice_img-box {
  background-color: #C8A2C8;
}

.practice_img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 295px;
  border-radius: 90px;
  background-color: #363636;

}

.practice_box h4 {
  margin-top: 15px;
}

.practice_img-box img {
  width: 120px;
}

.practice_detail p {
  margin-bottom: 55px;
  text-align: center;
}

.heading-text {
  padding: 0;
  margin: 0;
  color: #C8A2C8;
  font-weight: bold;
}

/* end Practice section */

.skills-container {
  display: flex;
  justify-content: space-between;
}

.column {
  flex: 1;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.column:nth-child(1) h3 {
  color:#C8A2C8; /* Color for Column 1 */
}

.column:nth-child(2) h3 {
  color: #C8A2C8; /* Color for Column 2 */
}

ul {
  list-style-type: disc;
  padding: 0;
}

li {
  margin: 10px 0;
}

/* welcome section */
.welcome_section {

  background-color: #f8faf9;
}

.welcome_container {
  padding: 100px 0;
}

.welcome_container>* {
  margin-bottom: 35px;
}

.welcome_container h4 {
  font-weight: normal;
}

.welcome_container h4,
.welcome_container p {
  font-family: 'Poppins', sans-serif;
}

.welcome_section::before {
  content: "";
  width: 40%;
  height: 100%;
  background-image: url(../images/connected-technology.jpg);
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
/* end welcome section */

/* contact section */
.contact_section .col-md-6 {
  padding: 0;
}

.contact_section input {
  border: none;
  outline: none;
  border-bottom: 1px solid #252525;
  width: 90%;
  margin: 10px 0;
}

.contact_form-container {
  padding: 45px;
  padding-right: 0;
}

.contact_form-container button {
  border: none;
  background-color: #C8A2C8;
  color: #fff;
  padding: 8px 40px;
  border-radius: 20px;
}

.contact_img-box {
  display: flex;
  align-items: center;
  padding: 45px;
  padding-left: 0;
}

.contact_img-box img {
  width: 97%;
}

.contact_section h2 {
  font-size: 26px;
  color: #010103;
  font-weight: bold;

  position: relative;
  margin-left: 2.5%;
}
/* end contact section */

/* info section */
.info_section {
  padding-top: 100px;
  padding-bottom: 1px;
  color: #fff;
  background-color: #2a2a2c;
}

.info_logo h2 {
  color: #C8A2C8;
  font-family: 'Poppins', sans-serif;
}

.info_section .col-md-4 {
  padding: 0 30px;
}

.info_section .col-md-4 h5 {
  text-transform: uppercase;
}

.info_news input {
  border: none;
  width: 80%;
  height: 35px;
  border-radius: 20px;
  background-color: #fff;
  outline: none;
  padding-left: 20px;
  margin-top: 15px;
}

.info_news input::placeholder {
  opacity: .4;
}

.info_news button {
  border: none;
  background-color: #C8A2C8;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 7px 25px;
  border-radius: 20px;
  margin-top: 20px;
}

.info_address p {
  margin-bottom: 5px;
}

.custom_border-btm {
  border-bottom: 1px solid #fff;
}

.info_social {
  display: flex;
  justify-content: space-between;
  width: 150px;
  margin: 30px auto;
}

/* end info section */



/* footer section*/
.footer_section {
  background-color: #fdfdfe;
  padding: 20px 0;
  font-family: 'Poppins', sans-serif;
}

.footer_section p {
  color: #000;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #000;
}

/* end footer section*/

/* start practice(not home) section */
.portfolio .filters {
  border-bottom: 2px solid #dee2e6;
  border-radius: 0;
  padding-bottom: 4px;
  margin: 0 auto 20px;
  max-width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.portfolio .filters a {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  display: block;
  color: #212529;
  font-size: 13px;
  font-weight: 500;
  opacity: .7;
  padding: 4px 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.portfolio .filters a:first-child {
  margin-left: 0;
}

.portfolio .filters a:last-child {
  margin-right: 0;
}

.portfolio .filters a:hover {
  opacity: .9;
}

.portfolio .filters a.active {
  opacity: 1;
  background: #C8A2C8;
  color: #fff;
}

.portfolio .portfolio-container .portfolio-item {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin: 10px -5px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.portfolio .portfolio-container .portfolio-item .content-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(248, 92, 112, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.portfolio .portfolio-container .portfolio-item .content-holder .title {
  font-size: 22px;
  font-weight: 600;
}

.portfolio .portfolio-container .portfolio-item .content-holder .subtitle {
  font-weight: 500;
  opacity: 1;
  color: #fff;
}

.portfolio .portfolio-container .portfolio-item:hover .content-holder {
  opacity: 1;
  visibility: visible;
}
/*end practice(not home) */

/*Blog cards idk */
.blog-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  border: 1px solid #dee2e6;
  margin-bottom: 30px;
  overflow: hidden;
  margin: 0 15px 30px;
}

.blog-card .img-holder {
  min-width: 350px;
  max-width: 350px;
  max-height: 200px;
}

.blog-card .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
   object-fit: cover;
}

.blog-card .content-holder {
  padding: 30px 20px 30px 30px;
}

.blog-card .content-holder .title {
  font-weight: 500;
  font-size: 25px;
  opacity: .8;
}

.blog-card .content-holder .post-details {
  margin: 15px 0 15px !important;
}

.blog-card .content-holder .post-details i {
  display: inline-block;
  width: 15px;
}

.blog-card .content-holder .post-details a {
  margin-right: 10px;
  color: #444;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  opacity: .7;
  font-size: 13px;
}

.blog-card .content-holder .read-more {
  text-decoration: none;
  margin-top: 20px;
  display: block;
  font-size: 13px;
}

.blog-card .content-holder .read-more i {
  position: relative;
  top: 1px;
}

.skills-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}

.skills-section h3 {
  text-align: center;
}

.skills-grid {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  justify-content: center;
}

.skill-card {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.skill-card:hover {
  transform: scale(1.05);
  background-color: #e0f7fa;
}

.skill-card i {
  margin-right: 8px;
  color: #C8A2C8; /* soft purple tone */
}

.skill-category {
  margin-bottom: 40px;
}

.skill-category h4 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 1.4em;
  color: #c8a2c8; /* nice purple */
  padding-bottom: 5px;
  text-align: center; /* add this */
}








/*blog cards end*/

/*

.progress {
  padding: 6px;
  background: rgba(0, 0, 0, 0.25);
  border-radius:8px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}
.progress-bar {
  height: 18px;
  background-color:#C8A2C8;
  border-radius: 4px;
  transition: 0.4s linear;
  transition-property: width, background;
  padding-bottom: 10px;
}
.progress-bar2 {
  height: 18px;
  border-radius: 40px;
  background-image:
          linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  transition: 0.4s linear;
  transition-property: width, background-color;
}


@keyframes progressAnimation {
  0%   { width: 5%; background-color: #F9BCCA;}
  100% { width: 85%; background-color:#C8A2C8 }
}
*/


/* skill progress */

/*
.wrapper {
  width: 400px;
  font-family: 'Roboto', sans-serif;
  margin:0 auto;
}
.skill {
  margin-bottom: 35px;
  position: relative;
  overflow-x:hidden;
}
.skill > p {
  font-size: 18px;
  font-weight: 700;
  color: #1a1716;
  margin: 0;
}
 */

/*
.skill:before {
  width: 100%;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  background: #f8faf9;
  bottom: 0;
}

.skill-bar {
  width: 100%;
  height: 10px;
  background:#C8A2C8;
  display: block;
  position: relative;
}

.skill-bar span {
  position: absolute;
  border-top: 5px solid #F9BCCA;
  top: -30px;
  padding: 0;
  font-size: 18px;
  padding: 3px 0;
  font-weight: 500;
}
.skill-bar {
  position: relative;
}
.skill1 .skill-count1 {
 right: 0;
}
.skill1 {
  width: 95%;
}
.skill2 {
  width: 90%;
}
.skill2 .skill-count2 {
  right: 0;
}
.skill3{
  width: 85%;
}
.skill3 .skill-count3 {
  right: 0;
}
.skill4{
  width: 65%;
}
.skill4 .skill-count4 {
  right: 0;
}
.skill5{
  width: 50%;
}
.skill5 .skill-count5 {
  right: 0;
}
 */




