
.innermenubox-2,.header-logo-2{
  display: none;
}
.buy-now-btn a {
  font-size: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  color: #CA6D68;
  width: 100%;
  max-width: 140px;
  height: 50px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 2px;
}

/* --------------------------Topbar---------------------------- */
.top-ticker {
  overflow: hidden;
  position: relative;
  align-items: center;
}
.ticker-text {
  white-space: nowrap;
  display: inline-block;
  padding-left: 100%;
  animation: ticker 15s linear infinite;
}
@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
p.tbr-txt {
    font-size: 14px;
    color: #ffffff;
}
span.tbr-call-num {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}
i.tbr-phn,i.fas.tbr-phn {
    color: #ffffff;
    font-size: 18px;
    transform: rotate(-20deg);
}
.tbr-social-icn-box i {
    color: #ffffff;
    font-size: 18px;
    align-items: center;
    text-align: center;
    font-family: 'Font Awesome 5 Brands';
    margin-right: 20px;
    display: inline-block;
}
a.cont-hdr-btn {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    background: #182C2B;
    border-radius: unset;
    font-family: 'Playfair Display';
    padding: 12px 20px;
}
input:focus-visible {
    outline: none !important;
}
.shake-effect:hover i {
  transform: scale(1.3);
  /* transition: ease-out 0.5s; */
  -webkit-animation: wiggle .05s alternate ease infinite;
  animation: wiggle .05s alternate ease infinite;
}
@keyframes wiggle {
  from { transform: rotate(0deg); }
  to   { transform: rotate(20deg); }
}
@-webkit-keyframes wiggle {
  from { -webkit-transform: rotate(0deg); }
  to   { -webkit-transform: rotate(20deg); }
}
/*----------Sticky Header------*/
.fixed-header {
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  background: #000000;
  box-shadow: 2px 2px 10px 0px #000;
  z-index: 999999;
}
.fixed-header #mySidenav{
  margin: 12px 0;
}
.fixed-header .header-wrap {
  background-color: #ffffff;
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  transform: translateX(-0%) !important;
}
/* --------------------------Header---------------------------- */
.blog #header .menubar{
  margin-top: 0%;
  border-radius: 0px 0px 10px 10px;
  border: none;
  background: #e4e4e4;
  width: 100%;
  top: 0px;
  position: static;
}
.home .page-template #header .menubar{
  width: 100%;
  background: #fff;
  top: -39px;
}
#header .col-lg-2.col-md-3.top_bar_btn {
  margin-top: 5px;
}
#header .logo img{
  max-height: 123px;
  width: auto;
}
#header {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.menubar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.home #header .menubar{
  border: none;
  width: 100%;
}
.neseted-inner {
  top: 0;
  position: absolute;
}
.continnerbox {
  background-size: 100% 100%;
  color: #fff;
  border-top: 40px solid #435061;
  border-left: 60px solid transparent;
}
#header .logo h1, #footer .logo h1, #header .logo p.site-title {
  font-weight:700;
  padding:0;
  font-size:18px;
  font-weight:bold;
  margin-top: 0;
}
.logo {
  padding: 30px ;
}
.logo a.custom-logo-link{
  color:var(--color2);
}
.logo h1 a, .logo h1 a, .logo p.site-title a{
  color: #262626;
  text-transform: uppercase;
}
.logo p{
  color: #262626;
  margin-bottom: 0;
  font-size: 14px;
}
#header .top-contact{
  padding: 12px 0;
  font-size: 15px;
}
.menubar .social-media{
  padding:12px 0;
  text-align:center;
}
#header .search-icon i{
  cursor: pointer;
}
button.topbr-logn {
    display: none;
}
/*----------------Menu bar-----------*/
@keyframes smoothScroll {
  0% {transform: translateY(-40px);}
  100% {transform: translateY(0px);}}
