/* navbar section */
.navbar {
  background-color: var(--lightgreen) !important;
  padding: 0;
}

.navbar .container-fluid {
  padding: 0 180px;
  align-items: end;
  display: flex;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  width: 160px;
}

.navbar-expand-lg .navbar-nav {
  gap: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 19px;
  color: var(--white);
  position: relative;
  text-shadow: none;
  position: relative;
}

.navbar .nav-link::before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ffffff;
  content: attr(data-hover);
  transition: ease-out 0.3s;
  transform: scale(1.4, 1.4);
  opacity: 0;
  text-align: center;
  padding: 8px;
}

.navbar .nav-item:hover .nav-link::before {
  transform: scale(1, 1);
  opacity: 1;
}

.navbar .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
  transform: translateY(5px);
  transition: transform 0.3s, opacity 0.3s;
  pointer-events: none;
}

.navbar .nav-item:hover .nav-link:after {
  opacity: 1;
  transform: translateY(0px);
}

.house_top_btn {
  margin-left: 100px;
}

.house_top_btn a {
  font-size: 24px;
  font-weight: bold;
  color: var(--black);
  background-color: var(--gray);
  padding: 12px 20px;
  border: solid 1px transparent;
  transition: 0.5s all;
}

.house_top_btn a:hover {
  color: var(--gray);
  background-color: transparent;
  border: solid 1px var(--gray);
}

/**********************/


.properties-sec {
  padding: 80px 0;
  position: relative;
}

.properties-sec .nav .nav-item button {
  color: #000;
  background-color: #dadadae0;
  width: 100%;
}

.properties-sec .nav {
  gap: 20px;
  margin-bottom: 30px !important;
}

.properties-sec .nav .xclsve_tab {
  width: 19%;
}

.plan_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-wrap {
  text-align: end;
}

.btn-wrap button {
  background-color: var(--lightgreen);
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s;
  color: #fff;
}

button.slick-disabled {
  opacity: 0.6;
  background-color: #dedede;
  color: #000;
}

.specification_main h3,
.amenities_main h3,
.properties-sec h3 {
  padding-left: 90px;
  font-size: 25px;
  text-align: start;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
}

.specification_main h3,
.amenities_main h3 {
  font-size: 35px;
}

.properties-sec h3:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0px;
  width: 70px;
  height: 2px;
  background-color: #ccc;

}

.properties-sec h2 {
  font-size: 35px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

/* .slick-track {
  display: flex;
  gap: 25px;
} */
.slick-slide {
  margin-right: 10px;
}

.properties-sec .nav-pills .nav-link.active,
.properties-sec .nav-pills .show>.nav-link {
  background-color: var(--lightgreen);
  color: #fff;
}

.properties-sec .nav-pills .nav-link.active {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.properties-sec .nav-pills .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -6px;
  width: 25px;
  height: 25px;
  transform: rotate(135deg);
  background-color: var(--lightgreen);
  z-index: -1;
}

.slick-next,
.slick-prev {
  display: none !important;
}

.slick-next,
.slick-prev {
  z-index: 5;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

.slick-next:before,
.slick-prev:before {
  color: #000;
  font-size: 26px;
}







/**********************/

/* banner section */
/* .video_bnr_main {
  height: calc(100vh - 144.42px);
} */

.inner-banner img {
  width: 100%;
}

.banner_sec {
  position: relative;
}

.banner_sec img {
  width: 100%;
}

.banner_sec video {
  width: 100%;
  height: 100vh;
  object-fit: fill;
  display: block;
}

.wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.video-main {
  position: relative;
  display: inline-block;
}

.waves-block {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 50px;
  margin-top: 50px;
}

.video {
  height: 120px;
  width: 120px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  background-color: var(--darkblack);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }

  50% {
    opacity: 0.9;
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}

.fa-play:before {
  content: "\f04b";
  font-size: 50px;
}

.waves {
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  animation-delay: 0s;
}

.wave-2 {
  animation-delay: 1s;
}

.wave-3 {
  animation-delay: 2s;
}

/******************/

/* about section */
.about_main {
  padding: 50px 0;
  background: linear-gradient(to bottom, var(--lightgreen) 75%, var(--white) 35%);
  position: relative;
}

.abt_carousel {
  position: relative;
}

.abt_carousel .video {
  background-color: var(--gray);
  color: var(--black);
}

.abt_text h1 {
  font-size: 60px;
  color: var(--gray);
  font-weight: bold;
  margin-bottom: 30px;
}

.abt_text p {
  font-size: 20px;
  color: var(--white);
  /* width: 590px; */
  margin-bottom: 10px;
  text-align: justify;
}

.about_row {
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}

.abt_img img {
  width: 100%;
}

.about_main .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--gray);
  opacity: 1;
}

