:root {
  --theme-color1: #ef229a;
  --theme-color2: #f8d53b;
}

body {
  font-family: "Poppins", sans-serif !important;
  color: #222222;
  cursor: none;
}

@font-face {
  font-family: "poppins";
  src: url("../font/poppins/Poppins-Regular.ttf"),
    url("../font/poppins/Poppins-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Elephant";
  src: url("../font/elephant/Elephant-Regular.woff2") format("woff2"),
    url("../font/elephant/Elephant-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
    font-family: "Poppins";
    src: url("../font/poppins/Poppins-Black.ttf") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    } */

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.7;
  font-family: "Poppins", sans-serif;
}

.elephant-font {
  font-family: "Elephant";
}

.fw-600 {
  font-weight: 600;
}

.font-23 {
  font-size: 23px;
}

.font-20 {
  font-size: 20px;
}
.font-25 {
  font-size: 25px;
}

.font-40 {
  font-size: 40px;
}

.fw-500 {
  font-weight: 500;
}

.letter-space {
  letter-spacing: 2px;
}

.pink-dark {
  color: #aa0076;
}

.dark-bg {
  background-color: #aa0076 !important;
}

a,
a:hover {
  color: #fff;
  text-decoration: none !important;
}

.sec-pd {
  padding: 100px 0 100px 0;
}

.inner-pd {
  padding: 170px 0 50px 0;
}

.bann-pd {
  padding: 20px 0 80px 0;
}

.bann-hd {
  font-size: 5rem;
  color: #fff;
  letter-spacing: 3px;
}

.sec-hd {
  font-size: 60px;
  text-transform: capitalize;
}

.sub-heading {
  font-weight: 700;
  font-size: 32px;
  text-transform: capitalize;
}

.fontw-bold {
  font-weight: 500;
}

.main-heading {
  font-size: 4.5rem;
  color: #fff;
  letter-spacing: 2.5px;
  line-height: 85px;
  font-weight: 700;
}

.color {
  color: var(--theme-color1);
}

.color-yellow {
  color: #f8d53b;
}

.theme-btn1 {
  display: inline-block;
  background-color: var(--theme-color1);
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 19px;
  font-weight: 600;
}

.theme-btn2 {
  display: inline-block;
  background-color: var(--theme-color2);
  color: #000;
  font-size: 19px;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 5px;
}

.phone-img {
  background-color: var(--theme-color2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  padding: 10px;
  transition: all 0.3s ease;
}
.call-us:hover .phone-img {
  background-color: #b20c2b;
}
.call-us:hover .phone-img img {
  filter: brightness(0) invert(1);
}
.call-us .text-white.d-inline-block.w-100 {
  transition: all 0.2s ease-in;
}
.call-us:hover .text-white.d-inline-block.w-100 {
  color: #aa0076 !important;
  margin-left: 2px;
}
.color-pink {
  color: var(--theme-color1);
}
.color-red {
  color: #b20c2b;
}

.para-color {
  color: #646464 !important;
}

/* ==================================header================================== */
.header-above {
  background-color: #1b1c1d;
  border-bottom: 1px solid #ffffff2b;
}

.head-right ul li i {
  height: 45px;
  width: 45px;
  background-color: #ffffff2b;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.head-right ul li i:hover {
  animation-name: animation-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  background-color: var(--theme-color2);
  color: #000;
}

@keyframes animation-pop {
  50% {
    transform: scale(1.2);
  }
}

.head-contact ul li {
  font-size: 15px;
}
.head-contact ul li a {
  transition: all 0.3s ease;
}
.head-contact ul li:hover a {
  color: #aa0076 !important;
}
.head-contact ul li .color-yellow {
  transition: all 0.4s ease;
}
.head-contact ul li:hover .color-yellow {
  color: #fff !important;
}
/* .pulses:hover, 
.pulses:focus {
  animation: pulses 1s infinite;
  box-shadow: 0 0 0 2em transparent;
}

@keyframes pulses {
  0% { box-shadow: 0 0 0 0 #ef6eae; }
} */

/* ==================================header================================== */
/* ==================================NavBar================================== */
.navbar-light .navbar-nav .nav-link {
  color: #121212 !important;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  border-bottom: 2px solid transparent;
}
.navbar-light .navbar-nav .nav-link:hover {
  border-color: #aa0076;
  color: #b20c2b !important;
  margin-top: -2px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: red;
}

.navbar {
  position: absolute;
  width: 100%;
  z-index: 999;
}

/* ==================================NavBar================================== */
/* ==================================h-Banner================================== */
.h-banner {
  position: relative;
  z-index: 555;
  background-image: url(../img/banner-bg-sqwebp.webp);
  background-color: #fff;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.h-banner::before {
  /* content: ""; */
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/banner-shrink1.png);
  background-color: #fff;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -5;
  top: 0;
  left: 0;
}

.circle-1 {
  position: absolute;
  top: 45px;
  left: -75px;
}

.circle-2 {
  position: absolute;
  bottom: 20px;
  left: 60px;
}

.circle-3 {
  position: absolute;
  bottom: 90px;
  left: 10px;
}

.circle-4 {
  position: absolute;
  bottom: -50px;
  left: 853px;
  height: 22% !important;
}

.float-anim {
  transition: all 2s ease-in-out;
  animation-name: top-bottom;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 6.5s;
}

@keyframes top-bottom {
  0% {
    transform: translateY(-25px);
  }

  50% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(-25px);
  }
}

