/*
Theme Name: artist
Description: A brief description of your theme.
Version: 1.0 
*/
/* #### Generated By: http://www.cufonfonts.com #### */

body {
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
   
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
.recent-events-section {
	display:none;
}
.explore-btn{
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
}
.testimonial-section{
	display:none;
}
.main-title{
	text-align:center;
}
.main-title h1,
.main-title h2,
.main-title h3 {
  font-size: 32px;
  font-weight: 500;
  color: #000;
/*   font-family: "Raleway", sans-serif !important; */
  text-transform: capitalize;
}
.main-title p{
	font-size:16px;
}
  .navbar {
    position: sticky;
    z-index: 99999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .navbar-toggler {
    border: unset;
    margin: 0;
    padding: 0;
    text-decoration: unset;
  }
  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-nav .nav-link {
    color: black;
    font-weight: 500;
  }

  .navbar-nav .nav-link:hover {
    color: #1698b7;
  }

  .btn-signup {
    background-color: #1698b7;
    color: white;
    border-radius: 20px;
    padding: 5px 15px;
  }
  .login-btm {
    border: 2px solid #1698b7;
    border-radius: 20px;
    width: 100%;
    padding: 5px 20px;
    text-align: center;
  }
  .signup-btm {
    background-color: #1698b7;
    color: #fff;
    border-radius: 20px;
    width: 100%;
    padding: 5px 20px;
  }
  .btn-signup:hover {
    background-color: #1698b7;
  }

  .navbar .navbar-brand img {
    width: 80px;
    height: auto;
  }

  .content-section {
    padding: 60px 0;
    background-color: #f8f9fa;
  }
  .content-section h2 {
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .content-section p {
    color: #555;
    line-height: 1.6;
  }
.image-content img{
	width:100%;
	height:100%;
}
  h1, h2, h3, h4, h5, h6{font-family: "Poppins", sans-serif;}
  body, p{font-family: "Roboto", sans-serif;}
  a, button{font-family: "Poppins", sans-serif !important;}
  /* .footer{
        background-color: #a1a1a1;
    } */

/*  ========================================================================*/
.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
/*     transform: translate(-50%, -50%); */
    z-index: 5;
    max-width: 100%;
	width:90%;
    text-align: center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	color:#fff;
}

.banner-swiper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Optional: dark overlay for better text visibility */
    z-index: 3;
}
.banner-swiper .swiper-button-next:after, .banner-swiper .swiper-button-prev:after{
	font-size:17px;
	color:#fff;
}
.banner-swiper {
            width: 100%;
            height: auto;
            position: relative;
            overflow: hidden;
        }
        
        .swiper-slide {
            position: relative;
            overflow: hidden;
        }
        
        .slide-content {
            display: flex;
            height: 100%;
            position: relative;
        }
        
        .text-content {
            width: 50%;
            padding: 60px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            z-index: 2;
            color: white; /* Adjusted for better readability on dark images */
        }
        
        .image-content {
            width: 100%;
            position: relative;
        }
        
        .image-content img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .banner-heading {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            line-height: 1.2;
        }
        
        .banner-text {
            font-size: 1.1rem;
            color: #ccc; /* Adjusted for better readability on dark images */
            margin-bottom: 2rem;
        }
        
        .inquire-btn {
            background: linear-gradient(to right,  #01579b, #1a92b5);
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 15px;
			text-decoration:none;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: inline-block;
            transition: all 0.3s ease;
            width: fit-content;
			display: flex;
    		align-items: center;
    		justify-content: center;
    		gap: 8px;
        }
        
        .inquire-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(255, 95, 109, 0.4);
        }
        
        .swiper-button-next, .swiper-button-prev {
            background-color: rgba(255, 255, 255, 0.7);
            width: 40px !important;
            height: 40px !important;
            border-radius: 50%;
            color: #555;
        }
.swiper-button-prev-1:hover, .swiper-button-next-1:hover{
	background-color: #3498d3;
    color: white;
}
        
        .swiper-button-next:after, .swiper-button-prev:after {
            font-size: 18px !important;
            font-weight: bold;
			color:#fff;
        }
        
/*===============================about us section============================================     */
.byl-section {
  background-color: #fdfbf6; /* light neutral bg */
}

.byl-content p {
  color: #333;
  line-height: 1.6;
}

.byl-content h2 {
  color: #111;
  font-weight: 700;
}
.byl-section .celebrity-card{
	height:550px !important;
}
.byl-image{
	width:100%;
	height:100%;
}
.byl-image img{
	width:100%;
	height:100%;
}
/*  ==============================================================*/
.section-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #212529;
            margin-bottom: 40px;
            text-align: center;
        }
        
        .celebrity-card {
            position: relative;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            background-color: white;
            height: 300px;
            border: 1px solid #0000003b;
        }
