* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin-bottom: 0;
}

@font-face {
  font-family: "AROneSans-Bold";
  src: url("../fonts/AROneSans-Bold.eot");
  src: url("../fonts/AROneSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AROneSans-Bold.woff2") format("woff2"),
    url("../fonts/AROneSans-Bold.woff") format("woff"),
    url("../fonts/AROneSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AROneSans-Regular";
  src: url("../fonts/AROneSans-Regular.eot");
  src: url("../fonts/AROneSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AROneSans-Regular.woff2") format("woff2"),
    url("../fonts/AROneSans-Regular.woff") format("woff"),
    url("../fonts/AROneSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AROneSans-Medium";
  src: url("../fonts/AROneSans-Medium.eot");
  src: url("../fonts/AROneSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AROneSans-Medium.woff2") format("woff2"),
    url("../fonts/AROneSans-Medium.woff") format("woff"),
    url("../fonts/AROneSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AR One Sans";
  src: url("../fonts/AROneSans-SemiBold.eot");
  src: url("../fonts/AROneSans-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AROneSans-SemiBold.woff2") format("woff2"),
    url("../fonts/AROneSans-SemiBold.woff") format("woff"),
    url("../fonts/AROneSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Platypi-bold";
  src: url("../fonts/Platypi-Bold.eot");
  src: url("../fonts/Platypi-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Platypi-Bold.woff2") format("woff2"),
    url("../fonts/Platypi-Bold.woff") format("woff"),
    url("../fonts/Platypi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2;
}
.navbar-nav {
  gap: 24px;
  align-items: center;
}

.logo-img img {
  max-width: 226px;
  width: 100%;
  height: auto;
}

.btn-close {
  padding: 5px 18px !important;
}
button#navbarToggle {
  border: none !important;
  z-index: 10;
  padding: 7px 3px 0 10px;
}
/* -----dropdown--- */
.dropdown button {
  width: max-content;
  height: 40px;
  border-radius: 5px;
  color: rgb(0, 0, 0);
  padding: 11px 10px 8px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  justify-content: space-evenly;
}
.dropdown button img {
  margin: 0 5px 0 0;
}
.dropdown button img,
.dropdown-content li img {
  width: 28px;
}
.dropdown button,
.dropdown-content li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "AROneSans-Medium";
  background-color: transparent;
}

.arrow-down i {
  font-size: 9px;
  padding: 10px 0 0 3px;
}

.dropdown button:hover {
  cursor: pointer;
}
.dropdown-content {
  display: none;
  position: absolute;
  margin: 1px 0 0 0;
  padding: 0;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  max-height: 315px;
  background-color: #ffffff;
}
.dropdown-content li {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  justify-content: end;
  background-color: #ffffff;
  border-radius: 5px;
}
.dropdown-content li img {
  margin: 0 20px 0px 20px;
}
.dropdown-content li:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #50dd60;
}
.dropdown:focus-within .dropdown-content {
  display: block;
}
.dropdown-content {
  animation: slideIn 0.3s ease-out;
}

header .navbar {
  background: #f9fcfc;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.navbar-nav .nav-item .nav-link {
  font-family: "AROneSans-Medium";
  font-weight: 500;
  font-size: 18px;
  color: #233568;
}

.banner {
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15.49%, #000000 90.56%);
  padding: 50px 0 0 0;
}

.banner-imgbox img {
  width: 100%;
  max-height: 830px;
  min-height: 290px;
  object-fit: cover;
  height: auto;
  position: relative;
  top: 0;
  z-index: -1;
  left: 0;
}

.banner-title h1 {
  font-family: "Platypi-bold";
  font-size: 64px;
  line-height: 76px;

  color: #ffffff;
}

.banner-title p {
  font-family: "AROneSans-Medium";
  font-size: 20px;
  line-height: 118.98%;
  color: #ffffff;
  max-width: 460px;
}
.banner-title {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 92px;
  gap: 15px;
}
.banner-bottom {
  position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
}

.banner-bottom img {
  max-width: 70px;
  width: 100%;
  height: auto;
}

/* Banner Slider Styles */
  .banner-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .banner-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  .banner-slider .slide.active {
    opacity: 1;
  }

  .banner-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Slider Dots Styles */
  .slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 15;
  }

  .slider-dots .dot {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .slider-dots .dot.active {
    background-color: rgba(255, 255, 255, 1);
  }

.common-title h2 {
  font-family: "Platypi-bold";
  font-size: 40px;
  line-height: 118.98%;
  color: #102654;
  padding: 60px 0 55px;
  text-align: center;
}

.location .common-title h2 {
  padding: 60px 0 36px;
}

.location .col {
  padding: 0;
}
/* slider */
.slider-inner {
  max-width: 327px;
  width: 100%;
  background: #dde0dd;
  border-radius: 25px;
  padding: 31px 20px 120px;
  margin: auto;
}
.slider-inner .slider-heading span {
  font-family: "Platypi-bold";
  font-size: 40px;
  color: #233568;
}
.slider-inner .line-break {
  height: 1px;
  width: 100%;
  background-color: #233568;
  margin: 12px 0 18px 0;
}
.slider-inner .slider-title h4 {
  font-family: "Platypi-bold";
  font-size: 32px;
  line-height: 118.98%;
  color: #233568;
}
.slider-inner .slider-para p {
  font-family: "AROneSans-Medium";
  font-size: 16px;
  line-height: 118.98%;
  color: #233568;
}
.slide-content {
  display: flex;
  flex-direction: column;
  gap: 37px;
  padding: 0 22px;
}

.slider-heading {
  text-align: center;
}
.swiper-button-next {
  right: 13px !important;
}
.swiper-button-prev {
  left: 8px !important;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px !important;
  height: 80px !important;
  background: #f9fcfc;
  border: 3px solid #233568;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}

.swiper-button-prev {
  left: 10px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 54px !important;
  color: #233568;
}

.swiper-button-next::after {
  font-family: "Font Awesome 6 Free" !important; 
  content: "\f0da" !important; 
  font-weight: 900; 
}

.swiper-button-prev::after {
  font-family: "Font Awesome 6 Free" !important; 
  content: "\f0d9" !important; 
  font-weight: 900;
}
/* slider end*/

.work-start-column .work-title h3 {
  font-family: "Platypi-bold";
  font-size: 48px;
  line-height: 118.98%;
  color: #102654;
}

.work-list ul li span {
  font-family: "AROneSans-Bold";
  font-size: 24px;
  line-height: 118.98%;
  color: #233568;
}
.work-list ul li .list-para {
  font-family: "AROneSans-Regular";
  font-size: 24px;
  line-height: 118.98%;
  color: #233568;
  display: inline;
}
.work-list ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 460px;
  overflow-y: scroll;
  padding-right: 4px;
}
.work-img img {
  width: 100%;
  height: auto;
}
.map iframe {
  width: 100%;
  height: 600px;
}

.address-disc h5 {
  font-family: "AROneSans-Bold";
  font-size: 24px;
  color: #233568;
}
.address-disc ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 44px 0 0 0;
}

.bg-design img {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.large-txt {
  text-align: center;
  padding: 45px 0 0 0;
}
.large-txt h4 {
  font-family: "Platypi-bold";
  font-size: 32px;
  color: #f9fcfc;
  padding: 15.1472px 25px;
  background: #102654;
  border-radius: 11px;
  display: inline-block;
}
.tour-btn a {
  font-family: "Platypi-bold";
  display: inline-block;
  padding: 15px 25px 19px;
  background: #102654;
  border-radius: 11px;
  font-size: 32px;
  color: #f9fcfc;
  text-decoration: none;
  transition: all 0.3s;
}
.tour-btn a:hover {
  background: #060d1d;
}
.map-btn {
  text-align: center;
  padding: 50px 0 0 0;
}
.tour-disc {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 65px;
  background-color: #bac9ff;
  padding: 0 30px 0 174px;
}
.tour-img {
  text-align: center;
  padding: 35px 0 0 0;
  position: relative;
}

.tour-img img {
  max-width: 540px;
  width: 100%;
}
.work-bg {
  visibility: hidden;
}
.address {
  background-image: url("../images/bg-design.png");
  height: auto;
  width: 100%;
  padding-bottom: 288px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.tour-disc h5 {
  font-family: "Platypi-bold";
  font-size: 40px;
  color: #102654;
  max-width: 570px;
  width: 100%;
}

.work-list ul::-webkit-scrollbar-thumb {
  background-color: #3caf49;
  border-radius: 4px;
  width: 2px;
}

.work-list ul::-webkit-scrollbar-thumb:hover {
  background-color: #3caf49;
}
.foot-content h6 {
  font-family: "Platypi-bold";
  font-size: 18px;
  color: #102654;
}
.footer {
  position: relative;
  padding: 19px 0;
}
.foot-icn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 16px 17px 19px 0;
}
.foot-icn i {
  font-size: 28px;
}
.foot-content {
  text-align: center;
}
.event-slider {
  position: relative;
}
.design-shape {
  margin: 0 auto;
  width: 118px;
  height: 150px;
  background-color: #50dd60;
  border-radius: 100% 0px;
  position: absolute;
}
.tour-box {
  display: flex;
  padding: 0;
}
.tour-img {
  max-width: 837px;
  width: 100%;
  position: relative;
}

.half-circle {
  position: absolute;
  top: -37%;
  right: 0;
  z-index: 0;
  display: block;
  width: 483px;
  height: 550px;
  transform: rotate(-180deg);
  background-color: #ffffff;
  border-radius: 64% 30% 59% 59% / 46% 46% 49% 49%;
  clip-path: inset(47% 0 0 0);
}
.half-circle.right {
  right: -86%;
  height: 500px;
}
.tour-disc {
  width: 100%;
}
.work-section {
  overflow: hidden;
  height: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work .col-lg-4 {
  width: 29%;
}
.bottom-left {
  transform: rotate(77deg);
  left: -8px;
  bottom: -64px;
  z-index: 1;
}
.middle-left {
  top: 139px;
  transform: rotate(74deg);
  left: -87px;
}
.top-left {
  top: -52px;
  transform: rotate(-1deg);
  left: -72px;
}
.events {
  overflow: hidden;
  padding-bottom: 60px;
}
.event-slider::after {
  content: "";
  margin: 0 auto;
  width: 118px;
  height: 150px;
  background-color: #50dd60;
  border-radius: 100% 0px;
  position: absolute;
  right: -48px;
  top: -109px;
  transform: rotate(84deg);
}
.event-slider::before {
  content: "";
  margin: 0 auto;
  width: 118px;
  height: 150px;
  background-color: #50dd60;
  border-radius: 100% 0px;
  position: absolute;
  right: -35px;
  bottom: 150px;
  transform: rotate(96deg);
}
.work-img-gallery {
  width: 100%;
  height: 400px;
}

.work-img img {
  max-width: 354px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.slick-prev,
.slick-next {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  border: none;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-list.draggable {
  height: 800px !important;
  overflow: hidden;
}
.work {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-color: #50dd60;
  max-width: 1828px;
  width: 100%;
  height: 1686px;
  transform: rotate(35deg);
  border-radius: 100% 0px;
}
.work .container {
  transform: rotate(-35deg);
}

.gallary-btn {
  padding: 25px 0 0 12px;
}
.work-title {
  padding-bottom: 30px;
}
.work-list {
  padding: 415px 157px 0 10px;
}
.work-start-column {
  padding: 410px 0 0 0;
}
.foot-icn a {
  display: inline-block;
  color: #000000;
}
.custom-toggler .dot {
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 0 4px 0;
  background-color: #50dd60;
  border-radius: 50%;
}

.custom-toggler {
  border: none;
  background: none;
  padding: 0;
}

@media (max-width: 1750px) {
  .work-start-column {
    padding: 458px 0 0 0;
  }
  .work-list {
    padding: 474px 100px 0 38px;
  }
}
@media (max-width: 1650px) {
  .work-start-column {
    padding: 450px 0 0 0;
  }
  .work-list {
    padding: 424px 100px 0 38px;
  }
  .work-start-column .work-title h3 {
    font-size: 44px;
  }
}
@media (max-width: 1600px) {
  .work {
    max-width: 1600px;
    height: 1550px;
    border-radius: 90% 0px;
  }
}

@media (max-width: 1500px) {
  .work {
    max-width: 1500px;
    height: 1500px;
    border-radius: 85% 0px;
  }
  .work-list {
    padding: 370px 180px 0 0;
  }
  .work-start-column {
    padding: 358px 0 0 0;
  }
  .work-start-column .work-title h3 {
    font-size: 39px;
  }
  .work-section {
    height: 1090px;
  }
  .work-list ul li .list-para,
  .work-list ul li span {
    font-size: 22px;
  }
  .work-list ul {
    gap: 20px;
    height: 354px;
  }
  .tour-btn a {
    padding: 12px 24px 17px;
    font-size: 27px;
  }
}

@media screen and (max-width: 1400px) {
  .swiper-button-next {
    right: 10px !important;
  }
  .swiper-button-prev {
    left: 12px !important;
  }
  .tour-btn a {
    padding: 10px 23px 15px;
    font-size: 25px;
  }
  .half-circle.right {
    right: -109%;
  }
  .work .row .col-lg-5 {
    width: 30%;
  }
  .tour-disc {
    padding: 0px 0 0 100px;
  }
  .event-slider::before,
  .event-slider::after,
  .top-left,
  .bottom-left,
  .middle-left {
    width: 104px;
    height: 130px;
  }
  .work::after {
    left: -17%;
    width: 1642px;
    height: 1900px;
  }
  .mySwiper {
    padding: 0 50px !important;
  }
  .tour-img {
    max-width: 603px;
  }
  .work {
    max-width: 1400px;
    height: 1291px;
    border-radius: 80% 0px;
  }
  .work-start-column {
    padding: 306px 0 0 0;
  }
  .work-list {
    padding: 306px 146px 0 0;
  }
  .work-section {
    height: 1110px;
  }
  .work-img img {
    width: 85%;
  }
  .work-start-column .work-title h3 {
    font-size: 28px;
  }
  .work-list ul {
    gap: 16px;
  }
  .work-list ul {
    height: 395px;
  }
  .slider-inner .slider-title h4 {
    font-size: 29px;
  }
  .slider-inner {
    padding: 35px 29px 120px;
  }
}
@media (max-width: 1300px) {
  .work {
    max-width: 1300px;
    height: 1400px;
    border-radius: 75% 0px;
  }
  .half-circle.right {
    right: -98%;
  }
}

@media screen and (max-width: 1200px) {
  .swiper-button-next {
    right: 35px !important;
  }
  .swiper-button-prev {
    left: 32px !important;
  }
  .half-circle.right {
    right: -114%;
    height: 341px;
  }
  .half-circle {
    top: -30%;
    right: 0;
    width: 355px;
    height: 375px;
  }
  .slider-inner .slider-title h4 {
    font-size: 29px;
  }
  .slide-content {
    padding: 0 14px;
  }
  .tour-disc {
    padding: 0px 20px 0 60px;
    gap: 36px;
  }
  .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
  .navbar-nav {
    gap: 10px;
  }
  .work-start-column .work-title h3 {
    font-size: 32px;
  }
  .event-slider::after {
    right: -5px;
    top: -76px;
  }
  .top-left {
    left: -10px;
  }
  .middle-left {
    top: 128px;
    left: -12px;
  }
  .bottom-left {
    left: 0px;
    bottom: -34px;
    z-index: 1;
  }
  .work-start-column {
    padding-left: 0;
  }
  .tour-disc h5 {
    font-size: 29px;
  }
  .tour-btn a {
    padding: 10px 18px;
    font-size: 26px;
  }
  .tour-img {
    max-width: 486px;
    padding: 24px;
  }
  .work {
    max-width: 1024px;
    height: 1136px;
    border-radius: 83% 0px;
    transform: rotate(52deg);
  }
  .work-list {
    padding: 270px 160px 0 0;
  }

  .work-start-column {
    padding: 247px 0 0 0;
  }
  .work .container {
    transform: rotate(-52deg);
  }
  .work-section {
    height: 875px;
  }
  .work-list ul li span,
  .work-list ul li .list-para {
    font-size: 20px;
  }
  .work-list ul {
    height: 405px;
    gap: 18px;
  }
}
@media (max-width: 1100px) {
  .half-circle.right {
    right: -96%;
  }
  .work {
    max-width: 923px;
    height: 1190px;
    border-radius: 80% 0px;
  }
  .work-section {
    height: 792px;
  }

  .work-list ul {
    gap: 9px;
  }
  .gallary-btn {
    padding: 6px 0 0 0px;
  }
  .tour-btn a {
    padding: 10px 18px;
    font-size: 22px;
  }
  .work-img img {
    margin-bottom: 12px;
  }
  .work-start-column .work-title h3 {
    font-size: 30px;
  }
  .tour-btn a {
    font-size: 19px;
  }
  .work-list {
    padding: 270px 192px 0 0;
  }
}
@media (max-width: 1000px) {
  .work {
    max-width: 1000px;
    height: 1250px;
    border-radius: 60% 0px;
  }
}

@media screen and (max-width: 991px) {
  .slider-inner .slider-title h4 {
    font-size: 27px;
  }
  .half-circle.right {
    right: -48%;
  }
  .half-circle {
    top: -18%;
    right: 0;
    width: 163px;
    height: 217px;
  }
  .navbar-collapse {
    position: absolute;
    width: 100%;
    background-color: rgb(255, 255, 255);
    top: 74px;
    left: 0px;
    z-index: 999;
    height: 100vh;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .navbar-collapse.show {
    opacity: 1;
    transform: translateY(0);
  }

  .banner-title h1 {
    font-size: 46px;
    line-height: 62px;
  }
  .banner-title p {
    font-size: 18px;
  }

  .banner-bottom img {
    max-width: 60px;
  }

  .slider-inner {
    padding: 24px 24px 107px;
  }
  .slide-content {
    gap: 34px;
  }
  .tour-disc h5 {
    font-size: 30px;
  }
  .tour-disc {
    padding: 0px 20px 0 15px;
    gap: 24px;
  }
  .tour-btn a {
    font-size: 24px;
  }

  .event-slider::before,
  .event-slider::after,
  .top-left,
  .bottom-left,
  .middle-left {
    width: 83px;
    height: 103px;
  }
  .work-list ul li .list-para {
    font-size: 22px;
  }
  .work-list {
    padding: 0;
  }
  .work::after {
    bottom: -10%;
    left: -64%;
  }
  .address {
    padding-bottom: 120px;
  }
  .map-btn {
    padding: 11px 0 0 0;
  }
  button:focus:not(:focus-visible) {
    box-shadow: none !important;
  }
  .work {
    max-width: 822px;
    height: 1020px;
    border-radius: 64% 0px;
  }
  .work-start-column {
    padding: 200px 0 0 0;
  }
  .work-section {
    height: 830px;
  }
  .work-list {
    padding: 170px 10px 0 0;
  }
  .tour-btn a {
    font-size: 16px;
  }
  .work-list ul li span {
    font-size: 16px;
  }
  .work-list ul li .list-para {
    font-size: 16px;
  }
  .work-list ul {
    height: 443px;
  }
  .work-start-column .work-title h3 {
    font-size: 26px;
  }
  .work-list ul li {
    line-height: 135%;
  }
  .work .row .col-lg-5 {
    width: 38%;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 54px !important;
  }
  .mob-design.left-mob {
    left: 201px;
  }
  .half-circle {
    top: -24%;
    right: 301px;
    width: 151px;
    height: 193px;
    display: none;
  }
  .map-btn {
    position: relative;
  }
  .mob-design {
    position: absolute;
    top: 147%;
    right: 24%;
    z-index: 0;
    display: block;
    width: 151px;
    height: 193px;
    transform: rotate(-180deg);
    background-color: #ffffff;
    border-radius: 55% 52% 55% 54% / 60% 60% 40% 40%;
    clip-path: inset(50% 0 0 0);
  }
  .half-circle.right {
    display: none;
  }
  .swiper-button-prev {
    left: 6px !important;
  }
  .swiper-button-next {
    right: 11px !important;
  }
}

@media (max-width: 810px) {
  .work {
    max-width: 752px;
    height: 1020px;
    border-radius: 64% 0px;
  }
}
@media screen and (max-width: 768px) {
  .work .col-lg-4 {
    width: inherit;
  }
  .mob-design.left-mob {
    left: 54px;
  }
  .mob-design {
    right: 8%;
  }
  .work .row .col-lg-5 {
    padding: 0;
  }

  .half-circle {
    top: -20%;
    right: 238px;
    width: 152px;
    height: 196px;
  }
  .work-list ul {
    gap: 2px;
  }
  .banner-title h1 {
    font-size: 34px;
    line-height: 45px;
  }
  .banner-title p {
    font-size: 16px;
    max-width: 80%;
  }
  .banner-title {
    gap: 10px;
  }
  .banner-bottom img {
    max-width: 45px;
  }
  .work-img-gallary {
    height: unset;
  }
  .work-list {
    padding: 30px 0 0 0;
  }
  .tour-disc {
    padding: 55px 30px;
    gap: 25px;
  }
  .tour-disc h5 {
    font-size: 29px;
  }
  .foot-icn {
    position: unset;
  }
  .tour-img {
    padding: 30px;
  }
  .work::after {
    width: 1997px;
    height: 2024px;
    bottom: 13%;
    left: -64%;
  }
  .work-img-gallery .slick-slide {
    margin: 0 10px;
  }
  .slick-list.draggable {
    height: auto !important;
  }
  .work-img-gallery {
    height: auto;
  }
  .work-list ul {
    gap: 2px;
    height: auto;
    overflow: visible;
  }
  .tour-img img {
    max-width: 350px;
  }
  .tour-img {
    padding: 15px;
  }
  .map iframe {
    height: 430px;
  }
  .mySwiper {
    padding: 0 !important;
  }
  .tour-box {
    flex-direction: column;
  }
  .swiper-button-next {
    right: 50% !important;
    transform: translatex(224px);
  }
  .swiper-button-prev {
    left: 48% !important;
    transform: translatex(-211px);
  }
  .work {
    height: 1020px;
    width: 100%;
    transform: unset !important;
    max-width: unset !important;
    border-radius: unset !important ;
    padding: 0px;
    background-color: unset !important;
  }
  .work-list {
    padding: 20px 0 0 0;
  }
  .work-start-column {
    padding: 280px 35px 0 35px;
  }

  .work-section {
    height: 668px;
  }
  .work .container {
    transform: unset;
  }
  .work-bg {
    margin: 0 auto;
    width: 999px;
    height: 1116px;
    background-color: #50dd60;
    border-radius: 100% 0px;
    position: absolute;
    top: -68px;
    left: -17%;
    transform: rotate(45deg);
    z-index: -1;
    visibility: visible;
  }
  .work-title {
    padding-bottom: 15px;
  }
  .work-start-column .work-title h3 {
    font-size: 22px;
  }
  .work-img img {
    margin-bottom: 0px;
  }
  .tour-btn a {
    padding: 8px 15px;
  }
  .common-title h2 {
    font-size: 36px;
  }
  .location .common-title h2 {
    padding: 41px 0 20px;
  }
  .work .row .col-lg-5 {
    width: inherit;
  }
  .work-img img {
    width: 100%;
  }
  .work .row .col-lg-7 {
    width: 100%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 67px !important;
    height: 67px !important;
  }
  .slider-inner {
    max-width: 377px;
  }
  .slide-content {
    padding: 0 28px;
  }
}

@media screen and (max-width: 576px) {
  .slide-content {
    padding: 0 15px;
  }
  button#navbarToggle {
    border: none !important;
    z-index: 10;
    padding: 7px 26px 0 10px;
  }

  .mob-design.left-mob {
    left: 103px;
  }
  .mob-design {
    position: absolute;
    top: 144%;
    right: 17%;
    z-index: 0;
    display: block;
    width: 136px;
    height: 164px;
  }

  header .navbar {
    padding: 21px 0;
  }
  .banner-title h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .banner-title p {
    font-size: 16px;
  }
  .tour-disc h5 {
    font-size: 24px;
  }
  .tour-btn a {
    font-size: 19px;
  }
  .common-title h2 {
    padding: 25px 0 21px;
    font-size: 29px;
  }
  .slider-inner {
    width: 318px;
  }
  .work::after {
    width: 1997px;
    height: 1919px;
    bottom: 9%;
    left: -162%;
  }

  .work-start-column .work-title h3 {
    font-size: 28px;
    max-width: 228px;
    margin: auto;
  }
  .slick-list.draggable {
    height: auto !important;
  }
  .work-list {
    padding: 33px 15px 0 15px;
  }
  
  .gallary-btn {
    padding: 24px 0 0 24px;
  }
  .tour-btn a {
    padding: 8px 16px;
  }
  .work {
    padding: 20px 0 0 0;
  }
  .map iframe {
    height: 360px;
  }
  .location .common-title h2 {
    padding: 5px 0 19px;
  }

  .banner-bottom {
    display: none;
  }
  .banner-title {
    bottom: 26px;
    left: 27px;
  }

  .logo-img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 19px;
  }
  .logo-img img {
    margin: auto;
    text-align: center;
    display: flex;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 42px !important;
    height: 42px !important;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 30px !important;
  }

  .event-slider::before {
    right: 8px;
    bottom: 77px;
    transform: rotate(72deg);
    /* z-index: 2; */
  }
  .bottom-left {
    left: 48px;
  }
  .middle-left {
    top: 87px;
    left: 58px;
    z-index: 0;
    transform: rotate(87deg);
  }
  .event-slider::after {
    width: 65px;
    height: 83px;
    transform: rotate(94deg);
    right: 13px;
    top: -39px;
  }
  .events .common-title h2 {
    position: relative;
    z-index: 3;
  }

  .slider-inner .slider-heading span {
    font-size: 32px;
  }
  .slider-inner .line-break {
    margin: 8px 0 18px 0;
  }
  .slider-inner .slider-title h4 {
    font-size: 26px;
  }
  .address-disc h5 {
    font-size: 19px;
  }
  .address-disc ul {
    padding: 26px 0 0 0;
  }
  .tour-img {
    padding: 24px;
  }
  .tour-disc {
    align-items: center;
    text-align: center;
    padding: 35px 30px 48px;
  }
  .foot-content h6 {
    font-size: 14px;
  }
  .foot-icn {
    display: none;
  }
  .tour-img img {
    max-width: 250px;
  }
  .slider-inner {
    padding: 24px 21px 40px;
  }
  .swiper-button-next {
    right: 46% !important;
    transform: translatex(165px);
  }
  .swiper-button-prev {
    left: 45% !important;
    transform: translatex(-159px);
  }
  .event-slider::before,
  .event-slider::after,
  .top-left,
  .bottom-left,
  .middle-left {
    width: 80px;
    height: 83px;
  }
  .top-left {
    left: 14px;
  }
 
  .work-start-column {
    padding: 20px 0 0 0;
  }
  .work-list ul {
    height: 100%;
    overflow: visible;
    gap: 7px;
  }
  .work-start-column .work-title h3 {
    font-size: 22px;
    text-align: center;
  }
  .work-bg {
    width: 1386px;
    height: 1117px;
    top: -188px;
    left: -86%;
    transform: rotate(30deg);
  }
  .work-section {
    height: 820px;
  }
  .work {
    height: 832px;
  }
  .address {
    padding-bottom: 105px;
  }
}
@media screen and (max-width: 530px) {
  .mob-design {
    position: absolute;
    top: 144%;
    right: 11%;
  }
  .mob-design.left-mob {
    left: 50px;
  }
}
@media screen and (max-width: 480px) {
  button#navbarToggle {
    padding: 7px 20px 0 10px;
  }
  .mob-design {
    top: 126%;
    right: 17%;
    z-index: 0;
    display: block;
    width: 119px;
    height: 164px;
  }
  .mob-design.left-mob {
    left: 78px;
  }

  .half-circle {
    top: -24%;
    right: 61%;
  }
  .event-slider::after {
    top: -21px;
  }

  .top-left {
    top: -25px;
  }
  .address-disc h5 {
    font-size: 16px;
  }
  .tour-disc h5 {
    font-size: 22px;
  }
  .event-slider::before,
  .event-slider::after,
  .top-left,
  .bottom-left,
  .middle-left {
    width: 60px;
    height: 62px;
  }
  .middle-left {
    top: 109px;
    left: 35px;
  }
  .common-title h2 {
    font-size: 26px;
    padding: 25px 0 20px;
  }
  .work-list ul li span {
    font-size: 14px;
  }
  .work-list ul li .list-para {
    font-size: 14px;
  }

  .work-section {
    height: 835px;
  }

  .work-start-column {
    padding: 53px 0 0 0;
  }
  .gallary-btn {
    padding: 6px 0 0 24px;
  }
  .work-list ul li {
    line-height: 120%;
  }
  .tour-btn a {
    font-size: 16px;
  }
  .work-list {
    padding: 40px 35px 0 35px;
  }
  .work-bg {
    height: 1181px;
  }
  .work-start-column {
    padding: 63px 0 0 0;
  }
  .work-title {
    padding-bottom: 26px;
  }
  .address {
    padding-bottom: 85px;
  }
  .slider-inner .slider-heading span {
    font-size: 29px;
  }
  .slider-inner {
    width: 303px;
  }
}
@media screen and (max-width: 445px) {
  .mob-design {
    right: 10%;
  }
  .mob-design.left-mob {
    left: 44px;
  }
  .swiper-button-next {
    right: 47% !important;
  }
}
@media screen and (max-width: 420px) {
  .mob-design.left-mob {
    left: 53px;
  }
  .mob-design {
    top: 140%;
    right: 13%;
    width: 112px;
    height: 149px;
  }
  .half-circle {
    top: -22%;
    right: 61%;
    width: 134px;
    height: 167px;
  }
  .work::after {
    width: 1594px;
    height: 1558px;
    bottom: -41%;
    left: -194%;
  }
  .middle-left {
    left: 10px;
    top: 116px;
  }
  .top-left {
    top: -12px;
  }
  .event-slider::after {
    top: -13px;
  }

  .work-list ul li .list-para {
    font-size: 16px;
  }
  .work-list ul li span {
    font-size: 16px;
  }
  .location .common-title h2 {
    padding: 30px 0 17px;
  }
  .common-title h2 {
    font-size: 24px;
    padding: 26px 0 15px;
  }
  .bottom-left {
    left: 22px;
    bottom: -22px;
  }
  .work {
    padding: 0;
    height: 100%;
  }

  .work-bg {
    left: -137%;
    height: 1240px;
    width: 1386px;
    top: -186px;
    transform: rotate(27deg);
  }
  .work-section {
    height: 838px;
  }
  .work-start-column {
    padding: 78px 0 0 0;
  }
  .work-start-column .work-title h3 {
    font-size: 20px;
    padding: 0 10px;
  }
  .slider-inner {
    width: 280px;
  }
  .swiper-button-next {
    right: 50% !important;
  }
  .swiper-button-prev {
    left: 48% !important;
  }
}
@media screen and (max-width: 375px) {
  button#navbarToggle {
    padding: 7px 14px 0 10px;
  }
  .work-start-column {
    padding: 94px 0 0 0;
  }
  .banner-title h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .banner-title p {
    font-size: 12px;
  }
  .event-slider::after {
    right: -1px;
  }
  .middle-left {
    left: -1px;
  }
  .top-left {
    left: 1px;
  }
  .half-circle {
    top: -22%;
    right: 55%;
  }
  .mob-design {
    right: 7%;
  }
  .mob-design.left-mob {
    left: 29px;
  }
  .slider-inner {
    max-width: 270px;
  }
  .swiper-button-next {
    right: 52% !important;
  }
  .swiper-button-prev {
    left: 49% !important;
  }
}
@media screen and (max-width: 360px) {
  .slider-inner {
    max-width: 258px;
  }
  .swiper-button-next {
    right: 54% !important;
  }
  .swiper-button-prev {
    left: 52% !important;
  }
}

/* Regra geral: nunca haver scroll lateral */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Fazer o container do footer ocupar o ecrã todo */
.footer .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* Tirar margens da row/col se existirem */
.footer .row {
  margin-left: 0;
  margin-right: 0;
}
.footer .col {
  padding-left: 0;
  padding-right: 0;
}

/* DESKTOP: Grid logo esquerda | texto centro | ícone direita */
.footer .foot-content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 10px 20px;
}

.footer .footer-logo {
  justify-self: start;  /* encostado à ESQUERDA */
  max-height: 40px;
}

.footer .footer-text {
  justify-self: center; /* sempre CENTRO do ecrã */
  text-align: center;
  margin: 0;
}

.footer .foot-icn {
  justify-self: end;    /* encostado à DIREITA */
}

/* ========= MOBILE / TABLET ========= */
@media (max-width: 768px) {
  .footer .foot-content {
    grid-template-columns: 1fr;   /* uma coluna só */
    justify-items: center;        /* tudo centrado */
    text-align: center;
    row-gap: 8px;
    padding: 12px 10px;
  }

  .footer .footer-logo {
    justify-self: center;   /* logo ao centro no mobile */
    max-height: 32px;
  }

  .footer .footer-text {
    justify-self: center;
  }

  .footer .foot-icn {
    justify-self: center;   /* ícone também ao centro */
  }
}

/* ===========================
   TIMELINE / CRONOLOGIA
   =========================== */
.timeline-section {
  padding: 60px 0;
  background-color: #e3e6e4; /* cinza claro semelhante ao print */
}

.timeline-slider {
  position: relative;
  padding: 0 70px; /* espaço lateral para as setas */
}

.timeline-swiper .swiper-wrapper {
  align-items: stretch;
}

.timeline-swiper .swiper-slide {
  width: auto;
  max-width: 280px;  /* impede slides gigantes */
}

/* cartão da timeline */
.timeline-item {
  background: transparent;
  padding: 10px 8px;
  font-family: "AR One Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* barra verde tipo “fita” */
.timeline-bar {
  position: relative;
  background: #50dd60;
  height: 28px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  margin-bottom: 10px;
}

/* “cauda” curva à esquerda */
.timeline-bar::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 40px;
  height: 28px;
  background: #50dd60;
  border-radius: 999px;
}

/* ano em azul */
.timeline-year {
  font-weight: 700;
  font-size: 18px;
  color: #0056a3;
}

/* texto */
.timeline-text {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  margin: 0;
}

/* ===========================
   NAVEGAÇÃO SÓ DA TIMELINE
   =========================== */

/* override aos estilos globais do Swiper (eventos) */
.timeline-section .swiper-button-prev,
.timeline-section .swiper-button-next {
  position: absolute;
  top: 50% !important;          /* centrado verticalmente */
  transform: translateY(-50%);
  width: 38px !important;
  height: 38px !important;
  margin-top: 0 !important;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(18, 52, 99, 0.12);
  color: #123463;
  z-index: 5;
}

/* afastar das laterais */
.timeline-section .swiper-button-prev {
  left: 15px !important;
}

.timeline-section .swiper-button-next {
  right: 15px !important;
}

/* ícone dentro do botão */
.timeline-section .swiper-button-prev::after,
.timeline-section .swiper-button-next::after {
  font-size: 16px;
}

/* ===========================
   RESPONSIVO
   =========================== */

@media (max-width: 991.98px) {
  .timeline-section {
    padding: 40px 0;
  }

  .timeline-swiper .swiper-slide {
    max-width: 240px;
  }

  .timeline-slider {
    padding: 0 50px; /* menos espaço lateral */
  }

  .timeline-section .swiper-button-prev {
    left: 10px !important;
  }

  .timeline-section .swiper-button-next {
    right: 10px !important;
  }
}

@media (max-width: 575.98px) {
  .timeline-section {
    padding: 30px 0;
  }

  .timeline-swiper .swiper-slide {
    max-width: 220px;
  }

  .timeline-year {
    font-size: 16px;
  }

  .timeline-bar {
    height: 26px;
  }

  .timeline-bar::before {
    height: 26px;
  }

  .timeline-text {
    font-size: 13px;
  }

  .timeline-slider {
    padding: 0 40px;
  }

  /* em mobile as setas sobem um bocadinho para não tapar texto */
  .timeline-section .swiper-button-prev,
  .timeline-section .swiper-button-next {
    top: 40% !important;
  }

  .timeline-section .swiper-button-prev {
    left: 8px !important;
  }

  .timeline-section .swiper-button-next {
    right: 8px !important;
  }
}
/* Slide especial com botão (sem barra de ano) */
.timeline-item-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* Botão da chamada para ação */
.timeline-cta-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 999px;
  border: 2px solid #50dd60;
  background: #ffffff;
  color: #123463;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.timeline-cta-btn:hover,
.timeline-cta-btn:focus {
  background: #50dd60;
  color: #ffffff;
  transform: translateY(-1px);
}

/* Mobile: botão com largura maior */
@media (max-width: 575.98px) {
  .timeline-cta-btn {
    width: 100%;
    white-space: normal;
  }
}

/* ==========================================
   GALERIA FULLSCREEN "O PARQUE" (NOVA)
   ========================================== */

.dp-gallery-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;              /* escondida por defeito */
  align-items: center;
  justify-content: center;
  font-family: "AR One Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dp-gallery-overlay.is-open {
  display: flex;
}

