/* Add here all your CSS customizations */

html {
    scroll-behavior: smooth;
  }
.text-gold{
    color: #ffc303;
}

.timeline:after {
    background: #505050;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 0)), color-stop(8%, #505050), color-stop(92%, #505050), to(rgba(80, 80, 80, 0)));
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: -24px;
    width: 3px;
    z-index: 0;
    filter: alpha(opacity=10);
    opacity: 0.1;
}

.testimonial span strong{
color:#ffc303 !important;
}
.blockquote.blockquote-style-1:before {
    font-family: "Georgia", sans-serif !important;
    display: block;
    font-style: italic;
    content: "\201C";
    font-size: 100px;
    position: absolute;
    left: 0;
}

.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #ffc303;
    background-color: #1e1d1dc9;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 25px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-row input::placeholder,.form-row textarea::placeholder{
    color:#ffc303 !important;
}
.form-upload{
    border-radius: 25px;
    padding: 15px 0;
    background-color: #1e1d1dc9;
}
.form-upload label{
    padding-left: 10px;
    color: #ffc303;
    margin-bottom: 10px;
}
.form-upload input[type='file']{
    padding-left: 10px;
    color: #fff;
    margin-bottom: 8px;
}
.form-upload input[type='file']::-webkit-file-upload-button:hover{
    background-color: #ffc303;
    color: #fff;
    border: 2px solid #ffc303;
    border-radius: 2px;
}
.form-upload input[type='file']:focus-visible{
    outline: none;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
html .btn-primary:hover, html.sticky-header-active .btn-sticky-primary:hover, html .btn-primary:focus, html.sticky-header-active .btn-sticky-primary:focus {
    border-color: #1c1f21;
    background-color: #fff;
    color: #1c1f21;
}

.Flipcard{
    width:250px;
    height:350px;
    border:0px solid #1c1f21;
    position:relative;
    left: 0;
    top: 0;
    perspective:800px;
}  
.sleepcard{
    width:400px;
    height:250px;
    border:0px solid #1c1f21;
    position:relative;
    left: 0;
    top: 0;
    perspective:800px;
}   
.card-left{
    margin-left: 13%;
}
.card-right{
    margin-right: 13%;
}
.content{
    width: 100%;
    height: 100%;
    position:absolute;
    transition: transform 1s;
    transform-style: preserve-3d;
}

.Flipcard:hover .content,.sleepcard:hover .content{
    transform:rotateY(180deg);
}
.front,
.back{
    width: 100%;
    height: 100%;
    position:absolute;
    text-align:center;
    border-radius:0px;
    backface-visibility: hidden;
    display: grid;
    place-items: center;

}

.back{
    background: #fff;
    color:#1c1f21;
    transform: rotateY(180deg);
    overflow-y: auto;
    border: 1px solid #1c1f21;
    scrollbar-width: thin;
}
.front{
    color: #ffc303;
    background: #1c1f21;
    font-size: 35px;
    line-height: 50px;
    padding: 5px                               ;
}
.custumList{
padding:10px 20px 0px 30px;

}
.custumList li{
font-size: 13px;
text-align: justify;
line-height: 17px;
color: #777 !important;
}
.custumList p{
    margin-top: 15px;
    font-size: 13px;
    text-align: justify;
    line-height: 17px;
    color: #777 !important;
    }

.card.card-style-5:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(27, 26, 26, 0.507);
    border-radius: 0.25rem;
    opacity: 1;
    z-index: 0;
    -webkit-transition: ease opacity 300ms;
    transition: ease opacity 300ms;
}
.whatsappicon{
    position: fixed;
    bottom: 33px;
    left: 30px;
    z-index: 99; 
}
.map{
    position:relative;
    margin: 0;
    padding: 0;
    bottom: -6px;
}

.tab {
  float: left;
  border: 1px solid #ccc;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  background-color: #f1f1f1;
  width: 30%;
  box-sizing: border-box;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  font-size: 1.4em;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom: 1px solid rgb(182, 176, 176);
  
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ffc303;
  color:#fff;
}
.tab .active{
    background-color: #ffc303 !important;
    color:#fff !important;
  }

