* {
  font-family: "Work Sans", sans-serif;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}
/* sidebar css */
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 325px;
  background: #fff;
  padding: 30px 25px;
  height: 100%;
  overflow-y: auto;
}
.project-section h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.project-section p {
  font-size: 14px;
}
.project-list {
list-style: none;
padding: 0;
}
.project-sec-img {
  width: 20px;
}
.project-list li {
margin: 10px 0;
cursor: pointer;
font-weight: 500;
color: #333;
}
.sidebar-title {
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  display: inline-block;
  margin-bottom: 15px;
}
.project-detail {
margin-top: 20px;
font-size: 14px;
color: #555;
}
.project-date {
  margin: 0;
}
/* end */
.cricle {
  width: 25px;
  height: 25px;
  background: #EEA302;
  border-radius: 50%;
}
.banner-bg {
  background-color: #F3F3F3;
  padding: 100px 0px;
}

.filter-tabs .nav-link {
  border-radius: 20px;
  padding: 6px 18px;
  margin-right: 10px;
  font-weight: 500;
  color: #000;
}
#loadMoreBtn {
  width: 160px;
}
.filter-tabs .nav-link.active {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.cst-whatsapp-icon {
  width: 35px;
}
/* header manu css */
.main-menu {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-menu li {
  position: relative;
}

.main-menu li::after {
  content: "|";
  margin-left: 10px;
  color: #000;
}

.main-menu li:last-child::after {
  content: "";
}

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

nav a:hover {
  color: #EEA302;
}

#navbar a {
  padding: 0px 20px;
}

.intro {
  margin-left: 35px;
}

.intro h1 {
  font-size: 100px !important;
  margin: 0;
  font-weight: bold;
}

.col-md-10.test {
  display: flex;
}

.profile-img img {
  width: 100%;
  max-width: 100% !important;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.intro h1 {
  font-size: 60px;
  margin: 0;
}

.intro h3 {
  font-weight: 600;
  font-size: 22px;
  margin-top: 10px;
}

.intro p {
  font-size: 16px;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.circle-btn {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  font-weight: bold;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border: solid 1px;
  transition: color .3s ease;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
}

.circle-btn:hover {
  background: #fff;
  transition: 0.4s;
  color: #000;
}

.resume-btn {
  background: #f4b400;
}

.projects-btn {
  background: #ff4433;
}

.contact-btn {
  background: #6ee7e4;
}

.contact-info-cst p a {
  color: #000;
  text-decoration: none;
}

.read-blog-btn {
  background-color: #eea302;
  font-weight: 600;
  padding: 10px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
}
.read-blog-btn:hover {
  color: #000;
} 
.card-text span {
  font-size: 14px;
}
/* blog page css */
.post-content h1 {
  font-weight: 600;
  font-size: 36px;
  margin-top: 30px;
}
.post-content h3 {
  font-size: 22px;
  font-weight: 600;
}
.post-content h4 {
  font-size: 18px;
  font-weight: 600;
}
.blog-cst-link {
  padding: 0;
  list-style: none;
}
.blog-card h5 {
  font-size: 24px;
}
.blog-card a {
  text-decoration: none;
  color: #000;
}
.blog-cst-link li a {
  color: #312529;
  text-decoration: none;
}
.blog-cst-link li a .fa-linkedin-in {
  color: #0077B5;
}
.blog-sec {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.cst-project-content-div h5 {
  font-size: 18px;
  font-weight: 600;
}
/* blog page recent post css */
.post-img {
  width: 80px;
  height: 70px;
  border-radius: 8px;
}
.recent-posts-title {
  border-left: 3px solid #EEA302;
  padding-left: 10px;
  font-size: 20px;
  color: #000;
}
.recent-posts {
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.post-title {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
}

.post-date {
  font-size: 0.85rem;
  color: #555;
}
.web-type-title {
  font-size: 20px;
}
/* Estimate project css */
 
.cst-estimate-project-sec .tab-box {
  width: 100%;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  color: #000;
  transition: all 0.3s ease;
  height: 180px;
}
.cst-estimate-project-sec .tab-box img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.cst-estimate-project-sec .tab-box.active,
.cst-estimate-project-sec .tab-box:hover {
  color: #000;
  background: #fff;
  border: 2px solid #EEA302;
}
/* .cst-estimate-project-sec .tab-box.active h6,
.cst-estimate-project-sec .tab-box:hover h6 {
  color: #fff;
} */
/* footer */
.footer {
  background-color: #f3f3f3;
  padding: 50px 20px;
  border-top: 1px solid #ccc;
}

.footer-section h4 {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 18px;
}

.social-icons {
  display: flex;
  gap: 10px;
  font-size: 18px;
}

.footer-right {
  flex: 1 1 200px;
  margin: 0px !important;
}

.footer-right p {
  margin: 5px 0;
}

.footer a {
  color: #000;
  text-decoration: underline;
}

/* projectpage */

.project-section {
  /* max-width: 1200px; */
  margin: 0 auto;
  /* padding: 60px 20px; */
  display: flex;
  flex-wrap: wrap;
  /* align-items: center;
  justify-content: center; */
  gap: 10px;
} 

.project-text h2 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 600;
}

.project-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.project-image {
  flex: 1 1 400px;
}

.project-image img {
  width: 100%;
  max-width: 550px;
}

.project-section {
  display: flex;
  flex-direction: column;
}

/* contact page */
.contact-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-section {
  flex-direction: column;
  align-items: center !important;
}

.contact-info {
  flex: 1 1 300px;
}

.contact-info h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.contact-info p {
  font-size: 16px;
  color: #444;
  margin-bottom: 30px;
}

.contact-info strong {
  display: block;
  font-weight: 600;
  margin-top: 20px;
}

.contact-form {
  flex: 1 1 500px;
}

.form-group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.form-control {
  border-radius: 1px;
  border: solid 1px;
  color: black;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 2px;
  box-sizing: border-box;
}

.form-group.half input {
  width: calc(50% - 10px);
}

textarea {
  height: 100px;
  resize: vertical;
}

.submit-button {
  margin-top: 0px;
  padding: 13px 30px;
  background-color: orange;
  color: black;
  font-weight: bold;
  border: none;
  width: 68%;
  border-radius: 999px;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.3s ease;
  border: solid 1px;
}

.btn-primary:hover {
  background-color: rgb(230, 222, 214);
  color: black;
}

.btn-primary {
  background-color: #eea302 !important;
  border-color: #000000 !important;
  color: black !important;
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
  border-radius: 32px;
  width: 100%;
}
.btn-primary:focus{
  outline: none !important;
  box-shadow: none !important;
}
.form-group {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  max-width: 70%;
}

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

.project-image {
  text-align: end;
}

/* newheader with toggle */
.cst-header{
  background-color: #f3f3f3;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
}

span.divider {
  margin-left: -11px;
  margin-right: -11px;
}
.cst-keywords span {
  font-size: 12px;
}
.cst-keywords {
  margin-bottom: 25px;
}
.logo {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.logo small {
  font-weight: normal;
  font-size: 0.8rem;
}

nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* resumepage */
.resume-sec {
  padding: 100px 0px;
  background: #f3f3f3;
}

.resume-heading {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 50px;
}

.work-expe h2 {
  font-size: 26px;
  font-weight: 600;
}

.work-text {
  width: 400px;
}

.work-text h3 {
  font-size: 20px;
  font-weight: 600;
}

.work-content-tp {
  margin-top: 40px;
}

.work-year {
  width: 125px;
}

.res-border-sp {
  border-top: 1px solid #C7C7C7;
  padding: 50px 0px;
}

.work-content {
  display: flex;
  gap: 25px;
}

.res-sp {
  padding-bottom: 50px;
}

button.circle-btn.resume-btn {
  font-size: 20px;
}

button.circle-btn.projects-btn {
  font-size: 20px;
}

button.circle-btn.contact-btn {
  font-size: 20px;
}

/* Menu toggle button style */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  width: 25px;
  height: 18px;
  justify-content: space-between;
}

.menu-toggle span {
  height: 3px;
  background: #000;
  border-radius: 2px;
}

.footer-section a {
  text-decoration: none;
}

/* Mobile/tablet styles */
@media (max-width: 991px) {
  /* mob-slide-bar */
  .mob-side-bar {
    position: relative;
    padding-top: 0;
    width: 100%;
  }
  .mob-side-bar .project-section {
    justify-content: start;
  }

  /* end */
  .banner-bg {
    height: 100%;
  }
  .profile-img img {
    margin: 0 auto;
    width: unset;
    max-width: 100% !important;
    display: flex;
  }
  .filter-tabs .nav-link {
    padding: 6px 15px;
    margin-right: 0px;
  }

  .menu-toggle {
    display: flex;
  }

  #navbar {
    display: none;
    flex-direction: column;
    gap: 15px;
    background: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  #navbar.active {
    display: flex;
  }

  .main-menu {
    flex-direction: column;
  }

  .main-menu li::after {
    content: none;
  }

  .col-md-10.test {
    display: block;
  }

  .divider {
    display: none;
  }

  /* When open - turn into "X" */
  .menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

@media (max-width: 768px) {
  .intro {
    margin: 0 20px;
}
  .post-content h1 {
    font-size: 26px;
}
  .resume-heading {
    font-size: 26px;
    margin-bottom: 15px !important;
  }

  .project-text h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .project-section {
    flex-direction: column;
  }

  .circle-btn {
    width: 80px;
    height: 80px;
    padding: 10px;
  }

  .circle-btn {
    font-size: 14px !important;
  }

  .intro h1 {
    font-size: 60px !important;
    margin-top: 50px;
  }

  .resume-sec {
    padding: 60px 0px;
  }

  .banner-bg {
    padding: 60px 0px;
  }

  .footer {
    padding: 50px 15px;
  }
  .cst-contact-form-content-div {
    padding: 0px 10px;
  }
}

.contact-section {
  flex-direction: column;
  align-items: flex-start;
}

.form-group.half input {
  width: 100% !important;
}

.submit-button {
  width: 100%;
}


nav.active {
  left: 0;
}

.footer-right {
  flex: 1 1 200px;
  margin: 0px !important;
}

.logo:hover {
  color: #EEA302;
  transition: 0.3s;
}

@media (min-width: 769px) {
  nav {
    position: static;
    height: auto;
    flex-direction: row;
    box-shadow: none;
    padding: 0;
    left: 0 !important;
  }
}