.celebrity-card .c-links{
	position: absolute;
	 top: 10px;
  right: 0px; /* start hidden outside */
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateX(100%);
  opacity: 0;
  z-index: 10;
}
.celebrity-card:hover .c-links{

	transform:translateX(-10px);
	opacity:1;
}
.celebrity-card .c-links .contact-btn {
	    background: linear-gradient(135deg, rgb(0 0 0 / 51%), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%); 
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    border-radius: 100%;
	width:40px;
	height:40px;
    margin-right: 10px;
	text-decoration:none;
}
.celebrity-card .c-links .contact-btn i{
	display:flex;
	align-items:center;
	justify-content:center;
	color: #fff;
	width;40px;
	height:40px;
	margin:auto;
}
        
        .celebrity-card:hover {
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        }
        
        .celebrity-img-container {
            position: relative;
            overflow: hidden;
			height:100%;
        }
.artist-img{
	    height: 100%;
    width: 100%;
    margin: auto;
}
        .celebrity-img {
            width: 100%;
            height: 100%;
			margin:auto;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .celebrity-card:hover .celebrity-img {
            transform: scale(1.05);
        }
        
        .celebrity-name {
            padding: 15px;
            text-align: center;
            font-weight: 600;
            font-size: 1.1rem;
            color: #fff;
            border-top: 1px solid #444444;background: #000;
        }
        
/*         .contact-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #3498d3; 
            display: flex;
            justify-content: center; 
            opacity: 0;
            transition: opacity 0.3s ease;
        } */
		.contact-overlay{
			    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgb(0 0 0 / 51%), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    /* padding: 10px; */
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* opacity: 0; */
    transition: opacity 0.3s ease;
    height: 12%;
		}
.contact-overlay .c-name{
	color:#fff;padding:5px;font-size:16px;margin-bottom:0;font-family:'Poppins';
}
        .celebrity-card:hover .contact-overlay {
            opacity: 1;
        }
        
        .contact-overlay .contact-btn {
            background-color: transparent;
            border: none;
            color: white;
			 padding: 10px 60px;
            font-size: 1.2rem;
/*             margin: 0 15px; */
            cursor: pointer;
            transition: transform 0.2s ease;
			width:50%;
        }
        
        .contact-overlay .contact-btn:hover {
/* 			background-color: white; */
            color: #3498d3;
/* 			padding:15px 50px; */
/* 			text-decoration:none;
			display:flex;
			align-items:center;
			justify-content:center; */
/*             transform: translateY(-3px); */
/* 			width:100%; */
        }
        
        .whatsapp-btn {
            color: #25D366;
        }
        
        .email-btn {
            color: #ffffff;
        }
        
        .profile-btn {
            color: #ffffff;
        }
        
       

/*  =================footer section=============*/
.contact-info p a{
	text-decoration:none;
	color:#fff;
}
.footer-section {
            background-color: #1a1b25;
            color: #fff;
            padding: 140px 0 30px;
            bottom: 0;
            width: 100%;
	margin-top:50px;
        }
        
        .cta-container {
			left:0;
			right:0;
            position: absolute;
			margin:auto;
            margin-top: -190px;
/*             margin-bottom: 40px; */
/* 			width:83%; */
			
			
        }
        
        .cta-section {
			margin:auto;
            background: linear-gradient(to right,  #01579b, #1a92b5);
            border-radius: 15px;
            padding: 30px 40px;
            color: white;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .cta-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 5px;
        }
        
        .cta-subtitle {
            font-size: 0.9rem;
            letter-spacing: 1px;
            opacity: 0.9;
			margin-bottom:0;
        }
        
        .cta-btn-container .cta-contact-btn {
            background-color: #fff;
            color: #3498d3;
/*             border: 2px solid white; */
/*             border-radius: 30px; */
            padding: 10px 60px;
            font-weight: 400;
            transition: all 0.3s ease;
        }
        
        .cta-btn-container .cta-contact-btn:hover {
            background-color: #fff;
            color: #3498d3;
            transform: translateY(-3px);
        }
        
        .footer-logo {
            max-width: 200px;
            margin-bottom: 20px;
        }
        
        .footer-text {
            font-size: 0.9rem;
            color: #ccc;
            margin-bottom: 20px;
            line-height: 1.6;
        }
        
        .footer-heading {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 25px;
            color: #fff;
        }
        
        .quick-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .quick-links li {
            margin-bottom: 12px;
        }
        
        .quick-links a {
            color: #ccc;
            text-decoration: none;
            transition: color 0.3s ease;
            font-size: 0.9rem;
			 transition:all 0.3s ease;
        }
/*         transition: transform 0.2s ease;
        }
        
        .contact-overlay .contact-btn:hover {
            transform: scale(1.2);
			background-color: white;
            color: #3498d3;
            transform: translateY(-3px); */
			
        .quick-links a:hover {
            color: #3498d3;
            padding-left: 5px;
			 transform:translateX(5px);
        }
        
        .footer-contact-info {
            margin-bottom: 20px;
            font-size: 0.9rem;
            color: #ccc;
        }
        
        .footer-contact-info p {
            margin-bottom: 10px;
            line-height: 1.6;
        }
        
        .social-icons {
            display: flex;
            gap: 15px;
            margin-top: 25px;
        }
        
        .social-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #2a2b35;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .social-icon:hover {
            background-color: #3498d3;
            transform: translateY(-5px);
        }
        
        .footer-bottom {
            border-top: 1px solid #2a2b35;
            padding-top: 20px;
            margin-top: 40px;
            font-size: 0.85rem;
            color: #999;
        }
        
        .footer-links {
            text-align: right;
        }
        
        .footer-links a {
            color: #999;
            text-decoration: none;
            margin-left: 15px;
            transition: color 0.3s ease;
        }
        
        .footer-links a:hover {
            color: #3498d3;
        }
        
        
/* #####################Event section style########################### */
 /* Section Styles */
  .recent-events-section {
/*     padding: 60px 0; */
/*     background-color: #fff; */
  }
  
  .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
  }
  
  .section-subtitle {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 20px;
  }
  
  /* Divider Styles */
  .divider {
    position: relative;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 30px;
    width: 100px;
  }
  
  .divider-line {
    height: 4px;
    width: 100%;
    background: linear-gradient(to right, #e74c3c, #f39c12);
    border-radius: 2px;
  }
  
  .divider-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #333;
    border-radius: 50%;
  }
  
  /* Event Card Styles */
  .event-card { 
    height: 100%;
/*     transition: transform 0.3s ease; */
	      background: #e8f0f7;
    padding: 10px;
	 transition: box-shadow 0.3s ease;
  }
  
  .event-card:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
  }