/* Style the tab content */
.tabcontent {
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  overflow: auto;
  text-align: justify;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #f1f1f1;
  box-sizing: border-box;
}

.only-phone{
    display: none;
}
.only-desktop{
    display: block;
}
.fixed-btn{
    position: fixed;
    top: 165px;
    text-align: right;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 8889;
}
.fixed-slider{
    position: fixed;
    top:197px;
    right: -600px;
    margin: 0;
    padding: 0;
    z-index: 8888;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all 1.2s;
    overflow: hidden;
}
.animation{
right: 0px;
transition: all 1.2s;
}
.fixed-btn button:focus{
    box-shadow: none !important;
}
.nav-tabs {
    border-bottom: 0px solid #e1e1e1;
    position: -webkit-sticky;
    position: sticky;
    top: 158px !important;
    background-color: #fff;
    z-index: 332;
    width: 100%;
    height: 80px;
}
.pos-abs{
    position: absolute;
    bottom: 20%;
    left: 12%;
}
.sticky-heading{
    padding: 20px 10px;
    background-color: #444444;
    text-align: center;
    position: sticky;
    width: 100%;   
    top: 67px !important;
    z-index: 333;

}
.sticky-heading h1{
    color: #ffc303;
    font-weight: bold;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
    .timeline:after{
        background: #505050;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 80, 80, 0)), color-stop(8%, #505050), color-stop(92%, #505050), to(rgba(80, 80, 80, 0)));
        background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        content: "";
        display: hidden !important;
        height: 0;
        left: 50%;
        margin-left: -2px;
        position: absolute;
        top: -24px;
        width: 3px;
        z-index: 0;
        filter: alpha(opacity=10);
        opacity: 0.1;
    }
    .whatsappicon{
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 99; 
        text-align: right;
        font-size: 10px;
        margin: 0;
        padding: 0;
    }
    .mobile-card{
        display: grid;
        justify-content: center;
        margin-top: 22px;
    }
    .sleepcard{
        width:300px;
        height:200px;
        border:0px solid #1c1f21;
        position:relative;
        left: 0;
        top: 0;
        perspective:800px;
    }  
    .sleepcard .front{
        color: #ffc303;
        background: #1c1f21;
        font-size: 35px;
        line-height: 50px;
        padding: 10px;
    } 
    .card-left{
        margin-left: 0;
    }
    .card-right{
        margin-right: 0;
    }
    .mt-mobile{
        margin-top: 40px;
    }
    
.only-phone{
    display: block;
}
.only-desktop{
    display: none;
}

.fixed-btn{
    position: fixed;
    top: 102px;
    right: 0;
    text-align: right;
    margin: 0;
    padding: 0;
    z-index: 99;
}
.fixed-slider {
    position: fixed;
    top: 134px;
    right: -600px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 33;
    animation-name: example;
    animation-duration: 2s;
}

.animation{
    right: 0px;
    transition: all 1.2s;
    }
.nav-tabs {
    border-bottom: 0px solid #e1e1e1;
    position: -webkit-sticky;
    position: sticky;
    top: 136px !important;
    background-color: #fff;
    z-index: 332;
    width: 100%;
    height: 68px;
}

.pos-abs{
    position: absolute;
    bottom: 2%;
    left: 3%;
}
.sticky-heading h1{
    font-size: 1.2rem;
}
}
.dr_op{
    display: block;
    width: 100%;
    clear: both;
    padding: 2px;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dr_op:hover{

width: fit-content;}
.logo-text {
    font-family: 'Montserrat', 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #f5b400; /* gold / logo color */
    text-decoration: none;
    line-height: 1;
    display: inline-block;
}

.logo-text:hover {
    color: #f5b400; /* hover me color change na ho */
    text-decoration: none;
}
.email-list {
    margin-left: 22px; /* icon + spacing ke barabar */
}

.email-list a {
    display: block; /* ek ke niche ek */
}
