@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Medium.eot');
    src: url('../fonts/NeueMontreal-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeueMontreal-Medium.woff2') format('woff2'),
        url('../fonts/NeueMontreal-Medium.woff') format('woff'),
        url('../fonts/NeueMontreal-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Bold.eot');
    src: url('../fonts/NeueMontreal-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeueMontreal-Bold.woff2') format('woff2'),
        url('../fonts/NeueMontreal-Bold.woff') format('woff'),
        url('../fonts/NeueMontreal-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Regular.eot');
    src: url('../fonts/NeueMontreal-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeueMontreal-Regular.woff2') format('woff2'),
        url('../fonts/NeueMontreal-Regular.woff') format('woff'),
        url('../fonts/NeueMontreal-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/TimesNewRomanPS-BoldMT.eot');
    src: url('../fonts/TimesNewRomanPS-BoldMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TimesNewRomanPS-BoldMT.woff2') format('woff2'),
        url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff'),
        url('../fonts/TimesNewRomanPS-BoldMT.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roxborough CF';
    src: url('../fonts/RoxboroughCF-Regular.eot');
    src: url('../fonts/RoxboroughCF-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RoxboroughCF-Regular.woff2') format('woff2'),
        url('../fonts/RoxboroughCF-Regular.woff') format('woff'),
        url('../fonts/RoxboroughCF-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roxborough CF';
    src: url('../fonts/RoxboroughCF-Medium.eot');
    src: url('../fonts/RoxboroughCF-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RoxboroughCF-Medium.woff2') format('woff2'),
        url('../fonts/RoxboroughCF-Medium.woff') format('woff'),
        url('../fonts/RoxboroughCF-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
  
  html, body {
    overflow-x: hidden;
  }

body {
	font-family: Arial, sans-serif;
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

img{
    width: 100%;
    height: auto;
    display: block;
}

.bg-1{
    background-color: #f8f5e6;
}

.bg-2{
    background-color: #F3F0E1;
}

.bg-3{
    background-color: #c86b3d;
}

.com-padd{
    padding: 50px 0px;
}

/* Basic grid system */
.row {
    display: flex;
    flex-wrap: wrap;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.col-1 { width: 8.33%; }
.col-2 { width: 16.66%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33%; }
.col-5 { width: 41.66%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33%; }
.col-8 { width: 66.66%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33%; }
.col-11 { width: 91.66%; }
.col-12 { width: 100%; }

h3.main-heading{
    color: #023334;
    font-size: 36px;
    font-family: 'Roxborough CF';
    padding-bottom: 10px;
    letter-spacing: 2px;
    font-weight: 500;
}


/* Top Bar */

.top-bar {
    padding: 5px 0px;
    background-color: #f8f5e6;
}

.top-bar .menu-btn {
    display: flex;
    justify-content: space-between;
}

.top-bar .cta-button {
    background-color: #C76C3C;
    color: #F3F0E1;
    padding: 6px 8px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Roxborough CF';
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
}

.top-bar a.cta-button{
    text-decoration: none;
}

/* Styling the Google Translate Dropdown */
#google_translate_element {
    text-align: right;
    margin: 0px;
}

/* Fixing the height of the dropdown */
.goog-te-gadget {
    font-size: 14px !important;
}

/* Fixing the height of the Google Translate button */
.goog-te-gadget-simple {
    height: 30px !important;
    line-height: 30px !important;
    display: flex !important;
    align-items: center !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #ddd !important;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

/* Fixing the dropdown menu height */
.goog-te-menu-frame {
    max-height: 200px !important;
    overflow-y: auto !important;
}

/* Adjusting the height of the text inside the dropdown */
.goog-te-menu-value {
    height: 30px !important;
    display: flex;
    align-items: center;
}

/* Hiding the Google Translate top banner */
.goog-te-banner-frame {
    display: none !important;
}


/* Header Styling */
.header{
    position: sticky;
    top: 0;
    background-color: #023334;
    padding: 10px 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.header .container { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    display: flex;
    align-items: center;
}

.header .logo img {
    width: auto;
    height: 50px;
}

.SIJS-logo {
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
}

.header .logo a.SIJS-logo img{
    width: auto;
    height: 90px;
}

.header .menu {
    display: flex;
    gap: 40px;
}

.header .menu a {
    color: #F3F0E1;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Roxborough CF';
    letter-spacing: 2px;
    font-weight: 500;
}

.header .menu a:hover{
    color: #C76C3C;
}

.header .menu a.active {
    color: #C76C3C;
    font-weight: 600;
}

.logo-extra {
    display: flex;
    width: 30%;
    justify-content: space-between;
    align-items: center;
}

.logo-extra img{
    width: 120px;
    height: auto;
}

.logo-extra img.last-logo {
    filter: none;
}

/* Dropdown Styling */
.menu .dropdown {
    position: relative;
    display: inline-block;
}

.menu .dropdown::after {
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    right: -15px;
    color: #ffffff;
    transform: rotate(90deg);
    top: 3px;
    font-size: 12px;
}

.menu .dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 230px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
    z-index: 1;
}

.menu ul.dropdown-menu li{
    list-style: none;
}

.menu .dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.menu .dropdown-menu a:hover {
    background-color: #f1f1f1;
}

.menu .dropdown:hover .dropdown-menu {
    display: block;
}

/* Off-Canvas Dropdown */
.off-canvas .dropdown {
    position: relative;
    display: block;
}

.off-canvas .dropdown-menu {
    display: none;
    position: relative;
    background-color: #C76C3C;
    min-width: 100%;
    box-shadow: none;
    padding-left: 0px;
}

.off-canvas .dropdown:hover .dropdown-menu {
    display: block;
}

.off-canvas {
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    background-color: #f8f5e6;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: right 0.3s;
    padding: 20px;
    z-index: 9999;
}

.off-canvas.open {
    right: 0;
}

.off-canvas .close-btn {
    cursor: pointer;
    float: right;
    font-size: 24px;
    color: #000000;
}

.off-canvas .menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 30px;
}

.off-canvas .menu a {
    text-decoration: none;
    color: #000000;
    font-family: 'Roxborough CF';
    letter-spacing: 2px;
    font-weight: 500;
}

.off-canvas .menu .dropdown::after {
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    right: -15px;
    color: #000000;
    transform: rotate(90deg);
    top: 3px;
    font-size: 12px;
}

.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 24px;
}

.lang-select {
    border: 1px solid #ccc;
    padding: 5px;
    cursor: pointer;
}
.hide {
    display: none;
}

/* Video */

.home{
    position: relative;
    height: 600px;
}

.home .video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.home .video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 Aspect Ratio */
    min-height: 100vh;
    min-width: 177.77vh; /* 16:9 Aspect Ratio */
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    font-size: 24px;
    padding: 20px;
}


/* announcing */

.announcing{
    padding-bottom: 0px;
}

.announcing h3 {
    color: #023334;
    font-size: 36px;
    font-family: 'Roxborough CF';
    padding-bottom: 10px;
    letter-spacing: 2px;
    font-weight: 500;
}

.announcing h4 {
    color: #C76C3C;
    font-size: 30px;
    font-family: 'Roxborough CF';
    font-weight: 400;
}

.announcing .heading{
    padding-bottom: 30px;
}

.announcing p {
    color: #023334;
    font-size: 18px;
    font-family: 'Neue Montreal';
    font-weight: normal;
    padding-bottom: 20px;
    text-align: justify;
}

.info-more{
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.info-more .venu-img img{
    width: auto;
    height: 100px;
}

.info-more .info{
    padding-left: 30px;
}

.info-more .info ul li{
    color: #023334;
    font-size: 18px;
    font-family: 'Roxborough CF';
    font-weight: normal;
    padding-bottom: 8px;
    text-align: justify;
    list-style: none;
    position: relative;
    line-height: 1.2;
}

.info-more .info ul li span{
    color: #C76C3C;
    font-weight: bold;
}


/* supported-section */

.logo-section{
    background-image: url(../img/bg-3.jpg);
    background-size: cover;
}

.logo-section h3{
    text-align: center;
    font-size: 18px;
    font-family: 'Neue Montreal';
    color: #ffffff;
    font-weight: 500;
    padding-bottom: 10px;
}

.supported ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.supported ul li{
    list-style: none;
}

.supported img{
    width: 100%;
    height: 100px;
}

.supported ul li:nth-child(6) img{
  height: 40px;
}


.destination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.destination img{
    width: auto;
    height: 100%;
}

/* showcase */
.showcase{

}

.showcase h3 {
    color: #023334;
    font-size: 36px;
    font-family: 'Roxborough CF';
    padding-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 500;
}


.icon-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Adjust spacing */
}

.icon-flex .item {
    width: 48%; /* Two columns */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px; /* Space between rows */
}

.icon-flex .item img {
    width: 50px; /* Adjust image size */
    height: 50px;
    object-fit: contain;
}

.icon-flex .item p {
    color: #023334;
    font-size: 18px;
    font-family: 'Neue Montreal';
    font-weight: normal;
    padding-top: 8px;
}

/* showcase end */

/* buyers-slider */

.buyers-quotes h3.main-heading{
    text-align: center;
    padding-bottom: 30px;
}

.buyers-slider-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.buyers-slider {

}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #023334;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-arrow:hover {
  background: #C76C3C;
}

/* buyers-slider end */

/* why-saudi */

.why-saudi{
    background-image: url(../img/bg-2.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.why-saudi .main-heading{
    padding-top: 20px;
}

.why-saudi .pt{
    padding-top: 20px;
}

.why-saudi h4 {
    color: #C76C3C;
    font-size: 18px;
    font-family: 'Neue Montreal';
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 20px;
}

.why-saudi p {
    color: #023334;
    font-size: 18px;
    font-family: 'Neue Montreal';
    font-weight: normal;
    text-align: justify;
}

.why-saudi p.pad-bot{
    padding-bottom: 20px;
}

.why-saudi ul li {
    color: #023334;
    font-size: 18px;
    font-family: 'Neue Montreal';
    font-weight: normal;
    padding-bottom: 8px;
    text-align: justify;
    list-style: none;
    position: relative;
    padding-left: 30px;
    line-height: 1.2;
}

.why-saudi ul li::before {
    content: "";
    background-image: url(../img/black_star.png);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 4px;
    background-size: cover;
}
/* why-saudi */

/* Popup */

/* unique primary style */
.sajex-primary{background-color: #023334;color:#ffffff;font-weight:700;padding:0.6rem 1rem;border-radius:8px;display:inline-block;text-align:center;text-decoration:none;cursor:pointer;border:0}


/* modal backdrop */
.sajex-backdrop{position:fixed;inset:0;background:rgba(2,6,23,0.55);display:flex;align-items:center;justify-content:center;padding:1.25rem;z-index:1000;}
.sajex-modal{width:100%;max-width:920px;background:var(--card);border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(2,6,23,0.2);display:grid;grid-template-columns:1fr 420px;position:relative}


/* left content */
.sajex-left{padding:1.4rem 1.4rem 1.6rem;background-color: #ffffff;}
.sajex-kicker{display:inline-block;background:var(--accent);color:#023334;font-family: 'Roxborough CF';padding:6px 10px;border-radius:999px;font-weight:700;font-size:0.85rem}
.sajex-left h2{margin:0.6rem 0 0.35rem;font-size:1.4rem;line-height:1.15;color: #C76C3C;
    font-family: 'Roxborough CF';
    font-weight: 400;}
.sajex-lead{margin:0 0 0.9rem;    font-family: 'Neue Montreal'; color:var(--muted)}
.sajex-left ul{margin:0.6rem 0 1.2rem;padding-left:1.1rem}
.sajex-left ul li{margin:0.4rem 0;    font-family: 'Neue Montreal';}


.sajex-links{display:flex;gap:0.6rem;flex-wrap:wrap;margin-top:0.6rem}
.sajex-link-ghost{background:transparent;border:1px solid #e6e9ee;padding:0.55rem 0.9rem;border-radius:8px;text-decoration:none;color:var(--bg)}


/* right column */
.sajex-right{background:linear-gradient(180deg,#fff 0%,#fbfbfd 100%);padding:3rem;display:flex;flex-direction:column;gap:0.8rem;align-items:center;justify-content:center}
.sajex-poster{width:100%;height:220px;background:#eee;border-radius:8px;background-size:cover;background-position:center}
.sajex-small{font-size:0.9rem;color:var(--muted)}


/* close */
.sajex-close{position:absolute;top:12px;right:12px;background:transparent;border:0;font-size:1.2rem;padding:8px;border-radius:8px;cursor:pointer}


/* responsive */
@media (max-width:880px){
.sajex-modal{grid-template-columns:1fr;padding:0}
.sajex-right{order:-1;padding:1rem;display: none;}
.sajex-poster{height:180px}
}


@media (max-width:420px){
.sajex-left h2{font-size:1.1rem}
.sajex-poster{height:150px}
}

/* Popup End */

.advertis-sec img{
    width: 100%;
    height: auto;
}

/* about-gjepc */

.about-gjepc .row{
    align-items: center;
}

.about-gjepc .main-heading{
    color: #F3F0E1;
    padding-bottom: 30px;
}

.about-gjepc img.logo{
    width: 300px;
    height: auto;
    padding-bottom: 30px;
}

.about-gjepc p {
    color: #F3F0E1;
    font-size: 18px;
    font-family: 'Neue Montreal';
    font-weight: normal;
    padding-bottom: 20px;
    text-align: justify;
}

.about-gjepc ul li {
    color: #F3F0E1;
    font-size: 18px;
    font-family: 'Neue Montreal';
    font-weight: normal;
    padding-bottom: 12px;
    text-align: justify;
    list-style: none;
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
}

.about-gjepc ul li::before {
    content: "";
    background-image: url(../img/black_star.png);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 4px;
    background-size: cover;
}

/* about-gjepc end */

/* visitor */

.visitor {
    background-image: url(../img/valentine-jewellery.png);
    background-repeat: no-repeat;
    background-position: 0% 141%;
    background-size: 40%;
}

.visitor p {
    color: #023334;
    font-size: 18px;
    font-family: 'Neue Montreal';
    font-weight: normal;
    text-align: justify;
}

.visitor h4 {
    color: #C76C3C;
    font-size: 18px;
    font-family: 'Neue Montreal';
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 20px;
    text-transform: uppercase;
}

.visitor ul {
    padding-top: 20px;
}

.visitor ul li {
    color: #023334;
    font-size: 18px;
    font-family: 'Neue Montreal';
    font-weight: normal;
    padding-bottom: 8px;
    text-align: justify;
    list-style: none;
    position: relative;
    padding-left: 30px;
    line-height: 1.2;
}

.visitor ul li::before {
    content: "";
    background-image: url(../img/black_star.png);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 4px;
    background-size: cover;
}

.visitor p.pt{
    padding-top: 10px;
}

/* visitor end */

/* exhibitor */

.exhibitor {
    background-image: url(../img/bg-4.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.exhibitor h4 {
    color: #C76C3C;
    font-size: 18px;
    font-family: 'Neue Montreal';
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 20px;
}

.exhibitor p {
    color: #023334;
    font-size: 18px;
    font-family: 'Neue Montreal';
    font-weight: normal;
    text-align: justify;
}

.exhibitor ul li {
    color: #023334;
    font-size: 18px;
    font-family: 'Neue Montreal';
    font-weight: normal;
    padding-bottom: 8px;
    text-align: justify;
    list-style: none;
    position: relative;
    padding-left: 30px;
    line-height: 1.2;
}

.exhibitor ul li::before {
    content: "";
    background-image: url(../img/black_star.png);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 4px;
    background-size: cover;
}

.exhibitor ul li span{
    display: block;
}

.border-left{
    border-left: 1px solid #dddddd;
}

/* exhibitor end */


/* footer */

footer{
    background-image: url(../img/bg-3.jpg);
    background-size: cover;
}

footer .row{
    align-items: start;
}

footer .main-heading{
    color: #ffffff;
}

.register-contact h4 {
    color: #f8f5e6;
    font-size: 22px;
    font-family: 'Roxborough CF';
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
}

.register-contact .qr-img img{
    width: 160px;
    height: auto;
    margin: 0 auto;
    border: 4px solid #C76C3C;
}

.footer-logo{
    padding-top: 50px;
}

 .footer-logo img{
    width: 300px;
    height: auto;
    margin: 0 auto;
}

.contact-list {
    background-color: #f8f5e6;
    padding: 30px;
    border-radius: 30px;
}

.contact-list .region-sec + .region-sec{
    padding-top: 10px;
}

.contact-list h4 {
    color: #C76C3C;
    font-size: 18px;
    font-family: 'Neue Montreal';
    font-weight: 500;
    padding-bottom: 10px;
}

.contact-list .item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

.contact-list .item span {
    color: #023334;
    font-size: 15px;
    font-family: 'Neue Montreal';
    font-weight: normal;
    text-align: justify;
    flex: 1; /* Distributes equal width to all spans */
    min-width: 0; /* Ensures content doesn't overflow */
    display: flex;
    align-items: center; /* Aligns text properly */
}

.contact-list .item span a {
    color: #023334;
    text-decoration: none;
    word-break: break-word; /* Prevents overflow on long email addresses */
}

/* footer */


/* Overlay */
    .popup-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      padding: 15px;
    }

    /* Popup Box */
    .popup-box {
      background: #fff;
      padding: 20px;
      width: 100%;
      max-width: 600px;
      border-radius: 12px;
      position: relative;
      box-shadow: 0 5px 25px rgba(0,0,0,0.2);
      overflow-y: auto;
      max-height: 95vh;
    }

    .popup-box img {
      width: 100%;
      border-radius: 8px;
      margin-bottom: 15px;
    }

    .popup-box h2 {
      margin: 0 0 10px;
      color: #c82333;
      font-size: 22px;
    }

    .popup-box p {
      margin: 8px 0;
      font-size: 16px;
      line-height: 1.5;
      color: #333;
    }

    .popup-box a {
      color: #0056b3;
      text-decoration: underline;
      font-weight: bold;
    }

.popup-close {
    position: absolute;
    top: 4px;
    right: 1px;
    font-size: 23px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
    background-color: #000000;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .popup-close:hover {
      color: #000;
    }

    @media (max-width: 480px) {
      .popup-box {
        padding: 15px;
      }

      .popup-box h2 {
        font-size: 20px;
      }

      .popup-box p {
        font-size: 15px;
      }

      .popup-close {
        font-size: 20px;
        top: 8px;
        right: 12px;
      }
    }


    .buttonsWrp button {
	background: #C76C3C;
	min-width: 120px;
	padding: 12px;
	font-weight: 600;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.75)
}

.buttonsWrp button.active {
	background: #000;
	box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.75)
}

.responsive_table tr:nth-of-type(odd),
.table tr:nth-of-type(odd) {
	background: #fff
}

.showcase table.dataTable th, .showcase table.dataTable td{
    box-sizing: inherit;
}

.showcase .dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 5px;
	border: 1px solid #C76C3C;
	margin: 5px 3px 0;
	background: #C76C3C;
	color: #fff !important;
	font-family: 'Neue Montreal';
	font-weight: 500;
	cursor: pointer;
	text-decoration: none !important
}

.showcase .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background: #023334;
	color: #fff !important;
}

.showcase .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #023334;
	color: #fff !important;
}

.paginate_button {
	padding: 5px;
	border: 1px solid #C76C3C;
	margin: 5px 3px 0;
	background: #C76C3C;
	color: #fff !important;
	font-family: 'Neue Montreal';
	font-weight: 500;
	cursor: pointer;
	text-decoration: none !important
}

.current {
	background: #000;
	border: 1px solid #000
}

.dataTables_length {
	position: absolute;
	top: 0;
	left: 0;
        font-family: 'Neue Montreal';
    font-weight: 500;
}

.dataTables_filter {
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'Neue Montreal';
	font-weight: 500;
}

#example_wrapper {
	padding: 50px 0;
	position: relative
}

.dataTables_filter label {
	display: flex;
	align-items: center;
	margin: 0
}

.dataTables_filter input {
	border: 1px solid #ddd;
	padding: 5px;
	margin-left: 5px
}

.responsive_table a {
	background: #fffadf;
	display: block;
	border-radius: 2px;
	padding: 3px 5px;
	text-align: center;
	width: 80px;
	margin: 0 auto;
	color: #a89c5d;
	font-weight: 600;
	border: 1px solid #a89c5d;
	font-size: 11px
}

.responsive_table td {
	line-height: 1.3
}

.paging_simple_numbers {
	position: absolute;
	bottom: 0;
	right: 0
}

.dataTables_info {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: 'Neue Montreal';
	font-weight: 500;
}

@media (max-width:1024px) {
	.responsive_table tr {
		margin: 10px 0
	}

	.responsive_table a {
		margin: 0
	}
}

@media (max-width:575px) {

	.dataTables_length,
	.dataTables_filter {
		position: relative;
		display: table;
		margin: 0 auto
	}

	#example_wrapper {
		padding: 0
	}

	.paging_simple_numbers {
		position: relative;
		bottom: 0;
		right: 0;
		display: table;
		margin: 15px auto 0
	}

	.dataTables_info {
		position: relative;
		bottom: 0;
		left: 0;
		display: table;
		margin: 0 auto
	}

	.buttonsWrp button {
		min-width: auto;
		box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.75);
		padding: 5px 10px
	}
}


    /* ---- Table Wrapper ---- */
.responsive_table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  margin: 40px 0;
  font-family: "Poppins", Arial, sans-serif;
}

/* ---- Header ---- */
.responsive_table thead tr {
  background: #000;
  color: #690f47ff;
  text-align: left;
}

.responsive_table thead th {
    padding: 15px 18px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 3px solid #C76C3C;
    letter-spacing: 0.6px;
    color: #c76c3c;
    font-size: 14px;
    font-family: 'Roxborough CF';
}

/* ---- Body ---- */
.responsive_table tbody td {
  padding: 14px 18px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  transition: all 0.25s ease;
  color: #023334;
    font-family: 'Neue Montreal';
    font-weight: 500;
}

/* ---- Row Hover ---- */
.responsive_table tbody tr {
  background: #fff;
}
.responsive_table tbody tr:nth-child(odd) {
  background: #fdfdfd;
}
.responsive_table tbody tr:hover {
  background: #fff6dd;
  box-shadow: inset 4px 0 0 #C76C3C;
}

/* ---- Sr. No Styling ---- */
.responsive_table tbody td:first-child {
  font-weight: bold;
  color: #023334;
}

@media (max-width: 768px) {
  .responsive_table thead {
    display: none;
  }
  .responsive_table, .responsive_table tbody, .responsive_table tr, .responsive_table td {
    display: block;
    width: 100%;
  }
  .responsive_table tr {
    margin-bottom: 16px;
    border-radius: 10px;
    border: 1px solid #2c0101ff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    overflow: hidden;
  }
  .responsive_table td {
    padding: 10px 15px;
    text-align: right;
    font-size: 13px;
    position: relative;
  }
  .responsive_table td::before {
    content: attr(data-column);
    position: absolute;
    left: 15px;
    font-weight: 600;
    color: #444;
    text-transform: capitalize;
  }
}

/* Responsive Menu */
@media (max-width: 768px) {

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        width: 100%;
    }

    .top-bar .menu-btn{
        flex-wrap: wrap;
    }

    .top-bar a.cta-button {
        margin-top: 5px;
    }

    .header .container {
        flex-wrap: wrap;
    }

    .header .logo img {
        width: auto;
        height: 30px;
    }

    .header .logo a.SIJS-logo img {
        width: auto;
        height: 50px;
    }

	.header .cta-button{
        display: none;
    }

    .header .menu-btn{
        display: none;
    }

    .header .menu {
        display: none;
    }
    .menu-toggle {
        display: block;
        color: #C76C3C;
    }

    .logo-extra{
        width: 100%;
    }

    .logo-extra img {
        width: 60px;
        height: auto;
    }
    
    .about-gjepc img.logo {
        width: 200px;
        height: auto;
        padding-bottom: 30px;
        margin: 0 auto;
    }

    .info-more {
        flex-direction: column;
        align-items: start;
    }

    .info-more .info{
        padding-left: 0px;
        padding-top: 20px;
    }

    .border-left {
        border-top: 1px solid #dddddd;
        border-left: none;
        margin-top: 20px;
    }

    .contact-list .item {
        flex-direction: column;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .footer-logo img{
        width: 200px;
    }

    .register-contact .qr-img img {
        width: 120px;
    }

    h3.main-heading{
        font-size: 30px;
    }

    .footer-logo {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .supported ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.supported img {
    width: auto;
    height: 90px;
}

}