.dp-gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.dp-gallery-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  max-height: 100vh;
  height: 100vh;              /* ocupa a altura toda do viewport */
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #fff;
}

/* Botão fechar */

.dp-gallery-close {
  position: absolute;
  top: 10px;
  right: 16px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

/* Botão fullscreen */

.dp-gallery-fullscreen {
  position: absolute;
  top: 14px;
  right: 60px;
  border: none;
  background: rgba(0,0,0,0.4);
  color: #ffffff;
  border-radius: 999px;
  padding: 6px 10px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-gallery-fullscreen i {
  font-size: 16px;
}

/* Área principal */

.dp-gallery-main {
  position: relative;
  flex: 1;                    /* ocupa todo o espaço disponível */
  min-height: 0;
  background: #000000;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Wrapper dos slides */

.dp-gallery-media-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 16px 56px;         /* espaço para as setas laterais */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Slides (SEM absolute agora) */

.dp-gallery-slide {
  display: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.dp-gallery-slide.is-active {
  display: flex;
}

.dp-gallery-slide img,
.dp-gallery-slide video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Setas */

.dp-gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: rgba(0,0,0,0.5);
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 2;
}

.dp-gallery-prev {
  left: 10px;
}

.dp-gallery-next {
  right: 10px;
}

/* Thumbnails */

.dp-gallery-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 0;
}

.dp-gallery-thumb {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  flex: 0 0 auto;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
}

.dp-gallery-thumb img {
  display: block;
  width: 100px;
  height: 60px;
  object-fit: cover;
}

.dp-gallery-thumb.is-active {
  border-color: #18813a;
}

/* Scrollbar discreto nas thumbs */

.dp-gallery-thumbs::-webkit-scrollbar {
  height: 6px;
}

.dp-gallery-thumbs::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.1);
}

.dp-gallery-thumbs::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.4);
  border-radius: 3px;
}

/* ==========================
   RESPONSIVO
   ========================== */

@media (max-width: 991.98px) {
  .dp-gallery-dialog {
    max-width: 100%;
    height: 100vh;
    padding: 10px;
  }

  .dp-gallery-media-wrapper {
    padding: 12px 44px;
  }

  .dp-gallery-slide img,
  .dp-gallery-slide video {
    max-height: 100%;
  }
}

@media (max-width: 575.98px) {
  .dp-gallery-dialog {
    padding: 8px;
  }

  .dp-gallery-close {
    top: 6px;
    right: 10px;
    font-size: 26px;
  }

  .dp-gallery-fullscreen {
    top: 10px;
    right: 46px;
    padding: 4px 8px;
  }

  .dp-gallery-media-wrapper {
    padding: 8px 36px;
  }

  .dp-gallery-arrow {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .dp-gallery-thumb img {
    width: 80px;
    height: 50px;
  }
}