.fs-22 {
  font-size: 22px;
}

.fs-28 {
  font-size: 28px;
}

.fs-25 {
  font-size: 25px;
}

.fs-30 {
  font-size: 30px;
}

.b-3 {
  border: 3px solid #141616;
}

.hr-line {
  border-width: 3px !important;
  border-color: #171919 !important;
}

h3 {
  font-weight: 900 !important;
}

.round {
  border-radius: 20px !important;
}

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

.mobile-banner {
  display: none;
}

.expertise-title .arrow-link {
  background: #454545;
  padding: 6px 10px;
  border-radius: 50%;
  position: relative;
  top: -30px;
}

.expertise-title .arrow-link i {
  transform: rotate(-45deg);
  color: #fff;
}

.project-section-3__thumb img:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.color-white {
  color: #fff !important;
}

.color-yellow {
  color: #fdc800 !important;
}

.color-black {
  color: #000 !important;
}

.border-radius-15 {
  border-radius: 15px !important;
}

.width-93 {
  width: 93% !important;
}

.margin-center {
  margin: 0px auto !important;
}

.desc {
  font-size: 14px !important;
  font-family: "AsenPro-Regular";
}

.font-asen {
  font-family: "AsenPro-Regular";
}
.banner-section-3__title{
    font-family: "AsenPro-Bold";
}
.card-tags {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 10px;
  background: white;
  padding: 10px 15px 10px 30px;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 1;
}

.card-tags .tag {
  background-color: black;
  color: white;
  padding: 6px 14px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

/* Hover effect */
.project-section-3__item:hover .card-tags {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  border-radius: 28px 0 0 0;
}

.project-section-3__item:nth-child(4) {
  grid-column: span 2;
}

.project-section-3__thumb {
  width: 90%;
  border-radius: 20px;
}

.our-work img {
  border-radius: 20px;
}

.work-odd {
  margin-bottom: 50px !important;
}

.work-even {
  margin-top: 50px !important;
}

/* Clients CSS */
.client-section .section-4__title-wrapper .section-title__title {
  font-size: 50px;
  text-align: center;
  font-weight: 500;
}

.client-row-logo .col-sm-3 {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0px;
}

.client-logo img {
  width: 100%;
}


.client-logo {
  border: 1px solid gray;
  margin: 20px;
  padding: 15px;
  filter: grayscale(1);
}

.client-logo:hover {
  border: 1px solid #000;
  margin: 20px;
  padding: 15px;
  filter: grayscale(0);
}

/* ================================================ Rebranding page ======================================= */
/* Banner */
.vertical-img {
  width: 98%;
  overflow: hidden;
  height: 300px;
  border: 3px solid #000;
  border-radius: 50px;
  padding: 20px;
}

.banner-text {
  border: 3px solid #000;
  padding: 14px 28px;
  border-radius: 40px;
}

.banner-text p {
  font-size: 25px;
}

.vertical-swiper {
  height: 100%;
  overflow: hidden;
}

.vertical-swiper img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}

/* Rebranding changes */
.brand-head {
  font-size: 50px !important;
}

.without-rebrand {
  border-right: 2px solid #000;
}

.rebrand-ab {
  border-radius: 50px;
}

.rebrand-content {
  border: 2px dashed #000;
  border-radius: 5px;
}

.rebrand-list p {
  font-size: 18px;
}

.rebrand-ab {
  overflow: hidden;
}

.img-comp-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-comp-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-comp-img img.img-full {
  height: 100%;
  object-fit: cover;
  display: block;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  width: 40px;
  height: 40px;
  background: #bdbdbd;
  opacity: 0.9;
  border-radius: 50%;
}

/* Right time */
.rt-img img {
  width: 100%;
  border-radius: 20px;
}

/* Rebranding package */
.package-content img {
  border-radius: 30px;
  border: 2px solid #141616;
}

.package-content p {
  border: 2px solid #141616;
  margin-top: -30px;
  border-radius: 0px 0px 30px 30px;
  padding-top: 50px;
  padding-bottom: 40px;
}

