/*!
Theme Name: mahajothi
Theme URI: https://them.es/starter
Author: Maha jothi
Author URI: https://them.es/
Description: 
Version: 3.5.4
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: mahajothi-theme
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.navbar-nav .nav-link.active {
    color: #000 !important;
}

.navbar-nav .nav-link {
    padding: 6px 20px !important;
}

.text-b{
    color: #5E6282;
}

.carousel-indicators{
    display: none !important;
}
.carousel-caption{
    position:unset !important;
}
.carousel-caption p{
    margin: 20px 240px;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.imag-sect{
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ccc;
}
.imag-sect a{
    background-color: #F8AB00;
    border-radius: 20px;
    padding:10px 20px;
    color:#fff !important;
    text-decoration: none !important;
    margin-top: 20px;
}
img{
    max-width: 100%;
    height: auto;
}
.btn-orange {
    background-color: #F8AB00 !important;
    color: #ffffff !important;
}

.btn-orange:hover {
    background-color: #e09e0c !important;
    color: #ffffff !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fixed-top {
    top: 40px;
}

.banner-bg {
    background: rgb(246, 148, 5);
    background: linear-gradient(90deg, rgba(246, 148, 5, 1) 0%, rgba(250, 179, 5, 1) 64%, rgba(255, 213, 4, 1) 100%);
    width: 100%;
    padding: 0 20px;

}

.banner-bg-texture {
    background: url(http://localhost/mahajothish/wp-content/uploads/2024/12/banner-texture-1.png) repeat;
    padding:100px 20px !important
}

.btn-getstarted {
    font-size: 18px;
    background-color: #B1342F !important;

}

.banner-bg h1 {
    font-size: 36px;
    font-weight: normal;
    color: #901915;
}


.marquee-container {
    width: 100%;
    /* Full width */
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    background-color: #B43834;

}

.marquee-content {
    display: inline-block;
    animation: marquee 10s linear infinite;
    color: #fff;
    font-size: 12px;
}

.marquee-container:hover .marquee-content {
    animation-play-state: paused;
    /* Pause the animation when hovered */
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
        /* Start off the screen on the right */
    }

    100% {
        transform: translateX(-100%);
        /* Move to the left off the screen */
    }
}

.text-theme-color {
    color: #9F0A0A !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #869791 !important;
}

.text-gray {
    color: #5E6282 !important;
}

.text-black {
    color: #14183E !important;
}

.section-cont-h2 {
    font-size: 40px;
}

.owl-carousel .owl-item img {
    width: auto !important;
    display: inline-block !important;
}

.owl-item {
    text-align: center !important;
}

.owl-nav {
    display: none !important;
}

