@import '../fonts/font-awesome-4.7.0/css/font-awesome.min.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800');

/*comman code */
body{
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    zoom: 0.80;
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
}
.padd-top-120
{
    padding-top: 120px;
}
.padd-top-bottom-80
{
    padding-bottom: 80px;
    padding-top: 80px;
}
.padd-bottom{
    padding-bottom: 80px;
}
.margin-top-bottom-50{
    margin-top: 50px;
    margin-bottom: 50px;
}
.margin-top-30{
    margin-top: 30px;
    font-size: 20px;
}
.blog {
    font-size: 15px;
}
a:focus{
    outline: none;
    text-decoration: none;
}
/*comman code end*/

/*navbar*/
.tv-navbar-custom
{
    background: #000;
    border: none;
    z-index: 2;
    padding: 10px 0;
}
.tv-nav-log
{
    font-size: 30px;
}
.tv-nav-logo a
{
    color: #fff;  
    text-decoration: none;
}
.tv-nav-logo span{
    color: #E56251;
}
.tv-navbar-custom .navbar-right li a {
    color: #fff;
    font-weight: 600;
    padding: 10px;
    font-size: 15px;
    outline: none;
    letter-spacing: 1px;
}
.tv-navbar-custom .navbar-right > .active > a, .tv-navbar-custom .navbar-right > .active > a:focus, .tv-navbar-custom .navbar-right > .active > a:hover {
    background-color: #000  ;
    color:#E56251 !important;
}
.tv-navbar-custom .navbar-right li a:hover {
    color: #e56251 !important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.navbar
{
    margin-bottom: 0px;
}
/*banner css*/
.tv-banner-section
{
    padding-top: 68px;
}
.tv-banner-bg
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 599px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #D25140;
    opacity: 0.4; /* Set the desired transparency level */
}
/* Style for event dates */
.event-dates {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 30px; /* Add this line to create margin on the right side */
}

