/* img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
  } */

.hero-img{
    padding-top: 300px;
    margin-bottom: 50px;
    background-repeat: no-repeat !important;
}

.slider_img {
    width: 100%;
    height: auto;
    background-size: cover !important;
    background-position: center !important;
    padding-top: 25%;
    position: relative;
    margin: 0;
}

.carousel {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.carousel-inner {
    width: 100%;
}

.carousel-item {
    width: 100%;
}

.carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

.top_slider_img{
        padding-top: 40px;
        margin-bottom: 40px;
        background-repeat: no-repeat !important;


}


.top_margin{
    margin: 5rem 0 5rem 0;
}


html, body {width: auto!important; overflow-x: hidden!important}

.razorpay-payment-button{
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin: 0;
    font-family: inherit;
    -webkit-appearance: button;
    word-wrap: break-word;
    box-sizing: border-box;
    text-decoration: none !important;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    border-radius: .2rem;
    padding: 7px 16px;
    font-size: 10px;
    cursor: pointer;
    font-size: 15px;
    margin: 1rem 0 0 0;
}

.register_button{
    font-size: 15px !important;
    z-index: 100;
}

/* .display_desktop{

} */

.display_mobile{
    display: none;
}

.display_desktop{
    display: inline-block;
}

#featureCardColumn{
margin-left: -30px;
}

.featured_row{
    margin-left: 40px;
}


.sub_featured_row{
    margin-left: 30px;
}


/* video,
iframe {
  width: 100% !important;
  height: 25rem !important;
} */
video{
  width: 100% !important;
  /* height: 25rem !important; */
}


@media only screen and (max-width: 600px) {


    .nav-link-font{
        font-size: 0.82rem;
    }

video,iframe[title="YouTube video player"]{
  width: 100% !important;
  height: 15rem !important;
}


    .display_mobile{
        display: inline-block;
    }
    .display_desktop{
        display: none;
    }

    #featureCardColumn{
        margin-left: -20px;
        }
    #featureCardColumn{
        margin-left: -20px;
        }

        .sub_featured_row{
            margin-left: 40px;
        }


.top_margin{
    margin: 0 0 0 0;
}


.premium_video_register_button{
  position: fixed;
  /* padding: 20rem; */
  right: 0%;
  bottom: 0%;
  width: 100%;
  text-align: center;
  border-radius: 0 !important;
}


}

.phone_number::-webkit-outer-spin-button,
.phone_number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#topnav{
    background-color: white;
}
.email_verify_container{
    padding: 10rem 0 5rem 0 ;
}

.title{
    color: #13629b !important;
}

body {
    color: #797979;
    /* background: #f1f2f7; */
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

.profile-nav, .profile-info{
    margin-top:30px;
}

.profile-nav .user-heading {
    background: #396CF0;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

.profile-nav .user-heading.round a  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.3);
    display: inline-block;
}

.profile-nav .user-heading a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.profile-nav .user-heading p {
    font-size: 12px;
}

.profile-nav ul {
    margin-top: 1px;
}

.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
}

.profile-nav ul > li:last-child {
    border-bottom: none;
}

.profile-nav ul > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #89817f;
    border-left: 5px solid #fff;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
    background: #f8f7f5 !important;
    border-left: 5px solid #396CF0;
    color: #89817f !important;
}

.profile-nav ul > li:last-child > a:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i{
    font-size: 16px;
    padding-right: 10px;
    color: #bcb3aa;
}

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color:#f8f7f5 ;
    border-top: 1px solid #e7ebee;
}

.profile-info .panel-footer ul li a {
    color: #7a7a7a;
}

#card-item-image {
    width: 400px;
    /* height: 230px; */
    object-fit: cover;
}

.hide{
    display: none;
}

.error_border{
    border: 1px solid red;
}