.close-sidebar {
  font-size: 25px;
  text-align: right;
  color: #fff;
  padding: 10px;
}
.headerbar {
  font-size: 25px;
  font-weight:900;
}
.side-navigation ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.side-navigation ul ul {
  position: absolute;
  z-index: 9999;
  display: none;
}
.side-navigation ul ul ul{
  left: 102%;
    top: 57px;
}
.side-navigation ul ul li,
.menubar.scrolled .side-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
}
.side-navigation ul ul li:last-child{
  border-bottom: 0;
}
.side-navigation ul li:hover > ul{
  display: block !important;
  animation-name: mainnav;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-timing-function: linear;
}
@keyframes mainnav {
  0% {
    height: 0px;
    background-color: #CA6D68;
  }
  100% {
    height: 100px;
    background-color: transparent;
  }
}
.side-navigation ul li ul li:first-child {
    animation-name: navanime;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-timing-function: linear;
}
.side-navigation ul li ul li:nth-child(2) {
  animation-name: navanime;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-delay: 0.1s;
  animation-timing-function: linear;
}
.side-navigation ul li ul li:nth-child(3) {
  animation-name: navanime;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
  animation-timing-function: linear;
}
.side-navigation ul li ul li:nth-child(4) {
  animation-name: navanime;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-delay: 0.3s;
  animation-timing-function: linear;
}
.side-navigation ul li ul li:nth-child(5) {
  animation-name: navanime;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-delay: 0.4s;
  animation-timing-function: linear;
}
@keyframes navanime {
  0% {
    transform: rotateY(180deg);
  }
}
/*.side-navigation ul li.menu-item-has-children>a:after {
  content: "\f107";
  position: static;
  margin-left: 5px;
  font-family: "font awesome 5 free";
  font-weight: 900;
  float: right;
}*/
ul.sub-menu li {
  height: auto !important;
  margin: 5px 0px;
}
ul.sub-menu li a {
  padding: 15px 25px;
  background-color: #CA6D68;
  color: #ffffff !important;
}
.menu-primary-menu-container ul {
  display: flex;
  justify-content: flex-start;
  gap: 60px;
  list-style: none;
  margin: auto;
  align-items: center;
  height: auto;
}
.menu-primary-menu-container ul li:hover > a {
    color: #CA6D68;
}
.menu-primary-menu-container ul li {
  max-width: 100%;
}
.menu-primary-menu-container ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  font-family: "Jost", sans-serif;
    position: relative;
    z-index: 1;
    display: block;
}
.menu-primary-menu-container ul ul li:hover > a:after {
    color: #ffffff;
    content: "";
    background-color: #2f4b4c;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.menu-primary-menu-container ul ul li > a:after {
    content: "";
    background-color: #2f4b4c;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 0%;
    transition: all 0.3s linear;
    z-index: -1;
}
.sub-menu li a {
  font-weight: 500 !important;
}
.sub-menu li:hover a{
  padding: 15px 25px !important;
}
/*--------------------end-----------*/
@keyframes fadeInRight{
 0%{opacity:0; transform:translate3d(10 0%,0,0)}
 100%{opacity:1; transform:none;}}
 /* .side-navigation #menu-primary-menu .current_page_item > a,
 .side-navigation #menu-primary-menu .current-menu-item > a,
 .side-navigation #menu-primary-menu .current_page_ancestor > a{
  color: var(--color2);
} */
/* .side-navigation .menu > ul > li.highlight{
  background-color: #4bcdfc;
} */
.side-navigation .menu > ul > li.highlight:hover{
  background: transparent !important;;
}
.menubar.scrolled .menu > ul > li:hover > a:after,
.menubar.scrolled .menu > ul > li.current_page_item > a:after,
.menubar.scrolled .menu > ul > li.current-menu-item > a:after{
  height: 2px;
}
.menu > ul > li.exoplanet-search:after{
  background: transparent !important;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
  float: left;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: auto;
}
/*header-search*/

/*search*/
/* search container */
#search-dropdown {
  position: absolute;
  top: 70%;
  left: 70%;
  width: 330px;
  background: #F1C1BD;
  border-radius: 6px;
  box-shadow: 0 0px 15px #314b4c;
  padding: 15px;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  z-index: 999;
  transition: all 0.5s ease-in-out;
}

/* visible state */
#search-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* form styling */
.search-form {
  display: flex;
  align-items: center;
  margin: 0;
}

.search-field {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  outline: none;
  font-size: 14px;
  transition: border 0.3s ease;
}

.search-field:focus {
  border-color: #ca6d68; /* accent color */
}

.search-submit {
  background: #ca6d68;
  border: none;
  padding: 9px 12px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}