/* ================================================ Logo Designing page ======================================= */
.swiper-slide {
  display: flex;
  justify-content: center;
  /* horizontal */
  align-items: center;
}

.banner-right {
  display: grid;
  align-items: end;
}

.banner-col {
  border: 3px solid #141616;
  border-radius: 30px;
  height: 240px;
  overflow: hidden;
  position: relative;
}

.banner-col img {
  position: absolute;
  opacity: 0;
  width: 70%;
  height: 100%;
  left: 55px;
}

.banner-col img.active {
  opacity: 1;
}

.logo-swiper {
  object-position: 50% 50%;
}

/* logo holding */
.hold-logo-img {
  overflow: hidden;
  height: 100%;
  position: relative;
  align-items: baseline;
  display: flex;
  border-radius: 30px;
}

.hold-logo-img img {
  width: 100%;
  position: absolute;
  left: 0;
  object-fit: cover;
  object-position: center center;
  border-radius: 30px;
}

.designed-img img {
  border-radius: 30px;
}

/* timeline */
.award__item-one .h2-service__item-title {
  margin-top: 0px !important;
}

.award__item:hover .award__item-one .h2-service__item-title {
  color: #000;
}

.award__item:after {
  position: absolute;
  display: block;
  top: 0;
}

.award__item::after {
  background-color: #141616;
  left: -22px;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  content: "";
}

.award-item-last {
  border-left: none !important;
}

/* what logo do */
.brand-logo-content img {
  width: 100%;
  border-radius: 30px;
}

.brand-logo-content p {
  font-size: 16px;
  padding: 0 10px;
}

.col-5th {
  width: 20%;
  text-align: center;
  padding: 3px;
}

.about-banner>.banner-section-3__title {
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
}

.about-banner>p {
  line-height: 33px;
  color: #000;
  font-weight: 400;
}

.check-list {
  list-style-type: none;
}

.check-list li {
  position: relative;
  font-size: 35px;
  color: #000;
  padding-bottom: 20px;
  padding-left: 50px;
  line-height: 1.1;
}

.check-list li:after {
  background: url('../imgs/web-project/check.png') no-repeat center center;
  background-size: cover;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-radius: 50%;
  height: 37px;
  width: 37px;
  content: "";
}

.line-h40 {
  line-height: 30px;
}

.header-3 .header__main .main-menu-2 ul li .submenu li {
  margin: 10px 0px;
}

.card-tags .curve {
  color: var(--white);
  order: 0;
  align-self: auto;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  inset: auto auto -0.6px -17px;
  transform: rotate(90deg);
  border-radius: 0px;
}


.map-container {
  position: relative;
  width: 100%;
}

.map-container img {
  width: 100%;
  display: block;
}

.marker {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: pulse 2s infinite;
}

.marker::before {
  content: '';
  width: 10px;
  height: 10px;
  background: currentColor;
  border-radius: 50%;
}

/* Animation (optional) */
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  70% {
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* Marker Colors */
.blue {
  color: #3498db;
}

.green {
  color: #2ecc71;
}

.red {
  color: #e74c3c;
}

.purple {
  color: #8e44ad;
}

.orange {
  color: #e67e22;
}

.cyan {
  color: #00bcd4;
}

/* Position Markers (adjust % based on image position) */
.north-america {
  top: 52%;
  left: 15%;
}

.south-america {
  top: 62%;
  left: 35%;
}

.europe {
  top: 20%;
  left: 35%;
}

.africa {
  top: 50%;
  left: 52%;
}

.asia {
  top: 48%;
  left: 64%;
}

.australia {
  top: 75%;
  left: 71%;
}

.vision-part {
  border-radius: 50px;
}

.who-part {
  border-radius: 30px;
  height: 270px;
}

.who-part h3 {
  font-size: 24px;
}

.step-wrapper {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}

.step-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  /* center of the 45px circle */
  width: 2px;
  height: 97%;
  background-color: #141616;
}

.step-item {
  position: relative;
  margin-bottom: 40px;
}

