@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

#navbar_top {
  background-image: linear-gradient(to left, #0a92ad, #62d7ee);
}
#logo {
  font-family: "Mate", serif;
}
#header_top {
  text-align: center;
}

#carouselExampleCaptions {
  margin: 0px 4% 4%;
  max-height: 600px; /* Increase the carousel container height */
  overflow: hidden; /* Ensure no overflow if content exceeds */
}

.carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Ensure the image covers the entire carousel without stretching */
  max-height: 600px; /* Set the maximum height of the images to match the container */
}


.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  padding: 1rem;
  width: 90%;
  max-width: 800px;
  box-sizing: border-box;
}

.carousel-caption h1,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h6 {
  margin: 0.5rem 0;
  word-wrap: break-word;
}

.carousel-caption h1 {
  font-size: 1.5rem;
  font-weight: bold;
}

.carousel-caption h3 {
  font-size: 1.2rem;
}

.carousel-caption h4,
.carousel-caption h6 {
  font-size: 1rem;
}

.carousel-caption .btn, 
.carousel-caption .button-21 {
  margin-top: 1rem; /* Reduced margin to move the button up */
  font-size: 0.9rem; /* Optional: adjust button font size */
  padding: 0.5rem 1rem; /* Optional: adjust padding */
}

@media (min-width: 576px) {
  .carousel-caption h1 {
      font-size: 2rem;
  }
  .carousel-caption h3 {
      font-size: 1.5rem;
  }
  .carousel-caption h4,
  .carousel-caption h6 {
      font-size: 1.2rem;
  }
  .carousel-caption .btn, 
  .carousel-caption .button-21 {
      margin-top: 0.8rem; /* Adjust margin for larger screens */
      font-size: 1rem; /* Optional: adjust button font size */
  }
}

@media (min-width: 768px) {
  .carousel-caption h1 {
      font-size: 2.5rem;
  }
  .carousel-caption h3 {
      font-size: 1.8rem;
  }
  .carousel-caption h4,
  .carousel-caption h6 {
      font-size: 1.3rem;
  }
  .carousel-caption .btn, 
  .carousel-caption .button-21 {
      margin-top: 0.5rem; /* Further adjust margin */
      font-size: 1.1rem; /* Optional: adjust button font size */
  }
}

@media (min-width: 1200px) {
  .carousel-caption h1 {
      font-size: 3rem;
  }
  .carousel-caption h3 {
      font-size: 2rem;
  }
  .carousel-caption h4,
  .carousel-caption h6 {
      font-size: 1.5rem;
  }
  .carousel-caption .btn, 
  .carousel-caption .button-21 {
      margin-top: 0.5rem; /* Adjust margin for large screens */
      font-size: 1.2rem; /* Optional: adjust button font size */
  }
}


.section {
  border: 0.4rem solid#0dcaf0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
}

.section:nth-child(odd) {
  background: rgb(255, 255, 255);
}

.section:nth-child(even) {
  background-color: rgb(255, 255, 255);
}

.p-3 {
  padding: 0rem !important;
}

#title > h1 {
  -webkit-text-stroke: 0.6px #000000;
}
#title {
  margin-bottom: 30%;
}

@media (max-width: 768px) {
 
  .carousel-caption {
    top: 30%; /* Change from 50% to 40% to move it higher */
  }
}
#carouselExampleCaptions {
  margin: 10px 4% 4%;
}
body {
  background-image: linear-gradient(to top, #eefcff, #95edff);
}

.d-md-block {
  display: block !important;
}
#titleOne {
  width: 100%;
}
#scrollspyHeading1 {
  margin: 0pc 2% 2%;
}
#content {
  padding: 2rem;
  text-align: justify;
}
.col > h1 {
  text-align: center;
}
.col > img {
  margin: 0rem 0rem 1rem 1rem;
  border: 3px solid #0dcaf0;
}
/* Style the dropdown menu when it's shown on hover */
.dropdown-menu.show {
  color: #0dcaf0;
  display: block; /* Ensure the menu is visible */
  opacity: 1; /* Set the opacity to fully visible */
  visibility: visible; /* Make it visible */
  transition: all 0.3s; /* Add a smooth transition effect */
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.popular {
  line-height: 38px;
  color: #ffff;
  font-size: x-large;
  padding: 0.7rem 0.7rem;
}
h1 {
  text-align: center;
}

#cardImg {
  opacity: 0.8;
  transition: 1s ease;
}

#cardImg:hover {
  opacity: 1;
  transition: 0.5s ease;
  border: 1rem solid #0dcaf0;
}
@media (min-width: 992px) {
  /* Apply styles for screens larger than 991px (large screens) */
  .card {
    position: relative; /* Set position to relative to use top property */
    top: 10%; /* Add top property to move the card down by 10% */
  }
}
@media (min-width: 992px) {
  /* Apply styles for screens larger than 991px (large screens) */
  #popular-card {
    position: relative; /* Set position to relative to use top property */
    top: 0%; /* Add top property to move the card down by 10% */
  }
}

.quote {
  font-size: x-large;
  text-align: center;
  font-style: italic;
  color: #0a92ad;
  margin-top: -0.3%;
  margin-bottom: 0.5%;
}

.gallery-quote{
  font-size: large;
  text-align: center;
  font-style: italic;
  color: #0a92ad;
  margin-top: -1.5%;
  margin-bottom: 1.5%;
}
#section-info {
  margin: 2% 5% 5%;
  line-height: 40px;
}
.col-6 > p {
  font-size: larger;
  text-align: end;
  line-height: 200%;
}

