@import url("https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap");
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

ul,
ol {
  margin: 0;
  padding: 0;
}

/*==== Variable Define ==== */

:root {
  --primary-color: #1f3fc3;
  --secondary-color: #1f3fc3;
  --third-color: #f98169;
  --white-color: #ffffff;
  --text-color: #454444;
  --text-gray: #9d9d9d;
  --black-color: #1e1e1e;
  --primary-font: "Fustat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Fustat", sans-serif;
  color: var(--white-color);
  font-size: 100%;
  font-weight: 400;
}
span {
  color: var(--primary-color);
}
h1 {
  color: var(--black-color);
  line-height: 1.2;
  font-size: 50px !important;
  font-weight: 600;
}
h2 {
  font-size: 45px;
  color: var(--black-color);
  font-weight: 600;
}
.paragraph {
  font-size: 16px;
  color: var(--text-color);
  line-height: 1;
  font-weight: 400;
}
.card-heading {
  font-size: 22px;
  color: var(--black-color);
  font-weight: 600;
}
.card-body {
  font-size: 18px;
  color: var(--text-color);
  line-height: 1.5;
  font-weight: 600;
}
.main-btn {
  border-radius: 30px;
  padding: 18px 38px;
  line-height: 25px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;

  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 20%);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.white-btn {
  padding: 18px 38px;
  line-height: 25px;
  background-color: var(--white-color);
  border: 3px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 20%);
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.main-btn:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.white-btn:hover {
  background-color: transparent;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.navitem {
  color: #1e1e1e !important;
  font-size: 18px !important;
}
.navitem:hover {
  color: #2b0101 !important; /* Tomato color on hover */
}

/* banner */

.search-container {
  background: var(--white-color);
  color: var(--text-gray);
  font-size: 16px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.search-container .form-control,
.search-container .form-select {
  border: none;
  box-shadow: none;
}
.search-container .divider {
  width: 1px;
  background: #ddd;
  height: 30px;
  margin: 0 10px;
}
.search-btn {
  border-radius: 50px;
  padding: 10px 25px;
  background: #1747e7;
  color: #fff;
  border: none;
  font-weight: 500;
}
.search-icon {
  color: #999;
  font-size: 18px;
  margin-right: 8px;
}
.user-avatars img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -12px; /* overlap effect */
}
.rating-star {
  color: #ffc107; /* Bootstrap warning color (yellow star) */
}
.custom-card {
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.trusted-box {
  border-radius: 20px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.tag-box {
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.tag-box span {
  display: inline-block;
  margin: 8px;
  padding: 8px 15px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  transform: rotate(-20deg);
}
/* .hero-img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.hero-img img {
  border-radius: 20px;
}
.float-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 20px;
} */

/* project section */
.project-section {
  padding: 60px 0;
}
.rounded-img {
  border-radius: 20px;
  object-fit: cover;
}
.content-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 25px;
  max-width: 400px;
}
.content-box p {
  font-size: 15px;
  color: #555;
}
.btn-explore {
  background: #0d6efd;
  border-radius: 50px;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
}
.btn-explore:hover {
  background: #084298;
}
h2 span {
  color: #0d6efd;
}

.img-rounded-custom {
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 15px 10px;
  font-size: 1.1rem;
}
.list-group-item a {
  text-decoration: none;
  color: inherit;
}
.list-group-item a:hover {
  color: #0d6efd;
}
.highlight {
  color: #0d6efd;
}
.arrow-btn {
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* circle section */

.circle-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 80px 20px;
}
.circle-dashed {
  border: 1px dashed #d9d9d9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle-1 {
  width: 600px;
  height: 600px;
}
.circle-2 {
  width: 450px;
  height: 450px;
}
.circle-3 {
  width: 300px;
  height: 300px;
}
.profile {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-box {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  position: absolute;
  font-weight: 500;
}
.explore-btn {
  background: #1a3dff;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  border: none;
}

.projects-list .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  /* border-bottom: 1px solid #e5e5e5; */
}
.projects-list .list-item:last-child {
  border-bottom: none;
}
.projects-list .list-item a {
  text-decoration: none;
  color: #000;
}
.projects-list .list-item a:hover {
  color: #0d6efd;
}
.arrow-icon {
  font-size: 14px;
  color: #000;
}
.highlight {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 10px;
}
.highlight a {
  color: #0d6efd !important;
  font-weight: 600;
}
.icon-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
}

.choose-card {
  background: rgba(243, 243, 253, 0.6);
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.choose-card:hover {
  transform: translateY(-5px);
}
.choose-icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #000;
}
.choose-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.choose-section h2 {
  font-weight: 700;
  margin-bottom: 50px;
}
.choose-section h2 span {
  color: #2c4ae0; /* blue for "Choose" */
}
.hero-text h1 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
}
.hero-text h1 span {
  color: #2c4ae0; /* Highlighted Marketplace */
}
.hero-text p {
  margin: 20px 0 30px;
  color: #555;
}
.btn-primary {
  background: #2c4ae0;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}
.btn-primary:hover {
  background: #1e36a0;
}
.hero-img img {
  border-radius: 20px;
  max-width: 100%;
}
.hero-text h1 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
}
.hero-text h1 span {
  color: #2c4ae0; /* Highlighted words */
}
.hero-text p {
  margin: 20px 0 30px;
  color: #555;
}
/* findjob */
.search-section {
  padding: 60px 0;
  background: linear-gradient(180deg, #fff, #fdf4ff);
}
.search-box {
  max-width: 600px;
  margin: 20px auto;
}
.search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}
.search-tag {
  border: 1px solid #0d6efd;
  color: #0d6efd;
  padding: 8px 15px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  transition: 0.3s;
}
.search-tag:hover {
  background: #0d6efd;
  color: #fff;
}
.filter-box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 20px;
}
.job-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
}
.job-tags span {
  background: #e9ecef;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 13px;
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
}
.form-check {
  color: var(--black-color) !important;
}
.btn-custom {
  background: #0d6efd;
  color: #fff;
  border-radius: 25px;
  padding: 8px 20px;
}
.job-icons i {
  margin-right: 12px;
  font-size: 18px;
  cursor: pointer;
}
.job-price {
  font-size: 20px;
  font-weight: 600;
}
.pagination .page-link {
  border-radius: 50% !important;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border: none;
  background-color: #f8f9fa;
}
.pagination .page-item.active .page-link {
  background-color: #0d6efd;
  color: #fff;
}
.pagination .page-link:hover {
  background-color: #e2e6ea;
}
/* client */
.heading {
  font-size: 50px !important;
  font-weight: 700 !important;
  color: #1e1e1e !important;
  line-height: 1 !important;
}

