:root {
  --primary-black: #000000;
  --primary-white: #ffffff;
  --dedicated-red: #662a26;
  --dedicated-blue: #213742;
  --tertiary-gray: #a49789;
  --tertiary-blue: #448dca;

 
  --font-cormorant: 'Cormorant Garamond', serif;
  --font-playfair: 'Playfair Display', serif;
}

@font-face {
  font-family: 'Lora';
  src: url('fonts/Lora-Bold.woff2') format('woff2'),
       url('fonts/Lora-Bold.woff') format('woff');
  font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Lora';
  src: url('fonts/Lora-Bold.woff2') format('woff2'),
       url('fonts/Lora-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
 font-family: 'Cormorant Garamond';
    font-weight: normal;
    font-style: normal;
  src: url('fonts/CormorantGaramond-Regular.ttf') format('truetype');
 
}

button,
.button,
input[type="submit"],
input[type="button"] {
  text-transform: none;
}
h1, h2, h3, h4, h5, .pageTitle, h1{
 font-family: 'Lora';
  font-weight: bold !important;
	 letter-spacing: 0.5px;
	 line-height: 1.4; 
}
.pageTitle, h1 {
    font-size: 2.3rem !important;
}
section#main-content{
	background-color: #fff;
	
}
/* Import Fonts */


body {
 font-family: 'Cormorant Garamond';
    font-weight: normal;
    font-style: normal;
  color: var(--primary-black) !important;
  background-color: var(--primary-white);
}
p, span, .tb-text, li{
	font-size: 18px !important;
	font-family: 'Cormorant Garamond';
    font-weight: normal !important;
    font-style: normal !important;
	 line-height: 1.6 !important;
  letter-spacing: 0.3px !important;
	color: #000 !important;
}
h6{
	font-size: 18px !important;
}
/*header*/

#header .header-nav-main nav > ul > li > a{
	font-size: 16px !important;
	 font-family: 'Lora';
  font-weight: bold !important;
	 text-transform: none !important;
	 letter-spacing: 0.3px !important;
}
.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px; /* adjust as needed */
}

#website-logo-header {
  width: 220px;
  height: auto;
}

.header-event-details h3{
  margin-bottom: 0px !important;
 
  color: #333;
  white-space: nowrap; /* keeps it on one line */
}
/* Sticky navbar fix */
.header-logo.header-logo-sticky-change{
	height:100px !important;
}
.customnavsticky{
	 display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      align-self: flex-start;
      position: fixed;
      top: 0;
      z-index: 1;
	width: 100%;
}
.nostickynav{
	
}
/*header--end*/
/* Section: Hero */
.title-box{
	background: #a497892e;
    padding: 40px 100px;
    margin-top: 50px;
    margin-bottom: 50px;
}

section.container.text-center h1 {


  text-transform: none; /* Sentence case */
  margin-bottom: 1rem;
}

section.container.text-center p {
  font-family: 'Lora';
  font-size: 1.25rem;
  text-transform: none;
}
/*website inner buttons*/
a.bttn-form-default, input.bttn-form-default, button.bttn-form-default{
	 background-color: #a49789 !important;
}
a.bttn-form-default:hover, input.bttn-form-default:hover, button.bttn-form-default:hover{
	background-color:#448dca !important;
}
/* Call-to-Action Button */
a.btn-primary{
  background-color: #448dca !important;
  border: none !important;
 font-family: 'Lora' !;
  font-weight: bold !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  padding: 0.75rem 2rem !important;
  border-radius: 4px !important;
	  text-transform: none !important;
	  letter-spacing: 0.5px !important;
}

a.btn-primary:hover, .site-button:hover {
  background-color: #3576b0;
}
a.bttn-form-error, input.bttn-form-error, button.bttn-form-error{
	
 font-weight: bold !important;
  font-family: 'Lora' !important;
  font-size: 18px !important;
  padding: 24px 40px 24px 40px !important;
  transition: all 0.3s ease !important;
	  text-transform: none !important;
	color: #fff !important;
	  letter-spacing: 0.5px !important;
	border-radius: 4px !important;
	border-color: #da0101 !important;
}
a.bttn-form-error:hover, input.bttn-form-error:hover, button.bttn-form-error:hover{
	
  color: var(--primary-white) !important;
	transform: translateY(2px) !important; /* move down */
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2) !important; /* inner shadow */
}
/* Linked Boxes Section */

