body{
	background-color: #fff;
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
}

body {
    overflow-x: hidden;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
}

p {
    padding-bottom: 1em;
	font-weight: 300;
	line-height: 2em;
}

/*Top Header*/
.top-header{
    background-color: #874382 !important;
}

.top-header-text{
	color : #fff;
	font-size: 18px;
}

/*Header */
.navbar {
	background-color: white;
	padding: 1rem;
}

.dropdown-menu {
	background-color: #7a276a;
	color: white;
	border: none;
	border-radius: 0;
	margin-top: 0;
}

.dropdown-menu a {
	color: white;
	padding: 10px 15px;
	display: block;
}

.dropdown-menu a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

/* Mobile Menu Styles */
@media (max-width: 768px) {
    .navbar-collapse {
        background-color: white;
        padding: 1rem;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .nav-item.dropdown {
        position: static;
    }

    .dropdown-menu {
        position: static !important;
        width: 100%;
        background-color: #f8f9fa;
        border: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
        display: none;
    }

    .dropdown-menu a {
        color: #333;
        padding: 10px 15px;
        border-bottom: 1px solid #eee;
    }

    .dropdown-menu a:hover {
        background-color: #f0f0f0;
    }

    /* Third level menu styles for mobile */
    .dropdown-submenu .dropdown-menu {
        padding-left: 20px;
        background-color: #f0f0f0;
    }

    .dropdown-submenu .dropdown-item {
        padding-left: 25px;
    }

    .navbar-toggler {
        border: none;
        padding: 0.5rem;
    }

    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
}

/* Desktop Menu Styles */
@media (min-width: 769px) {
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        margin-left: 0;
        border-radius: 0;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > .dropdown-item:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }
}

/*content*/
.header-title {
    font-family: 'Elsie', display;
    font-weight: 700;
    font-size: 44px;
    color: #2D0C6E !important;
    text-align: center;
    text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4);
}

/*banner*/
.banner-section{
    mix-blend-mode: darken;
    backface-visibility: hidden;
    filter: saturate(94%) opacity(92%);
    height: 1000px;
    max-height: 1000px;
	overflow-x: hidden;
    overflow-y: hidden;
    mix-blend-mode: darken;
    backface-visibility: hidden;
    filter: saturate(94%) opacity(92%);
}

.et_pb_section_parallax .et_pb_parallax_css, .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
    background-attachment: fixed;
}

.et_parallax_bg {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.et_parallax_bg_wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.banner-section.et_pb_section {
    /*padding-top: 25px;
    padding-bottom: 25px;*/
    background-color: RGBA(255, 255, 255, 0) !important;
}

.banner-background-pink{
	background-image: linear-gradient(180deg, #ffb397 0%, #f46aa0 100%) !important;
}

/*design for bottom design // add et_pb_bottom_divider in parent div*/
.et_pb_bottom_divider .et_pb_bottom_inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMHZ3IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTY0MCAxMzlMMCAwdjE0MGgxMjgwVjBMNjQwIDEzOXoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNNjQwIDEzOUwwIDQydjk4aDEyODBWNDJsLTY0MCA5N3oiLz48L2c+PC9zdmc+);
    background-size: 100% 10vw;
    bottom: 0;
    height: 10vw;
    z-index: 1;
    transform: scale(-1, 1);
}

.banner-section .et_pb_bottom_inside_divider{
    display: block;
    background-repeat: no-repeat;
    position: absolute; 
    pointer-events: none; 
    width: 100%; 
    left: 0;
    right: 0;
}

.middle-banner .et_pb_bottom_inside_divider{
    display: block;
    background-repeat: no-repeat;
    pointer-events: none; 
    width: 100%; 
    left: 0;
    right: 0;
}

/*design for bottom design // add et_pb_top_divider in parent div*/
.et_pb_top_divider .et_pb_top_inside_divider{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI4MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRkZGRiI+PHBhdGggZD0iTTY0MCAxNDBMMTI4MCAwSDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTY0MCA5OGw2NDAtOThIMHoiLz48L2c+PC9zdmc+);
	background-size: 100% 80px;
	top: 0;
	height: 80px;
	z-index: 1;
	transform: scale(1, 1)
}

/*footer*/
.footer{
	padding-top: 25px;
    padding-bottom: 25px;
    background-color: #874382 !important;
	color : #fff;
}

.hidden{
    display: none !important;
}

.banner-content {
    position: relative;
    z-index: 2;
    color: white;
    float: right;
    top: 30%;
    width: 500px;
    right: 15%;
    text-align: center;
}

.banner-content h2 {
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 100;
    font-size: 64px;
    color: #f4f4f4 !important;
}