.search-submit:hover {
  background: #314b4c;
  fill: #ffffff;
  stroke: #ffffff;
}
@media (max-width: 767px) {
#search-dropdown {
    top: 80%;
    left: 10%;
    width: 270px;
  }
}
@media screen and (min-width: 768px) and (max-width:1023px) {
  #search-dropdown{
    left: 45%;
  }
}
@media screen and (min-width: 1024px) and (max-width:1250px) {
  #search-dropdown {
    top: 85%;
    left: 65%;
    width: 290px;
  }
}
@media screen and (min-width: 1251px) and (max-width:1500px) {
  #search-dropdown {
    top: 72%;
    left: 64%;
  }
}
/*-----------------Search pop up----------------*/
 .serach_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  z-index: 999999999999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.8);
  display: none;
}
.serach_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.closepop {
  position: absolute;
  top: 10%;
  transform: translateY(-5%);
  width: 100%;
  right: 10px;
  text-align: right;
  z-index: 999999;
}
.serach_outer i {
  font-size: 24px;
  padding: 4px 0 0 0;
  color: #bbb;
  cursor: pointer;
}
.serach_inner form.search-form {
  display: table;
  border: 1px solid transparent;
  padding: 20px 0;
  border-radius: 0;
  background: var(--heading-text-color);
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
input.search-input {
  border: none;
  background: transparent !important;;
  padding-left: 20px;
  width: 100%;
  max-width: 87%;
}
input.search-input::placeholder {
  font-family: 'Arimo';
  color: #7e7e7e !important;
  font-size: 14px;
}
button.search-submit {
  border: none;
}
.search_popup label {
  background: transparent !important;
  width: 86%;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.search_popup input.search-field {
  padding: 1.5% 10px 1.5% 0;
  background: #fff !important;
  width: 100%;
  text-indent: 8px;
  border-radius: 10px;
  border: none;
}
.social-media .dashicons{
  margin: 0 6px;
  padding: 0;
}
.menubar .social-media a:hover{
  color:#3890cb;
}
/* Back to top button css */
/*.scrollup {
  position: fixed;
  display: none;
  bottom: 60px;
  right: 30px;
  margin:0;
  font-size: 18px;
  font-weight: 600;
  transform: rotate(-90deg);
  text-shadow: 1px 1px #000;
  z-index: 9999999999;
}*/
.scrollup {
    position: fixed;
    display: none;
    bottom: 100px;
    right: 17px;
    border-radius: 50%;
    font-weight: 600;
    text-shadow: 1px 1px #000;
    z-index: 9999999999;
}
.scrollup.left{
  left: 15px;
  right: auto;
}
.scrollup.center{
  left: 45%;
  right: 44%;
}
.scrollup span {
  display: inline-block;
}
.scrollup i{
      box-shadow: 0px 0px 15px 2px #0000001a !important;
    width: 64px;
    height: 64px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #F1C1BD;
    border-radius: 50%;
}
.scrollup i:hover {
    background: #CA6D68;
    color: #ffffff;
}
/* ----------- Newsletter ---------------- */


/*---------------- Footer Section ----------------------*/
.row.ftr-form input.wpcf7-form-control.wpcf7-submit{
    font-family: 'Font Awesome 5 Free';
}
h6.ftr1-sm-hd {
    font-weight: 400;
    font-family: 'Jost';
    color: #A3ABAA;
    letter-spacing: 10px;
    text-transform: uppercase;
}
div#footer {
  padding: 50px 0 0 0;
  position: relative;
  z-index: 1;
}
.footer-top {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-top-col h3 {
  font-size: 20px;
  font-weight: bold;
}
.outer-footer {
  background-size: 100% 100%;
}
#footer form.search-form{
  border: none;
  background: transparent !important;;
  padding: 0;
}
#footer form.search-form input{
  float: none;
  border: 1px solid;
  margin: 2px 2px;
}
#footer textarea{
  height: 100px;
}
#footer p.post-date {
  color: var(--heading-text-color);
  padding-bottom: 50px;
  font-size: 11px !important;
}
.copyright{
  background-color: #EDA024;}
.copyright p {
  margin-bottom: 0;
}
#footer{
  text-align:center;
  color:#fff;
  text-align:left;
  background-repeat: no-repeat;
  background-size: cover;
}
#footer input[type="email"]{
  padding: 20px 30px;
    float: left;
    margin: 25px 0 50px 0px;
    border: none;
    background-color: transparent !important;
    color: #A3ABAA;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #ffffff;
}
#footer input[type="email"]::placeholder{
  color: #A3ABAA;
}
#footer input[type="submit"] {
    position: absolute;
    background: #ffffff;
    top: 31px;
    right: 19px;
    width: 57px;
    height: 57px;
    border-radius: 50px;
    color: #0E343D;
    font-size: 25px;
    transform: rotate(60deg);
}
#footer span.wpcf7-form-control.wpcf7-acceptance {
    color: #A3ABAA;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Jost';
    margin: 50px 0px;
}
#footer span.wpcf7-form-control.wpcf7-acceptance a{
  color: #ffffff;
  text-decoration: underline;
}
.row.ftr-form {
    position: relative;
}
.ftr4-contact h6 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
a.ftr4-mail,a.ftr4-number,a.ftr4-location {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
a.ftr4-mail i,a.ftr4-number i,a.ftr4-location i{
  font-size: 20px;
}
p.tag-input-btn br , p.tag-input br  {
  display: none !important;
}
.custom-social-icons a {
  color: var(--heading-text-color);
}
#footer .copyright{
  padding:25px 0 0;
}
.copyright-img {
  text-align: end;
}
a.copyright-btn,a.copyright-btn2 {
    font-size: 18px;
    font-weight: 400;
    color: #A3ABAA;
    font-family: 'Jost';
}
.cpriht-btn-box {
    border-right: 1px solid #A3ABAA;
}
.footer-copy span, .footer-copy a {
    font-size: 18px;
    font-weight: 400;
    line-height: 18.72px;
    color: #A3ABAA;
    font-family: 'Jost';
}
.widget_recent_entries img{
  width: 100px;
}
#footer ul li:before {
  font-size: 13px;
  line-height: 30px;
  color: #717271;
  margin-right: 5px;
}
#footer ul li::marker {
    font-size: 7px;
    color: #A3ABAA;
}
.about_me table, .about_me td, .about_me th{
  border: none;
}
.about_me p.message {
  margin-bottom: 5px !important;
}
#footer_box .sub-menu, #our-newsletter .newsletter h3:after, amp-sidebar#sidebar1, .headerbar, .footer_hide{
  display: none;
}