.step-item::before {
  content: attr(data-step);
  position: absolute;
  left: -60px;
  top: -4px;
  width: 45px;
  height: 45px;
  background-color: #141616;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
  .step-wrapper {
    padding-left: 50px;
  }

  .step-wrapper::before {
    left: 17px;
  }

  .step-item::before {
    width: 35px;
    height: 35px;
    font-size: 16px;
    left: -50px;
  }

  .h2-service__item-title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .step-wrapper {
    padding-left: 45px;
  }

  .step-wrapper::before {
    left: 15px;
  }

  .step-item::before {
    width: 30px;
    height: 30px;
    font-size: 14px;
    left: -45px;
  }

  .h2-service__item-title {
    font-size: 14px;
    line-height: 1.4;
  }
}


.h2-service__item-title2 {
  margin-top: 45px;
}

.h2-service__item-title {
  margin-bottom: 0px !important;
  margin-top: 70px !important;
}

.portfolio-logo-img {
  width: 90%;
  height: 100%;
  object-fit: cover;
  border-radius: 55px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.portfolio-logo-img img {
  width: 100%;
  margin-bottom: 30px;
}

.concept-left img {
  width: 70%;
  margin-top: 80px;
}

.pratham-line {
  border-right: 5px solid #087e34;
}

.concept-right {
  display: flex;
  align-items: center;
}

.concept-right img {
  width: 70%;
}

.eata-line {
  border-right: 5px solid #a0a858;
}

.vinson-line {
  border-right: 5px solid #d10010;
}

.ssk-line {
  border-right: 5px solid #f55400;
}

.jadhav-line {
  border-right: 5px solid #80b82b;
}

.cambridge-line {
  border-right: 5px solid #002073;
}

.harish-line {
  border-right: 5px solid #036fb5;
}

.footer-3__copyright__wrapper {
  display: block;
  padding: 20px 0 !important;
}

.main-menu ul li .submenu li .submenu {
  top: -20px !important;
  padding: 20px 0 6px !important;
}


/* =================== Portfolio ===================== */
.nav-tabs {
  border: none;
}

.nav-item.portfolio-tab-item {
  margin: 10px;
}

.nav-tabs .nav-link {
  border: 3px solid #000;
  padding: 10px;
  color: #000;
  font-weight: 700;
  border-radius: 50px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  background-color: #000;
  border: 3px solid #000;
  color: #fff;
}

.portfolio-tab-grid .project-section-3__info__title {
  color: #000 !important;
}

.project-section-3__item:nth-child(5) {
  grid-column: span 2 !important;
}

.portfolio-text-content {
  font-size: 14px;
  color: #767676;
  text-transform: none;
}

.portfolio-head-content {
  font-size: 26px;
  text-transform: capitalize;
}

/* ========================== Contact Us ============================ */
.contact-us-form input,
.contact-us-form textarea {
  border-radius: 40px;
  background-color: #fff;
  border: 1px solid #000;
}

.contact-us-form label {
  color: #000;
  font-size: 20px;
}

.contact-us-form button {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}

.contact-info {
  border-radius: 30px;
}

.contact-info h4 {
  background-color: #000;
  color: #fff;
  width: 29%;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  border-radius: 30px;
  padding: 5px 28px;
}

.contact-info h2 {
  color: #000;
  font-size: 45px;
  font-weight: 700;
}

.contact-info p i {
  transform: rotate(-45deg);
}

.project-section-3__item:nth-child(8) .project-section-3__thumb {
  width: none !important;
}

.website-portfolio-img {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#map-container {
  min-width: 310px;
  max-width: 100%;
  margin: 0 auto;
}

/* =================== Blogs ======================= */
.blog-inner .h2-blog__thumb {
  height: 400px;
}
.blog-inner .h2-blog__thumb img{
  border-radius: 30px;
}
.blog-inner .h2-blog-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.h2-blog__item {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.whatsapp-icon{
  background-color: #000;
  position: fixed;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 20px;
  bottom: 30px;
  border-radius: 30px;
}
.whatsapp-icon a i{
  color: #fff;
  font-size: 30px;
}