html,
body {
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}
.br-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .br-right:after {
    width: 0.5px;
    height: 65px;
    background: #c2c2c2;
    display: block;
    content: "";
    position: absolute;
    right: 0px;
  }
}

/* FIX DROPDOWN ARROW - FORCE FONTAWESOME */
.dropdown-toggle::after {
    display: inline-block !important;
    margin-left: 0.45em;
    vertical-align: 0.15em;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;     /* required for solid icons */
    content: "\f078" !important;     /* FA solid chevron-down */
    font-size: 0.75rem;
    border: none !important;         /* remove Bootstrap arrow */
}


.content-slider .line-img {
  width: 230px;
}
.content-slider .swiper-slide {
  margin-bottom: 40px;
}
.content-slider .swiper-scrollbar {
  position: unset !important;
  margin: auto;
  width: 80% !important;
  opacity: 1 !important;
  height: 6px !important;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 70%
  );
}
.content-slider .swiper-scrollbar-drag {
  background-color: #156435 !important;
  border-radius: 0 !important;
}

@media (min-width: 600px) and (max-width: 1200px) {
  .content-slider img {
    height: 500px !important;
    object-fit: cover;
    object-position: 0px -86px;
  }
}

@media (max-width: 600px) {
  .content-slider .swiper-button-prev {
    display: none;
  }
  .content-slider .swiper-button-next {
    display: none;
  }
}

.amenities .line-img {
  width: 120px;
}

.amenities .accordion-button {
  color: #000000;
  font-size: inherit;
  font-weight: 600;
}

.amenities .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000;
}

.amenities .accordion-body {
  background-color: #ddeedf;
  color: #000;
}

.amenities .accordion-body img {
  display: none;
  margin-bottom: 1rem;
}

@media (max-width: 600px) {
  .amenities .accordion-body img {
    display: block;
    margin-bottom: 1rem;
  }
}
.desk-img {
  position: relative;
  height: 100%;
}
@media (min-width: 1200px) {
  .desk-img {
    position: relative;
    height: 560px;
  }
}

.desk-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.desk-img img.active {
  opacity: 1;
}

.amenities .accordion-item {
  border: unset !important;
  border-bottom: 1px solid #4c4f5333 !important;
}
.amenities .accordion-button.collapsed::after {
  background-image: url("../images/plus.svg");
}

.amenities .accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus.svg");
}

.amenities .accordion-button:focus {
  box-shadow: unset !important;
}

.pricing {
  background-image: url(../images/pricing-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 600px) {
  #pills-3BHK .border-side:after {
    content: "";
    width: 1px;
    height: 90%;
    background: #000000;
    opacity: 0.2;
    position: absolute;
    right: -30px;
    top: 4%;
  }
}

.exteriorSwiper .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.exteriorSwiper .swiper-pagination-bullet {
  width: 35px;
  background-color: #fff;
  border-radius: 0;
  height: 2px;
  opacity: 0.8;
}
@media (min-width: 1200px) {
  .content-box.bg-grey.p-lg-5.p-4.h-100 {
    padding: 35px !important;
  }
}
.interiorSwiper .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.interiorSwiper .swiper-pagination-bullet {
  width: 35px;
  background-color: #fff;
  border-radius: 0;
  height: 2px;
  opacity: 0.8;
}

.interiorSwiper img,
.exteriorSwiper img {
  width: 100% !important;
}

@media (max-width: 600px) {
  .fs-20 {
    line-height: normal !important;
  }
  td .brochure-btn {
    text-align: left !important;
  }
}

.table-box {
  box-shadow: 0 3.35px 10.04px 0 #0000000a;
  border-radius: 6px;
  overflow: hidden;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border-radius: 20px;
}

table tr th {
  background-color: #ededed;
  padding: 30px 35px;
}

table th:first-child {
  width: 28%;
}