.sub-menu li{
  margin-top: 0;
}
#footer_box .socialbox i {
    color: #ffffff;
    font-size: 24px;
    display: inline-grid;
    align-items: center;
    text-align: center;
    font-family: 'Font Awesome 5 Brands';
    margin-right: 25px;
}
#footer .widget_media_gallery img{
  padding-right: 25px;
  border:none;
}
/* Icon Grow */
#header .hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#header .hvr-icon-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#header .hvr-icon-grow:hover .hvr-icon,
#header .hvr-icon-grow:focus .hvr-icon,
#header .hvr-icon-grow:active .hvr-icon {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

/* My Custom Css */

/* Header */

button#search-pop {
  padding: 0;
}
.header-menu-2 .menu-primary-menu-container ul {
  justify-content: flex-end;
}

/* Footer */
.ftr-txt p {
   font-size: 18px;
    font-weight: 400;
    color: #A3ABAA;
    line-height: 34px;
}
h2.ftr1-hd {
    font-size: 57px;
    font-weight: 400;
    color: #ffffff;
}
h3.widget-title,h3.top_title,.custom-html-widget h3{
  font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    padding: 0 0 20px;
}
.f1 ul li a,.f2 ul li a,.f3 ul li a,.f4 ul li a,.ft-main-1 p a,.ft-main-2 p a,.custom-html-widget p,.menu-footer-menu-container ul li a{
  font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    color: #A3ABAA;
    padding: 0;
    margin: 0;
}
.ft-main-3 p a {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #ffffff !important;
  padding: 0;
  margin: 0;
}
.f1 .textwidget p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
  margin: 0;
  padding: 30px 0 30px !important;
}
.newsletter-text p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
  color: #ffffff;
  margin: 0;
  padding-bottom: 30px;
}
.ft-main-1 p,.ft-main-2 p,.ft-main-3 p,.ft-main-1 table,.ft-main-2 table,.ft-main-3 table {
  margin: 0;
  text-align: left;
}
.widget_wpb_social_widget .custom-social-icons {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 25px;
}
.social_widget H3 {
  display: none;
}
p.tag-input,p.tag-input-btn {
  margin: 0;
}
p.tag-input-btn input {
  background-color:#EDA024!important;
  width: 100%;
  max-width: 52px;
  height: 52px !important;
  border-radius: 1px !important;
  padding: 0 !important;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  color: transparent !important;
}
p.tag-input-btn {
  position: absolute;
  right: 5px;
  width: 100%;
  max-width: 52px;
}
.news-inp-btn div {
  display: flex;
  align-items: center;
  position: relative;
  width: 700px;
}
.news-input input {
  background: #ffffff !important;
  height: 60px !important;
  border-radius: 2px !important;
  padding-left: 15px !important;
  border: 1px solid transparent !important;
}
p.tag-input.news-input {
  width: 100%;
  max-width: 100%;
}
p.tag-input-btn:before {
  content: '\f1d8';
  font-size: 26px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-input input::placeholder {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
  color: #bdbdbd;
  padding-left: 0px;
}
.copyright .container {
  padding: 10px 0;
}
.f4 .custom-social-icons a i {
  font-size: 22px;
}
.f4 .custom-social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  padding-top: 40px
}
tr.ft-ff .fff {
  width: 10%;
}
tr.ft-ff .fff i {
  font-size: 18px !important;
  color: #ffffff
}
.about_me h3 {
  padding: 0;
}
.f2 {
  padding-left: 90px;
}
.f3 {
  padding-left: 80px;
}
#footer ul {
    padding-left: 10px;
}
.footer-cols {
    border-bottom: 1px solid #43605E;
}
@media screen and (min-width:1900px) and (max-width:2100px){
.sec-evnt-date{
  right: 30px;
}
}
@media screen and (min-width:1510px) and (max-width:1800px){
  .container { max-width: 1500px; }
  /* Header */
  .sreach-home { display: none; }
  .serch-popup-2,.whishlist { display: block; text-align: center; }
  .header-btns { grid-template-columns: 0.2fr 0.5fr; grid-gap: 15px; justify-content: flex-end; }
  .cart a { justify-content: center; }
  .header-contact-btn { display: none; }
  .menu-primary-menu-container ul { gap: 50px; }

  /* Footer */
  .row.news-inp-btn div { max-width: 100%; }
  .menu-footer-menu-container ul { gap: 75px; }
  .news-form { gap: 10px; }
  p.news-text { font-size: 14px; }

}