.about_main .carousel-indicators .active {
  background-color: var(--lightgreen);
}

.about_main .carousel-indicators {
  flex-direction: column;
  left: unset;
  right: -40px;
  margin: 0;
}

.about_main_head {
  position: absolute;
  left: -220px;
  top: 260px;
  transform: rotate(-90deg) !important;
  text-align: end;
}

.about_main_head h3,
.about_main_head h2 {
  font-size: 120px;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: "Montserrat", sans-serif !important;
}

.about_main_head h3 {
  font-size: 38px;
  position: relative;
  left: -23px;
  top: -10px;
}


.about_main_end-head {
  position: absolute;
  right: -200px;
  top: 260px;
  transform: rotate(-270deg) !important;
  text-align: start;
}

.about_main_end-head h3,
.about_main_end-head h2 {
  font-size: 120px;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-family: "Montserrat", sans-serif !important;
}

.about_main_end-head h3 {
  font-size: 38px;
  position: relative;
  left: -23px;
  top: -10px;
}

.scnd_logo_sec img {
  width: 100%;
}

/* amenities section */
.amenities_main {
  padding: 50px 0;
  background-color: var(--lightgreen);
}

.ameties_icon_tst_sec {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  column-gap: 10px;
  margin-bottom: 5px;

}

.ameties_icon_tst_sec img {
  width: 40px;
  filter: invert(1) brightness(10) contrast(10);
}

.ameties_icon_tst_sec p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.bhk_sec img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}

.amenities_main h3 {
  padding-left: 0;
  color: #fff;
}

.ameties_para {
  color: #fff;
  width: 60%;
  margin-bottom: 30px;
  font-size: 18px;
}

.amenities_main .nav {
  gap: 20px;
  margin-bottom: 30px;
}

.amenities_main .nav button {
  color: #000;
  background-color: #ffff;
}

.amenities_main .nav-pills .nav-link.active,
.amenities_main .nav-pills .show>.nav-link {
  background-color: #000;
  color: #fff;
}

/* specification section */
.specification_main {
  padding: 50px 0;
}

.specification_main .row {
  row-gap: 20px;
}

.specification_main h3 {
  padding-left: 0;
  margin-bottom: 40px;
  font-weight: bold;
  color: var(--lightgreen);
}

.speci_text_sec h3 {
  font-size: 18px;
  color: var(--lightgreen);
  margin-bottom: 10px;
  border-bottom: solid 1px #00000079;
  padding-bottom: 10px;
}

.speci_text_sec ul {
  padding-left: 22px;
}

.speci_text_sec ul li {
  font-size: 16px;
  color: #000;
  list-style-type: disc;
  margin-bottom: 10px;
}

/* gallery section */
.gallery_main {
  background-color: #f7f7f7e0;
  position: relative;
  display: block;
  padding-bottom:30px;
  padding-top: 40px;
}

.gallery_main .container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}

.project-carousel.owl-carousel .owl-stage-outer {
  padding: 0px;
}

.single-project-style1 {
  position: relative;
  display: block;
  z-index: 6;
}

.single-project-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 5;
}

.single-project-style1 .img-holder img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
}

