@font-face {
    font-family: PoppinsRegular;
    src: url('Poppins-Regular.ttf')
}
@font-face {
    font-family: PoppinsMedium;
    src: url('Poppins-Medium.ttf')
}
@font-face {
    font-family: PoppinsLight;
    src: url('Poppins-Light.ttf')
}
body {
    font-family: 'Montserrat Alternates';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

li,
b,
th,
td {
    font-family: 'PoppinsRegular';
}

a {
    text-decoration: none !important;
}

#nav-header .collapse a {
    font-family: 'PoppinsMedium';
}
.highlight_box h5,
.feature-box h6,
.feature_box h4,
.team-card h5{
    font-family: 'PoppinsMedium';
}

p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    font-family: 'PoppinsRegular' !important;
}

.description {
    color: #000;
}

.owl-nav {
    display: none;
}

li.nav-item {
    border-right: 1px solid #fff;
}

.btn {
    border: 1px solid #0d6efd !important;
    border-radius: 20px !important;
    padding: 5px 15px !important;
}
#middle-header .btn-sm {
    font-family: 'PoppinsMedium';
}
/* -----------------------top header css ---------------------- */
#top-header {
    background: #e9751e;
}

#nav-header {
    background: #052033;
}

#nav-header .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 18px;
    /* transition: .4s; */
}

#nav-header .navbar-light .navbar-nav .nav-link:hover {
    color: #008EA9;
    fill: #008EA9;
    /* transform: scale(1.2); */
}

#nav-header .navbar .navbar-nav .nav-link.active {
    color: #fff !important;
    background-color: #e9751e;
}

.header-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-left {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.top-header-nav li a,
.top-left li a,
.top-left li {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: 5px;
    line-height: 1;
}

.header-box {
    z-index: 1;
}

/* -----------------------page-nav css ---------------------- */
.page-nav {
    position: relative;
    overflow: hidden;
}

.background-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 150, 136, 0.7), rgba(0, 51, 102, 0.7));
    z-index: 1;
}

.page-nav-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.page-title h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 8px;
}

.page-title p {
    display: none;
    opacity: 0.9;
    font-size: 14px;
}

/* -----------------------venue css ---------------------- */
.venue-card {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.venue-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: 0.4s;
}

.venue-card:hover img {
    transform: scale(1.08);
}

.venue-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.venue-info-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.qr-box img {
    width: 120px;
    border-radius: 10px;
}

.sub-title {
    color: #009688;
    font-weight: 600;
    margin-bottom: 5px;
}

.main_title {
    font-family: 'PoppinsRegular';
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}

.venue-list {
    padding-left: 0;
    list-style: none;
}

.venue-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    position: relative;
    padding-left: 25px;
}

.venue-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #000;
}

#venuepage iframe {
    padding: 10px;
    box-shadow: 2px 2px 2px 2px;
}

#venue .venue-info1 {
    background: rgb(15 175 71);
}

#venue .venue-info2 {
    background: #1266af;
}

/* -----------------------count css ---------------------- */
/*#count {
    margin-top: -6%;
    position: relative;
    z-index: 1;
}*/

#count .count_box {
    background: linear-gradient(181deg, #e7bdf9 0%, #f7d99f 100%);
    box-shadow: 0px 0px 4px 0px;
    padding: 20px 10px;
    border-radius: 10px;
}

.count-box .circle {
    /*width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #0da340;
    display: flex;*/
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    font-size: 30px;
    color: #060c6a;
}

.count-box small {
    display: block;
    /*margin-top: 8px;*/
    color: #666;
}

#frontcommit .icon-circle {
    width: 120px !important;
    height: 120px !important;
}

#frontcommit p {
    font-size: 16px !important;
    color: #000 !important;
}

/* Info Cards */
.info-card {
    background: #fff;
    padding: 40px 10px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.09);
    height: 100%;
}

.info-card .icon {
    font-size: 20px;
    color: #0da340;
    margin-bottom: 10px;
    background: #ededed;
    padding: 10px 10px;
    border-radius: 30px;
}

.info-card h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.info-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* -----------------------feature css ---------------------- */
/* #feature .feature_box {
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px;
    padding: 20px 10px;
    border-radius: 10px;
} */