@media screen and (min-width:1260px) and (max-width:1500px) {
  /* header */
  .home .header-wrap { padding: 0px 0; }
  .header-logo img { width: 100%; }
  .menu-primary-menu-container ul { gap: 35px; }
  .header-btns { grid-template-columns: 0.2fr 0.6fr; gap: 20px; justify-content: flex-end; }
  .book-appointment a { font-size: 14px; }

  /* Footer */
  .f2 { padding-left: 80px; }
  .ft-main-3 p a { line-height: 30px; }
  .copyright .container { padding: 15px 0.75rem; }
  .f1 .textwidget p { line-height: 28px; font-size: 14px; }
  .f1 .textwidget p { padding-top: 30px !important; }
  .f3 { padding-left: 0px; }

}
@media screen and (min-width:1440px) and (max-width:1500px) {

.banner-text-wrap{left: 5%;}
.rvw-box {
    bottom: 2%;
}
.testi-img img{
  height: auto;
}
.testimonials-content-scroll {
    max-height: 415px;
  }
  #footer input[type="submit"]{
    right: 22px;
  }
}
@media screen and (min-width:1200px) and (max-width:1439px) {

span.tbr-mail-id a, span.tbr-time {font-size: 13px;}
.banner-text-wrap{left: 10%;right: 40%;}
span.serch-popup-2 {margin-right: 0px !important;}
a.prgrm-read-btn{padding: 5px;}
a.progm-btn2{padding:5px 10px;}
.testi-img img{
  height: auto;
}
.rvw-box {
    bottom: 5%;
}
.testimonials-content-scroll {
    max-height: 408px;
  }
  h2.sclr-hd{
    font-size: 32px;
  }
  .blog-title a{
    font-size: 12px;
  }
}

