/*
Theme Name: Fssai Mastery Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/*-------------------------------------------------------------- 
# Root css 
--------------------------------------------------------------*/
 :root{
    --orange:#D66517;
    --black:  #233355;
    --green:#066231;
    --lightorange:  #DD8F13;
     --text: #696664;
     --white: #FFFFFF;
     --danger-red: #dc3545;
     --transition: all 0.5s ease-in-out;
}
 body::-webkit-scrollbar {
     width: 6px;
}
 body::-webkit-scrollbar-track {
     background:var(--black);
     border-radius: 8px;
}
 body::-webkit-scrollbar-thumb {
     background:var(--orange);
     border-radius: 8px;
}
 a{
     transition: all 0.5s;
}
/*-------------------------------------------------------------- 
# Header css 
--------------------------------------------------------------*/
div#wpadminbar ~  div[data-elementor-type="header"]{
    top: 32px;
}
div[data-elementor-type="header"] {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0px;
    z-index: 99;
}
/*-------------------------------------------------------------- 
# Home css 
--------------------------------------------------------------*/
.head_text span{
    color: var(--orange);
}
.real_talk strong{
    color: var(--orange);
    font-weight: 800;
}
.food_list li {
    padding: 15px 20px !important;
    border-radius: 8px !important;
    background-color: #e6f7e9;
    margin: 0px !important;
    transition: var(--transition);
}
.food_list ul {
    display: grid !important;
    grid-template-columns: repeat(3,1fr);
    gap: 15px !important;
    margin: 0px !important;
}
.food_list ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.hour_box {
  counter-increment: hourbox;
  position: relative;
}
.hour_box::after {
  content: counter(hourbox, decimal-leading-zero);
  background-color: var(--orange);
  padding: 9px 0px 7px 0px;
  border-radius: 10px 0px 10px 0px;
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1em;
  color: var(--white);
  text-align: center;
  min-width: 56px;
  min-height: 46px;
  font-family: 'Manrope';
}
 .penalty-table {
     width: 100%;
     border-collapse: collapse;
     margin-top: 30px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
     border-radius: 10px;
     overflow: hidden;
}
 .penalty-table th, .penalty-table td {
     padding: 15px;
     text-align: left;
     border: unset !important;
     border-bottom: 1px solid #ddd !important;
}
.penalty-table tr:last-child td {
     border-width: 0px !important;
}
 .penalty-table th {
     background-color: var(--black);
     color: var(--white);
     font-weight: 700;
     text-transform: uppercase;
}
 .penalty-table tr:nth-child(even) {
     background-color: #f2f2f2;
}
 .penalty-table tr:hover {
     background-color: #e6e6e6;
}
.penalty-table td span {
    padding-right: 8px;
    font-size: 16px;
    font-weight: 500 !important;
    font-family: 'Manrope' !important;
}
.penalty-table td,.penalty-table th {
    font-family: 'Manrope' !important;
    font-size: 16px;
}
.penalty-table td span.penalty-icon {
    font-size: 18px;
}
.penalty-table td.penalty-fine {
    color: var(--danger-red);
    font-weight: 600;
}
.penalty-table th:nth-child(1) {
    padding: 15px 22px !important;
}
.did_you {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.risk_box{
    box-shadow: 2px 5px 7px -8px rgb(185 28 28 / 0.2);
}
.walk_list ul {
    margin: 0px !important;
    list-style: none;
    display: grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap: 25px;
}
.walk_list ul li {
    margin: 0px !important;
    background-color: var(--white);
    padding: 25px !important;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    font-weight: 600;
    display: flex !important;
    align-items: center !important;
    gap: 0px;
    transition: var(--transition);
    border-left: 5px solid var(--green);
}
.what_walk .elementor-widget-container {
    overflow: unset !important;
}
.penalty-table table tbody>tr:nth-child(odd)>td {
    background-color: var(--white) !important;
}
.faq_inner details {
    border-bottom: 1px solid rgb(18 18 18 / 20%);
}
.faq_inner details p{
    margin: 0px !important;
}
.faq_inner ul {
    padding: 16px 0px 0px 0px;
    display: grid;
    grid-gap: 6px;
}
.faq_inner ul li{
    display: grid;
    grid-template-columns: 20px auto;
    align-items: center;
    grid-gap: 8px;
}
.faq_inner ul li::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(images/tick.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.final_inner{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to right, #DD8F13, #D66517);
}
.orange_list ul {
    margin: 0px !important;
    grid-gap: 12px;
}
.orange_list ul li {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 10px 20px !important;
    border-radius: 5px;
    gap: 8px;
    min-height: 54px;
}
.price_add span {
    font-weight: 400;
    font-size: 20px;
}
.number_text * {
    color: var(--white);
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease;
}
.number_text a:hover{
    color: var(--green);
}
.mohit_txt h3,.singhal_txt h3 {
    animation: slideLeftAndRight 2s infinite alternate ease-in-out; 
}
@keyframes slideLeftAndRight {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-20px);
  }
}
.text_mark {
    /* display: flex; */
    /* flex-flow: unset !important; */
    /* white-space: nowrap; */
    /* justify-content: center !important; */
    max-width: fit-content !important;
}
/* .text_mark > div {
    border-right: 1px solid var(--white);
    padding-right: 15px !important;
} */
.food_list span.elementor-icon-list-text {
    align-self: baseline !important;
}
.privacy_box  a {
    color: var(--orange);
}
.social_icon span.elementor-icon-list-text {
    display: none !important;
}
/*-------------------------------------------------------------- 
# Reposnive css 
--------------------------------------------------------------*/
@media(min-width: 1025px){
    div[data-elementor-type="header"] .elementor-nav-menu .sub-menu {
        min-width: 285px !important;
        position: absolute !important;
        padding: 8px 0 !important;
        z-index: 100;
        visibility: hidden;
        border-top: 3px solid var(--yellow) !important;
        background-color: var(--white) !important;
        opacity: 0;
        box-shadow: 0 0 60px 0 rgb(53 57 69 / 15%);
        transform: rotateX(-90deg);
        transform-origin: 0 0;
        display: block !important;
        transition: all 500ms linear 0ms;
        border-radius: unset !important;
        border-radius: 8px !important;
        overflow: hidden;
    }
    div[data-elementor-type="header"] .elementor-nav-menu li:hover .sub-menu {
         visibility: visible !important;
         opacity: 1 !important;
         transform: rotateX(0) !important;
         z-index: 999;
    }
    div[data-elementor-type="header"] .elementor-nav-menu .sub-menu li a{
        padding: 10px 25px !important;
        display: flex;
        grid-gap: 4px;
        border: unset;
        align-items: center;
    }
    div[data-elementor-type="header"] .elementor-nav-menu .sub-menu li a::before{
        content: "";
        height: 1px;
        background-color: var(--black);
        transition: all 0.3s ease-out 0s;
        display: block;
        width:0px;
    }
    div[data-elementor-type="header"] .elementor-nav-menu .sub-menu li a:hover::before{
        width: 12px;
    }
    div[data-elementor-type="header"].sticky .hfe-site-logo-set img {
        height: 85px;
    }
}
@media(max-width: 991px){
	.walk_list ul {
		grid-template-columns:repeat(2,1fr) !important;
		grid-gap: 20px;
	}
	 div[data-elementor-type="header"] nav {
        position: fixed;
        width: 100%;
        top: 81px;
        left: 0px;
        margin: 0px !important;
        padding: 10px 0px 20px;
    }
    div[data-elementor-type="header"] nav ul li a{
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    div[data-elementor-type="header"] nav > ul > li:last-child > a{
        border-bottom: unset;
    }
}
@media(max-width: 820px){
.food_list ul {
    grid-template-columns: repeat(2, 1fr);
	}
}
@media(max-width: 767px){
	.walk_list ul,.food_list ul {
		grid-template-columns:repeat(1,1fr) !important;
	}
	.penalty-table td,.penalty-table th {
		font-size: 14px;
	}
	.orange_list ul li {
		padding: 6px 10px !important;
		gap: 0px;
		min-height: 46px;
	}
	.penalty-table td span.penalty-icon {
		font-size: 16px;
		padding-right: 3px;
	}
}