.gllry_img_sec {
  margin: 0 10px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 5;
}

.gllry_img_sec img {
  width: 100%;
  transform: scale(1.01);
  transition: all 700ms ease;
  height: 400px;
  object-fit: cover;
}

.gllry_img_sec:hover img {
  transform: scale(1.2) rotate(2deg);
}

/* table price section */
.price_table_main {
  padding: 30px 0;
  background-color: transparent;
}

.price_table_main h3 {
  color: var(--lightgreen);
}

.price_list_sec {
  margin-bottom: 30px;
}

.price_list_sec p {
  font-size: 16px;
  text-align: justify;
  margin: 15px 0;
}

.price_list_tble th,
.price_list_tble td {
  padding-left: 30px;
  border: 1px solid #c4c4c4;
}
.table-light{
  --bs-table-bg:var(--lightgreen);
  color:var(--white) !important;
}
.table-light th{
  color:var(--white);
}

.price_list_tble button {
  background-color: var(--lightgreen);
  color: var(--white);
  border-radius: 0;
}
.price_list_tble .btn:hover{
  border:solid 1px var(--lightgreen);
}

/******************/


@media (max-width: 1600px) {

  .about_main_head h2 {
    font-size: 105px;
  }

  .about_main_head {
    position: absolute;
    left: -210px;
  }

  .about_main_head h3 {
    font-size: 36px;
    top: -12px;
  }

  .abt_text h1 {
    margin-left: 10px;
  }

  .abt_text p {
    margin-left: 10px;
  }
}

@media (max-width: 1536px) {

  .abt_text p,
  .abt_text h1 {
    margin-left: 0 !important;
  }

  .about_main .container {
    padding: 0 70px;
  }

  .about_main_head {
    top: 240px;
  }

}

@media (max-width: 1440px) {
  .about_main_head {
    position: absolute;
    left: -100px;
    top: 400px;
  }

  .about_main_head h2 {
    font-size: 60px;
  }

  .about_main_head h3 {
    font-size: 25px;
    top: -20px;
  }

  .properties-sec .row {
    row-gap: 15px;
  }
}

@media(max-width:1400px) {
  .about_main_head {
    left: -110px;
  }
}

@media (max-width: 1366px) {
  .about_main_head {
    position: absolute;
    left: -175px;
    top: 250px;
  }

  .about_main_head h2 {
    font-size: 92px;
  }

  .about_main_head h3 {
    font-size: 40px;
    top: -5px;
  }

  .abt_text h1 {
    font-size: 50px;
  }

  .abt_text p {
    font-size: 16px;
    width: 100%;
  }

  .exclusive h6 {
    padding-bottom: 30px;
  }

  .exclusive {
    width: 803px;
  }
}

@media(max-width:1300px) {

  .specification_main h3,
  .amenities_main h3 {
    font-size: 25px;
  }

  .about_main_head h2 {
    font-size: 87px;
  }

  .about_main_head h3 {
    font-size: 30px;
    top: -20px;
  }
}

@media (max-width: 1280px) {
  /* .about_main_head h3 {
    font-size: 26px;
    top: -12px;
  } */

  /* .about_main_head h2 {
    font-size: 73px;
  } */

  /* .about_main_head h3 {
    font-size: 31px;
    top: -9px;
  } */

  /* .about_main_head {
    position: absolute;
    left: -150px;
    top: 326px;
  } */

  .gallery_main {
    padding: 30px 0 50px;
  }

  .abt_text h1 {
    margin-left: 48px;
  }

  .abt_text p {
    margin-left: 48px;
  }
}

@media(max-width:1225px) {
  .about_main_head h2 {
    font-size: 70px;
  }

  .about_main_head h3 {
    font-size: 23px;
    top: -20px;
  }

  .about_main_head {
    position: absolute;
    left: -135px;
    top: 215px;
  }
}