table td {
  background-color: #ffffff;
  padding: 30px 35px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 18px;
  line-height: 22.68px;
  font-weight: 500;
}
table td:last-child {
  padding: 0;
}
table .brochure-btn a {
  font-size: 16px;
  line-height: 20.16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  background: #156435;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table td:last-child {
    padding: 20px;
  }
  table td {
    padding: 20px;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: 10px;
  }

  table td {
    border-bottom: 1px solid #e9e9e9;
    display: block;
    text-align: right;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

.apartment-tabs ul {
  margin: auto;
  justify-content: space-between;
  border: 0;
  background-color: #f6f6f6;
  padding: 10px;
  flex-wrap: nowrap;
  border-radius: 16px 16px 0 0;
}
.br-ap {
  border-right: 1px solid #00000033;
}

@media (max-width: 600px) {
  .apartment-tabs ul {
    margin: auto;
    width: 100%;
    justify-content: space-between;
    border: 0;
    background-color: #f6f6f6;
    padding: 20px;
    overflow-x: auto;
  }
  .apartment-tabs ul li {
    width: 100% !important;
    text-align: center;
    white-space: nowrap;
  }
}
.apartment-tabs ul li {
  width: 33%;
  text-align: center;
  white-space: nowrap;
}
.apartment-tabs ul li button {
  width: 100%;
  font-size: 16px;
  border-radius: 0 !important;
  line-height: 20.8px;
  color: #b1b1b1 !important;
  padding: 10px;
  background-color: unset !important;
}
.apartment-tabs ul li button.active {
  color: #156435 !important;
}
.shadow-box {
  box-shadow: 0 0 20px 0 #5465ff14;
  padding: 25px;
  margin-top: 0px;
  border-radius: 0 0 16px 16px;
}
.border-side {
  position: relative;
}
@media (min-width: 600px) {
  .border-side:after {
    content: "";
    width: 1px;
    height: 90%;
    background: #000000;
    opacity: 0.2;
    position: absolute;
    right: -30px;
  }
}

.perfect-tabs ul {
  margin: auto;
  justify-content: space-between;
  border: 0;
  background-color: #f6f6f6;
  flex-wrap: nowrap;
  width: 70%;
}

@media (max-width: 600px) {
  .perfect-tabs ul {
    margin: auto;
    width: 100%;
    justify-content: space-between;
    border: 0;
    background-color: #f6f6f6;
    overflow-x: auto;
  }
  .perfect-tabs ul li {
    width: 100% !important;
    text-align: center;
    white-space: nowrap;
  }
}
.perfect-tabs ul li {
  width: 50%;
  text-align: center;
  white-space: nowrap;
}
.perfect-tabs ul li button {
  width: 100%;
  font-size: 16px;
  line-height: 20.8px;
  color: #000 !important;
  padding: 20px;
  background-color: unset !important;
  border-radius: 0 !important;
}
.perfect-tabs ul li button.active {
  background-color: #e6f7e7 !important;
  color: #156435 !important;
}

.exteriorSwiper .swiper-pagination-bullet {
  width: 35px;
  background-color: #fff;
  border-radius: 0;
  height: 2px;
  opacity: 0.8;
}
.exteriorSwiper .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

/* screen width 100% start */
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .brochure-sld {
    width: 120%;
    transition: width 0.3s ease;
  }
  .advantages .faq-main {
    padding-left: 10%;
  }
  .green-harmony {
    height: 735px;
  }
}
/* screen width 100% end */

/* screen width 90% start */
@media screen and (min-width: 1300px) and (max-width: 1500px) {
  .advantages .faq-main {
    padding-left: 10%;
  }
}
/* screen width 90% end */

/* Screen size 80% start */
@media screen and (min-width: 1500px) and (max-width: 1600px) {
  .advantages .faq-main {
    padding-left: 22%;
  }
}
/* Screen size 80% end */

/* pre system  start*/
@media screen and (min-width: 1510px) and (max-width: 1540px) {
  .advantages .faq-main {
    padding-left: 25%;
  }
}
/* pre system  end*/

/* Screen size 75% start */
@media screen and (min-width: 1700px) and (max-width: 1800px) {
  .advantages .faq-main {
    padding-left: 26%;
  }
}
/* Screen size 75% end */

/* Screen size 67% start */
@media screen and (min-width: 1800px) and (max-width: 2000px) {
  .advantages .faq-main {
    padding-left: 33%;
  }
}
/* Screen size 67% end */

/* Screen size 50% start */
@media screen and (min-width: 2000px) {
  .advantages .faq-main {
    padding-left: 45%;
  }
}
/* Screen size 50% end */

.accordion h4 {
  font-family: "Outfit", sans-serif !important;
}

.advantages .accordion {
  background-color: transparent !important;
  --bs-accordion-bg: unset !important;
}
.advantages .accordion-button:not(.collapsed) {
  background-color: unset !important;
  color: #000;
}

.advantages .mar-list li {
  margin-bottom: 5px;
}

.gradient-btn a {
  font-size: 18px;
  line-height: 23.04px;
  font-weight: 500;
  background: linear-gradient(
    90deg,
    rgba(21, 100, 53, 1) 0%,
    rgba(0, 162, 216, 1) 50%,
    rgba(0, 134, 179, 1) 100%
  );
  padding: 3px 14px;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
}

.pioneers-bg {
  position: absolute;
  right: 0px;
  top: 40px;
}

.enquire-cnt-main {
  position: absolute;
  top: 64px;
  left: 150px;
}
.enquire-frm-main {
  padding: 50px 100px;
}
.enquire-frm-main input {
  background: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #ffffff53 !important;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  padding: 0px 0px 8px 0px !important;
  margin-bottom: 45px;
}
.enquire-frm-main ::placeholder {
  color: #fff !important;
}
.enquire-frm-main button {
  background: #156435;
  border: none;
  border-radius: 0px;
  padding: 10.5px 32px;
  font-size: 18px;
  line-height: 22.68px;
  font-weight: 600;
}
.enquire-frm-main .form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

