:root {
  --golden-color:#C9A24D
    --data-color:#383838;
  --white-color:#ffffff;
  --orange-color:#EB7830;
  --primary-grey:#E9E9E9;
  --fnt-white:#fdfdfd;
  --title-font: 'Merriweather', serif;
  --data-font: 'Roboto', sans-serif;
  --fnt-light-blk:#707070;
  --fnt-black:#383838;
  --clr-offwhite:#dddddd; }

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5% !important;
  font-family: inherit;
  scroll-behavior: smooth; }

body {
  box-sizing: border-box;
  font-family: var(--data-font) !important;
  font-size: 62.5% !important;
  color: #383838;
  overflow-x: hidden; }

.top-cta a {
  font-size: 1.7rem;
  color: var(--fnt-black);
  font-weight: 500;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  line-height: 1.3; }
  @media (min-width: 320px) and (max-width: 767px) {
    .top-cta a {
      font-size: 1.4rem; } }

.top-cta svg {
  height: 60px;
  width: 60px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .top-cta svg {
      height: 45px;
      width: 45px; } }

.top-cta .box {
  position: fixed;
  display: flex;
  align-items: center;
  transition: all ease 0.35s; }

.top-cta .call {
  right: -155px;
  top: 35%;
  z-index: 12000; }
  @media (min-width: 320px) and (max-width: 767px) {
    .top-cta .call {
      right: -130px; } }
  .top-cta .call > div:nth-child(2) {
    background-color: white;
    height: 60px;
    border: 1px solid var(--primary-red); }
    @media (min-width: 320px) and (max-width: 767px) {
      .top-cta .call > div:nth-child(2) {
        height: 45px; } }
  .top-cta .call:hover {
    right: 0; }

.top-cta .msg {
  right: -212px;
  top: 46%;
  z-index: 12000; }
  @media (min-width: 320px) and (max-width: 767px) {
    .top-cta .msg {
      right: -178px;
      top: 42%; } }
  .top-cta .msg > div:nth-child(2) {
    background-color: white;
    height: 60px;
    border: 1px solid var(--primary-red); }
    @media (min-width: 320px) and (max-width: 767px) {
      .top-cta .msg > div:nth-child(2) {
        height: 45px; } }
  .top-cta .msg:hover {
    right: 0; }