@media (max-width: 1200px) {
  .about_main_head {
    left: -105px;
    top: 190px;
  }

  .about_main_head h2 {
    font-size: 58px;
  }

  /* .about_main_head h3 {
    font-size: 19px;
    top: -2px;
  } */

  .carousel-indicators [data-bs-target] {
    margin-right: 14px;
  }
}

@media (max-width: 1199px) {
  /* .abt_text p {
    font-size: 16px;
    width: 402px;
  } */

  .about_main_head h3 {
    font-size: 23px;
    top: -9px;
  }

  .about_main_head h2 {
    font-size: 60px;
  }

  .about_main_head {
    left: -112px;
    top: 410px;
  }

  .properties-sec .nav .xclsve_tab {
    width: 28%;
  }

  .speci_text_sec h3 {
    font-size: 20px;
  }

  .about_main .container {
    padding: 0;
  }

  .properties-sec h3 {
    padding-left: 90px;
    font-size: 22px;
  }

  /* .properties-sec h2 {
    font-size: 38px;
  } */

  .properties-sec .row {
    row-gap: 0px;
  }

  .pro-text {
    font-size: 14px;
  }

  .book {
    font-size: 18px;

  }

  .abt_text h1 {
    margin-left: 38px;
  }

  .exclusive {
    margin-left: 42px;
  }

  .exclusive {
    width: 726px;
  }

  .exclusive .book {
    font-size: 18px;
  }

  .exclusive h2 {
    font-size: 22px;
  }
}

@media(max-width:1152px) {

  .speci_text_sec ul li,
  .ameties_icon_tst_sec p {
    font-size: 15px;
  }

  .properties-sec h2 {
    font-size: 30px;
  }

  .banner_sec video {
    height: auto;
  }
}

@media (max-width: 1024px) {
  .about_main_head {
    display: none;
  }

  .about_main .carousel-indicators {
    right: 0;
    bottom: -40px;
    flex-direction: row;
  }

  .abt_text p {
    font-size: 15px;
  }

  .about_main_head h2 {
    font-size: 50px;
  }

  .about_main_head h3 {
    font-size: 25px;
    top: -9px;
  }
}

@media (max-width: 992px) {
  .about_main_head h2 {
    font-size: 35px;
  }

  .about_main_head h3 {
    font-size: 20px;
    top: -9px;
  }

  .about_main_head {
    position: absolute;
    left: -92px;
    top: 258px;
  }
}

