@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&family=Great+Vibes&display=swap');

body {
  font-family: 'Georgia', serif;
  background: #fff !important;
  color: #333;
}
@font-face {
    font-family: 'myFont';
    src: url('../fonts/Citrica-Regular.ttf') ;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ownFont';
    src: url('../fonts/the-lastone.otf') ;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'newfont';
    src: url('../fonts/Calligraphy.otf') ;
    font-weight: normal;
    font-style: normal;
}
.hero-logo {
  width: 350px;  /* You can increase manually */
  height: auto;
  transition: transform 0.3s ease;
}

.hero-logo:hover {
  transform: scale(1.05);
}
.nav-link.active,
.nav-link:hover {
  color: #0a5c72 !important;
}

.nav-link {
  color: #222 !important;
  font-size: 0.9rem;
  letter-spacing: 1px;
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: 500 !important;
}

.nav-link:hover {
  color: #999;
}

/* Hero Section */
.hero-section {
  height: 90vh;
  overflow: hidden;
  position: relative;
  padding: 0 60px; 
  display: flex;
  justify-content: center;
  align-items: center;
   background: #fff; 
 
}
.text-center{
    padding-top: 15px;
    /* padding-bottom: 10px !important; */
}
.hero-image-container {
  position: relative;
  width: 95%;          /* Container width (you can adjust, e.g. 70% or 900px) */
  height: 92%;         /* Container height (adjustable, e.g. 80% or 600px) */
  border-radius: 20px; /* Rounded corners */
  overflow: hidden;    /* Keep images inside */
  z-index: 1;
}

.hero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease, transform 10s ease;
  border-radius: 20px; /* Maintain same roundness on images */
}

.hero-image.active {
  opacity: 1;
  transform: scale(1.05);
}

.hero-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 15px;
  width: 100%;
  padding: 0 20px;
  color: #fff;
}

/* .hero-content {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: space-between; 
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 60px; } */

.hero-title {
  font-size: 2.5rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
  color: #fff;
  margin-top: 20px;
   font-family: 'myFont';
   font-weight: 700;
   letter-spacing: 1.5px !important;
    /* background: linear-gradient(90deg, #09255F, #560A1E);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
   
   
}
/* .hero-title {
  font-size: 2rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
  margin-top: 20px;
   font-family: 'myFont';
   font-weight: 700;
     background: linear-gradient(90deg, #062964, #1F0833, #560A1E, #7A2206);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
} */
.hero-subtitle {
  font-size: 1.1rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #fff !important;
   font-family: 'Georgia', serif !important;
  
}

.hero-btn {
  background-color: rgba(255,255,255,0.2)  !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  padding: 10px 25px !important;
  border-radius: 30px !important;
  backdrop-filter: blur(5px) !important;
  transition: all 0.3s ease;
}

.hero-btn:hover {
  background-color: rgba(255,255,255,0.4);
  color: #000;
}

.bottom-content {
    margin-bottom: 0;
  /* margin-bottom: 20px; */
}

.hero-tagline {
  display: none;
}

/* Overlay for better contrast */
.hero-section::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
  border-radius: 20px;
}
/* ==========about us section================== */
.about-section {
  background-color: #fff;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

.about-container {
  text-align: center;
  max-width: 1100px;
}

.about-container p {
   font-family: 'Georgia', serif;
  font-size: 1.5rem;
  color: #575757;
  line-height: 1.8;
  margin-bottom: 40px;
  /* padding-bottom: 20px; */
  
}

.about-container p:last-child {
  margin-bottom: 0;
}
.newfont{
   font-family: 'myFont' !important;
   background: linear-gradient(90deg, #09255F, #560A1E) ;
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  
 
}
.cursive {
     /* font-style: italic; */

 font-family: 'newfont';
  font-size: 2rem !important;
  /* color: #81117d; */
  color: #09255F;
  font-weight: 600;
  padding-left: 5px;
    /* background: linear-gradient(90deg, #062964, #1F0833, #560A1E, #7A2206);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  letter-spacing: 2px;
  /* word-spacing: 5px !important; */
  
  
  
}

.fade-in-section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
}
/* =========services================ */
.services-section {
  padding: 10px 60px;
  background: #fff;
  text-align: center;
}

.service-card {
  position: relative;
  overflow: hidden;
  /* border-radius: 15px; */
  height: 420px;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: scale(1.02);
}

.service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 15px; */
  transition: transform 0.6s ease;
}