#about-me-image {
  border: 2px solid #0dcaf0;
  max-width: 90%; /* Limits the width of the image to 70% of its parent */
  max-height: 400px; /* Set a max height to control the vertical size */
  margin: 0 auto; /* Centers the image horizontally */
  display: block; 
  border-radius: 10px; 
}

@media (max-width: 992px) { /* For smaller screens (below 992px) */
  #about-me-image {
    max-width: 90%; /* Makes the image a bit larger on smaller screens */
    max-height: 300px; /* Adjusts the max height for smaller screens */
  }
}

@media (max-width: 768px) { /* For even smaller screens (below 768px) */
  #about-me-image {
    max-width: 100%; /* Makes the image full-width for mobile devices */
    max-height: auto; /* Removes height restriction for small screens */
  }
}


#pricingFooterText {
  text-align: center;
}


@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");


#testemonials {
  background-image: linear-gradient(to top, #026478, #62d7ee);
 
  min-height: 75vh;
  display: block;
  
}

#tcontainer {
  margin-top: 80px;
}

#tcontainer .col-lg-4 {
  display: flex;
  justify-content: center;
}

#tcard {
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  perspective: 500px;
  border: none;
  background-color: inherit;
}

#tcard .face {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.06);
  transform-style: preserve-3d;
  transition: 0.5s;
  backface-visibility: hidden;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;

}

#tcard .face.front-face,
#tcard .face.back-face {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#tcard .face.front-face .profile {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

#tcard .face.front-face .name {
  letter-spacing: 2px;
}

#tcard .face.front-face .designation {
  font-size: 0.8rem;
  color: #ddd;
  letter-spacing: 0.8px;
}

#tcard:hover .face.front-face {
  transform: rotateY(180deg);
}

#tcard .face.back-face {
  position: absolute;
  background: rgba(255, 255, 255, 0.06);
  transform: rotateY(180deg);
  padding: 20px 30px;
  text-align: center;
  user-select: none;
}

#tcard .face.back-face .fa-quote-left {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 1.2rem;
}

#tcard .face.back-face .fa-quote-right {
  position: absolute;
  bottom: 35px;
  right: 25px;
  font-size: 1.2rem;
}

#tcard:hover .face.back-face {
  transform: rotateY(360deg);
}

@media (max-width: 991.5px) {
  .col-lg-4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

.button-21 {
  align-items: center;
  appearance: none;
  background-color: #0dcaf0;
  background-image: linear-gradient(1deg, #0dcaf0, #0296f8 99%);
  background-size: calc(100% + 20px) calc(100% + 20px);
  border-radius: 10px;
  border-width: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-family: CircularStd,sans-serif;
  font-size: 1rem;
  height: auto;
  justify-content: center;
  line-height: 1.5;
  padding: 6px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s,background-position .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.button-21:active,
.button-21:focus {
  outline: none;
}

.button-21:hover {
  background-position: -20px -20px;
}

.button-21:focus:not(:active) {
  box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
}
#footer{
  text-align: center;
}
#carousel-title{
  font-weight: 1000;

}
#benefits{
  background-image: linear-gradient(to top, #ffffff, #d0f6ff);

}
#my-journey{
  background-image: linear-gradient(to bottom, #ffffff, #d0f6ff);
}

#my-journey-text{
  font-size: larger;
  text-align: justify;
  font-family: inherit, 'Gill Sans', Calibri, 'Trebuchet MS', sans-serif, sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 180%;
}
@media (max-width: 768px) {
  /* For mobile screens */
  #my-journey-text {
    line-height: 150%;
    font-weight: 350;
    text-align: left;

  }
}

#pricing{
  background-image: linear-gradient(to top, #ffffff, #d0f6ff);
}
#benefits-text{
  font-size: larger;
  text-align: justify;
  font-family: inherit, 'Gill Sans', Calibri, 'Trebuchet MS', sans-serif, sans-serif;
  font-weight: 400;
  text-align: left;
  line-height: 180%;


}
@media (max-width: 768px) {
  /* For mobile screens */
  #benefits-text {
    line-height: 150%;
    font-weight: 350;
    text-align: left;

  }
}

#location {
  padding: 20px 0;
}

#location-text {
  margin-bottom: 15px; /* Reduced margin for a more compact layout */
  text-align: justify;
}

#location-image {
  width: 100%;
  height: 500px; /* Increased height for the image */
  object-fit: cover; /* Ensures the image is cropped properly */
}

#location-map {
  width: 100%;
  height: 350px; /* Keep the iframe at the original height if you prefer */
}

@media (min-width: 992px) {
  /* Adjust the image height on larger screens if needed */
  #location-image {
    height: 400px; /* Maintain the larger height on bigger screens */
  }
}
@media (max-width: 768px) {
  /* For mobile screens */
  #location-image {
    height: auto; /* Show the full image without cropping */
    object-fit: contain; /* Ensures the whole image is shown */
  }
}#img-gallery {
  background-image: linear-gradient(to top, #ffffff, #d0f6ff);
}

#img-gallery h2 {
  font-size: 2rem;
  color: #333;
}

.img-container {
  overflow: hidden;
  transition: transform 0.3s ease;
}

.img-container:hover {
  transform: scale(1.05);
}

.gallery-image {
  width: 100%;
  height: auto; /* Don't restrict height */
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .gallery-image {
    height: auto; /* Let images resize naturally */
  }
}