/* Style for event price */
.event-price {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

/* Style for event venue */
.event-venue {
    font-size: 14px;
    color: #777;
}

/* Additional styling for the rest of the sections, adjust as needed */



.tv-banner-bg::after {
    background: rgba(229, 98, 81, 0.4) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.tv-banner-contain
{
    color: #ffffff;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.tv-heading h1{
    color: #ffffff;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 1px;
}
.tv-bannersub-heading p
{
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
    margin-top: 50px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}


/*BANNNER END*/ 

/*EXLOER SECTION*/

.tv-heading-title h2{
    color: #000;
    font-weight: bold;
    font-size: 35px;
}
.tv-sub-exploer-contain{
    text-align: center;
}
.tv-sub-exploer-contain img{
    border-radius: 5px;
}
.tv-sub-exploer-contain h3{
    color: #E56251;
    font-weight: 700;
    letter-spacing: 1px;
}
.tv-sub-exploer-contain p
{
    letter-spacing: 1px;
    margin-top: 20px;
}


.video-container {
    position: relative;
    overflow: hidden;
    height: 599px; /* Set the desired height for the video container */
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
    
}
/* Add this CSS to your existing styles */

/* Styling for the button */
.header-button {
    display: inline-block;
    padding: 10px 5px;
    background-color: #E56251; /* Use the color from your header theme */
    color: #fff; /* Text color */
    text-decoration: none;
    border-radius: 9px; /* Creates smooth edges */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

.header-button:hover {
    background-color: #D25140; /* Darken the color on hover */
}

/* Add this CSS to your existing styles */

/* Styling for the floating box */
.floating-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #E56251; /* Background color of the box */
    border-radius: 5px; /* Creates rounded corners */
    padding: 20px;
    color: #fff; /* Text color */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow */
    z-index: 999; /* Ensure the box appears above other elements */
}

.contact-details p {
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
}

/* Add hover effect */
.floating-box:hover {
    background-color: #D25140; /* Darken the color on hover */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Example CSS for image descriptions */
.image-description {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 10px; /* Add margin to separate image from text */
}

/* Add this CSS to your existing stylesheet or in a <style> tag within your HTML */
.tv-image {
    position: relative;
    overflow: hidden;
    height: 250px; /* Set a fixed height for all image containers */
}

/* This will ensure the image takes up the full container's width and height */
.tv-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Keep the same styling for the overlay text */
.tv-overlay1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}

/* Update the styling for the text within the overlay */
.tv-overlay1 .text {
    font-size: 16px;
    color: white;
    position: absolute;
    bottom: 8px;
    left: 16px;
    right: 16px;
    text-align: center;
}

/* Adjust the position of the overlay text for larger images */
.tv-gallery-box .tv-image a:hover .tv-overlay1 {
    height: 100%;
}

/* Ensure the images maintain a consistent height */
.tv-gallery-box .tv-image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

/* Remove overlay styles for "Our Program" images */
.no-overlay .tv-overlay1 {
    background-color: transparent;
}

/* Keep the text styles the same */
.no-overlay .tv-overlay1 .text {
    font-size: 16px;
    color: white;
    position: absolute;
    bottom: 8px;
    left: 16px;
    right: 16px;
    text-align: center;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px; /* Updated from "right: 20px" */
    display: flex;
    align-items: center;
    background-color: #25d366;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.whatsapp-icon {
    color: #fff;
    font-size: 24px;
    margin-right: 10px;
    text-decoration: none;
}

.whatsapp-message {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}


.logoborder {
    display: inline-block;
    position: relative;
}
.logoborder > img {
    margin-left: 15px;
    margin-right: 15px;
    height: auto;
    max-width: 50px;
    /* transform: rotate(-30deg); */
}
.img-inv{
    filter: brightness(0) invert(1); /* Add this line to invert colors */
}

.logoborder span.tv-line-left::after, .logoborder span.tv-line-right::after {
    background: #e56251 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: -100%;
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    width: 100%;
}

.logoborder span.tv-line-left::before, .logoborder span.tv-line-right::before {
    background: #e56251 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    right: -100%;
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    width: 100%;
}
.logoborder span.tv-line-right::after {
    left: -80%;
}
.logoborder span.tv-line-right::after, .logoborder span.tv-line-right::before {
    top: 60%;
    transform: translateY(-60%); 
    width: 80%;
}
.logoborder span.tv-line-right::before {
    right: -80%;
}
.team{
    display: inline-block;
    position: relative;
    transition: all 0.45s ease-in-out 0s;
}
.team-img {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
    display: inline-block;
    margin-bottom: 40px;
}
figure.team-img::before {
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    height:100%;
    width: 100%;
    transition: all 0.45s ease-in-out 0s;
    z-index: 1;
    border-radius: 5px;
}
.team-icon {
    margin-left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.45s ease-in-out 0s;
    width: 100%;
    z-index: 1;
    left: -20%;
}
figcaption.team-icon ul {
    margin: 0 0;
}
.team-circle {
    background: #202020 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    float: none;
    font-size: 16px;
    height: 35px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 7px 0;
    text-align: center;
    transition: all 0.45s ease-in-out 0s;
    width: 35px;
}
.team:hover figure.team-img::before {
    opacity: 0.8;
    background-color: #E56251;
}
.team:hover .team-icon {
    left: 0;
    opacity: 1;
}
figcaption ul
{
    list-style: none;
}
figcaption ul li :last-child a
{
    margin-bottom: 0;
}
.team-circle:hover
{
    color: #E56251;
}


/*EXLOER SECTION END*/

/*ADV-ONE START*/
.tv-adv-one-bg
{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 60px;
    padding-bottom:50px;
    position: relative;
    border: none;
}
.tv-adv-one-bg:after{
    background: rgba(0,0,0,0.6);
    content: ' ';
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    height: 100%;
    width: 100%;
    border: none;
}
.tv-adv-one-contain
{
    text-align: center;
    position: relative;
    z-index: 1;
}
.tv-adv-one-contain h3{
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.tv-adv-one-contain span{
    color: #E56251;
}
.tv-adv-one-contain p{
    color: #fff;
    letter-spacing: 1px;
}
.tv-gym-button a{
    background: transparent;
    border: 1px solid #E56251;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    text-decoration: none;
    transition: all 2s  ease ;
}
.tv-gym-button a:hover , .tv-gym-button1 a:hover 
{
    background: #E56251;
    color: #fff;
}
.tv-gym-button a:focus  .tv-gym-button1 a:focus{
    outline:none;
}
.tv-gym-button1 a{
    background: transparent;
    border: 1px solid #E56251;
    color: #000;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    text-decoration: none;
    transition: all 2s  ease ;
}

/*ADV-ONE END*/

/*OUR SERVICE SECTION START*/

.tv-servicestwo-bg , .tv-servicesone-bg , .tv-servicesthree-bg{
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    position: relative;
}
.tv-servicestwo-bg::before , .tv-servicesone-bg::before , .tv-servicesthree-bg::before{
    background: rgba(0,0,0,0.6);    
    content: ' ';
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border: none;
}
.tv-text-contain
{
    position: relative;
    z-index: 1;
    overflow:hidden;
}
.tv-text-contain h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px;
    font-weight: bold;
    margin-left: 20px;
    letter-spacing: 1px;
    margin-bottom: 0;
    transform: skew(32deg); 
}
.skewed {
    transform: skew(-32deg); 
    background-color:#E56251;
    transform-origin: 0 0 0;
    min-width: 180px;
    display: inline-block;
}
.tv-text-contain p{
    color: #fff;

    letter-spacing: 1px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 20px;
}
.tv-text-contain h5{
    color: #fff;

    font-weight: bold;
    margin-left: 20px;
    margin-top: 30px;
    letter-spacing: 1px;
}
.tv-text-contain span{
    font-size: 25px;
    font-style: italic;
}
/*OUR SERVICE SECTION END*/

/*ADV TWO SECTION START*/
.tv-adv-two-bg
{
    background: #000;
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
}
.tv-adv-two-bg h3{
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
.tv-adv-two-bg p{
    color: #fff;
    font-size: 25px;
    font-style: italic;
    font-weight: 200;
    margin-top: 20px;
    letter-spacing: 1px;
}
.learn-more button{
    background: transparent;
    border: 1px solid #E56251;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all 2s  ease ;

}
.learn-more button:hover
{
    color: #fff;
    outline: none;
    background: #E56251;
}
/*ADV TWO SECTION END*/

/*OUR GALLERY START*/

.tv-gallery-nav-custom
{
    display: inline-block;
    float: none;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.tv-gallery-nav-custom > li
{   
    display: inline-block;
    float: none;
}
.tv-gallery-nav-custom li a{
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}
.tv-gallery-nav-custom li a.active , .tv-gallery-nav-custom li a:hover ,.tv-gallery-nav-custom li a:focus
{
    color: #E56251;
    text-decoration-line: line-through;
    outline: none;
    background: transparent;
}
.tv-gallery-nav-custom li a:hover{
    background: none;
}
.nav-tab > li.active > a
{
    color: #E56251; 
    text-decoration-line: line-through;
}
.tv-image{
    margin-bottom: 50px;
    position: relative;
}
.images{
    display: block;
    max-width: 100%;
}
.tv-overlay1{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(299,98,81,0.65);
}
.tv-image:hover .tv-overlay1{
    opacity: 1;
}
.text
{
    color: #ffffff;
    border: 2px solid #ffffff ;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    line-height: 35px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
/*OUR GALLERY END*/

/*ADV THREE SECTION START*/
.tv-adv-three-bg
{   background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom:100px;
    position: relative;
    border: none;
}
.tv-adv-three-bg::after{
    background: rgba(0,0,0,0.6);
    content: '';
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    height: 100%;
    width: 100%;
    border: none;
}
.tv-adv-three-contain
{
    text-align: center;
    position: relative;
    z-index: 1;
}
.tv-adv-three-contain h3{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}
.tv-adv-three-contain span{
    color: #E56251;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.tv-adv-three-contain p{
    color: #fff;
    margin-top: 30px;
    letter-spacing: 1px;
    font-size: 19px;
}
.contactus button{
    background: transparent;
    border: 1px solid #E56251;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all 2s  ease ;
}
.contactus button:hover
{
    color: #fff;
    outline: none;
    background: #E56251;
}
/*ADV THREE SECTION END*/
/*ADV FOUR SECTION START*/
.tv-adv-four-bg
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom:100px;
    padding-top: 80px;
    border: none;
}
.tv-adv-four-bg::after{
    background: rgba(0,0,0,0.6);
    content: '';
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    height: 100%;
    width: 100%;
    border: none;
}
.carousel-indicators .active {
    background-color: #E56251;
    height: 12px;
    margin: 0;
    border: none;
    width: 12px;
}
.tv-adv-four-contain
{
    position: relative;
    z-index: 1; 
}
.tv-adv-four-title
{
    text-align: center;
}
.tv-adv-four-title h2{
    color: #fff;
    font-weight: bold;
    font-size: 35px;
}
.item
{
    text-align: center;
}
.item img
{
    margin: auto;
    margin-top: 30px;

}
.tv-adv-four-icon i{
    background: #E56251;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}

.item p{
    color: #fff;
    margin-top: 30px;
    letter-spacing: 1px;
}
.item h4{
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    margin-top: 10px;
}
.carousel-indicators {
    bottom: -50px;
}
/*ADV FOUR SECTION END*/
/*TIME TABLE SECTION START*/

.tv-tt-sub-contain{
    border: 2px solid #AFAFAF;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}
.tv-left-contain ,.tv-center-contain , .tv-right-contain{
    display: inline-block;
}
.tv-left-contain img{
    height: 25px;
    width: 25px;
}
.tv-left-contain a{
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
.tv-left-contain p{
    margin-top: 10px;
    font-weight: bold;
    margin-left: 5px;
}
.tv-center-contain{
    margin-left: 70px;
    position: absolute;
}
.tv-center-contain:after{
    border-right: 1px solid #afafaf;
    content: "";
    height: 100%;
    left: -1%;
    position: absolute;
    top: 0;
}
.tv-tt-sub-contain > div {
    vertical-align: middle;  
}
.tv-tt-sub-contain p {
    margin-bottom: 0;
}
.tv-center-contain h4{
    color: #E56251;
    font-weight: bold;
}
.tv-right-contain {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.tv-gym-btn a{
    background: rgba(0,0,0,0);
    border: 2px solid #AFAFAF;
    color: #E56251;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}
.tv-gym-btn a:hover{
    color: #ffffff;
    background: #E56251;
    border-color: #E56251;
}

/*TIME TABLE SECTION END*/
/*COUNTER SECTION START*/
.tv-tt-sub-contain {
    border: 2px solid #AFAFAF;
    border-radius: 10px;
    padding: 15px;
    display: flex; /* Use flexbox to create uniform width and spacing */
    align-items: center; /* Vertically center the content */
    position: relative;
}

.tv-center-contain {
    flex: 1; /* Allow center section to expand and fill available space */
    margin-left: 20px; /* Adjust as needed */
    position: relative;
}

.tv-center-contain h4{
    width: 80%;
}

/* Remove the :after pseudo-element for the center section */

.tv-left-contain img {
    height: 25px;
    width: 25px;
}

.tv-left-contain a {
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.tv-left-contain p {
    margin-top: 10px;
    font-weight: bold;
    margin-left: 5px;
}

.tv-center-contain h4 {
    color: #E56251;
    font-weight: bold;
    margin-bottom: 5px; /* Add margin to separate the event name from the details */
}

.tv-right-contain {
    flex-shrink: 0; /* Prevent right section from shrinking */
    margin-left: 20px; /* Adjust as needed */
}

/* Rest of your CSS remains the same */


.tv-counter-bg
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 45px;
    padding-top: 45px;
    border: none;
    position: relative;
}
.tv-counter-bg::after{
    background: rgba(0,0,0,0.6);
    content: '';
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    height: 100%;
    width: 100%;
    border: none;
}
.tv-counter-contain
{
    text-align: center;
    position: relative;
    z-index: 1;
}
.tv-counter-sub-conatian1 h4{
    color: #E56251;
    font-weight: bold;
    font-size: 35px;
    margin-top: 30px;
}
.tv-counter-sub-conatian1 p{
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}

/*COUNTER SECTION END */
/*LATEST BLOG SECTION START*/

.tv-latest-blog-sub-contain h4
{
    color: #E56251;
    font-weight: bold;
    letter-spacing: 1px;
}
.tv-latest-blog-sub-contain p{
    letter-spacing: 1px; 
    margin-top: 20px;
}
.readmore button{
    border-color: #E56251;
    background: transparent;
    transition: all .5s ease;
    font-weight: bold;
    letter-spacing: 1px;
}
.readmore button:hover
{
    background: #E56251;
    color: #fff;
}

.tv-blog-image 
{  
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
tv-blog-image  img
{
    transition: all 0.3s ease 0s;
}
.overlay2
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .5s ease;
    background-color: rgba(299,98,81,0.65);
}
.text1{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    font-size: 50px;
    color: #ffffff;
}
.tv-blog-image:hover .overlay2
{
    opacity: 1;
}
.tv-blog-image:hover img{
    transform: scale(1.2,1.2);
    transition: all 0.3s ease 0s;
}
/*LATEST BLOG SECTION END*/
/*FOOTER SECTION START*/
.tv-footer-bg
{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 90px;
}
.tv-footer-bg::after{
    background: rgba(0,0,0,0.6);
    content: '';
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    height: 100%;
    width: 100%;
    border: none;
}
.tv-footer-contain
{
    position: relative;
    z-index: 1;
}
.name input , .email1 input , .phoneno1 input {
    background: transparent;
    color: #ffffff;
    font-weight: bold;
}
.message textarea
{
    background: transparent;
    color: #ffffff;
    font-weight: bold;
}
.sendmessage button{
    background: transparent;
    color: #E56251;
    transition: all .5s ease;
    width: 100%;
    max-height: 50px;
    padding: 10px;
    font-weight: bold;
    border-color: #fff;
}
.sendmessage button:hover
{
    background: #E56251;
    border-color: #E56251;
    color: #fff;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
}
.tv-footer-social a{
    color: #fff;
    margin-left: 30px;
}
.tv-footer-social a:first-child
{
    margin-left: 0;
}
.tv-footer-social a:hover
{
    color: #E56251;
    cursor: pointer;
}
.tv-footer-social a:active{
    color: #E56251;
}
.tv-footer-social
{
    padding-bottom: 100px;
    padding-top: 50px;
}
.tv-footer-copyright p
{
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
}
.tv-footer-copyright span a{
    color: #E56251;
    letter-spacing: 1px;
    text-decoration: none;
}
.tv-footer-social {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
}
.tv-seperator-content {
    flex: 1 1 auto;
    height: 1px;
    min-width: 10%;
    position: relative;
}
.tv-seperator-line {
    border-top: 1px solid #fff;
    display: block;
    height: 1px;
    position: relative;
    top: 1px;
    width: 100%;
}
.tv-footer-social-icon {
    padding-left: 20px;
    padding-right: 20px;
}
/*FOOTER SECTION  END*/

/*BACK TO TOP*/

.tv-back-to-top
{
    background: transparent;
    bottom: 60px;
    width: 50px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    z-index: 999;
    right: 25px;
}
.tv-bounce
{
    animation: 2s linear 0s normal none infinite running bounce;
    position: relative;
    display: inline-block;
}

@keyframes bounce 
{
    0%
    {
        top:0;
    }
    50%
    {
        top:-0.2em;
    }
    70%
    {
        top:-0.3em;
    }
    100%
    {
        top:0;
    }

}
.tv-back-to-top a:hover ,.tv-back-to-top:focus 
{
    outline: none;
}
#back-to-top img{
    width: 50px;
}

/* Add your CSS styles for the event registration page */

/* Event Image with Event Name */
.event-header {
    text-align: center;
    padding: 40px 0;
}

.event-header img {
    max-width: 100%;
    height: auto;
}

.event-header h2 {
    font-size: 28px;
    color: #333; /* Customize text color */
    margin-top: 20px;
}

/* Event Details (Category, CPD, Cost) */
.event-details {
    background-color: #f4f4f4; /* Background color for event details section */
    padding: 20px 0;
    text-align: center;
}

.event-details p {
    font-size: 18px;
    color: #666; /* Customize text color */
}

/* Overview Section */
.event-overview {
    padding: 40px 0;
}

.event-overview h3 {
    font-size: 24px;
    color: #333; /* Customize text color */
    text-align: center;
}

.orange-underline {
    width: 50px;
    height: 3px;
    background-color: #E56251; /* Customize the orange color */
    margin: 10px auto;
}

.event-overview p {
    font-size: 16px;
    color: #555; /* Customize text color */
    text-align: center;
}

/* Registration Form Section */
.tv-registration-section {
    padding: 0;
    margin-top: 80px;
}

.tv-registration-title h2 {
    font-size: 28px;
    color: #E56251; /* Customize text color */
    margin-bottom: 30px;
    text-align: center;
}

.registration-form label {
    font-size: 18px;
    color: #333; /* Customize label text color */
}

.registration-form input[type="text"],
.registration-form input[type="email"],
.registration-form input[type="password"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc; /* Customize input border color */
    margin-bottom: 20px;
}

.registration-form button {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    background-color: #E56251; /* Customize button background color */
    color: #fff; /* Customize button text color */
    border: none;
    cursor: pointer;
}

.registration-form button:hover {
    background-color: #FF8A5B; /* Customize button background color on hover */
}
/* Event Image with Border and Orange Lining */
.event-image {
    margin-top: 30px;
    text-align: center;
    padding: 20px;
    background-color: white; 
    /* display: inline-block; */

    position: relative;
    overflow: hidden;
}

.event-image img {
    max-width: 100%; 
    height: auto%;
    border: 10px solid white; 
    box-shadow: 0 0 5px rgba(0, 0.5, 0, 0.5); 
    width: 100%;
    height: auto;
    transition: transform 0.8s;
}

.event-image:hover img {
    transform: scale(1.02); /* Zoom in a bit on hover */
}
.event-image::after {
    content: '';
    display: block;
    border: 5px solid #E56251; /* Orange lining color */
    margin-top: 10px; /* Adjust the distance between the image and lining */
}
/* Style for the overlay */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 96%;
    background: rgba(255, 87, 51, 0.8); /* Increase the alpha channel value for more opacity */
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: opacity 0.8s;
}


.event-image:hover .image-overlay {
    opacity: 1;
}

.overlay-content {
    text-align: center;
    color: #fff;
    font-weight: bold;
}

/* Style for the register button */
.register-button {
    margin-top: 20px;
}

.icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.v-shape {
    width: 20px;
    height: 10px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    margin-bottom: 5px;
}
.event-header {
    font-size: 24px;
    font-weight: bold;
    color: #333; /* Choose your desired text color */
    margin-bottom: 10px; /* Adjust the spacing as needed */
}
.margn-left {
    margin-left: 10px;
}

/* Hide portrait video by default */
#portrait-video {
    display: none;
}

/* Media query for portrait view */
@media (orientation: portrait) {
    #landscape-video {
        display: none;
    }

    #portrait-video {
        display: block;
    }
}

.phone-float {
    position: fixed;
    bottom: 70px;
    left: 20px;
    display: flex;
    align-items: center;
    background-color: #e74c3c;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.phone-message {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 576px) {
    .phone-message {
        font-size: 11px;   /* smaller on mobile to avoid overlap */
    }
}