.move-ani {
  animation: zoomIn 15s infinite;
}

@keyframes zoomIn {
  0% {
    /* -webkit-transform: translateX(0); */
    transform: translateX(0) scale(1);
  }

  50% {
    /* -webkit-transform: translateX(30px); */
    transform: translateX(25px) scale(1.02);
  }

  100% {
    /* -webkit-transform: translateX(0); */
    transform: translateX(0) scale(1);
  }
}
.bann-content .typewriter {
  height: 32px;
}

/* ==================================h-Banner================================== */
/* ==================================What We Offer Section-1================================== */
.s1-left {
  position: relative;
}
.s1-left .s1-book {
  height: 340px;
  object-fit: contain;
  width: 100% !important;
}

.round-line {
  position: absolute;
  right: 0;
  width: 285px;
  top: -100px;
}

.s1-book {
  filter: drop-shadow(2px 3px 9px black);
}

.s1-right ul li i {
  font-size: 15px;
}
.s1-right ul li {
  font-size: 19px;
  font-weight: 600;
}
.s1-right ul li span {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.s1-right ul li:hover span {
  margin-left: 8px;
  color: #b20c2b;
}

/* ==================================What We Offer Section-1================================== */
/* ==================================What We Offer Tabs================================== */
.sec-1 .tab-buttons {
  display: flex;
  margin-bottom: 10px;
}

.sec-1 .tab-btns {
  padding: 15px;
  cursor: pointer;
  background: #fff;
  border: 4px solid #000;
  border-radius: 100%;
  height: 90px;
  width: 90px;
  position: absolute;
}

.sec-1 .tab-btns.active,
.sec-1 .tab-btns:hover {
  background: linear-gradient(
    0deg,
    rgba(108, 9, 67, 1) 13%,
    rgba(209, 28, 134, 1) 75%,
    rgba(224, 31, 144, 1) 100%
  );
}
.sec-1 .tab-btns img {
  transition: all 0.4s ease;
}
.sec-1 .tab-btns.active img,
.sec-1 .tab-btns:hover img {
  transform: scale(1.15);
}
.tab-contents {
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1); /* smooth easing */
}

.sec-1 .tab-contents {
  display: none;
  opacity: 0;
  transition: all 0.4s ease;
}

.sec-1 .tab-contents.active {
  display: block;
  opacity: 1;
}

button[data-tabs="tab1"] {
  top: -130px;
  right: 255px;
}

button[data-tabs="tab2"] {
  top: -70px;
  right: 50px;
}