.strip--top {
  background-color: var(--primary-red);
  min-height: 15px; }
  .strip--top .tag-line {
    margin: 0;
    text-align: center;
    font-size: 1.4rem;
    color: #ffffff;
    padding: 3px 0; }
    @media (min-width: 320px) and (max-width: 768px) {
      .strip--top .tag-line {
        font-size: 1.2rem; } }
  .strip--top-container {
    display: none; }
    @media (min-width: 320px) and (max-width: 767px) {
      .strip--top-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px; }
        .strip--top-container-inner {
          display: flex; }
          .strip--top-container-inner > div {
            padding: 2px; }
          .strip--top-container-inner .title {
            font-size: 1.4rem;
            color: var(--primary-blue);
            font-weight: 600; }
          .strip--top-container-inner svg {
            border: 1px solid #00000054; } }

.img-responsive {
  height: auto;
  width: 100%;
  max-width: 100%; }

.logo-container {
  padding: 0; }
  .logo-container svg {
    width: 346px;
    height: 130px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .logo-container svg {
        width: 200px;
        height: 110px; } }

.padd-7-2 {
  padding: 7px 2px 2px 2px; }

.padd-10 {
  padding: 10px; }

.padd-15 {
  padding: 0 15px 10px 15px; }

.pt-5 {
  padding-top: 5px; }

.pt-6 {
  padding-top: 6px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-17 {
  padding-top: 17px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pct-50 {
  padding-top: 50px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .pct-50 {
      padding-top: 5px; } }

.pb-20 {
  padding-bottom: 20px; }

.pb-40 {
  padding-bottom: 40px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-40 {
  margin-top: 40px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-100 {
  margin-bottom: 100px; }

.mt-40 {
  margin-top: 40px; }

.mt-15 {
  margin-top: 15px; }

.padd-tb-30 {
  padding: 30px 0; }

.nmt-40 {
  margin-top: -40px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .nmt-40 {
      margin-top: 0; } }

.top-strip {
  background-image: url(../top-bar.jpg);
  width: 100%;
  min-height: 10px;
  background-repeat: repeat;
  background-position: bottom;
  background-size: auto; }
  .top-strip__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end; }
    @media (min-width: 320px) and (max-width: 767px) {
      .top-strip__container {
        justify-content: center; } }
    .top-strip__container div {
      padding: 3px 3px 0; }
    .top-strip__container a {
      padding: 3px 5px; }
    .top-strip__container i, .top-strip__container a, .top-strip__container a:hover, .top-strip__container a:visited, .top-strip__container a:active {
      color: white !important;
      font-size: 1.4rem;
      font-weight: 500; }
      @media (min-width: 320px) and (max-width: 767px) {
        .top-strip__container i, .top-strip__container a, .top-strip__container a:hover, .top-strip__container a:visited, .top-strip__container a:active {
          font-size: 1.2rem; } }

.cta__readmore {
  color: white;
  background-color: #ED3237;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 2px; }

.cta__productinner--enquiry {
  font-size: 1.8rem;
  background-color: var(--sec-blue);
  color: #f3f3f3;
  padding: 10px 30px;
  border-radius: 2px;
  border: 1px solid var(--sec-blue); }
  .cta__productinner--enquiry:hover {
    text-decoration: none; }

.cta__productinner--cat {
  font-size: 1.8rem;
  color: var(--sec-blue);
  background-color: #f3f3f3;
  padding: 10px 20px;
  border-radius: 2px;
  border: 1px solid var(--sec-blue); }
  .cta__productinner--cat:hover {
    text-decoration: none; }

.res__pt-80 {
  padding-top: 80px; }

.footer .outer-box {
  background: #4A1C12;
  padding: 40px 80px 40px;
  position: relative; }
  @media (min-width: 320px) and (max-width: 768px) {
    .footer .outer-box {
      padding: 40px; } }
  .footer .outer-box-fbox {
    display: flex;
    justify-content: space-around; }
    @media (min-width: 320px) and (max-width: 768px) {
      .footer .outer-box-fbox {
        flex-wrap: wrap; } }
    .footer .outer-box-fbox > div {
      width: 25%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .footer .outer-box-fbox > div {
          width: 100%; } }
    .footer .outer-box-fbox .title {
      color: #c8a253;
      font-size: 2rem;
      font-family: var(--title-font);
      font-style: italic; }
      @media (min-width: 320px) and (max-width: 767px) {
        .footer .outer-box-fbox .title {
          border-top: 1px solid #ffffff47;
          padding-top: 30px; } }
  .footer .outer-box-linkbox {
    display: flex;
    align-items: center;
    padding: 8px 5px;
    transition: all ease 0.35s; }
    .footer .outer-box-linkbox svg {
      width: 20px;
      height: 20px;
      transition: all ease 0.35s; }
    .footer .outer-box-linkbox a {
      font-size: 1.6rem;
      text-decoration: none;
      color: #efefef;
      padding: 0 5px; }
    .footer .outer-box-linkbox p {
      font-size: 1.6rem;
      text-decoration: none;
      color: #efefef;
      padding: 0 5px; }
    .footer .outer-box-linkbox:hover svg.ft {
      transform: rotate(30deg); }
    .footer .outer-box-linkbox:hover svg.ft path {
      fill: #c8a253; }
    .footer .outer-box-linkbox:hover a {
      color: #c8a253; }
  .footer .outer-box .t22 {
    font-size: 1.6rem;
    text-decoration: none;
    color: #efefef;
    padding: 5px;
    line-height: 1.5; }

.footer .inner-box {
  background: #ffffff;
  color: white;
  padding: 20px;
  margin: -810px 9% 0;
  border-radius: 6px;
  border: 1px solid var(--primary-red); }
  @media (min-width: 320px) and (max-width: 768px) {
    .footer .inner-box {
      display: none; } }
  .footer .inner-box .main-title {
    margin: 20px 0;
    text-align: center;
    font-size: 3rem;
    color: var(--primary-red);
    font-weight: 500;
    font-family: var(--title-font); }
  .footer .inner-box-fbox {
    display: flex;
    justify-content: space-around; }
    .footer .inner-box-fbox > div {
      width: 50%; }
      .footer .inner-box-fbox > div:nth-child(2) {
        border-left: 1px solid #a2172226;
        border-right: 1px solid #a2172226; }
    .footer .inner-box-fbox .title {
      color: var(--primary-red);
      font-size: 1.9rem;
      text-align: center;
      font-weight: 500;
      margin: 0;
      padding-bottom: 5px; }
    .footer .inner-box-fbox .data {
      position: relative;
      font-size: 1.6rem;
      color: var(--fnt-black);
      text-align: center;
      margin: 0;
      min-height: 85px;
      background-color: #ffffff; }

.footer-lower {
  display: flex;
  background-color: #42160e;
  justify-content: center;
  align-items: center; }
  @media (min-width: 320px) and (max-width: 768px) {
    .footer-lower {
      flex-direction: column; } }
  .footer-lower > div {
    padding: 0 30px; }
  .footer-lower p, .footer-lower a {
    margin: 0;
    font-size: 1.2rem;
    padding: 6px 0;
    font-weight: 500;
    color: #f5f5f5;
    text-decoration: none; }

.table {
  font-size: 1.7rem; }

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff; }

#button:hover {
  cursor: pointer;
  background-color: #333; }

#button:active {
  background-color: #555; }

#button.show {
  opacity: 1;
  visibility: visible; }

.fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998; }

.cta-blue1 {
  font-size: 1.66rem;
  background-color: var(--sec-blue);
  color: #f3f3f3;
  padding: 10px 20px;
  border-radius: 2px; }

@media (min-width: 320px) and (max-width: 768px) {
  .hide-mobi {
    display: none; } }

.certificate__ce svg {
  cursor: pointer; }

.certificate__fbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  @media (min-width: 320px) and (max-width: 768px) {
    .certificate__fbox {
      flex-direction: column; } }

@media (min-width: 320px) and (max-width: 767px) {
  .desk {
    display: none !important; } }

.mbl {
  display: none; }
  @media (min-width: 320px) and (max-width: 767px) {
    .mbl {
      display: block; } }

.pos-rel {
  position: relative;
  width: 100%;
  min-height: 345px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .pos-rel {
      min-height: 200px; } }

.pos-abs {
  position: absolute; }

.fixed-header-spec {
  position: fixed;
  top: 54px;
  left: 0;
  width: 100%;
  z-index: 99; }

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

header {
  position: relative;
  z-index: 9999; }

.mobile-inner-box {
  display: none; }

@media (min-width: 320px) and (max-width: 767px) {
  .mobile-inner-box {
    display: block;
    background: #ffffff;
    color: white;
    padding: 20px;
    margin: 10px 0 0;
    border-radius: 6px;
    border: 1px solid var(--primary-red); }
    .mobile-inner-box .main-title {
      margin: 20px 0;
      text-align: center;
      font-size: 3rem;
      color: var(--primary-red);
      font-weight: 500;
      font-family: var(--title-font); }
    .mobile-inner-box-fbox {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      flex-direction: column-reverse; }
      .mobile-inner-box-fbox > div {
        width: 100%;
        border-bottom: 1px solid #b3b3b3; }
      .mobile-inner-box-fbox .title {
        color: var(--primary-red);
        font-size: 1.9rem;
        text-align: center;
        font-weight: 500;
        margin: 0;
        padding: 5px 0; }
      .mobile-inner-box-fbox .data {
        position: relative;
        font-size: 1.6rem;
        color: var(--fnt-black);
        text-align: center;
        margin: 0;
        background-color: #ffffff; } }

.spacing-div {
  background-color: white;
  min-height: 300px; }

.sticky__menu {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 999999;
  width: 65px;
  display: flex;
  flex-direction: column;
  background-color: var(--orange-color);
  border-radius: 5px 0 0 5px; }
  .sticky__menu > div {
    background-color: var(--bg-yellow);
    padding: 5px; }
  .sticky__menu > div:not(:last-child) {
    border-bottom: 1px dashed white; }
  .sticky__menu > div svg {
    height: 40px;
    width: 40px;
    fill: var(--bg-blue); }
  .sticky__menu > div.title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.0;
    text-align: center; }
  .sticky__menu a {
    text-decoration: none; }
  .sticky__menu .title {
    color: var(--white-color);
    font-size: 1.2rem;
    text-align: center; }

@media (min-width: 320px) and (max-width: 768px) {
  .sticky__menu {
    display: none; } }

#live-blinker {
  width: 8px;
  height: 10px; }
  #live-blinker circle {
    animation: blinkFill 1.5s infinite ease-in-out; }

@keyframes blinkFill {
  0%, 100% {
    fill: #EC311C;
    opacity: 1; }
  50% {
    fill: #FFFFFF;
    opacity: 0.8; } }

.site-header {
  position: relative;
  top: 0;
  background: #fff;
  z-index: 1000;
  border-bottom: 1px solid #eee; }

.site-header.fixed {
  position: fixed;
  top: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  animation: slideDown 0.35s ease forwards; }

@keyframes slideDown {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }

/* NAVBAR */
.navbar {
  max-width: 1400px;
  margin: auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media (min-width: 320px) and (max-width: 768px) {
    .navbar {
      padding: 5px 20px; } }

/* LOGO */
.nav-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  font-weight: 600; }
  .nav-logo .svglogo {
    width: 250px;
    height: 100px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .nav-logo .svglogo {
        height: 50px; } }

.nav-logo a {
  text-decoration: none;
  color: #111; }

/* MENU WRAPPER */
.nav-menu {
  display: flex;
  width: 100%;
  justify-content: space-between; }

/* MAIN MENUS ONLY */
.nav-menu > ul {
  list-style: none;
  display: flex;
  gap: 20px; }

/* LINKS */
.nav-menu a {
  text-decoration: none;
  color: #2a2a2a;
  font-weight: 500;
  padding: 8px 0;
  display: inline-block;
  font-size: 1.6rem;
  font-family: var(--data-font); }

/* ---------------- SUBMENU ---------------- */
.has-submenu {
  position: relative; }

/* hidden by default */
.submenu {
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 12px 0;
  overflow-y: auto;
  max-height: calc(100vh - 120px); }
  .submenu li:not(:last-child) {
    border-bottom: 1px dashed var(--orange-color); }

/* Desktop hover */
@media (min-width: 993px) {
  .has-submenu:hover > .submenu {
    display: flex;
    flex-direction: column; } }

/* column layout */
.submenu li a {
  display: block;
  padding: 10px 16px;
  white-space: nowrap; }

/* DESKTOP HOVER */
@media (min-width: 992px) {
  .has-submenu:hover > .submenu {
    display: block; } }

/* ---------------- HAMBURGER ---------------- */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer; }

.nav-toggle span {
  width: 26px;
  height: 2px;
  background: #000; }

/* ---------------- MOBILE ---------------- */
@media (max-width: 991px) {
  .navbar {
    justify-content: space-between; }
  .nav-logo {
    position: static;
    transform: none; }
  .nav-toggle {
    display: flex; }
  .nav-menu {
    position: fixed;
    inset: 0;
    background: #fff;
    padding: 80px 24px;
    flex-direction: column;
    display: none; }
  .nav-menu.active {
    display: block;
    height: 100vh; }
  .nav-menu > ul {
    flex-direction: column;
    gap: 16px; }
  /* mobile submenu */
  .submenu {
    position: static;
    box-shadow: none;
    padding-left: 16px; }
  .has-submenu.open > .submenu {
    display: block; }
  /* disable hover on mobile */
  .has-submenu:hover > .submenu {
    display: none; } }

/* Desktop default */
.nav-close {
  display: none; }

/* Mobile styles */
@media (max-width: 992px) {
  .nav-menu {
    position: fixed;
    inset: 0;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 20px;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 1000;
    overflow-y: auto; }
  .nav-menu > ul > li {
    border-bottom: 1px dashed var(--orange-color); }
  .nav-menu.active {
    transform: translateX(0); }
  /* Close button */
  .nav-close {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px; }
  .nav-close button {
    font-size: 2.4rem;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    background-color: var(--orange-color);
    padding: 5px 10px;
    border-radius: 26px;
    font-weight: 700; }
  /* Stack menus */
  .nav-left,
  .nav-right {
    flex-direction: column;
    gap: 16px; } }

@media (max-width: 992px) {
  .has-submenu > a {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .has-submenu.open > .submenu {
    display: flex;
    flex-direction: column; }
  /* Optional arrow rotation */
  .has-submenu svg {
    transition: transform 0.3s ease; }
  .has-submenu.open svg {
    transform: rotate(180deg); } }

.sec__banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden; }
  .sec__banner #banner101 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: 1920;
    height: 1080; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__banner #banner101 {
        width: 100%;
        height: auto;
        object-fit: contain;
        min-height: 375px; } }
  @media (min-width: 320px) and (max-width: 768px) {
    .sec__banner {
      height: 91vh;
      background-size: contain;
      background-position: top center; } }
  .sec__banner .marquee-tagline {
    position: relative;
    background-color: #ff57222e;
    padding: 10px 0;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__banner .marquee-tagline {
        padding: 5px 10px;
        background-color: #e9773a; } }
    .sec__banner .marquee-tagline .static-tagline {
      position: relative;
      text-align: center;
      font-size: 2.3rem;
      color: white;
      font-family: var(--title-font);
      font-style: italic; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__banner .marquee-tagline .static-tagline {
          font-size: 1.4rem; } }
    .sec__banner .marquee-tagline .marquee-track {
      display: flex;
      width: max-content;
      will-change: transform; }
      .sec__banner .marquee-tagline .marquee-track p {
        color: var(--fnt-white);
        font-size: 1.8rem;
        font-style: italic;
        font-weight: 500;
        white-space: nowrap; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__banner .marquee-tagline .marquee-track p {
            font-size: 1.2rem; } }
  .sec__banner--textbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 15px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__banner--textbox {
        margin-top: 5px; } }
    .sec__banner--textbox .highlighter {
      font-size: 3rem;
      color: white;
      font-weight: 800; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__banner--textbox .highlighter {
          font-size: 1.6rem; } }
    .sec__banner--textbox #banner_tagline1 {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      .sec__banner--textbox #banner_tagline1 #tr1 {
        width: 100px;
        height: 100px; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__banner--textbox #banner_tagline1 #tr1 {
            width: 50px;
            height: 50px; } }
      .sec__banner--textbox #banner_tagline1 #tr2 {
        width: 100px;
        height: 150px;
        position: absolute;
        right: -2px;
        top: 18px; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__banner--textbox #banner_tagline1 #tr2 {
            width: 50px;
            height: 75px;
            top: 3px;
            right: 8px; } }
      .sec__banner--textbox #banner_tagline1 #name {
        width: 700px;
        height: 130px; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__banner--textbox #banner_tagline1 #name {
            width: 300px;
            height: 50px; } }
    .sec__banner--textbox #banner_tagline2 {
      display: flex;
      justify-content: center;
      align-items: center; }
      .sec__banner--textbox #banner_tagline2 #tr3 {
        width: 370px;
        height: 56px; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__banner--textbox #banner_tagline2 #tr3 {
            width: 200px;
            height: 40px; } }
    .sec__banner--textbox #banner_tagline3 {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-top: 5px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__banner--textbox #banner_tagline3 {
          margin-top: 5px; } }
      .sec__banner--textbox #banner_tagline3 .tgline1 {
        font-size: 2rem;
        font-style: italic;
        font-family: var(--title-font);
        color: var(--fnt-white);
        line-height: 1.3; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__banner--textbox #banner_tagline3 .tgline1 {
            font-size: 1.3rem;
            text-align: center; } }
    .sec__banner--textbox #banner_tagline4 {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-top: 5px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__banner--textbox #banner_tagline4 {
          margin-top: 5px; } }
      .sec__banner--textbox #banner_tagline4 .tgline2 {
        font-size: 2rem;
        font-style: italic;
        font-family: var(--title-font);
        color: var(--fnt-white);
        text-align: center;
        line-height: 1.3; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__banner--textbox #banner_tagline4 .tgline2 {
            font-size: 1.4rem; } }
    .sec__banner--textbox #banner_tagline5 {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-top: 15px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__banner--textbox #banner_tagline5 {
          display: none; } }
      .sec__banner--textbox #banner_tagline5 .tgline2 {
        font-size: 2rem;
        font-style: italic;
        font-family: var(--title-font);
        color: var(--fnt-white);
        text-align: center; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__banner--textbox #banner_tagline5 .tgline2 {
            font-size: 1.4rem; } }
  .sec__banner--info {
    display: flex;
    background-color: #ffffff;
    padding: 15px 10px;
    border-radius: 10px;
    justify-content: space-between;
    width: 60%;
    margin-top: 25px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__banner--info {
        width: 95%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: center; } }
    .sec__banner--info .fbox-icon-inner {
      display: flex; }
      .sec__banner--info .fbox-icon-inner svg {
        width: 60px;
        height: 60px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__banner--info .fbox-icon-inner {
          flex-direction: row;
          width: 100%;
          margin-top: 10px; }
          .sec__banner--info .fbox-icon-inner svg {
            width: 50px;
            height: 50px; } }
      .sec__banner--info .fbox-icon-inner .t1 {
        font-size: 1.6rem;
        font-weight: 600; }
      .sec__banner--info .fbox-icon-inner .data {
        font-size: 1.7rem;
        font-family: var(--data-font);
        line-height: 1.4; }