.service-card:hover .service-img {
  transform: scale(1.08);
}

/* Top right text */
/* .service-top-text {
  position: absolute;
 
  top: 15px;
  right: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #222;
  letter-spacing: 1px;
} */
/* Top left text */
.service-top-text {
  position: absolute;
  top: 15px;
  left: 20px; /* moved from right to left */
  background: none; /* removed background color */
  padding: 0; /* removed padding */
  border-radius: 0; /* no rounded corners needed */
  font-weight: 600;
  font-size: 1.3rem;
  
  color: #fff; /* white text */
  letter-spacing: 1px;
  text-align: left;
}
.service-bottom-link {
  position: absolute;
  bottom: 20px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: rgba(255, 255, 255, 0.85); /* Light white background */
  padding: 8px 12px;
  border-radius: 25px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  transition: all 0.3s ease;
}

.gradient-text {
  background: linear-gradient(90deg,  #09255F, #560A1E) ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  font-size: 0.89rem;
}

.service-bottom-link:hover {
  background-color: #ffffff; /* Pure white on hover */
  transform: translateY(-2px);
}


/* .service-bottom-link {
  position: absolute;
  bottom: 20px;
  left: 10px;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(90deg, #062964, #1F0833, #560A1E, #7A2206);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 6px 14px;
  border-radius: 25px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.service-bottom-link:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #f7f7f7;
} */

/* Description Paragraph */
.services-description {
  /* font-family: 'Playfair Display', serif; */
  font-size: 1.1rem;
 letter-spacing: 0.5px;
  color: #575757;
  line-height: 1.8;
  max-width: 800px;
  margin: 60px auto 0;
   font-family: 'Georgia', serif;
}

/* === Fade-in from bottom effect === */
.fade-in-section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
}
/* ============== archive section======= */
.archive-section {
  padding: 80px 7%;
  text-align: center;
  background: #fff;
}

