@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Caveat:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yeseva+One&display=swap');
*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root {
    --primary: #0b5394;
    --secondary: #F64686;
    --light: #EEF9FF;
    --dark: #091E3E;
}
body
{
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
a 
{
  text-decoration: none;
}
.whatsapp_main { position: fixed; bottom: 30px; left: 20px; text-align: center; z-index: 10; }
.title  
{
  color: var(--primary);
  font-size: 2.2rem;
}
.title1
{
  color: red;
  font-weight: 600;
}
.button1

{
  background: #E53935;
  color: #fff;
}
.nav-link
{
  color: #000;
  font-weight: 600;
}
.nav-link:hover
{
  color: red;
  font-weight: 600;
}
/*header section css*/

.top-header {
      padding: 15px 0;
      background: #fff;
    }
    .logo img {
      max-height: 90px;
    }
    .trust-title {
      font-size: 34px;
      font-weight: 700;
      letter-spacing: 1px;
    }
    .trust-title .jaipur {
      color: #e53935;
    }
    .trust-title .rest {
      color: #1a237e;
    }
    .reg-no {
      font-size: 14px;
      color: #333;
      margin-top: 5px;
    }
    .main-nav {
      background: var(--primary);
    }
    .main-nav .nav-link {
      color: #fff !important;
      font-weight: 600;
/*      padding: 12px 18px;*/
      text-transform: uppercase;
      font-size: 14px;
    }
    .main-nav .nav-link:hover {
      background: rgba(255,255,255,0.15);
    }

/*    footer section css*/
.footer-main {
      background: var(--primary);
      color: #fff;
      padding: 50px 0 30px;
      font-size: 15px;
    }
    .footer-main h5 {
      font-weight: 700;
      margin-bottom: 15px;
      text-transform: uppercase;
      font-size: 16px;
    }
    .footer-main p {
      line-height: 1.7;
      margin-bottom: 12px;
    }
    .footer-main ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer-main ul li {
      margin-bottom: 8px;
    }
    .footer-main ul li a {
      color: #fff;
      text-decoration: none;
      transition: 0.3s;
    }
    .footer-main ul li a:hover {
      color: #ffd54f;
      padding-left: 5px;
    }
    .contact-info span {
      display: block;
      margin-bottom: 8px;
    }
    .footer-bottom {
      background: linear-gradient(to right, #0b4f87, #0d5fa0);
      text-align: center;
      color: #fff;
      padding: 15px 10px;
      font-size: 14px;
    }

    .head_scroll {

background: linear-gradient(90deg, #E53935 13%, #E53935 46%, rgb(218 42 29) 73%);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
}

.scroll-wrapper {
  display: flex;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}

.scroll-wrapper p {
  color: #fff;
  font-weight: 600;

  margin: 0;
  padding-right: 100px;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*contact page desgin*/

.padding-space
{
  padding: 3rem 0rem;
}
.contact-box
{
  padding: 1rem;
}

.contact-box i 
{
  color: #E53935;
}

.committed
{
  padding: 1rem;
}
.committed img
{
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
  .section-box {
      padding: 40px 0;
    }
    .slider-box {
      box-shadow: 0 10px 20px rgba(0,0,0,0.15);
      border-radius: 6px;
      overflow: hidden;
    }
    .slider-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .notify-box h4 {
      background: #0b245a;
      color: #fff;
      padding: 10px 15px;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 16px;
    }
    .notify-item {
      color: #fff;
      font-weight: 600;
      text-align: center;
      padding: 12px;
      border-radius: 8px;
      margin-bottom: 12px;
      font-size: 14px;
      letter-spacing: 1px;
    }
    .bg-red { background: #6b0f0f; }
    .bg-teal { background: #0a4d57; }
    .bg-blue { background: #1e88e5; }
    .bg-gold { background: #9c6b05; }

    .view-btn {
      background: orange;
      color: #fff;
      font-weight: 700;
      padding: 8px 18px;
      float: right;
      border-radius: 4px;
      text-decoration: none;
    }
    .view-btn:hover {
      background: #ff9800;
      color: #fff;
    }

    .overview-section {
      background: linear-gradient(90deg, #0b5394 13%, #054681 46%, rgb(11 83 148) 73%);
      color: #fff;
      padding: 70px 0;
    }
    .overview-section .small-title {
      letter-spacing: 4px;
      color: #ffb3b3;
      font-size: 14px;
      font-weight: 600;
    }
    .overview-section h2 {
      font-size: 40px;
      font-weight: 700;
      margin: 10px 0 30px;
    }
    .video-box {
      border: 4px solid #ee0505;
      border-radius: 8px;
      overflow: hidden;
      max-width: 100%;
      background: #000;
    }
    .video-box iframe {
      width: 100%;
      height: 315px;
      border: none;
    }
    .info-box {
      margin-top: 20px;
    }
    .info-item {
      display: flex;
      gap: 15px;
      margin-bottom: 25px;
      align-items: flex-start;
    }
    .info-item i {
      font-size: 40px;
      color: #ffccbc;
      min-width: 50px;
    }
    .info-item h4 {
      font-size: 22px;
      margin-bottom: 5px;
      font-weight: 700;
    }
    .info-item p {
      margin: 0;
      color: #ffecec;
      font-size: 15px;
      line-height: 1.6;
    }

    .calendar-box {
      border: 1px solid #999;
      width: 400px;
      max-width: 100%;
/*      margin: 40px auto;*/
    }

    .calendar-header {
      background: #0b4f87;
      color: #fff;
      padding: 10px 15px;
      font-size: 20px;
      font-weight: 600;
    }

    .calendar-body {
      height: 350px;
      overflow: hidden;
      position: relative;
      padding: 10px 15px;
    }

    .scroll-list {
      position: absolute;
      width: 100%;
      animation: scrollUp 10s linear infinite;
    }

    @keyframes scrollUp {
      0% { top: 100%; }
      100% { top: -100%; }
    }

    .item {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 20px;
      font-size: 15px;
      color: #444;
    }

    .badge-new {
      background: red;
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      padding: 3px 8px;
      border-radius: 20px;
    }
    .img-zoom {
  overflow: hidden;
  border-radius: 10px; /* optional */
}

.img-zoom img {
  width: 100%;
  transition: transform 0.6s ease;
}

.img-zoom:hover img {
  transform: scale(1.1);
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    display: none;
    -webkit-tap-highlight-color: transparent;
}
.event-right
{
  border: 2px solid #80808045;
}
.event-right p
{
  background: #0B5394;
  color: #fff;
  padding: 0.4rem 1rem;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.event-right strong
{
  font-size: 0.8rem;
  color: red;
}
.event-right a 
{
  font-size: 1rem;
  line-height: 1;
}