.events-swiper .swiper-slide{
/* 	border-radius:8px */
}
  .event-image {
    height: 200px; 
  }
  
  .event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
/*   .event-card:hover .event-image img {
    transform: scale(1.05);
  } */
  
  .event-caption { 
	  padding-top:5px;
  }
.event-caption .event-author{
	    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5px;
}
.event-caption .event-author .author-name{
	    margin-bottom: 0px;
    font-size: 12px;
}
.event-caption .event-heading{
	    margin-bottom: 10px;
}
.event-caption .event-description{
	font-size: 12px;
}
  .event-caption p {
    margin-bottom: 3px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 1.4;
	  text-align: left;
	  font-family:'Poppins';
  }
.event-card .event-date {
	 color: #666666;
    text-align: right;
    font-size: 10px;
    font-weight: 700;
}
  
  /* Swiper Styles */
  .events-swiper {
    padding: 10px 5px 30px;
  }
  
  .swiper-slide {
    height: auto;
  }
  
  /* Navigation Button Styles */
  .events-button-prev,
  .events-button-next {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .events-button-prev {
    left: -50px ;
  }
  
  .events-button-next {
    right: -50px ;
  }
  
  .events-button-prev:hover,
  .events-button-next:hover {
    background-color: #3498d3;
    color: white;
  }
  
  .events-button-prev:after,
  .events-button-next:after {
    display: none;
  }
  
  

/* #####################About Us style################################## */
.page-banner {
    position: relative;
    height: 400px;
/*     background-image: url('https://dev.technians.com/artist/wp-content/uploads/2025/05/about-banner.jpg'); */
    
    margin-bottom: 50px;
  }
.page-banner .banner-bg-img{
	 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
/*     z-index: 1; */
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
  /* This class makes the banner reusable with different background images */
  .page-banner.custom-banner {
    background-image: var(--banner-image);
  }
  
  .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .banner-title {
    color: #ffffff;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
  
  .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
  }
  
  .breadcrumb-item {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
  }
  
  .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  
  .breadcrumb-item a {
    color:  #3498d3;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .breadcrumb-item a:hover {
    color: #ffffff;
  }
  
  .breadcrumb-item.active {
    color: #ccc !important;
  }
  
  /* About Content Styles */
  .about-content {
    padding: 30px 0 60px;
  }
  
  .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.3;
  }
  
  .highlight {
    color:  #3498d3;
  }
  
  .section-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    text-align: justify;
  }
  
  