button[data-tabs="tab3"] {
  top: 133px;
  right: -28px;
}

button[data-tabs="tab4"] {
  top: 310px;
  right: 40px;
}

button[data-tabs="tab5"] {
  top: 400px;
  right: 233px;
}

@keyframes bounceIn {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.tab-btns {
  opacity: 0;
  transform: scale(0.3);
}

.tab-btns.show {
  animation: bounceIn 0.6s ease forwards;
}

/* ==================================What We Offer Tabs================================== */
/* ==================================Portfolio-Sec================================== */
.portfolio-sec {
  background-image: url(../img/portfolio-bg.png);
  /* background-position: 100% 50%; */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  overflow: hidden;
}

.portfolio-sec .tab-content {
  display: block;
  opacity: 1;
}

/* Slider ko ulta karna */
.s2_slider2 {
  direction: ltr;
}

.portfolio-sec .slick-slide div {
  text-align: center;
}

.portfolio-sec .nav-tabs .nav-link {
  color: #ffff;
  border: none;
  border-bottom: 2px solid transparent !important;
  font-weight: 600;
  font-size: 19px;
  padding: 2px 5px !important;
}

.portfolio-sec .nav-tabs .nav-item.show .nav-link,
.portfolio-sec .nav-tabs .nav-link.active,
.portfolio-sec .nav-tabs .nav-link:hover {
  background-color: transparent;
  border-bottom: 2px solid #f8d53b !important;
  color: #f8d53b;
}
.portfolio-sec .main-slider a {
  width: 96% !important;
}

.underline-btn {
  border-bottom: 2px solid #fff;
  padding: 2px 0;
  font-size: 19px;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s ease;
}

.underline-btn:hover {
  color: var(--theme-color2);
}

.portfolio-sec .s2_slider2 {
  transform: scaleX(-1);
}
.portfolio-sec .s2_slider2 .slide-item {
  transform: scaleX(-1); /* flip back each slide so text stays normal */
}

/* ==================================Portfolio-Sec================================== */
/* ==================================Pricing-Section================================== */
.pricing-tabs .nav-link {
  border: none !important;
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 600;
  padding: 1px 0px !important;
  border-bottom: 1px solid transparent !important;
}
.pricing-tabs .nav-link.active,
.pricing-tabs .nav-link:hover {
  color: #aa0076 !important;
  border-color: #444444 !important;
}
.pricing-title {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 1.5px;
  transition: all 0.4s ease;
    font-family: "Elephant";

  color: #fff;
}
.sale-price {
  font-size: 55px;
  font-weight: 600;
  transition: all 0.4s ease;
  color: #fff;
}
.delete-price {
  line-height: 22px;
  transition: all 0.4s ease;
  color: #fff;
}
.pricing-box {
  border: 5px solid #aa0076;
  width: 100%;
  margin: auto;
  transition: all 0.7s ease;
  border-radius: 10px;
}
.pricing-head {
  position: relative;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  background-color: #aa0076;
  overflow: hidden;
  padding: 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: 555;
}
.pricing-head::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  top: -200px;
  transition: all 0.4s ease;
  z-index: -5;
  left: 0;
}
.pricing-box:hover .pricing-head::before {
  top: 0;
}
.pricing-box:hover .pricing-title,
.pricing-box:hover .sale-price,
.pricing-box:hover .delete-price {
  color: #000;
}
.pricing-box:hover {
  background-color: #aa0076;
}
.pricing-box:hover .pricing-content ul li {
  color: #fff;
}
.pricing-box:hover .pricing-content ul li::before{
 
}
.pricing-box:hover .price-view-btn {
  color: #fff !important;
  border-color: #fff !important;
}
.pricing-box:hover .theme-btn1 {
}
.pricing-box .theme-btn1{
  background-color: var(--theme-color2) !important;
  color: #000 !important;
  transition: all 0.8s ease-out;
  font-weight: 500 !important;
}
.pricing-box .theme-btn1:hover {
  color: #fff !important;
  border-color: var(--theme-color2) !important;
}