.feature-box {
    padding: 20px 15px;
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px;
    border-radius: 10px;
    height: 100%;
}

.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #e9751e;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 28px;
    color: #e9751e;
    background: #fff;
}

.feature-box h6 {
    font-weight: 600;
    margin-bottom: 8px;
}

.feature-box p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Heading underline */
.title-underline {
    display: block;
    width: 60px;
    height: 3px;
    background: #ff4d4d;
    margin: 8px auto 0;
    border-radius: 5px;
}


/* -----------------------place css ---------------------- */
#place .place_box {
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px;
    padding: 20px 10px;
    border-radius: 10px;
}

#place .highlight_box {
    position: relative;
    /* background: #ffffff; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 20px 10px;
    border-radius: 12px;
    overflow: hidden;
}

/* Background Image (Watermark Style) */
#place .highlight_box::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('../img/hawa-mahal-jaipur.jpg') no-repeat right bottom;
    background-size: contain;
    /* opacity: 0.08;  */
    pointer-events: none;
}

/* Content upar rahe */
#place .highlight_box>div {
    position: relative;
    z-index: 1;
}

.place-card {
    text-align: center;
    background: #fff;
    border-radius: 12px;
    padding: 5px;
    margin: 5px;
    box-shadow: 0px 0px 4px 0px;
}

.place-card img {
    border-radius: 10px;
}

.place-card p {
    margin-top: 14px;
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 500;
}

/* Highlights */
.highlight-list {
    list-style: none;
    padding: 0;
}

.highlight-list li {
    margin-bottom: 12px;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.highlight-list i {
    color: #ff4d4d;
    margin-right: 10px;
}

/* Heading underline */
.title-underline {
    display: block;
    width: 50px;
    height: 3px;
    background: #ff4d4d;
    margin: 6px auto 0;
    border-radius: 5px;
}

/* -----------------------stats-wrapper css ---------------------- */
.stats-wrapper {
    background: rgb(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 25px 10px;
    color: #fff;
    margin-top: 2%;
}

.stat-item {
    text-align: center;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.stat-icon {
    font-size: 28px;
    margin-bottom: 8px;
}

.stat-number {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 2px;
}

.stat-label {
    font-size: 14px;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .stat-item {
        margin-bottom: 20px;
    }

    .stat-item::after {
        display: none;
    }
}

/* -----------------------team css ---------------------- */
.team-section {
    background: #0b2c4d;
}

/* underline */
.title-underline {
    display: block;
    height: 3px;
    width: 40px;
    background: #ff6b00;
    margin: 6px auto 0;
    border-radius: 2px;
}

/* card */
.team-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    border: none;
    transition: 0.3s;
}

.team-card:hover {
    transform: translateY(-5px);
}

/* image */
.team-img {
    /* width: 120px; */
    /* height: 120px; */
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #ff6b00;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* -----------------------slider css ---------------------- */
#slider .owl-carousel-item {
    overflow: hidden;
}

#slider .header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

.middle-border marquee p {
    font-size: 18px;
    margin: 0px;
    color: #fff;
    padding: 5px 0px 0px 0px;
}

#slider .owl-carousel-inner {
    position: absolute;
    top: 22%;
    left: 0%;
    width: 100%;
}

.tagline {
    color: #fff;
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 2px;
}

.main-title {
    color: #fff;
    font-size: 68px;
    font-weight: 700;
}

.main-title span {
    color: #ff740b;
    font-weight: normal;
}

.subtitle {
    font-family: 'PoppinsMedium';
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.description {
    color: #fff;
    font-size: 18px;
    /* opacity: 0.9; */
    line-height: 1.3;
}

.btn-gradient {
    background: linear-gradient(45deg, #00d4ff, #0072ff);
    border: none;
    font-family: 'PoppinsMedium';
    padding: 10px 25px;
    color: #fff;
    border-radius: 30px;
    transition: 0.3s;
}

.btn-gradient:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.banner-img {
    max-width: 90%;
    animation: float 3s ease-in-out infinite;
}

/* Floating animation */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* -----------------------about css ---------------------- */
#about {
    background: #0b2c4d;
}

#about .about-title {
    font-family: 'PoppinsMedium';
    color: #e9751e;
}

#about p {
    font-size: 18px;
    color: #fff;
}