.para {
  color: #454444 !important;
}
/* .image-box {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
} */
/* .round-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
} */
.tech-icons img {
  height: 50px;
  width: 50px;
}

.custom-select {
  border-radius: 50px !important;

  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1) !important;
  color: #7e7c7c !important;
  font-size: 20px !important;
}
/* .round-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #0d6efd;
  color: #fff;
  border: none;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
} */
.round-btn:hover {
  background-color: #084298;
}

.mycard {
  background-color: #f6f6f6;
  border-radius: 30px;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.card {
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.card:hover {
  transform: translateY(-5px);
}
.profile-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
}
.rating i {
  color: #fbc02d;
}
.filter-bar {
  gap: 10px;
}

.filter-bar select {
  border-radius: 30px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  box-shadow: none;
}
.filter-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0d6efd;
  color: #fff;
  border: none;
}
.step-box {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.step-icon {
  width: 40px;
  height: 40px;
  background: #3366ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: -20px;
  right: -20px;
}
.step-number {
  font-size: 72px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 10px;
  right: 15px;
  z-index: 0;
}
.step-box h5,
.step-box p {
  position: relative;
  z-index: 1;
}
.btn-join {
  background: #0d6efd;
  color: #fff;
  border-radius: 30px;
  padding: 12px 40px;
  font-weight: 500;
  transition: 0.3s;
}
.btn-join:hover {
  background: #084298;
}

.footer {
  background: #f8f9fa;
  padding: 60px 0 20px;
  font-size: 14px;
}
.footer h6 {
  font-weight: 600;
  margin-bottom: 20px;
}
.footer a {
  color: #6c757d;
  text-decoration: none;
}
.footer a:hover {
  color: #0d6efd;
}
.social-icons a {
  font-size: 18px;
  margin-right: 12px;
  color: #6c757d;
}
.social-icons a:hover {
  color: #0d6efd;
}
.footer-bottom {
  border-top: 1px solid #dee2e6;
  padding-top: 15px;
  margin-top: 20px;
  font-size: 13px;
  color: #6c757d;
}
.testimonial-img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.client-thumbs img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s;
}
.client-thumbs img:hover {
  border-color: #0d6efd;
}

/* about us */

