
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Playfair Display", serif;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* Top announcement bar */
/* .top-bar {
      background: #111;
      color: #fff;
      padding: 5px 0;
      font-size: 14px;
      text-align: center;
    } */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='gold' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/*.top-bar {*/
/*  overflow: hidden;*/
/*  background: #111;*/
/*  color: #fff;*/
/*  font-weight: 200;*/
/*  white-space: nowrap;*/
/*  height: 30px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/

.top-bar {
  background: #000000;
  color: white;
  overflow: hidden;
  padding: 8px 0;
  /* border-bottom: 1px solid #ddd; */
  font-size: 14px;
}

.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: inline-block;
  white-space: nowrap;
  animation: slide-left 40s linear infinite;
}

.slider-track span {
  display: inline-block;
  padding-right: 50px;
}

/* Sliding animation */
@keyframes slide-left {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); } /* -50% since we repeated items */
}
.logo img{
    width:150px;
}
/* .slider {
    display: inline-block;
    animation: slide 48s linear infinite;
  }

  .slide {
    display: inline-block;
    padding-right: 50px;
  }

  @keyframes slide {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  } */


  .offcanvas{
    background-image: url(https://i.pinimg.com/736x/24/f6/a9/24f6a911d157e6744278894dd0957f07.jpg);
    background-position: bottom;
  }
/* Navbar */
.navbar {
  /* padding: 1rem; */
}
.nav-link {
  color: #ceab60;
}
.banner-section {
}
.swiper-container {
  height: calc(100vh - 150px);
  background-image: url(../images/27.jpg);
  background-size: cover;
  background-position: center;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Banner */
.banner-slide {
  /* height: 100vh; */
  display: flex;
  align-items: center;
  width: 80%;
}

.banner-text h1 {
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: 700;
}

.banner-text p {
   padding-bottom: 40px;
  font-size: 1.2rem;
  margin: 1rem 0;
}

/* Arches */
.arch-wrapper {
  display: flex;
  /* gap: 1rem; */
  justify-content: center;
  align-items: flex-end;
}

.arch-img {
  width: 250px;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.arch-img.center {
  height: 420px;
}
.side-images {
  padding: 40px;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.center-image{
  padding: 50px;
                        background-image: url(../images/border.png);
                        background-repeat: no-repeat;
                        background-size: cover;
}
/* Swiper custom pagination */
.swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #ddd;
  opacity: 1;
  transition: background 0.3s;
}
.swiper-pagination-bullet-active {
  background: #000;
}

/* Footer */
.footer {
  display: flex;
  justify-content: space-between;
  background: #111;
  color: #fff;

  /* padding: 1rem; */
  padding: 6px;
  text-align: center;
  font-size: 14px;
}
.footer p {
  padding-inline: 200px;
  margin-bottom: 0px;
}
.footer a {
  color: #ceab60;
  text-decoration: none;
}
@media (max-width: 768px) {
  .banner-text h1 {
    font-size: 2rem;
  }
  .arch-img {
    width: 120px;
    height: 180px;
  }
  .arch-img.center {
    height: 230px;
  }
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: transparent;
  color: #ceab60;; /* Brown */
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, border 0.3s, transform 0.3s;
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
  border: 2px solid #ceab60;;
  box-sizing: border-box;
}

.social-icon:hover {
  background-color: #ceab60;; /* Brown background */
  color: white; /* Icon white */
  border-color: #5a3e36; /* Brown border */
  transform: scale(1.1);
}

/* Remove Instagram gradient hover, keep consistent brown */
.social-icon.instagram:hover {
  background-color: #ceab60;
  color: white;
  border-color: #ceab60;
}
.instagram-icon {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, 
              #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px; /* adjust size */
}

@media screen and (min-width: 1300px) and (max-width: 1724px) {
    .nav-link {
        font-size:14px;
    }
  .arch-img {
  width: 190px;
  height: 290px;
  object-fit: cover;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.arch-img.center {
  height: 370px;
}
 .side-images {
  padding: 40px;

}
.center-image{
  padding: 40px;
                       
}
.banner-text p{
  font-size: 16px;
  padding-bottom: 20px;
}
.banner-slide {
  
  width: 90%;
}
.banner-text h1 {
  margin-bottom: 20px;
  font-size: 2.5rem;
 
}
.logo img{
    width:100px;
}
.banner-text{
    margin-top:100px;
}
.swiper-container {
  height: calc(100vh - 126px);

}
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
      .nav-link {
        font-size:14px;
    }
  .arch-img {
  width: 150px;
  height: 230px;
  object-fit: cover;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.arch-img.center {
  height: 290px;
}
 .side-images {
  padding: 30px;

}
.center-image{
  padding: 40px;
                        
}
.banner-text p{
  font-size: 16px;
  padding-bottom: 20px;
}
.banner-slide {
  
  width: 90%;
}
.banner-text{
    margin-top:40px;
}
.banner-text h1 {
  margin-bottom: 20px;
  font-size: 38px;
 
}
.logo img{
    width:100px;
}
.swiper-container {
  height: calc(100vh - 126px);

}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
      .nav-link {
        font-size:14px;
    }
  .arch-img {
  width: 150px;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.arch-img.center {
  height: 270px;
}
 .side-images {
  padding: 30px;
 
}
.center-image{
  padding: 30px;
                      
}
.banner-text h1{
  font-size: 1.5rem;
}
.banner-text p{
  font-size: 0.6rem;
}
.banner-text{
    margin-top:40px;
}
.banner-slide {
  
  width: 90%;
}
.footer p{
  padding-inline: 0px;
}
.logo img{
    width:100px;
}
.swiper-container {
  height: calc(100vh - 126px);

}
}

@media screen and (max-width: 800px) {
    .banner-slide, .swiper-slide {
  overflow-x: hidden;  /* prevent horizontal overflow */
}
    .banner-text h1{
        margin-top:25px;
          margin-bottom: 2px;
  font-size: 1.8rem;
}
.banner-text p{
      padding-bottom: 2px;
  font-size: 0.7rem;
}
.footer p{
  padding-inline: 0px;
  font-size: 10px;
}
.banner-slide {
    margin-top:-50px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.side-images{
  background-image: none;
  padding: 0px;
}
.center-image{
  padding: 30px;
}
.arch-wrapper{
  /*margin-top: -50px;*/
  /*margin-bottom: 10px;*/
}
.swiper-container {
  height: calc(100vh - 144px);

}
.top-bar {
    font-size:14px;
}
.logo img{
    width:100px;
}
.footer{
    display:none;
}

}



.mobile-float-actions { display: none; }

@media (max-width: 900px), (hover: none) and (pointer: coarse) {
  .mobile-float-actions {
    position: fixed;
    right: 16px;
    bottom: max(env(safe-area-inset-bottom), 16px);
    /*bottom:40%;*/
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 9999;
  }

  .mobile-float-actions .float-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #1d1d1d;        /* Black background */
    color: #ceab60;          /* Gold icon */
    box-shadow: 0 6px 18px rgba(0,0,0,0.3);
    transition: transform 120ms ease, box-shadow 120ms ease;
  }

  .mobile-float-actions .float-btn:active {
    transform: scale(0.95);
  }
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.contact-header {
  margin-bottom: 12px;
}

.contact-heading {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  border-left: 4px solid #ceab60; /* gold accent */
  padding-left: 8px;
  margin-bottom: 4px;
}

.contact-subtext {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.4;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}

.icon-circle {
  width: 42px;
  height: 42px;
  background: #000;        /* black background */
  color: #ceab60;          /* gold icon */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;      /* perfect circle */
  flex-shrink: 0;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.contact-item a, 
.contact-item span {
  color: #000;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.contact-item a:hover {
  color: #ceab60;
}

.offcanvas-footer {
  font-size: 0.85rem;
  color: black;
}

.offcanvas-footer a {
  color: black;
  font-weight:500;
  text-decoration: underline;
}