.controls {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;

    width: 100%;
    top: 50%;
    transform: translatey(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .controls:focus {
    outline: none;
  }
  .controls li:hover {
    cursor: pointer;
  }

  .slider-container {
    max-width: 100%;
    padding: 0 3rem 2rem 3rem;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
  }





/* #my-slider-ow .tns-controls button:first-child{
    position: relative;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #f1f1f1;
  color: black;
  font-size: 16px;
  padding: 16px 30px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  background-color: blue;
  color: white;
}

#my-slider-ow .tns-controls button:last-child{
    position: relative;
    bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #f1f1f1;
  color: black;
  font-size: 16px;
  padding: 16px 30px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  background-color: blue;
  color: white;
} */

.business-card i {
    color: #13629B;
}
.business-card{
    /* border: 2px solid #13629B; */
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1), 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    /* box-shadow: 0 10px 100px rgba(0, 0, 0, 0.1); */
}
.business-card:hover {
    border: 2px solid #13629B;
    /* box-shadow: 0 100px 10px rgba(0, 0, 0, 0.1); */
}

.business-card a{
    color: #13629B;
}




  .textBanner {
    background-color: #13629B;
    padding-left: 10%;
    padding-right: 10%;
  }

  .textBanner h4 {
    color: white;
  }

  .textBanner a {
    color: #fff18e;
  }


  .background {
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;

  }

  /* @media only screen and (max-width: 800px) {
    .col-5.directory-category-item {
      width: 47.666667%;
      margin: 0.3em;
    }
  } */

  .directory-category-item {
    border: 0.5px solid #13629B;
    border-radius: 10px;
    padding: 10px;
    font-size: 1em;

    margin: 0.3em;
    height: 4em;
  }

  .search {
    width: 80%;
    margin: auto;
    text-align: center
  }

  .search input {
    width: 50%;
    display: inline;
    height: 47px;
  }

  .search select {
    width: 10%;
    display: inline;
  }

  .custom-button {
    background-color: rgb(5, 0, 51);
    color: white;
    border: solid 3px #fffcf4;
  }

  #categories {
    background-color: #13629b;
    color: white;
  }

  .categories {
    font-size: 2em;

  }

  #searchbox {
    border: solid 3px #febb02;
  }

  .featured-list {
    margin-bottom: 1em;
  }

  .my-silder-insider {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .button-30 {
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #36395A;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono", monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 18px;
    border: solid 4px;
    height: 50px;
  }

  .button-30:focus {
    box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  }

  .button-30:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
  }

  .button-30:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
  }


  @media only screen and (max-width: 800px) {

    .dropdown {
      border-radius: 0px;
      font-size: small;
      height: 3em;
    }

    #dropdownMenuButton1 {
      margin-left: 1em;
    }

    .featured {
      margin: auto;

    }

    .empty-div {
      display: none;
    }

    .display-none-mobile {
      display: inline-block;
    }

    @media only screen and (max-width: 600px) {
      

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

      .card__img{
        max-width: 100%;
        height: 200px;
        object-fit: cover;
        }
    
    }

    .search {
      width: 20em;
      margin-top: 7em;
    }

    .background {
      height: 27em;
    }

    #search {
      border: solid 3px #faeecc;
      width: 100%;
    }

    #button-addon2 {
      border: solid 3px #febb02;
      margin-left: 1em;
    }

    .search select {
      margin-top: 0.7em;
      width: 27%;
      display: inline;
      height: 50px;
      border: solid 3px #febb02;
    }

    #all_categories_ {
      /* margin-left:4em; */
    }

    .directory-category-item {
      font-size: 0.9em;
    }

    .button-30 {
      font-size: 15px;
      width: 180px;
      border: solid 3px;
    }

    .search input {
      width: 100%;
      display: inline;
    }
  }

  .card__img{
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    margin:auto;
    display:block;
    }

  @media only screen and (min-width: 800px) {
    .fixed__button__mobile{
      display: none;
    }
    .featured {
      margin-left: 4em;
      margin-right: 4em;


    }

    /* #search {
      height: 3.4em;
      margin-top: 2em;
    } */

    #button-addon2 {
      height: 3.4em;
      margin-bottom: 4px;

    }

    .search select {
      height: 3.4em;
      border: solid 3px #febb02;
    }



  }

  [name=phone]::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    opacity: 0.5;
}

 
.container__row{
  margin-top: 7rem;

}