.sec__about {
  padding: 50px 3%; }
  @media (min-width: 320px) and (max-width: 768px) {
    .sec__about {
      padding: 0 3% 10px; } }
  .sec__about--fbox {
    display: flex;
    align-items: center;
    /* first image visible initially (fallback) */ }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__about--fbox {
        flex-direction: column-reverse; } }
    .sec__about--fbox .bg-rotor {
      opacity: 0.8;
      width: 450px;
      height: 450px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__about--fbox .bg-rotor {
          width: 400px;
          height: 400px; } }
    .sec__about--fbox > div:nth-child(1) {
      position: relative;
      width: 40%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__about--fbox > div:nth-child(1) {
          width: 100%; } }
    .sec__about--fbox .img-object {
      position: absolute;
      top: 77px;
      left: 76px;
      width: 300px;
      object-fit: contain;
      /* or cover */
      opacity: 0;
      will-change: opacity;
      border: 4px solid #c8a253;
      border-radius: 50%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__about--fbox .img-object {
          top: 100px;
          left: 76px;
          width: 250px; } }
    .sec__about--fbox .img-object:first-child {
      opacity: 1; }
    .sec__about--fbox > div:nth-child(2) {
      padding: 10px 50px 10px 10px;
      width: 70%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__about--fbox > div:nth-child(2) {
          width: 100%; } }
      .sec__about--fbox > div:nth-child(2) .title {
        font-size: 3.5rem;
        font-family: var(--title-font);
        color: var(--orange-color);
        font-style: italic;
        padding: 10px 0; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__about--fbox > div:nth-child(2) .title {
            font-size: 2.5rem;
            text-align: center; } }
      .sec__about--fbox > div:nth-child(2) .data {
        font-size: 1.7rem;
        font-family: var(--data-font);
        line-height: 1.4;
        text-align: justify; }
    .sec__about--fbox .fbox-icon {
      display: flex;
      padding: 20px 0;
      justify-content: space-between; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__about--fbox .fbox-icon {
          flex-direction: column;
          align-items: center;
          padding: 0 0 20px; } }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__about--fbox .fbox-icon > div {
          width: 100%;
          margin-top: 10px; } }
      .sec__about--fbox .fbox-icon-inner {
        display: flex;
        align-items: center; }
        .sec__about--fbox .fbox-icon-inner > div:nth-child(2) {
          padding: 3px; }
        .sec__about--fbox .fbox-icon-inner .t1 {
          font-size: 1.6rem;
          font-weight: 600; }
        .sec__about--fbox .fbox-icon-inner .data {
          font-size: 1.8rem; }