/* -----------------------counter css ---------------------- */
#counter-section {
    background: #F5F5F5;
}

#counter-section .counter-box {
    padding: 60px 0px;
}

#counter-section .contactbox {
    padding: 60px 30px 0px 30px;
}

#counter-section h2 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

#counter-section .box {
    background-color: #fff;
    text-align: center;
    border-style: solid;
    width: 170px;
    height: 170px;
    border-radius: 10%;
    border-width: 1px 1px 1px 1px;
    padding: 45px 30px 30px 30px;
}

#counter-section .box span {
    color: #57a7b3;
    font-size: 25px;
    font-weight: 600;
}

#counter-section .box .label {
    margin: 0px;
    color: #54595F;
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
}

#counter-section .counter-img-box img {
    width: 100%;
}

/* -----------------------about css ---------------------- */

#about-section {
    padding-top: 60px;
}

/* venue css  */
#venue .venue_box {
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px;
    padding: 20px 10px;
    border-radius: 10px;
}

#venue .venue-address {
    padding-left: 30px;
}

#venue .venue-address img {
    border-radius: 10px;
}

#venue .venue-box {
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px;
    padding: 10px 10px;
    border-radius: 10px;
}

/* -----------------------footer css ---------------------- */
.footer-wrapper {
    background-color: #000;
    position: relative;
    z-index: 1;
}


.footer-wrapper .footer-pattern {
    /*background-color: #a35b79;*/
    background-image: url(/public/upload/images/footer-bg.jpg);
    opacity: 0.8;
}

.footer-pattern {
   /* background-image: url(/public/usercss/img/footn.webp  );*/
    background-repeat: repeat-x;
    background-position: top center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: -1;
}

.footer-widgets-area {
    border-top: 1px solid #dddddd;
}

.footer-widgets-area {
    /*background-image: url('../img/Joypur.png');*/
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: auto 50px;
    /* width auto रहेगी, height 50px fix */
    padding: 60px 0 10px;
    position: relative;
}

.widget-brand {
    margin-bottom: 20px;
}

#nav_menu-2 {
    padding: 0px 30px;
}

.footer-widgets-area .dl-widget-about .widget-brand img {
    max-width: 180px;
}

.dl-widget-about .widget-brand img {
    width: 180px;
    max-width: 100%;
}

.widget .widget-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: PoppinsMedium;
    line-height: 1;
    letter-spacing: -0.5px;
    padding-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}

.footer-wrapper ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer-wrapper a {
    font-family: PoppinsMedium;
    color: #fff;
}

.mc4wp-form-widget.style-2 .mc4wp-form-fields {
    position: relative;
}

.mc4wp-form-widget.style-2 button,
.mc4wp-form-widget.style-2 input[type="submit"] {
    background-color: #e9751e;
    background-image: url(https://wp.dynamiclayers.net/logisko/wp-content/plugins/logisko-core/assets/img/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
    border-radius: 2px;
    width: 60px;
    height: 30px;
    position: absolute;
    right: 7.5px;
    top: 50%;
    color: #fff;
    text-indent: 9999px;
    transform: translateY(-50%);
}

.copyright-area {
    background-color: #791a0f;
}

.copyright-area.no-footer-menu .copyright-inner {
    justify-content: center;
}

.copyright-area .copyright-inner {
    color: #fff;
    font-size: 15px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 10px;
}

.copyright-area .site-info a {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}
section#logisko_about_widget-2 p {
    color: #fff!important;
}

section#logisko_about_widget-2.widget .widget-title {
    padding-bottom: 0px;
    font-family: 'PoppinsMedium';
}


/* -----------------------model css ---------------------- */
#myModal.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

#myModal .modal-content {
    height: 500px;
    overflow: auto;
    padding: 0 !important;
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 !important;
}

#myModal .modal-header {
    border-radius: 0 !important;
    background-color: #9E2053;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#myModal .modal-title {
    font-weight: 600;
    font-size: 20px;
}