@media (max-width: 991px) {
  .abt_text p {
    font-size: 16px;
    width: 100%;
  }

  .video_bnr_main,
  .banner_sec video {
    width: 100vw;
    height: 80vh;
    object-fit: cover;
  }

  .abt_img img {
    width: 80%;
    display: flex;
    align-items: center;
    margin: auto;
  }

  .about_main_head h2 {
    font-size: 78px;
  }

  .about_main_head h3 {
    font-size: 33px;
    top: -9px;
  }

  .about_main_head {
    position: absolute;
    left: -200px;
    top: 258px;
  }

  .properties-sec h2 {
    /* font-size: 30px; */
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .properties-sec .book {
    margin-left: 0;
  }

  .exclusive h2 {
    font-size: 20px;
  }

  .exclusive {
    width: 543px;
  }

  .exclusive {

    padding: 20px;
  }

  .fa-play:before {

    font-size: 30px;
  }

  .video {
    height: 80px;
    width: 80px;
  }
}

@media (max-width: 768px) {
  .abt_text p {
    font-size: 16px;
    width: 90%;
  }

  .gllry_img_sec img {
    height: auto;
  }

  .about_main_head h2 {
    font-size: 60px;
  }

  .about_main_head h3 {
    font-size: 28px;
  }

  .about_main_head {
    position: absolute;
    left: -160px;
    top: 318px;
  }

  .abt_img img {
    width: 70%;
  }

  .abt_text h1 {
    font-size: 35px;
  }

  .properties-sec {
    padding: 10px 0;
  }

}

@media (max-width: 767px) {
  .about_main_head {
    display: none;
  }
  .about_main .col-md-8{
    width:100%;
  }
  .about_main .col-md-4{
    display: none;
  }
  .properties-sec h3 {
    padding-left: 48px;
    font-size: 18px;
  }

  .properties-sec h3:before {
    top: 11px;
    width: 40px;
  }

  .properties-sec h2 {
    font-size: 21px;
  }

  .exclusive {
    width: 384px;
  }

  .exclusive h2 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .ameties_para {
    width: 100%;
  }

  .abt_text p {
    width: 100% !important;
  }

  .about_row {
    margin: 0;
    margin-bottom: 15px;
  }

}

@media(max-width:540px) {
  .abt_text p {
    font-size: 15px;
    font-weight: 300;
  }

  .abt_text h1 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 400;
  }

  .abt_text h1 {
    margin-left: 0px;
  }


  .abt_text p {
    margin-left: 0px;
    font-size: 16px;
    width: 100%;
  }

  .about_main .carousel-indicators {
    bottom: -43px;
    flex-direction: row;
    left: unset;
    right: unset;
    margin: 0;
  }

  .abt_carousel .carousel {
    display: flex;
    justify-content: center;
  }

  .book {
    font-size: 16px;
    padding: 10px 15px;
  }

  .video {
    height: 60px;
    width: 60px;
  }

  .fa-play:before {
    font-size: 18px;
  }

  .exclusive h2 {
    font-size: 16px;
  }

  .exclusive h6 {
    padding-bottom: 20px;
  }

  .exclusive h6 {
    font-size: 17px;
  }

  .exclusive .book {
    font-size: 16px;
    padding: 9px 14px;
  }

  .exclusive {
    z-index: 1;
    position: relative;
    margin-top: -44px;
    margin-left: 5px;
  }

  .exclusive {
    width: 423px;
  }

  .loc-map iframe {
    height: 400px;
  }

  .about_main .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }

  .abt_img img {
    width: 100%;
  }

  .properties-sec .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: 2px solid #ccc;

  }

  .pro-img {
    margin-bottom: 0px;
  }
}

@media (max-width: 492px) {
  .properties-sec h2 {
    font-size: 19px;
  }

  .properties-sec h3 {
    padding-left: 48px;
    font-size: 16px;
  }

  .properties-sec h3 {
    padding-left: 24px;
    font-size: 16px;
  }

  .properties-sec h3:before {
    top: 11px;
    width: 20px;
  }

  .exclusive h2 {
    font-size: 16px;
  }

  .bhk_sec img {
    height: auto;
  }

  .exclusive {
    width: 380px;
  }

  .properties-sec .nav {
    gap: 5px;
  }

  .properties-sec .nav .xclsve_tab {
    width: 29%;
  }
}

@media (max-width: 460px) {

  .properties-sec h2 {
    font-size: 23px;
    /* display: block; */
    line-height: 43px;
    margin: 14px auto;
  }

  .properties-sec .book {
    padding: 6px 29px;
    font-size: 15px;
  }

  .properties-sec h3 {
    padding-left: 24px;
    font-size: 19px;
  }

}