/*  #################Contact us style###################*/
/* Contact Info Styles */
  .contact-contact-info {
    padding: 30px;
    height: 100%;
  }
  
  .info-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
  }
  
  .address-info {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .contact-link {
    color: #3498d3;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .contact-link:hover {
    color:#3498d3;
    text-decoration: underline;
  }
  
  

/* ################Gravity form style############## */
#gform_submit_button_1{
	background-color: #3498d3;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}
#gform_submit_button_1:hover{
     transform: translateY(-2px);
}
.ginput_container input, .ginput_container select, .ginput_container textarea{
	border:1px solid #ccc !important;
	border-radius:5px;
	 border-color: #ccc;
    padding: 12px 15px ;
    height: auto;
}
.ginput_container input:focus-visible{
	box-shadow: none;
    border-color:#3498d3;
}
.gfield_required{
	display:none !important; 
}
.gfield_label{
	display:none !important;
}

/*  ############Testimonial section style##################*/
.test-slide-img img{
	border-radius:100% !important;
}
.swiper-button-next-custom {
	right:-50px !important;
	color:#3498d3 !important;
	box-shadow:0 4px 8px rgba(0,0,0,0.1);
}
.swiper-button-next-custom:hover, .swiper-button-prev-custom:hover{
	background-color:#3498d3;
	color:#fff !important;
} 
.swiper-button-prev-custom{
	left:-50px !important;
	color:#3498d3 !important;
	box-shadow:0 4px 8px rgba(0,0,0,0.1);
} 
.swiper-button-prev-custom i, .swiper-button-next-custom i{
	color:#3498d3 !important;
}
.swiper-button-prev:after,.swiper-button-next:after{
	color:#3498d3 ;
}
.swiper-button-prev:hover:after,.swiper-button-next:hover:after{
	color:#fff ;
}