a.btn.btn-primary.btn-lg, .toggle-button, .site-button, a.bttn-form-default, input.bttn-form-default, button.bttn-form-default  {
  background-color: #448dca !important;
 font-weight: bold !important;
  font-family: 'Lora' !important;
  font-size: 18px !important;
  padding: 24px 40px 24px 40px !important;
  transition: all 0.3s ease !important;
	  text-transform: none !important;
	color: #fff !important;
	  letter-spacing: 0.5px !important;
	border-radius: 4px !important;
	
	
	 
}

a.btn.btn-primary.btn-lg:hover , .toggle-button:hover, .site-button:hover,  a.bttn-form-default:hover, input.bttn-form-default:hover, button.bttn-form-default:hover {
  background-color: #448dca !important;
  color: var(--primary-white) !important;
	transform: translateY(2px) !important; /* move down */
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2) !important; /* inner shadow */
}

/* Optional spacing tweak for better breathing room */
.container.py-4 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
/*hero*/
/* Force the slider wrapper to maintain its height and positioning */
.forcefullwidth_wrapper_tp_banner {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* Ensure slider container fills correctly */
.slider-container.rev_slider_wrapper {
  position: relative !important;
  overflow: hidden !important;
  height: 400px !important;
  background: transparent !important;
	margin-top:72px !important;
}

/* Override slide background image */
.tp-bgimg.defaultimg {
  background-size: cover !important; /* or 'contain' if you prefer */
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Fix visibility and opacity of slides */
.tp-revslider-slidesli {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Ensure text layers appear */
.tp-caption {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
}

/* Make text responsive and readable */
.tp-caption,
.tp-caption * {
  color: #fff !important;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4) !important;
  font-size: clamp(1rem, 4vw, 2.5rem) !important;
  line-height: 1.4 !important;
}

/* Reset animations if causing issues */
.tp-parallax-wrap,
.tp-loop-wrap,
.tp-mask-wrap {
  transform: none !important;
  animation: none !important;
}

/* Optional: Hide layers not loading properly */
.tp-parallax-wrap[style*="visibility: hidden"] {
  display: none !important;
}
.tp-fullwidth-forcer{
	height:0px !important;
	width:0px !important;
}
/*fooer custom*/
.bg-footer {
    background-color: #a49789;
    padding: 50px 0 30px;
}
.footer-heading {
    letter-spacing: 2px;
}

.footer-link a, .contact-footer {
	font-family: 'Lora';
    color: #fff !important;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.5s;
	 letter-spacing: 0.3px !important;
	
}

.footer-link a:hover {
    color: #fff;
}

.contact-info a {
    color: #acacac;
    font-size: 14px;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}
.fa-linkedin-in{
	background-color: #0b66c2;
	  color: #ffffff;
}
.fa-instagram{
		background-color: #d62976;
	  color: #ffffff;
}
.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}

.twitter {
    background-color: #55acee;
    color: #ffffff;
}

.google {
    background-color: #d6492f;
    color: #ffffff;
}

.apple {
    background-color: #424041;
    color: #ffffff;
}

.footer-alt {
    color: #acacac;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #fff;
	 font-family: 'Lora';
}
footer#footer-section{
	display: none !important;
}
/*cards*/

.box{
  background-color: #448dca;
  width: 100%;
  height: 250px;
  box-shadow: 9px 9px 9px 5px #E1E3E5;
  border-radius: 3px;
  margin-bottom: 20px;
  cursor: pointer;
  line-height: 250px;
  text-align: center;
}
.box:hover{
	background-color: #4d98d7;
}
.shadow{
  box-shadow: 0 4px 4px 0px #E1E3E5;
}

.box{
	font-size: 30px !important;
	color: #fff;
	text-decoration: none !important;
}

/*media*/
@media (max-width: 576px){
	.header-event-details h3{
  margin-bottom: 10px !important;
 
  color: #333;
  white-space: normal; /* keeps it on one line */
}
	 h1, section.container.text-center h1 {
    font-size: 36px;
  }
	html.sticky-header-enabled #header .header-logo-sticky-change img {
    
}
.slider-container.rev_slider_wrapper {

  height: 130px !important;

}
	.header-logo img{
		width:150px !important;
		width:150px !important;
	}
	.footer-heading{
		margin-top: 20px;
	}
	.title-box {
    background: #a497892e;
    padding: 40px 50px;
    margin-top: 50px;
    margin-bottom: 50px;
		margin-top: 0px;
}
	.slider-container.rev_slider_wrapper{
		margin-top: 63px !important;
	
}
}
@media (min-width: 578px) and (max-width: 769px){
	.slider-container.rev_slider_wrapper {
margin-top: 62px !important;
  height: 250px !important;

}
	.header-logo img{
		width:150px !important;
		width:150px !important;
	}
	.footer-heading{
		margin-top: 20px;
	}
	.header-event-details h3{
  margin-bottom: 10px !important;
 
  color: #333;
  white-space: normal; /* keeps it on one line */
}
}
@media (min-width: 770px) and (max-width: 854px){
	.slider-container.rev_slider_wrapper {

  height: 270px !important;

}
	.header-logo img{
		width:150px !important;
		width:150px !important;
	}
	.footer-heading{
		margin-top: 20px;
	}
}
	@media (max-width: 991px) {
    html.mobile-menu-opened #header .header-body[class*="border-color-"] {
      
		height: auto !important;
		}
}
/*accordian*/