@media (max-width: 432px) {
  .abt_text h1 {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .about_row {
    row-gap: 20px;
  }

  .exclusive {
    width: 357px;
  }

  .menu-wrap ul {
    position: relative;
    right: 20px;
  }
}

@media(max-width:425px) {
  .abt_text h1 {
    font-size: 26px;
  }
  .ani-head{
  font-size: 26px;
}

  .scnd_logo_sec {
    display: none;
  }
}

@media (max-width:419px) {
  .properties-sec h2 {
    font-size: 20px;
  }

  .properties-sec h3 {
    font-size: 18px;
  }

  .exclusive {
    width: 347px;
  }

}

@media (max-width:400px) {
  .exclusive {
    width: 325px;
  }

  .properties-sec .book {
    padding: 0px 29px;
  }
}

@media (max-width:385px) {
  .exclusive {
    width: 311px;
  }
}

@media(max-width:368px) {
  .properties-sec h2 {
    font-size: 18px;
  }

  .properties-sec h3 {
    font-size: 16px;
  }
}

@media (max-width:360px) {
  .properties-sec h2 {
    font-size: 19px;
    line-height: unset;
  }

  .exclusive {
    padding: 16px;
  }

  .exclusive {
    width: 287px;
  }
}

@media(max-width:350px) {
  .properties-sec h2 {
    font-size: 17px;
  }
}

@media (max-width:320px) {
  .properties-sec h2 {
    font-size: 17px;
  }
}




@media (max-width: 1024px) {
  .price_list_tble {
    overflow-x: auto;                 /* enable horizontal scroll */
    -webkit-overflow-scrolling: touch; /* smooth scroll on mobile/tablet */
  }

  .price_list_tble .table-responsive {
    min-width: 600px;                 /* ensures scrollbar visibility */
  }

  /* optional visible scrollbar style */
  .price_list_tble::-webkit-scrollbar {
    height: 6px;
  }

  .price_list_tble::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

  .price_list_tble::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}


.ani-head{
  font-size: 40px;
    color: var(--gray);
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
.ani-head{
  font-size: 26px !important;
}
}
@media (max-width: 560px) {
.ani-head{
  font-size: 26px !important;
}
}

@media (max-width: 419px) {
.ani-head{
  font-size: 26px !important;
}
}

@media (max-width: 400px) {
.ani-head{
  font-size: 20px !important;
}
}

@media (max-width: 375px) {
.ani-head{
  font-size: 20px !important;
}
}

.btn-explore {
  background-color: var(--lightgreen);
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  text-decoration: none;
}


@media (max-width: 768px) {
  .btn-explore {
    margin: 30px 0 30px; 
    padding: 14px 40px; 
  }
}

.btn-explore:hover {
  background-color: #0e1d40;
  color: #fff;
  transform: translateY(-3px);
}


@media (min-width: 768px) and (max-width: 991px) {
  .about_main_end-head h3 {
    display: none !important;
  }
}


.expertini-thanyou {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 15px;
  text-align: center;
}

.expertini-thanyou .container {
  max-width: 700px;
  margin: 0 auto;
}

.thankyou-box {
  background: #fff;
  padding: 50px 40px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  animation: fadeInUp 0.8s ease both;
}

.thankyou-icon {
  margin-bottom: 25px;
  animation: pop 1s ease both;
}

.thankyou-box h1 {
  color: #0e1d40;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.thankyou-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
}

.back-home {
  display: inline-block;
  background: #0e1d40;
  color: #fff;
  text-decoration: none;
  padding: 12px 35px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.back-home:hover {
  background: #f2bf33;
  color: #0e1d40;
}

/* === Animations === */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  80% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

/* === Responsive === */
@media (max-width: 768px) {
  .thankyou-box {
    padding: 40px 25px;
  }
  .thankyou-box h1 {
    font-size: 26px;
  }
  .thankyou-box p {
    font-size: 15px;
  }
}



.expertini-error {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 15px;
  text-align: center;
}

.expertini-error .container {
  max-width: 700px;
  margin: 0 auto;
}

.error-box {
  background: #fff;
  padding: 50px 40px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  animation: fadeInUp 0.8s ease both;
}

.error-icon {
  margin-bottom: 25px;
  animation: shake 1s ease both;
}

.error-box h1 {
  color: #0e1d40;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.error-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
}

.back-home {
  display: inline-block;
  background: #0e1d40;
  color: #fff;
  text-decoration: none;
  padding: 12px 35px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.back-home:hover {
  background: #f2bf33;
  color: #0e1d40;
}

/* === Animations === */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-6px); }
  40%, 80% { transform: translateX(6px); }
}

/* === Responsive === */
@media (max-width: 768px) {
  .error-box {
    padding: 40px 25px;
  }
  .error-box h1 {
    font-size: 26px;
  }
  .error-box p {
    font-size: 15px;
  }
}