.header-1 {
  background: #fff;
  padding-block: 10px;
}
.navbar-brand {
  max-width: 160px;
}
header img {
  max-width: 100%;
}
.header-1 .user-info {
  display: flex;
  align-items: center;
  gap: 60px;
}
.header-1 .user-info a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: currentColor !important;
}
.header-1 .user-info a .icon {
  color: var(--abs-global-color);
  font-size: 30px;
}
.header-1 .user-content {
  color: currentColor !important;
}
.header-1 .user-content p {
  color: #888;
  margin-bottom: 0px;
}

/* Jainish */
.about-design-1 .therapy-text h6 {
  font-size: 0.85rem;
  letter-spacing: 1px;
  color: #7b7b7b;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.about-design-1 .therapy-text h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.about-design-1 .therapy-text h1 em {
  font-style: italic;
}

.about-design-1 .cs_gap_y_40 {
  gap: 40px 0px;
}

.about-design-1 .about-design-1_thumb {
  height: 600px;
  margin-left: calc(100% - 50vw);
  position: relative;
  width: 50vw;
  border-radius: 0px 25px 25px 0px;
  overflow: hidden;
}

.about-design-1 .cs_bg_filed {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% center;
}

.about-design-1 .about-design-1_thumb::before {
  content: "";
  height: 100%;
  left: -80%;
  position: absolute;
  top: 0px;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 1;
  background: linear-gradient(
    90deg,
    transparent 0px,
    rgba(255, 255, 255, 0.15)
  );
}

@media (max-width: 991px) {
  .about-design-1 .cs_bg_filed {
    border-radius: 15px;
    height: 400px;
    margin-left: 0;
    width: 100%;
  }
}

/* 2 */
.about-design-2 .wpo-about-img {
  position: relative;
}

.about-design-2 .wpo-about-img:before {
  position: absolute;
  left: 3%;
  top: 3%;
  width: 94%;
  height: 94%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.about-design-2 .wpo-about-text {
  padding-left: 80px;
}

@media (max-width: 1400px) {
  .about-design-2 .wpo-about-text {
    padding-left: 40px;
  }
}

@media (max-width: 1200px) {
  .about-design-2 .wpo-about-text {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .about-design-2 .wpo-about-text {
    padding-left: 0px;
    padding-top: 30px;
  }
}

.about-design-2 .wpo-about-text .wpo-about-title span {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  padding-left: 80px;
  position: relative;
}

.about-design-2 .wpo-about-text .wpo-about-title span:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  content: "";
  background: #fff;
}

.about-design-2 .wpo-about-text .wpo-about-title h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 65px;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .about-design-2 .wpo-about-text .wpo-about-title h2 {
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 20px;
  }
}

@media (max-width: 450px) {
  .about-design-2 .wpo-about-text .wpo-about-title h2 {
    font-size: 25px;
    line-height: 40px;
  }
}

.about-design-2 .wpo-about-text h5 {
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  color: #4d4c60;
  font-weight: 400;
  margin-bottom: 30px;
}

/* Video  */

.video-bg-1 .content {
  position: relative;
  z-index: 2;
  padding: 5% 8%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.video-bg-1 .section-indicator {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
}

.video-bg-1 .vertical-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: var(--abs-white-color);
  margin-right: 1rem;
}

.video-bg-1 .divider {
  width: 1px;
  height: 2rem;
  background-color: var(--abs-white-color);
  margin: 0.5rem 0;
}

.video-bg-1 .section-number {
  font-size: 8rem;
  font-weight: 300;
  line-height: 0.8;
  color: var(--abs-white-color);
}

.video-bg-1 .main-content {
  max-width: 500px;
  margin-top: 2rem;
}

.video-bg-1 .title {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
  color: var(--abs-global-color);
}

.video-bg-1 .subtitle {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--abs-white-color);
}

.video-bg-1 .underline {
  width: 180px;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--abs-global-color),
    var(--abs-global-color),
    transparent
  );
  margin-top: 0.5rem;
}

.video-bg-1 .description {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  max-width: 450px;
}

.video-bg-1 .image-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://wallpapercave.com/wp/ibG1tbs.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0.9;
}

.video-bg-1 .image-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Add a gradient overlay to enhance text readability */
.video-bg-1 .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.2) 100%
  );
}