.sec__temple {
  margin: 50px 0;
  padding: 50px 0 100px;
  background-color: #c8a2533b; }
  @media (min-width: 320px) and (max-width: 768px) {
    .sec__temple {
      margin: 10px 0;
      padding: 50px 0 50px; } }
  .sec__temple h2 {
    font-size: 3.5rem;
    font-family: var(--title-font);
    color: var(--orange-color);
    font-style: italic;
    padding: 10px 0;
    text-align: center; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple h2 {
        font-size: 2.5rem; } }
  .sec__temple .outer-div {
    position: relative;
    height: 100vh; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple .outer-div {
        position: relative;
        height: auto;
        display: flex;
        flex-direction: column; } }
  .sec__temple #main {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%); }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple #main {
        position: relative;
        top: 0;
        left: 0;
        opacity: 1;
        transform: translate(0, 0); } }
    .sec__temple #main img {
      width: 450px;
      height: auto;
      border-radius: 50px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__temple #main img {
          width: 100%;
          border-radius: 0; } }
  .sec__temple #mandir_leftside,
  .sec__temple #mandir_rightside {
    opacity: 1;
    /* always visible */
    will-change: transform; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple #mandir_leftside,
      .sec__temple #mandir_rightside {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px;
        justify-content: center; } }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple #mandir_leftside > div,
      .sec__temple #mandir_rightside > div {
        width: 45%; } }
  .sec__temple #mandir_leftside > div:hover img {
    transform: scale(1.1); }
  .sec__temple #mandir_leftside > div:hover p {
    transform: scale(1.1); }
  .sec__temple #mandir_rightside > div:hover img {
    transform: scale(1.1); }
  .sec__temple #mandir_rightside > div:hover p {
    transform: scale(1.1); }
  .sec__temple .img-tmpl {
    width: 200px;
    height: auto;
    border-radius: 25px;
    transition: all ease 0.35s; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple .img-tmpl {
        width: 100%; } }
  .sec__temple .data-tmpl {
    font-size: 1.6rem;
    font-family: var(--title-font);
    text-align: center;
    font-weight: 700;
    font-style: italic;
    border-radius: 0px 0 20px 20px;
    padding: 20px 0 10px;
    margin-top: -20px;
    transition: all ease 0.35s; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple .data-tmpl {
        font-size: 1.4rem;
        margin-top: -10px; } }
  .sec__temple a {
    text-decoration: none; }
  .sec__temple #img-kopineshwar {
    position: absolute;
    top: 15px;
    right: 90px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple #img-kopineshwar {
        position: relative;
        top: 0;
        right: 0; } }
    .sec__temple #img-kopineshwar p {
      background-color: #eb783029;
      color: #eb7830; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__temple #img-kopineshwar p {
          color: #923800; } }
  .sec__temple #img-vitthal {
    position: absolute;
    top: 215px;
    right: 90px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple #img-vitthal {
        position: relative;
        top: 0;
        right: 0; } }
    .sec__temple #img-vitthal p {
      background-color: #eb783029;
      color: #eb7830; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__temple #img-vitthal p {
          color: #923800; } }
  .sec__temple #img-sitladevi {
    position: absolute;
    top: 405px;
    right: 90px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple #img-sitladevi {
        position: relative;
        top: 0;
        right: 0; } }
    .sec__temple #img-sitladevi p {
      background-color: #eb783029;
      color: #eb7830; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__temple #img-sitladevi p {
          color: #923800; } }
  .sec__temple #img-ram {
    position: absolute;
    top: 595px;
    right: 90px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple #img-ram {
        position: relative;
        top: 0;
        right: 0; } }
    .sec__temple #img-ram p {
      background-color: #eb783029;
      color: #eb7830; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__temple #img-ram p {
          color: #923800; } }
  .sec__temple #img-kalikamataa {
    position: absolute;
    top: 15px;
    left: 90px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple #img-kalikamataa {
        position: relative;
        top: 0;
        left: 0; } }
    .sec__temple #img-kalikamataa p {
      background-color: #eb783029;
      color: #eb7830; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__temple #img-kalikamataa p {
          color: #923800; } }
  .sec__temple #img-ganpati {
    position: absolute;
    top: 215px;
    left: 90px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple #img-ganpati {
        position: relative;
        top: 0;
        left: 0; } }
    .sec__temple #img-ganpati p {
      background-color: #eb783029;
      color: #eb7830; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__temple #img-ganpati p {
          color: #923800; } }
  .sec__temple #img-hanuman {
    position: absolute;
    top: 405px;
    left: 90px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple #img-hanuman {
        position: relative;
        top: 0;
        left: 0; } }
    .sec__temple #img-hanuman p {
      background-color: #eb783029;
      color: #eb7830; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__temple #img-hanuman p {
          color: #923800; } }
  .sec__temple #img-datta {
    position: absolute;
    top: 595px;
    left: 90px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple #img-datta {
        position: relative;
        top: 0;
        left: 0; } }
    .sec__temple #img-datta p {
      background-color: #eb783029;
      color: #eb7830; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__temple #img-datta p {
          color: #923800; } }
  .sec__temple #img-dasmaruti {
    position: absolute;
    top: 595px;
    left: 400px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple #img-dasmaruti {
        position: relative;
        top: 0;
        left: 0; } }
    .sec__temple #img-dasmaruti p {
      background-color: #eb783029;
      color: #eb7830; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__temple #img-dasmaruti p {
          color: #923800; } }
  .sec__temple #img-garuda {
    position: absolute;
    top: 15px;
    left: 400px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple #img-garuda {
        position: relative;
        top: 0;
        left: 0; } }
    .sec__temple #img-garuda p {
      background-color: #eb783029;
      color: #eb7830; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__temple #img-garuda p {
          color: #923800; } }
  .sec__temple #img-nandi {
    position: absolute;
    top: 15px;
    left: 800px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple #img-nandi {
        position: relative;
        top: 0;
        left: 0; } }
    .sec__temple #img-nandi p {
      background-color: #eb783029;
      color: #eb7830; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__temple #img-nandi p {
          color: #923800; } }
  .sec__temple #img-panchamukhi-shivaling {
    position: absolute;
    top: 595px;
    left: 800px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__temple #img-panchamukhi-shivaling {
        position: relative;
        top: 0;
        left: 0; } }
    .sec__temple #img-panchamukhi-shivaling p {
      background-color: #eb783029;
      color: #eb7830; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__temple #img-panchamukhi-shivaling p {
          color: #923800; } }