.banner-button {
    border-width: 0px !important;
    border-radius: 14px;
    letter-spacing: 3px;
    font-size: 17px;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding-left: 0.7em;
    background-image: radial-gradient(circle at center, #ffb397 0%, #f46aa0 100%);
    background-color: #f46aa0;
    padding: 20px !important;
}

.banner-button:hover {
    background-color: #cc5200;  /* Darker background on hover */
}

.image-frame-border{
    border : 16px solid #B3B3B3;
    border-radius: 14px 14px 14px 14px;
    overflow: hidden;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}

.float-right{
    float:right;
}

.middle-banner h2{
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 36px;
    color: #440C6D !important;
    /*text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4);*/
}

.middle-banner p{
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #440C6D !important;
    /*text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4);*/
    width: 70%;
    margin-top:18px;
}

.middle-banner .button {
    color: #440C6D !important;
    border-width: 1px !important;
    border-radius: 8px;
    font-size: 20px;
    background-image: linear-gradient(180deg, #ffb397 0%, #f46aa0 100%);
    background-color: #f46aa0;
    padding: 10px;
}

.middle-banner .button:hover {
    border: 2px solid transparent;
}

.only-middle-banner-text p{
    width: 100%;
    text-align: center;
}

/* Background image for the form */
.form-background {
    background-size: cover;
    background-position: center;
    position: relative;
    /*height: 100vh;*/
    display: flex;
    justify-content: center;
    align-items: center;    
}

/* Overlay for the form container */
.form-overlay {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    margin:0 auto;
}

/* Style the submit button */
.btn-submit {
    background-color: #ff6347; /* Change to your desired button color */
    color: white;
    border: none;
}

.btn-submit:hover {
    background-color: #ff4500; /* Darken on hover */
}

.form-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

/* Style the form fields */
.form-control {
    border-radius: 5px;
}

/* Responsive design */
@media (max-width: 768px) {
    .form-overlay {
        width: 100%;
        max-width: 90%;
    }
}

.lazyload[data-bgset] {
    background-image: none;
}

.lazyloaded[data-bgset] {
    background-image: url(attr(data-bgset));
}

.navbar-nav .dropdown-menu.show {
    display: block;
}

@media (min-width: 1024px) {
    .navbar-nav .dropdown-menu .dropdown-menu {
        left: 100%; 
        margin-top: -41px;
        margin-left: 2px;
    }
}

.tab-pane{
    text-align: justify;
}

 /* Active tab styles */
 .nav-tabs .nav-link.active {
    background-color: #874382;
    color: #fff;
    border-color: #874382;
  }

  /* Inactive tab text color */
  .nav-tabs .nav-link {
    color: #874382;
  }
  
/* Style active pill tab */
.nav-pills .nav-link.active {
    background-color: #874382;
    color: #fff;
  }

  /* Inactive pill tab text color */
  .nav-pills .nav-link {
    color: #874382;
  }

  /* Optional padding for the content */
  .tab-content {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }  

  .tab-content{
    width: 100%;
  }

  /* Active accordion header */
  .accordion-button:not(.collapsed) {
    background-color: #874382;
    color: #fff;
  }

  /* Default inactive accordion header */
  .accordion-button {
    background-color: #f8f9fa; /* Default Bootstrap light background */
    color: #000;
  }

  /* Optional hover effect */
  .accordion-button:hover {
    background-color: #d6a1c4; /* Slightly lighter shade */
    color: #fff;
  }

  /* Active border color (optional) */
  .accordion-button:not(.collapsed)::after {
    border-color: #fff; /* Ensures the arrow icon matches */
  }

  .block {
    background-color: #874382;
    color: #fff;
    padding: 20px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
  }

.cloumn-card {
    height: 100%; /* Ensures all cards have the same height */
    display: flex;
    flex-direction: column;
}

.card-img-top {
    height: 250px; /* Adjust as needed */
    object-fit: cover; /* Ensures images cover the space without stretching */
}

.cloumn-card-body {
    flex-grow: 1; /* Allows the body to expand and align content properly */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers text */
    text-align: center;
}

.cloumn-card-body {
    text-align: left !important; /* Ensures all text inside is left-aligned */
}

.card-text {
    text-align: left !important; /* Specifically left-aligns the description */
}

.login-page, .register-page {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 60vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-box, .register-box {
    width: 360px;
}

/* Ensure proper spacing and appearance */
.login-user-box {
    display: flex;
    align-items: center;
}

.login-user-box img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
    margin-right: 8px;
}

.dropdown-menu {
    width: 350px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.user-header {
    padding: 15px;
}

.user-header img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #fff;
}

.user-footer {
    padding: 10px;
}

.user-footer .btn {
    width: 48%;
}

.login-link{
    color:#fff;
    margin-top: 10px;
}

.btn{
    background-color: #874382 !important
}

.table {
    background-color: transparent !important;
}

.table th,
.table td {
    background-color: transparent !important;
}