﻿/* Section Wrapper */
.about-bordered-section {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  background: #fafafa;
  font-family: "Roboto", sans-serif;
}

/* Border Container */
.about-border-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #c0392b;
  border-radius: 10px;
  padding: 35px;
  width: 90%;
  max-width: 1200px;
  gap: 40px;
  background: #fff;
}

/* Text Left */
.about-left {
  flex: 1.3;
}

.about-left h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #c0392b;
}

.about-left p {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* Image Right */
.about-right {
  flex: 1;
}

.about-right img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 2px solid #c0392b;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 992px) {
  .about-border-wrapper {
    flex-direction: column;
    text-align: left;
  }

  .about-right img {
    width: 100%;
    margin-top: 20px;
  }
}




/* Premium Theme Container */
.premium-features {
  background: #faf7f4;
  padding: 70px 0;
  font-family: "Playfair Display", serif;
}

/* Layout Container */
.premium-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Heading */
.premium-heading {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #7b0f20;  /* Deep Maroon */
  margin-bottom: 48px;
  letter-spacing: 1px;
  position: relative;
}

/* Gold underline */
.premium-heading::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #d4af37; /* Gold */
  display: block;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* Feature Row */
.premium-item {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 38px;
  padding: 18px;
  border: 1px solid #d4af37; /* Gold border */
  border-radius: 10px;
  background: #fff;
}

/* Image */
.premium-img img {
  width: 85px;
  height: 85px;
  border-radius: 8px;
  object-fit: cover;
  border: 3px solid #7b0f20; /* Maroon */
}

/* Text */
.premium-text h3 {
  font-size: 22px;
  color: #7b0f20;
  margin-bottom: 6px;
}

.premium-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .premium-item {
    flex-direction: column;
    text-align: center;
  }

  .premium-img img {
    width: 75px;
    height: 75px;
  }
}



/* Premium Theme Container */
.premium-features {
  background: #faf7f4;
  padding: 70px 0;
  font-family: "Playfair Display", serif;
}

/* Layout Container */
.premium-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Heading */
.premium-heading {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #7b0f20;  /* Deep Maroon */
  margin-bottom: 48px;
  letter-spacing: 1px;
  position: relative;
}

/* Gold underline */
.premium-heading::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #d4af37; /* Gold */
  display: block;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* Feature Row */
.premium-item {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 38px;
  padding: 18px;
  border: 1px solid #d4af37; /* Gold border */
  border-radius: 10px;
  background: #fff;
}

/* Image */
.premium-img img {
  width: 85px;
  height: 85px;
  border-radius: 8px;
  object-fit: cover;
  border: 3px solid #7b0f20; /* Maroon */
}

/* Text */
.premium-text h3 {
  font-size: 22px;
  color: #7b0f20;
  margin-bottom: 6px;
}

.premium-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .premium-item {
    flex-direction: column;
    text-align: center;
  }

  .premium-img img {
    width: 75px;
    height: 75px;
  }
}



/* contact us  */


/* Breadcrumb Section */
.breadcrumb-section {
    background-image: url('../IMAGE/vt.jpg');
    /* change path as needed */
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
    color: #fff;
   
}

/* Overlay for dark shade */
.breadcrumb-overlay {
    position: absolute;
    inset: 0;
    background:rgba(89, 79, 79, 0.57);
    z-index: 1;
}

/* Text Content */
.breadcrumb-content {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: auto;
   
}

.breadcrumb-content h1 {
    font-size: 36px;
    margin: 0;
    font-weight: 600;
}

/* Breadcrumb Navigation */
.breadcrumb-nav {
    margin-top: 10px;
    font-size: 16px;
}

.breadcrumb-nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.breadcrumb-nav span {
    margin: 0 6px;
}



.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 40px auto;
  
    border-radius: 6px;
    overflow: hidden;
}

/* LEFT IMAGE */
.contact-image {
    flex: 1;
    min-width: 350px;
}
.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RIGHT FORM */
.contact-form {
    flex: 1;
    min-width: 350px;
    background: #800000; /* maroon */
    padding: 30px;
    color: #fff;
}

.contact-form h2 {
    margin: 0 0 20px;
    font-weight: 600;
}

.contact-form form input,
.contact-form form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #d4b47c; /* lite gold */
    border-radius: 4px;
    background: #fff;
    color: #333;
    font-size: 15px;
}

.contact-form form button {
    width: 100%;
    padding: 12px;
    background: #d4b47c; /* lite gold */
    color: #800000;
    border: none;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

.contact-form form button:hover {
    opacity: 0.9;
}



.limca-section {
  
    margin: 104px 99px;
    display: flex;
   
    gap: 30px;
    align-items: center;
  justify-content: center;
  border : 1px solid gold ;
  padding : 68px;
}

/* Each Box */
.limca-box {
    padding: 20px;
    border-left: 4px solid #d4b47c; /* Light gold accent */
    color: #800000; /* Maroon text */
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

/* Icons */
.limca-icon {
    margin-bottom: 8px;
}

/* Headings */
.limca-box h3 {
    margin: 5px 0;
    font-size: 20px;
    font-weight: 700;
}

/* Paragraphs */
.limca-box p {
    font-size: 16px;
    margin: 0;
    color: #333;
}

/* Reveal Animation Active */
.limca-box.visible {
    opacity: 1;
    transform: translateY(0);
}



.contact-info-section {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1100px;
    margin: 50px auto;
    align-items: center;
}

/* LEFT SIDE */
.contact-left {
    position: relative;
    flex: 1;
    min-width: 330px;
    border: 3px solid gold;
    padding: 20px;
    background-size: cover;
    overflow: hidden;
}

.contact-left::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../IMAGE/tm.jpg') no-repeat center/cover;
    opacity: 0.5; /* ↓ adjust image opacity here */
    z-index: -1;
}

.contact-left h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: white;
    font-weight: 700;
    color: maroon;
}

.contact-item {
    margin-bottom: 15px;
}

.contact-item h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: maroon; /* maroon */
}

.contact-item p {
    font-size: 15px;
    margin: 4px 0 0;
    color: #222020;
    line-height: 22px;
}

/* RIGHT SIDE IMAGE */
.contact-right {
    flex: 1;
    min-width: 330px;
    text-align: center;
    
}

.contact-right img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}