/* Responsive styles */
@media (max-width: 768px) {
  .video-bg-1 .section-number {
    font-size: 5rem;
  }

  .video-bg-1 .title {
    font-size: 2.5rem;
  }

  .video-bg-1 .main-content {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .video-bg-1 .content {
    padding: 5% 5%;
  }

  .video-bg-1 .section-number {
    font-size: 4rem;
  }

  .video-bg-1 .title {
    font-size: 2rem;
  }
}

/* 4 */

.destinations-style2__inner {
  position: relative;
  display: block;
  background-color: #eaf5fc;
  padding: 120px 0px 90px;
}

.destinations-style2__inner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0px;
  overflow: hidden;
  width: calc((100% - 37%) / 2);
  background-color: var(--abs-white-color);
}

.single-destinations-style2-img {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.single-destinations-style2-img .img {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-destinations-style2-img .img img {
  width: 100%;
  transform: scale(1);
}

.single-destinations-style2-img .img .overlay {
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 0;
  text-align: center;
  z-index: 5;
}

.single-destinations-style2-img .img .overlay .title {
  position: relative;
  display: block;
  min-height: 80px;
}

.single-destinations-style2-img .img .overlay .title h2 {
  color: rgb(255, 255, 255, 0.2);
  font-size: 80px;
  line-height: 1em;
  text-transform: uppercase;
}

.single-destinations-style2-img .img .overlay .title p {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--abs-white-color);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.destinations-style2__content {
  position: relative;
  display: block;
  margin-left: 40px;
  padding-top: 75px;
}

@media (max-width: 1200px) {
  .destinations-style2__inner::before {
    position: relative;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .destinations-style2__content {
    margin-left: 0;
    padding-top: 0px;
  }
}

/* 5 */
.about-section {
  position: relative;
}

.about-content .main-title h2 .color-one {
  background: linear-gradient(
    90deg,
    #dd933e 50.1%,
    #dd933e 50.1%,
    #d82e5a 138.04%
  );
}

.about-content .main-title h2 .color-two {
  background: linear-gradient(
    90deg,
    #4bb6ef 16.75%,
    #dd933e 50.1%,
    #dd933e 50.1%,
    #d82e5a 138.04%
  );
}

.gradient-color:before,
.gradient-color {
  background: linear-gradient(
    90deg,
    #4bb6ef -8.7%,
    #dd933e 31.66%,
    #dd933e 31.66%,
    #d82e5a 138.04%
  );
  color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.about-content .main-title {
  margin-bottom: 24px;
}

.about-content .about-text {
  max-width: 640px;
  margin-bottom: 40px;
}

.border-btn:before {
  position: absolute;
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  border-radius: 50px;
  z-index: -1;
}

.about-image {
  position: relative;
  display: flex;
  align-items: center;
}

.about-image .image {
  position: relative;
  display: inline-block;
  margin-right: -80px;
  border-radius: 240px;
}

.about-image .image:last-child {
  margin-right: 0;
}

.about-image .image img {
  position: relative;
  width: 100%;
  border-radius: 240px;
  border: 5px solid var(--abs-white-color);
}

.about-image .image-1 {
  z-index: 2;
}

.about-image .image-2 {
  z-index: 1;
}

.about-image-box {
  position: relative;
}

.about-image-box .rotate-text-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 162px;
  height: 162px;
  line-height: 162px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--abs-white-color);
  z-index: 3;
  background: var(--abs-white-color);
}

.about-image-box .rotate-text-box .shape-1 {
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}

.about-image-box .rotate-text-box h2 {
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  z-index: 3;
}

.about-image-box .rotate-text-box .shape-2 {
  position: absolute;
  left: 13px;
  bottom: 13px;
  width: 127px;
  height: 64px;
  background-repeat: no-repeat;
}

.about-image-box .rotate-text-box .curved-text {
  position: absolute;
  left: 8px;
  top: 7px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .about-content {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* 6 */

.portfolio-section-four {
  position: relative;
}

.portfolio-section-four .outer-box {
  position: relative;
  display: block;
  max-width: 1710px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.portfolio-section-four .title-box {
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.portfolio-section-four .title-box h2 {
  font-size: 52px;
  line-height: 60px;
  margin-bottom: 20px;
}

.portfolio-block-four {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  padding-top: 33px;
  padding-bottom: 42px;
  transition: all 0.5s ease;
}
.portfolio-block-four .image-content img{
    max-width: 250px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 50% 50% 0 0;
    height: 300px;
    object-fit: contain;
}

.portfolio-block-four:hover {
  background-color: #ffffff05;
  padding-left: 60px;
  padding-right: 60px;
}

.portfolio-block-four:first-child {
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.portfolio-block-four h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 24px;
}

.portfolio-block-four h3 a {
  display: inline-block;
  /* color: #fff; */
}

.portfolio-block-four h3 a:hover {
  color: var(--abs-global-color);
}

.portfolio-block-four .category-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.portfolio-block-four .category-list li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  /* color: #fff; */
  padding: 6px 15px;
  border-radius: 30px;
  border: 1px solid rgb(0 0 0 / 10%);
}

.portfolio-block-four .category-list li a:hover {
  color: var(--abs-global-color);
  border-color: var(--abs-global-color);
}

.portfolio-block-four .link-box a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgb(0 0 0 / 10%);
  background: var(--abs-blackish-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-block-four .link-box a:hover {
  border-color: var(--abs-global-color);
  background-color: var(--abs-global-color);
}

.portfolio-block-four .image-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 210px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.portfolio-block-four:hover .image-content {
  right: 230px;
  opacity: 1;
  visibility: visible;
}

.portfolio-block-four .image-content .image {
  position: relative;
  display: block;
}

.portfolio-block-four .image-content .image:before {
  position: absolute;
  content: "";
  background-color: #8d7c7c0a;
  width: 202px;
  height: 202px;
  border-radius: 50%;
  top: -50px;
  right: -80px;
  z-index: -1;
}

.portfolio-section-four .pattern-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.portfolio-section-four .lower-link-box {
  margin-top: 60px;
}

.portfolio-section-four .lower-link-box a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  width: 200px;
  height: 73px;
  line-height: 73px;
  text-align: center;
}

.portfolio-section-four .lower-link-box a:before {
  position: absolute;
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAABJCAYAAAB4tGnjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAb3SURBVHgB7Z2Ncds4EIVX10CcCsRUkFwFYQdxB/FV4OsgTgVRKnCuAicVSK7AcgWiKpBcAQ4rvjVXMGXLtmjx530zOwB/PBYBPOwCoKCRkEYJIZzE5ASHGfL+WHD8zuVPavKeXeefokiO17D0+hLpKtqdO6/pejQarWUgjIQ8C9fgM5g27PfRxrjFzotLjQLpOjFlWXOfyMNGnB7vQ1ZzzovMnkEZJ3/jn1eSz1jgsyyR2rkiiqiQHkCBOND4M6l6ek3HyTlrVIVL1bSnXdecV3rT68YyymS7LDQ/lu0yszKaS1kmt9EWSOddKovBCQQV/EnKSv0gDwWgFM6WUvWUm7QvvWNToKPRMrb0o8trqmWp4mm9cHopENfLacWYCD5JFSYUUlWSCWDT27HxN4sTj9bN31LWTY7Lc9gs2m2si7kcmU4LxIVEn6UUgha676UKeSiCYkiDzK4Q61LrzewzUq2nGez6GILpjECSnkfTXLY9wkwqMczpCbqNq+9cSsFoWkhZz39i/f6WN6C1AkGYlEtVOBkuzZ1dCz3CIIBg8minUrYJPVaR/BfrfyZ9RwUR7TzaZbRVKFngWM9/QiERou0lj/YLbcTaSSZ9QRt7tLNEEDfRJtFOKQayL2hHU7QhTXPpIs5LTJ2HmKA3oCDIq0D7+uXa1ldpO2j83/CBVxDHOQVBmqL1QkH4lIrijKIgb0kilOlRxygQxWkSC9JTkKMDodygXf540zbpvMUKdhHKRR9CWgWimAUslybZIQx6C9Jq4E0syvkmhyYRRvsGQITsATp0GwocpmPHmMI8xr9CSIfBmNlCrkxeSuKWGEqR3oC2/XKROK8x5eCb9BEnkpu9O3+MNS7hNRhOkV7jRHK57803+AN6DTII0O4fH1+/OiYjpMOoOCCSk7qLJxQHGToYb1/UXfhBcZChE8oXbLe9CJbhAxf+CNnoQQVyZgf7j+AJGQCh/J7S5V84Nq/xXQghiu55kG9yfKeKkG1sHGLvowQOzAmpgECChli6jcof7iNFyENUILoR20wIIR6d4p2rQDIpBySEkIo82lIFwlfXCXnIF9HICgsiX4QQsiGUu3huJq7Ug+i+th+EEGLo27yzzcRVKPcN4go6IXL/Vkn1ylXti1mEDBQ4jEV6clH7ei8hAwJfL3+4aI43eVdcTSdDxX2b8GLXDdNnfWmdkJ7gvih4s9dNFAkZEm7/heypG/32J5kQ0nNC9QNO2b5/YJvEqVByIaSnOHE8f+eeUO1devgNfgk5IqHa820RXrOtVdjeu5RfqCKdJ2zv+ZbJawnbv9JzybEJ6Sp4x6qZMTaFQrpMqPaYnkiT1AglF0JaCsYbP8Jb/2QHhDKBy5pyjELaBt4zbCakeuYHOXNTwwy/yFFxXiM0HlI9Bxd+3XsVrsqTt8TNvN60OvyHV7lC7Kde5VQIaQiEU9Pw2AuHbQRe5czNPVMs5GAkk0ZXnQ7v8TDnEMsKD/S10w9FjkLY/rXlaavDqZeQiCXgIS9696DkoPReGHW4MOwKYjHvogLiT8ARv6wwHGHsAgOuifMuVijn9DDDwg2+Q2uEgd68FQt/cKmniWCssCYYw9DL9AjU+ZkTxtWxhDHadSGUv66Tazbaz9Fo1IrtSUO5rqKC0D2Fcym3TjWB6Gcsot0i3Rg35u4G6Oh0E0N7JeRntEmsv7UcidFTN2CG6SLa52i6Ktm6neAT0XxAmsGMAqaFvURq5+z6+piVMURQdxqt6NR/LuVG6t9jPcykBTwpEAMPog+hD6P5X9Gu2+JZdoFeST9vBhvjuM6MdWLqhf4RchCStqT1o23oWo7sLerYWyAeeJVcygfU/CzaHym3a+x8D4wK3BIMPcvrqBGFoiHUrC3eohGSKdoV1zOI4da6bLC9wMRKLh3hRR7kMfDw2lPomEV7ipmUg2ZN5xww9xfnJWywnUlZ7xo+/W57OF7HwQXiQSimhaWF9hH5QsqYcyalcOYMX7pJIgjrELUuf0slik7XbaMCSXGCyaWaplVsenYmFE0rSWYKrQ4zqQShddi737p8U4HUgZCsbk2jkLLQb5EWXXTRXaRGDGaKzThtooC+h8xHF0jKjjUNm6pV/GKg5rUHo8d5ASjrTCoBjJFmuKUQjB1loJ69dQLZxQ7h2DllIxSkWpkrpLaOMUgBORGomQCs3DLcVkhZdkuk5rEH3+l0RiCP4RYDTTy2GOg9j2IC6sVqOsZ0JgBLx7K9MGrPX0jViajdCYXwJL0QyFOgIalpY9EG5EXkG5jnfhUdx5YukaqHukvuraNIju1/pmQu/y7ae+TH7vqulf/CfVYTv+U5tf4KBiGQfXHhiDU+zVtjPUHezktNvu74MeqEVdRcWybXCsuz8TfL/4IyQge3N7UFAAAAAElFTkSuQmCC);
  width: 200px;
  height: 73px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.portfolio-section-four .lower-link-box a:hover {
  color: var(--abs-global-color);
}

@media only screen and (max-width: 1200px) {
  .portfolio-block-four .image-content {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-block-four:hover {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 599px) {
  .portfolio-block-four {
    display: block;
  }

  .portfolio-block-four .category-list {
    display: block;
  }

  .portfolio-block-four .category-list li {
    display: inline-block;
    margin-bottom: 10px;
  }

  .portfolio-block-four .link-box a {
    margin-top: 20px;
  }
}
/* Jainish end */

.lp-hero_section {
  padding-block: 150px;
  background: url(../img/landing-page/hero-bg-1.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.lphs-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lphs-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3e187a;
  background: linear-gradient(0deg, #221981 0%, #6d2194 100%);
  opacity: 0.95;
}
.lphs_content {
  position: relative;
  color: #fff;
  max-width: 700px;
  /* margin: 0 auto; */
}
.lphs_subheading {
  color: #fff;
  background: var(--abs-global-color);
  padding: 5px 15px;
  border-radius: 50px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
}

.ribbon {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.ribbon {
  --r: 0.8em; /* control the cutout */

  border-block: 0.5em solid #0000;
  padding-inline: 0.5em calc(var(--r) + 0.25em);
  line-height: 1.8;
  clip-path: polygon(
    100% 0,
    0 0,
    0 100%,
    100% 100%,
    100% calc(100% - 0.25em),
    calc(100% - var(--r)) 50%,
    100% 0.25em
  );
  background: radial-gradient(0.2em 50% at left, #000a, #0000) border-box,
    #ff6b6b padding-box; /* the color  */
  width: fit-content;
}

.ribbon_2 {
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
}
.ribbon_2 {
  --s: 1.8em;
  --d: 0.8em;
  --c: 0.8em;

  padding: var(--d) calc(var(--s) + 0.8em) 0;
  line-height: 1.8;
  background: conic-gradient(
        from 45deg at left var(--s) top var(--d),
        #0008 12.5%,
        #0000 0 37.5%,
        #0004 0
      )
      0 /50% 100% no-repeat,
    conic-gradient(
        from -45deg at right var(--s) top var(--d),
        #0004 62.5%,
        #0000 0 87.5%,
        #0008 0
      )
      100%/50% 100% no-repeat;
  clip-path: polygon(
    0 0,
    calc(var(--s) + var(--d)) 0,
    calc(var(--s) + var(--d)) var(--d),
    calc(100% - var(--s) - var(--d)) var(--d),
    calc(100% - var(--s) - var(--d)) 0,
    100% 0,
    calc(100% - var(--c)) calc(50% - var(--d) / 2),
    100% calc(100% - var(--d)),
    calc(100% - var(--s)) calc(100% - var(--d)),
    calc(100% - var(--s)) 100%,
    var(--s) 100%,
    var(--s) calc(100% - var(--d)),
    0 calc(100% - var(--d)),
    var(--c) calc(50% - var(--d) / 2)
  );
  background-color: var(--abs-global-color);
  width: fit-content;
}

.ribbon_3 {
  font-size: 16px;
  color: #fff;
}
.ribbon_3 {
  --r: 0.8em;

  padding-inline: calc(var(--r) + 0.3em);
  line-height: 1.8;
  clip-path: polygon(
    0 0,
    100% 0,
    calc(100% - var(--r)) 50%,
    100% 100%,
    0 100%,
    var(--r) 50%
  );
  background: #dfba69;
  width: fit-content;
}

.lphs_heading {
  margin-block: 30px;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.lhhs-btn {
  padding: 10px 30px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 8px;
  background: #fcf300;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.lhhs-btn:hover {
  background: #f4a935;
  color: #000;
}
/* .lhhs-btn:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #ffffff;
  border-radius: 50px;
  background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
} */
.lhhs-btn span {
  position: relative;
}

.lphs-img {
  max-width: 400px;
  aspect-ratio: 1/1.2;
  overflow: hidden;
  position: relative;
  border-radius: 400px 400px 0 0;
}
.lphs-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text {
  font-weight: 300;
  letter-spacing: 6.9px;
  text-transform: uppercase;
  /* font-family: 'Kanit'; */
  font-size: 14px;
  fill: #fff;
  /* text-shadow: 2px 0px #ccc; */
}
#rotatingText {
  animation-name: rotate-circle;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}

.realistic-marker-highlight {
  position: relative;
  z-index: 2;
}

.realistic-marker-highlight:before {
  content: "";
  background-color: #ff6db7;
  width: 110%;
  height: 1em;
  position: absolute;
  z-index: -1;
  filter: url(#marker-shape);
  left: -0.15em;
  top: 0.1em;
  padding: 0 0.25em;
  /* z-index: 1; */
}

.sketch-highlight {
  position: relative;
}

.sketch-highlight:before,
.sketch-highlight:after {
  content: "";
  z-index: -1;
  left: -0.2em;
  top: 0em;
  border-width: 2px;
  border-style: solid;
  position: absolute;
  width: 110%;
  height: 1em;
  border-radius: 0.25em;
}
.sketch-highlight:before {
  border-color: #fcf300;
  border-right-color: transparent;
  transform: rotate(2deg);
  opacity: 0.5;
}

.sketch-highlight:after {
  border-color: #fcf300;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotate(-1deg);
  opacity: 0.5;
}

.lp-hero_section_2 {
  padding-block: 150px;
  background: url(../img/landing-page/hero-bg-1.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
.lp-hero_section_2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--abs-theme-color-rgb), 0.95);
}
.swiper-button-prev,
.swiper-button-next {
  background: var(--abs-blackish-color);
  color: #fff;
}
.swiper-button-prev {
  left: 15px;
  right: auto;
}
.swiper-button-next {
  right: 15px;
}
.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #3e187a; */
  /* background: linear-gradient(0deg, #221981 0%, #6d2194 100%); */
  /* background: linear-gradient(90deg, #2a7b9b, #57c785 50%, #eddd53); */
  background-color: #abe9cd;
  background-image: linear-gradient(315deg, #abe9cd 0%, #3eadcf 74%);

  opacity: 0.7;
}
.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-content .highlight {
  padding: 5px 15px 10px;
  display: inline-block;
  background: var(--abs-blackish-color);
  color: #fff;
}
.text-white,
.slide_description {
  color: #fff !important;
}
.archivo-heading {
  font-family: var(--abs-heading-typography-font-family);
}
.oswald {
  font-family: var(--oswald-font);
}
.slide-heading {
  font-size: 60px;
  line-height: 1.1;
  color: var(--abs-blackish-color);
}
.color-highlight {
  color: #4bb6ef;
}
.slide-content p {
  color: #444;
}

.heading {
  font-size: 40px;
  margin-bottom: 30px;
}

/* Listing start */
.list-section-1 {
  padding-block: 100px;
}
.list-box-1 {
  height: 100%;
  display: flex;
  gap: 24px;
  padding: 30px;
  border-right: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

@media (min-width: 991px) {
  .list-section-1 .col-lg-4:nth-child(3n) .list-box-1,
  .list-section-1 .col-lg-4:nth-child(6n) .list-box-1 {
    border-right: none;
  }
  .list-section-1 .col-lg-4:nth-child(4n) .list-box-1,
  .list-section-1 .col-lg-4:nth-child(5n) .list-box-1,
  .list-section-1 .col-lg-4:nth-child(6n) .list-box-1 {
    border-bottom: none;
  }

}
@media (min-width: 768px) and (max-width: 990px) {
  .list-section-1 .col-lg-4:nth-child(2n) .list-box-1,
  .list-section-1 .col-lg-4:nth-child(4n) .list-box-1,
  .list-section-1 .col-lg-4:nth-child(6n) .list-box-1 {
    border-right: none;
  }
  .list-section-1 .col-lg-4:nth-child(5n) .list-box-1,
  .list-section-1 .col-lg-4:nth-child(6n) .list-box-1 {
    border-bottom: none;
  }
}

@media (max-width: 768px){
  .list-box-1 {
  display: grid;
}
  .list-section-1 .col-lg-4:nth-child(2n) .list-box-1,
  .list-section-1 .col-lg-4:nth-child(4n) .list-box-1,
  .list-section-1 .col-lg-4:nth-child(6n) .list-box-1 {
    border-right: none;
  }
}
@media (max-width: 576px){
  .list-box-1 {
  padding: 0;
}
.list-section-1 .col-lg-4:nth-child(1n) .list-box-1,
  .list-section-1 .col-lg-4:nth-child(3n) .list-box-1,
  .list-section-1 .col-lg-4:nth-child(5n) .list-box-1{
  border-right: none;
}
}

.list-img {
  --size: 7rem;
  width: var(--size);
  height: var(--size);
  flex: 0 0 var(--size);
  border-radius: 15px;
  overflow: hidden;
}
.list-img img {
  --size: 100%;
  width: var(--size);
  height: var(--size);
  object-fit: cover;
}

.list-section-2 {
  background: #f8f8f8;
  padding-block: 100px;
}
.list-section-2 .heading {
  max-width: 700px;
  margin-inline: auto;
  line-height: 1.4;
}
.list-box-2 {
  height: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  border: solid 1px #ddd;
  text-align: center;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03);
}
.list-box-2 .list-img {
  --size: 6rem;
  margin: 0 auto 15px;
}
.list-box-2 p {
  margin-bottom: 0;
}

.list-section-3 {
  border-bottom: solid 1px #eee;
}
.list-box-3 {
  display: flex;
  gap: 20px;
  padding-block: 15px;
  /* max-width: 500px; */
}
.list-box-3:not(:last-child) {
  border-bottom: solid 1px #eee;
}
.list-box-3 h6 {
  font-size: 18px;
}
.list-box-3 p {
  margin-bottom: 0;
  font-size: 16px;
}
.list-box-3 .list-img {
  --size: 5rem;
}
.ls-3_img {
  height: 100%;
}
.ls-3_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-section-3_row .col-lg-6:nth-last-child(-n + 2) .list-box-3 {
  border-bottom: none;
}
/* Listing end */

.lp-about {
  background: #f6f2fd;
}

.lp-ab-img-1 {
  width: 100%;
  height: 1/2;
  min-height: 100px;
  background: #e2d4c6;
  border-radius: 0 0 0 50%;
  overflow: hidden;
}
.lp-ab-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-form-section {
  background: url(../img/landing-page/2.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.bg-form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.form-glassy-box {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 50px;
  backdrop-filter: blur(20px);
  position: relative;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
/* .form-glassy-box:before {
    content: '';
    width: 90%;
    height: 20px;
    position: absolute;
    top: 100%;
    left: 5%;
    background-color: rgba(145, 249, 239, 0.5);
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}
.form-glassy-box:after {
    content: '';
    width: 80%;
    height: 20px;
    position: absolute;
    top: calc(100% + 20px);
    left: 10%;
    background-color: rgba(145, 195, 249, 0.5);
    border-radius: 0 0 20px 20px;
    backdrop-filter: blur(20px);
} */
.bfs-content-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.en-badge {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  max-width: 600px;
  font-size: 18px;
}
.en-badge:after {
  content: "";
  width: 80%;
  height: 2px;
  background: #ffffff;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.abs-title.md {
  font-size: 54px;
  line-height: 1.1;
  font-weight: 600;
  color: var(--abs-global-color);
}
.bg-form-section .abs-team-icon-wrapper {
  background: var(--abs-blackish-color) !important;
  color: #fff !important;
}
.bg-form-section .abs-team-icon-wrapper svg {
  fill: #fff !important;
}
.list__inline__grid li {
  margin-bottom: 10px;
}
.list__inline__grid li {
  display: flex;
  column-gap: 10px;
  font-weight: 500;
}
.list__inline__grid li:before {
  background-image: url(https://absgroup.in/landing-egypt/assets/images/bulate-list.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 20px;
  width: 20px;
  flex: 0 0 20px;
  content: "";
}

ol.custom-ol li {
  margin-bottom: 10px;
}

ol.custom-ol li::marker {
  color: var(--abs-global-color);
}
ul.custom-ol-dots {
  padding: revert;
}

ul.custom-ol-dots li {
  content: "";
  list-style: disc;
  padding-left: 5px;
  color: var(--abs-blackish-color);
  align-self: center;
  transition: color 0.3s;
  margin-top: calc(15px / 2);
}

ul.custom-ol-dots li::marker {
  color: var(--abs-global-color);
}
.testimonial-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.scroll-container {
  height: 40rem;
  overflow: hidden;
  border-radius: 1.5rem;
  position: relative;
  /* background-color: #f1f5f9; */
  padding: 1rem;
}

.mask-top-bottom {
  mask-image: linear-gradient(
    to bottom,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
}
.mask-bottom-top {
  mask-image: linear-gradient(
    to top,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to top,
    transparent,
    white 20%,
    white 80%,
    transparent
  );
}

.animate-scroll-t2b {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  animation: scrollTopToBottom 22s linear infinite;
}
.animate-scroll-b2t {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  animation: scrollBottomToTop 22s linear infinite;
}

.group-hover-pause:hover .animate-scroll-t2b,
.group-hover-pause:hover .animate-scroll-b2t {
  animation-play-state: paused;
}

@keyframes scrollTopToBottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@keyframes scrollBottomToTop {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

.profile-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0.75rem;
  border: 2px solid #e2e8f0;
}

.stars {
  color: #f59e0b;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
.review-text {
  font-style: italic;
  color: #475569;
  font-size: 0.95rem;
}
.reviewer-name {
  color: #1e293b;
  font-weight: 600;
  font-size: 1rem;
}
.reviewer-role {
  font-size: 0.875rem;
  color: #64748b;
  margin-bottom: 0;
}
.absgroup-box-star-ratings .abs-active {
  color: var(--abs-global-color);
}

/*  */

.hero-section {
  position: relative;
  overflow: hidden;
  /* background: linear-gradient(to right, #ffffff 60%, #fff9f0 40%); */
  background: #fff9f0;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-content .highlight {
  color: var(--abs-global-color);
  font-weight: 800;
}

.stats-bar {
  background-color: var(--abs-global-color);
  padding: 2rem 0;
  margin-top: 3rem;
  border-radius: 0 100px 0 0;
  color: white;
  position: relative;
  overflow: hidden;
  max-width: 80%;
}

.stats-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: inherit;
  z-index: 0;
}

.stat-item {
  text-align: center;
  position: relative;
  z-index: 1;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  display: block;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.9;
  font-weight: 500;
}

.hero-section .image-container {
  position: relative;
  height: 100%;
  min-height: 500px;
}

.mentor-card {
  position: absolute;
  background: white;
  padding: 1rem 1.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
  z-index: 2;
}

.mentor-card.julia {
  top: 10%;
  left: 10%;
  background: #f5f0e6;
}

.mentor-card.lenka {
  bottom: 10%;
  right: 10%;
  background: var(--abs-global-color);
  color: white;
}

.mentor-card img.mentor-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid white;
}

.course-badge {
  position: absolute;
  bottom: -5%;
  left: 0;
  transform: translateX(-50%);
  background-color: #ffd7a3;
  color: var(--abs-global-color);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(249, 168, 38, 0.3);
  z-index: 3;
}

.course-badge .number {
  font-size: 2rem;
  line-height: 1;
}

.course-badge .text {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}

.main-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .hero-content h1 {
    font-size: 2.8rem;
  }
  .hero-section .image-container {
    min-height: 400px;
    margin-top: 2rem;
  }
  .main-image {
    width: 100%;
    position: relative;
    border-radius: 20px;
  }
  .mentor-card,
  .course-badge {
    /* position: relative; */
    margin: 1rem auto;
    max-width: 250px;
  }
  .course-badge {
    top: -10%;
    right: -100%;
  }
  .stats-bar {
    border-radius: 50px;
    margin-top: 2rem;
    max-width: 100%;
    margin: 30px;
  }
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.3rem;
  }
  .btn-outline-custom {
    margin-left: 0;
    margin-top: 1rem;
  }
  .stats-bar .stat-item {
    margin-bottom: 1rem;
  }
  .form-glassy-box {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .course-badge {
    bottom: 20%;
    left: 85%;
    top: auto;
    right: auto;
  }
  .mentor-card.julia {
    top: 60%;
    left: 0;
  }
  .mentor-card.lenka {
    bottom: -25px;
    right: 0;
  }
  .header-1 .user-info {
    display: grid;
    gap: 20px;
  }
}

.service-section-two.abs-testimonial-style .absgroup-post-item {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #eeeeee73;
}

.service-section-two.abs-testimonial-style .absgroup-post-item::before {
  display: none;
}

/* header 2 */

    .header-2 .abs-main-logo {
      height: 50px;
      transition: transform 0.4s ease;
      /* filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2)); */
    }

    .header-2 .abs-main-logo:hover {
      transform: scale(1.08) rotate(2deg);
    }

    .header-2 .contact-item {
      color: rgba(255, 255, 255, 0.9);
      font-size: 0.875rem;
      font-weight: 500;
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 0;
    }

    .header-2 .contact-item:hover {
      /* color: #fff; */
      transform: translateY(-1px);
    }

    .header-2 .contact-item i {
      font-size: 1.1rem;
      color: #f4a934;
    }

    .header-2 .contact-item a {
      text-decoration: none;
    }

    .header-2 .social-links {
      display: flex;
      gap: 8px;
    }

    .header-2 .btn-sm-square {
      width: 36px;
      height: 36px;
      border-radius: 10px;
    background: rgb(244 169 52 / 24%);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      overflow: hidden;
    }

    .header-2 .btn-sm-square::before {
      content: '';
      position: absolute;
      top: 50%; left: 50%;
      width: 0; height: 0;
      background: rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      transform: translate(-50%, -50%);
      transition: width 0.6s, height 0.6s;
    }

    .header-2 .btn-sm-square:hover::before {
      width: 300px;
      height: 300px;
    }

    .header-2 .btn-sm-square:hover {
      background: rgba(255, 255, 255, 0.25);
      transform: translateY(-3px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
          border: 1px solid rgb(244 169 52);
    }

    .header-2 .user-info {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 1.5rem;
      font-size: 0.9rem;
    }

    @media (max-width: 992px) {
      .header-2 .user-info {
        justify-content: center;
        margin-top: 1rem;
        gap: 1rem;
      }
      .header-2 .contact-item {
        font-size: 0.8rem;
      }
    }

    @media (max-width: 576px) {
      .header-2 .abs-main-logo {
        height: 40px;
      }
      .header-2 .contact-item {
        font-size: 0.75rem;
      }
      .header-2 .btn-sm-square {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
      }
    }

    /* header 3 */
    .header-2 .user-info a {
    display: flex
;
    align-items: center;
    gap: 15px;
}
    .header-3 .user-content p {
    color: #888;
    margin-bottom: 0px;
}

/* Mobile layout adjustments */
@media (max-width: 767.98px) {
  .header-3 .user-info {
    flex-direction: column;
    align-items: center;
  }

  .header-3 .navbar-brand {
    order: 1;
    margin-bottom: 10px;
  }

  .header-3 a[href^="tel"],
  .header-3 a[href^="mailto"] {
    order: 2;
    display: flex;
    justify-content: center;
  }
}

.contact-form .form-control {
  margin-bottom: 10px;
}
.abs-team-single .contact-form .form-check.checkbox .form-check-label {
    margin-left: 43px;
}
.abs-team-single .contact-form .form-check.radio .form-check-input {
  margin-left: 0 !important;
}
.abs-team-single .contact-form .form-check.radio .form-check-label {
  margin-left: 5px !important;
}

.list-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-group .list-group-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.list-group li:before {
  content: "\f101";
  position: absolute;
  font-family: abs_group !important;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  color: var(--abs-global-color);
}

footer a {
  color: currentColor !important;
}

.abs-ihbox-style-8 .abs-ihbox-icon-wrapper img {
  height: 15px;
}
.service-section-two .swiper-buttons {
  position: relative;
  max-width: 150px;
}