* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --swiper-navigation-size: 24px !important;
}

section{
  scroll-margin-top: 40px;
}

.bg-nav{
    background-color:#fff !important;
    /*border-bottom: 1px solid #023d74;*/
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.bg-nav .navbar-toggler-icon{
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bg-nav .nav-link{
    color: #023d74 !important;
}
.nav-item.active{
  border-bottom: 2px solid #023d74;
}

button:focus:not(:focus-visible){
    box-shadow:none;
}

.side-img{
    width:100%;
    height: 100%;
    object-fit:cover;
    border-radius:10px;
}

.text-size{
    font-size: 14px;
    line-height: 20px;
}

.bg-blue{
  background: #023d74;
  height: 100%;
  color: #fff;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
}

.dropdown-item.active, .dropdown-item:active{
  background: #023d74;
}
/* carousel */
.carousel-text {
  right: auto !important;
  top: 15% !important;
  left: 5% !important;
  bottom: auto !important;
  text-align: left !important;
  max-width: 800px;
}
.carousel-item{
  height: 100vh;
}

.carousel-item img{
  filter: brightness(0.5);
}

.carousel-text h5 {
  font-size: 3rem;
  font-weight: 500;
  margin: 1rem 0 20px;
}

.carousel-text p {
  margin: 0 0 20px;
  font-size: 20px;
}

.carousel-indicator {
  right: auto !important;
  top: 15% !important;
  left: 5% !important;
  bottom: auto !important;
  margin-left: 0;
}

.carousel-indicator button {
  width: 100px !important;
}


@media(max-width: 768px) {
  .carousel-indicator button {
    width: 30px !important;
  }

  .carousel-text {
    display: flex !important;
    flex-direction: column !important;
  }

  .carousel-text h5 {
    font-size: 2rem !important;
  }

  .carousel-item img {
    height: 60vh !important;
    object-fit: cover;
  }
}

/* celebration section */
.celebration-left {
  height: 30rem;
  position: relative;
}

.celebration-left-text {
  position: absolute;
  top: 2rem;
  right: 0;
  width: 55%;
  background-color: #023d74;
  padding: 0 10px;
  border-radius: 10px 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: right;
}

.celebration-left h2 {
  color: #fff;
  font-size: 3rem;
}

.celebration-left p {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 60%;
  left: 50%;
  font-size: 1.4rem;
  width: 75%;
}

.celebration-left h4 {
  text-align: center;
  color: #023d74;
  padding: 10px;
  font-size: 2rem;
  display: none;
}

.celebration-right {
  background-image: url('./assets/about-img.webp');
  height: 30rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.celebration-right-text {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 70%;
  background-color: #fff;
  padding: 0 10px;
  left: 0;
  border-radius: 0 10px 10px 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.celebration-right h2 {
  color: #023d74;
  font-size: 3rem;
}

.celebration-right-text img {
  width: 10%;
}

@media(max-width: 768px) {
  .celebration-right-text {
    display: none;
  }

  .celebration-left-text {
    display: none;
  }

  .celebration-left {
    height: auto;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    position: static;
  }

  .celebration-left p {
    position: static;
    width: 90%;
    transform: none;
    margin: auto;
    text-align: center;
  }

  .celebration-left h4 {
    display: block;
  }
}

/* services section  */
.grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

/* .grid-box:has(> :last-child:nth-child(2)){
  grid-template-columns: 1fr;
} */

.grid-item {
  height: 12rem;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
}

.grid-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(.5);
  object-fit: cover;
}

.grid-item span {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
}

.big-box {
  height: 19rem;
}

.small-box {
  height: 11rem;
}


/* spotlight section */
.swiper {
  width: 100%;
  /* height: 100%; */
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-wrapper {
  height: auto;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-card{
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  width: 100%;
  min-width: 250px;
  padding: 5px 15px;
  height: 100%;
  margin: 10px;
}


.client-card img {
  height: 100px !important;
  object-fit: contain !important;
}
.cardd {
  position: relative;
  height: 25rem;
  width: 23rem;
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(180deg, transparent 0, #00000080);
}

.cardd img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cardd-content {
  position: absolute;
  top: 50%;
  left: 1rem;
  text-align: left;
  color: white;
  padding-right: 1rem;
}

.cardd-content h3 {
  font-size: 18px;
  font-weight: 500;
}

.cardd-content p {
  font-size: 14px;
  font-weight: 400;
}

.swiper-button-next,
.swiper-button-prev {
  color: white !important;
  background-color: #00000080 !important;
  padding: 25px;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}


/* customer review area  */
.customer-bg {
  background-image: url('./assets/testimonialbg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 0;
  margin-top: 4rem;
  position: relative;
}

.customer-card-box {
  background: transparent;
}

.customer-card-box img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin: auto;
  margin-bottom: -2rem;
  z-index: 111;
}

.customer-card {
  background-color: #fff;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.customer-card-content {
  padding: 3rem 1rem 1rem 1rem;
}

.customer-card-content h3 {
  font-weight: 600;
  font-size: 16px;
}

.customer-card-content span {
  font-size: 12px;
}

.customer-card-content p {
  margin-top: 1.5rem;
  font-size: 14px;
}

.prev-btn,
.next-btn {
  position: static;
  background: transparent !important;
  border: 1px solid white;
  border-radius: 7px;
  padding: 1.2rem;
}

.btnn {
  position: absolute;
  top: 3rem;
  right: 6rem;
  display: flex;
  gap: 1rem;
  flex-direction: row-reverse;
  background-color: transparent;
}

.partners-slider img {
  height: 100px !important;
  object-fit: contain !important;
}

/* footer  */
.footer-area {
  padding: 40px 0px;
  /*background-color: #023d74;*/
  background-color: #fff;
  color: #023d74;
    box-shadow: 0 5px 10px rgb(34 105 248 / 65%);
}

.footer-area a {
text-decoration: none;
    color: #023d74 !important;
}

.footer-area .footer-heading {
  font-size: 24px;
  color: #023d74 !important;
}

.footer-area .footer-underline {
  height: 1px;
  width: 70px;
  background-color: #023d74;
  margin: 10px 0px;
}

.copyright-area {
  padding: 14px 0px;
  background-color: #032d51;
}

.copyright-area p {
  margin-bottom: 0px;
  color: #fff;
}

.copyright-area .social-media {
  text-align: end;
}

.copyright-area .social-media a {
  margin: 0px 10px;
  color: #fff;
  width: 20px;
}

.banner{
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, .4);
  background-blend-mode: multiply;
  color:  #fff;
}
.cover-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-blue-gradient{
  background: linear-gradient(45deg, rgb(11 178 199),rgb(15 106 251)) !important;
}
.decoration-none{
  text-decoration: none;
}
.contact .info-item {
  padding: 20px 0 30px 0;
  box-shadow: 0px 0px 20px color-mix(in srgb, #364d59, transparent 90%);
}
.contact .php-email-form {
  height: 100%;
  padding: 30px;
  box-shadow: 0px 0px 20px color-mix(in srgb, #364d59, transparent 90%);
}

.bottom-line{
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.bottom-line::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(45deg, transparent, rgb(11 178 199),rgb(15 106 251));
  border-radius: 10px;
}

.side-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media (max-width:768px) {
  .btnn{
    display: none;
  }
  .cardd{
    height: 18rem;
  }
  .spotlight-next-btn,
  .spotlight-prev-btn{
    display: none;
  }
  .grid-box{
    gap: 1rem;
  }
}

