
/* Extracted Style 1 */
html,body{

  padding: 0;

  margin: 0;

  color: #6d6d6d;

}



  .loadingImgLeft {

  height: 100%;

  width: 50%;

  bottom: 0;

  left: 0;

  position: fixed;

  background: #fff;

  z-index: 21;

  transition: 2s ease-in-out;

}



.loadingImgRight {

  height: 100%;

  width: 50%;

  top: 0;

  right: 0;

  position: fixed;

  background: #fff;

  z-index: 21;

  transition: 2s ease-in-out;

}



.loadingImg {

  display: flex;

  position: fixed;

  top: 0%;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 30;

  justify-content: center;

  align-items: center;

  transition: 1s ease-in-out;

  padding: 30px;

  opacity: 1;

}

.loadingImg .loadingImgOuter {

  width: 100%;

  text-align: center;

}

.loadingImg .loadingImgOuter img {

  width: 50%;

}

.loadingImg .loadingicon {

  width: 100%;

  display: flex;

  justify-content: center;

  margin-top: 10px;

}

.loadingImg .loadingicon img {

  width: 250px;

}

.loadingImg .loadMessage {

  text-align: center;

  margin-top: 20px;

  font-size: 20px;

}

/* Extracted Style 2 */
.about-section {

    background:linear-gradient(135deg, #fefcf7, #fdf9f0);

    color: #eaeaea;

    /* font-family: 'Poppins', sans-serif; */

  }



  /* Glass card */

  .glass-card {

    background: rgba(255, 255, 255, 0.05);

    border: 1px solid rgba(197,161,73,0.4); /* Gold border */

    border-radius: 18px;

    backdrop-filter: blur(12px);

    -webkit-backdrop-filter: blur(12px);

    box-shadow: 0 8px 32px rgba(0,0,0,0.6);

  }



  .sectitle {

    font-size: 1.6rem;

    color: #C5A149; /* Golden heading */

    letter-spacing: 0.5px;

    position: relative;

    /* display: inline-block; */

  }

  .sectitle::after {

    content: '';

    position: absolute;

    left: 0;

    bottom: -6px;

    width: 50px;

    height: 3px;

    /* background: linear-gradient(90deg, #B8912E, #E6C067); */

    border-radius: 2px;

  }



  .dnTextInner {

    font-size: 15px;

    line-height: 1.7;

    color: #000;

  }



  /* Golden Button with Shimmer */

  .golden-btn {

    position: relative;

    overflow: hidden;

    background: linear-gradient(135deg, #B8912E, #E6C067);

    color: #111;

    font-weight: 600;

    font-size: 0.95rem;

    border: none;

    border-radius: 30px;

    padding: 12px 28px;

    cursor: pointer;

    display: inline-flex;

    align-items: center;

    transition: all 0.3s ease;

    box-shadow: 0 4px 15px rgba(197,161,73,0.6);

  }

  .golden-btn:hover {

    transform: translateY(-3px);

    box-shadow: 0 6px 20px rgba(197,161,73,0.9);

  }



  /* Shimmer effect */

  .golden-btn::after {

    content: "";

    position: absolute;

    top: 0;

    left: -75%;

    width: 50%;

    height: 100%;

    background: linear-gradient(

      120deg,

      transparent,

      rgba(255, 255, 255, 0.6),

      transparent

    );

    transform: skewX(-25deg);

  }

  .golden-btn:hover::after {

    animation: shimmer 1.5s ease-in-out;

  }



  @keyframes shimmer {

    0% { left: -75%; }

    100% { left: 125%; }

  }



  /* Video Frame */

  .video-frame {

    border-radius: 18px;

    overflow: hidden;

    border: 2px solid rgba(197,161,73,0.4);

    box-shadow: 0 6px 25px rgba(0,0,0,0.6);

  }

  .video-frame iframe {

    width: 100%;

    height: 360px;

    border: none;

  }



  /* Golden accent text */

  .text-golden {

    color: #C5A149;

    font-size: 1rem;

  }



  /* Responsive */

  @media(max-width: 768px) {

    .video-frame iframe {

      height: 240px;

    }

  }

/* Extracted Style 3 */
/*for image brochure */.Highlights .dnHeroimageOuter .brochureImage { /* background: #582E3D; */ padding-bottom: 20px; margin-bottom: -8px; border-radius: 12px; overflow: hidden;}

.Highlights .dnHeroimageOuter .brochureImage .brochureimg { width: 100%; height: 100%;}

.Highlights .dnHeroimageOuter .secsubtitle { text-align: left;}

.Highlights .dnHeroimageOuter .enquireNowBtn { display: inline-block;

    font-size: 17px;

    padding: 8px 12px;

    margin-top: 10px;

    border-radius: 40px;}

/*for image brochure end */

/* Extracted Style 4 */
.custom0 .item{

        transition: .2s ease-in;

      }

      .owlactiveclass{

        transform: scale(1.1) !important;

      }

/* Extracted Style 5 */
:root {

   --primary-color: #9f7b03; /* This is the dynamic color you want to pass */

  }

/* Extracted Style 6 */
.grecaptcha-badge{ display: none !important; }