button.accordion {
  width: 100%;
    background-color: #448dca !important;
    border: none;
    outline: none;
    text-align: left;
    padding: 15px 20px;
    font-size: 18px;
    color: #ffffff !important;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

button.accordion:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f150"; /* Make sure this icon exists in FA5 */
  font-size: 18px;
  float: right;
}

button.accordion.is-open:after {
  content: "\f151";
}

button.accordion:hover,
button.accordion.is-open {
  background-color: #ddd;
}

.accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
	 transition: 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Box shadow here */
}


td.tb-bold.tb-wide30.tb-text-right.tb-color2 {
    background: #ffffff !important;
   
}

 .two-column-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    list-style-type: disc;
  }

  .two-column-list li {
    flex: 1 1 45%;
    box-sizing: border-box;
  }

  @media (max-width: 768px) {
    .two-column-list li {
      flex: 1 1 100%;
    }
  }

/*sposor*/
.sponsor-section {
  background-color: #f8f9fa; /* light gray background */
  border-top: 1px solid #ddd;
}

.sponsor-label {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.sponsor-logo {
  max-width: 200px;
  height: auto;
  transition: transform 0.3s ease;
}

.sponsor-logo:hover {
  transform: scale(1.05);
}
.sponsor-section .sponsor-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.sponsor-two{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-content: space-between;
}
/*end sponsor*/

/*media assets*/

	 .media-item-custom {
  border: 1px solid #ffffff !important;
	  background: white;
   
    padding: 15px;
    text-align: center;
    border-radius: 8px;
	  transition: transform 0.2s;
	  }

    .media-section {
      margin-bottom: 60px;
		margin-top: 50px;
    }

    .media-section h2 {
     margin-bottom: 20px;
    font-size: 24px;
    /* border-bottom: 2px solid #000000; */
    padding-bottom: 10px;
    background: #448dca;
    color: #fff;
    padding: 10px 15px;
    }

    .media-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 20px;
    }

    .media-item {
      background: white;
      border: 1px solid #ddd;
      padding: 15px;
      text-align: center;
      border-radius: 8px;
      transition: transform 0.2s;
    }

    .media-item:hover {
      transform: translateY(-5px);
    }

    .media-item img {
      max-width: 100%;
      height: auto;
      border-radius: 4px;
      cursor: pointer;
    }

    .media-item a {
      display: block;
      margin-top: 10px;
      font-weight: bold;
      text-decoration: none;
      color: #007bff;
    }

    .media-item a:hover {
      text-decoration: underline;
    }

 .media-title {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
}

.download-link {
  display: inline-block;
  margin-top: 8px;
  font-weight: bold;
  text-decoration: none;
  color: #007bff;
}

.download-link:hover {
  text-decoration: underline;
}
/*end media assets*/