.banner-heading {
  /* max-width: 633px; */
  font-size: 50px !important;
  line-height: 1.2;
  color: #1e1e1e;
  margin-top: 35px;
}
.banner-para {
  color: #454444;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 50px;
  line-height: 1;
}
.rat-logo {
  font-size: 50px !important;
  color: #1e1e1e;
  line-height: 1.3;
}
.rat-text {
  color: #555555;
  line-height: 3.2;
}

h2 {
  font-weight: 700;
  font-size: 45px;
  color: #1e1e1e;
}

.defines-section .list-unstyled li {
  color: #1e1e1e;
  margin-bottom: 10px;
  font-size: 18px;
}
.para-defines {
  font-size: 16px;
  color: #454444;
  line-height: 1.2;
}
/* pricing */
.section_heading {
  font-size: 45px;
  color: #1e1e1e;
  font-weight: 700;
}
.paragraph {
  font-size: 16px;
  color: #454444;
  line-height: 1;
}
h2 {
  font-weight: 700;
  font-size: 38px;
  color: #1e1e1e;
}
.card-heading {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
}
.card-subheading {
  color: #1e1e1e;
  font-size: 30px;
  font-weight: 700;
}

.card-para {
  font-size: 14px;
  color: #454444;
  line-height: 1;
}
h6 {
  color: #454444;
  line-height: 1;
}

.pricing-card {
  border-radius: 12px;
  padding: 30px;
  background-color: #ecf0ff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.highlight {
  border: 2px solid #4a6cf7;
  box-shadow: 0 8px 25px rgba(74, 108, 247, 0.2);
}
.btn-try {
  background-color: #1d4ed8;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  font-weight: 500;
}
.btn-try:hover {
  background-color: #153ea8;
}
.pricing-table {
  border-radius: 15px;
  overflow: hidden;
}
.pricing-header {
  background: linear-gradient(to bottom right, #f5f3ff, #e0e7ff);
  padding: 1.5rem;
  text-align: center;
  border-bottom: 2px solid #eee;
}
.pricing-header h5 {
  font-weight: bold;
}
.feature-row {
  border-bottom: 1px solid #f0f0f0;
  padding: 0.75rem;
}
.feature-row:last-child {
  border-bottom: none;
}
.plan-col {
  min-width: 200px;
  text-align: center;
}
.checkmark {
  color: #198754; /* Bootstrap green */
  font-size: 1.2rem;
}
.info-icon {
  color: #6c757d;
  font-size: 0.9rem;
  cursor: pointer;
}

.plan-para {
  font-size: 40px;
  color: #1e1e1e;
}
.plan-color {
  color: #1e1e1e;
}
.plan-card {
  background: linear-gradient(to bottom right, #ffffff, #d7deff);
  border-radius: 20px;
  color: #1e1e1e;
}
.plan-row {
  padding: 25px 40px;
  border-radius: 20px;
  background-color: #f9f9f9;
  color: #1e1e1e;
}

.footer {
  background: #fff;
  padding: 50px 20px 20px;
  border-top: 1px solid #eee;
}
.footer h6 {
  font-weight: bold;
  margin-bottom: 20px;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li a {
  text-decoration: none;
  color: #555;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer-logo {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.footer-logo span {
  color: #0d6efd;
}
.social-icons a {
  font-size: 18px;
  margin: 0 8px;
  color: #333;
}
.social-icons a:hover {
  color: #0d6efd;
}
.footer-bottom {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 14px;
  color: #666;
}
/* 
signup */
.login-box {
  max-width: 400px;
  margin: auto;
  padding: 30px;
}
.form-control {
  border-radius: 25px;
  padding: 12px 20px;
}
.btn-primary {
  border-radius: 25px;
  padding: 12px;
  background-color: #1d4ed8;
}
.social-btn {
  border-radius: 25px;
  border: 1px solid #ddd;
  padding: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-btn img {
  height: 20px;
  margin-right: 8px;
}
.image-side {
  background: url("../images/sign/banner.png") no-repeat center center/cover;
  min-height: 100vh;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

/* signin */
.signup-box {
  max-width: 450px;
  margin: auto;
  padding: 30px;
}
.form-control {
  border-radius: 25px;
  padding: 12px 20px;
}
.btn-primary {
  border-radius: 25px;
  padding: 12px;
  background-color: #1d4ed8;
}
.social-btn {
  border-radius: 25px;
  border: 1px solid #ddd;
  padding: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
}
.social-btn img {
  height: 20px;
  margin-right: 8px;
}
.image-side {
  background: url("../images/sign/signup.png") no-repeat center center/cover;
  min-height: 100vh;
  border-radius: 20px;
}