.pricing-box .theme-btn1:hover img{
  filter: brightness(100) !important;
}
.pricing-box .theme-btn1 > img {
  filter: brightness(100);
  transition: all 0.8s ease-in-out;
}
.pricing-box:hover .theme-btn1 > img {
  filter: brightness(0);
}
.pricing-content {
  padding: 40px 10px 9px 40px;
}
.pricing-content ul {
  overflow-y: scroll;
  height: 330px;
}
.pricing-content ul li {
  position: relative;
  margin: 4px;
  padding-left: 23px;
  transition: all 0.3s ease-in-out;
}
.pricing-content ul li::before {
   content: "\f058";
  position: absolute;
  font-family: fontawesome;
  height: 10px;
  width: 10px;
  left: 0;
  top: 3px;
  font-size: 13px;
}
.pricing-box  .btn-container .theme-btn1 .hvr_circle{
  background-color: #000;
}
.portfolio-sec .nav-tabs {
  gap: 20px;
}

/* width */
.pricing-content ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.pricing-content ul::-webkit-scrollbar-track {
  background: #c5c5c5;
}

/* Handle */
.pricing-content ul::-webkit-scrollbar-thumb {
  background: #f1f1f1;
}

/* Handle on hover */
.pricing-content ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.black-btn {
  background-color: #000;
  padding: 10px 20px;
  color: #fff;
  transition: all 0.6s ease-in-out;
}
.price-view-btn {
  border-color: #767676;
  padding: 1px 0px !important;
  font-weight: 500 !important;
}
/* ==================================Pricing-Section================================== */
/* ==================================Why-Choose-Section================================== */
.theme-img-bg {
  background-image: url(../img/portfolio-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 150px 0;
}
.why-choose-img img {
  position: relative;
  z-index: 999;
  max-width: 90% !important;
}

.why-choose-img img {
  opacity: 0;
  transform: scale(0.7) rotate(-10deg);
  transition: all 0.8s ease-out;
}

/* When visible on scroll */
.why-choose-img.animate img {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  animation: bounceIn 1.2s ease-out;
}

/* Extra bounce effect */
@keyframes bounceIn {
  0% {
    transform: scale(0.7) rotate(-10deg);
    opacity: 0;
  }
  60% {
    transform: scale(1.1) rotate(5deg);
    opacity: 1;
  }
  80% {
    transform: scale(0.95) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.why-choose-right ul li {
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.4s ease;
  margin-bottom: 20px;
}
.why-choose-right ul li:hover,
.why-choose-right ul li.active {
  background-color: #0000006b;
}
.why-choose-right ul li img {
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transform-origin: center;
  filter: drop-shadow(0 0 0px transparent);
}
.why-choose-right ul li:hover img {
  transform: translateY(-8px) scale(1.15) rotate(5deg);
  filter: drop-shadow(0 5px 15px rgba(255, 215, 0, 0.6));
  animation: floatIcon 1.5s ease-in-out infinite;
}
/* @keyframes bounceIcon {
  0%   { transform: scale(1) rotate(0deg); }
  30%  { transform: scale(1.3) rotate(-10deg); }
  50%  { transform: scale(1.1) rotate(-5deg); }
  70%  { transform: scale(1.2) rotate(0deg); }
  100% { transform: scale(1.2) rotate(-5deg); }
} */

@keyframes floatIcon {
  0% {
    transform: translateY(-10px) scale(1.15) rotate(5deg);
  }
  50% {
    transform: translateY(-20px) scale(1.1) rotate(-5deg);
  }
  100% {
    transform: translateY(-10px) scale(1.15) rotate(5deg);
  }
}

.design-type-sec {
  overflow: hidden;
}
.design-type-sec .slider {
  width: 100%;
  overflow: hidden;
}
.design-type-sec .slider .slide-item {
  display: inline-block;
  min-width: 220px; /* required for ticker feel */
  padding: 15px;
  margin: 6px;
  background: #eabfdd;
  border-radius: 8px;
  text-align: center;
  width: 95% !important;
  transition: all 0.3s ease;
}
.design-type-sec .slider .slide-item:hover {
  background-color: #aa0076;
}
.design-type-sec .slider .slide-item:hover a {
  color: #fff !important;
}
/* .design-type-sec .slider .slide-item img{
  transition: all 0.3s ease;
}
.design-type-sec .slider .slide-item:hover img{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} */

/* === RIGHTâ†’LEFT trick: flip container and flip slides back ===
       This reverses the visual direction without using slick's rtl option. */
.design-type-sec .design-slider-right {
  transform: scaleX(-1);
}
.design-type-sec .design-slider-right .slide-item {
  transform: scaleX(-1); /* flip back each slide so text stays normal */
}

/* small responsive tweak */
@media (max-width: 700px) {
  .design-type-sec .slider .slide-item {
    min-width: 160px;
    padding: 14px 18px;
  }
  .row {
    flex-direction: column;
    gap: 14px;
  }
}
.design-title a {
  color: #000;
  transition: all 0.4s ease;
}
/* ==================================Why-Choose-Section================================== */

/* ========================ModalCSS====================== */

.modal-dialog {
  max-width: 600px;
  margin: 14.75rem auto;
}

.modal-header .btn-close {
  margin-left: auto !important;
}

.modal-header {
  border: none !important;
}

.modal-body input {
  width: 100%;
  padding: 10px;
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}

.modal-content {
  background-color: #000f1d;
  padding: 20px 0;
}

.modal-title {
  color: #ffff00;
}

.modal-title > img {
  height: 85px;
  transition: all 0.5s ease-in-out;
  animation-name: transf;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}

@keyframes transf {
  0% {
    transform: scale(1.05);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.05);
  }
}

.modal-content label {
  color: #ffff00;
}

.modal-footer .theme-btn1 {
  width: 100%;
  border: unset;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
}

.modal-footer {
  padding-top: 0px !important;
}

/* =============================Footer============================ */

footer {
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 120px 0 12px 0;
  overflow: hidden;
}
.footer-heading h2 {
  font-size: 90px;
  letter-spacing: 2.1px;
}
.footer-heading {
  position: relative;
  margin-bottom: 80px;
}
.footer-heading .label-hd {
  background-color: #dbb437;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  position: absolute;
  bottom: 0px;
  font-weight: 500;
  font-size: 17px;
  right: 480px;
  rotate: -6deg;
}
.theme-white-btn {
  background-color: #fff;
  color: #b20c2b;
  padding: 13px 20px;
  border-radius: 7px;
  font-size: 19px;
  font-weight: 500;
  transition: all 0.5s ease;
  display: inline-block;
}
.theme-white-btn:hover {
  background-color: var(--theme-color2);
  color: #000;
}
.theme-white-btn > img {
  transition: all 0.5s ease;
}
.theme-white-btn:hover > img {
  filter: brightness(0);
}
.foot-box p {
  color: #ffff;
}

.foot-box ul li {
  font-size: 17px;
  font-weight: 500;
}

.foot-box ul li span i {
  color: var(--theme-color2);
  font-size: 13px;
}
button.theme-white-btn {
  font-size: 16px;
}
.foot-list {
  gap: 50px;
}

.footer-search input {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #35424f;
  border: none;
  color: #fff;
  padding: 10px 15px;
}

.footer-search input:focus {
  background-color: #35424f;
  box-shadow: none;
  color: #fff;
}

.footer-search i {
  background-color: #35424f;
  padding: 11px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -2px;
}

.foot-list ul li a {
  transition: all 0.3s ease-in-out;
}

.foot-list ul li a:hover {
  color: var(--theme-color2) !important;
}

.foot-list ul li:hover i {
  color: #fff;
}

.foot-line {
  height: 2px;
  width: 40%;
  margin: 20px 0;
  background-color: #ffffff2b;
}

.foot-box .social-icon {
  display: inline-flex;
  gap: 10px;
  margin-top: 20px;
}

.foot-box .social-icon a i {
  background-color: #1b1c1d;
  height: 35px;
  width: 35px;
}

.foot-box .social-icon a i:hover {
  background-color: var(--theme-color2);
  color: #000;
}
.footer-form .form-control {
  background-color: #333333;
  border: none;
  color: #fff;
}
.footer-form .form-control::placeholder {
  color: #fff;
}
.footer-form .form-control:focus-visible {
  background-color: #333333;
  box-shadow: none;
  color: #fff;
}
.connect-icon {
  background: url(../img/message-icon.png) no-repeat center center/contain;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
}
.connect-detail a:hover {
  color: var(--theme-color2) !important;
}
/* =====================================FAQs-section1===================================== */
.accordion-button {
  position: relative;
  padding: 0px 20px 0px 0px;
  box-shadow: none !important;
  color: #001376;
  font-size: 18px;
  font-weight: 700;
}

.accordion-button::after {
  content: none !important;
}

.btn-acrd {
  display: inline-block;
  position: absolute;
}

.accordion-item {
  margin-bottom: 15px;
  border: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #000;
  color: #fff;
  box-shadow: none;
}

.accordion-button::before {
  content: "\f068" !important;
  font: var(--fa-font-solid) !important;
  background-color: var(--theme-color2);
  height: 75px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 900 !important;
  margin-right: 20px;
}

.accordion-button.collapsed::before {
  content: "\2b" !important;
  font: var(--fa-font-solid) !important;
}

/* contact-us */
.contact-map iframe {
  width: 100%;
}

/* ===============================login===================== */
.login-form-sec {
  max-width: 550px;
  padding: 30px;
  margin: auto;
  background-color: var(--theme-color2);
}

.forget-form {
  background-color: var(--theme-color2);
  padding: 30px;
}

.login-form-sec .theme-btn1:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.login-form ul input {
  border: 1px solid var(--theme-color2);
  padding: 10px;
  font-size: 17px;
  font-weight: 500;
}

.login-form ul input:focus-visible {
  outline: none;
}

.register {
  font-size: 17px;
  font-weight: 500;
  border-bottom: 2px solid var(--theme-color2);
  padding-bottom: 5px;
}

.forget-form label {
  font-weight: 600;
  font-size: 18px;
}

.forget-form input {
  width: 50%;
  padding: 10px;
  border: 2px solid #000;
  margin: 10px 0 25px 0;
}

.register-heading h2 {
  font-size: 50px;
  font-weight: 500;
}
.hvr-effect {
  position: relative;
  overflow: hidden;
  z-index: 5;
  transition: all 0.6s ease-in-out !important;
  border: 2px solid transparent;
}

.hvr-effect .hvr_circle:nth-child(2),
.hvr-effect .hvr_circle:nth-child(2) {
  --n: 1;
}
.hvr-effect .hvr_circle:nth-child(3),
.hvr-effect .hvr_circle:nth-child(3) {
  --n: 2;
}
.hvr-effect .hvr_circle:nth-child(4),
.hvr-effect .hvr_circle:nth-child(4) {
  --n: 3;
}
.hvr-effect .hvr_circle:nth-child(5),
.hvr-effect .hvr_circle:nth-child(5) {
  --n: 4;
}
.hvr-effect .hvr_circle {
  position: absolute;
  width: 25%;
  height: 100%;
  background-color: #fff;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: all 0.5s ease-in;
  transition-delay: calc((var(--n) - 1) * 0.3s);
  z-index: -1;
  display: inline-block;
}
.hvr-effect:hover .hvr_circle,
.hvr-effect:hover .hvr_circle {
  transform: translateY(0) scale(2) !important;
  transition: all 0.5s ease-in !important;
}

.hvr-effect:hover {
  color: #aa0076 !important;
  border: 2px solid var(--theme-color1);
}

/* .scroll-heading {
  transform: translateX(120%);
  opacity: 0;
  transition: transform 0.2s ease-out, opacity 0.3s ease-out;
  white-space: nowrap;
  position: relative;
} */

.gallery-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.gallery-item img {
  transition: transform 0.5s ease;
  display: block;
}

.gallery-item:hover img {
  transform: scale(1.1); /* zoom hover effect */
}

.gallery-item .overlay {
  position: absolute;
  inset: 0; /* top:0, left:0, width:100%, height:100% */
  background: rgb(0 0 0 / 37%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.4s ease;
}

.gallery-item .overlay i {
  font-size: 35px;
  color: #fff;
  transform: scale(0);
  transition: transform 0.4s ease 0.1s;
}

.gallery-item:hover .overlay {
  opacity: 1;
  transform: scale(1);
}

.gallery-item:hover .overlay i {
  transform: scale(1);
}
.man-shape {
  position: relative;
  height: 640px;
  width: 97%;
  margin: auto;
  /* overflow: hidden; */
  display: flex;
  align-items: end;
  justify-content: center;
  z-index: 55;
}
.yellow-shape {
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #feb439;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  padding: 30px 30px 0 30px;
  z-index: 5;
  /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
}
.man-shape::before {
  /* content: ""; */
  position: absolute;
  height: 93%;
  width: 100%;
  background-color: #000;
  top: 45px;
  right: -15px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}
.what-offer-sec {
  overflow: hidden;
}

/* Brush Styles */
.brush-scroll {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 85px;
  height: 200px;
  cursor: pointer;
  z-index: 10000;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.3));
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.brush-scroll:hover {
  transform: translateY(-10px) scale(1.05);
}

.scroll-text {
  position: fixed;
  right: 35px;
  bottom: 190px;
  color: #2c3e50;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.7);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  z-index: 10001;
  font-size: 14px;
  opacity: 0.9;
  letter-spacing: 1px;
  font-family: "Brush Script MT", cursive;
}

.progress-text {
  position: fixed;
  right: 70px;
  bottom: 160px;
  color: #2c3e50;
  font-weight: bold;
  font-size: 16px;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.7);
  z-index: 10001;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
  border-radius: 20px;
}

.paint-drip {
  position: fixed;
  right: 70px;
  bottom: 54px;
  width: 20px;
  height: 10px;
  background: linear-gradient(to bottom, #ff5f6d, #ffc371);
  border-radius: 50%;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.brush-scroll:hover ~ .paint-drip {
  opacity: 1;
  animation: drip 1.2s infinite;
}

@keyframes drip {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(50px) scale(0.8);
    opacity: 0;
  }
}

/* Custom Cursor Styles */
.cursor-dot {
  width: 8px;
  height: 8px;
  background: #ff5f6d;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.cursor-outline {
  width: 40px;
  height: 40px;
  border: 2px solid #ffc371;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.cursor-dot.click {
  transform: translate(-50%, -50%) scale(0.8);
}

.cursor-outline.click {
  transform: translate(-50%, -50%) scale(1.2);
}

.cursor-dot.hover {
  transform: translate(-50%, -50%) scale(1.5);
}

.cursor-outline.hover {
  transform: translate(-50%, -50%) scale(1.8);
  border-width: 1px;
}

.cursor-dot.hidden {
  opacity: 0;
}

.cursor-outline.hidden {
  opacity: 0;
}

/* White cursor variant for dark backgrounds */
.cursor-dot.white {
  background: white;
}

.cursor-outline.white {
  border-color: white;
}

.sec-5 .slide-item {
  position: relative;
}
.sec-5 .slide-item .s4_overlay1 {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
  opacity: 1;
  z-index: 5;
  transition: all 500ms linear;
}
.sec-5 .slide-item .s4_overlay2 {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 5;
  opacity: 1;
  transition: all 600ms linear;
}
.sec-5 .slide-item:hover .s4_overlay1 {
  left: 0;
  right: 0;
  opacity: 0;
}
.sec-5 .slide-item:hover .s4_overlay2 {
  top: 0;
  bottom: 0;
  opacity: 0;
}