.btn__site--primary{
  background-color: #0F599B !important;
}
.btn__site--primary:hover{
  background-color: white !important;
  color: black !important;
  border: 1px solid #0F599B !important;
}

.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}


.fixed__button__mobile{
  position: fixed;
  /* padding: 20rem; */
  right: 0%;
  bottom: 0%;
  width: 100%;
  text-align: center;
  border-radius: 0 !important;
}

.card-img-size{
  width: 100%;
  height: 30vh;
  object-fit: cover;
}

/* Add this to your CSS file */
.topbar {
  background-color:darkred ; /* Red background color */
  color: white; /* Dark red text color */
  padding: 10px; /* Add some padding */
  text-align: center; /* Center align text */
  font-size: 16px; /* Adjust font size */
  font-weight: bold; /* Make text bold */
  border-bottom: 2px solid white; /* Dark red border at the bottom */
}


.marquee-container {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to right, #000000, #1a1a1a);
  padding: 15px 0;
  margin: 20px 0;
}

.marquee-text {
  display: flex;
  animation: marquee 20s linear infinite;
  white-space: nowrap;
}

.marquee-text a {
  font-size: 24px;
  font-weight: bold;
  padding: 0 50px;
  background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
}

@keyframes marquee {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}

/* Make text larger on desktop */
@media (min-width: 768px) {
  .marquee-text a {
      font-size: 32px;
  }
}

/* lsit your event */
.list-event-section {
  background: #ffffff;
  border-bottom: 1px solid rgba(20, 100, 160, 0.08);
}

.event-card {
  background: #f8fafc;
  border: 1px solid rgba(20, 100, 160, 0.1);
  border-radius: 16px;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.event-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(19, 98, 155, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}

.event-icon-wrapper {
  background: rgba(19, 98, 155, 0.1);
  border-radius: 12px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.event-icon-wrapper i {
  font-size: 1.8rem;
  color: #13629B;
}

.badge-highlight {
  display: inline-block;
  background: rgba(19, 98, 155, 0.1);
  color: #13629B;
  padding: 0.3rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.event-title {
  color: #1a202c;
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.3;
}

.event-description {
  color: #64748b;
  font-size: 0.95rem;
  margin-top: 0.3rem;
}

.btn-list-event {
  background: #25D366;
  color: white;
  padding: 0.9rem 1.8rem;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  position: relative;
  overflow: hidden;
}

.btn-list-event::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
  transition: all 0.3s ease;
}

.btn-list-event:hover {
  background: #128C7E;
  color: white;
  transform: translateY(-2px);
}

.btn-list-event:hover::before {
  opacity: 0;
}

@media (max-width: 768px) {
  .event-card {
      padding: 1.5rem;
  }
  
  .btn-list-event {
      margin-top: 1.5rem;
      width: 100%;
      text-align: center;
  }
  
  .event-icon-wrapper {
      width: 50px;
      height: 50px;
  }
  
  .event-icon-wrapper i {
      font-size: 1.5rem;
  }
  
  .event-title {
      font-size: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
    .slider_img {
        padding-top: 50%; /* Adjust aspect ratio for mobile */
    }
}

.home-slider {
    padding: 0;
    margin: 15px 0 0 0;
}

@media only screen and (max-width: 768px) {
    .carousel {
        margin-top: 60px; /* Increased margin for mobile */
    }
    
    .home-slider {
        margin: 60px 0 0 0; /* Increased margin for mobile */
        padding: 0;
    }

    .slider_img {
        padding-top: 50%;
        margin: 0;
    }

    .carousel-item img {
        margin: 0;
        padding: 0;
    }
}