@media screen and (min-width: 1010px) and (max-width:1250px){
  #footer input[type="submit"]{
    right: 19px;
  }
  #footer_box .socialbox i{
    margin-right: 32px;
  }
  a.copyright-btn, a.copyright-btn2,.footer-copy span, .footer-copy a {
    font-size: 16px;
  }
  /* Header */
  .mblmenu { width: 100%; height: 100vh; position: fixed; top: 60px; left: -100%; z-index: 99; background: #00000082; transition: 0.5s ease-in-out; }
  .close-sidebar i { color: #ffffff !important; }
  .mblmenu_blank { position: absolute; width: 100%; height: 100%; background: #00000087; overflow: hidden; z-index: 9; }
  .menu-primary-menu-container ul { flex-direction: column; gap: 0; line-height: 30px; }
  .side-navigation ul li { flex-direction: column; align-items: flex-start; height: 100% !important; width: 100%; border-bottom: 1px solid #ffffff; }
  .side-navigation ul li a { padding: 10px 15px; color: #ffffff; text-align: left; font-size: 15px; font-weight: 600 !important; width: 100%; line-height: 35px; }
  .side-navigation ul ul li { border-bottom: 1px solid #303030 !important; }
  .sub-menu li:hover a { color: #000000 !important; }
  .container { padding: 0 0.75rem; }
  #sidebar2 { height: 100vh; width: 50%; position: fixed; z-index: 9999999; top: 60px; left: -100%; overflow-x: hidden; transition: 0.5s ease-in-out; background-color: #CA6D68; }
  .buy-now-btn a { font-size: 12px; letter-spacing: 0; width: 75px; height: 40px; }
  .hamburger i:before {text-align: end !important;color: #000000 !important;}
  .serch-popup-2 button { padding: 0; }
  .innermenubox-2, .header-logo-2,.header-btns .cart { display: block; text-align: center; }
  .header-logo,.header-menu-2 { display: none; }
  .innermenubox-2 .headerbar .hamburger { display: flex; align-items: center; }
  .header-icon { margin: 0; grid-template-columns: 1fr 1fr; }
  
  .home .header-wrap { padding: 10px 0; }
  .header-logo-2 img { object-fit:cover; }
  .book-appointment a { font-size: 14px; height: 40px; text-align: center; }
  span.tbr-mail-id a, span.tbr-time {font-size: 10px;}

  /* Footer */
  .socialbox a i, .social_widget a i { font-size: 15px; width: 0px; }
  .f2 .widget-title, .f3 .widget-title, .f4 .top_title, .f4 h3.widget-title { font-size: 20px; line-height: 26px; }
  div#footer { padding: 0px 0; }
  .f1,.f2,.f3,.f4 { padding-left: 0px; }
  .custom-social-icons { width: 90%; padding-top: 30px; }
  .textwidget p { font-size: 14px; line-height: 26px; }
  .custom-social-icons { padding-top: 10px;  }
  .foot-col { grid-template-columns: 1fr 1fr 1fr; grid-row-gap: 20px; }
  .menu-footer-menu-container ul,.news-form { justify-content: center; }
  .f4 .custom-social-icons { width: 100%; }
  .row.foot-col { row-gap: 40px; }
  .f1 .textwidget p { padding: 15px 0 !important; font-size: 14px; }
  .f1 ul li a, .f2 ul li a, .f3 ul li a, .f4 ul li a, .ft-main-1 p a, .ft-main-2 p a, .ft-main-3 p a, .custom-html-widget p, .menu-footer-menu-container ul li a { line-height: 33px; }
  .f2 { padding-left: 20px; }
  .news-inp-btn div { width: 550px; }
  .footer-cols { padding: 30px 0; }
  .newsletter-text p { font-size: 14px; line-height: 24px; padding-bottom: 20px; }
  .copyright .container { padding: 20px 0.75rem; }
  .news-input input { height: 50px !important; }
  p.tag-input-btn { max-width: 40px; }
  p.tag-input-btn input { max-width: 40px; height: 45px !important; }
  p.tag-input-btn:before { font-size: 22px; }
  .f4 .custom-social-icons { padding-top: 25px; }

}
@media screen and (min-width: 1024px) and (max-width:1250px) {
  #header{
    position: static;
  }
  span.hdr-cart,span.serch-popup-2,span.tbr-wishlist {
    margin-right: 12px !important;
  }
  a.cont-hdr-btn {
    font-size: 12px;
    padding: 12px 6px;
  }
}
@media screen and (min-width: 768px) and (max-width:1023px) {
  #header{
    position: static;
  }
  #footer_box .socialbox i{
    margin-right: 18px;
  }
}
@media screen and (min-width: 660px) and (max-width:1000px) {
  .container-fluid {
    padding: 0px 40px;
  }
#footer input[type="submit"]{
    right: 18px;
  }
  /* Top Bar */

  .mblmenu { width: 100%; height: 100vh; position: fixed; top: 60px; left: -100%; background: #00000054; transition: .5s ease-in-out; }
  .close-sidebar i { color: #ffffff !important; }
  .mblmenu_blank { position: absolute; width: 100%; height: 100%; background: #00000087; overflow: hidden; z-index: 9; }
  .menu-primary-menu-container ul li a { padding: 0px 35px; }
  .innermenubox-2,.header-logo-2 { display: block; text-align: center; }
  .menu-primary-menu-container ul { flex-direction: column; gap: 0; }
  .side-navigation ul li { flex-direction: column; align-items: flex-start; height: 100% !important; width: 100%; border-bottom: 1px solid #ffffff; }
  .side-navigation ul li a { padding: 10px 15px; color: #ffffff; text-align: left; font-size: 15px; font-weight: 600 !important; width: 100%; line-height: 30px; }
  .side-navigation ul ul li { border-bottom: 1px solid #303030 !important; }
  .sub-menu li:hover a { color: #000000 !important; }

  /* Header */
  .container { padding: 0 0.5rem; }
  .header_row { padding: 10px 0rem; }
  #sidebar2 { height: 100vh; width: 50%; position: fixed; z-index: 9999999; top: 60px; left: -100%; overflow-x: hidden; transition: .5s ease-in-out; background-color: #CA6D68; }
  .innermenubox,.header-logo,.header-contact-btn,.header-menu-2,.header-icon .cart { display: none; }
  .buy-now-btn a { font-size: 12px; letter-spacing: 0; max-width: 120px; height: 40px; }
  div#open_nav { display: flex; align-items: center; justify-content: flex-start; }
  .hamburger i:before { text-align: end !important; color: #000000 !important; }
  
  .menu-primary-menu-container ul li.current-menu-item:before { left: 8%; transform: translateX(-8%); }
  .home .header-wrap { position: relative; padding: 0px 0; }
  .header-wrap { padding: 0; }
  .header-icon-wrap { grid-template-columns: 0.5fr 0.5fr; }
  .header-icon { padding-right: 15px; gap: 25px; }
  .header-btns { grid-template-columns: 0.5fr 1fr; }
  .serch-popup-2 { text-align: right; }
  .book-appointment a { font-size: 12px; height: 40px; }

  /* Footer */
  div#footer { padding: 0px 0; }
  .textwidget p { padding-top: 0px; margin: 0; }
  .custom-social-icons { padding-top: 0px; }
  .custom-social-icons a { padding-right: 0px; }
  .socialbox a i, .social_widget a i { font-size: 22px; }
  .f3 { padding-left: 0rem; }
  .foot-col { row-gap: 40px !important; }
  p.tag-input { width: 100%; }
  .menu-footer-menu-container ul { gap: 70px; justify-content: center; }
  .news_form { width: 100%; max-width: 100%; }
  .news-form { justify-content: space-between; grid-gap: 0; }
  .f1 ul li a, .f2 ul li a, .f3 ul li a, .f4 ul li a, .ft-main-1 p a, .ft-main-2 p a, .ft-main-3 p a, .custom-html-widget p,.menu-footer-menu-container ul li a { line-height: 40px; }
  .f2,.f4 { padding-left: 70px; }
  h3.widget-title, h3.top_title, .custom-html-widget h3, p.news-text { padding: 0 0 15px; }
  .footer-signup-form { padding: 30px 0; }
  .footer-signup-form { flex-direction: column; gap: 25px; }
  .f-signup-text { width: 100%; }
  .f-signup-text h2,.f-signup-text p { text-align: center; }
  .f1 .textwidget p { padding: 15px 0 !important; font-size: 14px; }
  .footer-cols { padding: 30px 0; }
  .copyright .container { padding: 20px 0.5rem; }
  .about_me h3 { padding: 0; }
  .newsletter-text p { font-size: 14px; line-height: 24px; padding-bottom: 15px; }
  .news-input input { height: 50px !important; }
  p.tag-input-btn { max-width: 40px; }
  p.tag-input-btn input { max-width: 40px; height: 40px !important; }
  p.tag-input-btn:before { font-size: 20px; }
  .f4 .custom-social-icons { padding-bottom: 25px; }

}

@media screen and (max-width:767px) {
  body.admin-bar .topbar {
    margin-top: 46px;
  }
   #wpadminbar {
      position: fixed;
  }
  #header{
    position: static;
  }
  .container-fluid {
    padding: 0 20px;
  }
  #footer_box .socialbox i{
    margin-right: 18px;
  }
  #footer input[type="submit"]{
    right: 16px;
  }
  aside#nav_menu-1,aside#nav_menu-2,aside#nav_menu-3 {
    display: inline-block;
  }
  
  section#clearance_sale .owl-nav{display: none;}
  i.featr-icon{font-size: 35px !important;}

  /* Top Bar */
  .top-mail,.top-location { display: none; }
  
  /* Header */
  .container { padding: 0 0.75rem; }
  .header_row { padding: 5px 0rem; }
  .home .header-wrap { position: relative; top: 0; padding: 0; }
  .buy-now-btn a { font-size: 11px; letter-spacing: 0; width: 85px; height: 35px; margin: 0 0 0 auto; }
  .hamburger i:before,.hamburger i {text-align: end !important;font-size: 24px !important;}
  div#open_nav { justify-content: end; display: flex;}
  #sidebar2 { height: 100vh; width: 100%; position: fixed; z-index: 9999999; top: 55px; left: -100%; transition: .5s ease-in-out; overflow-x: hidden; transition: .5s; background-color: #CA6D68; }
  .innermenubox,.header-logo,.header-icon .cart,.header-menu-2,.account,.header-icon,.book-appointment {display: none;}
  .header-logo-2 { display: block; text-align: center; }
  .innermenubox-2 {display: flex;justify-content: center;align-items: center;height: 100%;padding-right: 0px;}
  .menu-primary-menu-container ul { flex-direction: column; gap: 0}
  .header_row { padding: 10px 0rem 10px; }
  .side-navigation ul li { height: 100% !important; width: 100%; border-bottom: 1px solid #ffffff; }
  .menu-primary-menu-container ul li { height: 75px; flex-direction: column; align-items: flex-start; }
  .side-navigation ul li a { padding: 0px 15px; color: #ffffff; line-height: 54px; text-align: left; font-size: 15px; font-weight: 600 !important; width: 100%; }
  .header-menu-icons { grid-template-columns: 1fr 0.5fr 1fr; }
  .header-wrap { padding: 0; }
  .header-btns { grid-template-columns: 1fr; }
  .header-logo-2 img { width: 100%; max-width: 90%; }
  .serch-popup-2 { text-align: end; }




  /* Footer */
  .textwidget p { font-size: 14px; line-height: 34px; }
  div#footer { padding: 0px 0; }
  .textwidget p { padding: 0px; margin: 0px 0 0; }
  .socialbox a i, .social_widget a i { font-size: 12px; }
  .f1,.f2,.f3,.f4 { padding-left: 0; margin-bottom: 0px; }
  .newsletter-text h2,.f2 .widget-title, .f3 .widget-title, .f4 .top_title, .f4 h3.widget-title,.custom-html-widget h3,h3.top_title { font-size: 26px; padding: 0px 0 5px; line-height: 35px; font-weight: 600; }
  .f1 aside { text-align: left; }
  .footer-copy p, .footer-copy a { font-size: 14px; }
  .main_sociobox { flex-direction: column; justify-content: center; gap: 10px; }
  .foot-col { row-gap: 30px !important; }
  .menu-footer-menu-container ul { gap: 20px; justify-content: center; }
  .news-form { flex-direction: column; gap: 10px; }
  .news-inp-btn div  { width: 100%; }
  .f1 aside { text-align: center; }
  p.news-text { padding: 0; }
  .f4 .custom-social-icons { padding-top: 30px; }
  .f1 ul li a, .f2 ul li a, .f3 ul li a, .f4 ul li a, .ft-main-1 p a, .ft-main-2 p a, .ft-main-3 p a, .custom-html-widget p, .menu-footer-menu-container ul li a { line-height: 36px; }
  p.tag-input-btn { max-width: 45px; }
  p.tag-input-btn input { max-width: 45px; font-size: 14px; height: 40px !important; }
  .footer-cols { padding: 30px 0; }
  .f1 .textwidget p { font-size: 14px; padding: 20px 0 10px !important; }
  .newsletter-text p { font-size: 14px; padding-bottom: 15px; }
  .copyright .container { padding: 20px 0.75rem; }
  .news-input input { height: 45px !important }
  p.tag-input-btn:before { font-size: 20px; }
  .git-f input::placeholder, .git-f select { font-size: 14px; }
}
/* hide native checkbox */
.mobile-toggle { position: absolute; left: -9999px; }

/* hamburger visible only on mobile (adjust breakpoint as needed) */
.hamburger {
  display: none;
  cursor: pointer;
  z-index: 10002;
}
@media (max-width: 1250px) {
  .hamburger { display: inline-block; }
  ul.sub-menu li {
  height: auto !important;
  padding: 0px 15px;
  margin: 0px;
}
ul.sub-menu li { 
  border-bottom: 1px solid #ffffff !important;
   }
}

/* sidebar initial state (hidden off-screen) */
.mobile-sidebar {
  position: fixed;
  top: 40px;
  left: 0;
  height: 100vh;
  width: 80vw;            /* change to 50% if you want like earlier */
  max-width: 420px;
  transform: translateX(-100%);
  transition: transform .35s ease;
  background: #CA6D68;
  z-index: 10001;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-sidebar-close {
    text-align: right;
    padding: 10px;
}
/* content inside sidebar */
.mobile-sidebar-inner {
  color: #fff;
}

/* overlay hidden by default */
.mobile-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease, visibility .35s;
  z-index: 10000;
}

/* when checked -> show sidebar & overlay */
.mobile-toggle:checked ~ .mobile-sidebar {
  transform: translateX(0);
}
.mobile-toggle:checked ~ .mobile-overlay {
  opacity: 1;
  visibility: visible;
}

/* close button and adjustments */
.close-btn { cursor: pointer; display:inline-block; color:#fff; font-size:22px; }
.mobile-sidebar .mobile-menu-list { 
    list-style: none;
    margin: 0;
    padding-left: 0; 
  }
.mobile-sidebar .mobile-menu-list li { 
  border-bottom: 1px solid #ffffff;
   }
.mobile-sidebar .mobile-menu-list a {
  text-decoration:none;
  display:block;
  padding: 10px 15px;
  color: #ffffff;
  text-align: left;
  line-height: 35px;
  }

/* hide on desktop */
@media (min-width: 1251px) {
  .mobile-sidebar, .mobile-overlay, .hamburger { display: none; }
}
/* Animation for each menu item */
@keyframes mobileMenuSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* When mobile menu opens, animate items */
.mobile-toggle:checked ~ .mobile-sidebar .mobile-menu-list li {
  opacity: 0; /* start hidden */
  animation: mobileMenuSlideIn 0.4s forwards;
}

/* Stagger each li with delay */
.mobile-toggle:checked ~ .mobile-sidebar .mobile-menu-list li:nth-child(1) {
  animation-delay: 0.3s;
}
.mobile-toggle:checked ~ .mobile-sidebar .mobile-menu-list li:nth-child(2) {
  animation-delay: 0.4s;
}
.mobile-toggle:checked ~ .mobile-sidebar .mobile-menu-list li:nth-child(3) {
  animation-delay: 0.5s;
}
.mobile-toggle:checked ~ .mobile-sidebar .mobile-menu-list li:nth-child(4) {
  animation-delay: 0.6s;
}
.mobile-toggle:checked ~ .mobile-sidebar .mobile-menu-list li:nth-child(5) {
  animation-delay: 0.7s;
}
.mobile-toggle:checked ~ .mobile-sidebar .mobile-menu-list li:nth-child(6) {
  animation-delay: 0.8s;
}
/* keep adding nth-child if you have more menu items */
@keyframes sidebarFadeIn {
  0% { transform: translateX(-100%); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

.mobile-toggle:checked ~ .mobile-sidebar {
  animation: sidebarFadeIn 0.7s ease forwards;
}