.archive-heading {
     font-family: 'myFont';
  font-size: 3rem;
  font-weight: 600;
   background: linear-gradient(90deg,  #09255F, #560A1E) ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* color: #222; */
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.archive-subtext {
  color: #555;
  font-size: 1rem;
  margin-bottom: 50px;
  font-style: italic;
}

.archive-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.archive-col {
  flex: 1 1 calc(50% - 30px);
  position: relative;
  overflow: hidden;
}

.archive-img-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.archive-img-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.archive-img-box:hover img {
  transform: scale(1.05);
}

.archive-overlay-box {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  color: #000;
  padding: 15px 25px;
  text-align: left;
  width: 60%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.archive-overlay-box h4 {
  margin: 0;
  background: linear-gradient(90deg, #062964, #1F0833, #560A1E, #7A2206);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1rem;
  font-weight: 600;
}

.archive-overlay-box .learn-more {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.9rem;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.archive-overlay-box .learn-more:hover {
  text-decoration: underline;
}

/* Fade-in transition */
.fade-in-section {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
  .archive-col {
    flex: 1 1 100%;
  }

  .archive-overlay-box {
    width: 90%;
    padding: 12px 20px;
  }
}
/* ========conmtact us======== */
.contact-section {
  padding: 80px 8%;
  text-align: center;
  background: #fff;
}

.contact-heading {
    background: linear-gradient(90deg,  #09255F, #560A1E) ;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
font-size: 3rem;
  font-weight: 600;
  /* color: #222; */
  margin-bottom: 40px;
   font-family: 'myFont';
   letter-spacing: 1px;
}

.contact-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.contact-col {
  overflow: hidden;
  position: relative;
}

.contact-col img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.contact-col img:hover {
  transform: scale(1.05);
}

/* Size difference between columns */
.small-col {
  flex: 0 0 38%; /* smaller left column */
}

.large-col {
  flex: 0 0 55%; /* larger right column */
 
}

.contact-text {
  font-size: 1.1rem;
  color: #4a3f3f;
  margin-bottom: 20px;
  font-style: italic;
}

.contact-btn {
  background: #a1846c;
  
  color: #fff;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 5px;
  font-size: 1rem;
  display: inline-block;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  background: #8a6d57;
}

/* Fade-in from bottom transition */
.fade-in-section {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}

.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
  .contact-row {
    flex-direction: column;
    gap: 20px;
  }

  .small-col, .large-col {
    flex: 1 1 100%;
  }

  .contact-btn {
    padding: 10px 28px;
  }
}





/* ================footer========== */
/* ===========footer swection========= */
 .footer-section {
  background: linear-gradient(to right, #f4ede5, #faf7f3);
  padding: 100px 8% 20px;
  font-family: "Cormorant Garamond", serif;
  overflow-x: hidden !important;
}
.footer-bottom {
background: linear-gradient(to right, #f4ede5, #faf7f3);
  padding: 10px 0;
  font-size: 0.85rem;
  
  color: #565555;
padding-right: 8px !important;
}

.footer-section h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.check-class{
    padding-left: 70px !important;
   padding-top: 40px;
   

    
}
.logo-text-footer {
   display: block;
  font-size: 0.42rem;
  color: #231F54;
  font-weight: 600;
  letter-spacing: 0.2px !important;
   font-family: 'Lexend Exa', sans-serif;
   padding-left: 10px !important;

}
.footer-heading {
  margin: 0; /* remove extra h5 spacing */
  line-height: 1.2; /* tighten vertical spacing */
}
.footer-section .fw-bold {
  /* background: linear-gradient(to right, #CB256C, #A259D4); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  color: #231F54;
  font-size: 1.2rem !important;
}

.footer-text {
    font-size: 1rem !important;
  line-height: 1.6;
  color: #565555; /* Light gray text like in image */
  padding-left: 10px !important;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 20px;
}

.footer-links a {

  font-size: 0.95rem;
  color: #565555; /* Light gray */
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #000;
}

.footer-logo {
  width: 120px; /* Matches larger logo look */
  height: auto;
  object-fit: contain;
  display: block !important;
   margin-bottom: 3px; /* small space between logo and text */
}

.footer-section a {
  color: #565555;
  text-decoration: none;
}

.footer-section a:hover {
  text-decoration: underline;
}

.bi {
  font-size: 1.3rem;
  color: #565555;
  transition: color 0.3s ease;
}

.bi:hover {
  color: #000;
}

.contact-info {
  /* background: linear-gradient(to right, #CB256C, #A259D4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.hello-class{
    padding-top: 40px;
}
.hello-class p{
     font-size: 0.95rem !important;
  color: #565555 !important;
}

/* Divider */
.footer-line {
  border: none;
  border-top: 1px solid #000000; /* pure black */
  margin: 40px 0 20px;
}
.footer-bottom {
  text-align: left;
  font-size: 0.9rem;
  color: #555;
  /* font-family: "Inter", sans-serif; */
}

.footer-bottom span {
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
}

.footer-bottom a {
  color: #555;
  text-decoration: none;
  margin: 0 5px;
  transition: color 0.3s ease;
}

.footer-bottom a:hover {
  color: #7a2206;
}

/* =========================== */
 /* .footer-section {
  background: linear-gradient(to right, #f4ede5, #faf7f3);
  padding: 60px 8% 20px;
  font-family: "Cormorant Garamond", serif;
  overflow-x: hidden !important;
}
.footer-bottom {
background: linear-gradient(to right, #f4ede5, #faf7f3);
  padding: 10px 0;
  font-size: 0.85rem;
  color: #565555;
padding-right: 8px !important;
}

.footer-bottom hr {
  border-top: 1.5px solid #4d4c4c !important;
  margin: 0 0 20px;
}

.footer-bottom p {
  margin: 0;
  padding-left: 10px !important;
  font-size: 0.95rem;
  color: #565555;
    font-family: Arial, sans-serif;
}

.footer-bottom-links a {
  color: #565555;
  margin-left: 8px;
  font-size: 0.9rem;
  text-decoration: none;
  
    font-family: Arial, sans-serif;
}

.footer-bottom-links a:hover {
  color: #000;
  text-decoration: underline;
} */
