@import url('https://fonts.googleapis.com/css2?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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prociono&display=swap');

:root {
    --color-1: #198754;

    --color-2: #bc0000;

    --color-3: #242424;

    --color-4: #fdc106;

    --color-5: #ffffff;

    --color-6: #0d70b7;
}

/* AOS Library  */
/* Ensure no overflow during animations */
body {
    overflow-x: hidden;
}

[data-aos] {
    overflow: hidden;
}

/* Prevent blank space during fade animations */
[data-aos][data-aos][data-aos="fade-right"],
[data-aos][data-aos][data-aos="fade-left"],
[data-aos][data-aos][data-aos="fade-up"],
[data-aos][data-aos][data-aos="fade-down"] {
    will-change: transform, opacity;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

/* Default visibility of animated elements */
[data-aos] {
    visibility: hidden;
}

[data-aos].aos-animate {
    visibility: visible;
}

/* AOS Library  */

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
}

audio,
canvas,
embed,
iframe,
img,
object,
video {
    display: block;
    max-width: 100%;
}

summary {
    display: list-item;
}

body,
html {
    scroll-behavior: smooth;
}

body {
    line-height: 1.4;
}

p {
    color: #242424;
    font-size: 15px;
    line-height: 25px;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
}

h1,
.h1 {
    font-size: 60px;
    font-family: "Open Sans", sans-serif;
}

h2,
.h2 {
    font-size: 40px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
    font-weight: 700;
}

h3,
.h3 {
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
}

/* Default classes of Navbar  */
* {
    margin: 0;
    padding: 0;
}

body {
    /* height: 3200px; */
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    background: #fff;
    color: #555;
}

.header {
    text-align: center;
}

.header a {
    padding: 30px 0 0;
    display: block;
    font-size: 48px;
    text-decoration: none;
    color: #555;
}

.header p {
    margin: 10px 0 40px 0;
    font-size: 18px;
}

/* .container { max-width: 1200px; margin: 0 auto; } */
@media only screen and (max-width : 1000px) {
    .stellarnav>ul>li>a {
        padding: 20px 23px;
    }
}

/* Default Classes of Navbar  */
/* Custom Navbar Start */
.stellarnav.dark {
    background: none;
    /* background: rgb(255, 255, 255); */
}

.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: end;
}

.stellarnav.dark a {
    color: #FFF;
}

.stellarnav.dark ul ul {
    background: rgb(255, 255, 255);
}

.stellarnav.dark li a {
    color: #333333;
}

.stellarnav li.has-sub>a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
    display: inline-block;
}

.stellarnav.dark .menu-toggle span.bars span {
    background: #000000;
}

.stellarnav.dark a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.stellarnav.mobile.dark ul {
    background: rgb(182 160 130);
}

.stellarnav svg {
    fill: rgb(255 255 255);
}

.stellarnav.mobile .menu-toggle {
    float: right;
}

.stellarnav>ul>li>a {
    padding: 20px 25px;
}

/* Custom Navbar End */
/* Custom Navbar Logo Start */