#myModal .close {
    cursor: pointer;
    font-size: 24px;
}

#myModal .modal-body {
    padding: 30px !important;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

#myModal .modal-footer {
    border-radius: 0 !important;
    background-color: #9E2053 !important;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* -----------------------inner page css ---------------------- */
#inner-page {
    /* margin-top: 3%; */
    padding: 50px 0px;
    background: #57a7b3;
}

.innerpagetitle {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    padding-bottom: 20px;
    margin-bottom: 50px;
    color: #000;
}

.innerpagetitle:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: 0 auto;
    height: 3px;
    width: 95%;
    max-width: 250px;
    background-color: #000;
}

.innerpagetitle:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 8px;
    width: 55px;
    background-color: #E91E63;
    z-index: 1;
}

.container-fluid {
    overflow: hidden;
}

.resources li.list-group-item {
    padding: 18px 10px;
}

/* --------------------------------------------- about jaipur css --------------------- */
.aboutsimg {
    padding: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

/* guidelines */
.venuebgcolor {
    background-color: #eeeeee;
}

.venueaddress {
    padding: 33px 20px;
    box-shadow: 1px 2px 3px #000;
    background: #f3dfdbd1;
    border-radius: 10px;
    display: flex;
    gap: 15px;
    min-height: 267px;
}

.venueaddresssec {
    min-height: 300px;
    padding: 50px 20px;
    background: #0b3c6f;
}

.venuebox {
    width: 200px;
}

.guidelines-title,
.aboutstitle {
    font-size: 25px;
}

/* .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    right: 10px;
} */


/*.venuebox img {
    width: 200px;
}*/

.venuhedding {
    font-size: 30px;
    text-align: center;
    color: #E91E63;
    font-weight: 600;
    border-bottom: 1px solid #E91E63;
    margin-bottom: 20px;
}

.venuetitle {
    /*font-family: 'PoppinsExtraBold';*/
    font-size: 30px;
    color: #1555b5;
    font-weight: bold;
    margin-bottom: 5px;
}

.venuetextadd {
    color: #000000;
}

.venueaddresssec {
    min-height: 268px;
    padding: 50px 20px;
    border-radius: 10px;
    color: #000;
    background: #f2e1de00;
    box-shadow: 1px 2px 3px #000;
}

.team-item {
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #3f6fb7;
}

.team-item img {
    width: 100%;
    height: auto;
}

.team-item .team-content {
    width: 100%;
    background: #3f6fb7;
    color: #fff;
    padding: 0px 0 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.team-item .team-content:before {
    left: -3%;
}

.team-item .team-content:before {
    content: "";
    width: 60%;
    height: 38px;
    background: #3f6fb7;
    position: absolute;
    top: -15px;
    transform: rotate(15deg);
    z-index: -1;
}

.team-item .team-content:after {
    right: -3%;
    transform: rotate(-15deg);
}

.team-item .team-content:after {
    content: "";
    width: 60%;
    height: 38px;
    background: #3f6fb7;
    position: absolute;
    top: -15px;
    transform: rotate(-15deg);
    z-index: -1;
}

.team-item .title {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px 0;
    position: relative;
}

.team-item .title:before {
    content: "";
    width: 7px;
    height: 140px;
    background: #ed1f7c;
    position: absolute;
    top: -84px;
    z-index: -2;
    transform: rotate(-74deg);
}

.team-item .title:before {
    left: 30%;
}

.team-item .title:after {
    content: "";
    width: 7px;
    height: 140px;
    background: #ed1f7c;
    position: absolute;
    top: -84px;
    z-index: -2;
    transform: rotate(74deg);
}

.team-item .title:after {
    right: 30%;
    transform: rotate(-105deg);
}

span.post {
    font-size: 13px;
}

.contact-wrapper .col-lg-6 {
    border: 5px solid #fff;
    background-color: #b6c8e3;
    padding-top: 15px;
}
.aboutsbhilwara {
    background-color: #fddce7;
    padding: 15px 0px;
    border-radius: 10px;
    box-shadow: 2px 1px 3px #ccc;
}


/* inner page committee css */
#teampage #ro-service {
    padding-top: 70px;
}