.sec__event {
  padding: 50px 0 150px;
  margin: 50px 0 0;
  background-image: url("../images/events/bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  background-attachment: scroll;
  /* Wrapper */
  /* Viewport */
  /* Track */
  /* Card */
  /* Navigation */
  /* Mobile */ }
  @media (min-width: 320px) and (max-width: 768px) {
    .sec__event {
      padding: 10px 0 50px;
      margin: 10px 0 0; } }
  .sec__event .sec__event--titlebox {
    margin: 50px 8% 20px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__event .sec__event--titlebox {
        margin: 20px 4% 20px; } }
  .sec__event h4 {
    font-size: 3.5rem;
    font-family: var(--title-font);
    color: var(--orange-color);
    font-style: italic;
    padding: 10px 0;
    text-align: center; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__event h4 {
        font-size: 2.5rem; } }
  .sec__event .t11 {
    text-align: center;
    font-size: 2.3rem; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__event .t11 {
        font-size: 2rem; } }
  .sec__event .t12 {
    text-align: center;
    font-size: 1.6rem; }
  .sec__event .carousel-wrapper {
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: hidden; }
  .sec__event .carousel {
    overflow: hidden; }
  .sec__event .track {
    display: flex;
    transition: transform 0.6s ease; }
  .sec__event .card {
    width: 25%;
    padding: 10px;
    margin: 10px;
    background: #ffd8c3;
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 1px 1px 1px 1px #00000047; }
    .sec__event .card a {
      text-decoration: none; }
    .sec__event .card img {
      border-radius: 10px; }
    .sec__event .card p {
      padding: 10px;
      font-size: 1.8rem;
      color: var(--orange-color);
      font-weight: 700;
      font-family: var(--title-font); }
  .sec__event .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 16px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%; }
  .sec__event .prev {
    left: 10px; }
  .sec__event .next {
    right: 10px; }
  @media (max-width: 768px) {
    .sec__event .card {
      min-width: 80%; } }

.sec__library {
  padding: 80px 0 80px;
  margin: 0;
  background-image: url("../images/library/bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  background-attachment: scroll;
  background-color: #c8a2533b; }
  @media (min-width: 320px) and (max-width: 768px) {
    .sec__library {
      padding: 40px 0 40px; } }
  .sec__library--inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 60px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__library--inner {
        padding: 0 20px; } }
    .sec__library--inner > div {
      width: 70%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__library--inner > div {
          width: 100%; } }
    .sec__library--inner h6 {
      font-size: 3.5rem;
      font-family: var(--title-font);
      color: var(--orange-color);
      font-style: italic;
      padding: 10px 0; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__library--inner h6 {
          font-size: 2.5rem;
          text-align: center; } }
    .sec__library--inner fieldset {
      padding: 10px;
      border-radius: 5px;
      margin: 10px 0; }
    .sec__library--inner legend {
      font-size: 2.4rem;
      font-family: var(--title-font);
      color: var(--orange-color);
      font-style: italic;
      font-weight: 500; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__library--inner legend {
          font-size: 2.2rem; } }
    .sec__library--inner .fbox-book {
      display: flex;
      justify-content: space-between; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__library--inner .fbox-book {
          flex-direction: column; } }
      .sec__library--inner .fbox-book > div {
        padding: 0 15px; }
        @media (min-width: 320px) and (max-width: 768px) {
          .sec__library--inner .fbox-book > div {
            margin-top: 15px; } }
      .sec__library--inner .fbox-book .title {
        font-size: 1.7rem;
        font-style: italic;
        font-weight: 500; }
      .sec__library--inner .fbox-book .data {
        font-size: 1.7rem;
        font-style: italic;
        font-weight: 600;
        color: var(--orange-color); }
    .sec__library--inner .data2 {
      font-size: 1.6rem;
      line-height: 1.5; }

.sec__donation {
  background-image: url(../images/bg-donation.webp);
  background-size: cover;
  height: 80vh;
  background-attachment: fixed;
  margin: 50px 3%;
  border-radius: 15px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .sec__donation {
      margin: 10px 3%;
      height: auto; } }
  .sec__donation--fbox {
    display: flex;
    width: 100%; }
    .sec__donation--fbox > div:nth-child(1) {
      width: 30%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__donation--fbox > div:nth-child(1) {
          width: 100%; } }
    .sec__donation--fbox > div:nth-child(2) {
      width: 60%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__donation--fbox > div:nth-child(2) {
          width: 100%; } }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__donation--fbox {
        width: 100%;
        flex-direction: column; } }
    .sec__donation--fbox-inner {
      display: flex;
      align-items: center;
      background-color: white;
      margin: 100px 6%;
      padding: 30px 0;
      border-radius: 10px;
      flex-direction: column;
      box-shadow: 1px 1px 3px 2px #0000004d; }
      @media (min-width: 320px) and (max-width: 768px) {
        .sec__donation--fbox-inner {
          margin: 20px 0%; } }
      .sec__donation--fbox-inner img {
        width: 250px; }
      .sec__donation--fbox-inner .title {
        font-size: 2.5rem;
        font-weight: 600;
        font-family: var(--title-font);
        color: var(--orange-color);
        font-style: italic;
        padding: 10px 0;
        text-align: center;
        padding-bottom: 20px; }
      .sec__donation--fbox-inner .data {
        font-size: 1.8rem;
        padding: 15px 15px 0;
        font-style: italic;
        font-weight: 500; }
      .sec__donation--fbox-inner .data2 {
        font-size: 1.2rem;
        padding: 3px 15px;
        font-style: italic; }

.sec__breadcrumb--fbox {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eb783024;
  flex-direction: column;
  padding: 30px 0; }
  .sec__breadcrumb--fbox h1 {
    font-size: 3.5rem;
    font-family: var(--title-font);
    color: var(--orange-color);
    font-style: italic;
    padding: 10px 0; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__breadcrumb--fbox h1 {
        font-size: 2.5rem;
        text-align: center; } }
  .sec__breadcrumb--fbox span, .sec__breadcrumb--fbox a {
    color: #491c14;
    font-size: 1.35rem;
    font-weight: 500;
    text-decoration: none; }
    @media (min-width: 320px) and (max-width: 768px) {
      .sec__breadcrumb--fbox span, .sec__breadcrumb--fbox a {
        font-size: 1.4rem; } }

.pg__library {
  padding: 50px 6%; }
  @media (min-width: 320px) and (max-width: 768px) {
    .pg__library {
      padding: 50px 3%; } }
  .pg__library .fbox {
    display: flex;
    align-items: baseline;
    padding: 3px 0; }
    .pg__library .fbox > div:nth-child(2) {
      padding-left: 5px; }
  .pg__library .fbox-booklist {
    display: flex;
    justify-content: center; }
    .pg__library .fbox-booklist > div {
      border: 1px solid #959595;
      padding: 5px 10px;
      border-radius: 2px; }
      .pg__library .fbox-booklist > div:nth-child(1) {
        width: 8%; }
        @media (min-width: 320px) and (max-width: 768px) {
          .pg__library .fbox-booklist > div:nth-child(1) {
            width: 18%; } }
      .pg__library .fbox-booklist > div:nth-child(2) {
        width: 40%; }
        @media (min-width: 320px) and (max-width: 768px) {
          .pg__library .fbox-booklist > div:nth-child(2) {
            width: 82%; } }
      .pg__library .fbox-booklist > div p {
        font-size: 1.7rem;
        line-height: 1.4; }

.pg__temple {
  padding: 50px 6%; }
  @media (min-width: 320px) and (max-width: 768px) {
    .pg__temple {
      padding: 50px 3%; } }
  .pg__temple--fbox-upper {
    display: flex;
    align-items: center; }
    @media (min-width: 320px) and (max-width: 768px) {
      .pg__temple--fbox-upper {
        flex-direction: column; } }
    .pg__temple--fbox-upper img {
      border-radius: 5px; }
    .pg__temple--fbox-upper > div:nth-child(1) {
      width: 35%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .pg__temple--fbox-upper > div:nth-child(1) {
          width: 100%; } }
    .pg__temple--fbox-upper > div:nth-child(2) {
      width: 65%;
      padding: 5px 20px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .pg__temple--fbox-upper > div:nth-child(2) {
          width: 100%;
          padding: 10px; } }
    .pg__temple--fbox-upper-temp {
      display: flex;
      flex-wrap: wrap;
      padding: 10px;
      gap: 10px;
      justify-content: center; }
      .pg__temple--fbox-upper-temp > div {
        width: 30%; }
        .pg__temple--fbox-upper-temp > div img {
          border-radius: 5px; }
        @media (min-width: 320px) and (max-width: 768px) {
          .pg__temple--fbox-upper-temp > div {
            width: 100%; } }
    .pg__temple--fbox-upper-fbox {
      display: flex;
      align-items: unset; }
      .pg__temple--fbox-upper-fbox > div:nth-child(1) {
        padding-right: 5px; }
  .pg__temple--fbox-upper2 {
    display: flex;
    align-items: flex-start; }
    @media (min-width: 320px) and (max-width: 768px) {
      .pg__temple--fbox-upper2 {
        flex-direction: column; } }
    .pg__temple--fbox-upper2 img {
      border-radius: 5px; }
    .pg__temple--fbox-upper2 > div:nth-child(1) {
      width: 30%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .pg__temple--fbox-upper2 > div:nth-child(1) {
          width: 100%; } }
    .pg__temple--fbox-upper2 > div:nth-child(2) {
      width: 70%;
      padding: 5px 20px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .pg__temple--fbox-upper2 > div:nth-child(2) {
          width: 100%;
          padding: 10px; } }
    .pg__temple--fbox-upper2-temp {
      display: flex;
      flex-wrap: wrap;
      padding: 10px;
      gap: 10px;
      justify-content: center; }
      .pg__temple--fbox-upper2-temp > div {
        width: 30%; }
        .pg__temple--fbox-upper2-temp > div img {
          border-radius: 5px; }
        @media (min-width: 320px) and (max-width: 768px) {
          .pg__temple--fbox-upper2-temp > div {
            width: 100%; } }
  .pg__temple--fbox-upper3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (min-width: 320px) and (max-width: 768px) {
      .pg__temple--fbox-upper3 {
        flex-direction: column; } }
    .pg__temple--fbox-upper3 img {
      border-radius: 5px; }
    .pg__temple--fbox-upper3 > div {
      width: 30%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .pg__temple--fbox-upper3 > div {
          width: 100%; } }
    .pg__temple--fbox-upper3-temp {
      display: flex;
      flex-wrap: wrap;
      padding: 10px;
      gap: 10px;
      justify-content: center; }
      .pg__temple--fbox-upper3-temp > div {
        width: 30%; }
        .pg__temple--fbox-upper3-temp > div img {
          border-radius: 5px; }
        @media (min-width: 320px) and (max-width: 768px) {
          .pg__temple--fbox-upper3-temp > div {
            width: 100%; } }
  .pg__temple--fbox-upper4 {
    display: flex;
    align-items: flex-start; }
    @media (min-width: 320px) and (max-width: 768px) {
      .pg__temple--fbox-upper4 {
        flex-direction: column-reverse; } }
    .pg__temple--fbox-upper4 img {
      border-radius: 5px; }
    .pg__temple--fbox-upper4 > div:nth-child(1) {
      width: 50%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .pg__temple--fbox-upper4 > div:nth-child(1) {
          width: 100%; } }
    .pg__temple--fbox-upper4 > div:nth-child(2) {
      width: 50%;
      padding: 5px 20px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .pg__temple--fbox-upper4 > div:nth-child(2) {
          width: 100%;
          padding: 10px; } }
    .pg__temple--fbox-upper4-temp {
      display: flex;
      flex-wrap: wrap;
      padding: 10px;
      gap: 10px;
      justify-content: center; }
      .pg__temple--fbox-upper4-temp > div {
        width: 30%; }
        .pg__temple--fbox-upper4-temp > div img {
          border-radius: 5px; }
        @media (min-width: 320px) and (max-width: 768px) {
          .pg__temple--fbox-upper4-temp > div {
            width: 100%; } }

.pg-title1 {
  font-size: 2.5rem;
  font-family: var(--title-font);
  color: var(--orange-color);
  font-style: italic;
  margin: 0;
  font-weight: 500; }
  @media (min-width: 320px) and (max-width: 768px) {
    .pg-title1 {
      font-size: 2rem; } }

.pg-data {
  font-size: 1.7rem;
  line-height: 1.4;
  text-align: justify; }
  @media (min-width: 320px) and (max-width: 768px) {
    .pg-data {
      font-size: 1.6rem; } }

.grey-box {
  background-color: #faebd79e;
  border-radius: 5px;
  padding: 10px; }

#name,
#tr1,
#tr2,
#banner_tagline2,
#banner_tagline3,
#banner_tagline4 {
  opacity: 0;
  visibility: hidden; }

.cta-org {
  margin-top: 30px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .cta-org {
      margin-top: 15px;
      display: flex;
      justify-content: center; } }
  .cta-org a {
    display: inline-flex;
    align-items: center;
    font-size: 1.6rem;
    text-decoration: none;
    padding: 10px 20px;
    background-color: var(--orange-color);
    color: white;
    border-radius: 3px;
    overflow: hidden;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 1px solid var(--orange-color); }
    .cta-org a svg {
      width: 0;
      height: 20px;
      opacity: 0;
      margin-left: 0;
      transform: translateX(-6px);
      overflow: hidden;
      transition: width 0.3s ease, opacity 0.25s ease, transform 0.3s ease, margin-left 0.3s ease; }
    .cta-org a svg {
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
    .cta-org a:hover {
      background-color: white;
      color: var(--orange-color);
      font-weight: 500; }
      .cta-org a:hover svg {
        width: 20px;
        opacity: 1;
        margin-left: 8px;
        transform: translateX(0); }

/* Gallery Grid */
.mandir-gallery {
  padding: 40px 0; }

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .gallery-grid {
      gap: 10px;
      justify-content: center; } }

.gallery-grid img {
  width: calc(25% - 12px);
  cursor: pointer;
  border-radius: 6px;
  object-fit: cover;
  transition: transform 0.3s ease; }

.gallery-grid img:hover {
  transform: scale(1.04); }

/* Modal */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999999; }