/*  ################Breakpoints###############*/
 @media (max-width: 767px) {
	 .inquire-btn{
		 font-size:12px;
		 padding:10px 20px;
	 }
	 .banner-swiper::before{
		 background:none;
	 }
	 .navbar .navbar-brand img{
		 width:60px !important;
	 }
	  .navbar-toggler {
        outline: none !important;   /* Remove focus outline */
        box-shadow: none !important; /* Remove Bootstrap's shadow on focus */
        padding: 0 !important;      /* Remove padding */
        border: none !important;    /* Remove border */
    }
	 .main-title h1,
.main-title h2,
	 .main-title h3{
		 font-size:20px !important;
	 }
	 .main-title p{
		 font-size:12px !important;
	 }
	 .contact-section {
      padding: 40px 0;
    }
    
    .contact-form-card, .contact-info {
      padding: 20px;
    }
    
    .form-title, .info-title {
      font-size: 1.4rem;
    }
	  .page-banner {
      height: 200px;
    }
    
    .banner-title {
      font-size: 2rem;
    }
    
    .section-title {
      font-size: 1.5rem;
    }
    
    .section-text {
      font-size: 0.95rem;
    }
	  .section-title {
      font-size: 1.8rem;
    }
    
    .section-subtitle {
      font-size: 1rem;
    }
    
    .event-image {
      height: 180px;
    }
    
    .event-caption p {
      font-size: 0.85rem;
    }
	  .footer-col {
                margin-bottom: 10px;
            }
	 .quick-links a{
		 font-size:12px;
	 }
			.overlay-content{
				position:relative;
				color:#000;
				background:#fff;
			}
			.events-button-next{
				right:0px !important;	
			}
			.events-button-prev{
				left:0px !important;
			}
/*             .celebrity-img-container {
                height: 250px;
            } */
			.swiper-button-prev-custom{
				left:-100px !important;
			}
			.swiper-button-next-custom{
				right:0px !important;
			}
            
            .section-title {
                font-size: 2rem;
                margin-bottom: 30px;
            }
	 .cta-section{
		 display:none;
	 }
	 .footer-section{
		 padding:30px 0px 0px;
	 }
	 .footer-heading{
		 font-size:16px;
		 margin-bottom:10px;
	 }
	 .quick-links li{
		 margin-bottom:10px;
	 }
	 .banner-heading{
		 font-size:20px !important;
		 margin-top:10px;
	 }
	 .banner-text{
		 color:#484848;
		 font-size:12px !important;
	 }
	 .banner-text{
		 margin-bottom:10px;
	 }
	 section{
		 padding-top:30px;
		 padding-bottom:30px;
	 }
	 .footer-col .contact-info{
		 padding:0px !important;
	 }
	 .footer-col{
		 font-size:12px;
	 }
	 .contact-info{
font-size:12px;}
	 .social-icons{
		 margin-top:10px;
	 }
	 
	 .swiper-button-next_banner, .swiper-button-prev_banner{
		 display:none !important;
	 }
	 .test-slide .test-details .test-heading{
font-size:16px;
	 margin-top:20px;
	 }
	 .test-slide .test-details .test-para{
		 font-size:12px;
	 }
	 .celebrity-card .c-links{
		 opacity:1;
		 transform: translateX(-10px);
	 }
	 .celebrity-card:hover .c-links{
		 transform:unset;
	 }
	 .contact-contact-info{
		 padding:0;
	 }
	 .page-banner{
		 margin-bottom:0px;
	 }
	 .about-content .section-title{
		 font-size:20px;
	 }
	 .about-content p{
		 font-size:14px;
	 }
	 
        }

/* Responsive adjustments */
        @media (max-width: 991px) {
/* 			.contact-form-card, .contact-info {
      padding: 25px;
    } */
    .social-icon{
		 width:30px;
		 height:30px;
	 }
    .form-title, .info-title {
      font-size: 1.6rem;
    }
			.page-banner {
      height: 250px;
    }
    
    .banner-title {
      font-size: 2.5rem;
    }
    
    .section-title {
      font-size: 1.8rem;
    }
			 .section-title {
      font-size: 2.2rem;
    }
    
    .events-button-prev {
      left: -10px;
    }
    
    .events-button-next {
      right: -10px;
    }
            .slide-content {
                flex-direction: column;
            }
            
            .text-content, .image-content {
                width: 100%;
            }
            
            .text-content {
                padding: 30px;
            }
            
            .banner-heading {
                font-size: 2rem;
            }
			 .cta-section {
                text-align: center;
                padding: 20px;
            }
			.cta-title{
				font-size:30px;
			}
            
            .cta-btn-container {
                text-align: center;
                margin-top: 10px !important;
            }
            
            .footer-links {
                text-align: center;
                margin-top: 15px;
            }
            
            .copyright {
                text-align: center;
            }
        }
 
   
  
  
 
        
        
