 /* Minimal header/mobile navigation styles for Home Decor Style */

/* Base hamburger icon sizing (desktop + mobile) */
.hamburger-menus{
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition: .1s;
  transition: .1s;
  margin: 5px 15px;
  cursor: pointer;
  display: inline-block;
  z-index: 10;
  display: none;
}

.hamburger-menus span{
  display: block;
  width: 4px;
  height: 4px;
  margin: 1px;
  border-radius: 50%;
  background: #ff5a1f;
}

/* ===== Mobile off-canvas navigation (hamburger) ===== */
@media screen and (max-width: 992px){
  /* Full-screen container; only left panel is visible */
  .navigation.main-navigation{
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999;
    pointer-events: none; /* disabled until menuopen */
  }

  /* Dark overlay behind panel */
  .navigation.main-navigation .overlaybg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.55);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  /* Slide-in panel from left */
  .navigation.main-navigation .menu-wrapper{
    position: absolute;
    top: 0;
    left: -280px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    box-shadow: 4px 0 20px rgba(0,0,0,0.25);
    padding: 20px 15px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: left 0.25s ease;
  }

  /* Vertical list inside panel */
  .navigation.main-navigation .mainmenu{
    display: block;
    text-align: left;
  }

  .navigation.main-navigation .mainmenu li{
    display: block;
    margin: 0 0 4px 0;
  }

  .navigation.main-navigation .mainmenu>li>a{
    display: block;
    padding: 10px 5px;
    font-size: 15px;
    line-height: 1.4;
    border-bottom: 1px solid #f0f0f0;
  }

  /* Submenu styling inside panel */
  .navigation.main-navigation .mainmenu ul.sub-menu{
    position: static;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 5px 0 5px 10px;
    margin: 0;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
  }

  .navigation.main-navigation .mainmenu ul.sub-menu li a{
    padding: 8px 5px;
    font-size: 14px;
    border-bottom: 0;
  }

  /* When menu is open (toggled by JS) */
  .navigation.main-navigation.menuopen{
    pointer-events: auto;
  }

  .navigation.main-navigation.menuopen .overlaybg{
    opacity: 1;
    visibility: visible;
  }

  .navigation.main-navigation.menuopen .menu-wrapper{
    left: 0;
  }
}

 /*----------------------------------------*/
/* Header
/*----------------------------------------*/
.ht-site-title a, .site-title a {color: #fff;}

header.site-header {    
    z-index: 99999;
    position: absolute;
    width: 100%;
    padding: 0em 0;
}    
.header-fixed {
    position: fixed !important;
    top: -70px;
    left: 0;
    width: 100%;
    background: #fff;
    max-width: 100%;
    z-index: 99999;
    transform: translateY(70px);
    transition: transform 500ms ease;
    background: 200ms ease;
}
.customize-partial-edit-shortcut button, .widget .customize-partial-edit-shortcut button{
    display: none;
}

img.header-waveimg{
    position: relative;
    bottom: -8px;
} 
.header-bg-overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    opacity: 1;
    background-color: #000;
}

.top-bar-head{
    padding: 0px;
    width: 100%;
    display: inline-block;
    border-radius: 0px;
    z-index: 999;
    position: relative;
} 
.mainbottom-header.top-bar-head.bottom-header .header-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 4px;
    background: linear-gradient( to top,transparent -11%,#06332e 106% );
    opacity: 0.95;
    background-size: cover;
    z-index: -1;
   } 
.top-bar-head .header-bottom-border{
    border-bottom: 1px solid #dad3c9;
    position: relative;
    bottom: 4px;
    left: 18px;
    opacity: 0.5;
}
/*---------------- top header css-------------------*/
.top-bar-header {
    padding: 10px 0 ;
    background: linear-gradient(to right, #101828, #1e2939, #101828);
    position: relative;
}
.top-bar-header .header-time {
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    font-weight: 400;
}

.top-bar-header .header-time i {
    margin-right: 26px;
}


.top-bar-header ul li.top-design span{
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    font-weight: 400 !important;
    letter-spacing: 0.53px;
}

.top-bar-header ul li.top-design:hover a svg {
    transform: scale(1.2);
    transition: all 0.9s;
}


.top-bar-header ul li.top-design {
    margin-right: 57px;
}

.top-bar-header ul li.top-design span svg {
    margin-right: 6px;
}


.top-bar-header ul li.top-design span svg{
    color: #fff;
    width: 16px;
    height: 16px;
}

.top-bar-header ul li.top-design i {
    margin-right: 10px;
    color: #FFC000;
    font-size: 20px;
}

.site-header .socials {text-align: right;}

.top-bar-header .socials .share-btn ul li a {
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
    line-height: 1.4;

}

.top-bar-header .socials .share-btn ul li:nth-child(4) a {
    margin-right: 3px;
}
.top-bar-header .socials .share-btn ul li.share-button a i {
    display: none;
}


.top-bar-header .socials .share-btn ul li a:hover {
    color: #fff;
    transform: scale(1.2);
    transition: all 0.9s;
}

.top-bar-header .socials .share-btn ul li a:before {
    z-index: 2;
    position: relative;
}


/*----------------end top header css-------------------*/

/*---------------- Bottom header css-------------------*/

.bottom-bar-header {
    position: relative;
}

.peccular-head-number {
    position: relative;
}
.peccular-head-number a {
    font-size: 31px;
    line-height: 44px;
    color: #FCFCFC;
    font-weight: 500 !important;
    position: relative; 
    top: 15px;
    left: 0;
    padding-left: 90px;
}
.buttondesign a.btn-look {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500 !important;
    letter-spacing: 0.78px;
    font-family: 'Poppins';
    color: #FFFFFF;
    background-color: #ff5a1f;
    padding: 0px 35px;
}

.buttondesign a.btn-look svg {
    font-size: 14px;
    width: 14px;
    height: 14px;
}
.first-word {
  background: linear-gradient(to right, #00c6ff, #3b82f6, #06d6a0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.fa-solid, .fas{
    font-weight: 600!important;
}
.head-number-overlay {
    position: absolute;
    left: 73%;
    right: 0;
    top: 10px;
    bottom: 10px;
    background: #1E2452;
}
span.phone-num-bg {
    background: #FCCC00;
    height: 74px;
    width: 68px;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-bottom: 0;
    border-top: 0;
    z-index: 2;
}
span.phone-num-bg i {
    font-size: 38px;
    left: 22px;
    position: relative;
    top: 20px;
    color: #000;
}
.textright {
    text-align: right;
    align-content: center;
}


span.phone-num-bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: #FCCC00;
    margin: 0 auto;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 50% 100%, 0 30%);
    z-index: 2;
}


span.phone-num-bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 50% 100%, 0 30%);
    z-index: 1;
}
/*----------------end Bottom header css-------------------*/

.border-right {
    border-right: 1px solid #b4b4b4;
}
.space {
    padding: 15px 20px;
}
.maintop-header .header-shopbtn{
    background: #FF5B4A;
    color: #FFFFFF;
    border-radius: 10PX;
    padding: 5px 20px;
    line-height: 37px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.maintop-header .header-shopbtn:hover{ color: #fff; }
.maintop-header .header-shopbtn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
.maintop-header .header-shopbtn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
.maintop-header .header-shopbtn:hover:before{
    border-width: 180px 0 0 180px;
    border-color: #FF5B4A;   
    width: 50%;
      transition: all 0.6s ease 0s;
}
.maintop-header .header-shopbtn:hover:after{
    border-width: 0 180px 180px 0;
    border-color: #FF5B4A;
    width: 51%;
    transition: all 0.6s ease 0s;
}

.maintop-header ul li i.fa-shopping-cart{
    font-size: 30px;
    color: #fff;
    padding: 7px 10px 0 0px;
}
.maintop-header ul li .total-count{
    position: relative;
    overflow: hidden;
}
.maintop-header ul li .count{
    background: #FB1129;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff; 
    padding: 0px 4px;
    position: absolute;
    top: 0px;
    left: 17px;
    line-height: 20px;
}

.maintop-header .head-Phone-contact i.fa-volume-control-phone {
    color: #FF5B4A;
    margin-right: 15px;
    font-size: 32px;
    position: relative;
    top: 4px;
    transform: rotate(-52deg);
}
.maintop-header .head-Phone-contact span {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

/*inside hamburgur phone nmber*/
.head-Phone-contact_inside i.fa-volume-control-phone {
    color: #FF5B4A;
    margin-right: 15px;
    font-size: 32px;
    position: relative;
    top: 4px;
    transform: rotate(-52deg);
}
.head-Phone-contact_inside span {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.head-Phone-contact_inside {
       text-align: center;
       display: none;
           margin-top: 20px;
}
.Head-btn_inside{
    display: none;
    text-align: center;
        margin-top: 20px;
}
 .Head-btn_inside .header-shopbtn{
    background: #FF5B4A;
    color: #FFFFFF;
    border-radius: 10PX;
    padding: 5px 10px;
    line-height: 33px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.maintop-header ul li a:hover, .maintop-header ul li a.h-phone:hover{color: #fcf900;}
.maintop-header .Head-top-cont{
    list-style: none;
    float: left;
    line-height: 45px;
    margin-top: 15px;
}
.Head-top-cont {
       text-align: center;
}
header.site-header .peccular-head-nav  {
  position: relative;
    align-self: center;
}
header.site-header .peccular-head-btn {
    /* position: relative; */
    padding: 0 3px 0 0;
    align-self: center;
}
header.site-header .peccular-head-btn .head-btn a{
    position: relative;
    border: 1px solid #FF5B4A;
    text-align: center;
    padding: 8.67px 26.61px 8.33px 26.39px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    overflow: hidden;
    z-index: 2;
    background: transparent;
    top: 0;
    display: inline-block;
}

header.site-header .peccular-head-btn .head-btn a{
    color: #fff;
}

.bottom-bar-header .buttondesign a.btn-look span {
    font-weight: 500 !important;
}
header.site-header .peccular-head-btn .head-btn a:before {
    content: "";
    position: absolute;
    transition: top 0.3s ease-in 0.3s, width 0.3s ease-out, height 0.3s ease-out;
    -webkit-transition: top 0.3s ease-in 0.3s, width 0.3s ease-out, height 0.3s ease-out;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FF5B4A;
    z-index: -1;
}
header.site-header .peccular-head-btn .head-btn a:before {
     background-color: #FF5B4A;
}
header.site-header .peccular-head-btn .head-btn a:hover:before {
    transition: top 0.3s ease-in, width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    -webkit-transition: top 0.3s ease-in, width 0.3s ease-out 0.3s, height 0.3s ease-out 0.3s;
    top: 50%;
    width: 102%;
    height: 200px;
}

header.site-header .head-Phone-contact a {
    font-size: 20px;
    font-weight: 600;    
    margin: 0;
    color: #fff;
    transition: all 0.3s ease 0s;
}
header.site-header .head-Phone-contact a:hover {
    color: #000;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
}

.maintop-header ul li a.h-phone {
    color: #fff;
    margin-right: 8px;
}
.maintop-header ul li a.h-email {
    color: #b3b2b2;
}

.site-header .site-navigation {
    padding: 0px 0;
    float: right;
}

.site-header .header-fixed .site-navigation {
    text-align: left;
    padding: 0;
    float: left;
}


/*--------------------  General Header container---------------------------*/
.container.hr-btm {
    padding-right: 0;
    margin-right: 0;
}
/*--------------------  Site logo & title ---------------------------*/
.ht-site-description,
.ht-site-description,
.page .ht-site-description,
.single .ht-site-description{
    color: #1E2452 ;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    padding: 12px 0px 0px 0;
}
.ht-site-description a,
.ht-site-description a,
.page .ht-site-description a,
.single .ht-site-description a  {
    color: #1E2452;
}
.logo-header,
.logo-header,
.page .logo-header,
.single .logo-header{
    margin: 0 ;
}

.header-transparent .sticky-header .logo-header{
    top: 12px !important;
}
.ht-site-title,.site-title,
.ht-site-title, .site-title,
.page .ht-site-title, .page .site-title,
.single .ht-site-title, .single .site-title
 {
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
    padding: 0;
    color: #000;
    margin-top: 0;
    text-align: left;
}
.ht-site-title a,.site-title a{
    word-break: break-all;
}
.ht-site-title a,
.ht-site-title a,
.page .ht-site-title a,
.single .ht-site-title a{
    color:#4a8cec;
}
/*--------------------  Site logo & title responsive ---------------------------*/
@media screen and (min-width: 320px) and (max-width: 475px){
    .ht-site-description{
        text-align: center;
    }
}
@media only screen and (max-width: 992px){
    .ht-site-description {
        padding: 8px 2px;
    }
}

/*--------------------  contact details ---------------------------*/
ul.h-contact,
ul.h-contact,
.page ul.h-contact,
.single ul.h-contact {
    text-align: center;
    margin: 0;
    padding: 8px 0;
}
ul.h-contact li,
ul.h-contact li,
.page ul.h-contact li,
.single ul.h-contact li{
    float: left;
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 20px;
}
ul.h-contact li i,
ul.h-contact li i,
.page ul.h-contact li i,
.single ul.h-contact li i{
    padding-right: 10px;
    font-size: 20px;
}
.h-mailid a, .h-phone a,
.h-mailid a, .h-phone a,
.page .h-mailid a, .page .h-phone a,
.single .h-mailid a, .single .h-phone a{    
    color: #ffffff;
    font-size: 18px;    
}
.h-contact,
.page .h-contact,
.h-contact,
.single .h-contact{
    text-align: center;
}
.h-mailid a i, .h-phone a i,
.h-mailid a i, .h-phone a i,
.page .h-mailid a i, .page .h-phone a i,
.single .h-mailid a i, .single .h-phone a i{    
    color: #ffffff;
    font-size: 22px;  
    padding-right: 6px;  
}
.h-phone a i,
.h-phone a i,
.page .h-phone a i,
.single .h-phone a i{    
    margin-bottom: 15px;
}
.h-mailid a:hover,.h-phone a:hover,
.h-mailid a:hover, .h-phone a:hover,
.page .h-mailid a:hover, .page .h-phone a:hover,
.single .h-mailid a:hover, .single .h-phone a:hover{
    color: #000;
}
.h-contact-block,
.h-contact-block,
.page .h-contact-block,
.single .h-contact-block  {
    background: -webkit-gradient(to right,#783afd 0%,#4971f4 20%,#4971f4 50%,#783afd 100%);
    background: linear-gradient(to right,#783afd 0%,#4971f4 20%,#4971f4 50%,#783afd 100%);
    background-size: 500%;
    text-align: center;
    padding: 1.5em 0;
    border-radius: 0 0 15px 0;
    position: relative;
    right: -1px;
}
/*---------------- contact details responsive -----------------*/
@media only screen and (max-width: 767px) and (min-width: 520px){
   .col-md-2.col-sm-4.col-xs-12.wd {
        width: 33%;
    }
   .col-md-6.col-sm-4.col-xs-12.wd {
        width: 35%;
    }
    .col-md-4.col-sm-4.col-xs-12.wd {
        width: 32%;
    }

}

/*--------------------  Navigation ---------------------------*/
.navigation .mainmenu li{
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 20px;
}
.navigation .mainmenu>li>a {
    display: block;
    font-size: 18px;
    padding: 15px 16px 15px 8px;
    font-weight: 400;
    line-height: 27px;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    letter-spacing: 0px;
    color: #090909;
}
.navigation .mainmenu li.current_page_item a, .current_page_item > a,
.navigation .mainmenu li a:hover,
div#navbarNavDropdown li.current_page_item a:hover, 
.current_page_item > a:hover{
    color:  #111827;
    background: #fbf9fa;
}

.navigation .mainmenu li a  {
    color: #0b0b0b;
}
header.site-header ul.sub-menu li a, 
.navigation .mainmenu li.current_page_item ul.sub-menu li a,
.header.site-header ul.sub-menu li a{
    color: #0b0b0b;
 }
 .header.site-header ul.sub-menu ul li a {
    color: #0b0b0b;
}

.menu-click i{
    color: #783afd;
 }

.navigation .mainmenu ul.sub-menu li.current_page_item a:hover, 
ul.sub-menu .current_page_item > a, 
div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover, 
ul.sub-menu .current_page_item > a:hover, 
ul.sub-menu li a:hover, 
div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover {
        color: #fff;
  }
.header.site-header ul.sub-menu li a:before {
    color:#FF5B4A;
  }
.navigation .mainmenu ul.sub-menu li{
    display: block;
    position: relative;
    line-height: normal;
    margin-right: 0 !important;
}
.navigation .mainmenu ul.sub-menu li:last-child{border-bottom:none !important;}
.navigation .mainmenu li:hover ul.sub-menu li{
    opacity: 1;
    visibility: visible;
    /* background: #002434; */
    border-radius: 0;
    margin-bottom: -2px;
/*    box-shadow: 0px 5px 30px #aaa;*/
}

.navigation .mainmenu li:hover ul.sub-menu li a{
    border: none;
}
.navigation .mainmenu li.current_page_item:hover ul.sub-menu li:hover, .navigation .mainmenu li:hover ul.sub-menu li a:hover {
    border-radius: 0 !important;
    background-color: #f5f5f5  ;
}

header.site-header ul.sub-menu li a, .navigation .mainmenu li.current_page_item ul.sub-menu li a,
.header.site-header ul.sub-menu li a, .header.site-header ul.sub-menu li a:before, header.site-header ul.sub-menu li a:hover, .navigation .mainmenu ul.sub-menu li.current_page_item a, ul.sub-menu .current_page_item > a, div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover, ul.sub-menu .current_page_item > a:hover, 
div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover, .header.site-header ul.sub-menu li:hover a {
    color: #fff;
}
.header.site-header ul.sub-menu li:hover a  {
    background: none;
    color: #111827;
    border-radius: 0px;
    border: none;
    overflow: hidden;
}
.navigation .mainmenu ul.sub-menu li a{
    list-style-type: none;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.header.site-header ul.sub-menu li a{
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
.header.site-header ul.sub-menu li a  {
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.4em;
    letter-spacing: .05em;
}


/*----------------nav responsive -----------------*/

@media only screen and (min-width: 1300px){
    .navigation .mainmenu ul.sub-menu li,
    .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
    }
    .navigation .mainmenu li:hover ul.sub-menu,
    .navigation .mainmenu li:hover ul.sub-menu,
    .page .navigation .mainmenu li:hover ul.sub-menu,
    .single .navigation .mainmenu li:hover ul.sub-menu {
        left: auto;
        top: 86px;
        text-align: left;
        pointer-events: auto;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .navigation .mainmenu li:hover ul.sub-menu ul {
        top: 50px;
        right: -5px;
    }
    .navigation .mainmenu li ul ul.sub-menu{
        top: 60px;
     }
    .navigation .mainmenu ul.sub-menu li,
    .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li ,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
        padding: 0;
        /* background: #0d1f2d; */
    }
}


@media only screen and (max-width: 1024px){
    
   
  
   .h-contact-block, .h-contact-block, .page .h-contact-block, .single .h-contact-block {
         right: 0px; 
    }
    #steps .peccular-steps-icon span {
        left: 5px;
        width: 45px;
        height: 45px;
    }
}
@media only screen and (max-width: 992px){
    .navigation .mainmenu li:hover ul.sub-menu li {
         opacity: 1;
        visibility: visible;
        background: none;
        margin-bottom: -2px;
    }
    .menu-click {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 0;
}
    .navigation .mainmenu li a, .page .navigation .mainmenu li a, .single .navigation .mainmenu li a, .error404 .navigation .mainmenu li a {
    font-size: 18px;
    border: none;
}
    .maintop-header .Head-top-cont .head-Phone-contact {
    display: none;
}
.maintop-header .Head-top-cont .Head-btn {
    display: none;
}
.head-Phone-contact_inside {
    display: block;
}
.Head-btn_inside {
    display: block;
}
.menu-content {
    padding: 0;
    text-align: left;
    margin-top: 12px;
    position: relative;
    left: 0!important;
    width: 100%;
    margin-right: 5em;
}
    .navigation {
    width: 255px;
    height: 100%;
    position: fixed;
    left: -100%;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 99999;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #fff;
}
   .navigation .mainmenu li {
        display: block;
        position: relative;
        line-height: normal;
        margin-right: 35px;
        margin: 0;
        padding: 0;
    } 
    .navigation .mainmenu>li>a {
        padding: 5px 20px;
    }
    .hamburger-menus{
        width: 30px;
        height: 30px;
        position: absolute;
        -webkit-transition: .1s;
        transition: .1s;
        margin: 5px 15px;
        cursor: pointer;
        display: inline-block;
        float: right;
        z-index: 1;
    }
}
@media screen and ( min-width: 992px) and (max-width: 1199px){
    .navigation .mainmenu li a,
    .page .navigation .mainmenu li a,
    .single .navigation .mainmenu li a, 
    .error404 .navigation .mainmenu li a{ font-size: 15px !important; }
    .navigation .mainmenu {  text-align: left;}
}
@media screen and ( min-width: 320px) and (max-width: 425px){
    .maintop-header ul li:last-child {  margin-left: 0em !important; }
}
@media screen and ( min-width: 320px) and (max-width: 1199px){
    .ht-site-description,
    .ht-site-description, 
    .page .ht-site-description,
    .single .ht-site-description{      padding: 0px 0px 0px 0px;
    text-align: center;}
}
@media screen and ( min-width:992px) and (max-width: 1199px){
 /* .maintop-header ul li:last-child {  margin-left: 1em; } */
}

/*----------------------------------------*/
/*  HOME PAGE COMMON AREA
/*----------------------------------------*/

.peccular-section-head {
    text-align: left;
}
.peccular-section-head h2{
    margin-bottom: 0px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.78px;
}

.peccular-section-head h3{
    margin: 0;
    padding: 0;
    margin-bottom: 17px;
    color: #060000;
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.peccular-section-head .peccular-section-head-icon i{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}
#services .service-bg,
#features .features-bg,
#project .project-bg,
#contactinfo .contactinfo-bg,
#about .about-bg,
#counter .counter-bg,
#steps .steps-bg,
#project .project-bg,
#banner .banner-bg,
#testimonials .testimonials-bg,
#team .team-bg,
#pricing .pricing-bg,
section#faqcontact .contact-bg,
#blog .blog-bg,
#ourclient .ourclient-bg,
#newsletter .newsletter-bg,
#footer .footer-bg,
#support .support-bg,
#story .story-bg,
#work .work-bg,
#call .call-bg,
#feature .feature-bg,
#ourbrands .ourbrands-bg,
#contact .contact-bg,
header.site-header .header-bg,div#courses .course-bg,#featuredproducts .featuredproducts-bg,#blog-quick .blog-bg,#appointment .appointment-bg,
#best-seller-products .bestsellerproducts-bg,#productcat_section .productcat-bg,#process-commitment .process-commitment-bg,#collections .collections-bg,#banner .banner-bg,
.slider-area .slider-bg
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
#services,
#features,
#project,
#contactinfo,
#about,
#counter,
#steps,
#project,
#banner,
#testimonials,
#team,
#pricing,
#contact,
#blog,
#ourclient,
#newsletter,
#support,
#work,
#call,
#footer,
#feature,
section#faqcontact{
    position: relative;
    overflow: hidden;
}
.peccular-section-head {
    position: relative;
}

/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/

.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{
   position: absolute;
    left: 50%;
    bottom: 5.5% !important;
}

.swiper-pagination-bullet {
  position: relative;
    bottom: 6.5% !important;
    width: 12px !important;
    text-align: center !important;
    right: 50% !important;
    height: 12px !important;
    background: rgba(255, 255, 255) !important;
    border-radius: 50px !important;
    cursor: pointer;
    transition: 0.3s ease;
}
.swiper-pagination-bullet-active{
    opacity: 1;
    width: 35px !important;
    background: #fdd400 !important ;    
}
.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}
#slider{
    position: relative;
}
.slider-area{    
    position: relative;
    display: block;
    z-index: 1;
    background: linear-gradient(to bottom right, #f9fafb, #f3f4f6);
    position: relative;
    overflow: hidden;
}

header.site-header .header-bg{
    background-image: linear-gradient(#00d3f3 1px, transparent 1px), linear-gradient(to right, #00d3f3 1px, transparent 1px);
    background-size: 21px 21px;
    opacity: 0.04;
}
.hero-style {
    transition: all .4s ease;
}
.hero-slider {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
}
.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;    
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.slider-area img.slide-mainimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-area .slide-inner svg{  
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 1;
}
.slider-area .slide-inner svg path{
   fill: #FF5B4A !important;
}


.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 7px 4px !important;
}



/*******************************
 * SLIDER CONTROLS
 *******************************/
#slider .slider-controls {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 24px;
}

#slider .arrow {
    background: rgba(255,255,255,0.2);
    padding: 12px;
    border-radius: 50%;
    backdrop-filter: blur(4px);
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

#slider .arrow:hover {
    background: #ff5a1f;
}

#slider .dots {
    display: flex;
    gap: 8px;
}

#slider .dot {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
}

#slider .dot.active {
    width: 40px;
    background: #fdd400;
    border-radius: 12px;
}


/* end */

.hero-style ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slide-btns-2.animated.fadeInDownBig, .slide-btns-1.animated.fadeInDownBig  {
    position: relative;
    z-index: 5;
    display: inline-block;
}
.sliderbtns{
    margin-top: 16.39px;
}
.slider-im{
    z-index: 1;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, 0%);
}


#slider .owl-theme .owl-dots, .owl-theme .owl-nav{
    display: none!important;
}

#slider .owl-carousel .peccular-slider-logo{
    text-align: -webkit-center;
}
#slider .swiper-slide .image-container {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -4%);
}
#slider .swiper-slide .image-container img {
    width: 100%;
    height: 100%;
}


/* new slider  */


#slider .badge {
  display: inline-block;
    background: #101828;
    color: #fff;
    padding: 8px 16px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 24px;
    border-radius: 0;
    font-weight: 400;
}

#slider h1 {
  font-size: 96px;
    line-height: 1.25;
    margin-bottom: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #0a0a0a;
}

#slider h1 span {
  display: block;
  font-weight: 500;
  color: transparent;
  background-image: linear-gradient(to right, #101828, #364153, #6a7282);
  -webkit-background-clip: text;
  background-clip: text;
}

#slider .desc {
  font-size: 20px;
    color: #4a5565;
    line-height: 1.4;
    max-width: 520px;
    margin-bottom: 32px;
}

#slider .buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

#slider .btn-primary12 {
    background: #101828;
    color: #fff;
    padding: 16px 32px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s, transform 0.3s;
    line-height: 1.5;
    height: auto;
    border-radius: 0;
}

#slider .btn-primary12:hover {
  background: #1e2939;
}

#slider .btn-primary12 svg {
  transition: transform 0.3s;
}

#slider .btn-primary12:hover svg {
  transform: translateX(5px);
}

#slider .btn-outline12 {
  border: 2px solid #101828;
    background: transparent;
    color: #101828;
    padding: 16px 32px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    height: auto;
    line-height: 1.5;
    border-radius: 0;
}

#slider .btn-outline12:hover {
  background: #101828;
  color: #fff;
}

#slider .stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
}

#slider .stats h3 {
  font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 4px;
    color: #0a0a0a;
}

#slider .stats p {
  font-size: 14px;
  color: #4a5565;
  line-height: 1.4;
}

/* image slider */
.image-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}

#slider .offer-box {
  position: absolute;
  bottom: -32px;
  left: -32px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  /* max-width: 250px; */
  z-index: 1;
}

#slider .offer-box h4 {
  font-size: 24px;
  margin: 8px 0;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #0a0a0a;
}

#slider .offer-box .small {
  font-size: 14px;
  color: #4a5565;
  line-height: 1.4;
  margin-bottom: 8px;
}
#slider .offer-box .small-1 {
  margin: 0;
}
#slider .peccular-slider-b{
 z-index: 1;
  padding-right: 2rem;
}
/*//--------------------- for all button design------------------------*/

.buttondesign a.btn-look {
    align-content: center;

}

.buttondesign a.btn-look span {
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500 !important;
    letter-spacing: 0.59px;
    display: inline-block;
}



.buttondesign a.btn-look i{
    opacity: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1em;
    color: inherit !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .15s ease-in-out 50ms;
    transition: all .15s ease-in-out 50ms;
}

.slider-right-box{
    position: relative;
}

.custom-contact-form {
  max-width: 600px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  color: #fff;
}

.form-row .full-width {
  flex: 1 1 100%;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.custom-contact-form input {
  background: transparent;
  border: 1px solid #00bfff;
  border-radius: 6px;
  padding: 10px 12px;
  color: #fff;
}

.custom-contact-form input::placeholder {
  color: #a1a1a1;
  opacity: 0.4;
}
input::placeholder {
  color: #a1a1a1;

  font-size: 14px;
}

.btn-consultation {
  display: block;
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  background: linear-gradient(90deg, #00ff7f, #00e0ff);
  color: #000;
  cursor: pointer;
  transition: 0.3s;
}

.btn-consultation:hover {
  opacity: 0.9;
}


/*//---------------------end for all button design------------------------*/


.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    line-height: 60px;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease;
    color: #fff;
    margin-top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.9;
    background: rgba(255, 255, 255, 0.20);
    display: none;
}

.hero-slider .swiper-button-prev {
    position: absolute;
    bottom: 5%;
    left: 45%;
}

.hero-slider .swiper-button-next {
   position: absolute;
    bottom: 5%;
    right: 45%;
}

.hero-slider .swiper-button-prev:hover, .hero-slider .swiper-button-next:hover {
    transition: all .3s ease;
}

.hero-slider .swiper-button-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    color: #FFFFFF;
    font-size: 35px;
    line-height: 1.4;
    position: relative;
}

.hero-slider .swiper-button-next:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #FFFFFF;
    font-size: 35px;
    line-height: 1.4;
    position: relative;
}

.hero-slider .swiper-button-prev:hover:before, .hero-slider .swiper-button-next:hover:before {
    color: #fff;
    transition: all .3s ease;
}
.hero-slider .swiper-button-prev:hover, .hero-slider .swiper-button-next:hover {
background: #ff5a1fe6;
}

.slider-border{
    height: 6px;
    width: 60px;
    margin-bottom: 15px;
}

.slider-border:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 60px;
    background: linear-gradient(60deg, #000, #000, #000, #957f49, #957f49, #957f49, #000, #000);
    border-radius: calc(2 * var(3px));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}


@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.sliderimg {
      height: 600px;
}

@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}
/*==========================fallingeffect css====================*/

.fallingeffect .set{
  position:absolute ;
  width:100%;
  height:100%;
  top:0;
  left:0;
  pointer-events:none;
  z-index: 1;
}
.fallingeffect .set div{
  position:absolute ;
  display:block ;
}
.fallingeffect .set div:nth-child(1){
  left:20%;
  animation:animate 15s linear infinite ;
  animation-delay:-7s;
}
.fallingeffect .set div:nth-child(2){
  left:50%;
  animation:animate 20s linear infinite ;
  animation-delay:-5s;
}
.fallingeffect .set div:nth-child(3){
  left:70%;
  animation:animate 20s linear infinite ;
  animation-delay:0s;
}
.fallingeffect .set div:nth-child(4){
  left:0%;
  animation:animate 15s linear infinite ;
  animation-delay:-5s;
}

.set2{
  transform:scale(1.5) rotateY(180deg);
  filter:blur(2px);
}
.set3{
  transform:scale(0.8) rotateX(180deg);
  filter:blur(4px);
}

@keyframes animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(100px, 600px) rotateZ(270deg); 
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(150px, 800px) rotateY(360deg);
  }
}
@keyframes animate {
  0% {
    opacity: 1;    
    -webkit-transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
    opacity: 1;   
    -webkit-transform: translate(100px, 600px) rotateZ(270deg); 
  }
  100% {
    opacity: 0;    
    -webkit-transform: translate(150px, 800px) rotateZ(360deg);
  }
}
/*----------------------------------------*/
/*  slider down tab
/*----------------------------------------*/
.next-sec-tab {
    position: relative;
    transition: all 0.2s ease 0.2s;
      scroll-behavior: smooth;
}

.next-sec-tab a{
    position: absolute;
    text-align: center;
    /* margin: 0 auto; */
    width: 100px;
    height: 100px;
    /* line-height: 100px; */
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 30px #00000029;
    z-index: 4;
    top: -50px;
    left: 45%;
    padding: 32px 38px;

  transition: transform 0.2s ease-out;

}

.next-sec-tab a i{
    border: 2px solid #000000;
    border-radius: 15px;
    width: 25px;
    height: 37px;
    padding-top: 8px;
    transition: all 0.2s ease 0.2s;
    color: #000;
}



.wave__container {
    position: absolute;
    top: -330px;
    left: 45%;
    right: 0;
    bottom: 0;
    transform: rotate(45deg);
    z-index: 3;
    width: 100px;
    height: 100px;
    text-align: center;
}

.wave__circle {
  position: absolute;
  background-color: transparent;
  border: 10px solid var(--circleColor);
  border-radius: 50%;
  box-shadow: inset 6px 6px 15px
      rgba(55 84 170 / 0.2),
    6px 6px 15px
      rgba(55 84 170 / 0.2),
    inset calc(6px * -1) calc(6px * -1)
      15px rgba(255 255 255 / 1),
    calc(6px * -1) calc(6px * -1)
      15px rgba(255 255 255 / 1);
  filter: blur(3px);

  animation-name: ripple;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  animation-iteration-count: infinite;
}

.wave__container .wave__circle:nth-child(2) {
  animation-delay: -1s;
}

.wave__container .wave__circle:nth-child(3) {
  animation-delay: -2s;
}

@keyframes ripple {
  0% {
    top: 250px;
    left: 250px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}


/*----------------------------------------*/
/*  support Area
/*----------------------------------------*/

div#support {
    padding: 5em 0 5em;
    position: relative;
}

div#support .peccular-support-icon-box a span {
    width: 47px;
    height: 58px;
    /* box-shadow: 5px 2px 0px #28292D2E; */
    color: #000000;
    background: #fff;
    padding-top: 15px;
    position: relative;
}
div#support .peccular-support-icon-box a span:before {
    font-size: 33px;
}

div#support .peccular-support-icon-box a {
    position: relative;
    width: 47px;
    height: 58px;
    display: inline-block;
    z-index: 2;
}

div#support .peccular-support-icon-box a:after {
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 50% 100%, 0 30%);
    z-index: 1;
}

div#support .peccular-support-icon-box a:before {
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    background: #FCCC00;
    margin: 0 auto;
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 50% 100%, 0 30%);
    z-index: 1;
}


div#support .peccular-support-single:hover .peccular-support-icon-box a:after, div#support .peccular-support-single:hover .peccular-support-icon-box a span {
    background: #FCCC00;
}


div#support  h4.peccular-support-title{
    font-size: 16px;
    line-height: 25px;
    color: #2D2D2D;
    font-weight: 500;
    margin-top: 20.98px;
}
.peccular-support-single {
    position: relative;
    overflow: hidden;
    padding: 0em 10px 1em;
    background: #fff;
    box-shadow: 0px 2px 5px #0000001A;
    margin-bottom: 1em;
}

.peccular-support-single:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #1E2452;
    opacity: 0.1;
    position: absolute;
    bottom: -140px;
    left: 0;
    transition: all 0.3s ease 0s;
        z-index: 1;
}

.peccular-support-single:hover:after {
    bottom: 0;
}

/*-----------------------
## FAQS page
-----------------------------*/

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    color: #585757;
}

/* --- wrapper --- */
   
/*-----------------------
## End FAQS section
-----------------------------*/

#innerpage-box .inner-faq-card .faq-card:nth-child(odd) {
  margin: 0 0 20px 0;
  display: flex;
  gap: 24px;
    padding: 24px;
    border-radius: 12px;
    border: 2px solid transparent;
    background: linear-gradient(to bottom right, #fff7ed, #fee2e2);
    transition: all 0.3s ease;
    display: flex;
    gap: 16px;
  }
  #innerpage-box .inner-faq-card .faq-card:nth-child(even) {
    margin: 0 0 20px 0;
  display: flex;
  gap: 24px;
    padding: 24px;
    border-radius: 12px;
    border: 2px solid transparent;
    background: linear-gradient(135deg, #fff7ed, #fefce8);
    transition: all 0.3s ease;
    display: flex;
    gap: 16px;
  }
  #innerpage-box .faq .faq-card:hover {
    border-color: #ff5a1f;
    transform: scale(1.03);
  }
#innerpage-box .faq .faq-card .faq-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#innerpage-box .faq .faq-card:nth-child(3n + 1) .faq-number {
  
  background-color: #f97316; /* primary */

}
#innerpage-box .faq .faq-card:nth-child(3n + 2) .faq-number {
  background-color: #fdd400; /* primary */
}
#innerpage-box .faq .faq-card:nth-child(3n + 3) .faq-number {
  background-color: #1e1e1e; /* primary */
}

#innerpage-box .faq .faq-card .faq-number span {
  font-weight: bold;
}

/* Content */
#innerpage-box .faq .faq-card .faq-content h3 {
  margin-bottom: 12px;
    color: #0b0b0b;
    font-size: 24px;
    line-height: 1.4;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

#innerpage-box .faq .faq-card .faq-content p {
  color: #444;
    line-height: 1.7;
    font-size: 16px;
    opacity: 1;
}


#innerpage-box .faq h3.faqheading {
    color: #0b0b0b;
    margin-bottom: 24px;
    font-size: 40px !important;
    line-height: 1.3;
    font-weight: 400;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

/* new */

#innerpage-box .faq .faq-left-col {
  width: 100%;
}

#innerpage-box .faq .faq-left-col .faq-sticky {
  position: sticky;
  top: 100px;
}

#innerpage-box .faq .faq-left-col .faq-card1 {
  padding: 24px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ff5a1f1a, #fdd4001a);
    border: 2px solid #ff5a1f33;
}

#innerpage-box .faq .faq-left-col .faq-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

#innerpage-box .faq .faq-left-col .faq-icon svg {
  color: #fff;
}
#innerpage-box .faq .faq-left-col .faq-icon {
  width: 40px;
  height: 40px;
  background: #f15a24;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#innerpage-box .faq .faq-left-col .faq-header h3 {
  color: #0b0b0b;
  font-size: 32px !important;
  line-height: 1.4;
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

#innerpage-box .faq .faq-left-col .faq-desc {
  font-size: 14px;
    line-height: 1.4;
    margin-bottom: 30px;
    color: #444;
}


#innerpage-box .faq .faq-left-col .faq-footer {
  margin-top: 10px;
  padding-top: 24px;
  border-top: 1px solid #ff5a1f33;
  text-align: center;
  color: #444;
  font-size: 14px;
  line-height: 1.4;
}
#innerpage-box .faq .faq-left-col .faq-footer strong {
  color: #0b0b0b;
  font-weight: 400;
}

#innerpage-box .faq .faq-left-col .faq-form label .required{
  color: #ff5a1f;
}
#innerpage-box .faq .faq-left-col .faq-form label {
  display: block;
    font-size: 14px;
    margin-bottom: 6px;
    color: #0b0b0b;
    line-height: 1.4;
}

#innerpage-box .faq .faq-left-col .faq-contact input[type="text"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="email"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="url"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="password"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="search"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="number"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="tel"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="range"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="date"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="month"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="week"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="time"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="datetime"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="datetime-local"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="color"]:focus, 
#innerpage-box .faq .faq-left-col .faq-contact textarea:focus {
  border-color: #a1a1a1;
  outline: none;
  box-shadow: 0 0 0 0.2rem #a1a1a180;
}
#innerpage-box .faq .faq-left-col .faq-contact input[type="text"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="email"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="url"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="password"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="search"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="number"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="tel"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="range"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="date"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="month"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="week"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="time"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="datetime"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="datetime-local"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="color"], 
#innerpage-box .faq .faq-left-col .faq-contact textarea {
    vertical-align: top;
    display: flex;
    height: 44px;
    width: 100%;
    min-width: 0;
    border-radius: 0.375rem;
    border: 1px solid #e5e5e5;
    padding: 0.25rem 0.75rem;
    font-size: 16px;
    color: #0b0b0b;
    outline: none;
    transition: color 0.2s, box-shadow 0.2s;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.4;
}

#innerpage-box .faq .faq-left-col .faq-form textarea {
  resize: none;
  height: 64px;
}

#innerpage-box .faq .faq-left-col .faq-contact button, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="button"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="reset"], 
#innerpage-box .faq .faq-left-col .faq-contact input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 500;
    outline: none;
    cursor: pointer;
    height: auto;
    padding: 12px;
    width: 100%;
    border-radius: 0.5rem;
    background: #ff5a1f;
    color: #fff;
    transition: all 0.3s ease;
    line-height: 1.4;
    border: none;
}

#innerpage-box .faq .faq-left-col .faq-contact button:hover, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="button"]:hover, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="reset"]:hover, 
#innerpage-box .faq .faq-left-col .faq-contact input[type="submit"]:hover {
  background: #e24e19;
}

/*----------------------------------------*/
/*  Products Category Area
/*----------------------------------------*/
#productcat_section .owl-carousel  {
  display: block;
}
#productcat_section .pro-cat-img {
    overflow: hidden;
}
#productcat_section .pro-cat-img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #000000 0%, transparent 25%);
    opacity: 0.5;
    top: 0;
    left: 0;
}
#productcat_section a.link-cat {
    position: absolute;
    top: 0;
    border: 0;
    width: 100%;
        left: 0;
    height: 100%;
    z-index: 2;
}
#productcat_section .pro-cat-img img {
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    filter: brightness(0.85);
    height: auto;
}
#productcat_section .portfolio_item_post:hover .pro-cat-img img {
    transform: scale(1.020) rotateZ(0deg);
    -moz-transform: scale(1.020) rotateZ(0deg);
    -webkit-transform: scale(1.020) rotateZ(0deg);
    -o-transform: scale(1.020) rotateZ(0deg);
    filter: brightness(0.4);
}
#productcat_section h5.category-title {
font-size: 28px;
    padding: 0 10px;
    line-height: 33px;
    position: absolute;
    bottom: 38px;
    left: 0;
    right: 0;
}
#productcat_section h5.category-title a {
    font-weight: 500;
}
#productcat_section {
    background: #ffffff;
    position: relative;
}
#productcat_section h5.category-title a {
    color: #ffffff;
}
#productcat_section h5.category-title a:hover {
    opacity: 0.85;
}
#productcat_section .disc-btn {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 10px;
        z-index: 3;
    color: #ffffff;
}
#productcat_section .disc-btn a{
    color: #fff;
}
#productcat_section .disc-btn:hover a{
    color: #DC2600;
}
#productcat_section .owl-theme .owl-dots .owl-dot span,
#best-seller-products .owl-theme .owl-dots .owl-dot span,
div#projects .owl-theme .owl-dots .owl-dot span{
      background: #000000;
          margin: 5px 5px !important;
          width: 10px !important;
          height: 10px !important;
}
#productcat_section button.owl-dot.active span,
#best-seller-products button.owl-dot.active span,
#projects button.owl-dot.active span{
    background: #dc2600 !important;
}


/* ===============================
   PRODUCT CATEGORY GRID
================================ */

#productcat_section .product-grid {
  width: 100%;
  position: relative;
}

/* Owl item spacing fix */
#productcat_section .product-grid .owl-stage-outer {
  padding: 10px 0;
}

#productcat_section .product-grid .item {
  padding: 10px;
}

/* ===============================
   CARD
================================ */

#productcat_section .product-grid .card1 {
  cursor: pointer;
    position: relative;
}

/* ===============================
   IMAGE AREA
================================ */

#productcat_section .product-grid .image-wrap {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f2f2f2;
}

#productcat_section .product-grid .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

#productcat_section .product-grid .card1:hover img {
  transform: scale(1.1);
}

/* ===============================
   OVERLAY
================================ */

#productcat_section .product-grid .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.7),
    rgba(0,0,0,0.2),
    transparent
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

#productcat_section .product-grid .card1:hover .overlay {
  opacity: 1;
}

#productcat_section .product-grid .overlay-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  transform: translateY(15px);
  transition: transform 0.3s ease;
}

#productcat_section .product-grid .card1:hover .overlay-content {
  transform: translateY(0);
}

#productcat_section .product-grid .overlay-content p {
    font-size: 14px;
    margin-bottom: 4px;
    opacity: 0.9;
    line-height: 1.4;
    text-align: left;
}

#productcat_section .product-grid .shop {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}

/* ===============================
   TEXT CONTENT
================================ */

#productcat_section .product-grid .info {
  margin-top: 15px;
}

#productcat_section .product-grid .info h3 {
  font-size: 20px;
    margin-bottom: 4px;
    line-height: 1.4;
    font-weight: 500;
    color: #0a0a0a;
    text-align: left;
}

#productcat_section .product-grid .info h3 a {
  text-decoration: none;
  color: #111;
}

#productcat_section .product-grid .info h3 a:hover {
  color: #c59d5f;
}

#productcat_section .product-grid .info p {
      font-size: 14px;
    color: #6a7282;
    margin-bottom: 10px;
    line-height: 1.4;
    text-align: left;
}

/* ===============================
   DISCOVER BUTTON
================================ */

#productcat_section .product-grid .disc-btn a {
  display: inline-block;
  padding: 8px 18px;
  font-size: 13px;
  border: 1px solid #111;
  text-decoration: none;
  color: #111;
  transition: all 0.3s ease;
}

#productcat_section .product-grid .disc-btn a:hover {
  background: #111;
  color: #fff;
}

/* ===============================
   OWL NAV
================================ */

#productcat_section .product-grid .owl-nav {
  margin-top: 30px;
  text-align: center;
}

#productcat_section .product-grid .owl-nav button {
  width: 40px;
  height: 40px;
  border: 1px solid #111 !important;
  margin: 0 6px;
  transition: all 0.3s ease;
}

#productcat_section .product-grid .owl-nav button:hover {
  background: #111 !important;
  color: #fff !important;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  #productcat_section .product-grid .info h3 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  #productcat_section .product-grid .overlay-content {
    padding: 15px;
  }
}
#productcat_section .category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Tablet */
@media (max-width: 991px) {
  #productcat_section .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 575px) {
  #productcat_section .category-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* header cat */
#productcat_section .section-heading {
  text-align: center;
  margin-bottom: 64px;
}

#productcat_section .section-heading .sub-title {
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #6a7282;
    margin-bottom: 16px;
    text-transform: uppercase;
    line-height: 1.4;
}

#productcat_section .section-heading .main-title {
  font-size: 48px;
    margin-bottom: 16px;
    font-weight: 500;
    color: #0a0a0a;
    line-height: 1;
}

#productcat_section .section-heading .description {
  font-size: 18px;
    color: #4a5565;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  #productcat_section .section-heading .main-title {
    font-size: 36px;
  }

  #productcat_section .section-heading .description {
    font-size: 16px;
  }
}


/*----------------------------------------*/
/*  13. contactinfo Area
/*----------------------------------------*/

#contactinfo .peccular-section-head {
        margin-bottom: 0px;
}
        #contactinfo {
    background-color: #91b201;
}
 #contactinfo .contactinfo-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000; 
    opacity: 1;
    background-size: cover;
}
#contactinfo .for-contactinfo-bg {
    padding-top: 0em;
}
 #contactinfo .peccular-contactinfo {
    padding-top: 0em;
    position: relative;
}
 #contactinfo .peccular-contactinfo-block{
    padding-top: 5em;
}
 #contactinfo .peccular-section-head h2{
    font-size: 38px;
    line-height: 35px;
    color: #fdfdfd;
    font-weight: 500;
    font-style: italic;
    font-family: "DM Serif Display";
    text-align: center;
}
 #contactinfo .peccular-section-head h3 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    font-family: 'Roboto Slab';
}
 #contactinfo .peccular-section-head h3 span{
    color: #3a72fe;
    display: block;
}

#contactinfo .peccular-contactinfo-button a{
    color: #91b201;
    background:#fff ;
    padding: 15px 25px;
    font-size: 22px;
    font-weight: 500;
    word-break: break-word;
    line-height: 25px;
    border-radius: 10px;
    z-index: 10;
    position: relative;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-style: italic;
}

#contactinfo .peccular-contactinfo-button {
    padding: 1.5em;
    text-align: left;
}
#contactinfo .peccular-contactinfo-button .read-btn:hover{ color: #fff; }

#contactinfo .peccular-contactinfo-button a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
#contactinfo .peccular-contactinfo-button a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
#contactinfo .peccular-contactinfo-button a:hover:before{
    border-width: 180px 0 0 180px;
    border-color: #FF5B4A;   
    width: 50%;
    transition: all 0.6s ease 0s;
}
#contactinfo .peccular-contactinfo-button a:hover:after{
    border-width: 0 180px 180px 0;
    border-color: #FF5B4A;
    width: 51%;
    transition: all 0.6s ease 0s;
}

 #contactinfo .peccular-contactinfo-block {
    -moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 1;
    position: relative;
    color: #d8d9d4;
}

 #contactinfo .peccular-contactinfo-label {
    font-size: 16px;
    font-weight: 400;
    color: #f9fcf5;
}
 #contactinfo .peccular-contactinfo-data {
    font-size: 18px;
    font-weight: 600;
    color: #f7f7f7;
}
 #contactinfo a.peccular-contactinfo-data:hover{
    color: #3a72fe;
}
 #contactinfo .peccular-contactinfo-info{
    margin-top: 10px;
    margin-bottom: 4em;
    color: #fbfbf1;
}

/*----------------------------------------*/
/*  banner Area
/*----------------------------------------*/

 div#banner {
    position: relative;
    overflow: hidden;
        background-color: #FF5B4A;
}

#banner .bannerLeftShape {
    -webkit-mask-image: url(images/bannerLeftShape.png);
    mask-image: url(images/bannerLeftShape.png);
    -webkit-mask-position: top center;
    mask-position: center center;
    -webkit-mask-repeat: round;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
#banner .peccular-featured-img {
    position: relative;
    margin-bottom: -4px;
}
#banner img.banner-mainimg {
    width: 100%;
    height: 660px;
}
#banner .banner_mainTitle h2 {
    font-size: 60px;
    color: #fff;
    font-family: 'DM Serif Display';
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 73px;
}
#banner .banner_mainTitle{
    position: relative;
    overflow: hidden;
    z-index: 1;
    left: 20%;
    width: 530px;
    top: 10%;
}
#banner .boxshape1 {
    position: absolute;
    bottom: -220px;
    left: -217px;
    z-index: 8;
    background: #fff;
    width: 50%;
    height: 864px;
    border-radius: 50%;
    z-index: 0;
    opacity: 10%;
}
#banner .boxshape2 {
    position: absolute;
    bottom: -163px;
    left: -195px;
    z-index: 8;
    background: #fff;
    width: 43%;
    height: 689px;
    border-radius: 50%;
    z-index: 0;
    opacity: 10%;
}
#banner .boxshape3 {
    position: absolute;
    bottom: -79px;
    left: -95px;
    z-index: 8;
    background: #fff;
    width: 32%;
    height: 500px;
    border-radius: 50%;
    z-index: 0;
    opacity: 10%;
}
#banner .banner_mainTitle p {
    color: #fff;
    font-size: 40px;
    font-family: 'Roboto';
    text-align: left;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 1px;
}

#banner .peccular-banner-imgbox {    
    width: 100%;
}
#banner .peccular-banner-imgbox img{
    width: 100%;
    border-radius: 50%;
    border: 4px solid #fff;
    z-index: 10;
    position: relative;
    margin-left: 20px;
}
 #banner .banner-section-area-text-subtitle {
    color: #ffff;
    font-size: 26px;
    font-weight: 500;
    word-break: break-word;
    line-height: 20px;
    line-height: 24px;
    margin-top: 1em;
    background: #FF5B4A;
    padding: 16px 60px 16px 60px;
    border: 1px solid #707070;
    border-radius: 50px;
    margin-left: 30%;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
}

#banner .banner_phn_No {
    background: #e0e8b7;
    border-radius: 25px;
    left: 0;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-top: -32px;
    border: 1px solid #707070;
}
#banner .banner_phn_No:hover .banner-icn i{
    transform: rotate(90deg);
    transition: all 0.8s;
}
#banner .banner-icn {
    background: #FF5B4A;
    width: 74px;
    height: 74px;
    border-radius: 8px;
    margin-top: 20px;
    margin-left: 21px;
    margin-bottom: 15px;
    transition: all 0.8s;
}
#banner .banner-icn i {
    font-size: 72px;
    position: relative;
    z-index: 1;
    margin-top: 3px;
    color: #e0e8b7;
    transition: all 0.8s;
}
 #banner .banner-section-area-text {
    color: #28a0a7;
    word-break: break-word;
    position: relative;
    display: inline-block;
    padding: 19px 45px 5px 40px;
}

#banner .banner-section-area-text h3 {
    font-weight: 500;
    font-size: 49px;
    line-height: 78px;
    color: #FF5B4A;
    font-family: 'Roboto';
    border-left: 4px solid #FF5B4A;
    margin-left: 5px;
    transition: all 0.8s;
}
#banner .banner-section-area-text h3:hover{
    text-decoration: wavy;
    transition: all 1s;
    letter-spacing: 0.5px;
}
/************/
#banner .peccular-banner-single:hover .peccular-banner-imgbox img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1) rotateZ(-6deg);
    -moz-transform: scale(1) rotateZ(-6deg);
    -webkit-transform: scale(1) rotateZ(-6deg);
    -o-transform: scale(1) rotateZ(-6deg);
    transition: .5s ease;;
}

#banner .peccular-banner-content{
    padding: 14px 0;
} 

#banner .peccular-banner-content h4.peccular-banner-title{
    font-size: 42px;
    font-weight: 600;
    word-break: break-word;
    padding: 0 15px;
    margin-bottom: 1em;
    line-height: 52px;
    color: #fff;
    z-index: 10;
    position: relative;
} 
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn{
    color: #000;
    background:#fef4b4 ;
    padding: 11px 21px;
    font-size: 17px;
    font-weight: 500;
    word-break: break-word;
    line-height: 25px;
    border-radius: 30px;
    z-index: 10;
    position: relative;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #FF5B4A;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}  
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:hover:before, 
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:focus:before, 
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

#banner .peccular-banner-b:nth-child(odd) .peccular-banner-single{
     background: #fbdd17;
    padding: 2em 1em;
    margin-bottom: 2em;
     overflow: hidden;
    position: relative;
}
#banner .peccular-banner-b:nth-child(odd) .boxshape{  
    position: absolute;
    bottom: -39px;
    left: -43px;
    z-index: 8;
    background: #faee9c;
    width: 264px;
    height: 232px;
    border: 1px solid #faee9c;
    border-radius: 50%;
}

#banner .peccular-banner-b:nth-child(odd) .boxshape2{ display: none; }
#banner .peccular-banner-b:nth-child(even) .boxshape{ display: none; }

#banner .peccular-banner-b:nth-child(even) .peccular-banner-single{
    background: #fa3759;
    padding: 2em 1em;
    margin-bottom: 2em;
    overflow: hidden;
    position: relative;
}
#banner .peccular-banner-b:nth-child(even) .boxshape2{
    position: absolute;
    top: -30px;
    right: -70px;
    z-index: 8;
    background: #fa6a83;
    width: 233px;
    height: 205px;
    border: 1px solid #fa6a83;
    border-radius: 50%;
}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn{
    color: #000;
    background:#fa6a83 ;
    padding: 11px 21px;
    font-size: 17px;
    font-weight: 500;
    word-break: break-word;
    line-height: 25px;
    border-radius: 30px;
    z-index: 10;
    position: relative;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    background: #FF5B4A;  
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:hover:before, 
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:focus:before, 
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}


/*Banner Secxtion Falling Animation Effect*/
/** PETAL **/
.petals-Animate{
     position: absolute;
    /* width: 100%; */
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}
/* Petals animation for about section  */

.petal {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -10rem;
  bottom:0;
  z-index: 150;
}
.petal .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}
.petal .askew {
  background: currentColor;
  transform: skewY(10deg);
  display: block;
  width: 2rem;
  height: 2rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective:1000;
}

.petal {
  color: rgba(0,0,0,0);
}
.petal:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s;
}
.petal:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s;
}
.petal:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s;
}
.petal:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s;
}
.petal:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s;
}
.petal:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s;
}
.petal:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s;
}
  
.petal:nth-of-type(9n) .rotate {
  animation-duration: 2s;
}
.petal:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s;
}
.petal:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s;
}
.petal:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s;
}
.petal:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s;
}
.petal:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s;
}
.petal:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s;
}
.petal:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s;
}
.petal:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s;
}
/* Petals animation for about section  */

@keyframes drifty {
  0% {
    transform: skewY(10deg) translate3d(-250%, 0, 0);
    display:block;
  }
  100% {
    transform: skewY(-12deg) translate3d(250%, 0, 0);
    display:block;
  }
}
@keyframes driftyRotate {
  0% {
    transform: rotateX(0);
    display:block;
  }
  100% {
    transform: rotateX(359deg);
    display:block;
  }
}
.datevenue-img-box {
    background: #f4f0ed;
}
.datevenue--populated_element {

}


/* Petals animation for about section  */
div#banner {
    overflow: hidden;
}
.petal1 {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -10rem;
  bottom:0;
  z-index: 150;
}
.petal1 .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}
.petal1 .askew {
  background: currentColor;
  transform: skewY(10deg);
  display: block;
  width: 2rem;
  height: 2rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective: 1000;
}

.petal1 {
  color: rgba(0,0,0,0);
}
.petal1:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s;
}
.petal1:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s;
}
.petal1:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s;
}
.petal1:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s;
}
.petal1:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s;
}
.petal1:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s;
}
.petal1:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s;
}
  
.petal1:nth-of-type(9n) .rotate {
  animation-duration: 2s;
}
.petal1:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s;
}
.petal1:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s;
}
.petal1:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s;
}
.petal1:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s;
}
.petal1:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s;
}
.petal1:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s;
}
.petal1:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s;
}
.petal1:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s;
}

.petal2 {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -10rem;
  bottom:0;
  z-index: 150;
}
.petal2 .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}
.petal2 .askew {
  background: currentColor;
  transform: skewY(10deg);
  display: block;
  width: 2rem;
  height: 2rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective:1000;
}

.petal2 {
  color: rgba(0,0,0,0);
}
.petal2:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s;
}
.petal2:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s;
}
.petal2:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s;
}
.petal2:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s;
}
.petal2:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s;
}
.petal2:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s;
}
.petal2:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s;
}
  
.petal2:nth-of-type(9n) .rotate {
  animation-duration: 2s;
}
.petal2:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s;
}
.petal2:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s;
}
.petal2:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s;
}
.petal2:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s;
}
.petal2:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s;
}
.petal2:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s;
}
.petal2:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s;
}
.petal2:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s;
}

.petal3 {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -10rem;
  bottom:0;
  z-index: 150;
}
.petal3 .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}
.petal3 .askew {
  background: currentColor;
  transform: skewY(10deg);
  display: block;
  width: 2rem;
  height: 2rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective:1000;
}

.petal3 {
  color: rgba(0,0,0,0);
}
.petal3:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s;
}
.petal3:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s;
}
.petal3:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s;
}
.petal3:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s;
}
.petal3:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s;
}
.petal3:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s;
}
.petal3:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s;
}
  
.petal3:nth-of-type(9n) .rotate {
  animation-duration: 2s;
}
.petal3:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s;
}
.petal3:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s;
}
.petal3:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s;
}
.petal3:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s;
}
.petal3:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s;
}
.petal3:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s;
}
.petal3:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s;
}
.petal3:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s;
}
#banner .fallingeffect .set{
  position:absolute;
  /* width:100%; */
  height:100%;
  top:0;
  left:0;
  pointer-events:none;
  z-index: 1;
}
#banner .fallingeffect .set div{
  position:absolute ;
  display:block ;
}
#banner .fallingeffect .set div:nth-child(1){
  left:20%;
  animation:animate 15s linear infinite ;
  animation-delay:-7s;
}
#banner .fallingeffect .set div:nth-child(2){
  left:50%;
  animation:animate 20s linear infinite ;
  animation-delay:-5s;
}
#banner .fallingeffect .set div:nth-child(3){
  left:70%;
  animation:animate 20s linear infinite ;
  animation-delay:0s;
}
#banner .fallingeffect .set div:nth-child(4){
  left:0%;
  animation:animate 15s linear infinite ;
  animation-delay:-5s;
}

#banner .set2{
  transform:scale(1.5) rotateY(180deg);
  filter:blur(2px);
}
#banner .set3{
  transform:scale(0.8) rotateX(180deg);
  filter:blur(4px);
}

@keyframes animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(100px, 600px) rotateZ(270deg); 
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(150px, 800px) rotateY(360deg);
  }
}
@keyframes animate {
  0% {
    opacity: 1;    
    -webkit-transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
    opacity: 1;   
    -webkit-transform: translate(100px, 600px) rotateZ(270deg); 
  }
  100% {
    opacity: 0;    
    -webkit-transform: translate(150px, 800px) rotateZ(360deg);
  }
}

/*----------------------------------------*/
/*  Feature Area
/*----------------------------------------*/


#feature .peccular-section-head {
  display: flex;
  justify-content: center;
}
#feature .peccular-feature-b {
  margin-bottom: 32px;
  padding: 0 32px;
}


/* -------------------------
   Common Styles
-------------------------- */
/* #feature .icon-wrappe/* ===============================
   FEATURE AREA
================================ */

#feature .peccular-feature-area {
  position: relative;
  z-index: 2;
}
#feature .feature-item {
  text-align: center;
  transition: transform 0.3s ease;
}

#feature .feature-item:hover {
  /* transform: translateY(-8px); */
}

/* ICON AREA */
#feature .icon-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}

#feature .icon-bg {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.2;
  transition: opacity 0.3s ease;
}

#feature .feature-item:hover .icon-bg {
  opacity: 0.4;
}

#feature .icon-circle {
  position: relative;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease;
}
#feature .icon-circle .icon-svg-white {
  color: #101828;
}

#feature .feature-item:hover .icon-circle {
  box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

/* COLORS */
#feature .peccular-feature-b:nth-child(1) .blue .icon-bg ,#feature .peccular-feature-b:nth-child(5) .blue .icon-bg{ background: linear-gradient(135deg,#2b7fff,#155dfc); }
#feature .peccular-feature-b:nth-child(2) .blue .icon-bg ,#feature .peccular-feature-b:nth-child(6) .blue .icon-bg{ background: linear-gradient(135deg,#00c951,#00a63e); }
#feature .peccular-feature-b:nth-child(3) .blue .icon-bg ,#feature .peccular-feature-b:nth-child(7) .blue .icon-bg{ background: linear-gradient(135deg,#ad46ff,#9810fa); }
#feature .peccular-feature-b:nth-child(4) .blue .icon-bg ,#feature .peccular-feature-b:nth-child(8) .blue .icon-bg{ background: linear-gradient(135deg,#ff6900,#f54a00); }

/* TEXT */
#feature .feature-item h3 {
  font-size: 20px;
  line-height: 1.4;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #0a0a0a;
}

#feature .feature-item p {
  color: #4a5565;
  font-size: 15px;
}

/*----------------------------------------*/
/*  Single product page Area
/*----------------------------------------*/
/* .custom-single-product{
  padding: 5em 0 0;
} */
.custom-single-product .product-images{
  position: relative;
    width: 50%;
    overflow: hidden;
}
.custom-single-product .product-summary {
    width: 50%;
}
.product-images .woocommerce-product-gallery__trigger{
  position: absolute;
    top: 14px;
    z-index: 1;
    right: 30px;
    padding: 8px;
    background: #fff;
    border-radius: 8px;
}
.product-summary .cat-wish {
  display: flex; 
  margin-bottom: 16px;   
}
.product-summary .cat-wish .cat-heading {
  width: 80%;
}
.product-summary .cat-wish .wishbtn {
  width: 20%;
  text-align-last: right;
}
#innerpage-box .product-summary .cat-wish .cat-heading .product-category a{
  color: #6a7282;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
  font-weight: 400;
  text-transform: capitalize;
}
#innerpage-box .custom-single-product .product-summary .cat-wish .cat-heading  h2{
  font-size: 36px !important;
  line-height: 1.1;
  margin-bottom: 16px !important;
  font-weight: 500 !important;
  color: #0a0a0a
}
#innerpage-box .custom-single-product .product-summary .short-description p{
  color : #4a5565;
}
.product-summary .wishbtn .add-to-wishlist-button i {
    background: rgba(255,255,255,0.9);
    border: none;
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
    color: #101828;
    border: 1px solid #ebe6e7;
}
.product-summary .wishbtn .add-to-wishlist-button.added i {
  background-color: #fb2c36;
  color: #FFF;
}
.product-summary .wishbtn .add-to-wishlist-button i:hover {
  background-color: #f6f3f4;
  
}
.product-summary .rating {
  font-size: 18px;
    margin-bottom: 24px;
}
.product-summary .rating .star{
  color: #fdc700;
    /* line-height: 1.4; */
    font-size: 25px;
}
.product-summary .rating .star.filled{
  color: #fdc700;
}
.product-summary .rating .rating-text,.product-summary .rating .review-count{
  color: #4a5565;
    font-size: 16px;
    /* margin-left: 5px; */
    line-height: 1.4;
}
.product-summary .custom-price del bdi {
        color: #99a1af;
    font-size: 18px;
    line-height: 1.3;
    margin-right: 8px;

}
.product-summary .custom-price ins{
  text-decoration: none;
}
.product-summary .custom-price ins bdi ,.product-summary .custom-price bdi {
    font-size: 36px;
    line-height: 1.1;
    color: #0a0a0a;
    /* margin-left: 8px; */
}
.product-summary .custom-price{
  margin-bottom: 32px;
}
.single-productpage .product-summary .short-description p{
  color: #4a5565;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px;
}
/****************************/
/*single product page tab */
/***************************/
.product-tabs{
  margin: 96px 0;
}
.woocommerce div.product-tabs .woocommerce-tabs ul.tabs {
    padding: 0 0 16px 0;
    border-bottom: 1px solid #ebe6e7;
    margin: 30px 10px 30px !important;
    gap: 32px;
    display: flex;
}

.woocommerce div.product-tabs .woocommerce-tabs ul.tabs li a {padding: 0px 0;font-weight: 400;transition: all 0.3s;}
.woocommerce div.product-tabs .woocommerce-tabs ul.tabs li {
    position: relative;
    list-style: none;
    display: inline-block;
    border-radius: 04px;
    border: 0;
    background: none !important;
    border-radius: 0;
    /* margin: 0 6px 0 0;
    padding: 0px 40px; */
    text-align: center;
    transition: all 0.3s;
}

    .woocommerce div.product-tabs .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product-tabs .woocommerce-tabs ul.tabs li.active a{color:#101828 !important;border-bottom:2px solid #1a1a1a ;}
.woocommerce div.product-tabs .woocommerce-tabs ul.tabs li a{     
    font-weight: 500;
    font-size: 16px;
    color: #6a7282 !important;
    padding-bottom: 16px;
    
}
.woocommerce #reviews #comments h2,
.woocommerce #reviews h3{font-size: 22px; margin-bottom: 30px;}
.woocommerce #reviews #comments h2, 
.woocommerce-page #reviews #comments h2 { margin-bottom: 20px !important;}
.woocommerce-Reviews .comment-form-author, 
.woocommerce-Reviews .comment-form-email{ width: 100%;}
.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input{width: 100%;}
.woocommerce #review_form #respond textarea { border: 1px solid #000;}
/* #review_form {  margin-top: 4em;} */
#custom-related-section .section-title { font-family: system-ui; margin-bottom: 1.2em;font-size: 50px;}
#custom-related-section .section-title:after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 76px;
    height: 3px;
    background: #d4af37;
}

.product-tabs .woocommerce-Reviews-title {
    text-transform: capitalize;
    font-size: 32px !important;
    margin: 10px 0 !important;
}
/*----------------------------------------*/
/*  shop page Area
/*----------------------------------------*/

 .woocommerce .sp-page ul.products li.product,
 .woocommerce-page .sp-page ul.products li.product {
    width: 22% !important;
    clear: none !important;
}
.single-productpage .products .woocommerce .products ul,.single-productpage .products .woocommerce-page .products ul, 
.single-productpage .products .woocommerce ul.products, .single-productpage .products .products {
    /* padding-top: 52px !important; */
    border-top: none !important; 
}
.single-productpage .products{position: relative;}

.single-productpage .products .custom-product-card { margin-bottom: 14px;}
.single-productpage .products .custom-product-card:hover .product-image img{ transition: all 0.5s;  scale: 1.06;}
/*.single-productpage .products .custom-product-card:hover{transition: all 0.5s;  top: -4px;}*/
.single-productpage .products .product-image{transition: all 0.5s;position: relative;overflow: hidden;border-radius: 10px 10px 0px 0px;}
.single-productpage .products .product-image img{
    width: 100%;
    height: 300px !important;
    border-radius: 6px 6px 0 0;
    border: none !important;
    margin: 0 !important;
    transition: all 0.5s;
}
.single-productpage .products .custom-product-card .product-image{ position: relative;}
.woocommerce-message { display: block !important; }
.single-productpage .products li.product{position: relative;}
.single-productpage .products .custom-product-card{transition: all 0.5s;position: relative;}
.single-productpage .products .icnbx {
    position: absolute;
    top: 10px;
    right: -100%;
    transition: all 0.5s;
}
.single-productpage .products .custom-product-card:hover .icnbx{ right: 15px;transition: all 0.5s;}
.single-productpage .products .icnbx i{
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.5s;
}



/*.single-productpage .products .popular-list{width: 20%;}*/
.single-productpage .products .popular-list{
    position: absolute;
    top: 58px;
    right: -100%;
}
.single-productpage .products .custom-product-card:hover .popular-list{ right: 15px;transition: all 0.5s;}
.single-productpage .products .popular-list i {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.5s;
}
.single-productpage .products span.tooltip-text {  opacity: 0;}

.single-productpage .products .products-wrapper li{margin: 0 12px !important; padding-bottom: 16px !important;}
.single-productpage .woocommerce ul li.product,
.single-productpage .woocommerce-page ul li.product {margin: 0 12px !important;}
.single-productpage .products .product-details {
    position: relative;
    overflow: hidden;
    background: none;
    padding: 20px 18px 20px;
    /*box-shadow: 0 0 1px 1px #ccc;*/
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    /* margin: 0 1px 0; */
    border-radius: 0 0 10px 10px;
    text-align: left;
    transition: all 0.5s;
    background-color: #fff;
}
.single-productpage .products .custom-product-card:hover .product-details { box-shadow: 0 20px 25px rgba(0,0,0,0.15);}

.single-productpage .products h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 0 0px 0px 0 !important;
    margin: 6px 0 !important;
}
.single-productpage .products .price { }
.single-productpage .products .price del{display: block; }
.single-productpage .products .rating { position: relative; clear: both;margin-bottom: 12px;}

.single-productpage .products .woocommerce ul.products li.product, 
.single-productpage .products .woocommerce-page ul.products li.product{ position: relative; padding: 0;}
.single-productpage .products ul.products li.product .price{margin: 10px 0;font-size: 1.5rem;font-weight: 600;color: #d4af37 !important;}
.single-productpage .products ul.products li.product .price ins{font-size: 1.5rem !important;color: #d4af37 !important;}
.single-productpage .products ul.products li.product .price del{font-size: 1.2rem !important;margin: 0 0 0 10px;font-weight: 400px;color: #d4af37 !important;}

.single-productpage .products .star-rating::before{display: none !important;}
.single-productpage .products .star-rating,
.single-productpage .products .star-rating .star {
    color: #fdc700 !important;
    font-size: 16px !important;
    font-weight: 700;
}
.single-productpage .products .rating span{ 
    display: inline-block !important;
    margin: 0 1px !important;
    padding: 0;
    width: auto;
}
.single-productpage .products .rating .review-count,
.single-productpage .products .rating span.average-rating{
    font-weight: 500;
    color: #4a5565;
    font-size: 14px;
    line-height: 1.4;
}
.single-productpage .products .product-categories{margin: 0px 0 1px 0;}
.single-productpage .products .product-categories .posted_in a {
    position: relative;
    color: #6a7282;
    font-size: 0.875rem;
    font-weight: 400;
    border-radius: 50px;
    margin: 0 6px 2px 0px;
    text-transform: capitalize;
}
.single-productpage .products .product-details .button {
    position: relative;
    overflow: hidden;
    display: block !important;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background: #e8a39c;
    color: #4b2e2e;
    padding: 10px 10px;
    border-radius: 4px;
    transition: all 0.5s;
}



.related.products .product-badges,
.single-productpage .products .product-badges {
    position: absolute;
    top: 10px;
    right: 10px;
    /* width: 82%; */
    z-index: 2;
    float: left;
}
.related.products .product-badges span,
.single-productpage .products .product-badges span{display: inline-block;margin: 1px;}
.related.products .product-badges .badge-new,
.single-productpage .products .product-badges .badge-new {
    background: #27AE60;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.related.products .product-badges .badge-sale,
.single-productpage .products .product-badges .badge-sale {
   background: #E74C3C;
    color: #fff;
    padding: 6px 12px;
    font-size: 0.75rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.related.products .product-badges .badge-bestseller,
.single-productpage .products .product-badges .badge-bestseller {
    background: #d4af37;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*----------------------------------------*/
/*  Team Area
/*----------------------------------------*/
/* team new */



/* Section */
#team #instructors{
  position:relative;
  overflow:hidden;
  padding:80px 16px;
  background:#f7f7f7;
}

/* dotted radial pattern layer */
#team #instructors .pattern{
  position:absolute;
  inset:0;
  opacity:0.06;
  pointer-events:none;
}
#team #instructors .pattern .dots{
  position:absolute;
  inset:0;
  background-image: radial-gradient(circle at 2px 2px, rgb(30,30,30) 1px, transparent 0px);
  background-size:40px 40px;
}



/* header */
#team .instructors-header{
  text-align:center;
  max-width:760px;
  margin:0 auto 48px;
}
#team .instructors-header .eyebrow{
    display: inline-block;
    color: #ff5a1f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 8px;
    font-weight: 500;
    font-family: "Inter", system-ui, -apple-system, sans-serif;
}
#team .instructors-header h2{
  font-size: 40px;
    color: #0b0b0b;
    line-height: 1.3;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}
#team .instructors-header p{
    margin: 0;
    color: #444;
    font-size: 16px;
    line-height: 1.7;
    margin-top: 16px;

}



/* card */
#team .instructor,
#innerpage-box .peccular-team-area .instructor{
  position:relative;
  transition:transform .28s ease,box-shadow .28s ease;
}
#team .card,
#innerpage-box .peccular-team-area .card{
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 10px 22px rgba(10,10,10,0.08);
  transition:box-shadow .28s ease,transform .28s ease;
}
#team .instructor:hover .card,
#innerpage-box .peccular-team-area .instructor:hover .card{
  /* transform:translateY(-8px); */
  box-shadow:0 20px 40px rgba(10,10,10,0.12);
}

/* image area */
#team .card .media,
#innerpage-box .peccular-team-area .card .media{
  position:relative;
  height:24rem;
  overflow:hidden;
}
#team .card .media img,
#innerpage-box .peccular-team-area .card .media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .7s cubic-bezier(.2,.9,.2,1);
}
#team .instructor:hover .card .media img,
#innerpage-box .peccular-team-area .instructor:hover .card .media img{
  transform:scale(1.08);
}

/* gradient overlay on image */
#team .card .media::after,
#innerpage-box .peccular-team-area .card .media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(30,30,30,0.75) 12%, rgba(30,30,30,0.45) 45%, rgba(0,0,0,0) 100%);
  pointer-events:none;
}

#team .media .caption,
#innerpage-box .peccular-team-area .media .caption{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:24px;
  color:white;
  z-index:5;
  background:linear-gradient(to top, rgba(0,0,0,0.45), rgba(0,0,0,0));
}
#team .media .caption h4,
#innerpage-box .peccular-team-area .media .caption h4{
  margin: 0 0 6px;
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}
#team .media .caption p,
#innerpage-box .peccular-team-area .media .caption p{
  margin: 0;
    color: #fdd400;
    font-size: 14px;
    line-height: 1.4;
}

/* card body */
#team .card .body,
#innerpage-box .peccular-team-area .card .body{
  padding:20px;
  display:flex;
  flex-direction:column;
  gap:16px;
}



/* button */
#team .card .btn,
#innerpage-box .peccular-team-area .card .btn{
    width: 100%;
    padding: 12px 14px;
    border-radius: 16px;
    background: #f7f7f7;
    color: #0b0b0b;
    /* border: 1px solid rgba(0, 0, 0, 0.06); */
    /* cursor: pointer; */
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}
#team .card .btn:hover,
#innerpage-box .peccular-team-area .card .btn:hover{
  background:#ff5a1f;
  color:#fff;
  /* transform:translateY(-2px); */
}
#team .card .btn i,
#innerpage-box .peccular-team-area .card .btn i{
  font-size: 14px; margin-left: 8px;}

/* decorative corners */
#team .corner-top-left,#team .corner-bottom-right,
#innerpage-box .peccular-team-area .corner-top-left,#innerpage-box .peccular-team-area .corner-bottom-right{
  position:absolute;
  width:28px;height:28px;
  opacity:0;
  transition:opacity .28s ease;
  pointer-events:none;
}
#team .corner-top-left,
#innerpage-box .peccular-team-area .corner-top-left{
  left:-12px;top:-12px;
  border-top:4px solid #fdd400;
  border-left:4px solid #fdd400;
  border-top-left-radius:8px
}
#team .corner-bottom-right,
#innerpage-box .peccular-team-area .corner-bottom-right{
  right:-12px;bottom:-12px;
  border-bottom:4px solid #ff5a1f;
  border-right:4px solid #ff5a1f;
  border-bottom-right-radius:8px
}
#team .instructor:hover .corner-top-left,#team .instructor:hover .corner-bottom-right,
#innerpage-box .peccular-team-area .instructor:hover .corner-top-left,#innerpage-box .peccular-team-area .instructor:hover .corner-bottom-right{
  opacity:1}

/* bottom CTA box */
#team .cta {
  margin-top: 64px;
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 10px 26px rgba(10, 10, 10, 0.06);
}

#team .cta h4  {
  margin: 0 0 8px;
    font-size: 24px;
    color: #0b0b0b;
    line-height: 1.4;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

#team .cta p  {
  margin: 0 0 24px;
    color: #444;
    font-size: 16px;
    line-height: 1.7;
}

#team .cta .cta-badges{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  justify-content:center;
}

#team .cta .small-badge {
  border-radius: 6px;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.3;
}

/* ODD Badges (1st, 3rd, 5th...) */
#team .cta .small-badge:nth-child(odd) {
  background:rgba(255,90,31,0.10);   /* primary/5 */
  color:#ff5a1f;                     /* primary */
  border: 1px solid rgba(255,90,31,0.20);
}

/* EVEN Badges (2nd, 4th, 6th...) */
#team .cta .small-badge:nth-child(even) {
  background:rgba(253,212,0,0.10);   /* accent/5 */
  color:#1e1e1e;                     /* secondary */
  border: 1px solid rgba(253,212,0,0.20);  
}

/* small screens */
@media(max-width:600px){
  #team .media{
    height:18rem}
  #team .instructors-header h2{
    font-size:24px}
}




/*----------------------------------------*/
/*  Team inner Page
/*----------------------------------------*/


#innerpage-box .peccular-team-area{
  display: grid;
  margin-bottom: 30px;
}


/*----------------------------------------*/
/*  Instagram home Area
/*----------------------------------------*/

#instagram {
position: relative;
overflow: hidden;
z-index: 0;
}
#instagram .section-title{
color: #000000;
font-size: 48px;
font-weight: 500;
line-height: 1;
font-family: system-ui;
margin-bottom: 16px;
}
#instagram .section-description{
color: #4a5565;
font-size: 18px;
line-height: 1.5;
max-width: 850px;
margin: auto;
}
#instagram .insta-head{
position: relative;
z-index: 1;
}
#instagram .insta-head .ins-header svg{
color: #666666;
}
#instagram .insta-head .ins-header p{
font-size: 0.85rem; 
letter-spacing: 0.15em;
color: #666666;
}
#instagram .insta-head .section-title{
color: #000000;                
}
#instagram .insta-head .section-description{
color: #666666;                
}
/* ================================
Instagram Grid
================================ */
#instagram .pec-insta-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
}
@media (min-width: 768px) {
#instagram .pec-insta-grid {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1200px) {
#instagram .pec-insta-grid {
    grid-template-columns: repeat(6, 1fr);
}
}

/* ================================
Each Item - Square + Hover
================================ */
#instagram .pec-insta-item {
position: relative;
display: block;
aspect-ratio: 1 / 1;   /* Perfect square - same as design */
overflow: hidden;
cursor: pointer;
text-decoration: none;
}

/* Image zoom on hover */
#instagram .pec-insta-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.5s ease;  /* Smooth zoom */
}
#instagram .pec-insta-item:hover img {
transform: scale(1.1);  /* Same as design: group-hover:scale-110 */
}

/* ================================
Overlay - Black 50% + Icon
================================ */
#instagram .pec-insta-overlay {
position: absolute;
inset: 0;                          /* top:0 right:0 bottom:0 left:0 */
background: rgba(0, 0, 0, 0.5);   /* bg-black/50 */
opacity: 0;                        /* Hidden by default */
transition: opacity 0.3s ease;    /* Smooth fade */
display: flex;
align-items: center;
justify-content: center;
}
/* Show overlay on hover */
#instagram .pec-insta-item:hover .pec-insta-overlay {
opacity: 1;
}

/* ================================
Follow Button
================================ */
#instagram .pec-insta-follow-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 16px 48px;
font-size: 16px;
line-height: 1.5;
font-weight: 500;
text-decoration: none;
border-radius: 0px;
transition: background-color 0.3s ease, color 0.3s ease;
border: 2px solid #101828;
background-color: #ffffff;
color: #101828;
}
#instagram .pec-insta-follow-btn:hover {
background-color: #101828 !important;
color: #ffffff !important;
}

/*----------------------------------------*/
/*  Testimonials Area
/*----------------------------------------*/
#testimonials{    
    position: relative;
    padding: 5rem 0;
    color: #ffffff;
    background-color: #ffffff;
    overflow: hidden;
     background: linear-gradient(135deg, #fbf9fa, #ffffff);
}


/* Header Wrapper */
#testimonials .testimonial-header {
    text-align: center;
    margin-bottom: 64px;
}

/* Small tag text */
#testimonials .section-tag {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #6a7282;
    margin-bottom: 16px;
}

/* Main title */
#testimonials .section-title {
    font-size: 48px;
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 1;
    font-family: system-ui;
}

/* Subtext */
#testimonials .section-subtext {
   max-width: 672px;
    margin: auto;
    font-size: 18px;
    color: #4a5565;
    line-height: 1.5;
}


/* ----------new testimonial ---------- */
#testimonials .item{
  margin-bottom: 32px;
}


/* Card container */

/* Star rating */
#testimonials .rating-container ,
#innerpage-box .testimonials_b .rating-container {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
}

#testimonials .rating-container i ,
#innerpage-box .testimonials_b .rating-container i {
    font-size: 16px;
    color: #fdd400;
}

/* new */
#testimonials .testimonial-card {
  background: #fff;
  padding: 32px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s;
}

#testimonials .testimonial-card:hover {
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

#testimonials .quote-icon {
  width: 48px;
    height: 48px;
    fill: none;
    stroke: #ebe6e7;
    margin-bottom: 24px;
}

/* #testimonials .stars {
  color: #facc15;
  font-size: 18px;
  margin-bottom: 16px;
} */

#testimonials .text {
  color: #364153;
    line-height: 1.6;
    margin-bottom: 24px;
}

#testimonials .author {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid #f6f3f4;
}

#testimonials .author img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

#testimonials .author h4 {
  margin-bottom: 4px;
    font-size: 16px;
    color: #0a0a0a;
}

#testimonials .author span {
  font-size: 14px;
    color: #6a7282;
    line-height: 1.4;
}


/*----------------------------------------*/
/*   Featured Products Section
/*----------------------------------------*/
#featuredproducts {position: relative; overflow: hidden; background: #fff;}
#featuredproducts .section-title {
    position: relative;
    margin: 0 auto 4em auto;
    text-align: center;
}
#featuredproducts .section-title p.header-color {
    color: #ff5a1f;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 8px;
    letter-spacing: 0.4px;
}
#featuredproducts .section-title h4 {
    color: #0b0b0b;
    font-size: 2.5rem;
    line-height: 1.3;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}
#featuredproducts .section-title p {
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 16px;
    color: #444;
}

#featuredproducts .featuredproducts-box{position: relative;}
#featuredproducts .featuredproductsbx {
    position: relative;
    /* overflow: hidden; */
    /* width: 25%; */
    padding: 6px 12px;
    margin-bottom: 25px;
    display: grid;
}
#featuredproducts .pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}
#featuredproducts .quick-view-popup{
  display: grid;
}

#featuredproducts .badge i {
  font-size: 12px;
}
#featuredproducts .quick-view-popup:nth-child(3) .badge {
  display: block;
}
#featuredproducts .badge {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    background: #e24e19;
    color: #fff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 1.4;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    display: none;
}
#featuredproducts .product-price del{display: none;}

#featuredproducts .product-imagebx,
#featuredproducts .product-image img,
#featuredproducts .product-image {
    position: relative;
    overflow: hidden;
    transition: all 1s ease 0s;
    display: none;
}


/* --- Colors --- */


/* Card */
#featuredproducts .quick-view-popup:nth-child(3) .price-card {
  background: #222;
    color: #fff;
    padding: 35px;
    border-radius: 20px;
    position: relative;
    border: 2px solid #e24e19;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transition: 0.3s;
}
#featuredproducts  .price-card {
  position: relative;
  background: linear-gradient(to bottom right, #ffffff, #f7f7f7);
  border-radius: 26px;
  overflow: hidden;
  border: 2px solid #e5e5e5;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  max-width: 340px;
  padding: 40px 24px 32px;
}

#featuredproducts .price-card:hover {
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
  transform: translateY(-10px) scale(1.02);
}

/* Inner Content */
#featuredproducts .price-card-content {
  padding: 40px 24px 32px;
}

/* Header */
#featuredproducts .card-header1 {
  text-align: center;
  margin-bottom: 16px;
}

#featuredproducts .quick-view-popup:nth-child(3) .card-header1 .title {
  color: #fff;
}
#featuredproducts .card-header1 .title {
    margin-bottom: 8px;
    color: #0b0b0b;
    line-height: 1.5;
    font-size: 20px;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

#featuredproducts .quick-view-popup:nth-child(3) .card-header1 .subtitle p {
  color: #fff;
  opacity: 0.8;
}
#featuredproducts .card-header1 .subtitle p {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #444;
}

/* Price Box */
#featuredproducts .quick-view-popup:nth-child(3) .price-box {
  background: rgba(255,255,255,0.1);
}
#featuredproducts .price-box {
    display: inline-block;
    padding: 12px 16px;
    background: rgba(255, 90, 31, 0.1);
    border-radius: 16px;
}

#featuredproducts .quick-view-popup:nth-child(3) .price-box .price {
  color: #ffcf40;
}
#featuredproducts .price-box .price {
  font-size: 30px;
    line-height: 1.2;
    color: #ff5a1f;
}

#featuredproducts .quick-view-popup:nth-child(3) .price-box .per {
  color: #ddd;
}
#featuredproducts .price-box .per {
  font-size: 14px;
    color: #444;
    line-height: 1.4;
}

/* Features */
#featuredproducts .features {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

#featuredproducts .quick-view-popup:nth-child(3) .price-card li{
  color: #fff;
}
#featuredproducts .price-card li{
  /* display: flex; */
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #444;
}
#featuredproducts .price-card ul li::before{
    content: "\f058";
    position: relative;
    font-family: 'FontAwesome';
    margin-right: 8px;
    font-size: 16px;
    color: #ff5a1f;
    position: relative;
}


#featuredproducts .check::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 4px;
}

/* Button */
#featuredproducts .product-description a {
  display: block;
    width: 100%;
    padding: 10px 14px;
    background: #ff5a1f;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
    text-align: center;
    margin-top: 24px;
}

#featuredproducts .product-description a:hover {
  background: #e24e19;
}

/* ---------------- */
#featuredproducts .offer-section {
    text-align: center;
    margin-top: 3rem;
}

#featuredproducts .offer-badge {
    display: inline-block;
    padding: 1rem 2rem;
   background-color: rgba(253, 212, 0, 0.10);  /* accent/10 */
    border-radius: 999px; /* full rounded */
    margin-bottom: 1rem;
}

#featuredproducts .offer-badge p {
    font-size: 1.25rem; /* text-heading */
    font-weight: 600;
    margin: 0;
    color: #0b0b0b;
}

#featuredproducts .offer-subtext {
    font-size: 1rem; /* text-body */
    color: #444;
    margin: 0;
}


 
#featuredproducts .strip-top {
    top: 0; /* top strip */
    background-image: repeating-linear-gradient(
        to right,
        #fdd400 0 40px,
        #1e1e1e 40px 80px
    );
    opacity: 0.7;
    animation: slide-top 6s linear infinite; /* fast continuous */
}
/* Top strip moves left and back quickly */
@keyframes slide-top {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(-80px); } /* slide left slightly */
    100% { transform: translateX(0); }
}
#featuredproducts .strip {
    position: absolute;
    width: 120%; /* ensure smooth sliding */
    height: 8px; /* height of each strip */
    background-size: 160px 100%; /* each yellow/grey segment width */
    background-repeat: repeat-x;
}
#featuredproducts .strip-bottom {
    bottom: 0; /* bottom strip */
    background-image: repeating-linear-gradient(
        to right,
        #fdd400 0 40px,
        #1e1e1e 40px 80px
    );
    opacity: 0.2;
    animation: slide-bottom 6s linear infinite; /* opposite direction */
}
/* Bottom strip moves right and back quickly */
@keyframes slide-bottom {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(80px); } /* slide right slightly */
    100% { transform: translateX(0); }
}


/*----------------------------------------*/
/*  Project Area
/*----------------------------------------*/
#project .peccular-section-head h2 {
    margin-bottom: 33px;
}

#project .peccular-section-head {
    margin:0;
}

#project .project-overlay,
#innerpage-box .project-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}

/*-------------------for project drag image option ------------------*/
/* 

/* new project inner */

#innerpage-box .project-tabs{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  /* background-color: #f4f4f4; */
  border-bottom: 1px solid #d1d5db;
}
#innerpage-box .project-tabs a{
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  color: #111827;
  cursor: pointer;
  transition: all 0.3s ease;
}
#innerpage-box .project-tabs a:hover {
  border-color: #06b6d4; /* cyan-400 */
  color: #0891b2;        /* cyan-600 */
  transform: translateY(-2px);
}

#innerpage-box .project-item{
  display: grid;
  margin-bottom: 30px;
}

#innerpage-box .project-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  /* max-width: 380px;
  margin: auto; */
  cursor: pointer;
}

#innerpage-box .project-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

#innerpage-box .project-card .project-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

#innerpage-box .project-card .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

#innerpage-box .project-card:hover .project-image img {
  transform: scale(1.1);
}

#innerpage-box .project-card .imgcat-wrap {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
}
#innerpage-box .project-card .category {
  /* position: absolute;
  top: 15px; */
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}



#innerpage-box .project-card .category {
  left: 15px;
  background: rgba(34,211,238,0.9);
  color: #fff;
}

#innerpage-box .project-card .project-content {
  padding: 20px;
}

#innerpage-box .project-card .project-content h3 a{
  color: #0D1F2D;
}
#innerpage-box .project-card .project-content h3 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 8px;
    transition: color 0.3s ease;
    padding: 0;
    line-height: 1.4;
    font-weight: inherit !important;
}

#innerpage-box .project-card:hover h3 a{
  color: #0891b2;
}

#innerpage-box .project-card .description {
  color: #4a5565;
    font-size: 16px;
    margin: 0;
    margin-bottom: 16px;
    line-height: 1.5;
}

#innerpage-box .project-card .details {
  margin-bottom: 15px;
}

#innerpage-box .project-card .detail-item {
  display: flex;
  align-items: center;
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 5px;
}

#innerpage-box .project-card .detail-item .icon {
  margin-right: 6px;
  color: #6b7280;
  font-size: 16px
}



#innerpage-box .project-card .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#innerpage-box .project-card .view-details {
  color: #0891b2;
  font-weight: 500;
  transition: color 0.3s ease;
}

#innerpage-box .project-card .footer .award {
  stroke: #9ca3af;
  transition: stroke 0.3s ease, transform 0.3s ease;
  width: 25px;
  height: 25px;
}

#innerpage-box .project-card:hover .view-details {
  color: #0e7490;
}

#innerpage-box .project-card:hover .award {
  stroke: #22d3ee;
  transform: translateX(4px);
}


/*----------------------------------------*/
/*  best seller 
/*----------------------------------------*/

#best-seller-products body.wc-qv-open {
    overflow: hidden;
}

#best-seller-products .wc-qv-modal {
    display: none;
}

#best-seller-products .wc-qv-modal.active {
    display: flex !important;
}

/***************/
/*eye popup*/
/***************/
/* Popup Overlay */
#best-seller-products {
    position: relative;
}
#product-results,.view-all{
    position: relative;
    z-index: 1;
}
#best-seller-products .wc-qv-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
    max-height: 100%;
    overflow-y: scroll;
}

/* Show active popup */
#best-seller-products .wc-qv-modal.active {
    display: flex;
}

/* Popup Box */
#best-seller-products .wc-qv-box {
    background: #fff;
        text-align: left;
    width: 90%;
    max-width: 1000px;
    display: flex;
    gap: 30px;
    border-radius: 10px;
    padding: 20px;
    overflow-x: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    overflow-y: scroll;
    max-height: 100%;
}

/* Close Button */
#best-seller-products .wc-qv-close {
    position: absolute;
    top: 4px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    z-index: 9999;
    text-decoration: none;
}

/* Left: Image */
#best-seller-products .wc-qv-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    background: #f9f9f9;
    overflow: hidden;
}

#best-seller-products .wc-qv-left img {
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
}

/* Right: Info */
#best-seller-products .wc-qv-right {
    flex: 1;
    padding: 25px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Title */
#best-seller-products .wc-qv-title {
    display: block !important;
    font-size: 24px !important;
    margin-bottom: 10px;
    text-align: left !important;
}

/* Categories */
#best-seller-products .wc-qv-categories {
    margin-bottom: 10px;
}
#best-seller-products .wc-qv-categories .category-item {
    background: #eee;
    color: #333;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 3px;
    margin-right: 5px;
}

/* Rating */
#best-seller-products .wc-qv-rating {
    margin-bottom: 2px;
}
#best-seller-products .wc-qv-rating .star-rating {display: inline !important;}
/* Description */
#best-seller-products .wc-qv-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 2px;
}
/**/
#best-seller-products .wc-qv-modal .woocommerce-Price-amount,
#best-seller-products .wc-qv-modal .custom-price span,
#best-seller-products .wc-qv-modal .custom-price{
    margin: 4px 0 !important;
    font-size: 1.5rem;
    font-weight: 700;
    color: #d4af37 !important;
}
#best-seller-products .wc-qv-modal .custom-price .regular-price{ display: none;}
#best-seller-products .wc-qv-modal .price del{display: none;}
/**/
/*attributes*/

/*single product attributes*/
#best-seller-products .wc-qv-modal .product-attributes{position: relative;}
#best-seller-products .smitbtn .cart{
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
#best-seller-products .wc-qv-modal .product-attributes .title{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0.5em;
}
#best-seller-products .wc-qv-modal .attribute-options{margin: 1px 0;}
#best-seller-products .wc-qv-modal .attribute-option{
    display: inline-block;
    padding: 5px 10px;
    border: 2px solid #ccc;
    border-radius: 4px;
    margin: 4px 4px;
    font-size: 14px;
    color: #1a1a1a !important;
}
#best-seller-products .wc-qv-modal .attribute-option.active {
    border-color: #d4af37 !important;       
    background:#f5f1e8 !important;               
}

#best-seller-products .wc-qv-modal .short-description {
    margin: 20px 0;
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 20px;
}
#best-seller-products .wc-qv-modal .short-description p{ color: #666 !important;}
#best-seller-products .wc-qv-modal .btnbx {
    position: relative;
    /* border-top: 1px solid #ccc; */
    margin: 4px 0 !important;
    padding: 0em 0 2em 0;
    border-bottom: 1px solid #ccc;
}

/*variable */
/* Custom Variation Buttons (Metal Type, Ring Size, Diamond Carat) */
#best-seller-products .wc-qv-modal .variations {
    display: none;
}
#best-seller-products .wc-qv-modal .custom-variation-attributes {
    position: relative;
    margin: 8px 0 !important;
}
#best-seller-products .wc-qv-modal .variation-attribute-group {
    position: relative;
    margin-bottom: 2px !important;
}
#best-seller-products .wc-qv-modal .variation-label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}
#best-seller-products .wc-qv-modal .size-guide-link {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-decoration: underline;
    margin-left: 10px;
    cursor: pointer;
}
#best-seller-products .wc-qv-modal .size-guide-link:hover {
    color: #d4af37;
}
#best-seller-products .wc-qv-modal .variation-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    position: relative;
}
#best-seller-products .wc-qv-modal .variation-button {
    display: inline-block;
    padding: 10px 20px;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    min-width: auto;
    line-height: 1.4;
    box-shadow: none;
}
#best-seller-products .wc-qv-modal .variation-button:hover {
    border-color: #d4af37;
    background: #f4ecd4;
    color: #1a1a1a;
}
#best-seller-products .wc-qv-modal .variation-button.active {
    background: #f4ecd4 !important;
    border-color: #d4af37 !important;
    color: #1a1a1a !important;
    font-weight: 600;
}
#best-seller-products .wc-qv-modal .variation-button:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.3);
}
/* quntity buton*/
#best-seller-products .wc-qv-modal .custom-quantity-wrapper input[type="number"]{
    width: 40px !important;
    border: none;
    padding: 6px 4px;
}
#best-seller-products .wc-qv-modal .quantity,
#best-seller-products .wc-qv-modal .custom-quantity-wrapper {
    border: 1px solid #000;
    display: inline-block;
    margin: 10px 8px 8px 0;
}
#best-seller-products .wc-qv-modal .quantity button,
#best-seller-products .wc-qv-modal .custom-quantity-wrapper button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
}

/*****/

/* Quantity + Button */

#best-seller-products .wc-qv-modal .quantity {
    align-items:center;
    margin-bottom:10px;
}
#best-seller-products .wc-qv-modal .quantity .plus,
#best-seller-products .wc-qv-modal .quantity .minus {
    cursor:pointer;
    padding:5px 10px;
    border:1px solid #ccc;
    background:#eee;
    user-select:none;
}
#best-seller-products .wc-qv-modal .quantity .qty {
    width:50px;
    text-align:center;
    margin:0 5px;
    border: none;
    padding: 5px 0;
}

/* Variation buttons */

/* Quantity container */
#best-seller-products .wc-qv-add-to-cart .quantity {
    display:flex;
    align-items:center;
    margin-bottom:10px;
}

/* Plus / minus buttons */
#best-seller-products .wc-qv-add-to-cart .quantity .plus,
#best-seller-products .wc-qv-add-to-cart .quantity .minus {
    display:inline-block;
    width:30px;
    height:30px;
    line-height:28px;
    text-align:center;
    cursor:pointer;
    border:1px solid #ccc;
    background:#eee;
    user-select:none;
}

/* Quantity input */
#best-seller-products .wc-qv-add-to-cart .quantity .qty {
    width:50px;
    text-align:center;
    margin:0 5px;
}

/* Add to Cart button */
#best-seller-products .wc-qv-add-to-cart .single_add_to_cart_button {
    padding:10px 20px;
    background:#000;
    color:#fff;
    border:none;
    cursor:pointer;
}

/* Variation buttons */
#best-seller-products .variation-buttons { display:flex; flex-wrap:wrap; margin-bottom:15px; }
#best-seller-products .variation-buttons .var-btn {
    margin-right:10px; margin-bottom:10px;
    border:1px solid #ccc; padding:5px 15px; cursor:pointer; border-radius:4px;
}
#best-seller-products .variation-buttons .var-btn.active { background:#000; color:#fff; border-color:#000; }

/* Add to Cart button styling */
#best-seller-products .wc-qv-add-to-cart .single_add_to_cart_button {
    padding:10px 20px;
    background:#000;
    color:#fff;
    border:none;
    cursor:pointer;
}
/* Add to cart button spacing */
#best-seller-products .wc-qv-modal .wc-qv-add-to-cart {   margin-top:15px;}

#best-seller-products .wc-qv-box .wc-qv-info, 
#best-seller-products .wc-qv-box .woocommerce-page ul.products li.product{text-align: left;}



/* header bastseller */
#best-seller-products .section-header {
  margin-bottom: 64px;
  z-index: 2;
    position: relative;
}
#best-seller-products .section-header .section-header-right{
  align-content: end;
}

/* Left text */
#best-seller-products .subtitle {
  font-size: 14px;
  letter-spacing: 2px;
  color: #6a7282;
  margin-bottom: 15px;
  line-height: 1.4;
}

#best-seller-products .title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: #0a0a0a;
  margin: 0;
}
#best-seller-products .section-header .section-header-right #product-category-tabs li{
    margin-bottom: 12px;
}

/* Buttons */
#best-seller-products .all-categories-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

#best-seller-products .all-categories-list ul li a {
    padding: 8px 24px;
    background: transparent;
    border: 1px solid #d1d5dc;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #0a0a0a;
}

#best-seller-products .all-categories-list ul li a:hover {
    border-color: #111827;
}

#best-seller-products .all-categories-list ul li.active a {
    background: #101828;
    color: #ffffff;
    border-color: #111827;
}

/* Responsive */
@media (max-width: 768px) {
    #best-seller-products .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    #best-seller-products .all-categories-list ul li  {
        flex-wrap: wrap;
    }

    #best-seller-products .title {
        font-size: 36px;
    }
}


/* image */
#best-seller-products .product-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

#best-seller-products .product-image {
  position: relative;
  background: #f5f5f5;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

#best-seller-products .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

#best-seller-products .product-card:hover img {
  transform: scale(1.05);
}

#best-seller-products .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: 0.3s;
}

#best-seller-products .product-card:hover .overlay {
  background: rgba(0,0,0,0.2);
}

/* icons */
#best-seller-products .actions {
  position: absolute;
  top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#best-seller-products .actions.right {
  right: 16px;
}

#best-seller-products .icon-btn12 {
    background: rgba(255,255,255,0.9);
    border: none;
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
    color: #101828;
}
#best-seller-products .add-to-wishlist-button .icon-btn1 {
    background: rgba(255,255,255,0.9);
    border: none;
    padding: 10px;
    font-size: 20px;
    border-radius: 50%;
    color: #101828;
}
#best-seller-products .add-to-wishlist-button.added .icon-btn1 {
    background-color: #fb2c36;
    color: #FFF;
}

#best-seller-products .feaprd-btn a {
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
  color: #0a0a0a;
}
#best-seller-products .product-card:hover .feaprd-btn a {
  opacity: 1;
}
#best-seller-products .feaprd-btn a svg{
  width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}
#best-seller-products .feaprd-btn a:hover {
    background: #111827; /* dark gray */
    color: #fff;
    transform: scale();
}
/* badges */
#best-seller-products .badges {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#best-seller-products .badge1 {
  font-size: 12px;
    padding: 4px 12px;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0.3px;
}

#best-seller-products .badge1.new { background: #101828; }
#best-seller-products .badge1.sale { background: #e7000b; }

/* quick view */
#best-seller-products .quick-view {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    transition: 0.3s;
    padding: 16px;
    text-align: center;
}

#best-seller-products .product-card:hover .quick-view {
  transform: translateY(0);
}

#best-seller-products .quick-view .wc-qv-btn {
  color: #101828;
    padding: 12px 0;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    width: 100%;
    display: flex;
    justify-content: center;
}

#best-seller-products .quick-view .wc-qv-btn:hover {
  background: #101828;
  color: #fff;
}

/* content */
.product-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

#best-seller-products .category {
  font-size: 12px;
    color: #6a7282;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.3;
}

#best-seller-products .title1 a {
  font-size: 18px;
    margin-bottom: 16px;
    line-height: 1.5;
    color: #0a0a0a;
    font-weight: 500;
}

#best-seller-products .rating {
  font-size: 14px;
  color: #facc15;
  margin-bottom: 14px;
}

#best-seller-products .rating span.filled {
    color: #facc15;
}
#best-seller-products .rating span {
    color: #d1d5dc;
    font-size: 20px;
}
#best-seller-products .rating .rating-text {
    color: #4a5565;
    font-size: 14px;
    line-height: 1.4;
    margin-left: 8px
}

/* #best-seller-products .price {
  margin-top: auto;
} */

#best-seller-products .price del bdi {
    color: #99a1af;
    font-size: 14px;
    line-height: 1.4;
    margin-right: 8px;
}
#best-seller-products .price ins bdi ,.price bdi {
    font-size: 24px;
    line-height: 1.3;
    color: #0a0a0a;
    /* margin-left: 8px; */
}

#best-seller-products .price .new {
  font-size: 22px;
}


#best-seller-products .view-all {
  text-align: center;
  margin-top: 36px;
}

#best-seller-products .view-all-btn {
    background: transparent;
    border: 2px solid #111;
    color: #111;
    padding: 16px 48px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
        display: inline-block;
}

#best-seller-products .view-all-btn:hover {
  background: #111;
  color: #fff;
}



/* ----------------------------------- */
/* wishlist  */
/* ------------------------------------- */
/* ===============================
   WISHLIST / PRODUCT GRID (4 ROW)
================================ */
#wishlist .product-grid,
#wishlist .wishlist-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding: 0;
    margin: 0;
}

/* Responsive */
@media (max-width: 1200px) {
    #wishlist .product-grid,
    #wishlist .wishlist-products {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 992px) {
    #wishlist .product-grid,
    #wishlist .wishlist-products {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    #wishlist .product-grid,
    #wishlist .wishlist-products {
        grid-template-columns: 1fr;
    }
}

/* ===============================
   CARD
================================ */
#wishlist .group,
#wishlist .wishlist-product {
  position: relative;
    list-style: none;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    transition: all .3s ease;
}
#wishlist .group:hover,
#wishlist .wishlist-product:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,.15);
}
#wishlist .wishlist-product-inner{
  position: relative;
}
/* ===============================
   IMAGE
================================ */
#wishlist .aspect-square,
#wishlist .wishlist-product-image {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #f3f4f6;
    overflow: hidden;
}

#wishlist .aspect-square img,
#wishlist .wishlist-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

#wishlist .group:hover img,
#wishlist .wishlist-product:hover img {
    transform: scale(1.1);
}

/* ===============================
   SALE BADGE
================================ */
#wishlist .onsale {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #dc2626;
    color: #fff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    z-index: 2;
}

/* ===============================
   REMOVE BUTTON
================================ */
#wishlist .wishlist-product-remove,
#wishlist .remove-from-wishlist-button {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
}

#wishlist .remove-from-wishlist-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #fff;
    color: #dc2626;
    border-radius: 50%;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

#wishlist .remove-from-wishlist-button:hover {
    background: #fee2e2;
}

/* ===============================
   ADD TO CART (HOVER)
================================ */
#wishlist .feaprd-btn {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    opacity: 0;
    transform: translateY(20px);
    transition: all .3s ease;
}

#wishlist .group:hover .feaprd-btn,
#wishlist .wishlist-product:hover .feaprd-btn {
    opacity: 1;
    transform: translateY(0);
}

#wishlist .feaprd-btn a {
    display: block;
    background: #111;
    color: #fff;
    padding: 14px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    margin: 0px;
}

#wishlist .feaprd-btn a:hover {
    background: #333;
}

/* ===============================
   CONTENT
================================ */
#wishlist .wishlist-product-details {
    padding: 24px;
}

#wishlist .wishlist-product-categories a{
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 6px;
}

#wishlist .wishlist-product-title {
    font-size: 18px;
    margin: 8px 0 12px;
    font-family: system-ui;
    line-height: 1.5;
}



/* ===============================
   PRICE
================================ */
#wishlist .wishlist-product-price {
    font-size: 18px;
    font-weight: 600;
    color: #0a0a0a;
}

#wishlist .wishlist-product-price del {
    color: #9ca3af;
    margin-right: 8px;
}

/* ===============================
   RATING
================================ */
#wishlist .wishlist-product-rating {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 2px;
}

#wishlist .wishlist-product-rating .star {
    font-size: 16px;
    color: #d1d5db;
}

#wishlist .wishlist-product-rating .star.filled,
#wishlist .wishlist-product-rating .star.half {
    color: #facc15;
}

#wishlist .rating-text {
    margin-left: 6px;
    font-size: 14px;
    color: #6b7280;
}





#wishlist #confirm-remove-popup {
        display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.2); */
    background: rgba(12, 29, 50, .3);
    z-index: 9999;
    overflow: auto;
}
#wishlist .popup-content {
    position: relative;
    background-color: #fff;
    max-width: 500px;
    margin: 20px auto;
    padding: 2.5em 2.5em 2.5em;
    border-radius: 0;
    margin-top: 9%;
}
#wishlist #popup-close {
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 23px;
    cursor: pointer;
}
#wishlist .popup-content button {
        margin: 5px;
    padding: 6px 25px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
}
/* #wishlist .wishlist-content{text-align: center;} */
/* ------------------------end----------------------- */
/* ------------------------------------------------- */
/* =------------------------Add to Card-------------- */
/* =================================================== */


 /* Responsive & Styling */
    
    #custom-cart-modal {
      background: rgb(255, 255, 255);
      border: 1px solid rgb(204, 204, 204);
    }
    #custom-cart-modal .h4{
      font-size: 24px;
      color: #101828;
    }
    #custom-cart-modal .drawer__close button{
      color: #101828;
    }
    #custom-cart-content p{
        margin-bottom: 15px;
    }
    #custom-cart-modal {
        display: flex;
        flex-direction: column;
        transition: all 0.1s;
    }
    .drawer__header {
        display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e8e8e1;
    margin: 1.5em 0 1.5em;
    padding-bottom: 1rem;
    }
    #custom-cart-modal .cart-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }
    
    #custom-cart-modal .cart-item-details {
        flex-grow: 1;
    }
    
    #custom-cart-modal .cart-item-details .description {
        font-size: 13px;
        color: #666;
        margin-bottom: 5px;
        max-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #custom-cart-modal .cart-item-details .price {
        font-weight: 600;
        color: #000;
        font-size: 15px;
        margin: 8px 0;
    }
    strong{
        font-size: 16px;
        font-weight: 400;
        color: #4a5565;
    }
    strong span{
        color: #101828;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    }
    
    
    .custom-cart-remove:hover {
        background: #cc0000;
    }
    .custom-cart-button a{
        background: #101828;
    color: #fff;
    padding: 16px 20px;
    text-decoration: none;
    border-radius: 0px;
    /* flex: 0 0 46%; */
    text-align: center;
    }
    .custom-cart-button a.custom-cart-btn2{
    background: #fff;
    border: 2px solid #d1d5dc;
    color: #101828;
}
    .custom-cart-button a.custom-cart-btn2:hover{
    background: #fbf9fa;
    
}
    @media (max-width: 480px) {
        #custom-cart-modal {
            width: 95%;
            max-height: 90vh;
            top: 5%;
        }
        #custom-cart-modal .cart-item {
            /*flex-direction: column;*/
            align-items: flex-start;
        }
        #custom-cart-modal .cart-item img {
            margin-bottom: 8px;
        }
        #custom-cart-modal .quantity-controls {
            justify-content: flex-start;
        }
    }

    /* Cart item wrapper */
.cart-item {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #e5e7eb;
    align-items: flex-start;
}

/* Product image */
#custom-cart-modal .cart-imgbx {
    width: 96px;
    height: 96px;
    flex-shrink: 0;
    background: #f3f4f6;
}

#custom-cart-modal .cart-imgbx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right content */
#custom-cart-modal .cart-item-details {
    flex: 1;
}

/* Product title */
#custom-cart-modal .cart-item-details h4 {
    font-size: 18px;
    font-weight: 500;
    color: #101828;
    margin: 0 0 4px;
    line-height: 1.4;
}

/* Variation / category */
#custom-cart-modal .cart-item-details .description {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 10px;
}

/* Price + Qty row */
#custom-cart-modal .price-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Quantity controls */
#custom-cart-modal .quantity-controls {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
}

#custom-cart-modal .quantity-controls button {
    width: 32px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #0a0a0a;
    border-radius: 0px;
}

#custom-cart-modal .quantity-controls button:hover {
    background: #f3f4f6;
}

#custom-cart-modal .quantity-controls input {
    width: 40px;
    text-align: center;
    border: none;
    font-size: 14px;
    background: transparent;
    padding: 7px 10px;
    border-left: 1px solid #d1d5db;
    border-right: 1px solid #d1d5db;
    font-size: 14px;
    min-width: 24px;
    text-align: center;
}

/* Price */
#custom-cart-modal .cart-item-details .price {
    font-size: 16px;
    font-weight: 500;
    color: #101828;
}

/* Remove button */
#custom-cart-modal .custom-cart-remove {
    background: none;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    font-size: 18px;
    padding: 4px;
    margin-left: auto;
}

#custom-cart-modal .custom-cart-remove:hover {
    color: #4b5563;
}

/* Mobile tweak */
@media (max-width: 480px) {
    #custom-cart-modal .cart-item {
        gap: 12px;
    }

    #custom-cart-modal .cart-imgbx {
        width: 80px;
        height: 80px;
    }
}
/* Mobile tweak */
@media (max-width: 374px) {
    #custom-cart-modal .cart-item {
        gap: 8px;
    }

    #custom-cart-modal .cart-imgbx {
        width: 70px;
        height: 70px;
    }
    #custom-cart-modal .price-row{
      gap: 8px;
    }
}
#custom-cart-modal #custom-cart-totals{
      margin: 15px 0;
      border-top: 1px solid #eee;
      padding: 15px 30px 0 0;
    }
    #custom-cart-modal #custom-cart-totals strong{
      font-size: 16px;
      font-weight: 400;
      color: #4a5565;
    }
    #custom-cart-modal #custom-cart-totals strong.popup-cart-subtotal{
      color: #101828;
      font-size: 24px;
      line-height: 1.3;
    }

/* ------------------end------------------- */


/* --------------------------single product page ----------------------*/
/* ================================================================ */


/* Square main image */
.woocommerce-product-gallery__image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
}

/* Thumbnail wrapper */
.flex-control-thumbs {
    overflow: hidden;
    display: flex !important;
    gap: 31px;
    overflow-x: auto;
    margin: 10px 30px;
    scroll-behavior: smooth;
}

/* Remove default list style */
.flex-control-thumbs li {
    list-style: none;
    flex: 0 0 auto;
    width: 110px;
}

/* Thumbnail image */
.flex-control-thumbs img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

/* Active + Hover */
.flex-control-thumbs img:hover,
.flex-control-thumbs .flex-active {
    border: 2px solid #000;
}

/* Single product – variation attribute buttons */
.custom-variation-attributes {
    /* margin: 20px 0; */
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.custom-variation-attributes .variation-attribute-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.custom-variation-attributes .variation-label {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
}

.custom-variation-attributes .variation-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.custom-variation-attributes .variation-button {
        border: 2px solid #ebe6e7;
    background: #fff;
    color: #111;
    border-radius: 4px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    height: auto;
}

.custom-variation-attributes .variation-button:hover {
    border-color: #111;
}

.custom-variation-attributes .variation-button.active {
    border-color: #111;
    background: #111;
    color: #fff;
}

/* Hide native selects but keep them functional for WooCommerce JS */
.custom-single-product table.variations select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}



/* ── Color Swatches ─────────────────────── */
.variation-buttons.color-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.variation-button.color-swatch {
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    padding: 0 !important;
    border: 2px solid #ddd !important;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: inherit;
    color: transparent !important;
    font-size: 0;
}

.variation-button.color-swatch:hover {
    transform: scale(1.1);
    border-color: #111 !important;
}

.variation-button.color-swatch.active {
    /* box-shadow: 0 0 0 2px #fff, 0 0 0 4px #111; */
    border-color: #111 !important;
    /* background-color: inherit !important; */
}

/* Clear button Size च्या शेजारी */
table.variations td.value {
    display: flex !important;
    flex-direction: row !important;
    align-items: end !important;
    flex-wrap: wrap;
    gap: 10px;
}

table.variations td.value .variation-attribute-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
}

table.variations td.value .variation-attribute-group .variation-label {
    white-space: nowrap;
}

table.variations td.value a.reset_variations {
    display: inline-flex !important;
    visibility: visible ;
    order: 2;
    /* margin-left: auto; */
    background: #111;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
}

/* Add to cart button खाली स्वतंत्र line मध्ये */
.single_variation_wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px;
    margin-top: 16px;
}

.woocommerce-variation {
    width: 100%;
}

/* .woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
} */

.woocommerce-variation-add-to-cart .quantity {
    flex-shrink: 0;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    flex: 1;
}


/* ---------------end========================== */



/*----------------------------------------*/
/*  Steps Area
/*----------------------------------------*/
/* -=--------------------------- */
#steps .circle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem; /* mb-8 */
}

/* new */

    #steps .text-center { text-align: center; }

    /* SECTION */
    #steps .how-section {
      position: relative;
      padding: 5rem 0;
      background: #fff;
      overflow: hidden;
    }

    #steps .decor-line {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 8px;
      display: block;
      pointer-events: none;
    }
    #steps .decor-line .inner {
      height: 100%;
      background: #fdd400;
      opacity: 0.3;
    }

    /* HEADER */
    #steps .how-header { margin: 0 auto 4rem; }
    #steps .how-header p.lead {
      color: #ff5a1f;
      font-weight: 500;
      margin-bottom: .5rem;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 1.7;
      font-family: "Inter", system-ui, -apple-system, sans-serif;
    }
    #steps .how-header h2 {
      font-family: "Poppins", system-ui, sans-serif;
      font-size: 40px;
      color: #0b0b0b;
      margin-bottom: .5rem;
      line-height: 1.3;
    }
    #steps .how-header p.sub {
      font-size: 1rem;
      margin-top: 16px;
      color: #444;
      line-height: 1.7;
    }

    /* STEP CARD */
    #steps .step-card {
      position: relative;
      border-radius: 1rem;
      padding: 2rem;
      text-align: center;
      background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
      border: 2px solid transparent;
      transition: box-shadow .15s ease, transform .35s ease, border-color .25s ease;
      overflow: hidden;
    }
    #steps .step-card:hover {
      /* transform: translateY(-6px); */
      border-color: rgba(255,90,31,0.2);
      box-shadow: 0 18px 40px rgba(16,24,40,.12), 0 4px 4px rgba(0,0,0,.15);
    }

    /* Accent circle */
    #steps .accent-circle {
      position: absolute;
      top: -40px;
      right: -60px;
      width: 128px;
      height: 128px;
      background: rgba(253,212,0,0.06);
      border-radius: 50%;
      transition: transform .5s ease;
      transform-origin: center;
    }
    #steps .step-card:hover .accent-circle { transform: scale(1.5); }

    /* Number Badge */
    #steps .number-badge {
      position: absolute;
      top: -20px;
      left: 50%;
      transform: translateX(-50%);
      width: 3.5rem;
      height: 3.5rem;
      border-radius: 50%;
      background: linear-gradient(135deg, #ff5a1f 0%, #fdd400 100%);
      border: 4px solid #fff;
      box-shadow: 0 6px 20px rgba(0,0,0,.12);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1rem;
      z-index: 10;
    }

    /* Icon Circle */
    #steps .icon-circle {
      width: 5rem;
      height: 5rem;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 24px auto 24px;
      box-shadow: 0 8px 20px rgba(2,6,23,.06);
      transition: transform .35s ease;
    }
    #steps .step-card:hover .icon-circle { transform: scale(1.1); }

    #steps .icon {
      font-size: 40px;
      color: #ff5a1f;
    }

    #steps .step-card h5 {
      font-size: 20px;
      line-height: 1.5;
      color: #0b0b0b;
      margin-bottom: 12px;
      font-family: "Poppins", system-ui, -apple-system, sans-serif;
    }
    #steps .step-card p.desc {
      font-size: 14px;
      color: #444;
      line-height: 1.4;
    }

    /* Gradient underline */
    #steps .underline-gradient {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, transparent, #ff5a1f, transparent);
      opacity: 0;
      transition: opacity .25s ease;
    }
    #steps .step-card:hover .underline-gradient { opacity: 1; }

    #steps .final-cta {
      margin-top: 3rem;
      font-size: 1rem;
      color: #444;
      text-align: center;
    }

    /* Mobile tweaks */
    @media (max-width: 767px) {
      #steps .how-section { padding: 3rem 0; }
      #steps .number-badge { width: 2.8rem; height: 2.8rem; font-size: .85rem; top: -1.1rem; }
      #steps .icon-circle { width: 4.6rem; height: 4.6rem; }
    }

/*----------------------------------------*/
/*  About us Area
/*----------------------------------------*/
#about {
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #111, #1f1f1f, #000);
}
#about .about-body{
    z-index: 1;
    position: relative;
}

/* CONTENT */
#about .label1 {
  font-size: 14px;
    letter-spacing: 1.4px;
    color: #99a1af;
    margin-bottom: 16px;
    line-height: 1.4;
}

#about .title {
      font-size: 60px;
    line-height: 1.25;
    margin-bottom: 24px;
    font-weight: 600;
    color: #fff;
}

#about .title span {
  display: block;
  background: linear-gradient(to right, #fff, #99a1af);
  font-family: 'PT Sans';
  -webkit-background-clip: text !important;
  color: transparent;
}

#about .description {
  font-size: 20px;
    color: #d1d5dc;
    max-width: 576px;
    margin-bottom: 32px;
    line-height: 1.4;
}

#about .cta-btn {
  background: #fff;
    color: #101828;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    display: inline-block;
    align-items: center;
    line-height: 1.5;
}

#about .cta-btn:hover {
  background: #e5e5e5;
}

#about .features {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #364153;
}

#about .value {
  font-size: 28px;
}

#about .text {
  font-size: 13px;
  color: #aaa;
}

/* IMAGE */
#about .image-wrap {
  position: relative;
}

#about .image-wrap img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  box-shadow: 0 40px 80px rgba(0,0,0,0.6);
}

#about .image-border {
  position: absolute;
  inset: -16px;
  border: 2px solid rgba(255,255,255,0.2);
  pointer-events: none;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  #about .feature-grid {
    grid-template-columns: 1fr;
  }

  /* #about .image-wrap img {
    height: 450px;
  } */
}

#about .counter-wrapper {
  padding-top: 48px;
  margin-top: 48px;
  border-top: 1px solid #444;
}

#about .counter-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

#about .counter-box .count1 {
  font-size: 30px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 4px;
}

#about .counter-box .label {
  font-size: 14px;
    letter-spacing: 1.4px;
    color: #99a1af;
    margin-bottom: 16px;
    line-height: 1.4;
}

/* Mobile */
@media (max-width: 475px) {
  #about .counter-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/*----------------------------------------*/
/*  process-commitment us Area
/*----------------------------------------*/
#process-commitment {
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
}
#process-commitment .process-commitment-body{
    z-index: 1;
    position: relative;
}




/* ---------------------- */
/* Card */
#process-commitment .info-card {
  position: relative;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}

#process-commitment .info-card.dark {
  background: #101828;
}

#process-commitment .info-card.green {
  background: linear-gradient(135deg, #064e3b, #065f46);
}

/* Background Image */
#process-commitment .bg-image {
  position: absolute;
  inset: 0;
}

#process-commitment .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  transition: transform 0.7s ease, opacity 0.7s ease;
}

/* Hover image */
#process-commitment .info-card:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}

/* Content */
#process-commitment .content {
  position: relative;
  z-index: 2;
  padding: 64px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Text */
#process-commitment .tag {
  font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1.4px;
    color: #d1d5dc;
    margin-bottom: 16px;
}

#process-commitment .green-text {
  color: #bbf7d0;
}

#process-commitment .title {
  font-size: 48px;
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 24px;
    font-family: 'Poppins';
}

#process-commitment .title span {
  display: block;
}

#process-commitment .desc {
    font-size: 18px;
    color: #d1d5dc;
    max-width: 448px;
    margin-bottom: 32px;
    line-height: 1.5;
}

#process-commitment .desc.light {
  color: #dcfce7;
}

/* Button */
#process-commitment .btn1 {
  border: 2px solid #fff;
    background: transparent;
    color: #fff;
    padding: 16px 32px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
    font-weight: 500;
    line-height: 1.5;
}

#process-commitment .btn1:hover {
  background: #fff;
  color: #111827;
}

/* Responsive */
@media (max-width: 1024px) {
  #process-commitment .info-grid {
    grid-template-columns: 1fr;
  }

  #process-commitment .content {
    padding: 48px;
  }

  #process-commitment .title {
    font-size: 34px;
  }
}


/*----------------------------------------*/
/*  Work Area
/*----------------------------------------*/
#work {
    background: #fff;
    position: relative;
}

#work .peccular-section-head h3 {
    color: #000000;
    text-transform: capitalize;
    font-size: 25px;
    line-height: 38px;
    font-weight: 600 !important;
    margin:74px 0 25px;
}
#work .peccular-section-head h2 {
    color: #000000;
    text-transform: capitalize;
    font-size: 38px;
    line-height: 53px;
    font-weight: 600 !important;
    margin:0 0 25px;
}

.work-body {
    position: relative;
}

#work .work_description {
    color: #000000;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 24px;
}




 #work .peccular-section-area-textlist ul li,
  #work .peccular-section-area-textlist ol li,
   #work .peccular-section-area-textlist {
    color: #000;
    font-size: 18px;
    font-weight: 400 !important;
    word-break: break-word;
    line-height: 25px;
}

 #work .peccular-section-area-textlist ul li,
  #work .peccular-section-area-textlist ol li {
    margin-bottom: 10px;
}

 #work .peccular-section-area-textlist ul li:before, 
 #work .peccular-section-area-textlist ol li:before{
    content: "\f00c ";
    font-family: 'Fontawesome';
    margin-right: 29px;
    transform: scale(1);
    transition: all 1s ease 0s;
    color: #FFC000;
    font-size: 15px;
    font-style: normal;
}


#work .peccular-section-area-textlist ul li:hover:before,
#work .peccular-section-area-textlist ol li:hover:before {
    transition: all 1s ease 0s;
    transform: scale(0.8);
    color: #1E2452;
}

#work .peccular-work-btn a {
    color: #fff;
    font-size: 19px;
    line-height: 27px;
    font-weight: 600 !important;
    background-color: #1E2452;
    padding: 9px 20px; 
    margin:0 auto;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

#work .peccular-work-btn a span{
    color: #fff;
    font-size: 19px;
    line-height: 27px;
    font-weight: 600 !important;
    position: relative;
    z-index: 2;
}


#work .peccular-work-btn a:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FFC000;
    opacity: 1;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}
#work .peccular-work-btn a:hover:after {
    bottom: 0;
}

/*----------------------------------------*/
/*  Call Area
/*----------------------------------------*/

#call .call-body {
    position: relative;
    z-index: 1;
}

/* ----new----- */

/* ===== Section Styling ===== */
#call {
    position: relative;
    background: #1e1e1e;
    overflow: hidden;
}



#call .cta-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: space-between;

    text-align: center;
}

@media (min-width: 768px) {
    .cta-content {
        flex-direction: row;
        text-align: left;
    }
}

/* Text Section */
#call .cta-text h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 32px;
    line-height: 1.4;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

#call .cta-text p {
    color: #fff;
    opacity: 0.9;
    font-size: 16px;
    line-height: 1.7;
}

/* Buttons Container */
#call .cta-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: left;
    position: relative;
    z-index: 1;
}

/* ===== Buttons ===== */
#call .cta-btn-section{
  align-content: center;
}
#call .btns {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    /* cursor: pointer; */
    transition: 0.3s;
    border: none;
}

#call .btns svg {
    width: 24px;
    height: 24px;
    transition: 0.3s;
}

/* Primary Button */
#call .btn1-primary {
    background: #ff5a1f;
    color: #fff;
}

#call .btn1-primary:hover {
    background: #e24e19;
}

#call .btn1-primary:hover .phone {
    transform: rotate(12deg);
}

/* Accent Button */
#call .btn1-accent {
    background: #fdd400;
    color: #1b1f2a;
}

#call .btn1-accent:hover {
    background: #e6c300;
}

#call .bg-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;

    background-image: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 60px,
        #ffffff 60px,
        #ffffff 65px
    );
  z-index: 0;
    /* Smooth left-to-right animation */
    animation: moveLeftRight 5s linear infinite;
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(-50px);
    }
    50% {
        transform: translateX(50px);
    }
  100% {
        transform: translateX(-50px);
    }
}

/* --------------------------------------- */
/* ------------appointment section------- */
/* --------------------------------------- */


#appointment {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}
#appointment .appointment-container {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    z-index: 1;
    position: relative;
}
#appointment .appointment-header {
    text-align: center;
    max-width: 48rem;
    margin: 0 auto 4rem;
}
#appointment .appointment-subtitle {
    color: #ff5a1f;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-bottom: 0.5rem;
    font-size: 16px;
    line-height: 1.7;
}
#appointment .appointment-title {
    font-size: 40px;
    line-height: 1.3;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
    color: #0b0b0b;
}
#appointment .appointment-description {
   margin-top: 1rem;
    color: #444;
    font-size: 16px;
    line-height: 1.7;
}
#appointment .appointment-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}
@media (min-width: 992px) {
    #appointment .appointment-grid {
        grid-template-columns: 1fr 1fr;
    }
}
#appointment .appointment-map {
    background-color: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    height: 500px;
}
#appointment .appointment-map-inner {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(255, 90, 31, 0.1), rgba(253, 212, 0, 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
#appointment .appointment-map-overlay {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(255, 90, 31, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(253, 212, 0, 0.1) 0%, transparent 50%);
}
#appointment .appointment-map-content {
    text-align: center;
    position: relative;
    z-index: 10;
}
#appointment .appointment-map-icon {
    width: 5rem;
    height: 5rem;
    color: #ff5a1f;
    margin: 0 auto 1rem;
}
#appointment .appointment-map-h4 {
    margin-bottom: 0.5rem;
    color: #0b0b0b;
    font-size: 24px;
    line-height: 1.4;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}
#appointment .appointment-map-p {
    color: #444;
    line-height: 1.7;
    font-size: 16px;
}
#appointment .appointment-map-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s;
    /* height: 2.25rem; */
    line-height: 1.4;
    padding: 0.5rem 1rem;
    margin-top: 1rem;
    background-color: #ff5a1f;
    color: #fff;
}
#appointment .appointment-map-button:hover {
    background-color: #e24e19;
}
#appointment .dot {
  position: absolute;
  width: 16px;   /* w-4 */
  height: 16px;  /* h-4 */
  background-color: var(--color-primary, #ff5a1f);
  border-radius: 50%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
}

/* First dot */
#appointment .dot-1 {
  top: 33.333%;
  left: 33.333%;
  transform: scale(1.18105);
}

/* Second dot */
#appointment .dot-2 {
  bottom: 33.333%;
  right: 29.333%;
  transform: scale(1.07511);
}
@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(var(--scale));
  }
  50% {
    transform: translateY(-6px) scale(var(--scale));
  }
}

#appointment .dot {
  --scale: 1;
  animation: float 4s ease-in-out infinite;
}

#appointment .dot-1 { --scale: 1.18; }
#appointment .dot-2 { --scale: 1.075; }

#appointment .appointment-branches {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
#appointment .appointment-branch {
    background-color: white;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    border-left: 4px solid #ff5a1f;
    margin-bottom: 24px;
}
#appointment .appointment-branch:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
#appointment .appointment-branch-header {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #0b0b0b;
    font-size: 24px;
    line-height: 1;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}
#appointment .appointment-branch-icon-bg {
    background-color: rgba(255, 90, 31, 0.1);
    padding: 0.5rem;
    border-radius: 0.5rem;
}
#appointment .appointment-branch-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: #ff5a1f;
}
#appointment .appointment-branch-details {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
#appointment .appointment-branch-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
#appointment .appointment-branch-icon-small {
    width: 1rem;
    height: 1rem;
    color: #444;
    flex-shrink: 0;
    margin-top: 0.25rem;
}
#appointment .appointment-branch-text {
    color: #444;
    font-size: 16px;
    line-height: 1.7;
}
#appointment .appointment-branch-link {
    color: #444;
    font-size: 16px;
    line-height: 1.7;
    transition: color 0.2s;
}
#appointment .appointment-branch-link:hover {
    color: #ff5a1f;
}
#appointment .appointment-branch-buttons {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #ebe6e7;
}
#appointment .appointment-branch-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 500;
    transition: all 0.2s;
    /* height: 2.25rem; */
    padding: 0.5rem 1rem;
    flex: 1;
}
#appointment .appointment-branch-button-outline {
    border: 1px solid #ff5a1f;
    background-color: #fff;
    color: #ff5a1f;
}
#appointment .appointment-branch-button-outline:hover {
    background-color: #ff5a1f;
    color: #fff;
}
#appointment .appointment-branch-button-solid {
    background-color: #ff5a1f;
    color: #fff;
}
#appointment .appointment-branch-button-solid:hover {
    background-color: #e24e19;
}

 #appointment .strip-top {
    top: 0; /* top strip */
    background-image: repeating-linear-gradient(
        to right,
        rgb(30, 30, 30) 0 40px,
        transparent 40px 80px
    );
    opacity: 0.1;
    animation: slide-top 6s linear infinite; /* fast continuous */
}
/* Top strip moves left and back quickly */
@keyframes slide-top {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(-80px); } /* slide left slightly */
    100% { transform: translateX(0); }
}
 #appointment .strip {
    position: absolute;
    width: 120%; /* ensure smooth sliding */
    height: 8px; /* height of each strip */
    background-size: 160px 100%; /* each yellow/grey segment width */
    background-repeat: repeat-x;
}

/*----------------------------------------*/
/*  Services Area
/*----------------------------------------*/
div#services {
    position: relative;
    margin: 0em 0;
    z-index: 2;
    background-color: #F7F7F7;
}
.stripe-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 105%;
    height: 8px; 
    opacity: 0.7;
    background-image: repeating-linear-gradient(
        90deg,
        rgb(30, 30, 30),
        rgb(30, 30, 30) 40px,
        transparent 40px,
        transparent 80px
    );
    
    animation: linear infinite alternate;
  animation-name: runs;
  animation-duration:4000ms;
}

@-webkit-keyframes runs {
    0% {
      right: 0;
      transform: translateX(0);
    }
    100% {
      right: 100%;
      transform: translateX(100%);
    }
}


#services .section-header {
    text-align: center;
    max-width: 90%;
    margin: 0 auto 60px auto;
}

#services .section-header .sub-title {
    color: #ff5a1f;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    font-family: "Inter", system-ui, -apple-system, sans-serif;
}

#services .section-header .main-title {
    font-size: 40px;
    color: #0b0b0b;
    margin: 10px 0;
    font-weight: 400;
    line-height: 1.3;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

#services .section-header .description {
    color: #444; /* body */
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.7;
}

/* new css */



/* GRID */
#services .courses-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}

/* CARD */
#services .course-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transition: 0.3s;
}
#services .course-card:hover {
    box-shadow: 0 10px 35px rgba(0,0,0,0.18);
    transform: translateY(-8px);
}

/* IMAGE SECTION */
#services .course-image {
    position: relative;
    height: 260px;
    overflow: hidden;
}
#services .course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
#services .course-card:hover .course-image img {
    /* transform: scale(1.1); */
}

#services .image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(30,30,30,0.7), transparent);
}

#services .course-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

/* BADGE */
#services .badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    border: 1px solid #0000;
}
#services .paccular-services-child:nth-child(odd) .badge-primary {
    background: #ff5a1f;
}
#services .paccular-services-child:nth-child(even) .badge-primary {
    background: #fdd400;
}

/* CONTENT */
#services .course-content {
    padding: 25px;
}
#services .course-desc {
    color: #444;
}

/* META */
#services .course-meta {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 20px 0;
}
#services .meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #444;
    font-size: 14px;
}
#services .meta-item svg.icon {
    color: #ff5a1f;
}

/* FEATURES */
#services .course-features {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
}
#services .course-features li {
  display: flex;
  /* gap: 8px; */
  margin-bottom: 8px;
  font-size: 14px;
  color: #444;
}
#services .course-features li::before{
  content: '\f1b9';
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
    margin-right: 12px;
  color: #ff5a1f;
}

/* FOOTER */
#services .course-footer {
    padding-top: 16px;
}
#services .price-box p {
    font-size: 14px;
    color: #444;
    line-height: 1.4;
}
#services .price {
    color: #ff5a1f;
    font-size: 32px;
    line-height: 1.4;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

/* BUTTON */
#services .price-box {
  margin-bottom: 16px;
}
#services .btn-primary1 {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Inter", system-ui, -apple-system, sans-serif;
}
#services .paccular-services-child:nth-child(odd) .btn-primary1{
  background-color: #ff5a1f;
}
#services .paccular-services-child:nth-child(even) .btn-primary1{
  background-color: #fdd400;
}
#services .paccular-services-child:nth-child(odd) .btn-primary1:hover {
  background-color: #e24e19;
}
#services .paccular-services-child:nth-child(even) .btn-primary1:hover{
  background-color: #fdd400e6;
}


/* ------------------------------------------- */

/*----------------------------------------*/
/*  courses Area
/*----------------------------------------*/
div#courses {
    position: relative;
    margin: 0em 0;
    z-index: 2;
    background-color: #F7F7F7;
    overflow: hidden;
}
#courses .paccular-courses-child{
  margin-bottom: 24px;
}
#courses .strip {
    position: absolute;
    width: 120%; /* ensure smooth sliding */
    height: 8px; /* height of each strip */
    background-size: 160px 100%; /* each yellow/grey segment width */
    background-repeat: repeat-x;
}
 
#courses .strip-top {
    top: 0; /* top strip */
    background-image: repeating-linear-gradient(
        to right,
        rgb(30, 30, 30) 0 40px,
        transparent 40px 80px
    );
    opacity: 0.7;
    animation: slide-top 6s linear infinite; /* fast continuous */
}
/* Top strip moves left and back quickly */
@keyframes slide-top {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(-80px); } /* slide left slightly */
    100% { transform: translateX(0); }
}



#courses .section-header {
    text-align: center;
    max-width: 90%;
    margin: 0 auto 60px auto;
}

#courses .section-header .sub-title {
    color: #ff5a1f;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    font-family: "Inter", system-ui, -apple-system, sans-serif;
}

#courses .section-header .main-title {
    font-size: 40px;
    color: #0b0b0b;
    margin: 10px 0;
    font-weight: 400;
    line-height: 1.3;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

#courses .section-header .description {
    color: #444; /* body */
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.7;
}

/* new css */





/* CARD */
#courses .course-card ,
#innerpage-box .paccular-course-inner-child .course-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transition: 0.3s;
}
#courses .course-card:hover ,
#innerpage-box .paccular-course-inner-child .course-card:hover {
    box-shadow: 0 10px 35px rgba(0,0,0,0.18);
    transform: translateY(-8px);
}

/* IMAGE SECTION */
#courses .course-image ,
#innerpage-box .paccular-course-inner-child  .course-image {
    position: relative;
    height: 260px;
    overflow: hidden;
}
#courses .course-image img ,
#innerpage-box .paccular-course-inner-child  .course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
#courses .course-card:hover .course-image img ,
#innerpage-box .paccular-course-inner-child  .course-card:hover .course-image img {
    /* transform: scale(1.1); */
}

#courses .image-overlay ,
#innerpage-box .paccular-course-inner-child  .image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(30,30,30,0.7), transparent);
}

#courses .course-title ,
#innerpage-box .paccular-course-inner-child  .course-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    font-size: 32px;
    font-weight: 400 !important;
    line-height: 1.4;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
    margin: 0;
    padding: 0;
}

/* BADGE */
#courses .badge ,
#innerpage-box .paccular-course-inner-child  .badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    border: 1px solid #0000;
}
#courses .paccular-courses-child:nth-child(odd) .badge-primary ,
#innerpage-box .paccular-course-inner-child:nth-child(odd) .badge-primary {
    background: #ff5a1f;
}
#courses .paccular-courses-child:nth-child(even) .badge-primary ,
#innerpage-box .paccular-course-inner-child:nth-child(even) .badge-primary {
    background: #fdd400;
}

/* CONTENT */
#courses .course-content ,
#innerpage-box .paccular-course-inner-child  .course-content {
    padding: 25px;
}
#courses .course-desc ,
#innerpage-box .paccular-course-inner-child  .course-desc {
    color: #444;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
}

/* META */
#courses .course-meta ,
#innerpage-box .paccular-course-inner-child  .course-meta {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 20px 0;
}
#courses .meta-item ,
#innerpage-box .paccular-course-inner-child  .meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #444;
    font-size: 14px;
}
#courses .meta-item svg.icon ,
#innerpage-box .paccular-course-inner-child  .meta-item svg.icon {
    color: #ff5a1f;
}

/* FEATURES */
#courses .course-features ,
#innerpage-box .paccular-course-inner-child  .course-features {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 16px;
}
#courses .course-features li ,
#innerpage-box .paccular-course-inner-child  .course-features li {
  display: flex;
  /* gap: 8px; */
  margin-bottom: 8px;
  font-size: 14px;
  color: #444;
}
#courses .course-features li::before,
#innerpage-box .paccular-course-inner-child  .course-features li::before{
  content: '\f1b9';
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
    margin-right: 12px;
    font-size: 14px;
  color: #ff5a1f;
}

/* FOOTER */
#courses .course-footer ,
#innerpage-box .paccular-course-inner-child  .course-footer {
    padding-top: 16px;
}
#courses .price-box p ,
#innerpage-box .paccular-course-inner-child  .price-box p {
    font-size: 14px;
    color: #444;
    line-height: 1.4;
}
#courses .price ,
#innerpage-box .paccular-course-inner-child  .price {
    color: #ff5a1f;
    font-size: 32px;
    line-height: 1.4;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

/* BUTTON */
#courses .price-box ,
#innerpage-box .paccular-course-inner-child  .price-box {
  margin-bottom: 16px;
}
#courses .btn-primary1 ,
#innerpage-box .paccular-course-inner-child  .btn-primary1 {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Inter", system-ui, -apple-system, sans-serif;
}
#courses .paccular-courses-child:nth-child(odd) .btn-primary1,
#innerpage-box .paccular-course-inner-child:nth-child(odd) .btn-primary1{
  background-color: #ff5a1f;
}
#courses .paccular-courses-child:nth-child(even) .btn-primary1,
#innerpage-box .paccular-course-inner-child:nth-child(even) .btn-primary1{
  background-color: #fdd400;
}
#courses .paccular-courses-child:nth-child(odd) .btn-primary1:hover ,
#innerpage-box .paccular-course-inner-child:nth-child(odd) .btn-primary1:hover {
  background-color: #e24e19;
}
#courses .paccular-courses-child:nth-child(even) .btn-primary1:hover,
#innerpage-box .paccular-course-inner-child:nth-child(even) .btn-primary1:hover{
  background-color: #fdd400e6;
}

/* ------------------inner coueses */

#innerpage-box .cta-card {
  margin-top: 32px;
  padding: 48px;
  border-radius: 16px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(135deg, #ff5a1f, #e24e19);
}

#innerpage-box .cta-card .cta-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  opacity: 0.8;
  color: #fff;
}

#innerpage-box  .cta-card h2 {
  font-size: 40px !important;
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  line-height: 1.3;
  margin-bottom: 16px !important;
  color: #fff;
}

#innerpage-box  .cta-card p {
  font-size: 18px;
  max-width: 640px;
  margin: 0 auto 32px;
  opacity: 0.9;
  color: #fff;
}

#innerpage-box .cta-card .cta-btn {
  display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 6px;
    text-decoration: none;
    background-color: #ffffff;
    color: #ff5a1f;
    transition: all 0.3s ease;
}

#innerpage-box .cta-card .cta-btn:hover {
  background-color: #fdd400;
    color: #0b0b0b;
}

#innerpage-box .cta-card .btn-icon {
  width: 20px;
  height: 20px;
}


/* ------------------------------------------- */

#innerpage-box .paccular-service-inner-child{
  display: grid;
}
#innerpage-box .paccular-service-inner-child .service-card {
    width: 100%;
    background: #ffffff;
    border: 2px solid rgba(0, 200, 255, 0.3);
    border-radius: 15px;
    padding: 28px;
    transition: 0.4s;
}

#innerpage-box .paccular-service-inner-child .service-card:hover {
    transform: scale(1.05);
    border-color: #00bcd4;
    background: rgba(0, 200, 255, 0.07);
}

#innerpage-box .paccular-service-inner-child .service-card .icon-box {
  width: 70px;
  height: 70px;
  background: rgba(0, 200, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: 0.4s;
}
#innerpage-box .paccular-service-inner-child .service-card .icon-box img.peccular-service-img {
  width: 65px;
    height: 65px;
    border-radius: 12px;
}

#innerpage-box .paccular-service-inner-child .service-card:hover .icon-box {
    transform: scale(1.1);
}

#innerpage-box .paccular-service-inner-child .service-card .title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: inherit !important;
    color: #0d1f2d;
    margin: 0;
    margin-bottom: 16px;
    transition: 0.4s;
    padding: 0;
}

#innerpage-box .paccular-service-inner-child .service-card:hover .title {
    color: #00bcd4;
}

#innerpage-box .paccular-service-inner-child .service-card .desc {
    color: #364153;
    line-height: 1.6;
    margin: 0;
    margin-bottom: 24px;
}

#innerpage-box .paccular-service-inner-child .service-card .features {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

#innerpage-box .paccular-service-inner-child .service-card .features li:hover {
  background: none ;
}
#innerpage-box .paccular-service-inner-child .service-card .features li {
    display: flex;
    line-height: inherit !important;
    align-items: center;
    margin-bottom: 8px;
    color: #4a5565;
    font-size: 16px;
    border-bottom: none;
}

#innerpage-box .paccular-service-inner-child .service-card .features li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #00bcd4;
    border-radius: 50%;
    margin-right: 10px;
}

#innerpage-box .paccular-service-inner-child .service-card .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#innerpage-box .paccular-service-inner-child .service-card .price {
    font-size: 18px;
    color: #00bcd4;
}

#innerpage-box .paccular-service-inner-child .service-card .more {
    font-size: 14px;
    color: #777;
    transition: 0.3s;
}

#innerpage-box .paccular-service-inner-child .service-card:hover .more {
    color: #00bcd4;
}
/* ------------------------------------------- */
/* nth chiled class 02*/
#innerpage-box .paccular-service-inner-child:nth-child(2) .service-card {background: #ffffff; border: 2px solid rgba(59, 130, 246, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(2) .service-card:hover {    border-color: #3b82f6;    background: rgba(59, 130, 246, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(2) .service-card .icon-box {  background: rgba(59, 130, 246, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(2) .service-card:hover .title {    color: #3b82f6;}
#innerpage-box .paccular-service-inner-child:nth-child(2) .service-card .features li::before {    background: #3b82f6;}
#innerpage-box .paccular-service-inner-child:nth-child(2) .service-card .price {    color: #3b82f6;}
#innerpage-box .paccular-service-inner-child:nth-child(2) .service-card:hover .more {    color: #3b82f6;}
/* ------------------------------------------- */
/* nth chiled class 03*/
#innerpage-box .paccular-service-inner-child:nth-child(3) .service-card {    background: #ffffff;    border: 2px solid rgba(0, 255, 127, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(3) .service-card:hover {    border-color: #00FF7F;    background: rgba(0, 255, 127, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(3) .service-card .icon-box {  background: rgba(0, 255, 127, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(3) .service-card:hover .title {    color: #00FF7F;}
#innerpage-box .paccular-service-inner-child:nth-child(3) .service-card .features li::before {    background: #00FF7F;}
#innerpage-box .paccular-service-inner-child:nth-child(3) .service-card .price {    color: #00FF7F;}
#innerpage-box .paccular-service-inner-child:nth-child(3) .service-card:hover .more {    color: #00FF7F;}
/* ------------------------------------------- */
/* nth chiled class 04*/
#innerpage-box .paccular-service-inner-child:nth-child(4) .service-card {    background: #ffffff;    border: 2px solid rgba(168, 85, 247, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(4) .service-card:hover {    border-color: #a855f7;    background: rgba(168, 85, 247, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(4) .service-card .icon-box {  background: rgba(168, 85, 247, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(4) .service-card:hover .title {   color: #a855f7;}
#innerpage-box .paccular-service-inner-child:nth-child(4) .service-card .features li::before {    background: #a855f7;}
#innerpage-box .paccular-service-inner-child:nth-child(4) .service-card .price {    color: #a855f7;}
#innerpage-box .paccular-service-inner-child:nth-child(4) .service-card:hover .more {    color: #a855f7;}
/* ------------------------------------------- */
/* nth chiled class 05*/
#innerpage-box .paccular-service-inner-child:nth-child(5) .service-card {    background: #ffffff;    border: 2px solid rgba(251, 191, 36, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(5) .service-card:hover {    border-color: #fbbf24;    background: rgba(251, 191, 36, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(5) .service-card .icon-box {  background: rgba(251, 191, 36, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(5) .service-card:hover .title {    color: #fbbf24;}
#innerpage-box .paccular-service-inner-child:nth-child(5) .service-card .features li::before {    background: #fbbf24;}
#innerpage-box .paccular-service-inner-child:nth-child(5) .service-card .price {    color: #fbbf24;}
#innerpage-box .paccular-service-inner-child:nth-child(5) .service-card:hover .more {    color: #fbbf24;}
/* ------------------------------------------- */
/* nth chiled class 06*/
#innerpage-box .paccular-service-inner-child:nth-child(6) .service-card {    background: #ffffff;    border: 2px solid rgba(248, 113, 113, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(6) .service-card:hover {    border-color: #f87171;    background: rgba(248, 113, 113, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(6) .service-card .icon-box {  background: rgba(248, 113, 113, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(6) .service-card:hover .title {    color: #f87171;}
#innerpage-box .paccular-service-inner-child:nth-child(6) .service-card .features li::before {    background: #f87171;}
#innerpage-box .paccular-service-inner-child:nth-child(6) .service-card .price {    color: #f87171;}
#innerpage-box .paccular-service-inner-child:nth-child(6) .service-card:hover .more {    color: #f87171;}
/* ------------------------------------------- */
/* nth chiled class 02*/
#innerpage-box .paccular-service-inner-child:nth-child(8) .service-card {background: #ffffff; border: 2px solid rgba(59, 130, 246, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(8) .service-card:hover {    border-color: #3b82f6;    background: rgba(59, 130, 246, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(8) .service-card .icon-box {  background: rgba(59, 130, 246, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(8) .service-card:hover .title {    color: #06b6d4;}
#innerpage-box .paccular-service-inner-child:nth-child(8) .service-card .features li::before {    background: #3b82f6;}
#innerpage-box .paccular-service-inner-child:nth-child(8) .service-card .price {    color: #3b82f6;}
#innerpage-box .paccular-service-inner-child:nth-child(8) .service-card:hover .more {    color: #3b82f6;}
/* ------------------------------------------- */
/* nth chiled class 03*/
#innerpage-box .paccular-service-inner-child:nth-child(9) .service-card {    background: #ffffff;    border: 2px solid rgba(0, 255, 127, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(9) .service-card:hover {    border-color: #00FF7F;    background: rgba(0, 255, 127, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(9) .service-card .icon-box {  background: rgba(0, 255, 127, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(9) .service-card:hover .title {    color: #00FF7F;}
#innerpage-box .paccular-service-inner-child:nth-child(9) .service-card .features li::before {    background: #00FF7F;}
#innerpage-box .paccular-service-inner-child:nth-child(9) .service-card .price {    color: #00FF7F;}
#innerpage-box .paccular-service-inner-child:nth-child(9) .service-card:hover .more {    color: #00FF7F;}
/* ------------------------------------------- */
/* nth chiled class 04*/
#innerpage-box .paccular-service-inner-child:nth-child(10) .service-card {    background: #ffffff;    border: 2px solid rgba(168, 85, 247, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(10) .service-card:hover {    border-color: #a855f7;    background: rgba(168, 85, 247, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(10) .service-card .icon-box {  background: rgba(168, 85, 247, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(10) .service-card:hover .title {   color: #a855f7;}
#innerpage-box .paccular-service-inner-child:nth-child(10) .service-card .features li::before {    background: #a855f7;}
#innerpage-box .paccular-service-inner-child:nth-child(10) .service-card .price {    color: #a855f7;}
#innerpage-box .paccular-service-inner-child:nth-child(10) .service-card:hover .more {    color: #a855f7;}
/* ------------------------------------------- */
/* nth chiled class 05*/
#innerpage-box .paccular-service-inner-child:nth-child(11) .service-card {    background: #ffffff;    border: 2px solid rgba(251, 191, 36, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(11) .service-card:hover {    border-color: #fbbf24;    background: rgba(251, 191, 36, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(11) .service-card .icon-box {  background: rgba(251, 191, 36, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(11) .service-card:hover .title {    color: #fbbf24;}
#innerpage-box .paccular-service-inner-child:nth-child(11) .service-card .features li::before {    background: #fbbf24;}
#innerpage-box .paccular-service-inner-child:nth-child(11) .service-card .price {    color: #fbbf24;}
#innerpage-box .paccular-service-inner-child:nth-child(11) .service-card:hover .more {    color: #fbbf24;}
/* ------------------------------------------- */
/* nth chiled class 06*/
#innerpage-box .paccular-service-inner-child:nth-child(12) .service-card {    background: #ffffff;    border: 2px solid rgba(248, 113, 113, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(12) .service-card:hover {    border-color: #f87171;    background: rgba(248, 113, 113, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(12) .service-card .icon-box {  background: rgba(248, 113, 113, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(12) .service-card:hover .title {    color: #f87171;}
#innerpage-box .paccular-service-inner-child:nth-child(12) .service-card .features li::before {    background: #f87171;}
#innerpage-box .paccular-service-inner-child:nth-child(12) .service-card .price {    color: #f87171;}
#innerpage-box .paccular-service-inner-child:nth-child(12) .service-card:hover .more {    color: #f87171;}

/* --------------------------------- */
/* project single page  */

#innerpage-box .image-comparison__slider{
  margin: 20px 0;
} 
#innerpage-box .image-comparison__slider span{
  font-size: 30px;
}

#innerpage-box #secondary .menu-all-projects-container ul{
  padding: 0 !important;
}
#innerpage-box .peccular-blog-single-page ul li i{
  margin-right: 4px;
}
#innerpage-box .peccular-blog-single-page .blog-info-area .metabox2brdr ul li::before{
  display: none;
}

/* ------------------------------------- */
/*            single service page */
/* ---------------------------------------- */


#innerpage-box .the-page-content-box ,#innerpage-box .the-content-service-single {
  margin-bottom: 24px;
  /* border-radius: 16px;
  padding: 24px; */
  /* background-color: #FFFFFF; */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}
#innerpage-box .single-course-page-add .section-title ,
#innerpage-box .single-service-page-add .section-title {
    font-size: 36px !important;
    color: #0D1F2D !important;
    margin: 0;
    margin-bottom: 32px !important;
    font-weight: inherit !important;
}

#innerpage-box .single-course-page-add .features-list ,
#innerpage-box .single-service-page-add .features-list {
    margin-bottom: 40px;
}

#innerpage-box .single-course-page-add .feature-item1 ,
#innerpage-box .single-service-page-add .feature-item1 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

#innerpage-box .single-course-page-add .icon-circle ,
#innerpage-box .single-service-page-add .icon-circle {
    width: 30px;
    height: 30px;
    background: #00bcd4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin-top: 5px;
}

#innerpage-box .single-course-page-add .feature-title li:hover,
#innerpage-box .single-service-page-add .feature-title li:hover{
  background: none;

}
#innerpage-box .single-course-page-add .feature-title li:hover,
#innerpage-box .single-service-page-add .feature-title li:hover{
  background-color: #ff5a1f33;
  border: 2px solid #ff5a1f;
}
#innerpage-box .single-course-page-add .feature-title li,
#innerpage-box .single-service-page-add .feature-title li{
      list-style: none;
    font-size: 18px;
    line-height: 1.5 !important;
    color: #0d1f2d;
    font-weight: inherit !important;
    background-color: #fdd40033;
    padding: 16px;
    border-radius: 10px;
    border: none;
}
#innerpage-box .single-course-page-add .feature-title ,
#innerpage-box .single-service-page-add .feature-title {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;

}

  /* Two columns on medium screens */
  @media (min-width: 992px) {
    #innerpage-box .single-course-page-add .feature-title ,
    #innerpage-box .single-service-page-add .feature-title {
      grid-template-columns: repeat(2, 1fr);
    }
  }


/* right side box */

/* MAIN PRICING BOX */

#secondary .pricing-box {
    background: linear-gradient(135deg, #0D1F2D, #1a2f42);
    padding: 30px;
    border-radius: 18px;
    /* color: white; */
    font-family: Arial, sans-serif;
}

/* TITLES & TEXT */
#secondary .peccular-service-right-box .pricing-title {
    font-size: 30px !important;
    color: #00e5ff !important;
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    line-height: 1.2 !important;
    font-weight: inherit !important;
}

#secondary .peccular-service-right-box .pricing-amount {
    font-size: 48px;
    margin-bottom: 16px;
    line-height: 1.2;
    color: #FFFFFF;
}

#secondary .peccular-service-right-box .pricing-subtext {
    color: #cefafe;
    margin-bottom: 25px;
    opacity: 0.7;
}

/* FEATURE LIST */
#secondary .peccular-service-right-box .pricing-features {
    margin-bottom: 30px;
}

#secondary .peccular-service-right-box .feature-item1 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#secondary .peccular-service-right-box .feature-item1 span{
  color: #FFFFFF;
}

  #secondary .peccular-service-right-box .feature-item1 svg {
    width: 20px;
      height: 20px;
      color: #00FF7F;
      display: block;
      margin-right: 12px;
  }

/* BUTTONS */
#secondary .peccular-service-right-box .btn-primary {
    width: 100%;
    padding: 14px;
    background: linear-gradient(to right, #06b6d4, #2563eb);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 15px;
}

#secondary .peccular-service-right-box .btn-primary:hover {
    background: linear-gradient(to right, #22d3ee, #3b82f6);
    transform: scale(1.05);
}

#secondary .peccular-service-right-box .btn-outline {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 2px solid #00e5ff;
  background: transparent;
    color: #00e5ff;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #secondary .peccular-service-right-box .btn-outline .phone-icon svg{
    width: 20px;
    height: 20px;
    color: #00e5ff;
  }
  #secondary .peccular-service-right-box .btn-outline:hover .phone-icon svg{
    color: #0D1F2D;
  }

#secondary .peccular-service-right-box .btn-outline:hover {
    background: #00e5ff !important;
    color: #0D1F2D;
}

/* PHONE ICON */
#secondary .peccular-service-right-box .phone-icon {
    margin-right: 8px;
    font-size: 18px;
}

/* courses single page */
/* MAIN PRICING BOX */
#innerpage-box #secondary  .widget-title {
  font-size: 20px !important;
    line-height: 1.2 !important;
    color: #0b0b0b !important;
    margin-bottom: 16px !important;
    /* padding-bottom: 12px !important; */
    /* border-bottom: 2px solid rgba(34, 211, 238, 0.3) !important; */
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}


:root {
  --primary: #f25c2a;
  --accent: #fbbf24;
  --text: #1f2937;
  --muted: #6b7280;
}

/* Card */
#secondary-courses {
  position: relative;
  padding: 32px;
  border-radius: 16px;
  border: 4px solid #ff5a1f;
  background: linear-gradient(
    135deg,
    rgba(242,92,42,0.1),
    rgba(251,191,36,0.1),
    rgba(242,92,42,0.05)
  );
  box-shadow: 0 25px 50px rgba(0,0,0,0.2);
  overflow: hidden;
}

/* Glow */
#secondary-courses .glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
}

#secondary-courses .glow-top {
  top: 0;
    right: 0;
    width: 140px;
    height: 140px;
    background: #fdd400;
    opacity: 0.2;
}

#secondary-courses .glow-bottom {
  bottom: 0;
    left: 0;
    width: 110px;
    height: 110px;
    background: #ff5a1f;
    opacity: 0.2;
}

/* Content */
#secondary-courses .card-content {
  position: relative;
  z-index: 2;
}

/* Header */
#secondary-courses .offer-header {
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid #ff5a1f4d;
}

#secondary-courses .badge {
  display: inline-block;
    background: #ff5a1f;
    color: #fff;
    padding: 4px 16px;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 12px;
}

#innerpage-box #secondary-courses h2.price {
  font-size: 60px !important;
    font-weight: 400 !important;
    color: #ff5a1f !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
    font-family: 'Poppins';
}

/* Text helpers */
#innerpage-box #secondary-courses .heading {
  font-weight: 600;
    color: #0b0b0b !important;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

#innerpage-box #secondary-courses p.muted {
  color: #444 !important;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.4;
}

#innerpage-box #secondary-courses .small {
  font-size: 14px !important;
  margin-bottom: 0 !important;
}

/* Features */
#secondary-courses .features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

#secondary-courses .feature {
  display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #f7f7f7;
}

#secondary-courses .icon svg {
  color: #ff5a1f;
}
#secondary-courses .icon {
  width: 40px;
    height: 40px;
    background: #ff5a1f1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Buttons */
#secondary-courses .btn1 a {
  width: 100%;
    /* height: 48px; */
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.4;
    /* cursor: pointer; */
    transition: all 0.3s ease;
    margin-bottom: 12px;
    padding: 12px 16px;
    text-align: center;
}

#secondary-courses .primary-btn1 a {
 background: #ff5a1f;
    color: #fff !important;
    border: none;
    box-shadow: 0 10px 25px rgba(242, 92, 42, 0.4);
}

#secondary-courses .primary-btn1:hover  a{
  background: #e24e19;
  box-shadow: 0 15px 30px rgba(242,92,42,0.5);
}

#secondary-courses .outline-btn1 a {
  background: #fff;
    border: 2px solid #ff5a1f;
    color: #ff5a1f !important;
}

#secondary-courses .outline-btn1:hover a {
  background: #ff5a1f;
  color: #fff !important;
}






/*----------------------------------------*/
/*  Story Area
/*----------------------------------------*/

#story {
    position: relative;
}

#story .story-sec-border{
    border: 1px solid #fff;
    border-radius: 0px;
    transition: all 0.3s ease 0s;
    left: 1.7%;
    right: 1.7%;
    top: 5.5%;
    bottom: 5.2%;
    position: absolute;
}
 #story .story-bg {
    outline: 1px solid #fff;
    outline-offset: -15px;
}


#story .peccular-section-head h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 12.35px;
}
#story .peccular-section-subtext {
font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 10.13px;
}

  @keyframes animate{
        100%{
            background-position: 200% center;
            transform: scale(1.05,1.05);
        }
    }

#story .story-body {
    width: 315.45px;
    float: right;
    margin-right: 9em;
}
#story .story_description {
    font-size: 11px;
    line-height: 17.72px;
    color: #fff;
    padding-bottom: 9px;
    margin-bottom: 6.42px;
}

#story .peccular-story-btn a {
    font-size: 17px;
    line-height: 18px;
    color: #FF5B4A;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #FF5B4A, #FF5B4A 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
}

#story .peccular-story-btn a:hover {
    background-position: 0 100%;
}


#story .peccular-story-btn a:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 5px;
    left: 0;
    bottom: -2px;
    z-index: 0;
    position: absolute;
    background: #FF5B4A;
    transition: all 0.3s ease-in-out;
}

#story .peccular-story-btn a:hover:before {
    width: 0%;
}

/*----------------------------------------*/
/*  Counter Area
/*----------------------------------------*/

#counter .counter-bg{
   /* background: url(images/counterbgimg.jpg);*/
   
}

#counter {  
    background: #1e1e1e;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#counter .section-heading {
  text-align: center;
  margin-bottom: 60px;
}
#counter .section-heading .sub-title {
  font-size: 14px;
    letter-spacing: 1.4px;
    color: #6a7282;
    margin-bottom: 16px;
    line-height: 1.4;
}
#counter .section-heading h2 {
  font-size: 48px;
    margin-bottom: 16px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Poppins';
    color: #0a0a0a;
}
#counter .section-heading .desc {
  font-size: 18px;
    color: #4a5565;
    max-width: 672px;
    margin: 0 auto;
    line-height: 1.5;
}



#counter .peccular-counter-area{
  position: relative;
}
#counter .peccular-cont{
  position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
}

#counter .video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

#counter .video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#counter .video-thumb .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  transition: 0.3s;
}

#counter .video-thumb:hover .overlay {
  background: rgba(0,0,0,0.4);
}

/* Play Button */


/* Counters */
#counter .counter-grid {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#counter .counter-box {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(6px);
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

#counter .counter-box p {
  font-size: 32px;
  margin: 0;
  font-weight: 600;
}

#counter .counter-box span.tabular-nums {
  font-size: 30px;
    color: #0a0a0a;
    line-height: 1.2;
    margin-left: 4px;
}
#counter .counter-box .accent-text {
    color: #4a5565;
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 768px) {
  #counter .counter-grid {
    grid-template-columns: 1fr;
    position: static;
    margin-top: 20px;
  }
}



/* ---------------- */


#counter .bttn {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#counter .pulse-ring {
    position: absolute;
    width: 90px;
    height: 90px;
    background: rgba(255,255,255,0.6);
    border-radius: 50%;
    animation: pulseScale 1.8s ease-out infinite;
}

@keyframes pulseScale {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    70% {
        transform: scale(1.4);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

#counter .popup-youtube {
    position: relative;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    cursor: pointer;
    transition: background 0.3s ease;
}

#counter .popup-youtube:hover {
    background: #f3f3f3;
}

#counter .play-icon {
    margin-left: 3px;
    font-size: 24px;
    color: #101828;
}


/*new*/
#counter #closePopup {
    padding: 1px 10px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -20px;
    width: 30px;
    font-size: 18px;
    background: #fff;
    color: #000;
}
#counter .popup-content {
    padding: 10px 10px 4px 10px;
    border-radius: 0px;
    width: auto;
    height: auto;
    position: relative;
}
#counter .popup1 {
    display: none;
    position: fixed;
    top: 5%;
    margin: 0 auto;
    right: 0;
    text-align: center;
    Left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    transition: all 2s ease;
    z-index: 999;
}

#counter .popup1.show{ display: flex;}
#counter .popup1 {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#counter .popup1.show {
    display: flex;
}

#counter .popup-content {
    position: relative;
    background: #000;
    max-width: 900px;
    width: 90%;
}

#counter .popup-content iframe {
    width: 100%;
    height: 500px;
}

#counter .closePopup {
    position: absolute;
    top: -35px;
    right: 0;
    background: #fff;
    padding: 5px 12px;
    cursor: pointer;
}

/*----------------------------------------*/
/*  Collections 
/*----------------------------------------*/
#collections {
  position: relative;
  background: linear-gradient(135deg, #111, #1f1f1f, #000);
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
#collections .peccular-collections-area{
  position: relative;
  z-index: 2;
}
#collections .peccular-collection{
  display: grid;
    gap: 32px;
}
#collections .heading {
  text-align: center;
  margin-bottom: 60px;
}

#collections .subtitle {
  font-size: 12px;
  letter-spacing: 2px;
  color: #aaa;
}

#collections .heading h2 {
  font-size: 42px;
  margin: 10px 0;
}

#collections .desc {
  max-width: 600px;
  margin: auto;
  color: #ccc;
}

#collections .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

/* IMAGE */
#collections .image-wrap {
  /* overflow: hidden;
  border-radius: 12px; */
}

#showroomImage {
  width: 100%;
  height: 550px;
  object-fit: cover;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  #collections .content {
    grid-template-columns: 1fr;
  }

  #showroomImage {
    height: 400px;
  }
}

/* RIGHT CONTENT */
#collections .content-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#collections .room-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 24px;
  border-radius: 12px;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}

#collections .room-card:hover {
  background: rgba(255,255,255,0.1);
}

#collections .room-card.active  {
  background: #fff;
  color: #000;
}
#collections .room-card.active .card-head {
  /* background: #fff; */
  color: #000;
}

#collections .card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  color: #fff;
}

#collections .card-head h3 {
  font-size: 24px;
  margin: 0;
}

#collections .arrow {
  font-size: 22px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

#collections .room-card:hover .arrow,
#collections .room-card.active .arrow {
  opacity: 1;
  transform: translateX(0);
}

#collections .room-card p {
  margin-bottom: 10px;
  color: #666;
}

#collections .room-card small {
  color: #888;
}

/*----------------------------------------*/
/*  Collection inner page
/*----------------------------------------*/

#innerpage-box #content-box .hentry ul.products {
  display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding: 0;
    margin: 0;
}
/* Responsive */
@media (max-width: 1200px) {
    #innerpage-box #content-box .hentry ul.products  {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 992px) {
    #innerpage-box #content-box .hentry ul.products  {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    #innerpage-box #content-box .hentry ul.products  {
      grid-template-columns: 1fr;
    }
  }
  #innerpage-box #content-box .hentry ul.products li::before {
    display: none;
  }
  #innerpage-box #content-box .hentry .woocommerce ul.products li.product a img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    overflow: hidden;
  }
  #innerpage-box #content-box .hentry .woocommerce ul.products li.product a h2.woocommerce-loop-category__title{
    font-size: 20px;
    text-align: center;
    margin-top: 12px;
    line-height: 1.5;
  }
  #innerpage-box #content-box .hentry .woocommerce ul.products li.product a h2.woocommerce-loop-category__title mark{
    background: none;
    display: block;
    font-size: 16px;
    padding: 4px 0 5px;
    font-weight: 500;
  }
  
/*----------------------------------------*/
/*  Banner section
/*----------------------------------------*/
#banner  {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  align-content: space-around;
}
#banner .banner-bg {
  background-position: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    background: no-repeat;
    background-size: cover;
}
#banner .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.5),
    rgba(0,0,0,0.3),
    rgba(0,0,0,0.5)
  );
  z-index: 2;
  opacity: 1;
}
/* Content */
#banner .hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

#banner .content-inner {
  max-width: 900px;
}

#banner .subtitle {
  font-size: 14px;
    letter-spacing: 1.4px;
    margin-bottom: 24px;
    line-height: 1.4;
}

#banner .title {
  font-size: 72px;
    line-height: 1.25;
    margin-bottom: 24px;
    font-weight: 500;
    font-family: system-ui;
}

#banner .title span {
  display: block;
    background: linear-gradient(to right, #fff, #99a1af);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-family: system-ui;
}

#banner .description {
  font-size: 20px;
    color: #ebe6e7;
    margin-bottom: 48px;
    line-height: 1.4;
    max-width: 672px;
}

/* Buttons */
#banner .buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

#banner .btn1 {
  padding: 20px 40px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    border: none;
    font-weight: 500;
    line-height: 1.5;
}

#banner .btn1.primary {
  background: #fff;
  color: #101828;
}

#banner .btn1.primary:hover {
  background: #eee;
}

#banner .btn1.outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

#banner .btn1.outline:hover {
  background: #fff;
  color: #101828;
}

/* Scroll indicator */
#banner .scroll-wrap {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

/* Indicator box */
#banner .scroll-indicator {
  width: 24px;
  height: 40px;
  border: 2px solid rgba(255,255,255,0.5);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  padding-top: 6px;

  animation: smoothUpDown 2s ease-in-out infinite;
}

/* Dot inside */
#banner .scroll-indicator span {
  width: 6px;
  height: 10px;
  background: rgba(255,255,255,0.5);
  border-radius: 10px;
  /* animation: scrollDot 2s ease-in-out infinite; */
}

/* Smooth container movement */
@keyframes smoothUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(10px); }
  100% { transform: translateY(0); }
}

/* Smooth dot movement */
/* @keyframes scrollDot {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(12px);
  }
} */


/* Responsive */
@media (max-width: 768px) {
  #banner .title {
    font-size: 42px;
  }

  #banner .description {
    font-size: 18px;
  }
}

/*----------------------------------------*/
/*  Blog Area
/*----------------------------------------*/

#blog{
  overflow: visible !important;
}
#blog-quick{
  background-color: #fff;
  position: relative;
    overflow: hidden;
}


/* ------------------ */

/* General layout */
#blog .section-header {
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  gap: 8px;
}


#blog .section-header svg {
  color: #ff5a1f;
  font-size: 24px;
  margin-top: 5px;
}
#blog .section-header .title {
  font-size: 24px; 
  color: #0b0b0b;
  font-weight: inherit;
  line-height: 1.4;
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
}



#blog-quick .section-content {
    text-align: center;
    margin-bottom: 64px;
}

/* Subtitle */
#blog-quick .section-subtitle {
    color: #ff5a1f;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
    line-height: 1.7;
}

/* Title */
#blog-quick .section-title {
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
    font-size: 40px;
    /* font-weight: 700; */
    color: #0b0b0b;
    margin: 0;
}

/* Description */
#blog-quick .section-description {
    margin-top: 16px;
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}


/* Card Wrapper */
#blog .card {
    display: flex;
    flex-direction: row;
    background: #f7f7f7;
    border-radius: 20px;
    overflow: hidden;
    transition: box-shadow 0.3s, transform 0.3s;
    padding: 0;
    border: none;
    margin-bottom: 24px;
}

#blog .card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Image Section */
#blog .card-image {
    width: 192px;
    height: auto;
    overflow: hidden;
}

#blog .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

#blog .card:hover .card-image img {
    transform: scale(1.1);
}

/* Content */
#blog .card-content {
    padding: 24px;
    width: 77%;
}

/* Meta Row */
#blog .card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

/* Badge */
#blog .badge a{
    background: rgba(255, 90, 31, 0.1);
    color: #ff5a1f;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
}

/* Read time */
#blog .read-time {
    font-size: 14px;
    color: #444;
    line-height: 1.4;
}

/* Title */
#blog .card-title {
      margin-bottom: 8px;
    font-size: 20px;
    /* font-weight: 600; */
    line-height: 1.5;
    transition: color 0.3s;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
    color: #0b0b0b;
}

#blog .card:hover .card-title {
    color: #ff5a1f;
}

/* Description */
#blog .card-description {
    font-size: 14px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.5;
}

/* Footer */
#blog .card-footer1 {
    display: flex;
    align-items: center;
    gap: 16px;
    
}

/* Meta items */
#blog .meta-item i{
    color: #444;
}
#blog .meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 1.3;
    color: #444;
}

/* Read more button */
#blog .read-more {
  margin-left: auto;
}
#blog .read-more a{
    background: none;
    border: none;
    color: #ff5a1f;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    transition: text-decoration 0.2s;
}

#blog .read-more:hover {
    text-decoration: underline;
    color: #ff5a1f;
}

#blog .btn-primary1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: #ff5a1f;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    max-width: fit-content;
    transition: background 0.3s ease, transform 0.2s ease;
    line-height: 1.4;
}

#blog .btn-primary1:hover {
    background-color: #E24E19;
}

#blog .btn-primary1:disabled {
    opacity: 0.5;
    pointer-events: none;
}

#blog .btn-primary1 svg {
  width: 24px;
  height: 24px;
    pointer-events: none;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#blog .icon-left {
    margin-right: 6px;
}

#blog .icon-right {
    margin-left: 6px;
}

/* ----------------------------------quick section */

#quick .tip-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

#quick .tip-header .icon {
    width: 24px;
    height: 24px;
    stroke: #fdd400; /* fallback color */
}

#quick .tip-header h4 {
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
    color: #0b0b0b;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}


#quick .tip-card {
    background: #f5f5f5;
    padding: 16px;
    border-radius: 12px;
    display: flex;
    gap: 12px;
    border-left: 4px solid #ff7a00; /* primary color */
    transition: box-shadow 0.3s ease;
    margin-bottom: 16px;
}

#quick .tip-card:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

#quick .tip-icon {
    background: #ffffff;
    padding: 8px;
    border-radius: 10px;
    flex-shrink: 0;
    height: 38px;
}

#quick .tip-icon span {
    font-size: 20px;
    color: #ff5a1f;
}

#quick .tip-content h6 {
    margin: 0 0 4px 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
    color: #0b0b0b;
}

#quick .tip-content p {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    color: #444;
}

/* button */

#quick .help-box {
    margin-top: 24px;          /* mt-6 */
    background: #1a1a1a;       /* fallback for bg-secondary */
    border-radius: 16px;       /* rounded-2xl */
    padding: 24px;             /* p-6 */
    color: #ffffff;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15); /* shadow-xl */
}

#quick .help-box h5 {
    margin-bottom: 8px;
    font-size: 20px;
    color: #fff;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

#quick .help-box p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.4;
    color: #fff; /* text-white/90 */
    opacity: 0.9;
}

#quick .btn-primary2 {
    width: 100%; 
    line-height: 1.5;            /* h-9 */
    padding: 8px 16px;          /* px-4 py-2 */
    background: #ff5a1f;        /* primary */
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s ease;
}

#quick .btn-primary2:hover {
    background: #E24E19;
}





/* FAQS -------- */
#faq-section {
  position: relative;
    overflow: hidden;
    background: #fff;
}


#faq-section .faq-label {
    color: #ff5a1f;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.7;
}

#faq-section .faq-title {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 1.3;
    color: #0b0b0b;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

#faq-section .faq-desc {
    color: #444;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.7;
}

#faq-section .faq-box {
    background: #1e1e1e;
    padding: 32px;
    border-radius: 16px;
    color: #fff;
    box-shadow: 0 20px 40px rgba(161, 161, 161, 0.5);
}

#faq-section .faq-box-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}

#faq-section .faq-box-sub {
    margin-bottom: 24px;
    opacity: 0.9;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
}

#faq-section .faq-contact-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#faq-section .faq-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

#faq-section .faq-icon i{
    color: #fff;
}
#faq-section .faq-icon {
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(6px);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

#faq-section .faq-contact-label {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    opacity: 0.8;
}

#faq-section .faq-contact-value {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
}



#faq-section .strip-top {
    top: 0; /* top strip */
    background-image: repeating-linear-gradient(
        to right,
        #fdd400 0 40px,
        #1e1e1e 40px 80px
    );
    opacity: 0.7;
    animation: slide-top 6s linear infinite; /* fast continuous */
}
/* Top strip moves left and back quickly */
@keyframes slide-top {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(-80px); } /* slide left slightly */
    100% { transform: translateX(0); }
}
#faq-section .strip {
    position: absolute;
    width: 120%; /* ensure smooth sliding */
    height: 8px; /* height of each strip */
    background-size: 160px 100%; /* each yellow/grey segment width */
    background-repeat: repeat-x;
}


/* new faqs section */


#faq-section .faq-card-center{
  align-content: center;
}
#faq-section .faq-card{
  background-color: #F7F7f7;
    padding: 16px 24px;
    border-radius: 16px;
    margin-bottom: 16px;
}
#faq-section .faq-question{
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
#faq-section .faq-card .icon-circle svg{
  color: #0b0b0b;
}
#faq-section .faq-card h3{
  font-size: 16px;
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  line-height: 1.4;
  font-weight: 500;
  color: #0b0b0b;
}
#faq-section .faq-card h3:hover{
  color: #ff5a1f;
}
#faq-section .faq-card p{
  font-size: 14px;
    line-height: 1.4;
    padding-top: 16px;
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    color: #444;
}
#faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.3s ease;
}

#faq-section .faq-card .faq-chevron {
    transition: transform 0.3s ease;
}

#faq-section .faq-card.active .faq-chevron {
    transform: rotate(180deg);
}

/*----------------------------------------*/
/*  Ourbrands Area
/*----------------------------------------*/
#ourbrands {
    /* background: linear-gradient(180deg, #FFFFFF 65%, #182333 0%); */
    position: relative;
    overflow: hidden;
     background: linear-gradient(
    to bottom right,
    #0D1F2D,
    #1a2f42,
    #0D1F2D
  );
}

#ourbrands .peccular-section-head {
    position: relative;
    margin: 0;
}

#ourbrands .peccular-ourbrands-logo img {
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
        width: auto;
        box-shadow: inset 0px -4px 4px #00000012;
    border-radius: 43px;
}

#ourbrands .peccular-ourbrands-logo:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#ourbrands .owl-theme .owl-nav{
    display: none !important;
}
#ourbrands .owl-theme .owl-dots{
  display: block;
}
/* new */

#ourbrands .animated-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* Background grid overlay */
#ourbrands .grid-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(0, 255, 127, 0.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 127, 0.3) 1px, transparent 1px);
  background-size: 60px 60px;
}

/* Large pulsing circle border */
#ourbrands .circle-border {
  position: absolute;
  top: 5rem;   /* top-20 */
  left: 5rem;  /* left-20 */
  width: 6rem; /* w-24 */
  height: 6rem; /* h-24 */
  border: 1px solid rgba(34, 211, 238, 0.2); /* border-cyan-400/20 */
  border-radius: 50%;
  animation: pulse 2s infinite ease-in-out;
}

/* Rotating square */
#ourbrands .rotating-box {
  position: absolute;
  bottom: 5rem;  /* bottom-20 */
  right: 5rem;   /* right-20 */
  width: 8rem;   /* w-32 */
  height: 8rem;  /* h-32 */
  background-color: rgba(0, 255, 127, 0.05); /* bg-[#00FF7F]/5 */
  transform: rotate(45deg);
  animation: spin 30s linear infinite;
}

/* Cyan small pinging dot */
#ourbrands .small-dot.cyan {
  position: absolute;
  top: 50%;
  right: 2.5rem; /* right-10 */
  width: 0.75rem;
  height: 0.75rem;
  background-color: rgb(34, 211, 238);
  border-radius: 50%;
  animation: ping 1.5s infinite ease-in-out;
}

/* Green small pulsing dot */
#ourbrands .small-dot.green {
  position: absolute;
  bottom: 33%;
  left: 25%;
  width: 1rem;
  height: 1rem;
  background-color: #00FF7F;
  border-radius: 50%;
  animation: pulse 2s infinite ease-in-out;
}

/* Animations */
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.2); opacity: 1; }
}

@keyframes ping {
  0% { transform: scale(1); opacity: 1; }
  75%, 100% { transform: scale(2); opacity: 0; }
}

@keyframes spin {
  from { transform: rotate(45deg); }
  to { transform: rotate(405deg); }
}


/* new */

#ourbrands .trusted-section {
  text-align: center;
  margin-bottom: 4rem;
}

/* Divider line with dots */
#ourbrands .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

/* Left and right glowing lines */
#ourbrands .line {
  height: 1px;
  width: 8rem;
}

#ourbrands .line.left {
  background: linear-gradient(to right, transparent, #22D3EE, #00FF7F);
}

#ourbrands .line.right {
  background: linear-gradient(to right, #00FF7F, #22D3EE, transparent);
}

/* Dots animation */
#ourbrands .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem;
  gap: 0.5rem;
}

#ourbrands .dot {
  border-radius: 50%;
  animation: load 1.5s infinite;
}

#ourbrands .dot.cyan {
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #22D3EE;
}

#ourbrands .dot.green {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #00FF7F;
}

/* Heading & text */
#ourbrands .title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
}

#ourbrands .gradient-text {
  background: linear-gradient(to right, #22D3EE, #00FF7F);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

#ourbrands .subtitle {
  font-size: 1.25rem;
  color: #cefafe;
  opacity: 0.8;
}

/* Pulse animation for dots */
@keyframes load {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}


#ourbrands .brand-card {
  /* flex-shrink: 0;
  width: 25%;          
  padding: 0 1rem;      */
}

#ourbrands .brand-box {
  background-color: rgba(13, 31, 45, 0.5); /* bg-[#0D1F2D]/50 */
  backdrop-filter: blur(8px);              /* backdrop-blur-sm */
  border: 1px solid rgba(34, 211, 238, 0.2); /* border-cyan-400/20 */
  border-radius: 0.5rem;                   /* rounded-lg */
  height: 6rem;                            /* h-24 */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* Hover effect */
#ourbrands .brand-box:hover {
  background-color: rgba(0, 255, 127, 0.1);  /* hover:bg-[#00FF7F]/10 */
  border-color: rgba(0, 255, 127, 0.4);      /* hover:border-[#00FF7F]/40 */
}

#ourbrands .brand-content {
  text-align: center;
}

#ourbrands .brand-title {
  font-size: 1.5rem;  /* text-2xl */
  font-weight: bold;
  color: white;
  transition: color 0.3s ease;
}

/* Hover color change */
#ourbrands .brand-box:hover .brand-title {
  color: #00FF7F;
}

#ourbrands .brand-name {
  font-size: 0.75rem;       /* text-xs */
  color:#cefafe;
  opacity: 0.6; /* text-cyan-100/60 */
  margin-top: 0.25rem;      /* mt-1 */
}
#ourbrands .owl-dots{
   margin-top: 2rem; /* same as mt-8 */
  gap: 0.5rem;
}
#ourbrands .owl-dot{
  width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #00d3f3;
    opacity: 0.3;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 10px;
}
#ourbrands .owl-dot.active {
  background-color: #00FF7F;
  box-shadow: 0 0 10px rgba(0, 255, 127, 0.5); /* glow effect */
}




/*----------------------------------------*/
/*  Newsletter Area
/*----------------------------------------*/
/*  */
#newsletter{
  position: relative;
  padding: 100px 20px;
  background: linear-gradient(135deg, #111, #000, #111);
  color: #fff;
  overflow: hidden;
}

#newsletter .bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image:
    linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
    linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

/* .container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
} */

#newsletter .newsletter-sign-box {
  position: relative;

}
#newsletter .content {
  text-align: center;
}

#newsletter .subtitle {
  letter-spacing: 1.4px;
    font-size: 14px;
    color: #99a1af;
    margin-bottom: 24px;
    line-height: 1.4;
}

#newsletter .title {
  font-size: 60px;
    margin-bottom: 24px;
    line-height: 1;
    font-weight: 500;
    font-family: system-ui;
}

#newsletter .description {
  font-size: 20px;
    color: #d1d5dc;
    max-width: 672px;
    margin: 0 auto 48px;
    line-height: 1.4;
}

#newsletter .newsletter-form {
  max-width: 600px;
  margin: auto;
}

#newsletter .newsletter-fields {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

#newsletter .newsletter-fields input[type="email"] {
  flex: 1;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
  outline: none;
  backdrop-filter: blur(8px);
}

#newsletter .newsletter-fields input::placeholder {
  color: #9ca3af;
}

#newsletter .newsletter-fields input:focus {
  border-color: #ffffff;
}

#newsletter .newsletter-fields input[type="submit"] {
  padding: 16px 32px;
  background: #ffffff;
  color: #111;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s ease;
}

#newsletter .newsletter-fields input[type="submit"]:hover {
  background: #f6f3f4;
  transform: translateX(4px);
}

.wpcf7-response-output {
  color: #fff;
  border-color: rgba(255,255,255,0.2);
}

@media (max-width: 640px) {
  #newsletter .newsletter-fields {
    flex-direction: column;
  }
}



#newsletter .policy {
  font-size: 14px;
    color: #99a1af;
    line-height: 1.4;
}

#newsletter .stats {
      margin-top: 64px;
    padding-top: 64px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

#newsletter .stat-value {
  font-size: 30px;
    margin-bottom: 8px;
    line-height: 1.2;
}

#newsletter .stat-label {
  font-size: 14px;
    color: #99a1af;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 768px) {#newsletter 
  .title {
    font-size: 42px;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .form {
    flex-direction: column;
  }
}



#newsletter .peccular-newsletter-member-wrap input[type="text"], 
#newsletter .peccular-newsletter-member-wrap input[type="email"], 
#newsletter .peccular-newsletter-member-wrap input[type="url"], 
#newsletter .peccular-newsletter-member-wrap input[type="password"], 
#newsletter .peccular-newsletter-member-wrap input[type="search"], 
#newsletter .peccular-newsletter-member-wrap input[type="number"], 
#newsletter .peccular-newsletter-member-wrap input[type="tel"], 
#newsletter .peccular-newsletter-member-wrap input[type="range"], 
#newsletter .peccular-newsletter-member-wrap input[type="date"], 
#newsletter .peccular-newsletter-member-wrap input[type="month"], 
#newsletter .peccular-newsletter-member-wrap input[type="week"], 
#newsletter .peccular-newsletter-member-wrap input[type="time"], 
#newsletter .peccular-newsletter-member-wrap input[type="datetime"],
#newsletter .peccular-newsletter-member-wrap input[type="datetime-local"], 
#newsletter .peccular-newsletter-member-wrap input[type="color"],
#newsletter .peccular-newsletter-member-wrap input[type="file"],
#newsletter .peccular-newsletter-member-wrap textarea{ 
        z-index: 2000;
    width: 100%;
    margin: 0 0 0px 0;
    line-height: 1.4;
    height: auto;
    font-weight: 400 !important;
    background-color: rgba(26, 47, 66, 0.5);
    border-radius: 0px;
    color: white;
    outline: none;
    transition: all 0.3s ease;
    flex: 1;
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 16px;
    outline: none;
    backdrop-filter: blur(8px);
}

#newsletter .peccular-newsletter-member-wrap {
    margin: 0px 0px 18px;
}

#newsletter .peccular-newsletter-member-wrap input[type="file"] {
    cursor: pointer;
    padding: 22px 30px;
}

#newsletter .peccular-newsletter-member-wrap .wpcf7-spinner {
    position: absolute;
}

#newsletter .peccular-newsletter-member-wrap select{
    outline: 0;
    z-index: 2000;
    width: 100%;
    color: #B8B5B5;
    margin: 0 0 10px 0;
    border-radius: 0;
    padding: 22px 30px;
    font-size: 16px;
    height: 63px;
    font-weight: 400 !important;
}
#newsletter .peccular-newsletter-member-wrap textarea {
  height: 80px;
padding: 22px 30px;
  border-radius: 0px;
}
#newsletter .peccular-newsletter-member-wrap textarea::placeholder{
    color:#B8B5B5;
}

#newsletter .peccular-newsletter-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
}
#newsletter .box-form {
    text-align: left;
}

#newsletter .peccular-newsletter-member-wrap input[type="submit"]{
   display: inline-block;
    line-height: 1.5;
    text-decoration: none;
    position: relative;
    height: auto;
    border-radius: 0px;
    padding: 16px 32px;
    background: #ffffff;
    color: #101828;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    transition: all 0.3s ease;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]:hover{
    background: #f6f3f4;
  transform: scale(1.05);
}

#newsletter .newsletter-contact{
  display: flex;
    justify-content: center;
    gap: 20px;
}

/*   */



/* === Footer Section === */
#footer .footer-sect {
  position: relative;
  /* margin-top: 3rem; */
  padding: 2rem 1rem 2rem;
  border-top: 1px solid #ebe6e7;
  color: rgba(173, 255, 255, 0.8);
  font-family: 'Poppins', sans-serif;
  background: transparent;
}

#footer .footer-content {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 1rem;
}


#footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

#footer .footer-links a {
  text-decoration: none;
  color: #4a5565 ;
  opacity: 0.6;
  font-size: 14px;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

#footer .footer-links a:hover {
  color: #101828;
  opacity: 1;
  /* text-shadow: 0 0 6px #00FF7F; */
}



/*----------------------------------------*/
/*  13. Contact home Area
/*----------------------------------------*/

#contact .peccular-section-head {
    text-align: center;
    padding-bottom: 60px;
}
#contact .section-contact-heading {
    display: inline-flex;
}
#contact {
    position: relative;
    overflow: hidden;
    /* background-color: #0D1F2D; */
    /* padding: 80px 0; */
    /* background: linear-gradient(to bottom right, #1e1e1e, rgba(30, 30, 30, 0.95), #1e1e1e); */
    color: #fff;
}

/* new  ------------ */


.left-content-center{
      align-content: space-around;

}
/* header  */


/* LEFT SIDE */
#contact .offer-badge {
    display: inline-block;
    background: #fdd400;
    color: #1e1e1e;
    padding: 8px 24px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    animation: load 1s infinite alternate;
    margin-bottom: 32px;
    line-height: 1.3;
}

@keyframes load {
    from { opacity: 1; }
    to { opacity: 0.7; }
}

#contact .heading-box h2 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 16px;
    color: #fff;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}
#contact .heading-box p {
    color: #fafafa;
    font-size: 16px;
    line-height: 1.7;
}

#contact .features-grid {
    margin: 32px 0px;
    display: grid;
    grid-template-columns: 1fr;
    
    gap: 16px;
}
@media (min-width: 575px) {
  #contact .features-grid { grid-template-columns: repeat(2, 1fr); }
}

#contact .feature-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px;
    border-radius: 10px;
    backdrop-filter: blur(6px);
    transition: 0.3s;
}

#contact .feature-box:hover {
    background: rgba(255,255,255,0.2);
}

#contact .feature-box span.text-list {
  font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
    opacity: 0.9;
}
#contact .feature-box .icon {
    color: #fdd400;
    font-size: 18px;
}

/* STATS */
#contact .stats-section {
  margin-top: 16px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
#contact .stats-section .rating-display {
  margin-bottom: 4px;
}

#contact .rating-box {
    text-align: center;
    color: #fdd400;
}

#contact .rating-box p {
    color: #fff;
    font-size: 14px;
}

#contact .divider-box {
    border-left: 1px solid rgba(255,255,255,0.3);
    padding-left: 24px;
}

#contact .divider-box h4 {
  font-size: 24px;
  /* font-weight: 600; */
  line-height: 1.4;
  font-family: "Poppins", system-ui, -apple-system, sans-serif;
  color: #fff;
}
#contact .divider-box p {
  font-size: 14px;
    line-height: 1.4;
    color: #fff;
    opacity: 0.8;
}


/* ---------------  contact form   ----*/
/* Wrapper */
#contact .appointment-wrapper {
    padding: 40px 0;
    background: linear-gradient(to bottom right, #1e1e1e, #1e1e1ee6, #1e1e1e);
    color: #fff;
}

/* Inputs */
#contact .appointment-wrapper input,
#contact .appointment-wrapper select,
#contact .appointment-wrapper textarea {
    width: 100%;
    height: 36px;
    padding: 10px 14px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    transition: 0.3s ease;
}

#contact .appointment-wrapper input::placeholder,
#contact .appointment-wrapper select::placeholder {
    color: rgba(255,255,255,0.55);
}

/* Focus */
#contact .appointment-wrapper input:focus,
#contact .appointment-wrapper select:focus,
#contact .appointment-wrapper textarea:focus {
    border-color: #ff5a1f;
    box-shadow: 0 0 0 3px rgba(255,90,31,0.4);
    outline: none;
}

/* Grid 2 */
#contact .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* Mobile */
@media (max-width: 640px) {
    #contact .grid-2 {
        grid-template-columns: 1fr;
    }
}

/* Submit Button */
#contact .appointment-wrapper input[type="submit"] {
    background: #ff5a1f;
    color: #fff;
    padding: 16px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: 0.3s ease;
    width: 100%;
}

#contact .appointment-wrapper input[type="submit"]:hover {
    background: #e24e19;
}

/* -------------- */



#contact .wpcf7-form .form-control:focus,
#contact .wpcf7-form .form-select:focus {
    border-color: #a1a1a1;
    box-shadow: 0 0 0 0.2rem #a1a1a180;
}

/* Placeholder Color */
#contact .wpcf7-form input::placeholder,
#contact .wpcf7-form select::placeholder {
    color: #999;
}



#contact .wpcf7-form .btn-primary:hover {
    background-color: #e24e19;
}



#contact .contact-card-1{
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
#contact .contact-card-1 .peccular-contact-member-wrap  {
  color: #000;
}
#contact .contact-card-1 .contact-card-header {
  text-align: center;
    margin-bottom: 24px;
}
#contact .contact-card-1 .contact-card-header h3.contact-title{
  color: #0b0b0b;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 1.4;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}
#contact .contact-card-1 .contact-card-header p.contact-subtitle{
  color: #444;
    font-size: 16px;
    line-height: 1.7;
}

/* -------------------------------------------------------------------------- */

   
    /* Outer wrapper that mimics your original wrapper spacing and border-top */
    #contact .features-wrapper{
      margin-top: 24px;
      padding-top: 24px;
      border-top: 1px solid #e5e7eb;
    }

    /* Grid: 3 columns, gap */
    #contact .features {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      align-items: start;
    }

    /* Feature card (centered content) */
    #contact .feature {
      text-align: center;
      padding: 8px 6px;
    }

    /* Icon container (keeps svg size consistent) */
    #contact .feature span.icon {
      font-size: 32px;
      display: block;
      margin: 0 auto 8px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      color: #ff5a1f; /* sets the stroke color because svg uses 'currentColor' */
      aria-hidden: true;
    }

    #contact .feature p {
      font-size: 12px; /* text-xs */
      color: #6b7280;
      margin-top: 2px;
    }

    /* Responsive: collapse to 1 column on very small screens, 2 columns on narrow devices */
    @media (max-width: 428px) {
      #contact .features { grid-template-columns: 1fr; }
    }
    @media (min-width: 641px) and (max-width: 900px) {
      #contact .features { grid-template-columns: repeat(2, 1fr); }
    }

/* ------------  old */

#contact .peccular-contact-block .peccular-section-form_head {
    margin-bottom: 1.5em;
}
#contact.peccular-contact-block {
    margin-top: 3em;
}

#contact .peccular-contact-member-wrap input::placeholder{
    opacity: 1;
    color: #1e1e1e;
}
#contact .form-input:focus{
  border-color: #ff5a1f;
    box-shadow: 0 0 0 0.2rem rgba(255, 90, 31, 0.25);
}

#contact .peccular-contact-member-wrap input[type="text"], 
#contact .peccular-contact-member-wrap input[type="email"], 
#contact .peccular-contact-member-wrap input[type="url"], 
#contact .peccular-contact-member-wrap input[type="password"], 
#contact .peccular-contact-member-wrap input[type="search"], 
#contact .peccular-contact-member-wrap input[type="number"], 
#contact .peccular-contact-member-wrap input[type="tel"], 
#contact .peccular-contact-member-wrap input[type="range"], 
#contact .peccular-contact-member-wrap input[type="date"], 
#contact .peccular-contact-member-wrap input[type="month"], 
#contact .peccular-contact-member-wrap input[type="week"], 
#contact .peccular-contact-member-wrap input[type="time"], 
#contact .peccular-contact-member-wrap input[type="datetime"],
#contact .peccular-contact-member-wrap input[type="datetime-local"], 
#contact .peccular-contact-member-wrap input[type="color"],
#contact .peccular-contact-member-wrap input[type="file"],
#contact .peccular-contact-member-wrap textarea,
#contact .peccular-contact-member-wrap select,
#contact .peccular-contact-member-wrap input[type="file"]{
   z-index: 2000;
    line-height: 1.4;
    letter-spacing: 0.26px;
    outline: none;
    width: 100%;
    height: 36px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    font-size: 14px;
    transition: 0.3s ease;
    margin-bottom: 16px;
}

#contact .peccular-contact-member-wrap input[type="file"] {
    padding: 18px 25px 19px;
    height: 56px;
}

#contact .peccular-contact-member-wrap textarea {
    height: 65px;
    border-radius: 0px;
    width: 100%;
    background: #F4F4F4;
    border: 1px solid rgba(13, 31, 45, 0.1);
    color: #333;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s;
}
#contact  .peccular-contact-member-wrap textarea::placeholder{
    color:#e1e1e1;
}

#contact .peccular-contact-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
    font-weight: 500;
}

#contact .peccular-contact-member-wrap input[type="submit"]:hover{
  background-color: #e24e19;
}
#contact .peccular-contact-member-wrap input[type="submit"]{
    position: relative;
    height: auto;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    line-height: 1.4;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 6px;
    transition: 0.3s;
    background-color: #ff5a1f;
}
#contact .submit-section .submit-1{
    overflow: hidden;
    position: relative;
}
#contact .submit-1:hover { transform: scale(1.05); }

#contact .btn-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(34, 211, 238, 0.3), rgba(255,255,255,0.2), rgba(0,255,127,0.3));
  transform: translateX(100%) skewX(-12deg);
  transition: transform 0.7s ease;
}
#contact .submit-1:hover .btn-glow { transform: translateX(0); }

#contact .peccular-contact-phone:hover .peccular-contact-icon,
#contact .peccular-contact-address:hover .peccular-contact-icon,
#contact .peccular-contact-mailid:hover .peccular-contact-icon{
    -webkit-animation: sp 1.5s linear infinite;
    animation: sp 1.5s linear infinite;
}

.f-pd {
    padding: 0 8px;
}

.peccular-contact-member-wrap {
    padding: 0px;
}
#contact .peccular-contact-member-wrap .wpcf7-spinner {
    position: absolute;
}
/*----------------------------------------*/
/*  13. Pricing Area
/*----------------------------------------*/
#pricing {
    position: relative;
    overflow: hidden;
}

#pricing .peccular-section-head {
    margin-bottom: 60px;
}
#pricing .section-pricing-heading {
    display: inline-flex;
}
#pricing .frature-img-heading {
    position: relative;
    top: -20px;
    left: -25px;
}
#pricing .pricing-sub-heading {
    font-size: 30px;
    font-family: 'PT Sans';
    letter-spacing: 0.9px;
    color: #182333;
}

#pricing .peccular-section-head h2 {
    color: #FDA12B;
    margin-bottom: 33px;
}

#pricing .peccular-pricing-single {
    position: relative;
    transition: all 0.3s ease;
    background: #AFAFAF10;
    border-radius: 10px;
    padding: 0 0 63px 0;
    margin-bottom: 1em;
    width: 92%;
    justify-content: center;
    display: inline-block;
}

#pricing .peccular-pricing-single:hover{
    transition: all .4s linear;
    transform: scale(1.1);
}


.peccular-pricing-box-head {
    padding: 29px 105px 20px;
    text-align: center;
}

#pricing .peccular-pricing-single .peccular-pricing-box-head h4 {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold !important;
    font-family: 'PT Sans' !important;
    position: relative;
    margin: 0;
    letter-spacing: 0px;
    color: #182333;
    text-transform: capitalize;
}
#pricing .peccular-pricing-single .peccular-pricing-currency-price {
    position: relative;
    color: #182333;
    background: #EFEFEF;
    font-size: 20px;
    padding: 9px 10px;
    font-weight: 400 !important;
    line-height: 32px;
    transition: .9s ease;
    margin: 0px 0px 37px 0px;
    z-index: 1;
    text-align: center;
    font-family: 'Poppins' !important;
    transform: scale(1.05);
}
#pricing .peccular-pricing-single:hover .peccular-pricing-currency-price {
    background: #FFFFFF;
    box-shadow: 0px 0px 14px #00000012;
    color: #FDA12B;
}
#pricing .peccular-pricing-single .peccular-pricing-currency-price span {
    font-size: 31px;
    font-weight: bold !important;
    font-family: 'Poppins';
}
#pricing .peccular-pricing-single .peccular-pricing-currency-price sub {
    font-size: 14px;
    line-height: 25px;
    color: #FF5B4A;
    font-weight: 400;
    margin-left: 10px;
}
#pricing .peccular-pricing-single:hover .peccular-pricing-currency-price { 
    transform: scale(1.05);
}
#pricing .peccular-pricing-single ul.peccular-pricing-list{
    margin: 0 31px 37px;
    position: relative;
    z-index: 1;
    text-align: left;
}
#pricing .peccular-pricing-single ul.peccular-pricing-list li {
    color: #414141;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
    padding: 0;
    position: relative;
    font-weight: 400 !important;
    font-family: 'Poppins' !important;
    text-transform: capitalize;
    letter-spacing: 0px;
}
#pricing .peccular-pricing-single ul.peccular-pricing-list li:last-child{
    border-bottom: none;
}
#pricing .peccular-pricing-single ul.peccular-pricing-list li i{
    color: #414141;
    font-size: 12px;
    line-height: 15px;
    margin-right: 12px;
}

#pricing .buttondesign {
    text-align: center;
}

#pricing .buttondesign a {
    color: #022D07;
    padding: 5px 19px;
    font-size: 16px;
    font-weight: 400 !important;
    word-break: break-word;
    z-index: 10;
    display: inline-block;
    position: relative;
    border-bottom: 3px solid #000000;
}
#pricing .buttondesign a .span-arreo{
    font-size: 26px !important;
}



#pricing .buttondesign:hover a {
    color: #fff;
}
#pricing .peccular-pricing-btn a {
    color: #fff;
}

#pricing .buttondesign a.btn-look span {
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Poppins' !important;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #022D07;
    vertical-align: top;
}


/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/



/* --------------------------end */

 #footer,
 .footer-area,
.footer-area,
.page .footer-area,
.single .footer-area {
    position: relative;
    z-index: 0;
    overflow: visible;
}

 #footer .footer-overlay,
#footer .footer-overlay,
.page #footer .footer-overlay,
.single #footer .footer-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

.page #footer .widget_block,
.page #footer .widget_meta,
.page #footer .widget_recent_entries,
.page #footer .widget_categories,
.page #footer .widget_recent_comments,
.page #footer .widget_archive,
.page #footer .widget_nav_menu,
.page #footer .widget_text,

.single #footer .widget_block,
.single #footer .widget_meta,
.single #footer .widget_recent_entries,
.single #footer .widget_categories,
.single #footer .widget_recent_comments,
.single #footer .widget_archive,
.single #footer .widget_nav_menu,
.single #footer .widget_text{
    border: none;
    border-radius: 0;
    padding: 0;
    color: #fff;
}
.footer-area li,
.footer-area li,
.page .footer-area li {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 34px;
    padding: 0;
}
.footer-area ul.sub-menu .current_page_item {
    background: none;
}

.footer-area li a,
.page .footer-area li a,
.single .footer-area li a {
    font-weight: 400 !important;
    text-decoration: none;
    font-size: 16px;
    color: #4a5565 ;
    /* padding: 5px; */
    line-height: 1.7;
    letter-spacing: 0.53px;
    opacity: 0.9;
    
}
.single-footer-2 li a{
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #4b5563;
  /* padding-left: 22px;  */
  transition: color 0.3s ease, transform 0.3s ease;
}
.single-footer-2  li a::before {
  content: "\f178";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.single-footer-2 li a:hover {
  color: #111827;
  transform: translateX(22px);
}
.single-footer-2  li a:hover:before {
  opacity: 1;
  transform: translateX(-22px);
}

.footer-area li.current_page_item a ,.footer-area li a:hover,
.page .footer-area li.current_page_item a, .page .footer-area li a:hover
.single .footer-area li.current_page_item a, .single .footer-area li a:hover {
    color: #101828;
    border: none;
    background: none;
}


.footer-area li,  .footer-area li, .page .footer-area li, .single .footer-area li{
    position: relative;
    overflow: hidden;
}

.footer-area li.contact-heading{
    font-size: 18px;
    font-family: 'PT Sans';
    font-weight: 400 !important;
    letter-spacing: 0px;
    color: #FDA12B !important;
    line-height: 23px;
}
.footer-area p.contatc-number a{
    color: #FFFFFF !important;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25px;
    background: none !important;
    
}
.footer-area p.contatc-number{
    color: #FFFFFF !important;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25px;
    background: none !important;
    margin-left: 18px;
}


#footer .peccular-footer-mainoverlay {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    background-size: cover;
    background-color: #002434;
}


.footer-area .gallery-item, .footer-area .gallery-item, .page .footer-area .gallery-item, .single .footer-area .gallery-item {
    max-width: 40.33%;
    padding-right: 13px;
    padding-bottom: 13px;
}
.footer-area .gallery-item img,.footer-area .gallery-item img, .page .footer-area .gallery-item img, .single .footer-area .gallery-item img{
    border-radius: 10px;
    margin-bottom: 12px;
    padding-right: 5px;
    width: 94px !important;
    height: 74px !important;
}

.footer-area  .wp-block-gallery.has-nested-images figure.wp-block-image img {
    border-radius: 10px;
    margin-bottom: 12px;
    padding-right: 5px;
    width: 94px !important;
    height: 74px !important;
}

/*footer address area*/

.footer-area .f-data {
    padding-bottom: 10px;
}
.footer-area .f-data.f-address {
    font-size: 18px;
}
/*footer address area end*/
.footer-area ul,
.footer-area ul,
.page .footer-area ul,
.single .footer-area ul  {margin: 0 0 15px 00px;}
.footer-area p,
.page .footer-area p,
.single .footer-area p {    
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
    color: #efefef;
    text-shadow: none;
    padding: 0;
    text-align: unset;
}
.footer-area .widget-title,

 #footer .widget_block h1,
 #footer .widget_block h3, 
 #footer .widget_block h4, 
 #footer .widget_block h5, 
 #footer .widget_block h6, 
 #footer .widget_block h2,

.footer-area .widget-title,
.page .footer-area .widget-title,
#footer .widget_block h1,
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2,
.page #footer .widget_block h1,
.page #footer .widget_block h3, 
.page #footer .widget_block h4, 
.page #footer .widget_block h5, 
.page #footer .widget_block h6, 
.page #footer .widget_block h2,
.single .footer-area .widget-title,
.single #footer .widget_block h1,
.single #footer .widget_block h3, 
.single #footer .widget_block h4, 
.single #footer .widget_block h5, 
.single #footer .widget_block h6, 
.single #footer .widget_block h2,
#footer .widget .widget-title {   
    color: #0a0a0a;
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 500 !important;
    position: relative;
    padding: 0;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 1.5rem;
    position: relative;
    margin: 0px auto 0px;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
}



 #footer .single-footer-1 .widget_block h1:before,
 #footer .single-footer-1 .widget_block h3:before, 
 #footer .single-footer-1 .widget_block h4:before, 
 #footer .single-footer-1 .widget_block h5:before, 
 #footer .single-footer-1 .widget_block h6:before, 
 #footer .single-footer-1 .widget_block h2:before,
.footer-area .single-footer-1 .widget-title:before {
    display: none;
}

 #footer .single-footer-1 .widget_block h1,
 #footer .single-footer-1 .widget_block h3, 
 #footer .single-footer-1 .widget_block h4, 
 #footer .single-footer-1 .widget_block h5, 
 #footer .single-footer-1 .widget_block h6, 
 #footer .single-footer-1 .widget_block h2{
   line-height: 35px;
    margin-bottom: 25.24px;
}


.footer-area .footer-border{ border-top: 1px solid #b6b5b0;}

.footer-area .widget.widget_recent_entries li a,
.footer-area .widget.widget_recent_entries li a,
.page .footer-area .widget.widget_recent_entries li a ,
.single .footer-area .widget.widget_recent_entries li a {font-size: 16px;}

.footer-area .social-profile-icons ul li,
.footer-area .social-profile-icons ul li,
.page .footer-area .social-profile-icons ul li,
.single .footer-area .social-profile-icons ul li {    
    display: inline-block;
    padding-right: 0px;
    font-size: 15px;
    font-weight: 800;
}
.footer-area .social-profile-icons ul li:before,
.footer-area .social-profile-icons ul li:before,
.page .footer-area .social-profile-icons ul li:before,
.single .footer-area .social-profile-icons ul li:before{
    display: none;
}
.footer-area .widget,
.footer-area .widget,
.page .footer-area .widget ,
.single .footer-area .widget{margin-bottom: 0.5em;}
.footer-area .footer-bottom-area ul li,
.footer-area .footer-bottom-area ul li,
.page .footer-area .footer-bottom-area ul li,
.single .footer-area .footer-bottom-area ul li {display: inline-block;margin-left: 40px;margin-bottom: 0;position: relative;}

.footer-area .bottom-area,
.footer-area .bottom-area,
.page .footer-area .bottom-area,
.single .footer-area .bottom-area {

    position: relative;
}

.footer-area .bottom-area ul,
.footer-area .bottom-area ul,
.page .footer-area .bottom-area ul,
.single .footer-area .bottom-area ul { margin-bottom: 0;}

.footer-area .footer-text, .footer-text a,
.footer-area .footer-text, .footer-text a,
.single .footer-area .footer-text, .single .footer-text a,
.single .footer-area .footer-text, .single .footer-text a   {
    font-size: 16px;
    font-weight: 400 !important;
    color: #4a5565 ;
    opacity: 1;
    line-height: 19px;
    letter-spacing: 0.53px;
    opacity: 0.6;
}
.footer-area .pd-0,
.footer-area .pd-0,
.page .footer-area .pd-0,
.single .footer-area .pd-0{padding: 0;}
.footer-area .bottom-area li a:hover, .social-profile-icons li a:hover,
.footer-area .bottom-area li a:hover, .social-profile-icons li a:hover,
.page .footer-area .bottom-area li a:hover,
.single .footer-area .bottom-area li a:hover{border-bottom: 0;}
.footer-area .bottom-area li:hover a::after, .footer-area .bottom-area li:hover a:after,
.footer-area .bottom-area li:hover a::after, .footer-area .bottom-area li:hover a:after,
.page .footer-area .bottom-area li:hover a::after, .page .footer-area .bottom-area li:hover a:after,
.single .footer-area .bottom-area li:hover a::after, .single .footer-area .bottom-area li:hover a:after
 {width: 20px;}
.footer-area .bottom-area li.current_page_item a:after,
.footer-area .bottom-area li.current_page_item a:after,
.page .footer-area .bottom-area li.current_page_item a:after,
.single .footer-area .bottom-area li.current_page_item a:after{position: absolute;width: 20px;height: 2px;background: #ff8b00;content: "";bottom: -5px;left: 2px;transition: .3s;}
.footer-area .bottom-area .footer-link,
.footer-area .bottom-area .footer-link,
.page .footer-area .bottom-area .footer-link,
.single .footer-area .bottom-area .footer-link{
    text-align: right;
}
.footer-area  ul,
.footer-area  ul,
.page .footer-area  ul ,
.single .footer-area  ul{
    list-style: none;
    margin: 0px 0 0 1px !important;
    padding: 0;
    position: relative;
    background: none !important;
    box-shadow: none !important;
/*    display: block;*/
    z-index: 1;
border: 0 !important;
}

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select,

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select,
.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea,
.page .footer-area select,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea,
.single .footer-area select
{    
    font-size: 14.43px;
    line-height: 31.74px;
    height: 36px;
    width: 100%;
    padding: 4px 12px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    border: 0.1px solid #FFFFFF33;
    background: #ffffff1a;
    letter-spacing: 0.58px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.footer-area input::placeholder, 
.footer-area textarea::placeholder{
    color: #ffffff;
}
.footer-area  .widget_block form,  .footer-area  .widget .textwidget form, 
 .footer-area  .widget form{
    position: relative;
}
.footer-area input[type="submit"],
.page .footer-area input[type="submit"] ,
.single .footer-area input[type="submit"]{  
    background: #FF5B4A;
    border: none !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    border: none;
    box-shadow: none;
    text-indent: -999px;
    width: 100%;
    z-index: 2;
    position: relative;
}
.footer-area .wpcf7{
  position: relative;
}
.footer-area .wpcf7:after {
  content: "\f1d8";
  font-family: 'Fontawesome';
  position: absolute;
  top: 13px;
  right: 2px;
  z-index: 0;
}
.footer-area .wpcf7:hover:after {
  z-index: -1;
}


.footer-area .top-area,
.footer-area .top-area,
.page .footer-area .top-area,
.single .footer-area .top-area {
    padding: 0 0 0.5em;
    position: relative;
    z-index: 999;
}
.footer-area .wpcf7-spinner {
    position: absolute;
}

.footer-area label,
.footer-area label,
.page .footer-area label,
.single .footer-area label{
    font-weight: 400;
}
.footer-area div.wpcf7 input[type="file"],
.footer-area div.wpcf7 input[type="file"],
.page .footer-area div.wpcf7 input[type="file"],
.single .footer-area div.wpcf7 input[type="file"] {font-size: 15px;font-weight: 500;width: 100%;margin-bottom: 30px; color: #fff}
.footer-area select option,
.page .footer-area select option,
.single .footer-area select option{font-weight: 400;}
.footer-area .tagcloud a,
.page .footer-area .tagcloud a,
.single .footer-area .tagcloud a{font-size: 15px !important;font-weight: 400;}

.footer-area i.fa ,
.footer-area i.fa ,
.page .footer-area i.fa,
.single .footer-area i.fa,
.footer-area i.fa-brands{   
    position: relative;
    color: #fff;
    /* margin-right: 12px; */
    flex-shrink: 0;
    align-items: center;
    transition: transform 0.3s ease;
    justify-content: center;
    display: flex;
    font-size: 20px;
    /* margin-bottom: 16px; */
    color: #ff5a1f;
    margin-top: 3px;
}
.footer-area i.fa {
    color: #ff5a1f;
}
 .footer-area .social-profile-icons i.fa,
.footer-area .social-profile-icons i.fa,
.page .footer-area .social-profile-icons i.fa ,
.single .footer-area .social-profile-icons i.fa,
 .footer-area .social-profile-icons i.fa-brands {    
    padding: 0;
    text-align: center;
    margin-right: 0;
    font-size: 22px;
    padding: 10px;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid #d1d5dc;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    width: 40px;
    height: 40px;
    letter-spacing: 0;
    margin-bottom: 0;
}
 .footer-area table tr,
.footer-area table tr,
.page .footer-area table tr ,
.single .footer-area table tr{text-align: center;line-height: 28px;}
.footer-area table td,
.footer-area table td,
.page .footer-area table td,
.single .footer-area table td  {font-size: 15px;padding: 5px;}
.footer-area span.post-date, .footer-area .widget_calendar table tbody td, .footer-area .widget_calendar table tbody td a, .footer-area .widget_calendar table tbody td#today a, .wp-block-latest-comments__comment-date {
    color: #d7d7d7!important;
}
.footer-area .widget_calendar table thead tr th,
.footer-area .widget_calendar table thead tr th,
.page .footer-area .widget_calendar table thead tr th,
.single .footer-area .widget_calendar table thead tr th{text-align: center;}
.footer-area fieldset,
.footer-area fieldset,
.page .footer-area fieldset ,
.single .footer-area fieldset {
    padding-top: 0;
}
.footer-area .widget_calendar thead,
.footer-area .widget_calendar thead,
.page .footer-area .widget_calendar thead,
.single .footer-area .widget_calendar thead { background: transparent;box-shadow: 0 0px 3px 0 #88828252;}
.footer-area figure.gallery-item img:hover,
.footer-area figure.gallery-item img:hover,
.page .footer-area figure.gallery-item img:hover,
.single .footer-area figure.gallery-item img:hover{opacity: 0.8;}
.footer-area p span,
.footer-area p span,
.page .footer-area p span,
.single .footer-area p span    {color: #feb502;font-weight: 400;}

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea {background: transparent;}

.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea {background:#384149}
.page .footer-area .s-footer,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea {background: transparent;}
.single .footer-area .s-footer{
    float: left;
    margin-bottom: 4em;
}
.footer-area .single-footer-1,
.footer-area .single-footer-1,
.page .footer-area .single-footer-1 ,
.single .footer-area .single-footer-1{    
    float: left;
}
.footer-area .single-footer-2,
.footer-area .single-footer-2,
.page .footer-area .single-footer-2,
.single .footer-area .single-footer-2 {
    padding: 0;
    padding-left: 2em;
    margin-left: 0%;
}
.footer-area .single-footer-3,
.footer-area .single-footer-3,
.page .footer-area .single-footer-3,
.single .footer-area .single-footer-3  {
    padding: 0;
    padding-left: 1em;
    margin-left: 0%;
}
.footer-area .single-footer-4,
.footer-area .single-footer-4,
.page .footer-area .single-footer-4,
.single .footer-area .single-footer-4{
    padding: 0;
    padding-left: 1em;
    margin-left: 0%;
}
.footer-area .single-footer-4 .textwidget{
    padding-left: 15px;
    margin-top: 30px;
}
.footer-area .widget_recent_entries ul li,
.footer-area .widget_recent_entries ul li,
.page .footer-area .widget_recent_entries ul li,
.single .footer-area .widget_recent_entries ul li{
    line-height: 40px;
}
 .footer-area .widget_recent_entries li a {
    color: #fff;
}
.footer-area .footer_area-img img,
.footer-area .footer_area-img img,
.page .footer-area .footer_area-img img,
.single .footer-area .footer_area-img img
 {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.footer-area .footer_area-img,
.footer-area .footer_area-img,
.page .footer-area .footer_area-img,
.single .footer-area .footer_area-img   {
    max-width: 80%;
    padding-top: 10px;
}
.f-contact-s {
    padding-bottom: 35px;
    line-height: 25px;
}

.footer-area .midix,
 .footer-area .midix,
 .page .footer-area .midix,
  .single .footer-area .midix{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item ,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item {
    display: inline-block;
        width: calc(43.33333% - .66667em);
    margin-right: 1em;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img{
    border: 1px solid #faf1ff;
    border-radius: 10px;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before ,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before {
    display: none;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure{
    width: 33%;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img{
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 10px;
}
.footer-share-btn,
.footer-share-btn,
.page .footer-share-btn,
.single .footer-share-btn {
    text-align: right;
    float: right;
}
.footer-share {
    position: absolute;
    right: 7%;
    top: 0;
}
.footer-share-btn ul,
.footer-share-btn ul,
.page .footer-share-btn ul,
.single .footer-share-btn ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
.footer-share-btn ul li,
.footer-share-btn ul li,
.page .footer-share-btn ul li,
.single .footer-share-btn ul li{
    float: left;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
.footer-share-btn ul li a.site-button,
.footer-share-btn ul li a.site-button,
.page .footer-share-btn ul li a.site-button,
.single .footer-share-btn ul li a.site-button{
    display: block;
}
.footer-share-btn ul li a.site-button i,
.footer-share-btn ul li a.site-button i,
.page .footer-share-btn ul li a.site-button i,
.single .footer-share-btn ul li a.site-button i{
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    color: #fefdff;
    border: 0px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    display: block;
    margin: 0 5px;
}
.footer-share-btn ul li a.site-button i, .footer-share-btn ul li a.site-button i, .page .footer-share-btn ul li a.site-button i, .single .footer-share-btn ul li a.site-button i {
    background-color: #3d72fc;
}
.footer-share-btn ul li a.site-button:hover i,
.footer-share-btn ul li a.site-button:hover i,
.page .footer-share-btn ul li a.site-button:hover i,
.single .footer-share-btn ul li a.site-button:hover i
{
    color: #000;
    border: 3px solid #000;
} 

.footer-area .social-profile-icons i.fa {
    color: #fff;
}

.footer-area .social-profile-icons i.fa:hover {
    color: #000;
}


.footer-share-btn ul li:before,
.footer-share-btn ul li:before, .page .footer-share-btn ul li:before,
.single .footer-share-btn ul li:before{
    display: none;
}
.single .socialMedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single .socialMedia ul li{
    float: left;
        border-radius: 30px !important;
        border: 1px solid #e3dfdf !important;
}
.single .socialMedia ul li a.site-button {
    background: none;
    padding: 1px 12px;
    font-weight: 400 !important;
    line-height: 30px;
}
.single #content-box .socialMedia ul li a.site-button i {
    color: #fff !important;
}
.single #content-box .socialMedia ul li a.site-button:hover i{
    color: #000;
}
.single #content-box .socialMedia ul li a.site-button i, #content-box .socialMedia ul li {
    font-size: 20px;
}
.single-footer-1 img{       
    margin-bottom: 13px;
    position: relative;
}

.single-footer-1 .widget-title { 
    margin-bottom: 4px;
    padding-bottom: 0px;
    background: none;
}
.single-footer-1 p{
    margin-bottom: 16px ;
    font-weight: 400 ;
    line-height: 30px;
    font-size: 18px ;
    color: #fff;
  }
  .single-footer-1 p i{
    margin: 0 17px 0 0;
    font-weight: 600 ;
    line-height: 19px ;
    font-size: 15px ;
    color: #000 ;
    background: #fff;
    padding: 8px 10px ;
    border-radius: 50%;
    width: 33px;
    height: 33px;
  }
    .footer-area p span,
  .single-footer-1 p i span{
    
    font-weight: 500 ;
    line-height: 19px;
    font-size: 16px;
    color: #fff;
  }
  .footer-area p span a,
  .single-footer-1 p i span a{
    
    color: #fff !important;
  }
  .footer-area p span a:hover,
  .single-footer-1 p i span a:hover{
    
    color: #f9c12c !important;
  }
  .single-footer-5 h4.widget-title{
    margin-bottom: 32px !important;
    padding: 18px 0 0 36px;
  }

  .footer-area .single-footer-5{
    padding: 38px 0em 2em 44px;
    display: block;
    width: 19%;
    position: relative;
    top: -54px;
    left: 50px;
  }
.footer-area .single-footer-5 .footer5overlay{
    background: #074842 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.6;
}
  .footer-area .widget-title{
    margin-bottom: 1em;
  }

  .footer-area .social-profile-icons ul li a i:hover{
    background: #FF5B4A !important;
    color: #fff !important;
  }
  .footer-area .social-profile-icons a:hover i.fa,
  .footer-area .social-profile-icons ul li a:hover i{
    color: #fff !important;
  }
  .footer-area .social-profile-icons ul li a i,
  .footer-area .social-profile-icons i.fa,
  .footer-area .social-profile-icons i.fa-x-twitter:before {
    color: #000 !important;
    font-size: 20px;
    line-height: 20px;
        background-color: rgba(255, 255, 255, 0.1);
   }
   .footer-area .social-profile-icons ul li{
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
    margin: 0 17.49px 5px 0;
   } 
      .footer-area .social-profile-icons ul li:after{
        display: none;
      }
.footer-area  .top-area {
    overflow: hidden;
    position: relative;
    padding: 0 1em;
}

   .footer-area .footer-bgleft {
    position: absolute;
    top: -62px;
    left: 0;
    z-index: 0;
   }
   .footer-area .footer-bgleft img{
    width: 100%;
   }
   .footer-area .footer-bgright img{
    width: 100%;
   }
   .footer-area .footer-bgright{
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: -1;
   }


.f-c-w {
    color: #FFF;
    transition: color 0.3s ease;
    line-height: 1.5;
}
.f-c-w .footer-label1{
  font-size: 16px;
}
.f-c-w .footer-label{
  color: #FFF;
  opacity: 0.6;
  font-size: 16px;
}
.f-c-w a{
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
}
.f-c-w a:hover{
  color: #ff5a1f;
}


/*-----------------------
Innerpage Page 
-----------------------------*/
.Breadcrumb_title{
  text-align: center;
}
.ht-main-title{
  margin: 0 0 16px 0%;
  font-weight: 400 !important;
  position: relative;
  z-index: 1;
    font-size: 56px;
    letter-spacing: 1.32px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 0;
    line-height: 1.2;
    text-align: center;
  }
  
  .ht-main-title::after{
  content: "";
    position: absolute;
    width: 96px;
    height: 4px;
    background-color: #fdd400;
    margin: 24px auto 0;
    border-radius: 999px;
    bottom: -20px;
    left: 0;
    right: 0;
  }



.category .ht-main-title span {
    font-size: 36px;
    padding: 0 5px;
}
.ht-main-title:last-child{
    margin-bottom: 0;
}
.ht-site-title a, .site-title a{
    text-decoration: none;
    color: #101828 ;
}
.page div#secondary ul.sub-menu .current_page_item > a {
    background: none;
}
.widget_block, 
.widget_meta, 
.widget_categories, .widget_recent_entries, 

.widget_recent_comments,
.widget_archive,
.widget_nav_menu,
.widget_search{
    border-radius: 10px;
}


#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
   font-size: 17px !important;
   margin: 0;
   color: #fff !important;
   display: block !important;
   padding: 0px 0 2.5em;
   text-align: center !important;
   font-weight: 500 !important;
}
.woocommerce .woocommerce-breadcrumb a, #total-breadcrumbs a{
    color: #F4F4F4 !important;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 0 0 0em !important;
}

.inner_contentbox {
    background: #FFF;
}

.peccular-page-main{
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#content-box ul li:before, #content-box ol li:before, #innerpage-box div#sitemap-box ul li a:before {
    color: #06332e;
}
.ht-post-info .entry-date span.ht-day, .entry-categories .fa, 
.widget-area a:hover, .comment-list a:hover, 
.no-comments, .woocommerce .woocommerce-breadcrumb a:hover, 
#total-breadcrumbs a:hover, .ht-featured-link a, 
.ht-portfolio-cat-name-list .fa, .ht-portfolio-cat-name:hover, 
.ht-portfolio-cat-name.active, .ht-portfolio-caption a, .ht-team-detail, 
.ht-counter-icon, 
.woocommerce div.product p.price, .woocommerce div.product span.price, 
.woocommerce .product_meta a:hover, .woocommerce-error:before, 
.woocommerce-info:before, .woocommerce-message:before, 
.featured-post:after, .featured-post:before, 
.featured-link a, #ht-colophon .social-profile-icons a:hover, 
footer#ht-colophon ul li a:hover, .ht-footer .textwidget .fa, 
h6.secondry-text, #ht-whychooseus-us-section ul li:before, 
.pluses.text-right i.fa.fa-plus, .ht-section-tagline.lz-newslatter-text b, 
#content-box ul li:before, .offtimebox h4.offtime-text, 
#ht-masthead .header-social-links span:hover, 
#ht-masthead ul.header-menu-links li.mailto a:hover, 
.ht-slider-highlighttext, .edit-link a, .inner-blog-post .socialMedia a:hover, 
#comments a, #commentsAdd a, #content-box a, #content-box a i:hover, 
#respond .stars span a, #content-box .socialMedia a:hover, .post-date-publishable i, 
.woocommerce .star-rating span, .woocommerce div.product .woocommerce-product-rating a, 
#content-box .socialbxsinglepost:hover a i, section#inner-blog-section h2.title small, 
section#inner-blog-section h2.title a, div#secondary li.current_page_item > a, 
div#secondary .social-profile-icons ul li i, .woocommerce .star-rating::before, .socialMedia a:hover, 
.peccular-time div:nth-child(8) div.days-time-day, 
div#content-box header.woocommerce-Address-title.title a:hover, 
#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa, 
.widget-area ul li:before, .woocommerce table.shop_attributes th, 
.widget-area span.woocommerce-Price-amount.amount, 
#innerpage-box .blog-date span{
        color: #06332e;

}

/* /////////////////////////////////////////// */


/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/

.breadcrumbbox {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    padding-left: 15px;
    display: inline-block;
}   
.breadcrumbbox span.root::after {
    content: '\f054';
    font-size: 16px;
    font-weight: 400;
    font-family: 'FontAwesome';
    color: #FFFFFF;
}
.breadcrumbbox span {
    color: #FF5B4A;
    font-size: 19px;
    font-weight: 500 !important;
    text-transform: capitalize;
    line-height: 26px;
}
.breadcrumbbox span.treeEnd{
   /* background: #fff; */
    color: #fdd400;
    padding: 5px 15px;
    /* height: 57px; */
    display: inline-block;
    /* clip-path: polygon(0 15%, 80% 15%, 80% 0, 100% 50%, 80% 100%, 80% 87%, 0 89%, 10% 50%); */
    font-size: 20px;
    line-height: 39px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

#innerpage-box .button a.header-heading {
  font-weight: 400 !important;
  font-size: 16px;
  /* line-height: 39px; */
  /* font-style: normal; */
  transition: all 0.2s ease 0s;
  color: #4a5565;
  padding-right: 10px;
  /* clip-path: polygon(89% 15%, 89% 0, 100% 50%, 90% 100%, 89% 85%, 0 85%, 0 15%); */
  /* background: #FF5B4A; */
  display: inline-block;
  position: relative;
  /* height: 45px; */
  padding: 0px;
  text-transform: capitalize;
}
#innerpage-box .button span.header-heading-title{
    color: #4a5565;
    font-size: 16px;
    font-weight: 400 !important;
    text-transform: capitalize;
    line-height: 26px;
    /* padding: 5px 15px; */
}
.breadcrumbbox span.bread-arrow  span i{ font-size: 10px;  }
.breadcrumbbox a {
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 39px;
    /* font-style: normal; */
    transition: all 0.2s 
ease 0s;
    color: #fff;
    padding-right: 10px;
    /* clip-path: polygon(89% 15%, 89% 0, 100% 50%, 90% 100%, 89% 85%, 0 85%, 0 15%); */
    /* background: #FF5B4A; */
    display: inline-block;
    position: relative;
    height: 45px;
    padding: 5px 15px;
    text-transform: capitalize;
}

.breadcrumbbox span:nth-child(2) a {
    clip-path: polygon(0 15%, 80% 15%, 80% 0, 100% 50%, 80% 100%, 80% 87%, 0 89%, 5% 50%);
}


.breadcrumbbox a i {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    transition: all 0.2s ease 0s;
}

    
.breadcrumbbox a:hover i, .breadcrumbbox a:hover{
    color: #000;
}
/*--------------------------------------------------------------
## Blog page
--------------------------------------------------------------*/
/* Card Wrapper */
#innerpage-box #blog-box .inner-blog-post {
  display: grid;
  margin-bottom: 30px;
}


:root {
  --primary: #f25c2a;
  --accent: #fbbf24;
  --text: #1f2937;
  --body: #6b7280;
  --border: #e5e7eb;
}

/* Card */
#innerpage-box #blog-box .blog-card {
    height: 100%;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    background: #fff;
    transition: all 0.5s ease;
}


#innerpage-box #blog-box .blog-card:hover {
  box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

/* Image */
#innerpage-box #blog-box .blog-image {
  position: relative;
  height: 260px;
  overflow: hidden;
}

#innerpage-box #blog-box .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

#innerpage-box #blog-box .blog-card:hover img {
  transform: scale(1.1);
}

/* Badge */
#innerpage-box #blog-box .badge {
  position: absolute;
  top: 16px;
  left: 16px;
  
}
#innerpage-box #blog-box .badge a {
  background: rgba(255, 255, 255, 0.9);
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 999px;
    backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* Content */
#innerpage-box #blog-box .blog-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

#innerpage-box #blog-box .blog-content h3 {
  margin-bottom: 12px;
    color: #0a0a0a;
    transition: color 0.3s ease;
    font-size: 20px;
    line-height: 1.4;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
    font-weight: 500;
}

#innerpage-box #blog-box .blog-card:hover h3 {
  color: #ff5a1f;
}

#innerpage-box #blog-box .description {
  color: #4a5565;
    margin-bottom: 16px;
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
}

/* Meta */
#innerpage-box #blog-box .meta {
  display: flex;
  gap: 16px;
  font-size: 14px;
  color: #444;
  line-height: 1.4;
  margin-bottom: 12px;
}

#innerpage-box #blog-box .blog-tags{
  display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}
#innerpage-box #blog-box .blog-tags .bolg-tag1 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background-color: #f9fafb;
  color: #4b5563;
  border-radius: 6px;
  font-size: 12px;
}
#innerpage-box #blog-box .blog-tags .bolg-tag1::before {
  content: '\f02b';
  font-family: 'FontAwesome';
  
}

#innerpage-box #blog-box .meta-item{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #374151;
}
#innerpage-box #blog-box .meta-item i.icon{
  padding: 16px;
    font-size: 16px;
    border-radius: 50%;
    background: linear-gradient(to bottom right, #e5e7eb, #d1d5db);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4b5563;
}



/* Footer */
#innerpage-box #blog-box .blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
    border-top: 1px solid #f6f3f4;
  
}
#innerpage-box #blog-box .blog-footer .date{
  color: #444;
    font-size: 14px;
    line-height: 1.4;
    gap: 4px;
    display: flex;
    align-items: center;
}

#innerpage-box #blog-box .read-more {
    text-decoration: none;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    gap: 4px;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 6px;
    color: #101828;
}

/* #innerpage-box #blog-box .blog-card:hover .read-more {
  transform: translateX(4px);
} */
#innerpage-box #blog-box .blog-card .read-more:hover {
  color: #4a5565;
  transform: translateX(4px);
}

/* ----------------- */
/* -------blog right side */
/* ---------------------- */
#innerpage-box #blog-box.inner-left-side .blog-card {
    display: flex;
}
#innerpage-box #blog-box.inner-left-side .blog-image {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 400px;
}

body.post-template-default.single.single-post ul.post-categories {
    margin-top: 20px ! IMPORTANT;
    padding: 0 !important;
}
body.post-template-default.single.single-post div#content-box ul.post-categories li {
    padding-left: 0;
}
body.post-template-default.single.single-post div#content-box ul.post-categories li,
body.post-template-default.single.single-post div#content-box ul.post-categories li a {
    margin-bottom: 0 !IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .blog-tags {
    padding: 0px 0 0 0px;
}
body.post-template-default.single.single-post #content-box .blog-tags a {
    display: inline-block;
}

body.post-template-default.single.single-post #content-box .blog-tags ul li:before {
    display: none;
}
body.post-template-default.single.single-post div#content-box p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
}

body.post-template-default.single.single-post .blog-tags a {
    font-size: 17px;
    line-height: 20px;
    background: #E2E2E2;
    border-radius: 5px;
    padding: 11px 20px;
    margin-right: 1em;
    margin-bottom: 0.9em ! IMPORTANT;
    position: relative;
}

body.post-template-default.single.single-post ul.post-categories li {
    display: inline-block;
    list-style: none;
}

body.post-template-default.single.single-post .blog-tags a:before {
    content: ".";
    font-size: 30px;
    position: absolute;
    top: 2px;
    left: 9px;
    color: #000000;
}
body.post-template-default.single.single-post div#content-box .socialMedia {
    padding: 1em 0 1.5em;
    text-align: center;
    float: none;
}
body.post-template-default.single.single-post div#content-box .social-tagline.text-center {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
}
body.post-template-default.single.single-post div#content-box .social-box ul {
    text-align: center;
    position: relative;
    padding: 0;
}
body.post-template-default.single.single-post div#content-box .social-box ul:before {
    content: "";
    height: 2px;
    width: 33%;
    background: #cdc9c9;
    position: absolute;
    left: 0;
    top: 15px;
}
body.post-template-default.single.single-post div#content-box .social-box ul:after {
    content: "";
    height: 2px;
    width: 33%;
    background: #cdc9c9;
    position: absolute;
    right: 0;
    top: 15px;
}
body.post-template-default.single.single-post div#content-box .social-box ul li {
    display: inline-block;
    padding-left: 0;
}
.single #innerpage-box .article a {
    text-decoration: none !important;
    font-style: normal !important;
    font-weight: 500;
}
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa, 
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa-brands {
    color: #000000;
    font-size: 30px;
    width: 60px;
    border:0 !important;
}
body.post-template-default.single.single-post div#content-box .social-box ul li:before{
    display: none;
}
body.post-template-default.single.single-post div#content-box .total-comments {
    font-size: 34px;
    font-weight: bold !important;
    margin-top: 0.8em;
    margin-bottom: 1.2em;
}
body.post-template-default.single.single-post div#content-box div#comments ol {
    padding-left: 0;
}
body.post-template-default.single.single-post div#content-box .comment-author.vcard img {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    position: absolute;
}
main#innerpage-box #comments li.comment {
    background: transparent;
    border: 0;
    margin-bottom: 58px ! IMPORTANT;
}
main#innerpage-box #comments ul.children {
    border: 0;
    padding-left: 8em;
}
body.post-template-default.single.single-post div#content-box #comments ul.children .comment-author.vcard img {
    width: 76px;
    height: 76px;
}
body.post-template-default.single.single-post div#content-box #comments ul.children .comment-metadata {
    padding-left: 6em;
}

main#innerpage-box #comments ol li:before{
    display: none;
}
body.post-template-default.single.single-post div#content-box .comment-metadata {
    padding-left: 7em;
        width: 390px;
}
body.post-template-default.single.single-post div#content-box .comment-metadata a {
    font-size: 22px;
    padding-bottom: 5px;
}
body.post-template-default.single.single-post div#content-box .commentmetadata {
    padding-left: 7em;
    padding-top: 0.5em;
}

body.post-template-default.single.single-post div#content-box .commentmetadata p {
    margin-top: 0 !important;
    font-size: 18px;
    line-height: 34px ! IMPORTANT;
    color: #979393 ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .commentmetadata time {
    position: absolute;
    top: 12px;
    left: 16em;
    right: 0;
    margin: 0;
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    color: #C4C4C4;
    width: 40%;
}
body.post-template-default.single.single-post span.reply {
    font-size: 20px;
    line-height: 24px;
        position: relative;
}

body.post-template-default.single.single-post span.reply:after {
    content: "\f178";
    font-family: 'Fontawesome';
    color: #000;
    display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    font-size: 25px;
    top: 0;
    right: -55px;
    position: absolute;
    font-weight: 400 !important;
}
body.post-template-default.single.single-post div#content-box .comment-respond h4 span {
    text-align: left !important;
    padding: 0 0;
    font-size: 34px;
    font-weight: bold !important;
    text-transform: none;
    margin-top: 2em ! IMPORTANT;
}
body.post-template-default.single.single-post .nav-bx-bar {
    border-top: 2px solid #e2e2e2;
    padding-top: 2.5em;
}
body.post-template-default.single.single-post .nav-bx-bar {
    padding-bottom: 3em;
}
body.post-template-default.single.single-post .post-right-space {
    position: relative;
    left: -2em;
    padding-right: 2em ! IMPORTANT;
}
body.post-template-default.single.single-post .nav-bx-bar h2 {
    margin-top: 10px !important;
}
body.post-template-default.single.single-post .post-left-space {
    position: relative;
    right: -2em;
    padding-left: 2em !important;
}
body.post-template-default.single.single-post .nav-bx-bar a {
    font-size: 20px;
    color: #9F9F9F;
}
body.post-template-default.single.single-post .nav-bx-bar h2 a {
    font-size: 28px;
    line-height: 57px;
    color: #000000;
}
body.post-template-default.single.single-post .nav-bx-bar a {
    font-size: 20px;
    color: #9F9F9F;
}
body.post-template-default.single.single-post .nav-bx-bar i.fa {
    font-size: 35px;
    color: #000000;
    position: relative;
    top: 0.2em;
}
#innerpage-box .single_post .blog-tags a {
    color: #000000;
    font-size: 17px;
    font-weight: 500 !important;
    font-style: normal !important;
    text-decoration: none !important;
    background-color: #E2E2E2 !important;
}
.tags-heading {
    font-size: 26px;
    line-height: 57px;
    font-weight: 700;
    margin-bottom: 0.8em;
    color: #000000;
}
.single #innerpage-box .article a {
    text-decoration: none !important;
    font-style: normal !important;
    font-weight: 500;
}

body.post-template-default.single.single-post .blog-tags a {
    font-size: 17px;
    line-height: 20px;
    background: #E2E2E2;
    border-radius: 5px;
    padding: 11px 20px;
    margin-right: 1em;
    margin-bottom: 0.9em ! IMPORTANT;
    position: relative;
}


#innerpage-box .metabox2brdr {
    margin-bottom: 24px;
}

#innerpage-box .blog-author {
    padding-left: 0;
}
#innerpage-box .single_post .blog-category {
    padding: 0px;
    padding-left: 18px;
}
#innerpage-box .peccular-blog-single {
    padding: 48px 15px 5px 35px;
}
#innerpage-box .peccular-blog-single .metabox .blog-comment i,
#innerpage-box .peccular-blog-single .metabox .blog-author i{
    color: #000;
    margin-right: 8px;
    width: 12px;
}
#innerpage-box .peccular-blog-single .buttondesign a.btn-look span {
    font-weight: 500 !important;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.48px;
    color: #182333;
}
#innerpage-box .peccular-blog-single .buttondesign a.btn-look {
    font-size: 12px;
    padding: 7px 17px 6px 13px;
    border-left: 5px solid #FDA12B;
}
#innerpage-box .inner-blog-post:nth-last-child(1) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-blog-post:nth-last-child(2) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-blog-post:nth-last-child(3) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-blog-post:nth-last-child(6) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-blog-post:nth-last-child(7) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-blog-post:nth-last-child(8) .peccular-blog-single .buttondesign a.btn-look{
    border-left: none;
}
#innerpage-box .inner-blog-post:nth-last-child(1) .peccular-blog-single .buttondesign a.btn-look span,#innerpage-box .inner-blog-post:nth-last-child(2) .peccular-blog-single .buttondesign a.btn-look span,#innerpage-box .inner-blog-post:nth-last-child(3) .peccular-blog-single .buttondesign a.btn-look span,#innerpage-box .inner-blog-post:nth-last-child(6) .peccular-blog-single .buttondesign a.btn-look span,#innerpage-box .inner-blog-post:nth-last-child(7) .peccular-blog-single .buttondesign a.btn-look span,#innerpage-box .inner-blog-post:nth-last-child(8) .peccular-blog-single .buttondesign a.btn-look span {
    font-size: 12px;
    border-bottom: 1px solid #000000;
    padding: 0;
    padding-bottom: 7px;
    border-left: none;
    background: none;
    color: #101E44;
    opacity: 0.7;
}
#innerpage-box #blog-box .socialMedia {
    position: relative;
    left: 0px;
    top: 20px;
}

#innerpage-box #blog-box .socialMedia ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
#innerpage-box #blog-box .socialMedia ul li{
    display:inline-block;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
#innerpage-box #blog-box .socialMedia ul li a.site-button{
    border-radius: 5px;
    width: 73px;
    line-height: 35px;
    height: 33px;
    display: block;
    color:#fff;
    background: #06332e;
}
#innerpage-box #blog-box .socialMedia ul li a.site-button:hover{

    background: #000;
    -webkit-box-shadow: 0px 0px 20px rgb(50 50 0 / 35%);
    box-shadow: 0px 0px 20px rgb(50 50 0 / 35%);
}
#innerpage-box #blog-box .socialMedia ul:hover li.share-button a.site-button{
   background: #06332e;
}   
#innerpage-box #blog-box .socialMedia ul:hover li{
    margin-left: 6px;
}

#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa{
    color: #06332e;
    margin-bottom: 5px;
}
#blog-box .ht-blog-date .fa{
 margin-right: 5px;
}

.ht-blog-thumbnail .socialMedia {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: .5s;
}
.ht-blog-thumbnail .socialMedia a {
 font-size: 18px;
 padding: 5px 10px;
 line-height: 18px;
 margin: 0 0px;
 transition: 0s;
 background: #06332e;
 border-radius: 5px;
 color: #ffffff;
 font-weight: bold;
 box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
 display: inline-block;
}
.ht-blog-thumbnail .socialMedia a:hover {
    background: #fff;
}

.blog-read-more a {
    display: inline-block;
    text-align: center;
    background: #06332e;
    color: #fff;
    font-weight: 500;
    padding: 18px 40px;
    line-height: 1;
    border-radius: 50px;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-size: 17px;
}

.blog-read-more a:before,
.blog-read-more a:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #06332e;
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
}

.blog-read-more a:before {
    top: -25%;
    left: 20%;
}

.blog-read-more a:after {
    bottom: -25%;
    right: 20%;
}

.blog-read-more a:hover:before,
.blog-read-more a:hover:after {
    transform: none;
    z-index: 1;
}

.blog-read-more a:hover, .blog-read-more a:before, .blog-read-more a:after {
    background-color: #06332e;
    transform: none;
}

.single #innerpage-box h2{
    padding: 0px 0px !important;
    font-weight: 400 ;
    font-size: 23px !important;
    text-transform: capitalize !important;
    margin-bottom: 4px !important;
    color: #FF5B4A;
    text-decoration: none;
    font-style: normal;
}

.single #innerpage-box .article a{
    text-decoration: none !important;
    font-style: normal !important;
}

.single #innerpage-box h1, .single #innerpage-box h2, .single #innerpage-box h3, .single #innerpage-box h4, .single #innerpage-box h5, .single #innerpage-box h6 {
    color: #000;
    font-size: 34px !important;
    line-height: 1.4 !important;
    text-transform: capitalize !important;
}

.single #innerpage-box .comment-respond h4 {
    color: #000;
    margin-bottom: 12px;
}

div#secondary {
    padding: 0px;
    border-radius: 5px;
    /* gap: 32px; */
    display: inline-grid;
}
.single-our-services .post-single-content img {
    height: 500px;
}
#innerpage-box article.post.excerpt {
    float: left;
    position: relative;
    margin: 0;
    padding: 0 0;
}

/*-------------category inner page-------------*/

.inner-cat-post{
    margin: 0em 0em 3em;
}
#innerpage-box .inner-cat-post svg{
    position: absolute;
    top: 202px;
    left: 0;
  z-index: 999;
}

/*-------------shop inner page-------------*/

#innerpage-box .popular-product a {
    font-size: 15px;
    text-transform: uppercase;
}

#innerpage-box #recent-porduct .add-to-cart {
    background: none;
    margin: 7px 0;   
    padding: 0;
}

#innerpage-box .popular-product:hover .add-to-cart a:before{
        background-color: #FF5B4A;
}
#innerpage-box .popular-product:hover .total-product-title-wrap h6{
    color: #000;
}
#innerpage-box .popular-product:hover .product-image-thumb img{
          transform: scale(1.5);

}
#innerpage-box .product-image-thumb {  overflow: hidden;}

#innerpage-box .product-image-thumb img{
    width: 100%;
    height: 280px;
    transition: transform .5s ease;
}
#innerpage-box #recent-porduct {  box-shadow: 0px 1px 3px 3px #efefef;}
#innerpage-box #recent-porduct .price {}

/*--------------------------------*/

/* ---------------end------------ */
#innerpage-box #peccular-contactus-wrap{
    overflow: hidden;
    position: relative;
    /* background: #FFFFFF; */
}
/* #innerpage-box .peccular-contact-page-form{
  padding: 80px 0;
} */
/* --- Base --- */
#innerpage-box .locations-section {
  background: #ffffff;
  padding: 0px 20px;
  font-family: 'Poppins', sans-serif;
  color: #0D1F2D;
}

#innerpage-box .contact-form-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  margin-bottom: 32px;
}
#innerpage-box .map-cart{
  border-radius: 20px;
  height: 380px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 32px;
  position: relative;
}
#innerpage-box .map-cart .contact-contact-mapbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 1;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
}


#innerpage-box .form-heade h2.section-title {
  margin: 0;
    font-size: 30px;
    line-height: 1.3;
    color: #0b0b0b;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
    margin-bottom: 32px;
    padding: 0;
    font-weight: 500 !important;
}

/* contact form 7 */

:root {
  --primary: #f15a24;
  --primary-dark: #e24e19;
  --border: #e5e7eb;
  --input-bg: #f9fafb;
  --text: #111827;
}

/* Wrapper */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Grid */
.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Form Group */
#innerpage-box .form-group label {
  display: block;
    font-size: 14px;
    margin-bottom: 8px;
    color: #0b0b0b;
    line-height: 1.5;
}

.form-group .required {
  color: var(--primary);
}

/* Inputs */

.form-textarea {
  height: auto;
  resize: none;
}


/* Submit Button */
.submit-btn {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  background: #ff5a1f;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
}

.submit-btn:hover {
  background: #e24e19;
}

/* CF7 Errors */
.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #dc2626;
  margin-top: 4px;
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 12px;
  border-radius: 8px;
}



#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="text"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="email"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="url"]:focus,
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="password"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="search"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="number"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="tel"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="range"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="date"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="month"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="week"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="time"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="datetime"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="datetime-local"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="color"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form select:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea:focus {
  /* border-color: #22d3ee !important;  */
  outline: none;
  /* box-shadow: 0 0 0 3px rgba(199, 199, 199, 0.5); */
  border-color: #0a0a0a;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="text"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="email"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="url"],
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="password"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="search"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="number"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="tel"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="range"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="date"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="month"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="week"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="time"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="datetime"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="datetime-local"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="color"], 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form select, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea {
  line-height: 1.5;
    font-weight: 400 !important;
    margin: 0;
    width: 100%;
    height: 48px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background: transparent;
    color: #0b0b0b;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
  }
  #innerpage-box #peccular-contactus-wrap .peccular-contact-page-form select option{
    color: #000000;
  } 
  #innerpage-box .peccular-contact-page-form label.select-contact-bott{
      margin-bottom: 1.5rem;
}

#peccular-contactus-wrap .peccular-contact-page-form input::placeholder{
    opacity: 1;
    color: #444;
}
#peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder{
    color:#FFFFFF;
}

.pd-25 {
    padding: 0 25px;
}

.peccular-contact-page-form .address-c-box{
    background-color: #516bec;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,#06332e 0%,#441e87 100.3% );
    border-radius: 30px 0 0 0;
    padding: 3em 2em;
}

#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder {
  color: #d1d5db;
  font-weight: 400 !important;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea {
      height: 120px !important;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea {
    padding: 10px 15px 15px 22.5px;
}

#innerpage-box .peccular-contact-page-form label {
    width: 100%;
    position: relative;
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 500;
}
.peccular-contact-page-form label span.label-name{
  font-size: 13px;
  font-family: 'Poppins';
  font-weight: 500;
  color: #000000;
  text-transform: capitalize;
  letter-spacing: 0px;
  padding: 2px 7px 3px 13px;
  line-height: 20px;
  position: absolute;
  z-index: 2;
  background: #FFFFFF;
  right: 8px;
  top: 10px;
  border-radius: 2px;
}

.peccular-contact-page-form .wpcf7-spinner {
    position: absolute;
}


.peccular-contact-page-form input[type="submit"] {
    font-weight: bold !important;
    line-height: 1.5;
    display: block;
    box-shadow: none;
    margin-bottom: 0;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    padding: 16px 2rem;
    height: auto;
    width: auto;
    border-radius: 4px;
    background: #101828;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.3s;

}
.peccular-contact-page-form input[type="submit"]:hover {
    background: #1e2939;
    /* transform: scale(1.03); */
}
#peccular-contactus-wrap .contactinner-block{
    transition: all 0.5s ease 0s;
}
#peccular-contactus-wrap .conntact_box_form .wpcf7 .submit:after {
    content: "";
    position: absolute;
    font-size: 27px;
    color: #000000;
    font-family: 'Fontawesome';
    text-align: center;
    left: 41.7%;
    margin: 0;
    z-index: 99;
    bottom: 17px;
    width: 15px;
    height: 20px;
    background-image: url(../images/contact-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #FFFFFF;
}
#peccular-contactus-wrap .conntact_box_form .wpcf7 .submit::before {
    content: "";
    position: absolute;
    font-size: 27px;
    color: #000000;
    font-family: 'Fontawesome';
    text-align: center;
    left: 39.5%;
    margin: 0;
    z-index: 99;
    bottom: 8px;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 3px #00000012;
    border-radius: 2px;    
}


#peccular-contactus-wrap .contact-icon a:hover span{
    color: #FDA12B;
}

/* --------------------------- */
/* -----------contact page left side----------- */
/* ----------------------------------- */



#innerpage-box #peccular-contactus-wrap .contact-info {
  /* max-width: 620px; */
  font-family: Arial, sans-serif;
}

#innerpage-box #peccular-contactus-wrap .contact-info h2 {
  font-size: 40px;
    margin-bottom: 24px;
    color: #0b0b0b;
    line-height: 1.3;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
    padding: 0;
}

#innerpage-box #peccular-contactus-wrap .subtitle {
    color: #444;
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.7;
}

#innerpage-box #peccular-contactus-wrap .info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

#innerpage-box #peccular-contactus-wrap .info-item {
  display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-right: 2rem;
    background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 1px 3px 35px rgba(0, 0, 0, 0.08);
}

#peccular-contactus-wrap .icon-box {
    width: 48px;
    height: 48px;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#innerpage-box #peccular-contactus-wrap .icon-box svg {
  width: 24px;
    height: 24px;
    fill: none;
    stroke-width: 2;
    stroke: #0a0a0a;
}

#innerpage-box #peccular-contactus-wrap .icon-box {
  background: #f6f3f4;
}

#innerpage-box #peccular-contactus-wrap .info-item .info-text {
  display: grid;
}
#innerpage-box #peccular-contactus-wrap .info-item h4 {
  margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.5;
    color: #0b0b0b;
    font-family: "Poppins", system-ui, -apple-system, sans-serif;
        font-weight: 500 !important;
}

#innerpage-box #peccular-contactus-wrap .info-item a ,#innerpage-box #peccular-contactus-wrap .info-item p{
  margin: 0;
    font-size: 16px;
    color: #4a5565;
    line-height: 1.5;
    margin-bottom: 4px;
}

/* ICON MOVE ON HOVER */
.location-card:hover .info svg {
/*   transform: scale(1.15); */
}

/* ----------------------------------------------------------------- */
/* ----------------- Single Inner Page ----------------------------- */
/* ------------------------------------------------------------------- */


/* Card */
#innerpage-box .single-team-page-add .contact-card1 {
    border: 2px solid #ff5a1f;
    border-radius: 16px;
    padding: 32px;
    color: #1f2937;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 90, 31, 0.05) 100%);
    margin-bottom: 40px;
}

/* Grid */
#innerpage-box .single-team-page-add .card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

/* Responsive */
@media (max-width: 768px) {
  #innerpage-box .single-team-page-add .card-grid {
    grid-template-columns: 1fr;
  }
}

/* Column */
#innerpage-box .single-team-page-add .card-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Item */
.card-item {
  display: flex;
  flex-direction: column;
}

/* Labels */
#innerpage-box .single-team-page-add .card-label {
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444 !important;
    margin-bottom: 8px;
}

/* Headings */
#innerpage-box .single-team-page-add .card-title {
    font-size: 20px;
    color: #0b0b0b !important;
    line-height: 1.4;
}

/* Text */
#innerpage-box .single-team-page-add .card-text {
  font-size: 16px;
}

/* Links */
#innerpage-box .single-team-page-add .card-link {
  font-size: 18px;
  color: #0b0b0b;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.3s ease;
}

#innerpage-box .single-team-page-add .card-link:hover {
  color: #ff5a1f;
}

/* Social Icons */
#innerpage-box .single-team-page-add .social-icons {
  display: flex;
  gap: 12px;
}

#innerpage-box .single-team-page-add .social-icon {
  width: 40px;
  height: 40px;
  /* background: rgba(0, 0, 0, 0.05); */
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
#innerpage-box .single-team-page-add .social-icon i {
  color: #0b0b0b;
}

#innerpage-box .single-team-page-add .social-icon:hover i{
  color: #ffffff;
}
#innerpage-box .single-team-page-add .social-icon:hover {
  background: #ff5a1f;
}
main#innerpage-box li{
  list-style: none;
}

.the-content-team-single li{
    list-style: none;
    position: relative;
    margin-bottom: 15px;
}

#secondary .img-responsive-team{
  width: 100%;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* card */

#secondary .card {
  background: #ffffff;
  border-radius: 16px;
  border: 2px solid #ff5a1f;
  padding: 20px;
}

#secondary .card-center {
  text-align: center;
}

/* Icon */
#secondary .icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 90, 31, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: #ff5a1f;
}

/* Text */
#innerpage-box #secondary h3.team-headiing {
  font-size: 32px !important;
  margin-bottom: 8px;
  color: #0b0b0b !important;
}

#innerpage-box #secondary p.team-para {
  font-size: 14px !important;
  color: #444 !important;
  margin-bottom: 16px;
}

/* Button */
#innerpage-box #secondary .btn-primary4 {
  width: 100%;
    background: #ff5a1f;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    padding: 8px 16px;
    line-height: 1.4;
}

#innerpage-box #secondary .btn-primary4:hover {
  background: #e24e19;
}

/* Optional fade animation */
#secondary .fade {
  animation: fadeUp 0.5s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------- Services inner page -------------------------------*/

#innerpage-box .peccular-service-box .peccular-service-content h4 {
    padding: 0;
    margin: 0 0 ;
}
#innerpage-box .peccular-service-box .peccular-service-content h4 a {
    font-size: 18px;
    font-weight: 400;
    color: #000000 !important;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 0.54px;
    text-transform: capitalize;
}
#innerpage-box .peccular-service-box .peccular-service-content h4:hover a {
    color: #FDA12B;
}
#innerpage-box .peccular-service-box .peccular-service-content p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.45px;
    text-transform: capitalize;
    width: 90%;
    line-height: 23px;
    margin: 12px 0 0;
}
#innerpage-box .buttondesign a.card-icon{
    background-color: #FFA726;
    width: 32px;
    height: 52px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    right: 10px;
}
#innerpage-box .buttondesign a.card-icon svg{
    width: 40px;
    height: 40px;
    stroke: #FFFFFF;
    background: transparent;
    stroke-width: 1;
}
/*---------------------- End Services page ------------------------*/

/*-----------------------
## Gallery Inner Page
-----------------------------*/

/*-----------------------
## FAQS page
-----------------------------*/
   /* FAQ Accordion Styles */
#innerpage-box .faq-category-section {
    background: white;
    border-radius: 1rem;
    box-shadow: 1px 3px 35px rgba(0, 0, 0, 0.08) !important;
    padding: 2rem;
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

#innerpage-box .faq-category-section .flex {
    display: flex;
}

#innerpage-box .faq-category-section .items-center {
    align-items: center;
}

#innerpage-box .faq-category-section .gap-3 {
    gap: 0.75rem;
}

#innerpage-box .faq-category-section .mb-6 {
    margin-bottom: 1.5rem;
}

#innerpage-box .faq-category-section .p-3 {
    padding: 0.75rem;
    flex-shrink: 0;
}

#innerpage-box .faq-category-section .bg-gray-100 {
    background-color: #f3f4f6;
}

#innerpage-box .faq-category-section .rounded-lg {
    border-radius: 0.5rem;
}

#innerpage-box .faq-category-section .w-6 {
    width: 1.5rem;
    flex-shrink: 0;
}

#innerpage-box .faq-category-section .h-6 {
    height: 1.5rem;
}

#innerpage-box .faq-category-section .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
    flex: 1;
    min-width: 0;
}

#innerpage-box .faq-category-section .font-semibold {
    font-weight: 600 !important;
}

#innerpage-box .faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

#innerpage-box .faq-accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: all 0.2s;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

#innerpage-box .faq-accordion-item:hover {
    border-color: #d1d5db;
}

#innerpage-box .faq-accordion-item[data-state="open"] {
    background-color: #f9fafb;
}



#innerpage-box .faq-accordion-trigger:hover {
    text-decoration: none;
}

#innerpage-box .faq-accordion-trigger .font-medium {
    font-weight: 500;
    flex: 1;
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

#innerpage-box .faq-chevron {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    transform: translateY(0.125rem);
    transition: transform 0.2s;
    color: #6b7280;
    margin-left: auto;
}

#innerpage-box .faq-accordion-item[data-state="open"] .faq-chevron {
    transform: translateY(0.125rem) rotate(180deg);
}

#innerpage-box .faq-accordion-content {
    overflow: hidden;
    font-size: 0.875rem;
    transition: max-height 0.3s ease-in-out;
    width: 100%;
    box-sizing: border-box;
}

#innerpage-box .faq-accordion-content .text-gray-600 {
    color: #4b5563;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#innerpage-box .faq-accordion-content .pb-4 {
    padding-bottom: 1rem;
}

/* FAQ Contact Section */
#innerpage-box .faq-contact-section {
    background: linear-gradient(to bottom right, #111827, #1f2937);
    border-radius: 1rem;
    padding: 2rem;
    margin-top: 2rem;
    color: white;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

#innerpage-box .faq-contact-section .text-center {
    text-align: center;
}

#innerpage-box .faq-contact-section .mb-8 {
    margin-bottom: 2rem;
}

#innerpage-box .faq-contact-section .text-3xl {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 500 !important;
    color: #fff;
    font-family: system-ui;
}

#innerpage-box .faq-contact-section .mb-2 {
    margin-bottom: 0.5rem;
}

#innerpage-box .faq-contact-section .text-gray-300 {
    color: #d1d5db;
}

#innerpage-box .faq-contact-section .grid {
    display: grid;
    gap: 1.5rem;
    width: 100%;
}

#innerpage-box .faq-contact-section .inline-flex {
    display: inline-flex;
}

#innerpage-box .faq-contact-section .p-4 {
    padding: 1rem;
}

#innerpage-box .faq-contact-section .bg-white\/10 {
    background-color: rgba(255, 255, 255, 0.1);
}

#innerpage-box .faq-contact-section .rounded-full {
    border-radius: 9999px;
}

#innerpage-box .faq-contact-section .mb-4 {
    margin-bottom: 1rem;
}

#innerpage-box .faq-contact-section .w-8 {
    width: 2rem;
}

#innerpage-box .faq-contact-section .h-8 {
    height: 2rem;
}

#innerpage-box .faq-contact-section .text-lg {
    font-size: 1.125rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 600 !important;
    font-family: system-ui;
}

#innerpage-box .faq-contact-section .font-semibold {
    font-weight: 600;
}

#innerpage-box .faq-contact-section .mb-1 {
    margin-bottom: 0.25rem;
}

#innerpage-box .faq-contact-section .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

#innerpage-box .faq-contact-section .text-gray-400 {
    color: #9ca3af;
}

#innerpage-box .faq-contact-section .mt-8 {
    margin-top: 2rem;
}

#innerpage-box .faq-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    white-space: nowrap;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s;
    height: 2.25rem;
    padding: 0.5rem 1rem;
    background-color: white;
    color: #111827;
    text-decoration: none;
}

#innerpage-box .faq-contact-button:hover {
    background-color: #f3f4f6 !important;
    text-decoration: none;
}

/* Mobile Responsive - CRITICAL FIXES */
@media (max-width: 768px) {
    #innerpage-box .faq-category-section {
        padding: 1rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    #innerpage-box .faq-category-section .text-2xl {
        font-size: 1.125rem !important;
        line-height: 1.5rem !important;
    }
    
    #innerpage-box .faq-accordion-item {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    
    #innerpage-box .faq-accordion-trigger {
        font-size: 0.813rem !important;
        padding: 0.75rem 0 !important;
        gap: 0.5rem !important;
    }
    
    #innerpage-box .faq-accordion-content {
        font-size: 0.813rem !important;
    }
    
    #innerpage-box .faq-accordion-content .pb-4 {
        padding-bottom: 0.75rem !important;
    }
    
    #innerpage-box .faq-chevron {
        width: 0.875rem !important;
        height: 0.875rem !important;
    }
    
    #innerpage-box .faq-contact-section {
        padding: 1.5rem 1rem !important;
        border-radius: 0.5rem !important;
    }
    
    #innerpage-box .faq-contact-section .text-3xl {
        font-size: 1.25rem !important;
    }
    
    #innerpage-box .faq-contact-section .md\:grid-cols-3 {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 480px) {
    #innerpage-box .faq-category-section {
        padding: 0.75rem !important;
        border-radius: 0.5rem !important;
    }
    
    #innerpage-box .faq-accordion-item {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    
    #innerpage-box .faq-accordion-trigger {
        font-size: 0.75rem !important;
        gap: 0.375rem !important;
    }
    
    #innerpage-box .faq-accordion-content {
        font-size: 0.75rem !important;
    }
}

/* Desktop Grid Fix */
@media (min-width: 769px) {
    #innerpage-box .faq-contact-section {
        padding: 3rem;
    }
    
    #innerpage-box .faq-contact-section .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Force text wrapping - सर्वात महत्वाचे */
#innerpage-box .faq-accordion-trigger .font-medium {
    font-weight: 500;
    flex: 1;
    min-width: 0;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    white-space: normal !important;
    hyphens: auto;
    max-width: 100%;
}

#innerpage-box .faq-accordion-content .text-gray-600 {
    color: #4b5563;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    white-space: normal !important;
    hyphens: auto;
    max-width: 100%;
}

/* Accordion trigger fix */
#innerpage-box .faq-accordion-trigger {
    display: flex;
    flex: 1;
    align-items: flex-start !important;
    justify-content: space-between;
    gap: 0.5rem;
    border-radius: 0.375rem;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.2s;
    outline: none;
    padding: 14px 0;
    text-align: left;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    color: #111827;
    box-sizing: border-box;
    white-space: normal !important;
        height: auto;
}

/* Content wrapper */
#innerpage-box .faq-accordion-content {
    overflow: hidden;
    font-size: 0.875rem;
    transition: max-height 0.3s ease-in-out;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

/* Accordion item container */
#innerpage-box .faq-accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: all 0.2s;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

/* Title wrapping */
#innerpage-box .faq-category-section .text-2xl {
    font-size: 1.5rem;
    line-height: 1.5;
    flex: 1;
    min-width: 0;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
}

/* Mobile extra fix */
@media (max-width: 768px) {
    #innerpage-box .faq-accordion-trigger {
        font-size: 0.813rem !important;
        padding: 0.75rem 0 !important;
        gap: 0.5rem !important;
        align-items: flex-start !important;
    }
    
    #innerpage-box .faq-accordion-trigger .font-medium {
        font-size: 0.813rem !important;
        line-height: 1.3 !important;
    }
    
    #innerpage-box .faq-accordion-content .text-gray-600 {
        font-size: 0.813rem !important;
        line-height: 1.4 !important;
        padding-right: 0.5rem !important;
    }
    
    #innerpage-box .faq-accordion-item {
        padding-left: 0.75rem !important;
        padding-right: 0.5rem !important;
    }
}

@media (max-width: 480px) {
    #innerpage-box .faq-accordion-trigger .font-medium {
        font-size: 16px !important;
        line-height: 1.3 !important;
    }
    
    #innerpage-box .faq-accordion-content .text-gray-600 {
        font-size: 0.75rem !important;
        line-height: 1.4 !important;
    }
}
#innerpage-box .faq-accordion-content .text-gray-600 p {
    font-size: 14px !important;
    line-height: 1.5 !important;
}
/*-----------------------
## End FAQS page
-----------------------------*/
/*-----------------------
## Testimonials inner page
-----------------------------*/


/* new */

#innerpage-box .testimonials_b {
  display: grid;
  margin-bottom: 30px  ;
}

/*-----------------------
## End Testimonials page
-----------------------------*/

/*---------------------- End Project page ------------------------*/

/*--------------------------------------------------------------
## Inner Page Heading
--------------------------------------------------------------*/
#innerpage-box h1,
#innerpage-box h2,
#innerpage-box h3,
#innerpage-box h4,
#innerpage-box h5,
#innerpage-box h6,

.page-template-templates #innerpage-box h1,
.page-template-templates #innerpage-box h2,
.page-template-templates #innerpage-box h3,
.page-template-templates #innerpage-box h4,
.page-template-templates #innerpage-box h5,
.page-template-templates #innerpage-box h6,

.single #innerpage-box h1,
.single #innerpage-box h2,
.single #innerpage-box h3,
.single #innerpage-box h4,
.single #innerpage-box h5,
.single #innerpage-box h6
{
    word-break: break-word;
    font-weight: 600;
    /* margin-bottom: 40px; */
    letter-spacing: 4px;
    /* padding: 0 10px; */
    letter-spacing: 0;
    font-size: 23px;
    text-transform: uppercase;
    word-break: break-word;
    /* color: ; */
}
#innerpage-box h1{
    color: #0b0b0b;
    font-size: 55px;
    font-weight: 400;
}
#innerpage-box h2{
     color: #0b0b0b;
    font-size: 46px;
    font-weight: 400;
}
#innerpage-box h3{ 
    color: #0b0b0b;
    font-size: 38px;
    font-weight: 400;
}

#innerpage-box h4{
     color: #0b0b0b;
    font-size: 30px;
    font-weight: 400;
}
#innerpage-box h5{
     color: #0b0b0b;
    font-size: 26px;
    font-weight: 400;
}
#innerpage-box h6{
     color: #0b0b0b;
    font-size: 22px;
    font-weight: 400;
}
#innerpage-box p{
     color: #444;
    font-size: 18px;
    font-weight: 400;
     text-align: unset;
}
p{
    text-align: unset;
}

#innerpage-box p strong {
    color: #0b0b0b !important;
    font-weight: 400 !important;
    margin-bottom: 24px !important;
    font-size: 40px;
    line-height: 1.4;
}
#innerpage-box p em {
    color: red;
    font-style: italic;
    font-weight: 400 !important;
}
#innerpage-box div#content-box .entry-header h2 a{
    color: #fff;
    text-decoration: none;
    font-style: normal;
}
#innerpage-box li {
    font-size: 18px;
    color: #605F5F;
}
.entry-content {
    color: #fff !important;
    line-height: 30px;
}

/*// --------------Responsive css ----------------------------- */
@media only screen and (max-width:1024px){
#contact svg{  right: -274px;}
#contact .contactsvg2 svg{  right: -312px;}
#contact .peccular-contact-block{    padding-left: 0em;}
#contact .peccular-contact-phone-info a{  font-size: 23px; z-index: 1;
    position: relative;}
#contact .peccular-contact-phone-info{ width: 100%;}
#contact .peccular-contact-phone-icon{ top: -13px;}
#contact .peccular-contact-mailid-info a{ font-size:18px;}
#contact .peccular-contact-mailid-info{  width: 128%; right:0px;}
#contact .peccular-contact-mailid-icon{top: -11px;  left: 35px;}
#contact .peccular-contact-mailid {  margin: 3em 0em;}
#contact .peccular-contact-phone {  margin: 3em 0em;}
#contact .peccular-contact-address{ padding: 6px 0 122px 14px; }
#contact .peccular-contact-address-text{font-size: 16px;}
#blog .peccular-blog-single svg{    top: 220px;}
   .archive .inner_contentbox {
        padding: 3em 0em 2em;
    }
    .footer-area input[type="submit"]{
        position: relative !important;
        border-radius: 10px !important;
    }
     #services .peccular-service-content h4 {
        margin-bottom: 15.8px;
    }
     #services .peccular-service-box .peccular-service-icon {
        margin-bottom: 45.24px;
    }
}

@media only screen and (max-width: 320px){
#contact svg {    right: -726px;}
#contact .contactsvg2 svg {  right: -750px;}
#contact { padding-bottom: 2em !important;}
#contact .peccular-contact-phone-info { right: 70px;}
#contact .peccular-contact-phone-info a {font-size: 21px;}
#contact .peccular-contact-phone-icon { top: -15px;}
#contact .peccular-contact-phone-icon i{transform: none;}
#contact .peccular-contact-mailid-info a { font-size: 15px;}
#contact .peccular-contact-mailid-info { width: 69%; right: 35px;}
#contact .peccular-contact-mailid-icon { top: -17px;}
#contact .peccular-contact-address-text{    font-size: 12px; top: -21px;left: 14px;}
#team .peccular-team-content svg{    top: -60px;}
#testimonials .peccular-testimonial-block { padding-bottom: 0;}
#testimonials .peccular-testimonials-imgbox{position: relative; top: -97px;}

}

/*--------------Testimonials Responsiv css --------------------- */




@media screen and (min-width:319px) and (max-width: 425px){
    #banner .bannerLeftShape{
    -webkit-mask-image: none;

    }
#contact .peccular-section-head {
    z-index: 5;
}
.hero-style .buttondesign a.btn-look {
    display: inline-block;
    position: relative;
    padding: 5px 20px;
}
.hero-style .buttondesign a.btn-look i {
    font-size: 12px;
    margin-top: 2px;
}
.sliderbtns {
    margin-top: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    display: none;

}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    display: none;
}
#about .peccular-about-imgbox .border-upp-left{
    display: none;
}
#about .peccular-about-imgbox .border-upp-right{
    display: none;
}
#about .peccular-about-imgbox .border-dwn-left{
    display: none;
}
#about .peccular-about-imgbox .border-dwn-right{
    display: none;
}
/*Features res*/

 #features .peccular-features-icon {
    top: 30%;
    left: 49%!important;
}
#features .FeaBG_icon {
    height: 92px;
    width: 100%!important;
}
 #features .mid-image-bx img {
    height: 430px;
    width: 100%;
}
/*Banner*/
#banner .banner_mainTitle {
    position: relative;
    overflow: hidden;
    z-index: 1;
    left: 5%;
    width: 330px;
    top: 9%;
}
 #banner .banner-section-area-text-subtitle {
    font-size: 15px;
    line-height: 20px;
    line-height: 24px;
    margin-top: 1em;
    padding: 11px 25px 11px 25px;
    margin-left: 30%;
}
#banner .banner-icn i {
    font-size: 35px;
}
#banner .banner-icn {
    width: 45px;
    height: 45px;
}
#banner .banner-section-area-text h3 {
    font-size: 28px;
    line-height: 50px;
}
#banner img.banner-mainimg {
    width: 100%;
    height: 313px;
}
 #banner .banner-section-area-text {
    padding: 0 0 5px 0px;
}

/*Project res*/
 #project .peccular-project-leafimgboxshape1 {
    margin-left: 40px;
    margin-top: 0px;
    position: absolute;
    width: 100px;
    height: 100px;
}
 #project .peccular-project-leafimgboxshape2 {
    position: absolute;
    right: 7%;
    top: 55px;
    width: 100px;
    height: 100px;
}
/*Contact sec res*/
#contact .contact-padd {
    position: initial;
}
/*Team sec res*/

#team .peccular-team-content2 svg {
    position: relative;
    top: -120px!important;
    z-index: 1;
}
#team .bottom_icon3 {
    position: absolute;
    bottom: 24px;
    right: 2px;
    z-index: 2;
    transform: rotate(0);
}

#team .team_Border_svg {
    position: relative;
    top: -67px!important;
    z-index: 1;
}
 #contact .peccular-project-leafimgcontactboxshape1 {
    display: none;
}
.single-footer-1 {
    position: relative;
    top: 0;
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox:after{
    display: none;
}

#counter h4.peccular-counter-title {
    margin-bottom: 20px;
}

#counter .peccular-counter-num.count:after {
    font-size: 35px;
    padding-left: 5px;
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox {
    /* margin: 0em 20px; */
    padding: 0 10px;
}

 #testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-right{display: none;}

}
@media only screen and (max-width:320px){
#testimonials .peccular-testimonials-content i{right: -62px;}

#testimonials .owl-nav .owl-next{    right: 12px;}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-right{display: none;}
}
@media screen and (min-width: 1024px) and (max-width: 1200px){

/*Contact Info Res    */
 #contactinfo .peccular-section-head h2 {
    font-size: 30px;
    line-height: 30px;
}
#contactinfo .peccular-contactinfo-button a {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 25px;
}
#contact .peccular-contacti-area .c_i_icon i {
    font-size: 30px;
}
#contact .peccular-contacti-area .c_i_icon i.fa.fa-envelope {
    font-size: 30px;
}
#contact .peccular-contact-block p.peccular-form-text {
    text-align: unset;
}
/*story res*/

#story .story-sec-border {
    top: 4%;
    bottom: 4%;
}
 #story .story-bg {
    outline-offset: -13px;
}

/*About res*/

#about .peccular-section-subtext {
    font-size: 21px;
    line-height: 25px;
}
#about h3.list_heading {
    font-size: 25px;
}

/* testimonials Res */
#testimonials .peccular-testimonials-image img {
    width: 85px;
    height: 85px;
}
#testimonials .peccular-testimonials-image {
    width: 85px;
    height: 85px;
}

/* Services Res */
 #services .peccular-section-head {
    text-align: left;
}

/*Team Res*/

#team .top_icon1 i.fa.fa-envira,#team .top_icon2 i.fa.fa-envira,#team .top_icon3 i.fa.fa-leaf {
    font-size: 18px;
    font-weight: 600;
    color: #83ab29;
}
.top_icon1 {
    position: absolute;
    top: -23px;
    left: -29px;
}
.top_icon2 {
    position: absolute;
    top: -36px;
    left: -8px;
}
.top_icon3 {
    position: absolute;
    top: -24px;
    left: 13px;
}
#team .border_circle {
    height: 25px;
    width: 25px;
}
#team .Team_details {
    bottom: -21px;
}
#team .team_Border_svg {
    top: -75px;
}
#team .peccular-team-content2 svg {
    top: -139px;
}
#team h4.peccular-team-name {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 9px;
    line-height: 20px;
}
#team h6.peccular-team-designation {
    font-size: 18px;
    margin-bottom: 2px;
}
#team .bottom_icon3 {
  bottom: 23px;
    right: -1px;
    z-index: 2;
}
#team .bottom_icon2 {
    bottom: 54px;
    right: -31px;
    z-index: 1;
}
#team .bottom_icon1 i.fa.fa-envira,#team .bottom_icon2 i.fa.fa-envira,#team .bottom_icon3 i.fa.fa-envira,#team .bottom_icon4 i.fa.fa-envira {
    font-size: 28px;
}
#team .bottom_icon4 {
    bottom: 10px;
    right: -31px;
}
#team .peccular-team-social-icon {
    width: 30px;
    line-height: 28px;
    top: 0px;
    right: 6px;
    padding: 10px 0;
}
#team .peccular-team-social-icon i {
    font-size: 18px;
    padding: 4px 2px;
}
#team {
    padding-bottom: 3em!important;
}

/*footer*/
.footer-area .single-footer-4 .widget-title:before {
    left: 5px;
}
.footer-area li, .footer-area li, .page .footer-area li {
    margin-bottom: 16px;
    font-size: 15px;
}
.footer-area .social-profile-icons ul li {
    padding-right: 8px;
    font-size: 15px;
    margin: 0 5px 0px 0;
}
/**********/
    .hero-style .slide-btns-2 a.ReadMore{
      padding: 12px 15px;
    }
    .hero-style .slide-btns-1 a.ReadMore{
         padding: 12px 15px;
    }
    
 #contact .peccular-project-leafimgcontactboxshape1 {
    margin-left: -65%;
    margin-top: -45px;
    margin-bottom: -54px;
}
#contact .peccular-contact_img_area .c-img-right1 {
    left: 3em;
}
#testimonials .peccular-testimonials-image i {
    right: -70px;
}

}
@media screen and (min-width: 768px) and (max-width: 1024px){
    /*//services responsive*/
 #services .peccular-service-box:hover .peccular-service-content .peccular-service-btn a {
    padding: 0px 25px;
}
 #services .peccular-service-content i {
    font-size: 19px;
}
 #services .peccular-service-content h4 a, #services .peccular-service-hover-content h4 a {
    font-size: 18px;
}
 #services .peccular-service-contenttext {
    margin-top: 6px;
    margin-bottom: 10px;
}
/*//services end responsive*/
    .footer-area .single-footer-4 .widget-title {
    width: 170px;
}
#about .peccular-about-imgbox .border-upp-left {
    height: 65px;
    width: 65px;
    margin-left: 40px;
    margin-top: 30px;
}
#about .peccular-about-imgbox .border-upp-right {
    height: 65px;
    width: 65px;
    /* right: 3em; */
    margin-right: 40px;
    /* top: 15px; */
    margin-top: 30px;
}
#about .peccular-about-imgbox .border-dwn-left {
    height: 65px;
    width: 65px;
    /* left: 3em; */
    /* bottom: 120px; */
    margin-left: 35px;
    margin-bottom: 117px;
}
#about .peccular-about-imgbox .border-dwn-right {
    height: 65px;
    width: 65px;
    /* right: 3em; */
    /* bottom: 120px; */
    margin-right: 40px;
    margin-bottom: 117px;
}
    #innerpage-box .inner-blog-excerpt {
    padding-right: 0em;
    margin-bottom: 10px;
}

#peccular-contactus-wrap .contact_info_area a {
    font-size: 18px;
    color: #fff;
}
#peccular-contactus-wrap .contact_info_area {
    font-size: 17px;
}
#peccular-contactus-wrap .contact_l_area {
    font-size: 16px;
}

#innerpage-box .peccular-team-single .team_Border_svg {
    top: -106px;
}
#innerpage-box .peccular-team-single .peccular-team-content2 svg {
    top: -139px;
}

 #innerpage-box .peccular-project-single .img_overlayColored{
        height: 313px;
        width: 220px;
    }
#innerpage-box .peccular-project-single:hover .img_overlayColored {
    transform: rotate(10deg);
    transition: all 0.5s ease;
    width: 230px;
    top: 18px;
    right: 7px;
    height: 327px;
}
#innerpage-box .peccular-project-single:after {
    font-size: 35px;
}
#innerpage-box .peccular-project-single .peccular-project-img .ovrlyT {
    top: 22px;
    left: 30px;
    width: 219px;
    height: 313px;
    z-index: 01;
}
#innerpage-box .peccular-project-single .peccular-project-img .ovrlyB {
    top: 22px;
    left: 30px;
    width: 219px;
    height: 313px;
    z-index: 01;
}
#innerpage-box .peccular-project-content h4 a {
    font-size: 17px;
}
    .maintop-header .header-shopbtn {
    border-radius: 10PX;
    padding: 5px 17px;
    line-height: 30px;
    font-size: 17px;
}



.menu-content {
    padding: 0;
    text-align: left;
    margin-top: 0px;
    position: relative;
    left: 0em;
    margin-right: 0;
}

.slide-btns-2.animated.fadeInDownBig, .slide-btns-1.animated.fadeInDownBig {
    margin-left: 2px;
}
.hero-style .slide-btns-1 a.ReadMore {
    padding: 10px 10px;
}
.hero-style .slide-btns-2 a.ReadMore {
    padding: 10px 10px;
}
.maintop-header .head-Phone-contact span {
    font-size: 18px;
    margin-right: 10px;
}
.maintop-header .head-Phone-contact a {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.maintop-header .head-Phone-contact i.fa-volume-control-phone {
    margin-right: 15px;
    font-size: 25px;
    top: 2px;
}

#counter h4.peccular-counter-title {
  font-size: 17px;
    padding: 0;
}
#counter .peccular-counter-num.count {
    font-size: 22px;
    padding: 0;
    margin: 0;
    line-height: 22px;
    top: 2px;
}
#counter .peccular-counter-icon span {
    font-size: 25px;
}
#counter .peccular-counter-num.count:after {
    font-size: 35px;
    padding-left: 5px;
}
 #contact .peccular-project-leafimgcontactboxshape1 {
    margin-left: -26%;
    margin-top: 0px;
    margin-bottom: -49px;
    height: 510px;
    width: 320px;
/*    display: none;*/
}
#contact .contactLeftBGBlur_image {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 107% 0%, 81% 100%, 0 100%);
}

#contact .peccular-contact_img_area .c-img-right1 {
    left: 2em;
}

#contact .peccular-contact_img_area img.c-img-width {
    width: 85.95px;
    height: 80.91px;
}

#contact .contact_left_BGoverlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 107% 0%, 79% 100%, 0 100%);
}

#banner .banner_mainTitle h2 {
    font-size: 38px;
    margin-bottom: 10px;
}
#banner .banner_mainTitle p {
    font-size: 25px;
    line-height: 30px;
}
#banner .banner-icn {
    width: 60px;
    height: 60px;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}
#banner .banner-icn i {
    font-size: 55px;
}
 #banner .banner-section-area-text {
    padding: 16px 18px 5px 18px;
}
#banner .banner-section-area-text h3 {
    font-weight: 500;
    font-size: 35px;
    line-height: 66px;
    margin-left: 19px;
}
 #banner .banner-section-area-text-subtitle {
    font-size: 22px;
    line-height: 20px;
    line-height: 24px;
    margin-top: 1em;
    padding: 10px 35px 10px 35px;
    margin-left: 17%;
}
#banner img.banner-mainimg {
    width: 100%;
    height: 441px;
}
#banner .boxshape1 {
    bottom: -220px;
    left: -190px;
    z-index: 8;
    width: 66%;
    height: 632px;
}
#banner .boxshape2 {
    bottom: -163px;
    left: -195px;
    width: 62%;
    height: 498px;
}
#banner .boxshape3 {
    bottom: -79px;
    left: -95px;
    width: 46%;
    height: 354px;
}
#banner .banner_phn_No {
    margin-top: -22px;
}
#innerpage-box .testimonials_b {
    width: 49.333333% !important;
}
/* #innerpage-box .peccular-project-b, #innerpage-box .peccular-main-b {
    width: 33% !important;
} */
#project .peccular-project-b .peccular-project-single{
    min-height: auto !important;
}


}
@media screen and (min-width:320px) and (max-width: 1024px){
   
    #blog .peccular-box-area-S {
    margin: 0 0px;
}
#blog p {
    padding-right: 0em;

}
.no-js .owl-carousel, .owl-carousel.owl-loaded{padding: 0 0em;}
#testimonials .owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 0 !important;
}
} 
@media only screen and (max-width:768px){
        #contact .contact-padd {
    padding-right: 1em;
    position: absolute;
    width: 100%;
    height: 100%;
}
    
    #slider .slide_bg{
        background: none;
    }
    .slider-area .slidershape1{
    -webkit-mask-image: none;
    
    }
#innerpage-box .peccular-team-single .team_Border_svg {
    top: -96px!important;
}
                #innerpage-box .testimonials_b:nth-child(odd) .peccular-testimonials-single:before{
        display: none;
    }
    #innerpage-box .testimonials_b:nth-child(odd) .peccular-testimonials-single:after, .peccular-testimonials-single:before{
        display: none;
    }
    #innerpage-box .testimonials_b:nth-child(even) .peccular-testimonials-single:after{
        display: none;
    }

#innerpage-box .peccular-testimonials-content p {
    font-size: 13px !important;
    line-height: 20px !important;
}
#innerpage-box .peccular-testimonials-single:hover {
    background: none;
}
.fallingeffect {
    display: none;
}
.hero-slider .swiper-button-prev:before,.hero-slider .swiper-button-next:before {
    font-size: 28px;
}

.hero-style .slide-btns-1 a.ReadMore,.hero-style .slide-btns-2 a.ReadMore {
    padding: 8px 8px;
    font-size: 12px;
}

.wp-block-search__inside-wrapper {
    display: block !important;
}
.widget-area button.wp-block-search__button {
    width: 100%;
    margin: 0;
}
/*Contact Info res 768px*/
#contactinfo .peccular-contactinfo-button {
    padding: 10px;
    text-align: center;
}
#contactinfo .peccular-contactinfo-button a {
    padding: 8px 11px;
    font-size: 17px;
    line-height: 20px;
}
 #contactinfo .peccular-section-head h2 {
    font-size: 22px;
    line-height: 30px;
}
/*About res*/
    
#about .peccular-about-imgbox img {
    width: 350px;
    height: 350px;
    top: 1em;
}
#about .peccular-about-imgbox .leaf_img {
    width: 350px;
    height: 350px;
}
#about .peccular-about-imgbox .border-upp-left {
    left: 12em;
    top: 0px;
    display: none;
}
#about .peccular-about-imgbox .border-upp-right {
    right: 12em;
    top: 0;
      display: none;
}
#about .peccular-about-imgbox .border-dwn-left {
    left: 12em;
    bottom: 17px;
      display: none;
}
#about .peccular-about-imgbox .border-dwn-right {
    right: 12em;
    bottom: 17px;
      display: none;
}
#about .peccular-about-imgbox {
    top: 2em;
    bottom: 2em;
    height: 400px;
}
#about .leaf_img .ovrlyT {
    top: 15px;
    width: 350px;
    height: 350px;
}
#about .leaf_img .ovrlyB {
    height: 350px;
    top: 15px;
    width: 350px;
}
#about:hover .border-upp-left{
     height: 80%;
     transition: all 0.8s;
}
#about:hover .border-upp-right{
        width: 50%;
        transition: all 0.8s;
}
#about:hover .border-dwn-right{
     height: 80%;
     transition: all 0.8s;
}
#about:hover .border-dwn-left{
        width:51%;
        transition: all 0.8s;
}
.peccular-section-head h2:before,
.peccular-section-head h2:after {
    height: 25px;
    width: 25px;
}
/*Features Res*/
div#feature {
    padding: 4em 0 3em !important;
}

#call .call-content-area h2 {
    font-size: 53px;
    line-height: 70px;
    margin-top: 50px;
}

#call .call-content-area h3 {
    font-size: 25px;
    line-height: 55px;
}

#call .call-content-area p {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 35px;
}

.call-share-btn ul li:first-child {
    font-size: 15px;
    line-height: 20px;
}

.call-share-btn ul li a {
    width: 26px;
    height: 26px;
    margin-right: 12px;
    line-height: 26px;
}
    #call .call-bottom-bg {
        top: 65% !important;
    }
#call .phone-area .label-phone svg {
    width: 25px;
}
#call .phone-area .label-phone {
    padding: 6px 19px 6px;
    font-size: 12px;
    line-height: 18px;
}

#call .phone-area .num-phone a {
    font-size: 22px;
    line-height: 32px;
}
#feature h4.peccular-feature-title {
    font-size: 16px;
    line-height: 20px;
}
#feature p.peccular-feature-text {
    font-size: 12px;
    line-height: 20px;
}
#features .FeaBG_icon img {
    height: 100px;
    width: 90px;
    transition: all 0.8s;
}
 #features h4.peccular-features-title {
    font-size: 17px;
    padding: 0;
    margin: 17px 0 8px 0;
    line-height: 24px;
    margin-left: 18px;
}
 #features p.inner-area-text {
    font-size: 13px;
    line-height: 20px;
    margin-left: 17px;
}
 #features h4.peccular-features-title:before {
    font-size: 24px;
    top: 5px;
    margin-right: 0px;
}


#steps {
    padding-top: 4em !important;
    padding-bottom: 2em !important;
}
/*Banner res*/

#banner .banner_mainTitle h2 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 40px;
}
#banner .banner_mainTitle p {
    font-size: 18px;
    line-height: 28px;
}
    div#project {
        padding-bottom: 2em !important;
        padding-top: 2em !important;
    }
/*Contact section res*/
#contact .peccular-contacti-area .c_i_title {
    font-size: 17px;
        padding: 0 10px;
}
#contact .peccular-contacti-area .c_i_data a, #contact .peccular-contacti-area .c_i_data {
    font-size: 13px;
        padding: 0 10px;
}
#contact .peccular-contacti-area .c_i_icon i {
        font-size: 20px;
}
#contact .peccular-contacti-area .c_i_icon i.fa.fa-envelope {
    font-size: 17px;
}
#contact .peccular-contact-block h2 {
    font-size: 25px;
    line-height: 27px;
}
#contact .peccular-contact-member-wrap input[type="text"], #contact .peccular-contact-member-wrap input[type="email"], #contact .peccular-contact-member-wrap input[type="url"], #contact .peccular-contact-member-wrap input[type="password"], #contact .peccular-contact-member-wrap input[type="search"], #contact .peccular-contact-member-wrap input[type="number"], #contact .peccular-contact-member-wrap input[type="tel"], #contact .peccular-contact-member-wrap input[type="range"], #contact .peccular-contact-member-wrap input[type="date"], #contact .peccular-contact-member-wrap input[type="month"], #contact .peccular-contact-member-wrap input[type="week"], #contact .peccular-contact-member-wrap input[type="time"], #contact .peccular-contact-member-wrap input[type="datetime"], #contact .peccular-contact-member-wrap input[type="datetime-local"], #contact .peccular-contact-member-wrap input[type="color"], #contact .peccular-contact-member-wrap input[type="file"], #contact .peccular-contact-member-wrap textarea {
    font-size: 15px;
    
}
#contact .peccular-contact-member-wrap textarea {
   width: 100%;
}

#contact .contact_left_BGoverlay {
    clip-path: none;
}
#contact .contactLeftBGBlur_image {
    clip-path: none;
}
#contact .peccular-contacti-area {
    padding: 18px 5px;
}

/*Team res*/
#team .owl-theme .owl-nav {
    margin-top: 10px;
    display: block !important;
    top: -50px !important;
    position: absolute;
    right: 85px;
}
#team .peccular-team-content2 svg {
    position: relative;
    top: -95px;
    z-index: 1;
}
#team .team_Border_svg {
    position: relative;
    top: -54px;
    z-index: 1;
}
#team .peccular-team-social-icon i {
    color: #fff;
    font-size: 18px;
    padding: 4px 2px;
    transition: .9s ease;
}
.footer-area .single-footer-4, .footer-area .single-footer-4, .page .footer-area .single-footer-4, .single .footer-area .single-footer-4 {
    top: 0;
}
/*testrimonial res*/
#testimonials .peccular-section-head h3 {
    font-size: 21px;
    line-height: 26px;
}
.peccular-section-head {
    margin-top: 1em;
}

/*Footer res*/

.navigation .mainmenu li.current_page_item a, .current_page_item > a {
    background: none;
    color: #fdb405 ;
}
.footer-area .current_page_item > a {
    background: none;
}
.footer-area .single-footer-2, .footer-area .single-footer-2, .page .footer-area .single-footer-2, .single .footer-area .single-footer-2 {
    padding-left: 2em;
}


/**********/
.maintop-header .Head-top-cont {
    line-height: 10px;
    margin-top: 11px;
}
#newsletter .peccular-section-head h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
    #testimonials .peccular-section-head h2{padding:0;}
  

#sync1 .test-image img {
    width: 65px !important;
    height: 65px;
    outline-offset: 5px;
}

 


#faq-section .faq-content button.accordion, #innerpage-box .faq-content button.accordion {
    padding: 14px 35px 14px 19px;
}

#faq-section .faq-content button.accordion h3.faq-title:before, #innerpage-box .faq-content button.accordion h3.faq-title:before {
    left: 102%;
}
section#faqcontact {
    padding-bottom: 1em !important;
    padding-top: 2em !important;
}


/*//blog page*/
    #innerpage-box .peccular-blogpage-imgbox .peccular-blog-date {
        padding: 10px 10px;
    }
    .inner-blog-post {
    margin: 0em 0px 10px;
    padding: 0 10px;
}
    #innerpage-box .peccular-blog-comment span, #innerpage-box .peccular-blog-date span {
        font-size: 13px;
    }
    #innerpage-box .peccular-blog-date i {
        font-size: 14px;
    }
    #innerpage-box .peccular-blog-comment_box {
        padding: 0px 0px 0px 10px;
    }
    #innerpage-box .peccular-blog-comment i {
        font-size: 14px;
    }
    #innerpage-box .blog-page-btn {
    font-size: 16px;
    padding: 10px 0px;
    }
/*    //contact page*/
    #peccular-contactus-wrap .conntact_top_area {
        padding: 3em 3em 9em;
    }
    .page-template-templates #innerpage-box .conntact_infobox_heading h2 {
        font-size: 30px;
        margin-bottom: 2em;
    }
/*    //page*/
    #innerpage-box blockquote p {
    text-align: left;
}
.innerpage-whitebox {
    padding: 0em 1em 0em 1em !important;
}
#story .story-sec-border {
    left: 2%;
    right: 2%;
    top: 3.5%;
    bottom: 3.5%;
}
#pricing {
        padding: 2em 0 2em !important;
}

header.site-header .peccular-head-btn .head-btn a {
    padding: 8.67px 15.61px 8.33px 15.39px;
}


}
@media screen and (min-width:320px) and (max-width: 767px){
    #testimonials .test-mrg{padding: 0 10px;}
    #contact {
        padding-top: 2em !important;
    }
}
@media screen and (min-width:320px) and (max-width: 640px){

    #testimonials .testimonials_carea {
        width: 100%;
        margin:0;
    }
    #testimonials .peccular_testimonial_eme_area {
        bottom: 0;
        position: relative;
        left: 0em;
        width: 100%;
        margin: 1em 0;
    }
    header.site-header .head-Phone-contact {
        padding: 8px 0;
            margin-bottom: 10px;
    }

    #about .peccular-about-video {
        height: 220px;
    }

    #about .peccular-about-video i {
        padding: 15px 15px;
        width: 50px;
        height: 50px;
    }
    #about .about-img-area, #about .space-abtblock {
        width: 100% ;
    }
     .about-img-area {
        padding-right: 0;
    }
    #about .peccular-section-subtext {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20.65px;
            padding-right: 1em;
    }   
    #story .story-sec-border {
    left: 3.5%;
    right: 3.5%;
    }    

    #story .story-body {
        margin-right: 0em;
        width: 295.45px;
    }   

     div#project {
        padding-top: 3em !important;
    }

    .peccular-project-area .peccular-project-b:nth-child(1), .peccular-project-area .peccular-project-b:nth-child(3) {
         top: 0; 
    }

    div#project .peccular-project-b {
        margin-bottom: 15px;
    }

    .peccular-project-area {
        margin-bottom: 30px;
    }

    .peccular-project-area .peccular-project-b:nth-child(6) {
        position: relative;
        right: 0;
        top: 0;
    }

    .peccular-project-area .peccular-project-b:nth-child(5) {
        position: relative;
        left: 0;
        top: 0;
    }

    #contact .peccular-contact_img_area {
        display: none;
    }

    #testimonials {
        padding-top: 3em !important;
    }

     div#features .peccular-features-area {
        top: -3em;
    }
     div#services {
        margin-top: 0em;
    }
    #blog .peccular-blog-comment_box {
        text-align: center;
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        width: auto !important;
    }

    .w3 {
        width: 10%;
    }

    .w7 {
         width: 89%;
    }

    #blog {
        padding-top: 4em !important;
    }

    .footer-area .single-footer-4, .footer-area .single-footer-4, .page .footer-area .single-footer-4, .single .footer-area .single-footer-4 {
        padding-left: 0;
    }

    .footer-area .single-footer-3, .footer-area .single-footer-3, .page .footer-area .single-footer-3, .single .footer-area .single-footer-3 {
        padding-left: 0;
    }

     .footer-area .single-footer-2, .footer-area .single-footer-2, .page .footer-area .single-footer-2, .single .footer-area .single-footer-2 {
        padding-left: 0;
    }
    .hero-style .slide-btns-1 a.ReadMore, .hero-style .slide-btns-2 a.ReadMore {
      padding: 1px 5px;
    }
        #innerpage-box .peccular-testimonials-single i.fa.fa-quote-left {
        left: -78%;
        top: 5%;
         font-size: 17px;
        }
        #innerpage-box .peccular-testimonials-single i.fa.fa-quote-right {
        right: 2%;
        bottom: 5%;
        font-size: 17px;
        }
        #content-box .socialMedia {
            float: left;
        }
        .innerpage-whitebox {
        padding: 0em 0em 0em 0em !important;
    }
    .search .innerpage-whitebox {
        padding: 0em 1em 0em 1em !important;
    }
     .search article.product {
        display: block;
        min-width: 100%;
     }
}


@media only screen and (max-width:375px){
    #story .story-sec-border {
        left: 4%;
        right: 4%;
    }
        #innerpage-box .blog-info-area .metabox2brdr ul li {
        margin: 10px 9px 10px 0;
        padding: 0 16px 0 0;
        font-size: 14px;
    }
    #innerpage-box .peccular-testimonials-single i.fa.fa-quote-left {
        left: -58%;
    }

}

@media only screen and (max-width:320px){}

@media screen and (min-width:320px) and (max-width: 425px){

    #testimonials .peccular-testimonials-content p{    font-size: 17px;}
    #banner .peccular-banner-imgbox img{    margin-left: 0;    width: 80%;}
    .peccular-testimonials-imgbox {  top: -158px;  position: relative;}

   .testimonials_b {
        padding: 0;
    }

    #innerpage-box .blog-info-area .metabox2brdr ul li {
        margin: 10px 9px 10px 0;
        padding: 0 16px 0 0;
        font-size: 14px;
    }
    #innerpage-box .blog-author, #innerpage-box .blog-time, #innerpage-box .single-blog-date {
        padding-left: 0;
    }
}

/*// --------------Procduct cat Responsiv css ----------------------------- */
@media only screen and (max-width: 1400px){
    svg#Layer_1 {  top: -359px !important; }
}

@media screen and (min-width:1024px) and (max-width:1199px){
      #catproduct-section .pro-cat-content svg{ width: 218px !important;}
}
@media screen and (min-width:3px) and (max-width:999px){
        #catproduct-section .pro-cat-content svg{ display: none;}
}
  
@media only screen and (max-width: 1024px){

    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon{ width:100% !important;}
    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-content{margin-left: 13px;}  
    .slider-area .slide-inner svg{left: -185px;}
    .slider-area .slide-inner .slidersvg2 svg{left: -222px;}
    #innerpage-box .ht-blog-thumbnail svg{    top: -15px;    z-index: 0;}
    #peccular-contactus-wrap .contact_info_area{    padding: 0;text-align: center;}
    #peccular-contactus-wrap i.fa-phone{    margin-left: 0px;}
    #peccular-contactus-wrap i.fa-envelope {  margin-left: 0px;}
    .hero-style .slide-title h3.subtitle1 {font-size: 52px!important;     width: 80%;    margin-left: 10%;}
	.hero-style .slide-title h3.subtitle1 span {    font-size: 52px!important;}
    .slider-im {    top: 50%;    left: 50%;    transform: translate(-50%, 0%);    width: 42%;}
    #slider .swiper-slide .image-container {top: 50%;    left: 50%;    transform: translate(-42%, -15%);}
    #slider .swiper-slide .image-container img {    width: 83%;    height: 100%;}
    #slider .peccular-slider-b h4.peccular-slider-title {    font-size: 15px;}
    #slider .owl-carousel .owl-item img {    width: 25px;    height: 25px;}
}

@media only screen and (max-width: 768px){
    .hero-style .slide-btns-1{     font-size: 14px;
    padding: 0 !important;}
    .hero-style .slide-btns-2{    font-size: 16px;padding: 12px 22px !important;}   
    .slider-area .slide-inner .slidersvg2 svg {  left: -339px;}
    .slider-area .slide-inner svg { left: -307px;}
    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon { width: 69% !important;}
    #team .peccular-team-content svg{  top: -64px;}
    #contact .peccular-section-head{ margin-bottom: 1em; margin-top: 1em;}
    #contact svg{  right: -446px;}
    #contact .contactsvg2 svg{  right: -487px;}
    #contact .peccular-contact-phone-info a { font-size:17px;}
    #contact .peccular-contact-phone-info { width: 111%; }
    #contact .peccular-contact-mailid-info a { font-size: 14px;}
    #contact .peccular-contact-mailid-info { width:135%;}
    #contact .peccular-contact-address {  padding: 10px 7px 140px 0px;}
    #contact { padding-bottom: 2em !important;}
    #contact .contact-bg { position: absolute; top: -57px;}
    #contact .peccular-contact-mailid {  margin: 1em 0em;}
    #contact .peccular-contact-phone {  margin: 1em 0em;}
    #contact .peccular-contact-mailid-icon{top: -10px;
    left: 30px;width: 57px;  height: 57px;}
    .page-main-header2{ top: 0 !important; }
     #innerpage-box .ht-blog-thumbnail svg{    top: 1px;    z-index: 0;}
     .inner-blogpost-info{    top: -30px;}
     #peccular-contactus-wrap .contact_info_area{    padding: 0;text-align: center;}
     #peccular-contactus-wrap .contactinner-block{ padding: 12px; }
     #peccular-contactus-wrap i.fa-phone{    margin-left: 0px;}
     #peccular-contactus-wrap i.fa-envelope {  margin-left: 0px;}
   
}
@media screen and (max-width: 767px){
    #catproduct-section .pro-cat-content svg{ width: 353px !important; top: 7em !important;}
}
@media only screen and (max-width:425px){
#catproduct-section .pro-cat-content svg{ width: 403px !important; top: 5em !important;}
    #catproduct-section .pro-cat-img{ width: 100% !important; }
    .slider-area .slide-inner .slidersvg2 svg { display: none;}
    .slider-area .slide-inner svg { display: none;}
    .hero-style .slide-title h2 span,.hero-style .slide-text p{color: #fff !important;}
    #slider {  padding-bottom: 5em !important;}
   #contact .contact-padd { left: 0px;}
   #contact .peccular-contact-phone-info { width: 100%; right: 0;}
   #contact .peccular-contact-mailid-info {  width: 100%; left: 0px;
    text-align: center;}
    #contact .peccular-contact-mailid-icon { top: -9px;left: -34px;width: 57px; height: 57px;
    position: relative; z-index: 5; border-radius: 22%; }
#contact .peccular-contact-phone { margin: 1em 0em; position: relative; bottom: -27px;}
#contact .contactsvg2 svg { right: -657px;}
#contact svg {  right: -617px;}
#contact .peccular-contact-member-wrap i.fa.fa-user{top: 0;}
#contact .peccular-contact-member-wrap i.fa.fa-envelope-o{top: 0;}
#contact .peccular-contact-member-wrap i.fa.fa-unlock-alt{top: 0;}
#contact .peccular-contact-address-text { font-size: 16px; padding: 0 18px 0 0;
    text-align: right;  position: relative; top: -21px;}
#contact .peccular-contact-address-icon {text-align: left; padding: 0 0 0 24px;}
#contact .peccular-contact-member-wrap span.wpcf7-form-control-wrap {
    position: relative;  left: 0px;  top: -1px;}
#contact .peccular-contact-phone-icon{    border-radius: 22%;    left: 0;     width: 55px;
    height: 55px;
    top: -50px;}
#contact .peccular-contact-phone-icon i{transform: none;}
#contact .peccular-contact-phone-info a { font-size: 23px;}
#blog .peccular-blog-single svg { top: 201px;     z-index: 0;}
.footer-area input[type="submit"],
.page .footer-area input[type="submit"], .single .footer-area input[type="submit"]{right: 0;}
 #innerpage-box .ht-blog-thumbnail svg{    top: -15px;    z-index: 0;}
 .inner-blogpost-info{    top: -30px;}


}
@media screen and (min-width:320px) and (max-width:375px){

    .sliderbtns {  margin-top: 0em;}
    
    
}

@media only screen and (max-width:375px){


    #catproduct-section .pro-cat-content svg{ width: 353px !important; top: 6em !important;}
}
@media only screen and (max-width:320px){
    #catproduct-section .pro-cat-content svg{ width:298px !important; top: 15em !important;}
    #team .peccular-team-content svg { top: -60px;}
    #story .story-sec-border {
        left: 5%;
        right: 5%;
    }
    #about .peccular-about-video {
        height: 155px;
    }
    #about .peccular-about-video i {
        width: 40px;
        height: 40px;
        font-size: 15px;
        line-height: 9px;
    }
}
@media only screen and (max-width:600px){

.product {
    display: block !important;
    grid-template-columns: auto !important;
    grid-template-rows: inherit !important;
    min-width: inherit !important;
}
}

/* --------------why choose us Responsiv css end ----------------------- */
@media screen and (min-width: 320px) and (max-width: 425px){
#whychooseus .peccular-whychooseus-imgbox{   padding: 18px 0px 0 0;}
}
@media screen and (min-width: 320px) and (max-width: 575px){
#whychooseus .peccular-whychooseus-area{  padding: 0 40px;}
#whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon{    width:35% !important;}
}
@media screen and (min-width: 320px) and (max-width: 375px){


#whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon{     margin-bottom: 15px;   width: 25%;}
#whychooseus .peccular-whychooseus-area .peccular-whychooseus-text{    margin: 15px 0 26px;}
}

/*---------------------------------------------------------------------*/


@media only screen and (max-width:320px){
      #innerpage-box .ht-blog-thumbnail svg{    top: -15px;    z-index: 0;}
      #innerpage-box .peccular-testimonials-single i.fa.fa-quote-left {
        left: -38%;
        top: 3%;
    }
}


/* ------------------------------------------- */


@media screen and (min-width:993px) and (max-width: 1199px){
    .maintop-header ul li{margin-left: 0em;}
}

@media screen and (min-width:576px) and (max-width: 767px){

.footer-area .single-footer-2, .footer-area .single-footer-2,
.page .footer-area .single-footer-2, 
.single .footer-area .single-footer-2{    padding-left: 2em;margin-top: 2em;}
.footer-area .single-footer-3, .footer-area .single-footer-3, 
.page .footer-area .single-footer-3, 
.single .footer-area .single-footer-3{padding-left: 2em;margin-top: 2em;}
.footer-area .single-footer-4, .footer-area .single-footer-4,
.page .footer-area .single-footer-4, 
.single .footer-area .single-footer-4{padding-left: 2em;margin-top: 2em;}
.footer-area .single-footer-5{left: 30px; top: -8px;}
}

@media screen and (min-width:320px) and (max-width: 575px){
    #innerpage-box .peccular-testimonials-image{    text-align: center;}
    #innerpage-box .peccular-testimonials-identity {    left: 0;   text-align: center;}
    .footer-area .single-footer-5 .footer5overlay{    display: none;}
    .footer-area .single-footer-5{     top: 4px;   padding: 0px 0em 2em 0px; width: 100%;}
}

@media screen and (min-width:320px) and (max-width: 767px){
    .container {
     max-width: 1000px !important;
 }
    .single-footer-5 h4.widget-title{padding: 0 0 0 0px;}
}
@media screen and (min-width:992px) and (max-width: 1199px){

    .footer-area .single-footer-5{    padding: 38px 0em 2em 10px;}
}
@media screen and (min-width:768px) and (max-width: 991px){

    .footer-area .social-profile-icons ul li{  margin: 00 15px 39px 0;}
    .footer-area .single-footer-5{ width: 25%;   padding: 38px 0em 2em 13px;}
}







@media screen and (min-width:320px) and (max-width: 557px){
    .maintop-header ul li{ float: none; margin-left: 0em; margin-right: 10px; text-align: center;}
    .ht-site-description,
    .ht-site-description, 
    .page .ht-site-description, .single .ht-site-description{ text-align: center; }
    .maintop-header .header-shopbtn{    padding: 5px 20px; font-size: 14px;}
}
@media screen and (min-width: 320px) and (max-width: 387px){
.maintop-header .header-shopbtn { padding: 0px 12px !important;font-size: 11px !important;}
.maintop-header ul li a {    font-size: 14px;}
.maintop-header ul li i.fa-phone { margin-right: 7px; font-size: 20px;}
.maintop-header ul li i.fa-shopping-cart { font-size: 25px; padding: 10px 14px 0 0px;}

}
@media screen and (min-width: 320px) and (max-width: 425px){

     #contact .peccular-project-leafimgcontactboxshape1 {
    display: none;
}
#contact .peccular-section-head h2 {
    font-size: 30px;
}
 #contact .peccular-section-head .image-icon img.peccular-contactHead-imgboxshape {
    margin-left: 29px;
    margin-top: 4px;
    height: 30px;
}

#contact .contact_left_BGoverlay {
    clip-path: none;
    height: 620px;
}

 #project .peccular-project-leafimgboxshape1 {
    margin-left: 17px;
    margin-top: 0px;
    position: absolute;
    width: 140px;
}
 #project .peccular-project-leafimgboxshape2 {
    position: absolute;
    right: 5%;
    top: 40px;
    width: 90px;
}
    #banner .banner_mainTitle {
       left: 10px;
    width: 359px;
    top: 10%;
    text-align: center;
}
     #features .peccular-features-icon {
    top: 34%;
    left: 46%;
}
#banner .banner_mainTitle p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
#banner .banner-icn i {
    font-size: 40px;
}
#banner .banner-icn {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-top: 10px;
    margin-left: 21px;
    margin-bottom: 15px;
    text-align: center;
}
 #banner .banner-section-area-text {
    padding: 0px 10px 5px 10px;
}
#banner .banner-section-area-text h3 {
    font-size: 30px;
    line-height: 23px;
    border-left: none;
    margin-left: 10px;
}
 #banner .banner-section-area-text-subtitle {
    font-size: 18px;
    line-height: 20px;
    line-height: 24px;
    margin-top: 1em;
    padding: 12px 15px 12px 15px;
    margin-left: 30%;
}
#banner .banner_mainTitle h2 {
    font-size: 28px;
    margin-bottom: 15px;
}
#features .FeaBG_icon {
    height: 100%;
    width: 100%;
}
#banner img.banner-mainimg {
    width: 100%;
    height: 318px;
}
#banner .bannerLeftShape {
    -webkit-mask-image: url(images/bannerLeftShape.png);
    mask-image: url(images/bannerLeftShape.png);
    -webkit-mask-position: top center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

 #features .mid-image-bx img {
    height: 470px;
    width: 100%;
}
 #features .peccular-features-single {
    TEXT-ALIGN: center;
}
 #features p.inner-area-text {
    text-align: center;
}
 #features .peccular-section-head {
    margin-bottom: 15px;
    margin-top: 2em;
}
    #counter .peccular-counter-single{border: none;}
.maintop-header ul li .total-count{    top: 22px;}
}

@media screen and (min-width: 320px) and (max-width: 425px){


.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{right: 0 !important;}
}

@media screen and (min-width: 320px) and (max-width: 358px){
  .page-main-header2 .image-icon {
    width: 20em !important; 
       top: 45%;
}
}
@media screen and (min-width:641px) and (max-width: 767px){
    .top-bar-head .header-bottom-border { bottom: -1px;}
}

@media screen and (min-width:320px) and (max-width: 575px){

    .top-bar-head .header-bottom-border { bottom: 0px;}
}

@media screen and (min-width:425px) and (max-width: 768px){

    #testimonials .peccular-testimonials-image img {
    width: 100px;
    height: 100px;
    left: 2.5em;
}
#testimonials .test_content {
    position: relative;
    top: 0;
}
#testimonials h6.peccular-testimonials-designation {
    font-size: 15px;
    margin: 0 0 5px;
}
#testimonials .peccular-testimonials-image {
    padding: 0 0 0 0px;
    width: 160px;
    padding-top: 0;
    top: 1em;
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox {
    margin-bottom: 0em;
}
}
@media screen and (min-width:320px) and (max-width: 768px){


    #contact .contactLeftBGBlur_image {
    clip-path: none;
}
#contact .contact_left_BGoverlay {
    clip-path: none;
}

}


@media screen and (min-width:320px) and (max-width: 690px){
    .slider-inner-box{padding: 4em 5em 2em;}
}

@media screen and (min-width:320px) and (max-width: 425px){
    .slider-inner-mainbox:before{    top: 42px;left: 18px;}
    .slider-inner-mainbox:after{    left: 41px;}
    .slider-inner-box {  padding: 4em 3em 2em;}
    .hero-style .slide-btns-2 a.ReadMore{    font-size: 16px;    padding: 0;
    left: 10%;
     padding: 7px 24px;}
}
@media only screen and (max-width:320px){
    .slider-inner-box {  padding: 3em 1em 2em;}
    .slider-inner-mainbox:before{      top: 26px;left: 9px;}
    .slider-inner-mainbox:after{    left: 25px;     top: 9px;}
}
@media only screen and (max-width: 1200px){ 
    #services .owl-carousel .owl-nav button.owl-next:before,
    #services .owl-carousel .owl-nav button.owl-prev:before{
        display: none;
    }
    #innerpage-box .peccular-testimonials-image img {
    }
}
@media only screen and (max-width: 992px){ 
    #contact .peccular-contact-block {
        margin-top: 1em;
    }
    .hero-style li.slide-btns-1 a.ReadMore, .hero-style li.slide-btns-2 a.ReadMore {
        padding: 8px 15px;
    }
    
    .slider-inner-box {
        top: 55%;
    }
    div#team .owl-theme .owl-nav {display: none;}
   
}

@media only screen and (max-width: 767px){
    #features .peccular-features-icon span:before {
        font-size: 20px;
        line-height: 35px;
    }
    #features .peccular-features-icon span {
            width: 30px;
            height: 30px;
        }
        #steps .peccular-steps-b:after {
        left: 58px;
    }
    #newsletter .peccular-newsletter-member-wrap {
        padding: 0;
    }
}

@media only screen and (max-width: 640px){ 


  #whychooseus .peccular-whychooseus-img{
    padding-right: 2em;
}
.peccular-whychooseus-overlay-dark {
    display: none;
}

#innerpage-box .peccular-testimonials-image:after {
    bottom: 68px;
    left: 20px;
}

#innerpage-box .peccular-testimonials-content i.fa.fa-quote-right {
    right: -20px;
}
#innerpage-box .peccular-testimonials-single {
    margin-top: 0em;
    margin-bottom: 0em;
}

#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-image:after {
    bottom: 85px;
}
#innerpage-box .peccular-testimonials-content i {
    font-size: 50px;
}
.share-btn, .share-btn, .page .share-btn, .single .share-btn {
    text-align: center;
}
.h-contact, .page .h-contact, .h-contact, .single .h-contact {
    text-align: center;
    padding: 10px 0;
}
.h-contact-block, .h-contact-block, .page .h-contact-block, .single .h-contact-block {
    padding-right: 0!important;
}
.space {
    text-align: center;
}
.peccular-faqs-head {
    padding: 0;
}
#features .peccular-features-b:nth-child(3),#features .peccular-features-b.right-side:nth-child(3){
        margin-left: 0;
}
#steps .peccular-steps-b:after {display: none;}
div#team .owl-theme .owl-nav{display: none;}
.ht-site-description, .ht-site-description, .page .ht-site-description, .single .ht-site-description {
    padding: 8px 10px;
}
.border-right {
    width: 75%;
}
.peccular-contact-phone, .peccular-contact-mailid, .peccular-contact-address {
    padding: 0 21px;
}
    #innerpage-box .peccular-project-b, #innerpage-box .peccular-main-b {
        width: 100% !important;
    }
}
@media only screen and (max-width: 375px){

    .slider-inner-box {  width: 315px;    }
}
@media only screen and (max-width: 320px){
    #banner .banner_mainTitle {
    width: 300px;
    }
}
    .slider-inner-box {   width: 310px;  }

/* Instagram Section Styles */
.instagram-item {
    aspect-ratio: 1;
    cursor: pointer;
}
.instagram-image {
    transition: transform 0.5s ease;
}
.instagram-item:hover .instagram-image {
    transform: scale(1.1);
}
.instagram-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
}
.instagram-item:hover .instagram-overlay {
    opacity: 1;
}
.instagram-link {
    z-index: 10;
}

/* my account page csss */

#innerpage-box .status-publish .woocommerce{
  display: flex;
  gap: 2rem;
  position: relative;
}
#innerpage-box .status-publish .columns-4{
  display: block;
}
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-navigation ul{
  padding: 0px !important;
}
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-navigation{
  width: 25%;
  height: 100%;
  padding: 24px;
  background-color: #fff;
  border-radius: 16px;
  position: static;
  box-shadow: 1px 3px 35px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
}
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content{
  width: 75%;
}
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr .woocommerce-orders-table__cell a.woocommerce-button.view {
  padding: 10px 20px;
  color: #000 !important;
  border: 1px solid #000;
  background-color: transparent !important;
}
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr .woocommerce-orders-table__cell a.woocommerce-button.view:hover {
  background-color: #000 !important;
  color: #fff !important;
}
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table th,#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table td {
    padding: 12px 16px;
    border-radius: 16px;
    margin-bottom: 16px;
}
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content p, #innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content p strong{
  font-size: 0px !important;
  
}
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content p.woocommerce-customer-details--phone,
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content p.woocommerce-customer-details--email{
  font-size: 16px !important;
  
}
 #innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details,#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details,#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses{
   padding: 12px 16px;
   border-radius: 16px;
   margin-bottom: 16px;
   background-color: #fff;
  }
  #innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
    margin-bottom: 12px;
  }
  #innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2{
    padding: 0;
    color:#000;
  }
  #innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address{
    color: #000;
  }
 
  #innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title a{
    border: 2px solid #000;
    padding: 4px 12px;
    background-color: transparent;
    color: #000;
    line-height: 3;
  }
  #innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title a:hover{
    background-color: #000;
    color: #fff;
  }
/* #innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content p {
  background-color: #fff;
    padding: 12px 16px;
    border-radius: 16px;
    margin-bottom: 16px;
} */
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content p a{
  display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 8px 16px;
    border: 1px solid #222;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    text-transform: capitalize;
}
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content p a:hover{
  background-color: #000;
  color: #fff;
}
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button.wc-forward{
  color: #000 !important;
  border: 2px solid #000;
  box-shadow:none;
}
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button.wc-forward:hover{
  color: #fff !important;
  background-color: #000;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
  display: block !important;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
  padding-left: 48px !important;
}



#innerpage-box .wc-block-cart__submit .wc-block-cart__submit-container .wc-block-components-button{
  border: 2px solid #000000;
  background: transparent;
  color: #000;
}
#innerpage-box .wc-block-cart__submit .wc-block-cart__submit-container .wc-block-components-button:hover{
  background-color: #000;
  color: #fff;
}

#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard,
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders,
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads,
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address,
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account,
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
  position: relative;
  padding: 12px 16px;
  background-color: #101828;
  color: #fff !important;
  display: flex;
  gap: 12px;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 8px !important;
}
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard a,
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard::before,
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders a,
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders::before,
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads a,
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads::before,
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address a,
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address::before,
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account a,
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account::before,
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a ,
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout::before {
  color: #fff !important;
  text-decoration: none;
  margin: 0 !important;
}
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard:before {
  content: "\f007" !important;
  font-family: 'FONTAWESOME';
  position: relative;
  font-size:16px;
  display:  block !important;
  transform: none;
  margin: 0;
}
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders:before {
    content: "\f03a" !important;
    font-family: 'FONTAWESOME';
    position: relative;
    font-size:16px;
    display: block !important;
    transform: none;
    margin: 0;
  }
  #innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads:before {
    content: "\f019" !important;
    font-family: 'FONTAWESOME';
    position: relative;
    font-size:16px;
    display: block !important;
    transform: none;
    margin: 0;
  }
  #innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address:before {
    content: "\f041" !important;
    font-family: 'FONTAWESOME';
    position: relative;
    font-size:16px;
    display: block !important;
    transform: none;
    margin: 0;
}
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account:before {
    content: "\f044" !important;
    font-family: 'FONTAWESOME';
    position: relative;
    font-size:16px;
    display: block !important;
    transform: none;
    margin: 0;
}
#innerpage-box  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:before {
    content: "\f08b" !important;
    font-family: 'FONTAWESOME';
    position: relative;
    font-size:16px;
    display: block !important;
    transform: none;
    margin: 0;
}


body.woocommerce-account div#content-box form.woocommerce-EditAccountForm.edit-account p, body.woocommerce-account div#content-box .woocommerce-address-fields p, body.woocommerce-downloads div#content-box p, body.woocommerce-orders div#content-box p ,body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper p{
    font-size: 16px !important;
    line-height: 30px;
}
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account,
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content form{
  background-color: #ffffff;
    border-radius: 16px;   
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);  
    padding: 32px;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account:before {
    content: "Personal Information";
    font-size: 25px;
    font-weight: 600;
    font-family: roboto;
    position: relative;
}

#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type="text"], 
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type="email"], 
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type="url"], 
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type="password"], 
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type="search"], 
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type="number"], 
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type="tel"], 
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type="range"], 
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type="date"], 
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type="month"], 
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type="week"], 
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type="time"], 
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type="datetime"], 
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type="datetime-local"], 
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account input[type="color"], 
#innerpage-box .status-publish .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account textarea,
body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper input[type="text"], 
body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper input[type="email"], 
body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper input[type="url"], 
body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper input[type="password"], 
body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper input[type="search"], 
body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper input[type="number"], 
body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper input[type="tel"], 
body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper input[type="range"], 
body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper input[type="date"], 
body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper input[type="month"], 
body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper input[type="week"], 
body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper input[type="time"], 
body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper input[type="datetime"], 
body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper input[type="datetime-local"], 
body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper input[type="color"], 
body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper textarea,
body.woocommerce-account #innerpage-box div#content-box .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper select{
  display: flex;
    width: 100%;
    min-width: 0;
    height: 36px;
    padding: 4px 12px;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #f3f3f5;
    outline: none;
    transition: color .2s, box-shadow .2s;
    font-weight: 400;
    margin-bottom: 16px;
    color: #101828;
}

/* Full container center */


/* Login form box */
#innerpage-box .woocommerce-form-login {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;  box-shadow: 1px 3px 35px rgba(0, 0, 0, 0.08);
    border: none;
}

/* Input fields */
#innerpage-box .woocommerce-form-login input.input-text{
    display: flex;
    width: 100%;
    min-width: 0;
    height: 36px;
    padding: 4px 12px;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: #f3f3f5;
    outline: none;
    transition: color .2s, box-shadow .2s;
    font-weight: 400;
}

/* Login button */
#innerpage-box .woocommerce-form-login button{
    width: 100%;
    margin: 10px 0;
}

#innerpage-box .wc-block-components-form.wc-block-checkout__form{
  box-shadow: 1px 3px 35px rgba(0, 0, 0, 0.08);
  padding: 25px;
  border-radius: 16px;
  margin-bottom: 16px;
  background-color: #fff;
}
#innerpage-box .wp-block-woocommerce-checkout-order-summary-block{
  padding: 12px 16px;
  border-radius: 16px;
  margin-bottom: 16px;
  background-color: #fff;
  box-shadow: 1px 3px 35px rgba(0, 0, 0, 0.08);
}
#innerpage-box .woocommerce .woocommerce-order{
  box-shadow: 1px 3px 35px rgba(0, 0, 0, 0.08);
  padding: 25px;
  border-radius: 16px;
  margin-bottom: 16px;
  background-color: #fff;
}
#innerpage-box .woocommerce .woocommerce-order ul.order_details{
  padding: 10px 0 25px;
}
#innerpage-box .woocommerce .woocommerce-order ul.order_details li{
  font-size: 14px;
  padding-left: 1rem;
}
#innerpage-box .woocommerce .woocommerce-order .woocommerce-order-details h2,
#innerpage-box .woocommerce .woocommerce-order .woocommerce-customer-details h2{
  padding: 0;
  font-size: 30px;
  font-weight: bold !important;
}


#innerpage-box .custom-single-product .smitbtn .single_add_to_cart_button {
  border: 2px solid #101828;
  background-color: transparent;
  color: #101828 !important;
  padding: 10px 20px;
  border-radius: 0px;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: none;
}
#innerpage-box .custom-single-product .smitbtn .single_add_to_cart_button:hover {
  background-color: #101828;
  color: #fff !important;
}
#innerpage-box #woocommerce_price_filter-2 button.button {
  border: 2px solid #101828 !important;
  background-color: transparent;
  color: #101828 !important;
  padding: 10px 20px;
  border-radius: 0px;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: none;
}
#innerpage-box #woocommerce_price_filter-2 button.button:hover {
  background-color: #101828;
  color: #fff !important;
}