ul.footermenu li a{padding-left:0 !important; color:#212529 !important}


.dashboard-container {
    display: flex;
    height: 100vh;
}

tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
      vertical-align: middle;
    }

    td {
      font-size: 12px;
    }

    td .btn {
      font-size: 12px;
    }

    .ur-frontend-form {
      margin-bottom: 30px;
      border: 1px solid #e1e1e1;
      padding: 20px;
      box-sizing: border-box;
    }

    .user-registration {
      border-radius: 9px;
      padding: 40px;
    }

    .ur-frontend-form * {
      box-sizing: border-box;
    }

    .ur-frontend-form {
      margin-bottom: 30px;
      border: 1px solid #e1e1e1;
      padding: 20px;
      box-sizing: border-box;
      box-shadow: 0px 0px 5px 1px #dbdbdb;
    }

    .ur-frontend-form.login {
      margin: 0;
      padding: 10px;
      box-shadow: none;
      background: none;
    }

    .ur-frontend-form.login input[name="rememberme"]#rememberme {
      vertical-align: middle;
    }

    .ur-frontend-form.login-registration {
      margin: 0;
      border: none;
      padding: 0;
    }

    .ur-frontend-form .register #node_recaptcha_register {
      padding: 0 10px;
    }

    .ur-frontend-form #ur-recaptcha-node {
      margin-top: 10px;
    }

    .ur-frontend-form * {
      box-sizing: border-box;
    }

    .ur-frontend-form .description {
      display: block;
      font-size: 14px;
      line-height: 1.5;
    }

    .ur-frontend-form .ur-form-row {
      display: flex;
    }

    .ur-frontend-form .ur-form-row:last-child {
      margin-bottom: 0;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid {
      flex: 1;
      padding: 0 10px;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid:nth-child(1n + 2) {
      border-left: 0 none;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
      margin-bottom: 20px;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul,
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul,
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul,
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul {
      margin: 0;
      list-style: none;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li,
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li,
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li,
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li {
      margin-left: 0;
      line-height: 1.3;
      vertical-align: middle;
      margin-bottom: 10px;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li input,
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li label,
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li input,
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li label,
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li input,
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li label,
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input,
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li label {
      display: inline-block;
      vertical-align: inherit;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li input[type="checkbox"],
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li input[type="radio"],
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li input[type="checkbox"],
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li input[type="radio"],
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li input[type="checkbox"],
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li input[type="radio"],
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input[type="checkbox"],
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input[type="radio"] {
      margin-top: 2px;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li label,
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li label,
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li label,
    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li label {
      display: inline;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item:last-child {
      margin-bottom: 0;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item .form-row {
      display: block;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid input {
      border-style: solid;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid input[type="text"],
    .ur-frontend-form .ur-form-row .ur-form-grid input[type="email"],
    .ur-frontend-form .ur-form-row .ur-form-grid input[type="url"],
    .ur-frontend-form .ur-form-row .ur-form-grid input[type="password"],
    .ur-frontend-form .ur-form-row .ur-form-grid input[type="date"],
    .ur-frontend-form .ur-form-row .ur-form-grid input[type="number"],
    .ur-frontend-form .ur-form-row .ur-form-grid input[type="timepicker"],
    .ur-frontend-form .ur-form-row .ur-form-grid input[type="phone"],
    .ur-frontend-form .ur-form-row .ur-form-grid textarea,
    .ur-frontend-form .ur-form-row .ur-form-grid select,
    .ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement {
      width: 100%;
      padding: 4px 8px;
      border-radius: 0;
      min-height: 36px;
      margin-bottom: 10px;
      line-height: 1.5;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid legend,
    .ur-frontend-form .ur-form-row .ur-form-grid label {
      display: block;
      font-size: 14px;
      margin-bottom: 10px;
      margin-top: 10px;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid legend .required,
    .ur-frontend-form .ur-form-row .ur-form-grid label .required {
      text-decoration: none;
      border: none;
      color: #ff4f55;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label,
    .ur-frontend-form .ur-form-row .ur-form-grid label.ur-label {
      font-weight: bold;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid textarea {
      padding: 10px;
      height: 100px;
      resize: none;
      padding: 5px 20px;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password input[type="password"] {
      padding-right: 50px;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group {
      position: relative;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group .password_preview {
      color: #676d8a;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
    }

    .ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group .password_preview.dashicons.dashicons-hidden {
      opacity: 0.6;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group .password_preview.dashicons.dashicons-hidden:hover {
      opacity: 1;
    }

    .ur-frontend-form .ur-form-row .select2-container .select2-selection--multiple {
      border: 1px solid #f0f1f5;
    }

    .ur-frontend-form .ur-form-row .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: block;
    }

    .ur-frontend-form .ur-form-row .select2-container .select2-selection--multiple .select2-selection__rendered li:last-child {
      margin-left: 0;
    }

    .ur-frontend-form .ur-form-row .select2-container .select2-selection--multiple .select2-selection__choice {
      margin: 5px;
    }

    .ur-frontend-form .ur-form-row .select2-container .select2-selection--multiple .select2-search--inline input[type="text"] {
      margin: 5px;
      height: inherit;
    }

    .ur-frontend-form .ur-form-row .ur-form-grid input[type="text"],
    .ur-frontend-form .ur-form-row .ur-form-grid input[type="email"],
    .ur-frontend-form .ur-form-row .ur-form-grid input[type="url"],
    .ur-frontend-form .ur-form-row .ur-form-grid input[type="password"],
    .ur-frontend-form .ur-form-row .ur-form-grid input[type="date"],
    .ur-frontend-form .ur-form-row .ur-form-grid input[type="number"],
    .ur-frontend-form .ur-form-row .ur-form-grid input[type="timepicker"],
    .ur-frontend-form .ur-form-row .ur-form-grid input[type="phone"],
    .ur-frontend-form .ur-form-row .ur-form-grid textarea,
    .ur-frontend-form .ur-form-row .ur-form-grid select,
    .ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement {
      padding: 10px 20px !important;
      border-radius: 6px !important;
      border: 1px solid #ccc !important;

    }

    .nav-link {
      color: #808080;
    }

    .nav .nav-link.active {
      color: #F45F00 !important;
      font-weight: 700;
    }

    .border-radius {
      border: 1px solid #e1e1e1;
      padding: 20px;
      box-sizing: border-box;
      box-shadow: 0px 0px 5px 1px #dbdbdb;
      border-radius: 9px;
    }

    .box-border-radius {
      border: 1px solid #e1e1e1;
      padding: 20px;
      box-sizing: border-box;
      box-shadow: 0px 0px 5px 1px #dbdbdb;
      border-radius: 9px;
    }

    .btn-primary {
      background-color: #F45F00 !important;
      border: #F45F00 !important;
  }