.mid-header {
    height: 110px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

.main_header .navbar-brand {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 5px 10px 0;
    width: 165px;
    background-color: #a62541;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 12px rgb(0 0 0 / 33%);
    box-shadow: 0px 0px 12px rgb(0 0 0 / 33%);
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.main_header .navbar-brand .logo-2 {
    display: none
}

.main_header.sticky .navbar-brand {
    width: 123px;
    padding: 0;
    background-color: #822337;
    z-index: 99;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.main_header.sticky .navbar-brand .logo-1 {
    display: none
}

.main_header.sticky .navbar-brand .logo-2 {
    display: block
}

.main_header.sticky .navbar-brand::after {
    display: none;
}

.main_header .navbar-brand::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -41%;
    width: 100%;
    height: 46px;
    background: url(../images/bg/logo-shape.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main_header .logo-1 {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    /* padding: 10px 10px 10px 10px; */
    width: 300px;
    max-width: 100%;
}

.mid-header .btn_hdr {
    border-radius: 6px;
    border: solid 2px #0066BB;
    background-color: #0066BB;
    bottom: 0px;
    right: 0;
    padding: 5px 20px;
    color: #ffffff;
    font-weight: 600;
}

.mid-header .btn_hdr:hover {
    border: solid 2px #F4B551;
    background-color: #ffffff;
    color: #F4B551;
}

.mid-header .scnd_btn_hdr {
    border-radius: 20px;
    border: solid 2px #F4B551;
    background-color: #F4B551;
    bottom: 0px;
    right: 0;
    padding: 7px 20px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.mid-header .scnd_btn_hdr:hover {
    border: solid 2px #d38200;
    background-color: #ffffff;
    color: #d38200;
}

/* Custom Navbar Logo End*/

/* Xtra Section Start  */
.xtra-hdr{
    background-color: #2c2c2c;
    padding: 10px 0;    
}
.xtra-hdr h6{
    color:#ffffff;   
    margin: 0px;
}
/* Xtra Section End */
/* Xtra Banner Start */
.xtra-banner{
    background-color: #F4B551;
    padding: 20px 0; 
    justify-content: center; 
}
.xtra-banner a{
    color: #ffffff;
    text-align: center;
    align-items: center;
}
.xtra-banner a i{
    color: #ffffff;
    font-size: 20px;
    margin-right: 8px;

}

/* Xtra Banner End */

/* Banner Section */
.banner {
  position: relative;
  height: 510px;
  overflow: hidden;
}
 
.banner .item {
  position: relative;
}
 
.banner-img {
  width: 100%;
  height: 580px;
  object-fit: cover;
}
 
/* Content Box */
.banner-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  max-width: 650px;
  z-index: 2;
  color: #0A3058;
  font-family: "Prociono", serif;
}
 
.banner-content h1 {
  font-size: 80px;
  font-weight: 400;
  font-family: "Prociono", serif;
  text-align: center;
}
 
.banner-content h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  font-family: "Prociono", serif;
}
 
.banner-content h3 {
  font-size: 28px;
  font-weight: 400;
  font-family: "Prociono", serif;
  text-align: center;
}
 
.banner-content p {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  font-family: "Prociono", serif;
  color: #0A3058;
}
.banner .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 60;
  pointer-events: none; /* only buttons will accept clicks */
}
 
/* target all possible button variants */
.banner .owl-nav .owl-prev,
.banner .owl-nav .owl-next,
.banner .owl-prev,
.banner .owl-next {
  pointer-events: auto;             /* make the buttons clickable */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  outline: none;
  background: rgba(10,48,88,0.92); /* dark-blue circle */
  color: #fff;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0,0,0,0.22);
  transition: transform .18s ease, background .18s ease;
  z-index: 70;
}
 
/* exact offsets from edges (change 20px to taste) */
.banner .owl-nav .owl-prev,
.banner .owl-prev { left: 20px; }
.banner .owl-nav .owl-next,
.banner .owl-next { right: 20px; }
 
/* hover / focus */
.banner .owl-nav .owl-prev:hover,
.banner .owl-nav .owl-next:hover,
.banner .owl-prev:hover,
.banner .owl-next:hover,
.banner .owl-prev:focus,
.banner .owl-next:focus {
  background: #FECF6D;
  transform: translateY(-50%) scale(1.08);
}
 
/* make injected SVG icon consistent */
.banner .owl-nav svg.icon {
  width: 20px;
  height: 20px;
  display: block;
}
 
/* responsive: slightly smaller buttons on phones */
@media (max-width: 767.98px) {
  .banner .owl-nav .owl-prev,
  .banner .owl-nav .owl-next,
  .banner .owl-prev,
  .banner .owl-next {
    width: 46px;
    height: 46px;
  }
  .banner .owl-nav .owl-prev,
  .banner .owl-prev { left: 12px; }
  .banner .owl-nav .owl-next,
  .banner .owl-next { right: 12px; }
}
/* Banner Section End */

/* Welcome message start  */
/* ===== Countdown Section ===== */

:root{
    --left-bg:#2f5876;        /* left blue */
    --gold:#d29b3d;           /* gold highlight */
    --num-color:#0b3550;      /* dark blue numbers */
    --muted:#7a8693;
    --panel-bg:#ffffff;
    --page-bg:#f3f6f9;
    --shadow: 0 6px 18px rgba(18,30,45,0.08);
  }

  .conference-countdown{
    position: relative;
    background-image: url(../images/counter-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* height: 100vh; */
    /* max-height: 630px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding: 40px;
  }

  .countdown-wrap{
    max-width: 980px;
    margin: 0 auto;
    display:flex;
    align-items:center;
    gap: 18px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  /* LEFT PANEL */
  .left-panel{
    background: var(--left-bg);
    color: #fff;
    min-width: 320px;
    display:flex;
    align-items:center;
    padding: 22px 28px;
  }
  .left-inner{
    display:flex;
    align-items:center;
    /* gap:18px; */
  }
  .badge{
    font-family: "Prociono", serif;
    font-size: 53px;
    color: #FECF6D;
    font-weight: 400;
    line-height: auto;
    padding-right: 6px;
  }
  .badge sup{
    font-size: 18px;
    vertical-align: super;
    margin-left:2px;
    color: #FECF6D;
  }
 .conference-countdown .title{
    font-size: 25px;
    font-weight:400;
    color: #FECF6D;
  }

  /* RIGHT PANEL (timer card) */
  .right-panel{
    display:flex;
    align-items:center;
    padding: 18px 26px;
    border-radius: 10px;
    flex: 1 1 auto;
    justify-content: space-between;
  }

  .time-item{
    text-align:center;
    min-width: 90px;
  }
  .time-val{
    font-size: 40px;
    font-weight: 800;
    color: var(--num-color);
    line-height:1;
    letter-spacing: -.5px;
  }
  .time-label{
    font-size: 12px;
    color: var(--muted);
    font-weight:600;
    margin-top:6px;
  }

  /* vertical 3-dot separator */
  .sep{
    display:flex;
    align-items:center;
    padding: 0 8px;
  }
  .dots{
    display:flex;
    flex-direction:column;
    gap:6px;
    align-items:center;
    justify-content:center;
    height:46px;
  }
  .dots span{
    width:8px;
    height:8px;
    background: #d9dfe6;
    border-radius:50%;
    display:block;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.3) inset;
  }
/* ===== Welcome Message ===== */
.hlt_sec .icon_decor{
    width: 150px;
}

.welcome-message{
  position: relative;
    background-image: url(../images/welcome-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* height: 100vh; */
    /* max-height: 630px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding: 0 20px;
}

.welcome-message .welc-innr p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 24px;
    font-family: 'poppins';
}

/* Decorative subtle pattern (optional) */
/* .welcome-message::after{
  content:"";
  position:absolute;
  inset:0;
  background-image: url(../images/welcome-bg.png);
  pointer-events:none;
} */
 .welcome-message h2 {
     color: #FECF6D;
     font-size: 38px;
     font-weight: 600;
     line-height: 28px;
 }
 .welcome-message .profile-card h5 {
     color: #FECF6D;
     font-size: 16px;
     font-weight: 600;
     line-height: 28px;
 }
 .welcome-message .profile-card p {
     color: #FECF6D;
     font-size: 14px;
     font-weight: 400;
     line-height: 28px;
 }
/* Welcome message End */

/* Speakers Section Start  */
.cstm-speakers {
    position: relative;
    background-image: url(../images/cmt-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* height: 100vh; */
    /* max-height: 630px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding: 0 20px;
}

.faculty-container {
    text-align: center;
    padding: 50px 20px;
}

.faculty-container h2 {
    color: #FECF6D;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

/* .faculty-container .icon_decor {
    width: 150px;
} */


/* .hexagon {
    position: relative;
    width: 290px;
    background-color: #ffffff;
    height: 300px;
    align-items: center;
    justify-content: center;
    margin: auto;
} */

.hexagon {
    position: relative;
    width: 290px;
    background-color: #E1B418;
    height: 300px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%,
                         50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.hexagon-content {
    width:285px;
    height:295px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 
                         50% 100%, 0% 75%, 0% 25%);
    background-color: #ffffff;
}
.hexagon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: top;
}

.faculty-name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;
}
.faculty-designation {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
}

.btn-custom {
    background-color: #E1B418;
    border: 2px solid #E1B418;
    color: rgb(255, 255, 255);
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
}

.btn-custom:hover {
    border: 2px solid #E1B418;
    color: #E1B418;
    background-color: #ffffff;
}

/* Speakers Section End  */

/* Confrence Highlights Start  */
.cstm-hlt {
    position: relative;
    background-image: url(../images/highlight-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* height: 100vh; */
    /* max-height: 630px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding: 0 20px;
}
.inr_hlt {
    text-align: center;
    padding: 50px 20px;
}
.cstm-hlt h2 {
        color: #FECF6D;
    font-size: 40px;
}
.highlight-box {
    font-size: 1.4rem;
    background: white;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 8px 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-bottom: 12px;
}
.icon-box {
    font-size: 1.4rem;
    background: #FECF6D;
    border-radius: 10px;
    padding: 8px 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-bottom: 12px;
}

.highlight-box p {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
/* Confrence Highlights End */
 /* Vnue section start  */
 .cstm_vnue {
    position: relative;
    background-image: url(../images/vnue-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* height: 100vh; */
    /* max-height: 630px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding: 0 20px;
}

.inr_vnue {
    text-align: center;
    padding: 50px 20px;
}
.inr_vnue h2 {
        color: #FECF6D;
    font-size: 40px;
}
.inr_vnue .vnue_content h3 {
        color: #000000;
    font-size: 32px;
    font-weight: 600;
    line-height: 35px;
    text-align: start;
    margin-bottom: 30px;
}
.inr_vnue .vnue_content p {
        color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
}
.vnue_content .vnue_btn {
    position: relative;
    color: #FECF6D;
    text-decoration: none;
    border: 2px solid #FECF6D;
    padding: 6px 20px;
    /* border-radius: 5px; */
    transition: 0.3s;
}

 /* Vnue section end */

 /* Abstract Submission Start  */
 .cstm_submission {
    position: relative;
    background-image: url(../images/reg-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* height: 100vh; */
    /* max-height: 630px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding: 0 20px;
}
.cstm_abst {
    text-align: center;
    padding: 50px 20px;
}
.cstm_abst h2 {
        color: #FECF6D;
    font-size: 38px;
    font-weight: 600;
    line-height: 41px;
}
.cstm_abst p{
        color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.abst_btn {
    position: relative;
    color: #FECF6D;
    text-decoration: none;
    border: 2px solid #FECF6D;
    padding: 6px 20px;
    /* border-radius: 5px; */
    transition: 0.3s;
}
 /* Abstract Submission End */
 /* Explore Agra Start  */
 .explore-agra {
    position: relative;
    background-image: url(../images/explore-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* height: 100vh; */
    /* max-height: 630px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding: 60px 20px;
}
 /* .explore-agra {
  padding: 60px 0;
  background: #f9f9f9;
} */
.agra-title {
  font-size: 32px;
  font-weight: 700;
  color: #f4b551;
}
.agra-decor img {
  height: 30px;
}

/* Card Styling */
.agra-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.agra-card:hover {
  transform: translateY(-8px);
}
.agra-card img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  display: block;
}

/* Overlay Text Inside Image */
.agra-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px;
  border-radius: 15px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
  text-align: center;
}
.agra-place {
  font-size: 18px;
  font-weight: 600;
  color: #f4b551;
  margin: 0;
}

/* Owl Navigation Custom */
.explore-agra .owl-nav button {
  background: #f4b551 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 22px !important;
  color: #fff !important;
  margin: 0 10px;
  transition: 0.3s;
}
.explore-agra .owl-nav button:hover {
  background: #e1a841 !important;
}
.explore-agra .owl-dots .owl-dot span {
  background: #ccc;
}
.explore-agra .owl-dots .owl-dot.active span {
  background: #f4b551;
}
 /* Explore Agra End */


/* Footer Start  */
.new_footer {
    background: #ffffff;
    padding: 30px 0 0;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
}


.footer_logo_box a {
    color: #fff;
    display: inline-block;
    border-radius: 8px;
}

.footer_logo_box a img {
    max-width: 100px !important;
    margin: auto;
}

.footer_logo_box h3.venue_name {
    color: #fff;
    text-align: left;
    margin-top: 18px;
    font-weight: 500;
}

.social_icons ul {
    display: flex;
    padding-left: 0;
    margin-top: 20px;
}

.social_icons ul li a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    background: initial;
    color: #fff;
}

.social_icons ul li {
    margin-right: 12px;
}

.social_icons ul li a:hover i {
    color: var(--color-2);
}

.footer_links h3 {
    color: #ffff;
    font-weight: 500;
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
}

.footer_links h3::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #fff;
    bottom: -5px;
    left: 2px;
}

.footer_links ul.footer_link {
    padding-left: 0;
    column-count: 2;
}

.footer_links ul.footer_link li a {
    font-family: 'poppins';
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.footer_links ul.footer_link li a:hover {
    color: #0549AE;
}

.footer_links ul.footer_link li {
    margin-bottom: 12px;
}

.footer_links ul.footer_link li a i {
    font-size: 18px;
    margin-right: 7px;
    margin-top: 2px;
}

.copyrigh.text-right p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.copyrigh.text-right span {
    display: block;
}

.copyrigh.text-right span a {
    color: #fff;
}

.footer_bottom {
    padding: 10px 0;
    /* background: #FF5500; */
}

.my_mb {
    margin-bottom: 30px;
}

.footer_counter h3 {
    color: #ffff;
    font-weight: 500;
    font-size: 26px;
    position: relative;
    margin-bottom: 30px;
}

.footer_counter h3::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #fff;
    bottom: -5px;
    left: 2px;
}

.footer_contnt {
    text-align: start;
}

.footer_contnt {
    text-align: center;
}

.footer_contnt h3 {
    font-size: 25px;
    text-align: start;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 5px;
}

.footer_contnt p {
    font-size: 15px;
    text-align: start;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 400;
}
.footer_contnt a {
    font-size: 15px;
    text-align: start;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 400;
}

.footer_contnt h3.venue_name {
    font-size: 24px;
    font-weight: 500;
    font-family: poppins;
    color: #ffffff;
}

.footer_contnt h3.venue_name span {
    color: var(--color-2);
}



/* Footer Section End */









/* Contact Us Start  */
.cont_pg {
    padding-top: 60px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.contact-section {
    padding: 50px 0;
    color: #ffffff;
}

.info-box {
    background-color: #324e75;
    /* background: url(../images/contactfrm.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: #ffffff;
    padding: 30px;
    border-radius: 8px;
}

.info-box h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 30px;
}

.info-box .info-item {
    margin-bottom: 20px;
}

.info-box .info-item i {
    font-size: 24px;
    margin-right: 15px;
}

.info-box a {
    color: white;
    text-decoration: none;
}

.form-container {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.frm-btnn {
    background-color: #324e75;
    border: 2px solid #324e75;
    color: #ffffff;
    width: 100%;
    font-size: 16px;
}

.frm-btnn:hover {
    background-color: #ffffff;
    border: 2px solid #324e75;
    color: #324e75;
}

.contact-section .form-container .form-control {
    padding: 16px 20px 16px 20px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    background-color: #ffffff;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    box-shadow: rgb(0 0 0 / 18%) 0px 0px 8px;
    border: 1px solid #324e75;
}

.contact h2 {
    font-size: 28px;
    color: #fdfdfd;
    font-weight: bold;
    text-transform: uppercase;
}

.contact_frm h2 {
    font-size: 30px;
    color: #222222;
    font-weight: bold;
    text-transform: uppercase;
}

.contact p {
    font-size: 16px;
    text-align: justify;
    color: #fff;
}

.contact ul li {
    background-color: #324e75;
    list-style: none;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
    padding: 24px 30px;
    margin: 20px 0;
    border-radius: 8px;
}

.contact-section .contact ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}

section.contact ul li a i {
    color: #ffffff;
    background-color: #ffffff;
    font-size: 25px;
}

.map-responsive {
    position: relative;
    overflow: hidden;
    padding-top: 35%;
    /* 16:9 Aspect Ratio */
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    border: 0;
}

.og_section .cont_spn {
    background: #ffffff;
    position: relative;
    color: #000000;
}

.team-content h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
}

.team-content .section-title {
    text-align: center;
    color: #ff7a00;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.contact-widget {
    background: #ffffff;
    padding: 45px 70px 45px 70px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px 5px 5px 5px;
}

.contact-section .sec-title h2.title.title4 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
}

.address-img {
    background: #fff;
    width: 65px;
    border-radius: 7px;
}

.address-img img {
    background: #fff;
    padding: 12px;
    width: 65px;
    border-radius: 7px;
}

.contact-section .address-box {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.contact-section .address-text {
    margin-left: 15px;
}

.contact-section .address-text span.label {
    display: inline-block;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 5px;
    font-family: "Jost", sans-serif;
}

.contact-section .address-text a {
    color: #fff;
    font-family: "Jost", sans-serif;
}

.contact-section .address-text a {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 19px;
}

.social-icon {
    padding-left: 0;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.contact-box .social-icon li {
    margin-right: 10px;
}

.contact-box .social-icon li a img {
    width: 32px;
}

.contact-section .contact-box {
    padding: 65px 40px 65px 40px;
    border-radius: 5px 5px 5px 5px;
    background: #324e75;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-section .address-text .desc {
    color: #fff;
}

.contact-section .address-text .desc p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.contact-section .sec-title2 {
    position: relative;
    margin-bottom: 40px;
}

.contact-section .sec-title2 .sub-text.contact {
    color: #b90e15;
}

.contact-section .sec-title2 .sub-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    background-color: #fd6509;
}

.contact-section .sec-title2 .sub-text::after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 55px;
    background-color: #fd6509;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
}

.contact-widget h2.title {
    font-weight: 700;
}

.contact-section .sec-title2 .sub-text {
    position: relative;
    padding-left: 90px;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #03228f;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.contact-section .sec-title2 {
    position: relative;
    margin-bottom: 40px;
}

.contact-section .sec-title2 .sub-text.contact {
    color: #03228f;
}

.contact-section .sec-title2 .sub-text {
    position: relative;
    padding-left: 90px;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #03228f;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.contact_section .sec-title2 .sub-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    background-color: #fd6509;
}

.contact_section .sec-title2 .sub-text::after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 55px;
    background-color: #fd6509;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
}

.form_container .form-check-input {
    border: none;
}
/* Contact Us End */

/*Registration Page start */
table:not(.has-background) th {
    background-color: #f8f8f8;
  }
  table:not(.has-background) tbody td {
    background-color: #fdfdfd;
  }
  .table th, .table td {
    vertical-align: middle !important;
  }
  
  .reg_sec .vnue_btn {
    position: relative;
    color: #FECF6D;
    text-decoration: none;
    border: 2px solid #FECF6D;
    padding: 6px 20px;
    /* border-radius: 5px; */
    transition: 0.3s;
}
/*Registration Page End*/
/*Important Dates Start */
.cstm_dates{
    background: #fecf6d;
    /*background: #ff9800;*/
}

.dates-section {
      display: flex;
      flex-wrap: wrap;
      max-width: 1200px;
      margin: auto;
      background: #ff9800;
    }

    /* Left Image */
    .dates-section .image-box {
      flex: 1 1 60%;
      background: url('https://www.tajmahal.gov.in/images/gallery/taj-mahal/big/16.jpg') no-repeat center center;
      background-size: cover;
      min-height: 450px;
    }

    /* Right Content */
    .dates-section .content-box {
      flex: 1 1 40%;
      background: #fff;
      padding: 40px 30px;
      border-right: 4px solid #506c89; /* red border on right */
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .dates-section h2 {
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 20px;
      color: #222;
    }

    .dates-section h3 {
      font-size: 18px;
      font-weight: 600;
      margin-top: 20px;
      margin-bottom: 8px;
      color: #e63946; /* red for dates */
    }

    .dates-section ul {
      list-style: disc;
      padding-left: 20px;
      margin: 0;
    }

    .dates-section ul li {
      font-size: 16px;
      color: #333;
      margin-bottom: 5px;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .dates-section {
        flex-direction: column;
      }
      .dates-section .image-box {
        min-height: 300px;
      }
      .dates-section .content-box {
        border-right: none;
        border-top: 4px solid #e63946;
      }
    }

    @media (max-width: 576px) {
      .dates-section h2 {
        font-size: 22px;
      }
      .dates-section h3 {
        font-size: 16px;
      }
      .dates-section ul li {
        font-size: 14px;
      }
    }
/*Important Dates End*/
/*According Section Start */
.accordion-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 8px;
    overflow: hidden;
}
.accordion-body {
    background-color: #ffffff;
    font-size: 1rem;
    color: #333;
    padding: 1rem;
    line-height: 1.6;
}
.accordion-body ul {
    padding-left: 1.5rem;
}
.accordion-body ul li {
    margin-bottom: 0.5rem;
}
.accordion-button {
    background-color: #f8f9fa;
    font-weight: bold;
    color: #335c89;
    padding: 1rem;
    font-size: 18px;
    transition: background-color 0.3s 
ease;
}
.accordion-button:not(.collapsed) {
    background-color: #e9ecef;
    color: #335c89;
    font-size: 18px;
    box-shadow: none;
    font-weight: 700;
}
/*According Section End */
/*Executive Members Start*/
.executive-members .member-img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border: 2px dashed #3a5f7e; /* Bootstrap primary color */
  border-radius: 50%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.executive-members .member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.executive-members h5 {
  font-weight: 600;
  margin-top: 15px;
}

.executive-members p {
  font-size: 14px;
  margin: 0;
}
/*Executive Members End */