.lightbox.active {
  display: flex; }

.lightbox-img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 6px; }

/* Close */
.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 36px;
  color: #fff;
  cursor: pointer; }

/* Navigation */
.lightbox .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  padding: 10px; }

.lightbox .prev {
  left: 30px; }

.lightbox .next {
  right: 30px; }

/* Responsive */
@media (max-width: 991px) {
  .gallery-grid img {
    width: calc(33.333% - 12px); } }

@media (max-width: 600px) {
  .gallery-grid img {
    width: 45%; } }

.card__temples {
  padding: 30px;
  background-color: #faebd79e; }
  .card__temples--fbox {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
    .card__temples--fbox > div {
      width: 24%;
      padding: 10px; }
      @media (min-width: 320px) and (max-width: 768px) {
        .card__temples--fbox > div {
          width: 100%; } }
    .card__temples--fbox a {
      text-decoration: none; }
    .card__temples--fbox p {
      font-size: 1.7rem;
      text-align: center;
      background-color: #c8a253;
      padding: 10px 0;
      color: #491c14;
      font-weight: 500;
      border-radius: 0 0 5px 5px; }
    .card__temples--fbox img {
      border-radius: 5px 5px 0 0; }

.related {
  padding: 50px 3%; }
  .related--fbox {
    display: flex;
    gap: 10px;
    justify-content: space-evenly; }
    .related--fbox > div {
      width: 30%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .related--fbox > div {
          width: 100%; } }
      .related--fbox > div img {
        border-radius: 10px; }

.title-festival {
  color: #491c14;
  font-size: 2.5rem;
  font-family: var(--title-font);
  font-style: italic;
  text-align: center; }
  @media (min-width: 320px) and (max-width: 768px) {
    .title-festival {
      font-size: 2rem; } }

.title-trust {
  color: #491c14;
  font-size: 3.2rem;
  font-family: var(--title-font);
  font-style: italic;
  text-align: center; }
  @media (min-width: 320px) and (max-width: 768px) {
    .title-trust {
      font-size: 2.8rem; } }

.fbox-trust {
  display: flex;
  background-color: #fcece3;
  flex-direction: column;
  margin: 20px 20%;
  padding: 20px;
  border-radius: 5px; }
  .fbox-trust-inner {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px; }
    .fbox-trust-inner:not(:last-child) {
      border-bottom: 1px solid #bc521047; }
    .fbox-trust-inner p {
      font-size: 2rem;
      font-style: italic;
      font-weight: 400; }

.inner-sticky-bar {
  background-color: #e9773a;
  display: flex;
  justify-content: space-around;
  margin: 10px 15%;
  align-items: center;
  padding: 15px 10px;
  border-radius: 10px;
  margin-top: 40px; }
  .inner-sticky-bar a {
    font-size: 1.6rem;
    text-decoration: none;
    color: white; }
  @media (min-width: 320px) and (max-width: 768px) {
    .inner-sticky-bar {
      display: none; } }

.stk::before {
  content: "";
  display: block;
  height: 190px;
  /* navbar height */
  margin-top: -190px;
  visibility: hidden; }

.dis-mobi {
  display: none; }
  @media (min-width: 320px) and (max-width: 768px) {
    .dis-mobi {
      display: block; } }

.mobi-pt5 {
  padding: 0; }
  @media (min-width: 320px) and (max-width: 768px) {
    .mobi-pt5 {
      padding: 5px 0; } }

.livedarshan {
  margin: 10px 5%; }
  .livedarshan__container {
    margin: 10px 5%; }
    @media (min-width: 320px) and (max-width: 768px) {
      .livedarshan__container {
        margin: 10px 2%; } }
    .livedarshan__container--aarti {
      margin: 10px 25%; }
      @media (min-width: 320px) and (max-width: 768px) {
        .livedarshan__container--aarti {
          margin: 10px 2%; } }
  .livedarshan h1 {
    font-size: 3.5rem;
    font-family: var(--title-font);
    color: var(--orange-color);
    font-style: italic;
    padding: 10px 0;
    text-align: center;
    line-height: 1.2; }
    @media (min-width: 320px) and (max-width: 768px) {
      .livedarshan h1 {
        font-size: 2.5rem; } }
  .livedarshan h2 {
    font-size: 2.5rem;
    font-family: var(--title-font);
    color: var(--orange-color);
    font-style: italic;
    padding: 10px 0;
    text-align: center;
    line-height: 1.2; }
    @media (min-width: 320px) and (max-width: 768px) {
      .livedarshan h2 {
        font-size: 2rem; } }
  .livedarshan iframe {
    border-radius: 15px; }
  .livedarshan .hr-divider {
    border: 1px dashed #E6C77A;
    margin: 25px 0; }
  .livedarshan .live-darshan {
    width: 100%;
    height: 450px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .livedarshan .live-darshan {
        width: 100%;
        height: auto; } }
  .livedarshan .aarti {
    width: 100%;
    height: 350px; }
    @media (min-width: 320px) and (max-width: 768px) {
      .livedarshan .aarti {
        width: 100%;
        height: auto; } }