@media (max-width: 600px) {
  .enquire-frm-main {
    padding: 40px;
  }
}

.footer-section ul {
  list-style-type: none;
  padding: 0;
}
.footer-section ul li a {
  color: #000;
}
.footer-section p {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .col-lg-2-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.gradient-border {
  position: relative;
}
.gradient-border::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(245, 245, 245, 1) 10%,
    rgba(21, 100, 53, 1) 10%,
    rgba(44, 116, 73, 1) 90%,
    rgba(245, 245, 245, 1) 90%
  );
  top: 0;
}

@media (min-width: 600px) and (max-width: 1200px) {
  .h-100 {
    height: auto !important;
  }
}

.int-prev,
.ext-prev {
  left: 25px !important;
}
.int-next,
.ext-next {
  right: 25px !important;
}
.int-prev::after,
.ext-prev::after {
  content: url(../images/prev.svg) !important;
}
.int-next::after,
.ext-next::after {
  content: url(../images/next.svg) !important;
}

.fixed0-btn {
  width: fit-content;
  position: fixed;
  right: 12px;
  top: 67%;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 1000;
}

.fixed-cta {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
.fixed-cta a {
  display: block;
  text-align: center;
}
@media (max-width: 600px) {
  .footer-section {
    margin-bottom: 60px;
  }
}

.navbar .brochure-btn i {
  background-color: transparent !important;
  margin-right: 5px;
}

/* Brandstory webDevelopment page styles */

.bg-bnr {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px !important;
}
.bnr-slide01 {
  background-image: url("../images/web-development-company/banner-01.png");
}
.bnr-slide02 {
  background-image: url("../images/web-development-company/banner-02.png");
}
.bnr-slide03 {
  background-image: url("../images/web-development-company/banner-03.png");
}

body {
  background-color: #000000;
}
.brochure-btn a {
  font-size: 18px;
  line-height: 22.68px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  padding: 12px 32px;
  background: #ffffff;
}
.bannerSwiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #845ef7;
}
.bannerSwiper span.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
}
.brand-box {
  height: 230px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-brand-01 {
  background-image: url("../images/web-development-company/trusted-brand-01.png");
}
.bg-brand-02 {
  background-image: url("../images/web-development-company/trusted-brand-02.png");
}
.bg-brand-03 {
  background-image: url("../images/web-development-company/trusted-brand-03.png");
}
.bg-brand-04 {
  background-image: url("../images/web-development-company/trusted-brand-04.png");
}

.cus-w-100 {
  width: 100px;
}
.cus-w-200 {
  width: 200px;
}
.cus-w-150 {
  width: 150px;
}

.clients-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.clients-swiper .swiper-slide {
  flex-shrink: 0;
}

.clients-swiper02 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.clients-swiper02 .swiper-slide {
  flex-shrink: 0;
}

.review-card {
  padding: 25px;
  background-color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  height: 100%;
  transition: background 0.6s ease;
}
.review-card:hover {
  background: radial-gradient(
      circle at 25% 35%,
      rgba(66, 133, 244, 0.15) 15%,
      transparent 60%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgba(251, 188, 5, 0.15) 15%,
      transparent 60%
    ),
    radial-gradient(
      circle at 65% 65%,
      rgba(234, 67, 53, 0.15) 15%,
      transparent 60%
    ),
    radial-gradient(
      circle at 75% 30%,
      rgba(52, 168, 83, 0.15) 15%,
      transparent 60%
    ),
    #1a1a1a;
  transition: background 0.6s ease;
}
.bg-review:hover {
  background: radial-gradient(
      circle at center,
      rgba(153, 46, 36, 0.3) 20%,
      transparent 100%
    ),
    radial-gradient(
      circle at center,
      rgba(255, 80, 80, 0.15) 30%,
      transparent 100%
    ),
    #1a1a1a;
  transition: background 0.6s ease;
}
.bg-review-02:hover {
  background: radial-gradient(
      circle at 50% 50%,
      rgba(72, 103, 255, 0.25) 20%,
      transparent 100%
    ),
    radial-gradient(
      circle at 30% 70%,
      rgba(51, 88, 255, 0.2) 30%,
      transparent 100%
    ),
    #1a1a1a;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background 0.6s ease;
}
.bg-review-03:hover {
  background: radial-gradient(
      circle at 25% 50%,
      rgba(0, 123, 255, 0.25) 20%,
      transparent 70%
    ),
    radial-gradient(
      circle at 75% 50%,
      rgba(255, 115, 0, 0.25) 20%,
      transparent 70%
    ),
    #1a1a1a;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background 0.6s ease;
}

/* start: feature card styles */
.feature-card {
  padding: 25px;
  background-color: #2a2a2a;
  border-radius: 15px;
  height: 100%;
  transition: background 0.6s ease;
  overflow: hidden;
  position: relative;
}
.feature-card h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

.feature-card img {
  position: relative;
  z-index: 3;
}

span.line-feature-box {
  display: block;
  width: 0%;
  height: 3px;
  margin-bottom: 20px;
  border-radius: 30px;
  margin-top: 10px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.feature-card:hover span.line-feature-box {
  width: 72%;
}
span.circle-feature-box {
  display: block;
  width: 100%;
  height: 325px;
  border-radius: 50%;
  position: absolute;
  top: -340px;
  left: -72px;
  transition: top 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-card:hover span.circle-feature-box {
  top: -200px;
}

@keyframes splitFromCenterLeft {
  from {
    opacity: 0;
    transform: translateY(0) scale(0.5) translateX(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1) translateX(-60px);
  }
}
@keyframes splitFromCenter {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes splitFromCenterRight {
  from {
    opacity: 0;
    transform: translateY(0) scale(0.5) translateX(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1) translateX(60px);
  }
}

.feature-card[data-aos="split-center"] {
  opacity: 0;
  transition: none;
}
.feature-card.from-center-left.aos-animate {
  animation: splitFromCenterLeft 0.8s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}
.feature-card.from-center.aos-animate {
  animation: splitFromCenter 0.8s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}
.feature-card.from-center-right.aos-animate {
  animation: splitFromCenterRight 0.8s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}
.circle-purple,
.line-purple {
  background-color: #845ef7;
}
.circle-pastel-red,
.line-pastel-red {
  background-color: #ec696a;
}
.circle-soft-blue,
.line-soft-blue {
  background-color: #75baf9;
}
.circle-teal,
.line-teal {
  background-color: #1bc6af;
}
.circle-orchid,
.line-orchid {
  background-color: #ac5fea;
}
.circle-vivid-orange,
.line-vivid-orange {
  background-color: #ff7d19;
}
.circle-golden-yellow,
.line-golden-yellow {
  background-color: #e6b33d;
}
.circle-reddish-pink,
.line-reddish-pink {
  background-color: #ec696a;
}
.custom-gradient-card {
  background: linear-gradient(135deg, #fca5a5 0%, #c084fc 45%, #93c5fd 100%);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  border: none;
  width: 100%;
  height: 100%;
  animation: gradientBG 6s ease-in-out infinite;
}
.custom-gradient-card:hover {
  animation: gradientShift 6s ease-in-out infinite;
}

@keyframes gradientShift {
  0% {
    background: linear-gradient(135deg, #fca5a5 0%, #c084fc 45%, #93c5fd 100%);
  }
  25% {
    background: linear-gradient(135deg, #fca5a5 20%, #c084fc 60%, #93c5fd 100%);
  }
  50% {
    background: linear-gradient(135deg, #fca5a5 0%, #93c5fd 50%, #c084fc 100%);
  }
  75% {
    background: linear-gradient(135deg, #93c5fd 0%, #c084fc 50%, #fca5a5 100%);
  }
  100% {
    background: linear-gradient(135deg, #fca5a5 0%, #c084fc 45%, #93c5fd 100%);
  }
}
/* End : feature card styles */

/* Start: Accordian styles */
.custom-accordion .accordion-item {
  margin-bottom: 20px;
  border: none;
  background: #fff;
  box-shadow: none;
  border-radius: 15px;
}

.custom-accordion .accordion-button {
  border-radius: 16px;
  background: #ffffff00 !important;
  color: #18171c;
  box-shadow: none;
  padding: 16px 20px;
  transition: background 0.2s;
  border-radius: 0px !important;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: #fff;
  color: #18171c;
  box-shadow: none;
}

.custom-accordion .accordion-body {
  padding: 1.25rem 1.5rem;
  color: #222;
  background: #ffffff00 !important;
}

.custom-accordion .accordion-button::after {
  content: "";
  background-image: url("../images/web-development-company/accordian-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px; /* Adjust size of the arrow icon */
  width: 34px;
  height: 34px;
  margin-left: auto; /* Push it to the end */
  transition: transform 0.3s ease;
  display: inline-block;
}

.custom-accordion .accordion-button.collapsed::after {
  background-image: url("../images/web-development-company/accordian-arrow01.svg");
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
/* End  : Accordian styls */
/* Swiper styles */

.txt-know {
  color: #ec696a;
  position: relative;
  display: inline-block;
}

a.txt-know::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url("../images/web-development-company/red-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  vertical-align: middle;
  transform: translateX(-10px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

a.txt-know:hover::after {
  transform: translateX(0);
  opacity: 1;
}

/* Start : Slider button */

/* Explore Swiper Buttons */

.main-next-prev {
  position: absolute;
  width: fit-content;
  top: -65px;
  right: 10px;
  display: flex;
  gap: 15px;
  z-index: 10;
}

.main-next-prev .explore-swiper-button-prev.swiper-button-disabled,
.main-next-prev .explore-swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.main-next-prev .explore-swiper-button-prev,
.main-next-prev .explore-swiper-button-next {
  position: static; /* remove absolute positioning */
  width: 52px;
  height: 52px;
  cursor: pointer;
}

.main-next-prev .explore-swiper-button-prev::after,
.main-next-prev .explore-swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  box-shadow: 0 0.67px 23.33px 0 #5465ff1a;
}

.main-next-prev .explore-swiper-button-prev::after {
  background-image: url("../images/web-development-company/arrow-left.svg");
}

.main-next-prev .explore-swiper-button-next::after {
  background-image: url("../images/web-development-company/arrow-right.svg");
}

/* End: Swiper Styles */

.dir-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-p-sec {
  background-color: #1a1a1c;
  transition: background-color 0.6s ease;
}
.inner-p-sec:hover {
  background-color: #845ef7;
}
.inner-p-sec {
  border-radius: 20px;
}

/* Start: Trusted web dev Section */
.trusted-webdev-card {
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  border: none;
  margin: 20px 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  height: 100%;
}
.bg-light-green {
  background-color: #e6f9f0;
  padding: 24px 0 12px 0;
}
.card-header {
  border-bottom: none;
}

/* Card hover */
.trusted-webdev-card .head-bg-main {
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  color: #0000008c;
}
.trusted-webdev-card:hover .head-bg-main {
  color: #ffffff;
}
/* Image grayscale and brightness transition */
.head-bg-main img {
  filter: grayscale(0%) brightness(0.55);
  transition: filter 0.4s ease-in-out;
}
.trusted-webdev-card:hover .head-bg-main img {
  filter: grayscale(100%) brightness(1);
}

/* Bg colors */
.trusted-webdev-card .head-bg-indigo {
  background-color: #e0d7fd;
}
.trusted-webdev-card:hover .head-bg-indigo {
  background-color: #845ef7;
}

.trusted-webdev-card .head-bg-coral-red {
  background-color: #ec696a40;
}
.trusted-webdev-card:hover .head-bg-coral-red {
  background-color: #ec696a;
}

.trusted-webdev-card .head-bg-soft-blue {
  background-color: #75baf940;
}
.trusted-webdev-card:hover .head-bg-soft-blue {
  background-color: #75baf9;
}

.trusted-webdev-card .head-bg-teal {
  background-color: #1bc6af40;
}
.trusted-webdev-card:hover .head-bg-teal {
  background-color: #1bc6af;
}

.trusted-webdev-card .head-bg-violet {
  background-color: #ac5fea40;
}
.trusted-webdev-card:hover .head-bg-violet {
  background-color: #ac5fea;
}

.trusted-webdev-card .head-bg-orange {
  background-color: #ff7d1940;
}
.trusted-webdev-card:hover .head-bg-orange {
  background-color: #ff7d19;
}

.trusted-webdev-card .head-bg-golden-yellow {
  background-color: #e6b33d40;
}
.trusted-webdev-card:hover .head-bg-golden-yellow {
  background-color: #e6b33d;
}

.trusted-webdev-card .head-bg-coral-red {
  background-color: #ec696a40;
}
.trusted-webdev-card:hover .head-bg-coral-red {
  background-color: #ec696a;
}

.trusted-webdev-card .head-bg-pastel-blue {
  background-color: #75baf940;
}
.trusted-webdev-card:hover .head-bg-pastel-blue {
  background-color: #75baf9;
}
/* End :  Trusted Web Dev Section */
/* Start :  Hover  Card section */
.ind-head {
  bottom: 5%;
  width: 100%;
}
.ind-card {
  border-radius: 20px;
  height: 100%;
}
.ind-inner-02 {
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0px;
  z-index: 1;
  background-color: #fff;
  height: 100%;
  border-radius: 20px;
}
.ind-inner-02 {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.ind-card:hover .ind-inner-02 {
  opacity: 1;
  transform: translateY(0);
}
.ind-inner-01 h3 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* End:  Hover Card Section */
/* Start: Platform Hover border section */
.border-light {
  border-color: #ffffff59 !important;
}
.platform-main {
  position: relative;
  color: #ffffffa9;
  transition: color 0.4s ease; /* Smooth text color transition */
}
.platform-main:hover {
  color: #ffffff;
}
.platform-main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgb(10 10 10 / 75%) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.4s ease; /* Smooth fade effect */
}
.platform-main:hover::before {
  opacity: 0;
}
/* End: Platform Hover border section */

/* Start :  Innovative Tech Stacks */

.innov-card-01:hover {
  background: linear-gradient(to bottom, #f2eaff 0%, #ffffff 100%);
}
.innov-card-02:hover {
  background: linear-gradient(to bottom, #ffe6eb 0%, #ffffff 100%);
}
.innov-card-03:hover {
  background: linear-gradient(to bottom, #eaf6ff 0%, #ffffff 100%);
}
.innov-card-04:hover {
  background: linear-gradient(to bottom, #f5eaff 0%, #ffffff 100%);
}
.innov-card-05:hover {
  background: linear-gradient(to bottom, #e6fdf7 0%, #ffffff 100%);
}
.innov-card-06:hover {
  background: linear-gradient(to bottom, #ffeede 0%, #ffffff 100%);
}

.txt-color-01 {
  color: #845ef7;
}
.txt-color-02 {
  color: #ec696a;
}
.txt-color-03 {
  color: #75baf9;
}
.txt-color-04 {
  color: #ac5fea;
}
.txt-color-05 {
  color: #1bc6af;
}
.txt-color-06 {
  color: #ff7d19;
}
/* smiple slider */
.trendingSwiper .trend-swiper-button-prev,
.trendingSwiper .trend-swiper-button-next {
  width: 52px;
  height: 52px;
}

.trendingSwiper .trend-swiper-button-prev::after,
.trendingSwiper .trend-swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50px;
  box-shadow: 0 0.67px 23.33px 0 #5465ff1a;
}

/* Specific arrow images */
.trend-swiper-button-prev,
.trend-swiper-button-next {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

.trend-swiper-button-prev::after,
.trend-swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  box-shadow: 0 0.67px 23.33px 0 #5465ff1a;
}

.trending-main-next-prev {
  position: absolute;
  top: -70px;
  right: 10px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.trend-swiper-button-prev,
.trend-swiper-button-next {
  width: 52px;
  height: 52px;
  position: relative;
  cursor: pointer;
}

.trend-swiper-button-prev::after {
  width: 100%;
  height: 100%;
  background-image: url("../images/web-development-company/arrow-left.svg");
}

.trend-swiper-button-next::after {
  width: 100%;
  height: 100%;
  background-image: url("../images/web-development-company/arrow-right.svg");
}

.faq-cus-acc .accordion-item {
  background: #2a2a2a;
  color: #fff !important;
}
.faq-cus-acc button.accordion-button {
  color: #fff !important;
}
.faq-cus-acc .accordion-body p {
  color: #fff;
}
/* smiple slidr */

/* ---- Start : Custom Tabs Section Styles------- */
.custom-tabs .nav-link {
  background: #23222a;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 600;
  margin: 0 8px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(123, 63, 242, 0.08);
  font-size: 1.1rem;
  outline: none;
}
.custom-tabs .nav-link.active,
.custom-tabs .nav-link:focus,
.custom-tabs .nav-link:hover {
  background: #9747ff;
  color: #fff;
  box-shadow: 0 4px 16px rgba(123, 63, 242, 0.15);
}

.custom-tabs .nav-link:not(.active):hover {
  background: #35334a;
  color: #fff;
}

/* Sub-tabs */
.custom-sub-tabs .nav-link {
  background: none;
  color: #b0aeb8;
  border: none;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  margin: 0 18px 0 0;
  padding: 8px 0;
  font-size: 1rem;
  transition: color 0.2s, border-color 0.2s;
}
.custom-sub-tabs .nav-link.active,
.custom-sub-tabs .nav-link:focus {
  color: #7b3ff2;
  border-bottom: 3px solid #7b3ff2;
  background: none;
}
.custom-sub-tabs .nav-link:hover:not(.active) {
  color: #a084fa;
}

/* Card and Tech Icon */
.choose-tech-section .card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  border: none;
}
.tech-icon img {
  display: block;
  margin: 0 auto 8px;
}
.tech-icon div {
  color: #23222a;
  font-weight: 500;
  font-size: 1rem;
}
#frontEndSubTabContent .fade:not(.show) {
  opacity: 0;
  display: none !important;
}
.cus-img-sty {
  object-fit: cover;
  object-position: left;
  height: 100%;
}

.mt-100 {
  margin-top: 100px;
}

/* ---- End : Custom Tabs Section Styles------- */

/* End :  Innovative Tech Stacks */

a.cnt-btn {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}

/* Normal arrow (right side) */
a.cnt-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  width: 34px;
  height: 34px;
  background-image: url("../images/web-development-company/btn-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 2;
}

/* Rotated arrow (right side, hidden initially) */
a.cnt-btn::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-30px) rotate(-26deg);
  width: 34px;
  height: 34px;
  background-image: url("../images/web-development-company/btn-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1;
}

/* On hover: normal arrow moves out, rotated arrow moves in */
.smm-uae-btn:hover a.cnt-btn::after {
  transform: translateY(-50%) translateX(30px);
  opacity: 0;
}

.smm-uae-btn:hover a.cnt-btn::before {
  transform: translateY(-50%) translateX(-10px) rotate(-26deg);
  opacity: 1;
}

.smm-uae-btn {
  position: relative;
  display: inline-block;
  padding: 20px 17px 20px 23px;
  width: 300px;
  color: #fff;
  background: #19191a;
  border-radius: 32px;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  border: none;
  transition: color 0.2s;
}

.smm-uae-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(
    90deg,
    #ff6a00,
    #ee0979,
    #8f6ed5,
    #43cea2,
    #185a9d,
    #ff6a00
  );
  background-size: 300% 300%;
  z-index: -2;
  animation: rotate-gradient 4s linear infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@keyframes rotate-gradient {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}
.smm-uae-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 200%;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  background: radial-gradient(
    circle at var(--x, 50%) var(--y, 50%),
    rgba(180, 100, 255, 0.45) 0%,
    rgba(180, 100, 255, 0.15) 40%,
    transparent 70%
  );
  z-index: 0;
  transition: opacity 0.3s;
}

.smm-uae-btn:hover {
  color: #fff;
}

.smm-uae-btn:hover::after {
  opacity: 1;
  animation: smm-glow-move 2s ease-in-out infinite alternate;
}

@keyframes smm-glow-move {
  0% {
    transform: translate(-50%, -50%) scale(0.7);
    background-position: 40% 40%;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.1);
    background-position: 60% 60%;
  }

  100% {
    transform: translate(-50%, -50%) scale(0.5);
    background-position: 50% 50%;
  }
}

@media (max-width: 767px) {
  .custom-card-height-mob {
    height: 400px;
  }
  .fs-88 {
    font-size: 48px;
  }
  .custom-tabs li.nav-item {
    margin-bottom: 10px;
  }
  .tech-icon {
    width: 100%;
  }
  .choose-tech-section .custom-sub-tabs {
    justify-content: center;
  }
  .spb-100 {
    padding-bottom: 70px;
  }
  .sp-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .spt {
    padding-top: 70px;
  }
  .platform-main::before {
    background: linear-gradient(
      135deg,
      rgb(10 10 10 / 0%) 0%,
      rgba(0, 0, 0, 0.5) 100%
    );
  }
}

/* NEw seo page styles */

.home-banner {
  background-image: url("../images/seo-kolkatha/banner-img.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.grd-sec {
  margin:0px 5px;
  background: linear-gradient(90deg, #ac5fea 0%, #e83e8c 100%);
  border-radius: 16px;
  padding: 55px 40px;
}
.circle-hot-pink,
.line-hot-pink {
  background: linear-gradient(180deg, #e83e8c 0%, #ac5fea 100%);
}

.power-bg {
  background-image: url("../images/seo-kolkatha/contact-us-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fs-32 {
  font-size: 32px !important;
  line-height: 42px !important;
}
.cnt-btn-w {
  width: 220px;
}

/* kolkata - seo page style from Haroon : Start */
.pricing_plan_parent .value_price_wrapper {
  background: #202020;
  padding: 15px;
  border-radius: 20px;
}
.pricing_plan_parent .value_price_wrapper.businessEntrp{
  background: url(../images/seo-kolkatha/business_enterp_plan_bg.png) center center / cover no-repeat !important;
}
.pricing_plan_parent .plan_info_container {
  background: radial-gradient(
    circle at center,
    rgba(45, 45, 85, 0.85),
    rgba(15, 15, 30, 0.85)
  );
  backdrop-filter: blur(10px);
  padding: 20px 10px;
  border-radius: 15px;
}
.pricing_plan_parent .plan_info_container h4 {
  margin-bottom: 0px;
  font-size: 24px;
}
.pricing_plan_parent .price-heading {
  position: relative;
  font-size: 32px; /* adjust as needed */
  font-weight: 600;
}

.pricing_plan_parent .price-sup {
  font-size: 14px;
  position: relative;
  top: 10px; /* moves the text upward */
  margin-left: 4px; /* spacing between main text and sup */
  vertical-align: top;
}

.pricing_plan_parent .package_details {
  border-bottom: 1px solid #ffffff26;
  margin-top: 5px;
  display: flex;
  justify-content: space-around;
}
.pricing_plan_parent .package_list ul {
  color: white;
  margin: 10px 0px;
}
.pricing_plan_parent .package_list ul {
  list-style: none; /* remove default bullet */
  padding-left: 0;
}
.pricing_plan_parent .package_list ul li {
  position: relative;
  padding-left: 34px; /* space for custom icon */
  margin-bottom: 10px;
}
.pricing_plan_parent .package_list ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/seo-kolkatha/purple_tick.svg") no-repeat center;
  background-size: contain;
}
.pricing_plan_parent .bookNow_btn_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0px;
}
.pricing_plan_parent .bookNow_btn_wrapper .smm-uae-btn {
  width: auto;
}
.sherpa_analyt_bg {
  background: #202020;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.sherpa_analyt_bg .analytics_wrapper img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.sherpa_analyt_bg .analytics_wrapper h4,
.sherpa_analyt_bg .analytics_wrapper p {
  margin: 0;
  color: #fff;
}

.sherpa_analyt_bg .analyt_sherpa img {
  height: 315px;
  object-fit: contain;
}

.sherpa_analyt_bg .page_search_visibility {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 10px 40px;
  gap: 10px;
}

.sherpa_analyt_bg .page_search_visibility img {
  width: 45px;
  height: 45px;
}

.sherpa_analyt_bg .page_search_visibility h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.latestCaseStudySwiper .bookNow_btn_wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 10px 0px;
}
.latestCaseStudySwiper .bookNow_btn_wrapper .smm-uae-btn {
  width: auto;
}
.latestCaseStudySwiper .swiperBgWrapper{min-height: 530px;border-radius: 30px;padding: 20px;display: flex;align-items: flex-end;}
.latestCaseStudySwiper .swiperBgWrapper.cs1{background: url(../images/seo-kolkatha/cs1.png) center center / cover no-repeat;}
.latestCaseStudySwiper .swiperBgWrapper.cs2{background: url(../images/seo-kolkatha/cs2.png) center center / cover no-repeat;}
.latestCaseStudySwiper .swiperBgWrapper.cs3{background: url(../images/seo-kolkatha/cs3.png) center center / cover no-repeat;}
.latestCaseStudySwiper .swiperBgWrapper.cs4{background: url(../images/seo-kolkatha/cs4.png) center center / cover no-repeat;}
.teamExp .teamExpertWrapper{min-height: 500px;display: flex;align-items: flex-end;border-radius: 20px;padding: 15px;justify-content: center;}
.teamExp .teamExpertWrapper.exp1{background: url(../images/seo-kolkatha/exp1.png) center / cover no-repeat;}
.teamExp .teamExpertWrapper.exp2{background: url(../images/seo-kolkatha/exp2.png) center / cover no-repeat;}
.teamExp .teamExpertWrapper.exp3{background: url(../images/seo-kolkatha/exp3.png) center / cover no-repeat;}
.parentValuableClient{display: flex;flex-wrap: wrap;gap: 20px;justify-content: start;align-items: center;}
.otherLocationWeServe .map-bg{background: url(../images/seo-kolkatha/india_map.png) center / cover no-repeat; min-height: 400px;  filter: grayscale(100%);display: flex;justify-content: center;align-items: center;}
.content-slider .swiper-slide{display: flex !important;align-items: stretch !important;height: auto !important;}
.table-style-seo-kolkatha{border-radius: 10px;}
.table-style-seo-kolkatha tr th{color: white;background: #67676733;}
.table-style-seo-kolkatha td{color: white;background: transparent;}

@media(max-width:768px){
.latestCaseStudySwiper .swiperBgWrapper.cs1{background: url(../images/seo-kolkatha/cs1.png) right / cover no-repeat;}
.latestCaseStudySwiper .swiperBgWrapper.cs2{background: url(../images/seo-kolkatha/cs2.png) center / cover no-repeat;}
.latestCaseStudySwiper .swiperBgWrapper.cs3{background: url(../images/seo-kolkatha/cs3.png) center / cover no-repeat;}
.latestCaseStudySwiper .swiperBgWrapper.cs4{background: url(../images/seo-kolkatha/cs4.png) center / cover no-repeat;}
.parentValuableClient{display: flex;flex-wrap: wrap;gap: 20px;justify-content: center;align-items: center;}
.smm-uae-btn{width:230px;padding: 14px;}.smm-uae-btn a{font-size: 14px;}
.seo-kolkatha.mt-100{margin-top: 0px;}
}

.mblbtns {
    background: #000;
    padding: 13px 50px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.mblbtns ul{
    list-style: none !important;
    padding: 0px;
}
.grecaptcha-badge {
    bottom: 70px !important;
}
.mblbtns ul li a{
    font-size: 16px;
    color: #F0F0F0;
    line-height: 22.4px;
    font-weight: 500;
}
.mblbtns ul li a img{
    margin-right: 16px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}
.whatsapp-icon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.whatsapp-icon img:hover {
    transform: scale(1.1);
}
/* kolkata - seo page style from Haroon : End */
