 /*----------------------------------------*/
/* Header
/*----------------------------------------*/
.ht-site-title a, .site-title a {color: #fff;}
header.site-header .maintop-header{
/*       background-image: linear-gradient(191deg, #FF5B4A -151%, transparent 142%);*/
    
}    
header.site-header {    
    z-index: 99;
    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: 8px 0 ;
    background: #1e1e1e;
    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 a ,.top-bar-header ul li.top-design .top-add{
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 400 !important;
    /* padding: 0 10px; */
    /* border-right: 2px solid #fff; */
    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 a svg {
    margin-right: 6px;
}


.top-bar-header ul li.top-design a:hover{
    color: #ff5a1f;
}
.top-bar-header ul li.top-design a svg{
    color: #fff;
    width: 16px;
    height: 16px;
}
.top-bar-header ul li.top-design a:hover svg{
    color: #ff5a1f;
}

.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 i {
    font-size: 16px;
    color: #fff;
    margin-right: 20px;

}

.top-bar-header .socials .share-btn ul li:nth-child(4) a i {
    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 i:hover {
    color: #fff;
    transform: scale(1.2);
    transition: all 0.9s;
}

.top-bar-header .socials .share-btn ul li a i:before {
    z-index: 2;
    position: relative;
}


/*----------------end top header css-------------------*/

/*---------------- Bottom header css-------------------*/

.bottom-bar-header {
    position: relative;
}

/* .bottom-bar-header .buttondesign a.btn-look:hover {
    background-color: #002434 !important;
} */
.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;
/*    background: #1E2452;
    padding: 5px 10px 8px 90px;*/
}
/* .peccular-head-number a:hover{
    color: #FFC000;
    
} */
.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;
    /* border: 1px solid #22d3ee; */
}

.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:  #ff5a1f;
}

.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: #d4af37  ;
}

.header.site-header ul.sub-menu li:hover a  {
    background: none;
    color: #1b4332;
    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;
    } */
}


@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,
#facilities .facilities-bg,
#ourbrands .ourbrands-bg,
#contact .contact-bg,
header.site-header .header-bg,div#courses .course-bg,#featuredproducts .featuredproducts-bg,#appointment .appointment-bg,#dining .dining-bg,#banner1 .banner1-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, #0D1F2D, #1a2f42, #0D1F2D); */
}

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 .slider-box {
    padding: 11rem 2rem 7rem;
}


.hero-slider .peccular-about-imgbox img {
    width: 100%;
}

.hero-slider .peccular-about-imgbox {
    position: relative;
    overflow: hidden;
    top: 0px;
    padding: 18px 94px 0 0;
}
.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.slider-area img.slide-mainimg {
    width: 100%;
}




.slider-inner-mainbox {
    position: relative;
    margin-bottom: 32px;
}

.hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns {
    position: relative;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 7px 4px !important;
}



.hero-style .slide-title h2 {
    font-size: 72px;
    line-height: 1;
    color: #fff;
    padding: 0;
    /* font-weight: bold !important; */
    margin-bottom: 24px;
    letter-spacing: 1.2px;
    color: #FFFFFF;
    font-family: 'PT Sans';
    font-weight: 400;
    opacity: 1;
}
.hero-style .slide-title h2 span {
    background: linear-gradient(to right, #06b6d4, #51a2ff, #00ff7f);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.hero-style .slide-text p {
    line-height: 1.625;
    text-align: left;
    font-size: 20px;
    color: #cefafe;
    transition: all .4s ease;
    letter-spacing: 0.5px;
    font-family: 'Poppins';
    font-weight: 300;
    width: 75%;
}

#slider .slide-text .slider-text-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    filter: blur(100px) brightness(1) contrast(1) grayscale(0) hue-rotate(0deg) invert(0) saturate(1) sepia(0) drop-shadow(0 0 0 transparent);
    background: linear-gradient(270deg, #06b6d4,
 color-mix(in srgb, oklch(0.623 0.214 182.815), transparent), #2b7fff);
    --tw-gradient-via: 
 color-mix(in srgb, oklch(.623 .214 259.815) 20%, transparent);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-from: 
 color-mix(in srgb, oklch(.789 .154 211.53) 20%, transparent);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-gradient-to: oklab(87.493% -.205813 .113971 / .2);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    --tw-blur: blur(var(--blur-lg));
    }

#slider .hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background: #f8f4f1;
    color: white;
    align-content:space-around;
}

/*******************************
 * PATTERN LAYERS
 *******************************/
#slider .pattern-wrapper {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

#slider .pattern-vertical {
    position: absolute;
    inset: 0;
    opacity: 0.7;
    background-image: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 100px,
        rgb(253, 212, 0) 100px,
        rgb(253, 212, 0) 120px
    );
    transform: translateX(90px);
}

#slider .pattern-diagonal {
    position: absolute;
    inset: 0;
    opacity: 0.7;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 60px,
        rgb(253, 212, 0) 60px,
        rgb(253, 212, 0) 65px
    );
}

/*******************************
 * FLOATING DECORATIVE ICONS
 *******************************/
#slider .floating-icons .icon {
    position: absolute;
    opacity: 0.15;
}

#slider .icon-1 {
    top: 80px;
    right: 40px;
}

#slider .icon-2 {
    bottom: 140px;
    left: 40px;
    transform: rotate(3deg);
}

#slider .icon-3 {
    top: 120px;
    left: 80px;
    opacity: 0.10;
    transform: rotate(2deg);
}

#slider .icon-4 {
    top: 50%;
    right: 120px;
    transform: translateY(-50%);
    opacity: 0.10;
}

/*******************************
 * BACKGROUND IMAGE
 *******************************/
#slider .hero-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    clip-path: circle(55% at 73% 54%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

#slider .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#slider .bg-lumen-text {
    position: absolute;
    top: 7%;
    right: 10%;
    font-size: 120px;
    font-weight: 800;
    letter-spacing: 15px;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.3);
    pointer-events: none;
}

/* Music Player Widget */
#slider .music-player {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 15px 25px;
    width: 380px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: flex-end;
    margin-bottom: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    position: absolute;
    right: 7rem;
    bottom: 5rem;
    z-index: 2;
}

#slider .track-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

#slider .track-img {
    width: 45px !important;
    height: 45px !important;
    border-radius: 6px;
    object-fit: cover;
}

#slider .track-details {
    display: flex;
    flex-direction: column;
}

#slider .now-playing {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.6);
}

#slider .track-title {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

#slider .track-artist {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
}

/* Simple Equalizer/Waveform Simulation */
#slider .waveform {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 20px;
}

#slider .waveform span {
    width: 3px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    animation: bounce 0.8s infinite alternate;
}

/* Custom heights for waveform lines */
#slider .waveform span:nth-child(1) { height: 8px; animation-delay: 0.1s; }
#slider .waveform span:nth-child(2) { height: 14px; animation-delay: 0.3s; }
#slider .waveform span:nth-child(3) { height: 18px; animation-delay: 0.5s; }
#slider .waveform span:nth-child(4) { height: 12px; animation-delay: 0.2s; }
#slider .waveform span:nth-child(5) { height: 16px; animation-delay: 0.4s; }

@keyframes bounce {
    100% { height: 4px; }
}

#slider .player-control {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #0b0b0b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    transition: transform 0.2s;
}

#slider .player-control:hover {
    transform: scale(1.05);
}


/*******************************
 * CONTENT AREA
 *******************************/
#slider .hero-content {
    position: relative;
    height: 100%;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    z-index: 2;
}

#slider .content-box {
    max-width: 1000px;
}
#slider .hero-est{
  margin-bottom:16px;
}

#slider .hero-est span{
    color: #7626e6;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
}

#slider .content-box h1 {
    width: 85%;
    font-size: 92px;
    margin-bottom: 32px;
    color: #060605;
    font-weight: 600;
    line-height: 1.1;
}
#slider .content-box h1 span{
    color: #6e0ae7;
}

#slider .content-box p {
    font-size: 20px;
    color: #5d5c5b;
    opacity: 0.9;
    margin-bottom: 48px;
    max-width: 420px;
    line-height: 1.5;
}
@media only screen and (max-width:1023px) {
    #slider .content-box h1{
        font-size: 72px;
    }
}

/*******************************
 * BUTTONS
 *******************************/
#slider .buttons {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}

#slider .btn1 {
    padding: 16px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}
#slider .btn-primary1 {
    position: relative;
    background: transparent;
    color: #7736ca;
    border: 2px solid #7736ca;
    border-radius: 5px;
    z-index: 1;
}
#slider .btn-primary1 svg{
    rotate: 315deg;
}
#slider .btn-primary1::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #7736ca;
    transition: width 0.5s ease;
  z-index: -1;
}
#slider .btn-primary1:hover::after {
  width: 100%;
}
#slider .btn-primary1:hover {
  color: #fff;
}
/* #slider .btn-primary1:hover {
  background:#d4af37;
  opacity: 0.9;
} */

#slider .btn-accent1 {
    background: transparent;
    color: #060605;
    padding: 0 !important;
}

#slider .btn-accent1:hover {
    border-color:#c9a45c;
    color:#c9a45c;
}
#slider .video-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #7736ca;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.3s;
    padding: 0;
}
#slider .video-btn svg {
    width: 30px;
    height: 30px;
    fill: #121212;
    transition: fill 0.3s;
}
/* video  */
.modal-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.88);
      z-index: 9999;
      align-items: center;
      justify-content: center;
    }
    .modal-overlay.active { display: flex; }

    .modal-box {
      position: relative;
      width: 80vw;
      max-width: 960px;
    }

    /* ── iframe embed (YouTube / Vimeo) ── */
    .modal-box .embed-wrap {
      position: relative;
      width: 100%;
      padding-top: 56.25%; /* 16:9 */
    }
    .modal-box .embed-wrap iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: none;
      border-radius: 4px;
    }

    /* ── native video (mp4 etc.) ── */
    .modal-box video {
      width: 100%;
      border-radius: 4px;
      display: block;
    }

    .modal-close {
      position: absolute;
      top: -44px;
      right: 0;
      background: none;
      border: none;
      color: #fff;
      font-size: 36px;
      cursor: pointer;
      line-height: 1;
      transition: color 0.2s;
    }
    .modal-close:hover { color: #00E234; }


/*******************************
 * 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 */
/* slider buttom */
/* Section Background and Border */








/* 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%;
}


/*//--------------------- 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 {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.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: block;
}

.hero-slider .swiper-button-prev {
    position: absolute;
    bottom: 5%;
    left: 47%;
    display: none;
}

.hero-slider .swiper-button-next {
   position: absolute;
    bottom: 5%;
    right: 47%;
    display: none;
}

.hero-slider:hover .swiper-button-prev, .hero-slider:hover .swiper-button-next {
    display: block;
}
.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 {
    /* padding: 0;
    margin: 0;
    text-align: center;
    overflow: hidden;
    background: #182333;     */
    /*  -webkit-animation: zoomin 7s ease-in infinite;
      animation: zoomin 7s ease-in infinite;
      transition: all .3s ease-in;*/
}

@-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;
}


/*----------------------------------------*/
/*  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
/*----------------------------------------*/
/* ── SECTION ── */
    #banner {
        position: relative;
        overflow: hidden;
    }
    #banner .banner-bg{
        background-position: center !important;
        background-size: cover !important;
    }
    
    /* ── HERO ── */
    #banner {
      position: relative;
      min-height: 85vh;
      display: flex;
      align-items: center;
    }

    #banner .hero__bg {
      position: absolute;
      inset: 0;
    }

    #banner .hero__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    #banner .hero__overlay-r {
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(27,67,50,.95), rgba(27,67,50,.70), rgba(27,67,50,.40));
    }

    #banner .hero__overlay-b {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(27,67,50,.80), transparent, transparent);
    }

    /* decorative shapes */
    #banner .deco-tri-r {
      position: absolute;
      top: 0; right: 0;
      width: 50%; height: 100%;
      opacity: .10;
      background: linear-gradient(135deg, transparent 30%, #D4AF37 100%);
      clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
      pointer-events: none;
    }

    #banner .deco-glow-bl {
      position: absolute;
      bottom: 0; left: 0;
      width: 33%; height: 33%;
      opacity: .05;
      background: radial-gradient(circle at left bottom, #D4AF37 0%, transparent 70%);
      pointer-events: none;
    }

    #banner .deco-diamond {
      position: absolute;
      top: 5rem; right: 15%;
      width: 5rem; height: 5rem;
      border: 2px solid rgba(212,175,55,.30);
      clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
      pointer-events: none;
    }

    #banner .deco-line {
      position: absolute;
      bottom: 8rem; right: 10%;
      width: 10rem; height: 2px;
      background: rgba(212,175,55,.40);
      pointer-events: none;
    }

    /* ── CONTENT GRID ── */
    #banner .hero__inner {
      position: relative;
      z-index: 10;
      max-width: 1600px;
      margin: 0 auto;
      
      width: 100%;
    }

    #banner .hero__grid {
      align-items: center;
      padding: 0rem 1.5rem;
    }

    
    /* ── LEFT COPY ── */

    #banner .event-content {
    /* max-width: 42rem; */
    color: #FAFAF8;
}
 @media (min-width: 1600px) {
  #banner .event-content .title ,#banner .event-content .description{
    max-width: 42rem;
  }
 }

/* Lines */
.line-group {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

#banner .event-content .line {
    height: 2px;
    background-color: #D4AF37;
}

#banner .event-content .line-1 {
    width: 64px;
}

#banner .event-content .line-2 {
    width: 32px;
    opacity: 0.6;
}

#banner .event-content .line-3 {
    width: 16px;
    opacity: 0.3;
}

/* Subtitle */
#banner .event-content .subtitle {
    display: block;
    color: #D4AF37;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 12px;
    margin-bottom: 24px;
}

/* Title */
#banner .event-content .title {
    font-size: 48px;
    line-height: 1.05;
    margin-bottom: 32px;
    color: #fafaf8;
}

#banner .event-content .title span {
    font-style: italic;
    color: #D4AF37;
    line-height: 1.05;
}

/* Description */
#banner .event-content .description {
    color: #e8e6e0;
    opacity: 0.9;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
}

#banner .event-content .description p {
    margin-bottom: 20px;
}

/* Button */
#banner .event-content .custom-btn {
    display: inline-block; /* important for <a> */
    position: relative;
    padding: 16px 48px;
    background-color: #D4AF37;
    color: #1B4332;
    text-decoration: none; /* remove underline */
    font-size: 14px;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Hover background */
#banner .event-content .custom-btn:hover {
    background-color: #E8BF4A;
}

/* Text layer */
#banner .event-content .custom-btn span {
    position: relative;
    z-index: 2;
}

/* Shine effect */
#banner .event-content .btn-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transform: skewX(-12deg) translateX(-100%);
    transition: transform 0.7s ease;
}

/* Hover animation */
#banner .event-content .custom-btn:hover .btn-shine {
    transform: skewX(-12deg) translateX(100%);
}

/* Responsive */
@media (min-width: 768px) {
    #banner .event-content .subtitle {
        font-size: 14px;
    }

    #banner .event-content .title {
        font-size: 64px;
    }

    #banner .event-content .description {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    #banner .event-content .title {
        font-size: 96px;
    }
}
    /* ── PROMO CARD ── */

    /* Wrapper */
#banner .offer-wrapper {
    position: relative;
}

/* Main Box */
#banner .offer-box {
    position: relative;
    padding: 48px;
    background: linear-gradient(to bottom right, #D4AF37, #C9A556, #D4AF37);
}

/* Responsive padding */
@media (min-width: 768px) {#banner 
    .offer-box {
        padding: 64px;
    }
}

/* Corner Borders */
#banner .corner {
    position: absolute;
    width: 80px;
    height: 80px;
    border-color: #1b4332;
    opacity: 0.3;
}

#banner .top-left {
    top: 0;
    left: 0;
    border-top: 4px solid;
    border-left: 4px solid;
}

#banner .bottom-right {
    bottom: 0;
    right: 0;
    border-bottom: 4px solid;
    border-right: 4px solid;
}

/* Pattern overlay */
#banner .pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(27, 67, 50, 0.1) 20px,
        rgba(27, 67, 50, 0.1) 40px
    );
}

/* Content */
#banner .offer-content {
    position: relative;
    z-index: 10;
    text-align: center;
}

/* Badge */
#banner .badge {
    display: inline-block;
    background: #1B4332;
    color: #D4AF37;
    padding: 8px 24px;
    margin-bottom: 24px;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    line-height: 1.5;
    white-space: normal;
    border-radius: 0;
}

/* Discount */
#banner .discount {
    margin-bottom: 24px;
}

#banner .percent {
    font-size: 80px;
    color: #1B4332;
    line-height: 1;
}

#banner .percent span {
    font-size: 48px;
    vertical-align: top;
}

#banner .off-text {
    font-size: 24px;
    color: #1b4332;
    opacity: 0.8;
    margin-top: 8px;
}

/* Divider */
#banner .divider {
    width: 96px;
    height: 2px;
    background: #1b4332;
    opacity: 0.4;
    margin: 0 auto 24px;
}

/* Text */
#banner .text-block .title {
    color: #1B4332;
    font-size: 18px;
    line-height:1.4;
    margin-bottom: 8px;
}

#banner .subtitle {
    color: #1b4332;
    opacity: 0.7;
    font-size: 14px;
    letter-spacing: 0.05em;
}

/* Button */
#banner .offer-btn {
    display: inline-block; /* important for <a> */
    margin-top: 32px;
    padding: 12px 40px;
    background-color: #1B4332;
    color: #D4AF37;
    text-decoration: none;
    font-size: 14px;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: all 0.3s ease;
}

/* Hover */
#banner .offer-btn:hover {
    background-color: #2D5F4A;
    color: #D4AF37;
}

/* Optional slight scale effect (since original had transform) */
#banner .offer-btn:hover {
    transform: scale(1.05);
}

/* Decorative diamond shapes */
#banner .shape {
    position: absolute;
    background: rgba(27, 67, 50, 0.2);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

#banner .bottom-left {
    width: 64px;
    height: 64px;
    bottom: -16px;
    left: -16px;
}

#banner .top-right {
    width: 48px;
    height: 48px;
    top: -16px;
    right: -16px;
}

/* Shadow Layer */
#banner .shadow-box {
    position: absolute;
    inset: 0;
    background: rgba(27, 67, 50, 0.3);
    transform: translate(16px, 16px);
    z-index: -1;
    margin-right:1rem;
}

/* Responsive typography */
@media (min-width: 768px) {
    #banner .percent {
        font-size: 128px;
    }

    #banner .percent span {
        font-size: 64px;
    }

    #banner .off-text {
        font-size: 30px;
    }

    #banner .text-block .title {
        font-size: 20px;
    }

}
   

    /* ── BOTTOM WAVE ── */
    #banner .section-wave {
      position: absolute;
      bottom: -1px; left: 0;
      width: 100%; height: 8rem;
      overflow: hidden;
      pointer-events: none;
    }

    #banner .section-wave::after {
      content: '';
      position: absolute;
      inset: 0;
      background: #FAFAF8;
      clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
    }



/*----------------------------------------*/
/* Banner 2
/*----------------------------------------*/



/* HERO SECTION */
#banner1 {
    position: relative;
    overflow: hidden;
    height:100vh;
}

/* BACKGROUND */
.banner1-bg {
    position: absolute;
    inset: 0;
}

.banner1-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#banner1 .banner1-bg {
    background-position: center !important;
    background-size: cover !important;
}

/* OVERLAY */
#banner1 .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(27, 67, 50, 0.8),
        rgba(27, 67, 50, 0.7),
        rgba(27, 67, 50, 0.9)
    );
}

/* SHAPES */
#banner1 .shape-layer {
    position: absolute;
    inset: 0;
}

#banner1 .shape-left {
    position: absolute;
    top: 33%;
    left: 0;
    width: 50%;
    height: 33%;
    background: linear-gradient(to right, rgba(212, 175, 55, 0.1), transparent);
    transform: skewY(-6deg);
}

#banner1 .shape-right {
    position: absolute;
    bottom: 33%;
    right: 0;
    width: 50%;
    height: 33%;
    background: linear-gradient(to left, rgba(212, 175, 55, 0.1), transparent);
    transform: skewY(6deg);
}

/* CONTENT */
#banner1 .hero-content {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}



/* TITLE */
#banner1 h2 {
    font-size: 96px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #fafaf8;
}

#banner1 h2 span {
    font-style: italic;
    color: #fafaf8;
}

/* TEXT */
#banner1 p {
    font-size: 22px;
    opacity: 0.9;
    line-height: 1.6;
    max-width: 768px;
    margin: auto;
    margin-bottom: 56px;
    color: #fafaf8;
}

/* BUTTON */
#banner1 .btn1 {
    display: inline-block;
    padding: 18px 40px;
    background: #D4AF37;
    color: #1B4332;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s ease;
}

#banner1 .btn1:hover {
    background: #c9a633;
    transform: scale(1.05);
}

/* DIVIDER */
#banner1 .divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}

#banner1 .divider span {
    width: 120px;
    height: 1px;
    background: #D4AF37;
}

#banner1 .diamond {
    width: 10px;
    height: 10px;
    background: #D4AF37;
    transform: rotate(45deg);
}

/* RESPONSIVE */
@media (max-width: 1023px) {
    #banner1 h2 {
        font-size: 72px;
    }
}
@media (max-width: 768px) {
    #banner1 h2 {
        font-size: 48px;
    }

    #banner1 p {
        font-size: 18px;
    }
}


/*----------------------------------------*/
/*  Feature Area
/*----------------------------------------*/
#feature {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top left, #ead7f8 0%, #f5e9f3 45%, #f5f3f7 100%);
}
#feature .row-feature{
    position: relative;
}

#feature .resort-subtitle span {
    color: #8b5cf6;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    gap: 12px;
}
#feature .resort-subtitle span::before {
    content: "✦";
    font-size: 18px;
}

#feature .resort-heading h2 {
    font-size: 65px;
    line-height: 1.2;
    font-weight: 500;
    color: #111;
    margin-bottom: 28px;
    max-width: 92%;
    word-spacing: 10px;
}
#feature .resort-heading h2 span{
    color: #8b5cf6;
}
#feature .resort-heading p {
    font-size: 21px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 45px;
    max-width: 420px;
    font-weight: 500;
}

#feature .card1 {
    background: rgba(255, 255, 255, .55);
    border: 1px solid rgba(255, 255, 255, .7);
    backdrop-filter: blur(12px);
    border-radius: 24px;
    padding: 28px;
    transition: .4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
    display: flex;
    gap: 20px;
    margin-bottom: 2rem;
    align-items: center;
}
#feature .card1 .image-wrapper{
    font-size: 40px;
    color: #8b5cf6;
}
#feature .card1 .content .title {
    color: #111;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}
#feature .desc {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}
#feature .feature-btn{
    position: relative;
    background: transparent;
    color: #7736ca;
    border: 2px solid #7736ca;
    border-radius: 5px;
    padding: 16px 24px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 20px;
    width: max-content;
    z-index: 2;
    font-size: 20px;
    font-weight: 600;
    margin-top: 1rem;
}
#feature .feature-btn:hover {
    color: #fff;
    border-color: #7736ca;
}
#feature .feature-btn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #7736ca;
    transition: width 0.5s ease;
    z-index: -1;
}
#feature .feature-btn:hover::after {
    width: 100%;
}

#feature .feature-image img{
    width: 100%;
}
#feature .feature-image img{
    width: 100%;
    display: block;
    object-fit: cover;
    -webkit-mask-image: url(images/Mask1.png);
    mask-image: url(images/Mask1.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
}

/* ROTATE CIRCLE */

#feature .dots{
    position:absolute;
    right:20px;
    top:20px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}

#feature .dots span{
    width:5px;
    height:5px;
    background:#c084fc;
    border-radius:50%;
    animation:dotsWave 1.5s infinite ease-in-out;
}

/* Delay */

#feature .dots span:nth-child(1){animation-delay:0s;}
#feature .dots span:nth-child(2){animation-delay:.1s;}
#feature .dots span:nth-child(3){animation-delay:.2s;}
#feature .dots span:nth-child(4){animation-delay:.3s;}
#feature .dots span:nth-child(5){animation-delay:.4s;}
#feature .dots span:nth-child(6){animation-delay:.5s;}
#feature .dots span:nth-child(7){animation-delay:.6s;}
#feature .dots span:nth-child(8){animation-delay:.7s;}
#feature .dots span:nth-child(9){animation-delay:.8s;}
#feature .dots span:nth-child(10){animation-delay:.9s;}
#feature .dots span:nth-child(11){animation-delay:1s;}
#feature .dots span:nth-child(12){animation-delay:1.1s;}
#feature .dots span:nth-child(13){animation-delay:1.2s;}
#feature .dots span:nth-child(14){animation-delay:1.3s;}
#feature .dots span:nth-child(15){animation-delay:1.4s;}
#feature .dots span:nth-child(16){animation-delay:1.5s;}
#feature .dots span:nth-child(17){animation-delay:1.6s;}
#feature .dots span:nth-child(18){animation-delay:1.7s;}
#feature .dots span:nth-child(19){animation-delay:1.8s;}
#feature .dots span:nth-child(20){animation-delay:1.9s;}
#feature .dots span:nth-child(21){animation-delay:2s;}
#feature .dots span:nth-child(22){animation-delay:2.1s;}
#feature .dots span:nth-child(23){animation-delay:2.2s;}
#feature .dots span:nth-child(24){animation-delay:2.3s;}
#feature .dots span:nth-child(25){animation-delay:2.4s;}
#feature .dots span:nth-child(26){animation-delay:2.5s;}
#feature .dots span:nth-child(27){animation-delay:2.6s;}
#feature .dots span:nth-child(28){animation-delay:2.7s;}
#feature .dots span:nth-child(29){animation-delay:2.8s;}
#feature .dots span:nth-child(30){animation-delay:2.9s;}
#feature .dots span:nth-child(31){animation-delay:3s;}
#feature .dots span:nth-child(32){animation-delay:3.1s;}

/* Animation */

@keyframes dotsWave{

    0%,100%{
        transform:scale(1);
        opacity:.3;
    }

    50%{
        transform:scale(1.5 );
        opacity:1;
        box-shadow:0 0 12px #c084fc;
    }

}
#feature .web-bg{
    position:absolute;
    bottom:-9rem;
    left:-9rem;
    rotate:219deg;
    width:400px;
    height:420px;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320' preserveAspectRatio='none'%3E%3Cpath fill='none' stroke='%23e0d2f2' stroke-width='1.5' d='M0,280 C240,240 480,220 720,250 C960,280 1200,290 1440,260 M0,250 C240,210 480,190 720,220 C960,250 1200,260 1440,230 M0,220 C240,180 480,160 720,190 C960,220 1200,230 1440,200 M0,190 C240,150 480,130 720,160 C960,190 1200,200 1440,170 M0,160 C240,120 480,100 720,130 C960,160 1200,170 1440,140'/%3E%3C/svg%3E");

    background-position:bottom left;
    background-repeat:no-repeat;
    background-size:cover;

    display:flex;
    justify-content:center;
    align-items:center;
}
#feature .feature-right{
    position: relative;
}
#feature .feature-right::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: 0;
    top: -96px;
    border-radius: 50%;
    background: radial-gradient(circle, #f0d3f0 0%, transparent 75%);
    opacity: 1;
}
#feature .rotate-circle{
    position: absolute;
    width: 190px;
    height: 190px;
    left: 50px;
    top: 380px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c77dff, #7b2cbf);
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 25px 60px rgba(123, 44, 191, .35); */
    z-index: 5;
    border: 10px solid #f5e9f3;
}

/* SVG */

#feature .rotating-text{
    position:absolute;
    width:100%;
    height:100%;
    animation:rotateText 12s linear infinite;
}

/* TEXT */

#feature .rotating-text text{
    fill:#fff;
    font-size:11px;
    font-weight:700;
    letter-spacing:4px;
    text-transform:uppercase;
}

/* CENTER STAR */

#feature .star{
    color:#fff;
    font-size:55px;
    position:relative;
    z-index:2;
}

/* ANIMATION */

@keyframes rotateText{

    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }

}
/* #feature .peccular-feature-b{
    margin-bottom: 3rem;
}

#feature .resort-heading {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
    position: relative;
}


#feature .resort-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

#feature .resort-subtitle span {
    font-size: 12px;
    letter-spacing: 4px;
    color: #2D5F4A;
    text-transform: uppercase;
}


#feature .resort-subtitle .line {
    width: 60px;
    height: 1px;
}

#feature .resort-subtitle .left {
    background: linear-gradient(to right, transparent, #D4AF37);
}

#feature .resort-subtitle .right {
    background: linear-gradient(to left, transparent, #D4AF37);
}


#feature .resort-heading h2 {
    font-size: 48px;
    color: #1B4332;
    line-height: 1.1;
    margin-bottom: 20px;
}

#feature .resort-heading h2 span {
    font-style: italic;
    color: #2D5F4A;
}


#feature .resort-heading p {
    font-size: 18px;
    color: #4A5568;
    line-height: 1.7;
}


@media (min-width: 768px) {
    #feature .resort-heading h2 {
        font-size: 60px;
    }
}

@media (min-width: 1024px) {
    #feature .resort-heading h2 {
        font-size: 72px;
    }
}

#feature .peccular-feature-area{
	margin-bottom:80px;
}

#feature .card1 {
  transition: all 0.3s ease;
}
#feature .image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

#feature .image-box {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  transition: all 0.7s ease;
}

#feature .card1:hover .image-box {
  transform: scale(1.02);
}

#feature .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

#feature .card1:hover .card-img {
  transform: scale(1.05);
}


#feature .peccular-feature-b:nth-child(odd) .shape-right {
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}


#feature .peccular-feature-b:nth-child(even) .shape-right {
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}
#feature .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(27,67,50,0.3), transparent);
  opacity: 0.6;
  transition: opacity 0.7s ease;
}

#feature .card1:hover .image-overlay {
  opacity: 0.8;
}


#feature .content{
	position: relative;
}
#feature .corner-shape {
  position: absolute;
  width: 64px;
  height: 64px;
  transition: all 0.5s ease;
}


#feature .corner-shape.right {
  bottom: 0;
  right: 0;
  background: rgba(212,175,55,0.3);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}


#feature .peccular-feature-b:nth-child(even) .corner-shape.right {
  left: 0;
  right: auto;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

#feature .card1:hover .corner-shape {
  background: rgba(212,175,55,0.5);
}
#feature .top-line {
  position: absolute;
  top: 48px;
  width: 64px;
  height: 2px;
  background: #D4AF37;
  transition: all 0.5s ease;
}


#feature .top-line.right {
  right: -16px;
}


#feature .peccular-feature-b:nth-child(even) .top-line.right {
  left: -16px;
  right: auto;
}

#feature .card1:hover .top-line {
  width: 80px;
}
#feature .title {
  font-size: 28px;
  color: #1B4332;
  margin-bottom: 12px;
  line-height: 1.25;
}

@media (min-width: 768px) {
  #feature .title {
    font-size: 30px;
  }
}

#feature .desc {
  font-size: 14px;
  color: #4A5568;
  margin-bottom: 24px;
  line-height: 1.6;
}

#feature .divider {
  height: 1px;
  width: 48px;
  background: linear-gradient(to right, #D4AF37, transparent);
  margin-bottom: 24px;
}
#feature .features {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#feature li {
  display: flex;
  align-items: anchor-center;
  gap: 8px;
  font-size: 12px;
  color: #2D5F4A;
  letter-spacing: 0.3px;
  line-height: 1.3;
}

#feature li::before {
  content:'';
  width: 6px;
  height: 6px;
  background: #D4AF37;
  transform: rotate(45deg);
}


	#feature .amenities-section {
    position: relative;
    background: linear-gradient(135deg, #1B4332, #2D5F4A);
    padding: 60px 40px;
    overflow: hidden;
}

#feature .overlay-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 33.33%;
    height: 100%;
    opacity: 0.1;
    background: linear-gradient(135deg, transparent 30%, #D4AF37 100%);
}

#feature .content {
    position: relative;
    z-index: 2;
}

#feature .title1 {
    font-size: 30px;
    text-align: center;
    color: #FAFAF8;
    margin-bottom: 48px;
    line-height: 1.1;
}

#feature .title1 span {
    font-style: italic;
    color: #D4AF37;
}

#feature .amenities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

#feature .amenity-box {
    text-align: center;
}

#feature .number {
    font-size: 48px;
    color: #D4AF37;
    transition: transform 0.3s ease;
}

#feature .line2 {
    width: 64px;
    height: 2px;
    background: #D4AF37;
    opacity: 0.4;
    margin: 15px auto;
    transition: all 0.3s ease;
}

#feature .amenity-box p {
    font-size: 14px;
    color: #e8e6e0;
    opacity: 0.9;
    line-height: 1.6;
    padding: 0 10px;
}


#feature .amenity-box:hover .number {
    transform: scale(1.1);
}

#feature .amenity-box:hover .line2 {
    width: 96px;
    background: #D4AF37;
    opacity: 1;
}


@media (min-width: 768px) {
    #feature .amenities-section {
        padding: 80px 60px;
    }

    #feature .title1 {
        font-size: 36px;
    }

    #feature .number {
        font-size: 60px;
    }

    #feature .amenity-box p {
        font-size: 16px;
    }

    #feature .amenities-grid {
        gap: 50px;
    }
}

@media (min-width: 1024px) {
    #feature .amenities-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    #feature .number {
        font-size: 72px;
    }
} */

/*----------------------------------------*/
/*  Team Area
/*----------------------------------------*/
/* team new */

#team{
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #F5F3EE, #E8E6E0, #F5F3EE );
}
    /* ── Header ── */
  #team .team-section {
  text-align: center;
  max-width: 80rem; /* max-w-5xl */
  margin: 0 auto;
  margin-bottom: 5rem; /* mb-20 */
  position: relative;
}

/* Top Row */


/* Lines */
/* Container */
#team .section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem; /* gap-6 */
  margin-bottom: 2rem; /* mb-8 */
}

/* Lines */
#team .line {
  width: 6rem; /* w-24 */
  height: 2px;
}

#team .line.left {
  background: linear-gradient(to right, transparent, #D4AF37, #D4AF37);
}

#team .line.right {
  background: linear-gradient(to left, transparent, #D4AF37, #D4AF37);
}

/* Label */
#team .label-wrapper {
  position: relative;
}

/* Glow effect */
#team .label-glow {
  position: absolute;
  inset: -1rem;
  background: rgba(212, 175, 55, 0.1);
  filter: blur(20px);
}

/* Text */
#team .label-text {
  position: relative;
  font-size: 0.75rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #D4AF37;
  font-family: sans-serif;
}

/* Responsive */
@media (min-width: 768px) {
  #team .label-text {
    font-size: 0.875rem;
  }
}

/* Title */
#team .team-title {
  font-size: 3rem;
  color: #1B4332;
  line-height: 1.1;
  margin-bottom: 2rem;
}

#team .team-title span {
  font-style: italic;
  color: #D4AF37;
}

/* Description */
#team .team-desc {
  font-size: 1.125rem;
  color: #1B4332;
  opacity: 0.8;
  line-height: 1.7;
  max-width: 48rem;
  margin: 0 auto;
}

/* Responsive */
@media (min-width: 768px) {
  #team .label-text {
    font-size: 0.875rem;
  }

  #team .team-title {
    font-size: 4.5rem;
  }

  #team .team-desc {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  #team .team-title {
    font-size: 5rem;
  }
}



/* ================================ */



/* Card */
#team .team-card {
  position: relative;
}

/* Image wrapper */
#team .card-image-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

/* Image box */
#team .card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  transition: 0.7s ease;
}

#team .team-card:hover .card-image {
  transform: scale(1.02);
}

#team .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Clip shapes */
#team .peccular-team-single:nth-child(odd) .shape-left {
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}

#team .peccular-team-single:nth-child(even) .shape-left {
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

/* Overlay */
#team .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27,67,50,0.7), transparent, transparent);
  opacity: 0;
  transition: 0.7s;
}

#team .team-card:hover .overlay {
  opacity: 1;
}

/* Decorative border */
#team .shape-border {
  position: absolute;
  width: 6rem;
  height: 6rem;
  border: 3px solid #D4AF37;
  z-index: -1;
  transition: 0.7s;
}

#team .peccular-team-single:nth-child(odd) .shape-border.left {
  left: -1rem;
  top: 3rem;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

#team .peccular-team-single:nth-child(even) .shape-border.left {
  right: -1rem;
  top: 3rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

#team .team-card:hover .shape-border {
  transform: scale(1.1);
}

/* Small line */
#team .line1 {
  position: absolute;
  height: 2px;
  width: 4rem;
  background: #D4AF37;
  bottom: 4rem;
  transition: 0.7s;
}

#team .peccular-team-single:nth-child(odd) .line1.right {
  right: -1rem;
}

#team .peccular-team-single:nth-child(even) .line1.right {
  left: -1rem;
}

#team .team-card:hover .line1 {
  width: 5rem;
}

/* Badge */
#team .badge {
  position: absolute;
  top: 1.5rem;
  width: 3rem;
  height: 3rem;
  background: #D4AF37;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
  border-radius: 0px;
}

#team .peccular-team-single:nth-child(even) .badge.right {
  left: 2rem;
}

#team .peccular-team-single:nth-child(odd) .badge.right {
  right: 1.5rem;
}

#team .team-card:hover .badge {
  transform: scale(1.1);
}

#team .badge span {
  color: #1B4332;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}

/* Content */
#team .card-content .tag {
  display: inline-block;
  padding: 6px 16px;
  background: #d4af371a;
  color: #D4AF37;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

#team .card-content h3 {
  font-size: 1.5rem;
  color: #1B4332;
  margin-bottom: 0.5rem;
  line-height:1.25;
}

#team .card-content .role {
  color: #D4AF37;
    font-style: italic;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.5;
}

#team .divider {
  height: 2px;
  width: 4rem;
  background: linear-gradient(to right, #D4AF37, transparent);
  margin-bottom: 1rem;
}

#team .card-content .desc {
  font-size: 0.875rem;
    color: #1b4332;
    opacity: 0.7;
    line-height: 1.6;
}

/* Responsive text */
@media (min-width: 768px) {
  #team .card-content h3 {
    font-size: 30px;
  }

}

/* =================================================== */

/* SECTION */
#team .cta-section {
  text-align: center;
  margin-top: 6rem;
}

/* LINE */
#team .cta-line {
  width: 100%;
  max-width: 28rem;
  height: 1px;
  margin: 0 auto 3rem;
  background: linear-gradient(to right, transparent, #D4AF37, transparent);
}

/* TEXT */
#team .cta-text {
  font-size: 1.125rem;
  color: #1b4332;
  opacity: 0.6;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}

/* BUTTON WRAPPER */
#team .cta-btn-wrapper {
  display: inline-block;
  position: relative;
}

/* GLOW EFFECT */
#team .cta-glow {
  position: absolute;
  inset: -8px;
  background: rgba(212, 175, 55, 0.2);
  filter: blur(20px);
  opacity: 0;
  transition: opacity 0.5s ease;
}

#team .cta-btn-wrapper:hover .cta-glow {
  opacity: 1;
}

/* BUTTON */
#team .cta-btn {
  position: relative;
  display: inline-block;
  padding: 18px 48px;
  border: 2px solid #D4AF37;
  color: #D4AF37;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* TEXT ABOVE BG */
#team .cta-btn span {
  position: relative;
  z-index: 2;
}

/* SLIDE BACKGROUND */
#team .cta-bg {
  position: absolute;
  inset: 0;
  background: #D4AF37;
  transform: translateY(100%);
  transition: transform 0.5s ease;
  z-index: 1;
}

/* HOVER EFFECT */
#team .cta-btn:hover {
  color: #1B4332;
}

#team .cta-btn:hover .cta-bg {
  transform: translateY(0);
}
#team .peccular-team-single{
    margin-bottom: 3rem;
}

/*----------------------------------------*/
/*  Team inner Page
/*----------------------------------------*/


#innerpage-box .peccular-team-area{
    display: grid;
    margin-bottom: 30px;
    padding: 0 2rem;
}
#innerpage-box .peccular-team-area .card1{
    display: flex;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

#innerpage-box .peccular-team-area .media{
    width: 280px;
    flex-shrink: 0;
}

#innerpage-box .peccular-team-area .media img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

#innerpage-box .peccular-team-area .caption{
    padding: 40px;
    flex: 1;
}

#innerpage-box .peccular-team-area .caption span{
    color: #8b5cf6;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#innerpage-box .peccular-team-area .caption h4{
    font-size: 38px;
    font-weight: 600 !important;
    color: #111;
    margin-bottom: 20px;
    position: relative;
}

#innerpage-box .peccular-team-area .caption h4::after{
    content: "";
    width: 45px;
    height: 3px;
    background: #8b5cf6;
    display: block;
    margin-top: 15px;
}

#innerpage-box .peccular-team-area .caption .des-team{
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}

#innerpage-box .peccular-team-area .icons{
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

#innerpage-box .peccular-team-area .icons a{
    width: 42px;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    text-decoration: none;
    transition: all .3s ease;
}

#innerpage-box .peccular-team-area .icons a:hover{
    background: #8b5cf6;
    border-color: #8b5cf6;
    color: #fff;
}

#innerpage-box .peccular-team-area .icons i{
    font-size: 16px;
}

@media (max-width: 991px){

    #innerpage-box .peccular-team-area .card1{
        flex-direction: column;
    }

    #innerpage-box .peccular-team-area .media{
        width: 100%;
    }

    #innerpage-box .peccular-team-area .media img{
        height: 350px;
    }

    #innerpage-box .peccular-team-area .caption{
        padding: 25px;
    }

    #innerpage-box .peccular-team-area .caption h4{
        font-size: 28px;
    }
}
/* #innerpage-box .peccular-team-area .card1 .media {
    position: relative;
    overflow: hidden;
}
#innerpage-box .peccular-team-area .card1 .media img{
    height: 520px;
    width: 100%;
    object-fit: cover;
}
#innerpage-box .peccular-team-area .card1 .media .social-icon{
    position: absolute;
    bottom: 3rem;
    display: flex;
    gap: 0.4rem;
    left: -7px;
}
#innerpage-box .peccular-team-area .card1 .media .social-icon .icons{
    display: flex;
    gap: 1.6rem;
    background: #d4af37 ;
    padding: 10px 50px 10px 20px;
}
#innerpage-box .peccular-team-area .card1 .media .social-icon .icons a{
    line-height: 1;
}
#innerpage-box .peccular-team-area .card1 .media .social-icon .icons a i{
    color: #fff;
    font-size: 20px;
}
#innerpage-box .peccular-team-area .card1 .media .social-icon .icons a:hover i{
    color: #1B4332;
}
#innerpage-box .peccular-team-area .card1 .media .social-icon .line1,#innerpage-box .peccular-team-area .card1 .media .social-icon .line2{
    width: 2px;
    height: auto;
    background: #d4af37 ;
}
#innerpage-box .peccular-team-area .card1 .tag{
    display: inline-block;
    padding: 6px 16px;
    background: rgba(216, 216, 216, 0.18);
    color: #1B4332;
    font-size: 12px;
    letter-spacing: 20%;
}
#innerpage-box .peccular-team-area .card1 .caption{
    padding: 10px 20px;
}
#innerpage-box .peccular-team-area .card1 .caption h4{
    margin: 0;
    font-size: 28px;
    line-height: 1.5;
    color: #000;
}
#innerpage-box .peccular-team-area .card1 .caption p{
    font-size: 16px;
    color: #D4AF37;
    font-weight: 300;
}
@media (max-width:1200px) {
    #innerpage-box .peccular-team-area{
        padding: 0 1rem;
    }    
}
@media (max-width: 992px) {
    #innerpage-box .peccular-team-area .card1 .caption p {
        font-size: 14px;
    }
}
@media (max-width: 375px) {
    #innerpage-box .peccular-team-area .card1 .media img {
    height: 450px;
    }
} */

/*----------------------------------------*/
/*  Team Single Page 
/*----------------------------------------*/
div#secondary {
    position: relative;
    overflow: hidden;
}
#innerpage-box #secondary  .social-icon {
    position: absolute;
    bottom: 3rem;
    display: flex;
    gap: 0.4rem;
}
#innerpage-box #secondary  .social-icon .icons {
    display: flex;
    gap: 1.6rem;
    background: #d4af37;
    padding: 10px 50px 10px 20px;
}
#innerpage-box #secondary  .social-icon .icons a i {
    color: #fff;
    font-size: 20px;
}
#innerpage-box #secondary  .social-icon .icons a:hover i{
    color: #000;
}
#innerpage-box #secondary  .social-icon .line1, #innerpage-box #secondary  .social-icon .line2 {
    width: 2px;
    height: auto;
    background: #d4af37;
}

#innerpage-box .single-team-page-add .team-skill-section {
    margin-top: 30px;
    padding: 20px 30px;
    background: #fff;
}
#innerpage-box .single-team-page-add .team-skill-section .team-skill-head {
    font-size: 25px !important;
    margin-bottom: 18px;
    font-weight: 700 !important;
    color: #252525;
    line-height: 1.5 !important;
}
#innerpage-box .single-team-page-add .team-skill-list .skill-item {
    margin-bottom: 18px;
}
#innerpage-box .single-team-page-add .team-skill-list .skill-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
#innerpage-box .single-team-page-add .team-skill-list .skill-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
#innerpage-box .single-team-page-add .team-skill-list .skill-percent {
    font-size: 14px;
    color: #5a5a5a;
}
#innerpage-box .single-team-page-add .team-skill-list .skill-bar {
    height: 10px;
    background: #e7e7e7;
    border-radius: 0px;
    overflow: hidden;
    margin: 0;
}
#innerpage-box .single-team-page-add .team-skill-list .skill-progress {
    height: 100%;
    background: #d4af37;
    border-radius: 0px;
}
#innerpage-box .single-team-page-add .single-content {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
}
#innerpage-box .single-team-page-add h2.section-title {
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #000;
}
#innerpage-box .single-team-page-add p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 4%;
    color: #000;
    opacity: 0.75;
}
#innerpage-box .single-team-page-add .wp-block-heading {
    font-size: 25px !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
    color: rgba(0, 0, 0, 1) !important;
}
#innerpage-box .single-team-page-add ul {
    box-shadow: none;
    margin: 0;
}
#innerpage-box .single-team-page-add ul li{
    display: flex;
    align-items: center;
    color: #000;
}
#innerpage-box .single-team-page-add ul li::before{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #000;
    display: block !important;
    border-radius: 50%;
}
@media (max-width:991px) {
    #secondary img.img-responsive-team{
        margin-bottom: 2rem;
    }
    #innerpage-box #secondary .social-icon {
        bottom: 5rem;
    }
}
@media (max-width:768px) {
    #secondary img.img-responsive-team{
        margin-bottom: 0rem;
    }
    #innerpage-box #secondary .social-icon {
        bottom: 2rem;
    }
}

/*----------------------------------------*/
/*  Testimonials home Area
/*----------------------------------------*/
/*----------------------------------------*/
/*  Testimonials Area
/*----------------------------------------*/
#testimonials{    
    position: relative;
    background: linear-gradient(135deg, #1B4332, #2D5F4A, #1B4332);
    overflow: hidden;
}
#testimonials .shape-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  height: 100%;
  opacity: 0.1;
  background: linear-gradient(135deg, #D4AF37, transparent);
}
#testimonials .peccular-test-1, #testimonials .peccular-test-2{
    position: relative;
    padding: 0;
}


#testimonials .testimonial-section {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  background: #2D5F4A;
  color: #FAFAF8;
  overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Shape */
#testimonials .testimonial-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 160px;
  opacity: 0.1;
  background: radial-gradient(circle, #D4AF37 0%, transparent 70%);
}

/* Header */
#testimonials .testimonial-header {
  margin-bottom: 48px;
}

#testimonials .testimonial-tag {
  font-size: 14px;
    letter-spacing: 0.3em;
    color: #D4AF37;
    text-transform: uppercase;
    line-height: 1.4;
}

#testimonials .testimonial-title {
  font-size: 30px;
    margin-top: 10px;
    line-height: 1.3;
    color: #fafaf8
}
@media (min-width:768px) {
    #testimonials .testimonial-title {
        font-size: 36px;
    }
}

#testimonials .testimonial-title span {
  color: #D4AF37;
  font-style: italic;
}

/* Content */
#testimonials .testimonial-content {
  position: relative;
  padding: 25px 15px 0;
}

/* Quote */
#testimonials .quote-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.2;
  color: #D4AF37;
}

/* Text */
#testimonials .testimonial-text {
  font-size: 20px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 32px;
    color: #fafaf8;
}
@media (min-width:768px) {
    #testimonials .testimonial-text {
        font-size: 24px;
    }
}

/* Author */
/* #testimonials .testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
} */

#testimonials .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(212, 175, 55, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #D4AF37;
}

#testimonials img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

#testimonials .author-name {
    font-size: 18px;
    margin: 0;
    color: #fafaf8;
    line-height: 1.5;
}

#testimonials .author-role {
  font-size: 12px;
    color: #E8E6E0;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1.3;
}

/* Dots */
#testimonials .testimonial-dots {
  display: flex;
  gap: 8px;
}

#testimonials .dot {
  width: 6px;
  height: 6px;
  background: rgba(250,250,248,0.2);
  transition: 0.3s;
}

#testimonials .dot.active {
  width: 40px;
  background: #D4AF37;
}

#testimonials .dot:hover {
  background: rgba(250,250,248,0.4);
}

/* Responsive */
@media (max-width: 768px) {
  #testimonials .testimonial-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  #testimonials .testimonial-title {
    font-size: 26px;
  }

  #testimonials .testimonial-text {
    font-size: 18px;
  }
}

#testimonials .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    background: #fafaf833;
}
#testimonials .owl-theme .owl-dots .owl-dot.active span{
    width: 48px;
    height: 8px;
    background: #d4af37;
}
#testimonials .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}

/* ========================================================================================================================= */
/* Form Box */
#testimonials .form-box {
    padding-left: 40px;
    padding-right: 40px;
    background: linear-gradient(135deg, #1B4332, #2D5F4A);
}
#testimonials .form-header {
    margin-bottom: 40px;
}
@media (max-width: 768px) {
  #testimonials .form-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Header */
#testimonials .form-header p {
  font-size: 14px;
    letter-spacing: 0.3em;
    color: #D4AF37;
    text-transform: uppercase;
    line-height: 1.4;
}

#testimonials .form-header h2 {
  font-size: 30px;
  color: #FAFAF8;
  margin-top: 8px;
  line-height: 1.2;
}
@media (min-width:768px) {
    #testimonials .form-header h2 {
        font-size: 36px;
    }
}

#testimonials .form-header h2 span {
  font-style: italic;
  color: #D4AF37;
}

/* Form */
/* Inputs */
#testimonials .cf7-bootstrap-form .form-control,
#testimonials .cf7-bootstrap-form .form-select {
  background: rgba(250,250,248,0.1);
  border: 1px solid rgba(212,175,55,0.3);
  color: #FAFAF8;
  padding: 14px 18px;
}

#testimonials .cf7-bootstrap-form .form-control::placeholder {
  color: rgba(232,230,224,0.5);
}

/* Focus */
#testimonials .cf7-bootstrap-form .form-control:focus,
#testimonials .cf7-bootstrap-form .form-select:focus {
  border-color: #D4AF37;
  box-shadow: none;
}

/* Button */
#testimonials .btn-custom {
  background: #D4AF37;
  color: #1B4332;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px;
  border: none;
  transition: 0.3s;
}

#testimonials .btn-custom:hover {
  background: #E8BF4A;
}

/* Footer */
#testimonials .cf7-footer {
  display: flex;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #d4af3733;
    align-items: center;
}

#testimonials .cf7-footer a {
  font-size: 12px;
  color: rgba(232,230,224,0.7);
  text-decoration: none;
  transition: 0.3s;
}

#testimonials .cf7-footer a:hover {
  color: #D4AF37;
}

/* Fix CF7 default spacing */
#testimonials .wpcf7 form p {
  margin: 0;
}

/* Responsive */
@media (max-width: 576px) {
  #testimonials .cf7-footer {
    flex-direction: column;
    gap: 10px;
  }
}

#testimonials input[type="text"]::placeholder, 
#testimonials input[type="email"]::placeholder, 
#testimonials input[type="url"]::placeholder, 
#testimonials input[type="password"]::placeholder, 
#testimonials input[type="search"]::placeholder, 
#testimonials input[type="number"]::placeholder, 
#testimonials input[type="tel"]::placeholder, 
#testimonials input[type="range"]::placeholder, 
#testimonials input[type="date"]::placeholder, 
#testimonials input[type="month"]::placeholder, 
#testimonials input[type="week"]::placeholder, 
#testimonials input[type="time"]::placeholder, 
#testimonials input[type="datetime"]::placeholder, 
#testimonials input[type="datetime-local"]::placeholder, 
#testimonials input[type="color"]::placeholder, 
#testimonials textarea::placeholder,
#testimonials select::placeholder {
    color: #fafaf8;
}
#testimonials input[type="text"]:focus, 
#testimonials input[type="email"]:focus, 
#testimonials input[type="url"]:focus, 
#testimonials input[type="password"]:focus, 
#testimonials input[type="search"]:focus, 
#testimonials input[type="number"]:focus, 
#testimonials input[type="tel"]:focus, 
#testimonials input[type="range"]:focus, 
#testimonials input[type="date"]:focus, 
#testimonials input[type="month"]:focus, 
#testimonials input[type="week"]:focus, 
#testimonials input[type="time"]:focus, 
#testimonials input[type="datetime"]:focus, 
#testimonials input[type="datetime-local"]:focus, 
#testimonials input[type="color"]:focus, 
#testimonials textarea:focus,
#testimonials select:focus {
    border-color: #d4af37;
    box-shadow: none;
}
#testimonials input[type="text"], 
#testimonials input[type="email"], 
#testimonials input[type="url"], 
#testimonials input[type="password"], 
#testimonials input[type="search"], 
#testimonials input[type="number"], 
#testimonials input[type="tel"], 
#testimonials input[type="range"], 
#testimonials input[type="date"], 
#testimonials input[type="month"], 
#testimonials input[type="week"], 
#testimonials input[type="time"], 
#testimonials input[type="datetime"], 
#testimonials input[type="datetime-local"], 
#testimonials input[type="color"], 
#testimonials textarea,
#testimonials select {
  vertical-align: top;
  display: flex;
  min-width: 0;
  border-radius: 0;
  border: 1px solid #d4af374d;
  padding: 16px 20px;
    font-size: 16px;
    color: #fafaf8;
    background-color: #fafaf81a;
    outline: none;
    transition: color 0.2s, box-shadow 0.2s;
    margin-bottom: 24px;
    height: auto;
    font-weight: 400;
    line-height: 1.5;
  }
  
  #testimonials select option{
    background-color: #1B4332;
  }
  
#testimonials button:focus, #testimonials input[type="button"]:focus, #testimonials input[type="reset"]:focus, #testimonials input[type="submit"]:focus {
    box-shadow: none;
}
 #testimonials input[type="button"], #testimonials input[type="reset"], #testimonials input[type="submit"] {
    width: 100%;
    height: auto;
    border-radius: 0;
    line-height: 1.4;
    background: #D4AF37;
    color: #1B4332;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 16px;
    border: none;
    transition: 0.3s;
    
}

/* ---------------------------------------------------- */
/* -------- testimonial inner page---------------------- */
/* ------------------------------------------------------- */


#innerpage-box .testimonial-content {
    position: relative;
    background: #fff;
    padding: 4rem 2rem 2rem;
}
#innerpage-box .testimonial-content .testimonial-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #9E9E9E;
    margin-top: 10px;
}

#innerpage-box .testimonials_b .rating-container i {
    color: #D4AF37;
    font-size: 20px;
    line-height: 1.5;
}
#innerpage-box .testimonial-content .testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}


#innerpage-box .testimonial-content .avatar {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #F6F4F0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid #F6F4F0;
    position: absolute;
    top: -40px;
    left: 30px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
}
#innerpage-box .testimonial-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
#innerpage-box .testimonial-content .author-name {
    font-size: 22px;
    margin: 0;
    color: #474747;
    line-height: 1.6;
    font-weight: 600;
}
#innerpage-box .testimonial-content .author-role {
    font-size: 12px;
    color: #474747;
    /* opacity: 0.7; */
    letter-spacing: 4%;
    line-height: 1.3;
}


/*----------------------------------------*/
/*   Featured Products Section
/*----------------------------------------*/
#featuredproducts {
    position: relative;
    overflow: hidden;
    background:
    radial-gradient(circle at top left,
    rgba(170,120,255,0.18),
    transparent 35%),
    
    radial-gradient(circle at bottom right,
    rgba(180,0,255,0.18),
    transparent 30%),
    
    linear-gradient(
        135deg,
        #ffffff 0%,
        #f5f1fb 35%,
        #efe8ff 65%,
        #ffffff 100%
        );
    }
    #featuredproducts::after{
    content: "";
    position: absolute;
    right: -200px;
    bottom: -200px;
    width: 700px;
    height: 700px;
    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(170,0,255,0.35) 0%,
            rgba(140,0,255,0.18) 30%,
            rgba(120,0,255,0.08) 55%,
            transparent 75%);

    filter: blur(40px);
    pointer-events: none;
}
    #featuredproducts::before{
    content: "";
    position: absolute;
    top: -150px;
    left: 400px;
    width: 700px;
    height: 300px;
    transform: rotate(25deg);

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.9),
        transparent
    );

    opacity: .7;
}

/* --- Left Info Section --- */
#featuredproducts .heading-section {
    position: relative;
}
#featuredproducts .left-section {
    flex: 1;
    max-width: 450px;
}

#featuredproducts .left-section .subtitle {
    color: #8b5cf6;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    gap: 10px;
}
#featuredproducts .left-section .subtitle::after {
    content: "✦";
    font-size: 18px;
}

#featuredproducts .main-title {
    font-size: 52px;
    font-weight: 500;
    line-height: 1.2;
    color: #111;
    margin-bottom: 20px;
}

#featuredproducts .main-title .highlight {
    color: #8b5cf6;
}

#featuredproducts .description {
    color: #666370;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 35px;
}

/* Features List Left side */
#featuredproducts .features-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

#featuredproducts .feat-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

#featuredproducts .feat-icon {
    width: 70px;
    height: 70px;
    background: #f7f5fa;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #713dec;
    font-size: 26px;
    transition: 0.3s;
    box-shadow: 0 4px 33px rgb(227, 207, 255, 1);
}

#featuredproducts .feat-item:hover .feat-icon {
    background: #713dec;
    color: #fff;
}

#featuredproducts .feat-text h4 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #111;
    line-height: 1.7;
}

#featuredproducts .feat-text p {
    font-size: 14px;
    color: #7b7885;
    margin-top: 2px;
}

/* CTA Button */
#featuredproducts .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(90deg, #621eff, #fd3a84);
    color: #fff;
    padding: 16px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    box-shadow: 0 10px 25px rgba(98, 30, 255, 0.3);
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.5s;
}

#featuredproducts .cta-btn:hover {
    box-shadow: 0 15px 30px rgba(98, 30, 255, 0.4);
    background: linear-gradient(270deg, #621eff, #fd3a84);
}

/* //////////////////////////////////////////////////////////////////////////////////////////// */


#featuredproducts .featuredproducts-box{position: relative;}
#featuredproducts .featuredproductsbx {
    position: relative;
    padding: 6px 12px;
    margin-bottom: 25px;
    display: grid;
}
#featuredproducts .pricing-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}
#featuredproducts .quick-view-popup{
  display: grid;
}

#featuredproducts .quick-view-popup:nth-child(2) .badge {
  display: block;
}
#featuredproducts .badge {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #5b15b0, #532bef);
    color: #fff;
    padding: 8px 24px;
    border-radius: 0px 0px 20px 20px;
    font-size: 14px;
    text-transform: uppercase;
    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: absolute;
    overflow: hidden;
    transition: all 1s ease 0s;
    display: block;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
}


/* --- Colors --- */


/* Card */
#featuredproducts .card-header1 i {
    font-size: 30px;
    color: #fff;
    transform: skewX(8deg);
}

#featuredproducts  .price-card {
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
    max-width: 340px;
    padding: 40px 24px 32px;
    transform: skewX(-8deg);
    display: grid;
    gap: 14rem;
    background: linear-gradient(180deg, #050008 0%, #120022 35%, #1d0038 65%, #000000 100%);
    border: 2px solid rgba(180, 0, 255, 0.4);
    box-shadow: 0 0 20px rgba(140, 0, 255, 0.5), 0 0 50px rgba(162, 0, 255, 0.3);
    border-radius: 30px;
}
#featuredproducts  .quick-view-popup:nth-child(2) .price-card {
    gap: 16rem;
    transform: skewX(-8deg) scale(1.05);
    bottom: 16px;
}

#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;
    position: relative;
    z-index: 1;
}
#featuredproducts .quick-view-popup:nth-child(2) .card-header1 {
    padding-top: 2rem;
}


#featuredproducts .card-header1 .title {
    margin-bottom: 8px;
    color: #fff;
    line-height: 1.5;
    font-size: 20px;
    margin-top: 1rem;
    transform: skewX(8deg);
}


#featuredproducts .card-header1 .subtitle p {
        font-size: 12px;
    line-height: 1.3;
    letter-spacing: 2px;
    margin-bottom: 16px;
    color: #fff;
    transform: skewX(8deg);
}


#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 .product-list {
    position: relative;
    z-index: 1;
    align-content: end;
}

#featuredproducts .price-card li{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    transform: skewX(8deg)
}
#featuredproducts .price-card ul li::before{
    content: "\f058";
    position: relative;
    font-family: 'Font Awesome 6 Free';
    margin-right: 8px;
    font-size: 18px;
    color: #713dec;
    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-list a {
  display: none;
    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-list a:hover {
  background: #e24e19;
}


/* --- Bottom Banner Stats --- */
#featuredproducts .counter-wrapper{
    width: 100%;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    margin-top: 5rem;
    z-index: 1;
    position: relative;
}

#featuredproducts .counter-box{
    padding:30px 18px;
    display:flex;
    align-items:center;
    gap:18px;
    position:relative;
}

#featuredproducts .counter-box:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:60px;
    background:rgba(0,0,0,0.1);
}

#featuredproducts .counter-icon{
    font-size:48px;
    color:#9b5cff;
    line-height:1;
}

#featuredproducts .counter-content h2{
    font-size:32px;
    font-weight:700;
    color:#111;
    line-height:1;
    margin-bottom:8px;
}

#featuredproducts .counter-content p{
    font-size:13px;
    letter-spacing:2px;
    font-weight:700;
    color:#444;
    text-transform:uppercase;
}

/* Responsive */

@media(max-width:991px){

    #featuredproducts .counter-wrapper{
        grid-template-columns:repeat(2,1fr);
    }

    #featuredproducts .counter-box:nth-child(2)::after{
        display:none;
    }

}

@media(max-width:600px){

    #featuredproducts .counter-wrapper{
        grid-template-columns:1fr;
    }

    #featuredproducts .counter-box::after{
        display:none;
    }

    #featuredproducts .counter-box{
        justify-content:center;
        text-align:center;
        flex-direction:column;
    }

}


#featuredproducts .card-content{
    position: absolute;
    inset: 0;
    padding: 40px 30px;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.85) 0%,
        rgba(20,0,40,0.65) 20%,
        rgba(80,0,140,0.20) 45%,
        rgba(0,0,0,0.10) 60%,
        rgba(0,0,0,0.85) 100%
    );
}
#featuredproducts .card-content::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 220px;

    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.95),
        rgba(20,0,40,0.7),
        transparent
    );
}
#featuredproducts .card-content::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 220px;

    background: linear-gradient(
        to top,
        rgba(0,0,0,0.95),
        rgba(25,0,50,0.7),
        transparent
    );
}

/*----------------------------------------*/
/*  Gallery Area
/*----------------------------------------*/

/* Header Styling */
#gallery .gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    overflow: hidden;
}

#gallery .subtitle {
    color: #9531c9;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    gap: 10px;
}
#gallery .subtitle::after {
    content: "✦";
    font-size: 18px;
}

#gallery .sparkle {
    font-size: 14px;
}

#gallery .gallery-header h1 {
    letter-spacing: 1px;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}

#gallery .highlight {
    color: #9531c9; /* Neon Purple gradient feel */
}

#gallery .tagline {
    margin-top: 15px;
    color: #bfc1c1;
    line-height: 1.6;
    font-size: 18px;
}

/* Header Right Section */
#gallery .header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 25px;
}

#gallery .btn1 {
    position: relative;
    background: transparent;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 16px 24px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    z-index: 2;
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
    border-image-slice: 1;
}
#gallery .btn1 svg{
    rotate: 315deg;
}
#gallery .btn1:hover {
    color: #fff;
    border-color: #7736ca;
}
#gallery .btn1::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, #743ad5, #d53a9d);
    transition: width 0.5s ease;
    z-index: -1;
}
#gallery .btn1:hover::after {
    width: 100%;
}

#gallery .social-tag {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* #gallery .avatar-group {
    display: flex;
}

#gallery .avatar-group img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #030108;
    margin-left: -10px;
    object-fit: cover;
}

#gallery .avatar-group img:first-child {
    margin-left: 0;
} */

#gallery .users{
    display:flex;
    align-items:center;
}

#gallery .users img{
    width:52px;
    height:52px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #ff00d4;
    margin-left:-12px;
    box-shadow:0 0 12px rgba(255,0,212,0.5);
}

#gallery .users img:first-child{
    margin-left:0;
}

#gallery .social-tag p {
    color: #9ca3af;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    max-width: 240px;
}
#gallery .social-tag p .heart-icon i{
    color: #8a27e9;
}

#gallery .footer-tag {
    text-align: center;
    margin-top: 52px;
    font-family: 'Dancing Script', cursive;
    font-size: 50px;
    color: #fff;
    letter-spacing: .02em;
    rotate: 352deg;
}
#gallery .footer-tag .heart-svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #7522c3;
    rotate: 6deg;
}


/*----------------------------------------*/
/*  Project Area
/*----------------------------------------*/

#project{
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom,#F5F3EE,#FAFAF8);
}

#project .space-abtblock1 {
    position: relative;
    /* padding-left: 10%; */
}
#project .space-abtblock2 {
    position: relative;
}
#project .section-subtitle {
    color: #6e0ae7;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}
#project .section-subtitle::before{
    content:"✦";
    font-size:14px;
}
#project .section-title {
    font-size: 68px;
    line-height: 1.3;
    font-weight: 700;
    color: #060605;
    margin-bottom: 30px;
}
#project .section-title span{
    color:#6e0ae7;
}
#project .section-text{
    font-size:18px;
    line-height:1.8;
    color:#666;
    max-width:420px;
    margin-bottom:40px;
}

#project .btn1 {
    position: relative;
    background: transparent;
    color: #7736ca;
    border: 2px solid #7736ca;
    border-radius: 5px;
    padding: 16px 24px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    z-index: 2;
}
#project .btn1:hover {
    color: #fff;
    border-color: #7736ca;
}
#project .btn1::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #7736ca;
    transition: width 0.5s ease;
    z-index: -1;
}
#project .btn1:hover::after {
    width: 100%;
}
#project .calendar{
    margin-top:100px;
    display:flex;
    align-items:flex-start;
    gap:14px;
    color:#444;
    font-weight:600;
    font-size:16px;
    text-transform:uppercase;
}
#project .calendar span::after{
    content:'';
    width:40px;
    height:2px;
    background:#7b2cff;
    display:block;
    margin-top: 10px;
}
#project .calendar i{
    font-size: 20px;
    color: #6e0ae7;
}


/* card events css */

#project .calender-btn {
    position: relative;
    display: flex;
    justify-self: right;
    align-items: center;
    gap: 20px;
    margin-bottom: 2rem;
    font-size: 18px;
    font-weight: 600;
    color: #060605;
    line-height: 1.4;
}
#project .calender-btn svg{
    rotate: 315deg;
    padding: 3px;
    width: 30px;
    height: 30px;
    border: 1px solid #6e0ae7;
    border-radius: 50%;
    color: #6e0ae7;
}
#project .facility-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
#project .facility-card .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 5%, rgba(0, 0, 0, 0.2) 45%, rgba(0, 0, 0, 0.05) 100%);
}
#project .facility-card .event-date {
    color: #fff;
    position: absolute;
    top: 18px;
    left: 18px;
    width: 64px;
    height: 92px;
    border-radius: 12px;
    background: rgba(10, 10, 10, 0.7);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
#project .facility-card .day {
    font-size: 28px;
    line-height: 1;
}
#project .facility-card .month{
    color: #ddd;
    font-size: 14px;
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
}
#project .facility-card .week{
    color: #ddd;
    font-size: 12px;
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
}

#project .facility-card .facility-card__overlay {
    /* background: rgba(24, 46, 30, 0.6); */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    gap: 10px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
#project .facility-card .facility-card__overlay .card-adge {
    display: grid;
    gap: 12px;
}
#project .facility-card .facility-card__overlay .card-adge .card-badge{
    color: #fff;
    background: #6e0ae7;
    padding: 5px 10px;
    border-radius: 5px;
    width: max-content;
    font-size: 14px;
    line-height: 1.3;
}
#project .facility-card .facility-card__overlay .card-adge .facility-card__title {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    line-height: 1.5;
}
#project .facility-card .facility-card__overlay .card-adge ul{
    list-style: disc;
    display: flex;
    gap: 30px;
    color: #fff;
    font-size: 14px;
}
#project .facility-card .facility-card__overlay .card-adge ul li:first-child{
    list-style: none;
}
#project .facility-card .facility-card__overlay a.btn2 i{
    font-size: 22px;
    padding: 10px;
    border-radius: 50%;
    border: 2px solid #6e0ae7;
    color: #fff
}
#project .owl-theme .owl-nav{
    display: flex !important;
    position: relative;
    justify-content: space-between;
    top: 2rem;
    z-index: 2;
}
#project .owl-theme .owl-nav button{
    font-size: 24px;
    height: auto;
    padding: 12px 14px 8px!important;
    border-radius: 50%;
    border: 1px solid #b9b9b9;
}
#project .owl-theme .owl-dots {
    bottom: 1rem;
    position: relative;
}
#project .owl-theme .owl-dots .owl-dot span {
    width: 70px;
    height: 2px;
    margin: 5px 5px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    background: #b9b9b9;
}
#project .owl-theme .owl-dots .owl-dot.active span {
    background: #6e0ae7;
}

/* #project .section-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 64px;
    padding: 0 24px;
}


#project .section-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}


#project .line {
    height: 1px;
    width: 64px;
}

#project .line.left {
    background: linear-gradient(to right, transparent, #D4AF37);
}

#project .line.right {
    background: linear-gradient(to left, transparent, #D4AF37);
}


#project .section-subtitle {
    font-size: 12px;
    letter-spacing: 0.3em;
    color: #2D5F4A;
    text-transform: uppercase;
}


#project .section-title {
    font-size: 40px;
    color: #1B4332;
    line-height: 1.1;
}


#project .section-title span {
    font-style: italic;
    color: #2D5F4A;
}


@media (min-width: 768px) {
    #project .section-title {
        font-size: 60px;
    }
}

@media (min-width: 1024px) {
    #project .section-title {
        font-size: 72px;
    }
}
   #project .facilities__track-outer {
    position: relative;
    
}

#project .facilities__track {
    display: flex;
    gap: 20px;
    width: max-content;

    animation-name: scroll;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: var(--dur);
}


@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(var(--shift)); }
}


#project .facility-card {
    width: 350px;
    height: 650px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

#project .facility-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 2.5s ease-out;
}

#project .facility-card:hover .facility-card__img {
    transform: scale(1.05);
}

#project .facility-card__overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
    background: rgba(24, 46, 30, 0.6);
    backdrop-filter: blur(20px);
    display: grid;
    gap: 10px;
}

#project .facility-card__bar {
    width: 48px;
    height: 2px;
    background: #d4af37;
}

#project .facility-card__title {
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
}

#project .event-date{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.4px;
}
#project a .event-btn{
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #d4af37;
    border: 1px solid #d4af37;
    background: transparent;
    position: relative;
    line-height: 1.5;
    letter-spacing: 10%;
    width: fit-content;
}
#project a:hover .event-btn{
    border-color: #d4af37;
    background: #d4af37;
    color: #fff;
}
#project .facilities__track:hover {
    animation-play-state: paused;
}
#project .paused-text {
    position: relative;
    margin-top: 3rem;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    color: #6c8f84;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#project .paused-text.show {
    opacity: 1;
}

#project .left-gradient {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;

    width: 192px; 
    background: linear-gradient(to right, #F5F3EE, transparent);

    pointer-events: none;
    z-index: 20;
}


#project .right-gradient {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;

    width: 192px;
    background: linear-gradient(to left, #FAFAF8, transparent);

    pointer-events: none;
    z-index: 20;
}


@media (min-width: 768px) {
    #project .left-gradient,
    #project .right-gradient {
        width: 192px;
    }
} */


/*-------------------for project drag image option ------------------*/

#innerpage-box .project-item{
  display: grid;
  margin-bottom: 30px;
}

#innerpage-box .project-card {
    position: relative;
}

#innerpage-box .project-card .project-image {
  position: relative;
  height: 500px;
  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.05);
}

#innerpage-box .project-card .project-content {
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(24, 46, 30, 0.6);    
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
    display: grid;
    gap: 10px;
}


#innerpage-box .project-card .project-content .facility-card__bar {
    width: 48px;
    height: 2px;
    background: #d4af37;
}
#innerpage-box .project-card .project-content h3 {
    font-size: 22px;
    margin: 0;
    transition: color 0.3s ease;
    padding: 0;
    line-height: 1.4;
    font-weight: 600 !important;
    color: #fff;
}

#innerpage-box .project-card:hover h3{
    color: #d4af37;
}
#innerpage-box .project-card .event-date{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.4px;
}
#innerpage-box .project-card  a .event-btn{
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #d4af37;
    border: 1px solid #d4af37;
    background: transparent;
    position: relative;
    line-height: 1.5;
    letter-spacing: 10%;
    width: fit-content;
}
#innerpage-box .project-card  a:hover .event-btn{
    background: #d4af37;
    color: #fff;
}

/* ********************** Single page Events ************************ */

#content .image-comparison{
    position: relative;
    display: grid;
    gap: 20px;
}
#content .image-comparison img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#content .image-comparison .event-date {
    font-size: 16px;
    color: #444;
    font-weight: 400;
    letter-spacing: 0.4px;
}
#content .image-comparison .facility-card__bar {
    width: 48px;
    height: 2px;
    background: #d4af37;
}
#content .image-comparison h3.peccular-project-title.inner-area-title  {
    font-size: 22px;
    margin: 0;
    transition: color 0.3s ease;
    padding: 0;
    line-height: 1.4;
    font-weight: 600 !important;
    color: #0b0b0b;
}
#content .image-comparison .event-para p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}
#content .image-comparison a .event-btn  {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    background: #d4af37;
    position: relative;
    line-height: 1.5;
    letter-spacing: 10%;
    width: fit-content;
}
/*----------------------------------------*/
/*  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: #f7f3f1;
    position: relative;
    overflow: hidden;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#about .space-abtblock{
    padding: 5rem 0;
}
#about .about-body{
    position: relative;
}
#about .content .com-subtitle{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 2rem;
}    
#about .content i{
    color: #6e0ae7;
}
#about .content .subtitle {
    color: #060605;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
}
#about .content .title {
    color: #060605;
    font-size: 56px;
    line-height: 1.4;
    max-width: 415px;
    word-spacing: 12px;
    margin-bottom: 1rem;
}
#about .content .title .italic{
    color: #6e0ae7;
} 
#about .content .text p{
    font-size: 20px;
    max-width: 333px;
    line-height: 1.5;
    margin-bottom: 2rem;
}
#about .features {
    display: flex;
    width: 100%;
    /* max-width: 1200px; */
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 2rem;
}
/* प्रत्येक वैयक्तिक फीचर ब्लॉक */
#about .feature-item {
    flex: 1;
    text-align: center;
    padding: 20px 10px;
    position: relative;
}

/* उभ्या रेषा (Vertical Dividers) बनवण्यासाठी */
#about .feature-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #e0dad5; /* फिकट उभी रेषा */
}

/* आयकॉन स्टाईलिंग */
#about .icon-box {
    font-size: 45px;
    color: #8a4fff; /* इमेजमधील जांभळा रंग (Purple) */
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

/* टेक्स्ट स्टाईलिंग */
#about .feature-item h3 {
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.5;
    font-weight: 900;
}

/* --- Responsive Media Query (मोबाईल आणि टॅब्लेटसाठी) --- */
@media (max-width: 768px) {
    #about .features {
        display: grid;
        grid-template-columns: repeat(2, 12fr); /* २ कॉलम्समध्ये विभागणी */
        gap: 30px 15px; /* वर-खाली आणि डाव्या-उजव्या बाजूला स्पेस */
    }

    /* मोबाईलवर डेस्कटॉपच्या उभ्या रेषा घालवण्यासाठी */
    #about .features .feature-item:not(:last-child)::after {
        display: none;
    }

    #about .feature-item {
        padding: 10px;
    }

    #about .icon-box {
        margin-bottom: 15px;
    }
}
#about .btn1 {
    position: relative;
    background: transparent;
    color: #7736ca;
    border: 2px solid #7736ca;
    border-radius: 5px;
    padding: 16px 24px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    z-index: 2;
}
#about .btn1::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #7736ca;
    transition: width 0.5s ease;
    z-index: -1;
}
#about .btn1:hover::after {
    width: 100%;
}
/* Image Box */
#about .image-box{
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* About Image */
#about .image-box img.about-image{
    width: 100%;
}
#about .image-box .about-image{
    width: 100%;
    display: block;
    object-fit: cover;

    /* Mask Image */
    -webkit-mask-image: url(images/Mask.png);
    mask-image: url(images/Mask.png);

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;

    -webkit-mask-position: center;
    mask-position: center;
}

/* Optional Border */
/* #about .image-box .image-border{
    position: absolute;
    inset: 0;
    border: 2px solid #D4AF37;
    pointer-events: none;

    -webkit-mask-image: url("images/mask1.png");
    mask-image: url(images/mask1.png);

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
} */
/* #about .image-box .about-image::after {
     content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000; 
    -webkit-mask-image: url('/images/Mask.png');
    mask-image: url('/images/mask.png');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
} */

/* #about .space-abtblock{
	position: relative;
}
#about .bg-shape {
  position: absolute;
  top: 25%;
  left: 0;
  width: 50%;
  height: 50%;
  background: linear-gradient(to right, #2d5f4a0d, transparent);
  transform: skewY(-6deg);
}
		
#about .image-wrapper {
	position: relative;
}
@media (min-width: 991px) {
	#about .image-wrapper {
		margin-right: 2rem;
	}
	#about .content{
		margin-left:2rem;
	}
}
@media (max-width: 991px) {
	#about .image-wrapper {
		margin-bottom: 3rem;
	}
}

#about .image-box {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
}

#about .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about .image-border {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(212, 175, 55, 0.3);
}

#about .square-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 96px;
  background: #d4af37;
  opacity: 0.1;
  transform: translate(50%, -50%);
}

#about .subtitle {
  display: block;
  color: #c8a05a;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 14px;
  margin-bottom: 20px;
}

#about .title {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 400;
  color: #1a1a1a;
}

#about .title .italic {
  font-style: italic;
}

@media (min-width: 768px) {
  #about .title {
    font-size: 60px;
  }
}

@media (min-width: 1024px) {
  #about .title {
    font-size: 72px;
  }
}

#about .text {
  color: #1a1a1a;
  opacity: 0.7;
  line-height: 1.7;
  margin-bottom: 40px;
}

#about .text p {
  margin-bottom: 15px;
}

#about .features {
  margin-bottom: 40px;
}

#about .features div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  letter-spacing: 0.4px;
  color: #1a1a1a;
}

#about .features span {
  width: 8px;
  height: 8px;
  background: #d4af37;
  display: inline-block;
}

#about .divider {
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #d4af37,rgba(212, 175, 55, 0.5), transparent);;
  margin-bottom: 40px;
}

#about .btn1 {
  padding: 14px 40px;
  border: 1px solid #1a1a1a;
  background: transparent;
  color: #1a1a1a;
  cursor: pointer;
  transition: 0.3s;
}

#about .btn1:hover {
  border-color: #1a1a1a;
  background: #1a1a1a;
  color: #fff;
} */


/*----------------------------------------*/
/*  Dining Section
/*----------------------------------------*/
   #dining{
        position: relative;
        overflow: hidden;
        background: #0D1F17;
    }
    #dining .peccular-dining-area{
        position: relative;
    }
/* Bottom Right Radial Gradient */
#dining .bg-radial {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 66.66%;   /* w-2/3 */
  height: 66.66%;  /* h-2/3 */
  opacity: 0.1;
  background: radial-gradient(circle at right bottom,#d4af37 0%,transparent 60%);
}

/* Top Left Shape */
#dining .bg-shape {
  position: absolute;
  top: 25%;
  left: 0;
  width: 50%;
  height: 50%;
  opacity: 0.05;
  background: linear-gradient(90deg,transparent 0%,#2D5F4A 50%,transparent 100%);
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
}

#dining .heading-section {
  text-align: center;
  max-width: 800px;   /* max-w-4xl */
  margin: 0 auto 80px;
}

/* Top line + text */
#dining .heading-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

#dining .heading-top span {
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #D4AF37;
  text-transform: uppercase;
}

/* Lines */
#dining .line {
  width: 64px;
  height: 1px;
}

#dining .line.left {
  background: linear-gradient(to right, transparent, #D4AF37);
}

#dining .line.right {
  background: linear-gradient(to left, transparent, #D4AF37);
}

/* Heading */
#dining .heading-section h2 {
  font-size: 42px;
  color: #FAFAF8;
  line-height: 1.1;
  margin-bottom: 24px;
}

#dining .heading-section h2 .italic {
  font-style: italic;
  color: #D4AF37;
}

/* Responsive */
@media (min-width: 768px) {
  #dining .heading-section h2 {
    font-size: 60px;
  }
}

@media (min-width: 1024px) {
  #dining .heading-section h2 {
    font-size: 72px;
  }
}

/* Paragraph */
#dining .heading-section p {
  font-size: 18px;
    color: #e8e6e0;
    line-height: 1.7;
    opacity: 0.8;
}

/* ========================================================================== */

#dining .card1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #FAFAF8;
  overflow: hidden;
  box-shadow: 
    0 20px 60px rgba(0,0,0,0.4),
    0 10px 30px rgba(212,175,55,0.1);
  transition: 0.4s;
}

/* Image */
#dining .card-img1 {
  height: 220px;
  overflow: hidden;
  position: relative;
}

#dining .card-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease-out;
}

/* Hover zoom */
#dining .card1:hover .card-img1 img {
  transform: scale(1.1);
}

/* Gradient overlay */
#dining .card-img1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 50%,rgba(250, 250, 248, 0.4));
}

/* Content */
#dining .card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

/* Tag */
#dining .tag {
  font-size: 10px;
    letter-spacing: 0.25em;
    color: #D4AF37;
    line-height: 2.4;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/* Title */
#dining .card1 h3 {
  font-size: 36px;
    color: #1B4332;
    margin-bottom: 16px;
    line-height: 1.1;
}

/* Divider */
#dining .divider {
  height: 3px;
    width: 64px;
    background: linear-gradient(to right, #D4AF37, rgba(212, 175, 55, 0.4));
    margin-bottom: 20px;
}

/* Description */
#dining .card1 p {
  font-size: 14px;
    color: #1b4332;
    line-height: 1.6;
    opacity: 0.75;
}

/* Badges */
#dining .badges {
  margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

#dining .badges li {
  display: inline-block;
    padding: 6px 12px;
    /* margin: 5px 5px 0 0; */
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(27, 67, 50, 0.06);
    border: 1px solid rgba(45, 95, 74, 0.2);
    transition: 0.3s;
    color: #2d5f4a;
    line-height: 2;
}

/* Hover effect (group-hover) */
#dining .card1:hover .badges li {
  background: rgba(27,67,50,0.08);
  border-color: rgba(212,175,55,0.3);
}

/* Time */
#dining .time {
    padding-top: 12px;
    border-top: 1px solid rgba(45, 95, 74, 0.15);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(45, 95, 74, 0.7);
}

/* ============================================================================= */

/* Section */
#dining .cta-section {
  text-align: center;
  margin-top: 80px;
}

/* Inner flex */
#dining .cta-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* Line */
#dining .line {
  width: 120px;
  height: 1px;
  background: linear-gradient(to right, transparent, #D4AF37, transparent);
}

/* Button */
#dining .cta-btn {
  position: relative;
  padding: 18px 48px;
  border: 2px solid #D4AF37;
  background: transparent;
  color: #D4AF37;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s;
}

/* Fill animation */
#dining .cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #D4AF37;
  transform: translateY(100%);
  transition: transform 0.5s;
  z-index: 0;
}

#dining .cta-btn:hover::before {
  transform: translateY(0);
}

/* Text above animation */
#dining .cta-btn span {
  position: relative;
  z-index: 2;
}

/* Hover text color */
#dining .cta-btn:hover {
  color: #0D1F17;
}

/* Bottom text */
#dining .cta-inner p {
  font-size: 12px;
    color: #e8e6e0;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.5;
}

/*----------------------------------------*/
/*  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
/*----------------------------------------*/

#courses{
  position:relative;
  overflow:hidden;

  background:linear-gradient(
    to bottom right,
    #1B4332,
    #0F2419,
    #1B4332
  );
}

/* md:py-32 */


/* top right glow */
.courses-shape-1{
  position:absolute;
  top:0;
  right:0;
  width:50%;
  height:50%;

  background:linear-gradient(
    to bottom left,
    rgba(212,175,55,0.05),
    transparent
  );

  pointer-events:none;
}

/* bottom left glow */
.courses-shape-2{
  position:absolute;
  bottom:0;
  left:0;
  width:33.33%;
  height:33.33%;

  background:linear-gradient(
    to top right,
    rgba(45,95,74,0.30),
    transparent
  );

  pointer-events:none;
}

#courses .section-title{
    text-align:center;
    max-width:900px;
    margin:0 auto 80px auto;
    position: relative;
}

/* top subtitle row */
#courses .title-top{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    margin-bottom:24px;
}

/* lines */
#courses .line-left,
#courses .line-right{
    height:1px;
    width:64px;
}

/* left line */
#courses .line-left{
    background:linear-gradient(
        to right,
        transparent,
        #d4af37
    );
}

/* right line */
#courses .line-right{
    background:linear-gradient(
        to left,
        transparent,
        #d4af37
    );
}

/* subtitle */
#courses .subtitle{
    font-size:14px;
    letter-spacing:0.3em;
    color:#d4af37;
    text-transform:uppercase;
    line-height: 1.4;
}

/* main title */
#courses .main-title{
    font-size:42px;
    color:#FAFAF8;
    line-height:1.1;
    font-weight: 500;
}

/* italic gold text */
#courses .main-title span{
    font-style:italic;
    color:#d4af37;
}

/* responsive */
@media (min-width:768px){
    #courses .main-title{
        font-size:56px;
    }
}

@media (min-width:1024px){
    #courses .main-title{
        font-size:72px;
    }
}

/* content===================================== */

#courses .course-z{
    position: relative;
    z-index: 1;
}
#courses .paccular-courses-child:nth-child(even) .course-order1{
    order: 1;
}
#courses .course-order2{
    align-content: center;
}
#courses .section-divider{
margin-top:64px;
height:1px;

background:linear-gradient(
to right,
transparent,
rgba(212,175,55,0.3),
transparent
);
}

/* lg:mt-24 */
@media (min-width:1024px){
#courses .section-divider{
margin-top:96px;
}
}
#courses .paccular-courses-child:last-child .section-divider{
    display:none;
}
#courses .paccular-courses-child {
    margin-bottom: 96px;
}
#courses .paccular-courses-child:last-child {
    margin-bottom: 0;
}


#courses .course-image{
position:relative;
}

/* IMAGE BOX */

#courses .image-box{
position:relative;
height:400px;
overflow:hidden;
}

@media (min-width:1024px){
#courses .image-box{
height:500px;
}
}

/* IMAGE */

#courses .image-box img{
width:100%;
height:100%;
object-fit:cover;
transition:transform .7s ease;
}

#courses .image-box:hover img{
transform:scale(1.05);
}

/* OVERLAY */

#courses .image-overlay{
position:absolute;
top:0;
left:0;
right:0;
bottom:0;

background:linear-gradient(
to bottom right,
rgba(27,67,50,0.4),
transparent
);

z-index:10;
pointer-events:none;

clip-path:polygon(
0 0,
100% 0,
100% 85%,
0 100%
);
}

/* GOLD CORNER SHAPE */

#courses .corner-shape{
position:absolute;
bottom:0;
right:0;

width:96px;
height:96px;

background:linear-gradient(
to top left,
#D4AF37,
transparent
);

opacity:0.4;

clip-path:polygon(
100% 0,
100% 100%,
0 100%
);
}

/* COURSE NUMBER */

#courses .course-number{
    position:absolute;
    top:36px;
    left:24px;
    z-index:20;
}
#courses .course-number span{
    padding: 12px 24px;
    background-color: #d4af37;
}

#courses .course-number div{
background:#D4AF37;
padding:12px 24px;
}

#courses .course-number span{
font-size:24px;
font-weight:bold;
color:#1B4332;
font-family:serif;
}



#courses .course-content{
display:flex;
flex-direction:column;
gap:24px;
}

/* TITLE */

#courses .course-title{
font-size:32px;
color:#FAFAF8;
line-height:1.2;
margin-bottom:16px;
}

@media(min-width:768px){
#courses .course-title{
font-size:40px;
}
}

@media(min-width:1024px){
#courses .course-title{
font-size:48px;
}
}

#courses .title-divider{
width:80px;
height:2px;
background:linear-gradient(to right,#D4AF37,transparent);
margin-bottom:24px;
}

/* STATS */

#courses .course-stats{
display:flex;
align-items:center;
gap:32px;
line-height: 1.3;
}

#courses .stat{
display:flex;
flex-direction:column;
gap:4px;
}

#courses .stat-label{
font-size:12px;
letter-spacing:0.2em;
text-transform:uppercase;
color:#D4AF37;
}

#courses .stat-value{
font-size:24px;
color:#FAFAF8;
line-height: 1.3;
}

#courses .stat-line{
width:1px;
height:48px;
background:#d4af37;
opacity: 0.3;
}

/* DESCRIPTION */

#courses .course-description{
font-size:18px;
color:#E8E6E0;
line-height:1.7;
}

/* BUTTON */

#courses .explore-btn{
display:flex;
align-items:center;
gap:12px;
border:none;
background:none;
cursor:pointer;
transition:all .3s ease;
}

#courses .explore-btn span{
font-size:14px;
letter-spacing:0.2em;
text-transform:uppercase;
color:#D4AF37;
transition:.3s;
}

#courses .btn-icon{
    width:40px;
    height:40px;
    border:1px solid #D4AF37;
    display:flex;
    align-items:center;
justify-content:center;
color:#D4AF37;
transition:.3s;
}
#courses .btn-icon svg{
    width: 16px;
    height: 16px;
}

#courses .explore-btn:hover{
    gap:16px;
}

#courses .explore-btn:hover span{
color:#FAFAF8;
}

#courses .explore-btn:hover .btn-icon{
background:#D4AF37;
color:#1B4332;
}

/* ------------------inner coueses */
#innerpage-box .paccular-course-inner-child {
    position: relative;

}
#innerpage-box .paccular-course-inner-child .course-card .course-image .peccular-course-img{
    width: 90%;
    height: 300px;
    object-fit: cover;
}
#innerpage-box .paccular-course-inner-child .course-card .course-content{
    background: #fff;
    padding: 2rem 1.5rem;
    width: 94%;
    float: right;
    position: relative;
    bottom: 7rem;
}
#innerpage-box .paccular-course-inner-child .course-content .course-title {
    color: #0a0a0a;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400 !important;
    margin: 0;
    margin-bottom: 10px;
}
#innerpage-box .paccular-course-inner-child .course-content .course-desc {
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 4%;
    margin-bottom: 10px;
}
#innerpage-box .paccular-course-inner-child .course-content .explore-btn{
display:flex;
align-items:center;
gap:12px;
border:none;
background:none;
cursor:pointer;
transition:all .3s ease;
}

#innerpage-box .paccular-course-inner-child .course-content .explore-btn span{
font-size:14px;
letter-spacing:0.2em;
text-transform:uppercase;
color:#D4AF37;
transition:.3s;
}

#innerpage-box .paccular-course-inner-child .course-content .btn-icon{
    width:40px;
    height:40px;
    border:1px solid #D4AF37;
    display:flex;
    align-items:center;
justify-content:center;
color:#D4AF37;
transition:.3s;
}
#innerpage-box .paccular-course-inner-child .course-content .btn-icon svg{
    width: 16px;
    height: 16px;
}

#innerpage-box .paccular-course-inner-child .course-content .explore-btn:hover{
    gap:16px;
}

#innerpage-box .paccular-course-inner-child .course-content .explore-btn:hover span{
color:#474747;
}

#innerpage-box .paccular-course-inner-child .course-content .explore-btn:hover .btn-icon{
background:#D4AF37;
color:#1B4332;
}



/* ------------------------------------------- */

#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 .the-page-content-box span.pagecontent{
  font-size: 30px;
    line-height: 1.6 !important;
    
}
#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 **********************************/

#content.single-course-page-add  img.img-responsive{
    width: 100%;
    height: auto;
    object-fit: cover;
}
#content.single-course-page-add .the-page-content-box h3{
    font-size: 28px;
    line-height: 1.4;
    color: #0D1F2D !important;
    font-weight: 500 !important;
    margin: 16px 0;
}
#content.single-course-page-add .the-content-course-single p{
    font-size: 18px;
    line-height: 1.6;
    color: #4a5568;
    letter-spacing: 4%;
}


/*----------------------------------------*/
/*  Story Area
/*----------------------------------------*/

#story{
    position: relative;
    overflow: hidden;
    background:linear-gradient(to bottom right, #FAFAF8, #E8E6E0, #FAFAF8);
}
#story .story-overlay{
    position:absolute;
    inset:0;
    opacity:0.05;
}

/* diagonal gradient shape */

#story .story-shape{
  position:absolute;
  inset:0;

  background:linear-gradient(
    to bottom right,
    #1B4332,
    transparent
  );

  clip-path:polygon(
    0 0,
    100% 0,
    100% 70%,
    0 100%
  );
}

#story .gold-shape-wrapper{
  position:absolute;
  bottom:0;
  right:0;
  width:600px;
  height:600px;
  opacity:0.05;
  pointer-events:none;
}

#story .gold-shape{
  width:100%;
  height:100%;

  background:linear-gradient(
    to top left,
    #D4AF37,
    transparent
  );

  clip-path:polygon(
    100% 100%,
    0% 100%,
    100% 0%
  );
}


	#story .story-head{
display:flex;
align-items:center;
gap:16px;
margin-bottom:40px;
}

#story .space-abtblock1{
	padding-right:3rem ;
}
#story .space-abtblock2{
	padding-left:2rem ;
}

#story .story-head p{
font-size: 14px;
    letter-spacing: 4.2px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #2d5f4a;
}
#story .line{
width: 64px;
    height: 1px;
    background: linear-gradient(to right, transparent, #d4af37);
}
#story .story-title{
font-size: 72px;
    line-height: 1.1;
    color: #1b4332;
    margin-bottom: 24px;
    font-weight: 500;
}
@media only screen and (max-width: 1023px) {
    #story .story-title{
        font-size: 60px;
    }
}

#story .image-container{
height:500px;
overflow:hidden;
position:relative;
}
#story .overlay-story{
	position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgba(27, 67, 50, 0.2), transparent);
    z-index: 10;
    pointer-events: none;
}
#story .image-container img{
width:100%;
height:100%;
object-fit:cover;
transition:0.7s;
}
#story .corner-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 128px;
    height: 128px;
    background: linear-gradient(to bottom right, #D4AF37, #C9B88E);
    opacity: 0.3;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

#story .image-container:hover img{
transform:scale(1.05);
}

#story .story-images{
display:grid;
grid-template-columns:1fr 1fr;
gap:24px;
margin-bottom:30px;
}

#story .small-img{
position:relative;
height:240px;
overflow:hidden;
}

#story .small-img img{
width:100%;
height:100%;
object-fit:cover;
transition:0.7s;
}

#story .small-img:hover img{
transform:scale(1.05);
}
#story .overlay-gradient {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(27, 67, 50, 0.4), transparent);
}
#story .tag{
position: absolute;
    top: 16px;
    right: 16px;
    background: #fafaf8e6;
    padding: 8px 16px;
    font-size: 12px;
    letter-spacing: 0.6px;
    z-index: 1;
    color: #1b4332;
    text-transform: uppercase;
    line-height: 1.3;
}
#story .story-text{
font-size: 18px;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 32px;
}

#story .stat-box{
  position:relative;
}
#story .story-stats{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
margin-bottom:40px;
}

#story .stat h3{
font-size: 48px;
    color: #1B4332;
    margin-bottom: 8px;
    line-height: 1;
}

#story .stat span{
font-size: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #6B7280;
    line-height: 1.4;
}

#story .stat-line{
  position:absolute;
  bottom:-8px;
  left:0;
  width:48px;
  height:2px;
  background:linear-gradient(
    to right,
    #D4AF37,
    transparent
  );
}

	#story .bttn {
    position: relative;
    inset: 0;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
#story .video-pop{
	display: flex;
    align-items: center;
    gap: 12px;
    border: none;
    background: none;
    cursor: pointer;
    transition: all .3s;
}
#story .video-pop:hover{
	gap:16px;
}



#story .popup-youtube {
    width: 56px;
    height: 56px;
    border: 2px solid #1B4332;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
	position: relative;
}

#story .popup-youtube:hover {
    background: #d4af37;
    border-color: #d4af37;
}

#story .play-icon {
	margin-left: 3px;
    font-size: 20px;
    color: #1b4332;
}
#story .popup-youtube:hover .play-icon {
	color: #fafaf8;
}


#story .play-ring{
position:absolute;
inset:0;
border:2px solid #D4AF37;
opacity:0;
transition:.3s;
}

/* show ring on hover */

#story .video-pop:hover .play-ring{
opacity:1;
animation:ping 1s infinite;
}

/* ping animation */

@keyframes ping{
0%{
transform:scale(1);
opacity:1;
}
75%{
transform:scale(2);
opacity:0;
}
100%{
transform:scale(2);
opacity:0;
}
}
#story .bttn p{
	line-height: 1.4;
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #1B4332;
    text-transform: uppercase;
    transition: color 0.3s;
}


/*new*/
#story #closePopup {
    padding: 1px 10px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -20px;
    width: 30px;
    font-size: 18px;
    background: #fff;
    color: #000;
}
#story .popup-content {
    padding: 10px 10px 4px 10px;
    border-radius: 0px;
    width: auto;
    height: auto;
    position: relative;
}
#story .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;
}

#story .popup1.show{ display: flex;}
#story .popup1 {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#story .popup1.show {
    display: flex;
}

#story .popup-content {
    position: relative;
    background: #000;
    max-width: 900px;
    width: 90%;
}

#story .popup-content iframe {
    width: 100%;
    height: 500px;
}

#story .closePopup {
    position: absolute;
    top: -35px;
    right: 0;
    background: #fff;
    padding: 5px 12px;
    cursor: pointer;
}



/*----------------------------------------*/
/*  facilities Area
/*----------------------------------------*/

#facilities{
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom,#F5F3EE,#FAFAF8);
}
.section-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 64px;
    padding: 0 24px;
}

/* Top line + text */
#facilities .section-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}

/* Lines */
#facilities .line {
    height: 1px;
    width: 64px;
}

#facilities .line.left {
    background: linear-gradient(to right, transparent, #D4AF37);
}

#facilities .line.right {
    background: linear-gradient(to left, transparent, #D4AF37);
}

/* Subtitle */
#facilities .section-subtitle {
    font-size: 12px;
    letter-spacing: 0.3em;
    color: #2D5F4A;
    text-transform: uppercase;
}

/* Title */
#facilities .section-title {
    font-size: 40px;
    color: #1B4332;
    line-height: 1.1;
}

/* Italic part */
#facilities .section-title span {
    font-style: italic;
    color: #2D5F4A;
}

/* Responsive */
@media (min-width: 768px) {
    #facilities .section-title {
        font-size: 60px;
    }
}

@media (min-width: 1024px) {
    #facilities .section-title {
        font-size: 72px;
    }
}
   #facilities .facilities__track-outer {
    /* overflow: hidden; */
    position: relative;
    
}

#facilities .facilities__track {
    display: flex;
    gap: 20px;
    width: max-content;

    animation-name: scroll;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: var(--dur);
}

/* 🔥 THIS WAS MISSING */
@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(var(--shift)); }
}

/* Card */
#facilities .facility-card {
    width: 350px;
    height: 650px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

#facilities .facility-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 2.5s ease-out;
}

#facilities .facility-card:hover .facility-card__img {
    transform: scale(1.05);
}

#facilities .facility-card__overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(27,67,50,0.9),rgba(27, 67, 50, 0.8), transparent);
}

#facilities .facility-card__bar {
    width: 48px;
    height: 2px;
    background: #d4af37;
    margin-bottom: 16px;
}

#facilities .facility-card__title {
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
}

#facilities .facilities__track:hover {
    animation-play-state: paused;
}
#facilities .paused-text {
    position: relative;
    margin-top: 3rem;
    /* top: 0; */
    text-align: center;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    font-size: 12px;
    letter-spacing: 2px;
    color: #6c8f84;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#facilities .paused-text.show {
    opacity: 1;
}
/* Left gradient */
#facilities .left-gradient {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;

    width: 192px; /* mobile */
    background: linear-gradient(to right, #F5F3EE, transparent);

    pointer-events: none;
    z-index: 20;
}

/* Right gradient */
#facilities .right-gradient {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;

    width: 192px;
    background: linear-gradient(to left, #FAFAF8, transparent);

    pointer-events: none;
    z-index: 20;
}

/* Responsive (md:) */
@media (min-width: 768px) {
    #facilities .left-gradient,
    #facilities .right-gradient {
        width: 192px;
    }
}

/* end */

/*----------------------------------------*/
/*  Counter Area
/*----------------------------------------*/

#counter .counter-bg{
   /* background: url(images/counterbgimg.jpg);*/
   
}

#counter {  
    background: #1e1e1e;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#counter .stats-section {
    background: #1e1e1e;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* Background Patterns */
#counter .pattern-1,
#counter .pattern-2 {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    pointer-events: none;
}

#counter .pattern-1 {
    background-image: repeating-linear-gradient(0deg, transparent, transparent 50px, #1e1e1e 50px, #1e1e1e 55px);
    transform: translateY(1.1px);
}

#counter .pattern-2 {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 80px, #1e1e1e 80px, #1e1e1e 85px);
    background-position: 119.4px 119.4px;
}

/* Decorative circles */
#counter .circle {
    position: absolute;
    border-radius: 50%;
    border: 4px solid rgba(255, 90, 31, 0.2);
}

#counter .circle-1 {
    top: 40px;
    left: 40px;
    width: 130px;
    height: 130px;
}

#counter .circle-2 {
    bottom: 40px;
    right: 40px;
    width: 100px;
    height: 100px;
    border-color: rgba(253, 212, 0, 0.2);
}

/* Layout */
#counter .stats-container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding: 0 16px;
}

#counter .stats-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 1024px) {
    #counter .stats-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Stat Item */
#counter .stat-box {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    text-align: center;
    position: relative;
    transition: 0.3s;
    min-height: 180px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

#counter .stat-box:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Pulse Ring */
#counter .pulse-ring {
    position: absolute;
    top: 16px;
    left: 50%;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: 2px solid rgba(253, 212, 0, 0.2);
    transform: translateX(-50%);
    animation: load 2s infinite ease-in-out;
    pointer-events:none;
}

@keyframes load {
    0% { transform: translateX(-50%) scale(1); opacity: 1; }
    40% { transform: translateX(-50%) scale(1.06); opacity: 0.8; }
    100% { transform: translateX(-50%) scale(1.2); opacity: 0.3; }
}

/* Icon Circle */
#counter .icon-circle:hover {
  transform: scale(1.1);

}
#counter .icon-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff5a1f, #fdd400);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 16px;
    position: relative;
    z-index: 10;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

#counter .icon-circle span {
    font-size: 44px;
    color: white;
}

/* Text */
#counter .stat-box h2 {
    font-size: 40px;
    margin: 12px 0 4px;
    color: #ffffff;
    line-height:1;
}

/* tabular numbers style */
#counter .tabular-nums { font-variant-numeric: tabular-nums; font-weight:400;  font-family: "Poppins", system-ui, -apple-system, sans-serif; }

/* accent text */
#counter .accent-text {
    color: #fdd400;
    font-size: 16px;
}

/* small screens tweaks */
@media (max-width: 600px) {
    #counter .stats-grid { gap: 20px; grid-template-columns: repeat(1,1fr) }
    #counter .stat-box { min-height: 140px }
    #counter .icon-circle { width:68px;height:68px }
    #counter .icon-circle svg { width:36px;height:36px }
    #counter .stat-box h2 { font-size:28px }
}
/*----------------------------------------*/
/*  Blog Area
/*----------------------------------------*/


#blog{
  background: linear-gradient(to bottom, #F5F3EE, #FAFAF8, #F5F3EE);
  position: relative;
    overflow: hidden;
}


/* ------------------ */
#blog .shape-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 33.33%;
  height: 33.33%;
  opacity: 0.05;
  background: linear-gradient(225deg, #2D5F4A 0%, transparent 70%);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

/* Bottom Left Shape */
#blog .shape-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 600px;
  height: 600px;
  opacity: 0.05;
  pointer-events: none;
  background: linear-gradient(to top right, #D4AF37, transparent);
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}

/* heading section bolg */

#blog .journal-header {
  text-align: center;
  max-width: 800px; /* max-w-4xl */
  margin: 0 auto 80px; /* mb-20 */
}

/* Top small heading with lines */
#blog .journal-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

#blog .line {
  width: 64px; /* w-16 */
  height: 1px;
}

#blog .line-left {
  background: linear-gradient(to right, transparent, #D4AF37);
}

#blog .line-right {
  background: linear-gradient(to left, transparent, #D4AF37);
}

#blog .journal-subtitle {
  font-size: 12px; /* text-sm */
  letter-spacing: 0.3em;
  color: #2D5F4A;
  text-transform: uppercase;
}

/* Title */
#blog .journal-title {
  font-size: 40px;
  color: #1B4332;
  line-height: 1.1;
  margin-bottom: 24px;
}

#blog .journal-title span {
  font-style: italic;
  color: #2D5F4A;
}

/* Description */
#blog .journal-desc {
  font-size: 18px;
  color: #4A5568;
  line-height: 1.6;
}

/* Responsive (md, lg) */
@media (min-width: 768px) {
  #blog .journal-title {
    font-size: 56px;
  }
}

@media (min-width: 1024px) {
  #blog .journal-title {
    font-size: 72px;
  }
}

/* ---- card---------- */

/* Card */
#blog .journal-card {
  background: #fff;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}

#blog .journal-card:hover {
  box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

/* Image */
#blog .journal-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

#blog .journal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}

#blog .journal-card:hover img {
  transform: scale(1.05);
}

/* Dark overlay */
#blog .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27,67,50,0.6), transparent);
}

/* Tag */
#blog .tag a{
  position: absolute;
    top: 24px;
    left: 24px;
    background: #D4AF37;
    color: #fff;
    padding: 8px 16px;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 2;
}

/* Corner hover shape */
#blog .corner-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 96px;
  height: 96px;
  background: linear-gradient(to top left, rgba(212,175,55,0.6), transparent);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  opacity: 0;
  transition: 0.5s;
}

#blog .journal-card:hover .corner-shape {
  opacity: 1;
}

/* Content */
#blog .journal-content {
  padding: 30px;
}

#blog .meta {
  font-size: 14px;
    color: #6B7280;
    margin-bottom: 16px;
    line-height: 1.4;
    display: flex;
    gap: 12px;
    align-items: center;
}

#blog .journal-content h3 {
  font-size: 24px;
    color: #1B4332;
    margin-bottom: 16px;
    transition: 0.3s;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    #blog .journal-content h3{
        font-size: 30px;
    }
}

#blog .journal-card:hover h3 {
  color: #2D5F4A;
}

#blog .journal-content p {
  color: #4A5568;
    margin-bottom: 24px;
    line-height: 1.6;
}

/* Footer */
#blog .journal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #E8E6E0;
}
#blog .journal-footer span {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.4;
    text-transform: capitalize;
}

#blog .read-more {
    font-size: 14px;
    color: #2d5f4a;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    letter-spacing: .2em;
    line-height: 1.4;
    gap: 8px;
    align-items: center;
}
#blog .read-more svg{
    width: 16px;
    height: 16px;
    transition: 0.3s;
}

#blog .read-more:hover {
    gap: 12px;
}
#blog .read-more:hover svg{
    transform: translateX(4px);
}


/* Bottom animated line */
#blog .bottom-line {
    position: absolute;
    bottom: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #D4AF37, #2D5F4A, #D4AF37);
  transform: scaleX(0);
  transition: 0.7s;
  transform-origin: center;
}

#blog .journal-card:hover .bottom-line {
  transform: scaleX(1);
}

#blog .peccular-blog-card {
    display: grid;
}



/* ================================ */

#blog .journal-btn {
  display: flex;
  justify-content: center;
  margin-top: 64px; /* mt-16 */
}

#blog .view-all-btn {
  position: relative;
  display: inline-block;
  padding: 20px 48px;
  border: 2px solid #1B4332;
  color: #1B4332;
  text-decoration: none;
  overflow: hidden;
  transition: 0.5s;
}

#blog .view-all-btn span {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  transition: 0.5s;
}

/* Background animation */
#blog .view-all-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #1B4332, #2D5F4A);
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s;
  z-index: 1;
}

/* Hover */
#blog .view-all-btn:hover {
  border-color: #D4AF37;
}

#blog .view-all-btn:hover::before {
  transform: scaleX(1);
}

#blog .view-all-btn:hover span {
  color: #fff;
}

/* ----------------------------------quick section */




/* 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{
    background: radial-gradient(circle at top right, rgba(168,85,247,0.35), transparent 30%),
    radial-gradient(circle at bottom right, rgba(236,72,153,0.20), transparent 35%),
    linear-gradient(135deg, #f4eefa 0%, #f6efff 100%);
    position: relative;
    overflow: hidden;
}

#newsletter::before {
    content: "";
    position: absolute;
    top: -33%;
    right: 22%;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.45), transparent 75%);
    filter: blur(20px);
}
#newsletter::after {
    content: "";
    position: absolute;
    bottom: -250px;
    right: -100px;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(217, 70, 239, 0.18), transparent 70%);
    filter: blur(30px);
    z-index: 1;
}
#newsletter .shape {
    position: absolute;
    bottom: 0;
    right: 10rem;
    width: 300px;
    height: 400px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 120px;
    transform: rotate(40deg);
    backdrop-filter: blur(10px);
    box-shadow: -61px 76px 32px rgba(168, 85, 247, 0.08);
}

#newsletter .newsletter-sign-box{
    position: relative;
}
#newsletter .newsletter-content1 {
   align-self: anchor-center;
}
#newsletter .newsletter-content2 {

}
#newsletter .left-content {
    padding-right: 20px;
}

#newsletter .tagline {
    color: #6e0ae7;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}
#newsletter .tagline::before {
    content: "✦";
    font-size: 16px;
}

#newsletter .sparkle {
    margin-right: 5px;
}

#newsletter h1 {
    letter-spacing: 1px;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2;
    color: #111;
    margin-bottom: 20px;
    max-width: 500px;
}

#newsletter .highlight {
    color: #6200ea;
}

#newsletter .description {
    margin-bottom: 35px;
    color: #666;
    line-height: 1.6;
    font-size: 18px;
    max-width: 450px;
}


#newsletter .privacy-note {
    font-size: 11px;
    color: #888;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 1rem;
}

/* सोशल मीडिया */
#newsletter .social-section h3 {
    font-size: 16px;
    color: #7928ca;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

#newsletter .social-icons {
    display: flex;
    gap: 15px;
}

#newsletter .icon-btn {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-size: 1.4rem;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
    transition: all 0.3s ease;
    font-family: 'FontAwesome';
}

#newsletter .icon-btn:hover {
    background: #7928ca;
    color: white;
}

#newsletter .right-content {
    position: relative;
    display: flex;
    justify-content: center;
}

#newsletter .image-mask {
    position: relative;
    width: 100%;
}

#newsletter .image-mask img {
    object-fit: cover;
    width: 100%;
    display: block;
    object-fit: cover;
    -webkit-mask-image: url(images/Mask2.png);
    mask-image: url(images/Mask2.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
    /* filter: saturate(1.4) hue-rotate(270deg); */
}

/* ग्लॅशमॉर्फिझम म्युझिक कार्ड */
/* #newsletter .music-card {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 15px 20px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 3;
}

#newsletter .card-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

#newsletter .headphone-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #a044ff 0%, #6a11cb 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.1rem;
}

#newsletter .card-text h4 {
    color: #4a00e0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

#newsletter .card-text p {
    color: #444;
    font-size: 11px;
    font-weight: 500;
}

#newsletter .play-btn {
    width: 40px;
    height: 40px;
    background: white;
    border: none;
    border-radius: 50%;
    color: #6a11cb;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    transition: transform 0.2s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

#newsletter .play-btn:hover {
    transform: scale(1.1);
} */

/* मुख्य ग्लॅशमॉर्फिक म्युझिक प्लेयर कार्ड */
#newsletter .music-player {
    position: absolute;
    bottom: 5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 450px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    z-index: 10;
    background: radial-gradient(circle at left, #e9c8ef 0%, transparent 35%), linear-gradient(90deg, #f3dff5 0%, #f8ebf7 45%, #f5ecf7 100%);
}

#newsletter .track-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

/* हेडफोन किंवा इमेज कंटेनर */
#newsletter .headphone-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #a044ff 0%, #6a11cb 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(106, 17, 203, 0.3);
}

#newsletter .track-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/* इमेज नसेल तर आयकॉन दिसेल */
#newsletter .fallback-icon {
    color: white;
    font-size: 1.1rem;
    z-index: 1;
}

/* ट्रॅक डिटेल्स टेक्स्ट */
#newsletter .track-details {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

#newsletter .now-playing {
    color: #7928ca;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 2px;
}

#newsletter .track-title {
    color: #111;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

#newsletter .track-artist {
    color: #555;
    font-size: 11px;
    font-weight: 500;
    margin: 0;
}

/* 📊 वेव्हफॉर्म अ‍ॅनिमेशन स्टाईल्स */
#newsletter .waveform {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 25px;
    margin: 0 15px;
}

#newsletter .waveform span {
    width: 3px;
    height: 100%;
    background-color: #7928ca;
    border-radius: 3px;
    transform-origin: bottom;
    animation: bounce 1s ease-in-out infinite alternate;
    animation-play-state: paused; /* सुरुवातीला अ‍ॅनिमेशन थांबलेले असेल */
}

/* वेगवेगळ्या बार्सना वेगळा डिले देणे जेणेकरून वेव्ह रिअल दिसेल */
#newsletter .waveform span:nth-child(2) { animation-delay: 0.2s; height: 70%; }
#newsletter .waveform span:nth-child(3) { animation-delay: 0.4s; height: 40%; }
#newsletter .waveform span:nth-child(4) { animation-delay: 0.1s; height: 90%; }
#newsletter .waveform span:nth-child(5) { animation-delay: 0.5s; height: 55%; }
#newsletter .waveform span:nth-child(6) { animation-delay: 0.3s; height: 80%; }
#newsletter .waveform span:nth-child(7) { animation-delay: 0.6s; height: 35%; }

@keyframes bounce {
    0% { transform: scaleY(0.3); }
    100% { transform: scaleY(1.1); }
}

/* 🔘 प्ले बटन आणि बाहेरची प्रोग्रेस रिंग (प्रतिमेप्रमाणे) */
#newsletter .play-container {
    position: relative;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#newsletter .player-control-btn {
    width: 100%;
    height: 100%;
    background: white;
    border: none;
    border-radius: 50%;
    color: #7928ca;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    transition: transform 0.2s;
}

#newsletter .player-control-btn i {
    transition: all 0.2s;
}

#newsletter .player-control-btn:hover {
    transform: scale(1.05);
}

/* -------------------------------------------------- */
/* Contact Form 7 Full Width Fix */

#newsletter .wpcf7{
    width:100%;
}

#newsletter .wpcf7 form{
    margin:0;
}

/* Main Subscribe Box */

#newsletter .subscribe-box{
    width:100%;
    max-width:520px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#ffffff;
    border-radius:60px;
    padding:8px;
    box-shadow:0 10px 30px rgba(0,0,0,0.04);
    overflow:hidden;
    gap:10px;
}

/* Left Input Area */

#newsletter .input-group1{
    display:flex;
    align-items:center;
    flex:1;
    padding-left:20px;
}

/* Mail Icon */

#newsletter .mail-icon{
    color:#777;
    font-size:20px;
    margin-right:14px;
}

/* Email Input */

#newsletter .input-group1 input{
    width:100%;
    border:none !important;
    outline:none !important;
    background:transparent !important;
    font-size:14px;
    font-weight:500;
    color:#444;
    box-shadow:none !important;
    padding:0;
    margin:0;
}

/* Placeholder */

#newsletter .input-group1 input::placeholder{
    color:#888;
    letter-spacing:1px;
    font-size:13px;
}

/* Subscribe Button */

#newsletter .btn-subscribe{
    border:none;
    outline:none;
    background:linear-gradient(90deg,#6d28ff,#ff4fa3);
    color:#fff;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    padding:18px 34px;
    border-radius:50px;
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:12px;
    transition:0.3s ease;
    height:auto;
}

/* Hover */

#newsletter .btn-subscribe:hover{
    transform:scale(1.03);
}

/* Arrow Icon */

#newsletter .btn-subscribe i{
    font-size:14px;
}

/* CF7 Loader Hide */

#newsletter .wpcf7-spinner{
    display:none;
}

/* Response Message */

#newsletter .wpcf7-response-output{
    border:none !important;
    margin-top:15px !important;
    padding:0 !important;
    color:#7b2cff;
    font-size:14px;
}

/* Mobile Responsive */

@media(max-width:375px){

    #newsletter .subscribe-box{
        flex-direction:column;
        border-radius:25px;
        padding:15px;
    }

    #newsletter .input-group{
        width:100%;
        margin-bottom:15px;
        padding-left:10px;
    }

    #newsletter .btn-subscribe{
        width:100%;
        justify-content:center;
    }

}
/* #newsletter .subscribe-box {
    position: relative;
    display: flex;
    align-items: center;
}

#newsletter .input-group1 {
    display: flex;
    align-items: center;
}
#newsletter .subscribe-box .submit{

}
#newsletter .subscribe-box input[type="text"], 
#newsletter .subscribe-box input[type="email"], 
#newsletter .subscribe-box input[type="url"], 
#newsletter .subscribe-box input[type="password"], 
#newsletter .subscribe-box input[type="search"], 
#newsletter .subscribe-box input[type="number"], 
#newsletter .subscribe-box input[type="tel"], 
#newsletter .subscribe-box input[type="range"], 
#newsletter .subscribe-box input[type="date"], 
#newsletter .subscribe-box input[type="month"], 
#newsletter .subscribe-box input[type="week"], 
#newsletter .subscribe-box input[type="time"], 
#newsletter .subscribe-box input[type="datetime"],
#newsletter .subscribe-box input[type="datetime-local"], 
#newsletter .subscribe-box input[type="color"],
#newsletter .subscribe-box input[type="file"],
#newsletter .subscribe-box textarea{ 
    display: flex;
    height: auto;
    font-size: 16px;
    color: #000000;
    background-color: rgba(246, 246, 246, 1);
    transition: color 0.2s, box-shadow 0.2s;
    line-height: 1.5;
    border: 1px solid;
    background: white;
    padding: 12px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(121, 40, 202, 0.05);
    margin-bottom: 0;
    border: 1px solid rgba(121, 40, 202, 0.1);
}

#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: 24px;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    height: 50px;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(to right, #06b6d4, #00FF7F);
    color: #0D1F2D !important;
    font-weight: bold !important;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}
#newsletter .peccular-newsletter-member-wrap input[type="submit"]:hover{
    background: linear-gradient(to right, #00e5ff, #00ff9d);
  transform: scale(1.05);
  color: #0D1F2D !important;
}

#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 #b071f3;
  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 .footer-links-text {
  text-decoration: none;
  color: #6c757d;
  opacity: 0.6;
  font-size: 14px;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

#footer .footer-links .footer-links-text:hover {
  color: #580bdc;
  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;
    background: radial-gradient(circle at 60% 45%, rgba(255, 0, 255, 0.22) 0%, transparent 18%), radial-gradient(circle at 75% 20%, rgba(140, 0, 255, 0.18) 0%, transparent 25%), radial-gradient(circle at 30% 80%, rgb(19 11 47) 0%, transparent 30%), linear-gradient(135deg, #01010f 0%, #050021 25%, #12002f 55%, #060014 100%);
    color: #fff;
}



#contact .right-content-center{
    position: relative;
}
#contact .left-content-center{
      align-content: space-around;
      position: relative;
      padding: 0rem 1rem 5rem;
}

#contact .subtitle {
    color: #6e0ae7;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}
#contact .subtitle::before {
    content: "✦";
    font-size: 16px;
}

#contact .main-title {
    letter-spacing: 1px;
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
    max-width: 500px;
}

#contact .purple-text {
    color: #9841ee; /* ब्राइट निऑन जांभळा रंग */
    text-shadow: 0 0 10px rgba(138, 43, 226, 0.5);
}

#contact .description {
    color: #a3a1ad;
    max-width: 400px;
    margin-bottom: 35px;
    line-height: 1.6;
    font-size: 18px;
}

/* माहितीची लिस्ट (Info Items) */
#contact .info-list {
    width: 100%;
    max-width: 450px; /* योग्य रुंदी */
    display: flex;
    flex-direction: column;
    gap: 25px; /* दोन रो मधील अंतर */
}

/* प्रत्येक संपर्क आयटम */
#contact .info-item {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    padding-bottom: 25px;
}

/* --- १. बारीक लाईन (Divider Line) --- */
#contact .info-item:not(.no-divider)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%; /* डायमंड शेपसाठी जागा सोडून लाईनची लांबी */
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.12));
}

/* --- २. उजव्या कोपऱ्यातील डायमंड शेप (Diamond Dot) --- */
#contact .info-item:not(.no-divider)::before {
    content: '';
    position: absolute;
    bottom: -3px; /* लाईनवर सेट करण्यासाठी */
    left: 90%; /* लाईन संपते तिथे */
    width: 6px;
    height: 6px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transform: rotate(45deg); /* चौकोनाला फिरवून डायमंड बनवला */
    background-color: #0b0518;
}

/* आयकॉन बॉक्स (गोल कडा असलेला चौकोन) */
#contact .icon-box {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(138, 43, 226, 0.5); /* फिकट जांभळी बॉर्डर */
    border-radius: 16px; /* परफेक्ट स्मूथ कडा */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: inset 0 0 10px rgba(138, 43, 226, 0.1);
}

/* मजकूर मांडणी */
#contact .info-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* लहान हेडिंग (उदा. EMAIL US) */
#contact .info-text label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #eee;
    text-transform: uppercase;
}

/* मुख्य माहिती (ईमेल, फोन, पत्ता) */
#contact .info-text a, .info-text p {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.3px;
}

/* ईमेल आणि फोनवर माउस नेल्यावर होणारा बदल */
#contact .info-text a:hover {
    color: #b085f5;
}


/* --- उजवा भाग (Right Side Visuals) --- */
#contact .contact-right {
    /* position: relative; */
    width: 100%;
}

/* तिरपा मॅप कार्ड */
#contact .map-card {
    position: relative;
    margin-right: 5rem;
    filter: drop-shadow(0px 0px 1px #ff007f) drop-shadow(-2px 0 0px #bc61ff);
    /* position: absolute;
    top: 10px;
    left: 10%;
    width: 80%;
    height: 400px;
    border-radius: 40px;
    border: 2px solid #8a2be2;
    box-shadow: 0 0 30px rgba(138, 43, 226, 0.3);
    transform: perspective(1000px) rotateX(10deg) rotateY(-15deg) rotateZ(5deg);
    overflow: hidden;
    filter: drop-shadow(0 0 3px #ff007f) drop-shadow(0 0 10px #ff007f) drop-shadow(0 0 20px #bc61ff) drop-shadow(0 0 45px #bc61ff);
    background-color: #15092a; */
}
#contact .map-card .contact-image1{
    width: 100%;
    display: block;
    object-fit: cover;
    -webkit-mask-image: url(images/Mask3.png);
    mask-image: url(images/Mask3.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
}

/* मॅपचा फील येण्यासाठी बॅकग्राउंड पॅटर्न (प्रतीकात्मक) */
#contact .map-bg {
    width: 100%;
    height: 100%;
    opacity: 0.25;
    background-image: radial-gradient(circle, #8a2be2 1px, transparent 1px), 
                      linear-gradient(rgba(138,43,226,0.1) 1px, transparent 1px);
    background-size: 20px 20px, 40px 40px;
}

/* चमकणारा मॅप पिन */
#contact .map-pin {
    position: absolute;
    top: 45%;
    left: 55%;
    font-size: 35px;
    color: #ff00ff;
    text-shadow: 0 0 15px #ff00ff, 0 0 30px #ff00ff;
    animation: pulse 2s infinite;
}

/* क्लब इमेज कार्ड (खाली ओव्हरलॅप होणारे) */
#contact .club-card {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 65%;
    height: auto;
    z-index: 2;
    filter: drop-shadow(0 0px 3px #ff007f) drop-shadow(0 0 1px #bc61ff);
}

#contact .club-card .contact-image2 {
    width: 100%;
    display: block;
    object-fit: cover;
    -webkit-mask-image: url(images/Mask4.png);
    mask-image: url(images/Mask4.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
}

/* पिनसाठी पल्सिंग ॲनिमेशन */
@keyframes pulse {
    0% { transform: scale(1); opacity: 0.9; }
    50% { transform: scale(1.15); opacity: 1; }
    100% { transform: scale(1); opacity: 0.9; }
}
/* header  */
/* 
#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;
}

#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;
  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 .appointment-wrapper {
    padding: 40px 0;
    background: linear-gradient(to bottom right, #1e1e1e, #1e1e1ee6, #1e1e1e);
    color: #fff;
}


#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);
}


#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;
}


#contact .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}


@media (max-width: 640px) {
    #contact .grid-2 {
        grid-template-columns: 1fr;
    }
}


#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;
}


#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;
}


    #contact .features-wrapper{
      margin-top: 24px;
      padding-top: 24px;
      border-top: 1px solid #e5e7eb;
    }

    
    #contact .features {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      align-items: start;
    }

    
    #contact .feature {
      text-align: center;
      padding: 8px 6px;
    }

    
    #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; 
      aria-hidden: true;
    }

    #contact .feature p {
      font-size: 12px; 
      color: #6b7280;
      margin-top: 2px;
    }

    
    @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); }
    }


#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: hidden;
}

 #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: 500 !important;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    /* padding: 5px; */
    line-height: 1.7;
    letter-spacing: 0.53px;
    opacity: 0.8;
}
.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: #580bdc;
    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: radial-gradient(circle at 10% 30%, rgba(220, 160, 255, 0.35) 0%, transparent 30%), radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.5) 0%, transparent 40%), linear-gradient(135deg, #f7f3f8 0%, #f1eaf5 40%, #f0e4f7 100%);
}
#footer .peccular-footer-mainoverlay::after {
    content: "";
    position: absolute;
    top: 2rem;
    right: -26rem;
    width: 450px;
    height: 400px;
    border-radius: 50%;
    background: #ead1ff;
    border: 1px solid rgba(180, 120, 255, 0.3);
    box-shadow: 0px 0 0px 20px rgba(180, 120, 255, 0.12), 0 0 0 40px rgba(180, 120, 255, 0.10), 0 0 0 60px rgba(180, 120, 255, 0.08), 0 0 0 80px rgba(180, 120, 255, 0.06), 0 0 0 100px rgba(180, 120, 255, 0.04);
}
#footer .peccular-footer-mainoverlay::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    left: -200px;
    bottom: -100px;
    background: radial-gradient(circle, rgba(203, 123, 255, 0.5) 0%, rgba(203, 123, 255, 0.2) 40%, transparent 70%);
    filter: blur(50px);
}


.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: #580bdc;
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 600 !important;
    position: relative;
    padding: 0;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
    position: relative;
    margin: 0px auto 0px;
}
#footer .widget .widget-title::before {
    content: "✦";
    margin-right: 10px;
} 



 #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: #580bdc;
    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;padding-right: 1em;}
.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: 16px;
    line-height: 1.5;
    height: auto;
    width: 100%;
    padding: 12px 16px;
    font-style: normal;
    font-weight: 400;
    color: #fafaf8 !important;
    border: none;
    border-bottom: 1px solid #fafaf833 !important;
    background: #fafaf81a !important;
    letter-spacing: 0.58px;
    border-radius: 0;
    margin-bottom: 10px;
}

/* ***************************************************************************************************************************************************** */
/* ********************************************new footer email code***************************************************************** */
/* ***************************************************************************************************************************************************** */
.footer-area .subscribe-box p{
    margin:0;
}
.footer-area .subscribe-box{
    width:100%;
    max-width:520px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#ffffff;
    border-radius:60px;
    padding:8px;
    box-shadow:0 10px 30px rgba(0,0,0,0.04);
    overflow:hidden;
    gap:10px;
}

/* Left Input Area */

.footer-area .input-group1{
    display:flex;
    align-items:center;
    flex:1;
    padding-left:20px;
}

/* Mail Icon */

.footer-area .mail-icon{
    color:#777;
    font-size:20px;
    margin-right:14px;
}

/* Email Input */


.footer-area .input-group1 input{
    width:100%;
    border:none !important;
    outline:none !important;
    background:transparent !important;
    font-size:14px;
    font-weight:500;
    color:#444;
    box-shadow:none !important;
    padding:0;
    margin:0;
}

/* Placeholder */

.footer-area .input-group1 input::placeholder{
    color:#888;
    letter-spacing:1px;
    font-size:13px;
}

/* Subscribe Button */

.footer-area .btn-subscribe{
    border:none;
    outline:none;
    background:linear-gradient(90deg,#6d28ff,#ff4fa3);
    color:#fff;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    padding:18px 34px;
    border-radius:50px;
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:12px;
    transition:0.3s ease;
    height:auto;
}

/* Hover */

.footer-area .btn-subscribe:hover{
    transform:scale(1.03);
}

/* **************************************************************************************************************************************** */
/* *****************************************************end******************************************************************************** */
/* **************************************************************************************************************************************** */

.newsletter-form {
    display: flex;
    gap: 12px;
}

.footer-area input[type="email"]:focus, .footer-area input:focus, .footer-area textarea:focus {
    border-bottom-color: #d4af37 !important;
}
.footer-area input::placeholder, 
.footer-area textarea::placeholder{
    color: #fafaf8;
}
.footer-area  .widget_block form,  .footer-area  .widget .textwidget form, 
 .footer-area  .widget form{
    position: relative;
}
.footer-area .footer-pad{
  padding-left: 0;
}
.footer-area input[type="submit"],
.page .footer-area input[type="submit"] ,
.single .footer-area input[type="submit"]{  
    background: #d4af37;
    border: none !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    box-shadow: none;
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
    color: #1b4332;
    padding: 12px 16px;
    border-radius: 0;
    letter-spacing: 0.4px;
    opacity: 1;
}
.footer-area .wpcf7{
  position: relative;
}

.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: 10px;
    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: 1em;
    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%;
}

@media (max-width:991px) {
  .footer-area .single-footer-2, .footer-area .single-footer-2, .page .footer-area .single-footer-2, .single .footer-area .single-footer-2,
  .footer-area .single-footer-3, .footer-area .single-footer-3, .page .footer-area .single-footer-3, .single .footer-area .single-footer-3,
  .footer-area .pd-0, .footer-area .pd-0, .page .footer-area .pd-0, .single .footer-area .pd-0{
    padding: 0;
  }
}
.footer-area .single-footer-4 .textwidget{
    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-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: #580bdc !important;
    
  }
  .footer-area .social-profile-icons a i.fa:hover,
  .footer-area .social-profile-icons ul li a i:hover{
    color: #fff !important;
  }
  .widget.social-profile-icons{
      margin-top: 2rem;
    }
    .social-profile-icons{
        margin-top: 1rem;
    }
  .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 {
    font-size: 20px;
    line-height: 20px;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-size: 1.4rem;
    /* box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10); */
    transition: all 0.3s ease;
    font-family: 'FontAwesome';
   }
   .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-top-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px; 
  background: linear-gradient(
    to right,
    transparent,
    #D4AF37,
    transparent
  );
  z-index: 1;
} */

   .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-i-w{
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 16px;
   }
   .f-i-w i{
    color: #d4af37;
    margin-top: 4px;
    font-size: 20px;
   }
   .f-i-w .footer-label, .f-i-w .link{
    color: #fafaf8;
    opacity: 0.7;
    line-height: 1.6;
   }
   .f-i-w .link:hover{
    color: #d4af37;
    opacity: 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: 600 !important;
  position: relative;
  z-index: 1;
    font-size: 42px;
    letter-spacing: 1.32px;
    color: #121212;
    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: #ff5a1f ;
}
.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;
}



.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;
    display: inline-block;
    margin-bottom: 2rem;
}   
.breadcrumbbox span.root::after {
    content: '-';
    font-size: 24px;
    font-weight: 700;
    font-family: 'FontAwesome';
    color: #121212;
}
.breadcrumbbox span {
    color: #fafaf8;
    font-size: 19px;
    font-weight: 700 !important;
    text-transform: capitalize;
    line-height: 1.5;
}
.breadcrumbbox span.treeEnd{
   /* background: #fff; */
    color: #8b5cf6;
    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: 24px;
    line-height: 39px;
    letter-spacing: 0px;
    text-transform: capitalize;
}
/* .single .breadcrumbbox span.treeEnd{
    padding: 18px 80px 18px 20px;
    clip-path: polygon(0 15%, 80% 15%, 80% 0, 100% 50%, 80% 100%, 80% 87%, 0 89%, 2% 50%);
} */

.breadcrumbbox span.bread-arrow  span i{ font-size: 10px;  }
.breadcrumbbox a {
    font-weight: 700 !important;
    font-size: 24px;
    line-height: 39px;
    /* font-style: normal; */
    transition: all 0.2s 
ease 0s;
    color: #121212;
    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: #8b5cf6;
}
/*--------------------------------------------------------------
## Blog page
--------------------------------------------------------------*/
/* Card Wrapper */
#innerpage-box #blog-box .inner-blog-post {
  display: grid;
  /* margin-bottom: 15px; */
}

/* ---- card---------- */

/* Card */
#innerpage-box #blog-box .inner-blog-post .journal-card {
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}


/* Image */
#innerpage-box #blog-box .inner-blog-post .journal-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  width: 94%;
    margin-left: 3%;
    z-index: 1;
}

#innerpage-box #blog-box .inner-blog-post .journal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}

#innerpage-box #blog-box .inner-blog-post .journal-card a:hover img {
  transform: scale(1.05);
}

/* Dark overlay */
#innerpage-box #blog-box .inner-blog-post .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27,67,50,0.6), transparent);
}

/* Tag */
#innerpage-box #blog-box .inner-blog-post .tag span{
  position: absolute;
    top: 0;
    left: 0;
    background: #D4AF37;
    color: #fff;
    padding: 8px 16px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.5;
}

/* Corner hover shape */
#innerpage-box #blog-box .inner-blog-post .corner-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 96px;
  height: 96px;
  background: linear-gradient(to top left, rgba(212,175,55,0.6), transparent);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  opacity: 0;
  transition: 0.5s;
}

#innerpage-box #blog-box .inner-blog-post .journal-card:hover .corner-shape {
  opacity: 1;
}

/* Content */
#innerpage-box #blog-box .inner-blog-post .journal-content {
  padding: 30px;
    padding-top: 5rem;
    background: #fff;
    position: relative;
    bottom: 3rem;
    z-index: 0;

}

/* #innerpage-box #blog-box .inner-blog-post .meta {
  font-size: 14px;
    color: #6B7280;
    margin-bottom: 16px;
    line-height: 1.4;
    display: flex;
    gap: 12px;
    align-items: center;
} */

#innerpage-box #blog-box .inner-blog-post .journal-content h3 {
  font-size: 24px;
    color: #1B4332;
    margin-bottom: 16px;
    transition: 0.3s;
    line-height: 1.2;
    font-weight: 500 !important;
}
@media (min-width: 1200px) {
    #innerpage-box #blog-box .inner-blog-post .journal-content h3{
        font-size: 26px;
    }
}

#innerpage-box #blog-box .inner-blog-post .journal-card:hover h3 {
  color: #2D5F4A;
}

#innerpage-box #blog-box .inner-blog-post .journal-content .card-description {
  color: #4A5568;
    margin-bottom: 24px;
    line-height: 1.6;
    font-size: 15px;
}

/* Footer */
#innerpage-box #blog-box .inner-blog-post .journal-footer {
    display: flex;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #E8E6E0;
}
#innerpage-box #blog-box .inner-blog-post .journal-footer span {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.4;
    text-transform: capitalize;
}

#innerpage-box #blog-box .inner-blog-post .read-more {
    font-size: 14px;
    color: #D4AF37;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    letter-spacing: .2em;
    line-height: 1.4;
    gap: 8px;
    align-items: center;
}
#innerpage-box #blog-box .inner-blog-post .read-more svg{
    width: 25px;
    height: 25px;
    transition: 0.3s;
    padding: 5px;
    font-size: 16px;
    background: #D4AF37;
    color: #2D5F4A;
    transition: 0.3s;
}

#innerpage-box #blog-box .inner-blog-post .read-more:hover {
    gap: 12px;
}
#innerpage-box #blog-box .inner-blog-post .read-more:hover svg{
    transform: translateX(4px);
}


/* Bottom animated line */
#innerpage-box #blog-box .inner-blog-post .bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #D4AF37, #2D5F4A, #D4AF37);
  transform: scaleX(0);
  transition: 0.7s;
  transform-origin: center;
}

#innerpage-box #blog-box .inner-blog-post .journal-card:hover .bottom-line {
  transform: scaleX(1);
}


/* ---------------------------------------------- */
/* ------------ Archive blog page---------------- */
/* ============================================= */

/* Card */
#innerpage-box #blog-box .inner-blog-post .journal-card {
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}


/* Image */
#innerpage-box #blog-box .inner-blog-post .journal-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  width: 94%;
    margin-left: 3%;
    z-index: 1;
}

#innerpage-box #blog-box .inner-blog-post .journal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s;
}

#innerpage-box #blog-box .inner-blog-post .journal-card a:hover img {
  transform: scale(1.05);
}

/* Dark overlay */
#innerpage-box #blog-box .inner-blog-post .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27,67,50,0.6), transparent);
}

/* Tag */
#innerpage-box #blog-box .inner-blog-post .tag span{
  position: absolute;
    top: 0;
    left: 0;
    background: #D4AF37;
    color: #fff;
    padding: 8px 16px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.5;
}

/* Corner hover shape */
#innerpage-box #blog-box .inner-blog-post .corner-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 96px;
  height: 96px;
  background: linear-gradient(to top left, rgba(212,175,55,0.6), transparent);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  opacity: 0;
  transition: 0.5s;
}

#innerpage-box #blog-box .inner-blog-post .journal-card:hover .corner-shape {
  opacity: 1;
}

/* Content */
#innerpage-box #blog-box .inner-blog-post .journal-content {
  padding: 30px;
    padding-top: 5rem;
    background: #fff;
    position: relative;
    bottom: 3rem;
    z-index: 0;

}

/* #innerpage-box #blog-box .inner-blog-post .meta {
  font-size: 14px;
    color: #6B7280;
    margin-bottom: 16px;
    line-height: 1.4;
    display: flex;
    gap: 12px;
    align-items: center;
} */

#innerpage-box #blog-box .inner-blog-post .journal-content h3 {
  font-size: 24px;
    color: #1B4332;
    margin-bottom: 16px;
    transition: 0.3s;
    line-height: 1.2;
    font-weight: 500 !important;
}
@media (min-width: 1200px) {
    #innerpage-box #blog-box .inner-blog-post .journal-content h3{
        font-size: 26px;
    }
}

#innerpage-box #blog-box .inner-blog-post .journal-card:hover h3 {
  color: #2D5F4A;
}

#innerpage-box #blog-box .inner-blog-post .journal-content .card-description {
  color: #4A5568;
    margin-bottom: 24px;
    line-height: 1.6;
    font-size: 15px;
}

/* Footer */
#innerpage-box #blog-box .inner-blog-post .journal-footer {
    display: flex;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #E8E6E0;
}
#innerpage-box #blog-box .inner-blog-post .journal-footer span {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.4;
    text-transform: capitalize;
}

#innerpage-box #blog-box .inner-blog-post .read-more {
    font-size: 14px;
    color: #D4AF37;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
    letter-spacing: .2em;
    line-height: 1.4;
    gap: 8px;
    align-items: center;
}
#innerpage-box #blog-box .inner-blog-post .read-more svg{
    width: 25px;
    height: 25px;
    transition: 0.3s;
    padding: 5px;
    font-size: 16px;
    background: #D4AF37;
    color: #2D5F4A;
    transition: 0.3s;
}

#innerpage-box #blog-box .inner-blog-post .read-more:hover {
    gap: 12px;
}
#innerpage-box #blog-box .inner-blog-post .read-more:hover svg{
    transform: translateX(4px);
}


/* Bottom animated line */
#innerpage-box #blog-box .inner-blog-post .bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #D4AF37, #2D5F4A, #D4AF37);
  transform: scaleX(0);
  transition: 0.7s;
  transform-origin: center;
}

#innerpage-box #blog-box .inner-blog-post .journal-card:hover .bottom-line {
  transform: scaleX(1);
}





/* ----------------- */
/* -------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: 250px;
}

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 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 {
    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;
    box-shadow: none;
    display: flex;
    margin: 0;
    background: #E8BF4A;
    width: max-content;
}
/* 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 !important;
    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: 41px !important;
    text-transform: capitalize !important;
}

.single #innerpage-box .comment-respond h4 {
    color: #000;
    margin-bottom: 12px;
}

.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 {}

/*--------------------------------*/

/*/*-----------------------
## Contact inner Template
-----------------------------*/
/* card section contact  */

/* ==== Contact Section ==== */


#innerpage-box .contact-section{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    padding:3rem 0% 0px 6%;
    overflow:hidden;
}

#innerpage-box .contact-section .contact-left{
    width:45%;
}

#innerpage-box .contact-section .sub-title{
    color:#7a3cff;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
}

#innerpage-box .contact-section .contact-left h1{
    margin-top:20px;
    font-size:72px !important;
    line-height:1.1;
    font-weight:700;
    color:#111;
}

#innerpage-box .contact-section .contact-left h1 span{
    color:#7a3cff;
}

#innerpage-box .contact-section .contact-left p{
    margin-top:30px;
    color:#555;
    line-height:2;
    font-size:20px;
}

#innerpage-box .contact-section .info-boxes{
    display:flex;
    gap:20px;
    margin-top:50px;
}

#innerpage-box .contact-section .info-card{
    background:#fff;
    width:300px;
    padding:22px;
    border-radius:20px;
    display:flex;
    align-items:center;
    gap:15px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

#innerpage-box .contact-section .icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:linear-gradient(135deg,#8d3fff,#5a14ff);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
}

#innerpage-box .contact-section .info-card h4{
    font-size:14px;
    margin-bottom:8px;
    letter-spacing:1px;
}

#innerpage-box .contact-section .info-card span.dec{
    color:#666;
    font-size:14px;
}

#innerpage-box .contact-section .contact-right{
    width:55%;
    position:relative;
}

#innerpage-box .contact-section .contact-right img{
    width: 100%;
    display: block;
    object-fit: cover;
    -webkit-mask-image: url(images/Mask6.png);
    mask-image: url(images/Mask6.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
}

/* Decorative Star */

#innerpage-box .contact-section .contact-right::before{
    content:"✦";
    position:absolute;
    left:-35px;
    bottom:120px;
    color:#8d3fff;
    font-size:55px;
}

@media(max-width:991px){

    #innerpage-box .contact-section .contact-section{
        flex-direction:column;
    }

    #innerpage-box .contact-section .contact-left,
    #innerpage-box .contact-section .contact-right{
        width:100%;
    }

    #innerpage-box .contact-section .contact-left h1{
        font-size:50px;
    }

    #innerpage-box .contact-section .info-boxes{
        flex-direction:column;
    }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////contatct page///////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
#innerpage-box .contact-section1{
    background: #fbfafd;
    border: 1px solid #ebe6f2;
    border-radius: 28px;
    display: flex;
    overflow: hidden;
    margin: 0 6%
}

#innerpage-box .contact-section1 .contact-left{
    width:62%;
    padding:45px;
}

#innerpage-box .contact-section1 .contact-right{
    width:38%;
    padding:45px;
    border-left:1px solid #ebe6f2;
}

#innerpage-box .contact-section1 .heading{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:15px;
}

#innerpage-box .contact-section1 .star{
    color:#7c3aed;
    font-size:20px;
}

#innerpage-box .contact-section1 .heading h2{
    font-size:20px;
    font-weight:800 !important;
    color:#111827;
    letter-spacing:.5px;
    padding: 0;
}

#innerpage-box .contact-section1 .subtext{
    color:#6b7280;
    font-size:15px;
    line-height:1.8;
    margin-bottom:30px;
}

 #innerpage-box .contact-section1 .input-box{
     position:relative;
}   
#innerpage-box .contact-section1 .input-box i{
    color: #8c8fa8;
    font-size: 16px;
    margin-right: 14px;
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 15px;
}
    
#innerpage-box .contact-section1 input[type="text"], 
#innerpage-box .contact-section1 input[type="email"], 
#innerpage-box .contact-section1 input[type="url"],
#innerpage-box .contact-section1 input[type="password"], 
#innerpage-box .contact-section1 input[type="search"], 
#innerpage-box .contact-section1 input[type="number"], 
#innerpage-box .contact-section1 input[type="tel"], 
#innerpage-box .contact-section1 input[type="range"], 
#innerpage-box .contact-section1 input[type="date"], 
#innerpage-box .contact-section1 input[type="month"], 
#innerpage-box .contact-section1 input[type="week"], 
#innerpage-box .contact-section1 input[type="time"], 
#innerpage-box .contact-section1 input[type="datetime"], 
#innerpage-box .contact-section1 input[type="datetime-local"], 
#innerpage-box .contact-section1 input[type="color"], 
#innerpage-box .contact-section1 select{
    width:100%;
    height: 64px;
    border: 1px solid #e7e1ef;
    border-radius: 14px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 45px;
    margin-bottom: 18px;
    background: #fcfbfe;
}


#innerpage-box .contact-section1 .input-box select{
    padding-left:20px !important;   
}

#innerpage-box .contact-section1 textarea{
    width: 100%;
    height: 170px;
    border: 1px solid #e7e1ef;
    border-radius: 14px;
    resize: none;
    outline: none;
    padding: 20px;
    font-size: 15px;
    background: #fcfbfe;
}

#innerpage-box .contact-section1 input[type="submit"]{
    margin-top: 25px;
    width: 430px;
    height: 56px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    background: linear-gradient(90deg, #6b21ff 0%, #8b3dff 50%, #ff2d7a 100%);
    box-shadow: 0 10px 30px rgba(124, 58, 237, .25);
}
/* /////////////////////////end////////////////////////////////////////// */

#innerpage-box .contact-section1 .info-item{
    display:flex;
    gap:22px;
    margin-bottom:16px;
    align-items: center;
}

#innerpage-box .contact-section1 .icon-box{
    width:84px;
    height:84px;
    min-width:84px;
    border-radius:16px;
    border:1px solid #e7e1ef;
    background:#fcfbfe;

    display:flex;
    justify-content:center;
    align-items:center;
}

#innerpage-box .contact-section1 .icon-box span{
    color:#7c3aed;
    font-size:30px;
}

#innerpage-box .contact-section1 .info-content h4{
    font-size:14px;
    font-weight:800 !important;
    margin-bottom:8px;
    color:#111827;
    letter-spacing:1px;
}

#innerpage-box .contact-section1 .info-content .info-text{
    color:#4b5563;
    line-height:1.8;
    font-size:15px;
}

@media(max-width:991px){

    /* body{
        padding:20px;
    } */

    #innerpage-box .contact-section1 {
        flex-direction:column;
    }

    #innerpage-box .contact-section1 .contact-left,
    #innerpage-box .contact-section1 .contact-right{
        width:100%;
    }

    #innerpage-box .contact-section1 .contact-right{
        border-left:none;
        border-top:1px solid #ebe6f2;
    }

    #innerpage-box .contact-section1 .btn-send{
        width:100%;
    }
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////Location map///////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#innerpage-box .location-cta{
    padding: 2rem 6% 0;
}

/* MAP */

#innerpage-box .location-cta .map-card{
    position:relative;
    height:260px;
    overflow:hidden;
    border-radius:22px;
    margin-bottom:2rem;
    background:#f5f2fb;
}


/* CTA */

#innerpage-box .location-cta .experience-card{
    position:relative;
    height: 300px;
    overflow:hidden;
    border-radius:22px;
}

#innerpage-box .location-cta .experience-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

#innerpage-box .location-cta .overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
    90deg,
    rgba(0,0,0,.95) 0%,
    rgba(0,0,0,.70) 40%,
    rgba(0,0,0,.15) 100%
    );
    z-index:1;
}

#innerpage-box .location-cta .experience-content{
    position:absolute;
    left:50px;
    top:50%;
    transform:translateY(-50%);
    z-index:2;
    color:#fff;
}

#innerpage-box .location-cta .experience-content .exp-text{
    color:#9d4dff;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
}

#innerpage-box .location-cta .experience-content h2{
    margin:15px 0;
    font-size:52px;
    line-height:1.05;
    font-weight:700;
    color: #fff;
}

#innerpage-box .location-cta .experience-content h2 span{
    color:#8b5cf6;
}

#innerpage-box .location-cta .experience-content p{
    color:#d4d4d4;
    line-height:1.8;
}

#innerpage-box .location-cta .vip-btn{
    position:absolute;
    right:35px;
    bottom:35px;
    z-index:2;

    padding:18px 35px;
    border-radius:50px;

    color:#fff;
    text-decoration:none;
    font-weight:500;

    background:linear-gradient(
    90deg,
    #6b21ff,
    #ff2d7a
    );

    display:flex;
    align-items:center;
    gap:14px;
}

#innerpage-box .location-cta .vip-btn i{
    font-size:14px;
}

/* ---------------end------------ */
#innerpage-box #peccular-contactus-wrap{
    overflow: hidden;
    position: relative;
}

#innerpage-box .peccular-contact-page-form .row-eq-height{
    align-items: center;
}
/* --- Base --- */


#innerpage-box .contact-form-card {
  padding: 32px;
  margin-right: 7rem;
}
@media (max-width:1200px) {
    #innerpage-box .contact-form-card {
        margin-right: 0rem;
    }
}


#innerpage-box .form-heade h4.contact-t {
    font-size: 20px;
    font-weight: 700 !important;
    color: #020E1B;
}
#innerpage-box .form-heade p.section-title {
  margin: 0;
    font-size: 40px;
    line-height: 1.5;
    color: #E8BF4A;
    font-weight: 700;
}
@media (max-width:428px) {
    #innerpage-box .form-heade p.section-title {
        font-size: 30px;
        line-height: 1.3;
    }
    #innerpage-box .contact-form-card {
    padding: 32px 0px;
    }
}

/* contact form 7 */



/* 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;
}


/* 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 {
  outline: none;
  box-shadow: 0 0 0 3px rgba(199, 199, 199, 0.5);
} */
/* #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: 0;
    border: none;
    background: #fff;
    color: #0b0b0b;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    margin-bottom: 2rem;
  }
  #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,
#peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder{
    opacity: 1;
    color: #444;
}


/* .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 {
      height: 190px !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: #364153;
    font-size: 14px;
}
.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: 400 !important;
    line-height: 1.4;
    display: block;
    box-shadow: none;
    margin-bottom: 0;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    padding: 12px 1rem;
    height: auto;
    width: 100%;
    border-radius: 0px;
    background: #d4af37;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 500;
    transition: background 0.3s;

}
.peccular-contact-page-form input[type="submit"]:hover {
    background: #d4af37;
    opacity: 0.8;
}
#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----------- */
/* ----------------------------------- */
/* 


/* ----------------------------------------------- */
/* ------------ Events page -------------------- */
/* ----------------------------------------------- */

#innerpage-box .events-section{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    padding:3rem 0% 0px 6%;
    overflow:hidden;
}

#innerpage-box .events-section .events-left{
    width:45%;
}

#innerpage-box .events-section .sub-title{
    color: #7a3cff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#innerpage-box .events-section .events-left h1{
    margin-top:20px;
    font-size:72px !important;
    line-height:1.1;
    font-weight:700;
    color:#111;
}

#innerpage-box .events-section .events-left h1 span{
    color:#7a3cff;
}

#innerpage-box .events-section .events-left p{
    margin-top:30px;
    color:#555;
    line-height:1.6;
    font-size:20px;
}

#innerpage-box .events-section .event-btns{
    display:flex;
    align-items:center;
    gap:20px;
    margin-top: 2rem;
}

#innerpage-box .events-section .btn1{
    text-decoration:none;
    border-radius:50px;
    display:flex;
    align-items:center;
    gap:12px;
    font-size:14px;
    font-weight:600;
    transition:.4s;
}

#innerpage-box .events-section .calendar-btn{
    padding:18px 32px;
    color:#fff;
    background:linear-gradient(90deg,#6a35ff,#ff4f81);
}

/* #innerpage-box .events-section .calendar-btn:hover{
    transform:translateY(-3px);
} */

#innerpage-box .events-section .vip-btn{
    background:#fff;
    color:#111;
    padding:18px 30px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

#innerpage-box .events-section .vip-btn i{
    font-family: 'FontAwesome';
}
/* #innerpage-box .events-section .vip-btn:hover{
    transform:translateY(-3px);
} */


#innerpage-box .events-section .events-right{
    width:55%;
    position:relative;
}

#innerpage-box .events-section .events-right img{
    width: 100%;
    display: block;
    object-fit: cover;
    -webkit-mask-image: url(images/Mask8.png);
    mask-image: url(images/Mask8.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
}

/* Decorative Star */

#innerpage-box .events-section .events-right::before{
    content:"✦";
    position:absolute;
    left:-35px;
    bottom:120px;
    color:#8d3fff;
    font-size:55px;
}

@media(max-width:991px){

    #innerpage-box .events-section .events-section{
        flex-direction:column;
    }

    #innerpage-box .events-section .events-left,
    #innerpage-box .events-section .events-right{
        width:100%;
    }

    #innerpage-box .events-section .events-left h1{
        font-size:50px;
    }

    #innerpage-box .events-section .info-boxes{
        flex-direction:column;
    }
}

/* ---------------------------------past event css-------------------------------- */
#innerpage-box .events-section1 {
    margin: 50px 6%;
    padding: 2rem;
    background: #fbf8fd;
    border-radius: 25px;
    border: 1px solid #fff;
}
#innerpage-box .events-section1 .events-button-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
#innerpage-box .events-section1 .events-page-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

#innerpage-box .events-section1 .events-search-wrap {
    min-width: 300px;
    flex-shrink: 0;
}

#innerpage-box .events-section1 .events-search-field {
    display: flex;
    border: 2px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: transparent;
    transition: all 0.3s ease;
}

#innerpage-box .events-section1 .events-search-field:focus-within {
    border-color: #8b5cf6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

#innerpage-box .events-section1 .events-search-field input[type="search"] {
    flex: 1;
    padding: 14px 20px;
    border: 0;
    outline: none;
    font-size: 14px;
    background: transparent;
    margin: 0;
}

#innerpage-box .events-section1 .events-search-field input[type="search"]::placeholder {
    color: #999;
}

#innerpage-box .events-section1 .events-search-field button {
    background: transparent;
    border: 0;
    color: #6c6b83;
    padding: 0 20px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    height: auto;
    font-size: 16px;
}

#innerpage-box .events-section1 .events-search-field button:hover {
    opacity: 0.9;
}

#innerpage-box .events-section1 .events-tabs-head {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

#innerpage-box .events-section1 .events-tab {
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #67697e;
}

#innerpage-box .events-section1 .events-tab:hover {
    border-color: #8b5cf6;
    color: #8b5cf6;
}

#innerpage-box .events-section1 .events-tab.active {
    color: #8b5cf6;
    border-bottom: 2px solid #8b5cf6;
}

#innerpage-box .events-section1 .events-tab-panels {
    display: block;
}

#innerpage-box .events-section1 .events-panel {
    display: none;
}

#innerpage-box .events-section1 .events-panel.active {
    display: block;
    animation: fadeIn 0.3s ease;
    overflow: hidden;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

#innerpage-box .events-section1 .event-item {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 28px;
    padding: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    margin-bottom: 24px;
    background: transparent;
    transition: all 0.3s ease;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.05); */
}

#innerpage-box .events-section1 .event-item:hover {
    /* box-shadow: 0 8px 24px rgba(0,0,0,0.12); */
    border-color: #8b5cf6;
}

#innerpage-box .events-section1 .event-item-left {
    display: flex;
    gap: 16px;
}

#innerpage-box .events-section1 .event-date-box {
    background: transparent;
    border-radius: 10px;
    text-align: center;
    padding: 20px 16px;
    border: 2px solid #e5d5f9;
    height: max-content;
    margin-top: 14px;
}

#innerpage-box .events-section1 .event-date-day {
    display: block;
    font-size: 45px;
    font-weight: 500;
    color: #0a012b;
}

#innerpage-box .events-section1 .event-date-month {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #7c3aed;
    font-weight: 700;
    margin-top: 4px;
}

#innerpage-box .events-section1 .event-date-week {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #8b5cf6;
    font-weight: 600;
}

#innerpage-box .events-section1 .event-thumb {
    overflow: hidden;
}

#innerpage-box .events-section1 .event-thumb img {
    width: 290px;
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#innerpage-box .events-section1 .event-item:hover .event-thumb img {
    transform: scale(1.05);
}

#innerpage-box .events-section1 .event-item-right {
    display: flex;
    gap: 20px;
}
#innerpage-box .events-section1 .left-content{
    width: 70%;
}
#innerpage-box .events-section1 .right-content{
    width: 30%;
    padding: 2rem;
    border-left: 2px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#innerpage-box .events-section1 .event-badge {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 5px;
    background: linear-gradient(135deg, #f3e8ff 0%, #fce7f3 100%);
    color: #8b5cf6;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: fit-content;
}

#innerpage-box .events-section1 .event-title {
    margin: 0 0 16px;
    font-size: 32px;
    font-weight: 600 !important;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}


#innerpage-box .events-section1 .event-tags {
    list-style: disc;
    display: flex;
    gap: 30px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 2rem;
}

#innerpage-box .events-section1 .event-tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#innerpage-box .events-section1 .event-tags li:first-child {
    list-style: none;
}
#innerpage-box .events-section1 .event-tags li {
    font-size: 18px;
    color: #7c3aed;
    font-weight: 600;
}


#innerpage-box .events-section1 .event-description {
    margin: 0 0 16px;
    color: #616161;
    font-size: 18px;
    line-height: 1.8;
}

#innerpage-box .events-section1 .event-meta {
    margin-bottom: 22px;
    color: #121212;
    font-size: 18px;
    font-weight: 600;
}
#innerpage-box .events-section1 .event-meta .event-time{
    display: flex;
    gap: 20px;
    align-items: center;
}

#innerpage-box .events-section1 .event-meta i {
    font-size: 18px;
    color: #8b5cf6;
}

#innerpage-box .events-section1 .event-book-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 36px;
    background: linear-gradient(90deg, #6a35ff, #ff4f81);
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    /* border: 2px solid transparent; */
    width: fit-content;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.3);
}

#innerpage-box .events-section1 .event-book-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.4);
}

#innerpage-box .events-section1 .event-book-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

#innerpage-box .events-section1 .event-book-btn:hover i {
    transform: translateX(4px);
}

#innerpage-box .events-section1 .no-events {
    padding: 40px;
    background: linear-gradient(135deg, #fef2f2 0%, #fff7ed 100%);
    border: 2px dashed #fed7aa;
    border-radius: 20px;
    color: #92400e;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1024px) {
    #innerpage-box .events-section1 .event-item {
        grid-template-columns: 200px 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    #innerpage-box .events-section1 .events-page-top {
        flex-direction: column;
        gap: 20px;
    }

    #innerpage-box .events-section1 .events-search-wrap {
        min-width: 100%;
    }

    #innerpage-box .events-section1 .event-item {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #innerpage-box .events-section1 .event-thumb img {
        height: 250px;
    }

    #innerpage-box .events-section1 .events-page-top .heading h2 {
        font-size: 22px;
    }
}

#innerpage-box .events-section1 .calendar-btn{
    text-align:center;
}

#innerpage-box .events-section1 .calendar-btn .view-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    padding:18px 35px;
    border:2px solid #b77cff;
    border-radius:10px;
    text-decoration:none;
    color:#2d2240;
    font-size:16px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    transition:0.3s ease;
}

#innerpage-box .events-section1 .calendar-btn .view-btn:hover{
    background:#b77cff;
    color:#fff;
}

#innerpage-box .events-section1 .calendar-btn svg{
    rotate: 315deg;
}

/* -----------------------------event past css------------------------------------ */

/* =====================
   PAST EVENTS
===================== */

#innerpage-box .events-section1 #events-past .event-item{
    position: relative;
    opacity: .9;
}

#innerpage-box .events-section1 #events-past .event-thumb img{
    filter: grayscale(100%);
}

#innerpage-box .events-section1 #events-past .event-badge{
    background:#f1f1f1;
    color:#666;
}

#innerpage-box .events-section1 #events-past .event-title{
    color:#222;
}

#innerpage-box .events-section1 #events-past .event-tags{
    opacity:.8;
}
#innerpage-box .events-section1 #events-past .event-tags li{
    color: #666;
}

#innerpage-box .events-section1 #events-past .right-content{
    position:relative;
}

#innerpage-box .events-section1 #events-past .right-content::before{
    content: "EVENT COMPLETED";
    position: absolute;
    top: 0.8rem;
    right: -4.5rem;
    background: #f3f4f6;
    color: #666;
    font-size: 11px;
    font-weight: 600;
    padding: 15px 42px;
    border-radius: 0;
    letter-spacing: 1px;
    rotate: 45deg;
}

#innerpage-box .events-section1 #events-past .event-book-btn{
    display: none !important;
}

#innerpage-box .events-section1 #events-past .event-date-box{
    border-color:#ddd;
}

#innerpage-box .events-section1 #events-past .event-meta,
#innerpage-box .events-section1 #events-past .event-date-day{
    color:#333;
}

#innerpage-box .events-section1 #events-past .event-meta i,
#innerpage-box .events-section1 #events-past .event-date-month,
#innerpage-box .events-section1 #events-past .event-date-week{
    color:#666;
}
/* ------------------------------vip card event page ----------------------------------- */


#innerpage-box .vip-section {
    margin: 0 6%;
    background: #fbf6fb;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #fff;
}

#innerpage-box .vip-section .vip-image{
    width:50%;
}

#innerpage-box .vip-section .vip-image img{
    width: 100%;
    display: block;
    object-fit: cover;
    -webkit-mask-image: url(images/Mask9.png);
    mask-image: url(images/Mask9.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: center;
    mask-position: center;
}

/* #innerpage-box .vip-section .vip-content{
    flex:1;
} */

#innerpage-box .vip-section .vip-tag{
    color:#8b3dff;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:20px;
}

#innerpage-box .vip-section .vip-content h2{
    font-size: 48px;
    line-height: 1;
    font-weight: 600 !important;
    color: #111;
    margin-bottom: 20px;
    padding: 0;
}

#innerpage-box .vip-section .vip-content h2 span{
    color:#8b3dff;
}

#innerpage-box .vip-section .vip-content p{
    color: #6f6f6f;
    font-size: 20px;
    line-height: 1.6;
    max-width: 500px;
}

#innerpage-box .vip-section .vip-action{
    width:340px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:40px;
    padding-right:40px;
}

#innerpage-box .vip-section .vip-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    text-decoration:none;
    color:#222;
    border:2px solid #b989ff;
    border-radius:10px;
    padding:22px 40px;
    font-size:15px;
    font-weight:700;
    letter-spacing:1px;
    transition:.3s;
}
#innerpage-box .vip-section .vip-btn svg{
    rotate: 315deg;
}

#innerpage-box .vip-section .vip-btn:hover{
    background:#8b3dff;
    color:#fff;
}

#innerpage-box .vip-section .sound-wave{
    display:flex;
    align-items:flex-end;
    gap:6px;
    height:55px;
}

#innerpage-box .vip-section .sound-wave span{
    width:5px;
    border-radius:20px;
    background:#d9b7ff;
}

#innerpage-box .vip-section .sound-wave span:nth-child(1){height:12px;}
#innerpage-box .vip-section .sound-wave span:nth-child(2){height:22px;}
#innerpage-box .vip-section .sound-wave span:nth-child(3){height:38px;}
#innerpage-box .vip-section .sound-wave span:nth-child(4){height:20px;}
#innerpage-box .vip-section .sound-wave span:nth-child(5){height:48px;}
#innerpage-box .vip-section .sound-wave span:nth-child(6){height:30px;}
#innerpage-box .vip-section .sound-wave span:nth-child(7){height:40px;}
#innerpage-box .vip-section .sound-wave span:nth-child(8){height:18px;}
#innerpage-box .vip-section .sound-wave span:nth-child(9){height:28px;}

@media(max-width:991px){

    #innerpage-box .vip-section .vip-section{
        flex-direction:column;
    }

    #innerpage-box .vip-section .vip-image,
    #innerpage-box .vip-section .vip-action{
        width:100%;
    }

    #innerpage-box .vip-section .vip-content{
        padding:30px;
    }

    #innerpage-box .vip-section .vip-action{
        padding:0 30px 30px;
    }

    #innerpage-box .vip-section .vip-content h2{
        font-size:40px;
    }
}


/* ----------------------------------------------------------------- */
/* ----------------- Single Inner Page ----------------------------- */
/* ------------------------------------------------------------------- */


/*--------------- 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
-----------------------------*/
div#content-box .faq-content button.accordion.active, button.accordion{
   background: #FF5B4A;
}

.contact_Form_BG {
    background: #4E5359;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}
.peccular-faq-page-form {
   padding: 41px 30px 36px 30px;
}
div#content-box .faq_Contact_block input[type="text"], div#content-box .faq_Contact_block input[type="email"], input[type="url"], div#content-box .faq_Contact_block input[type="password"], div#content-box .faq_Contact_block input[type="search"], div#content-box .faq_Contact_block input[type="number"], div#content-box .faq_Contact_block input[type="tel"], div#content-box .faq_Contact_block input[type="range"], div#content-box .faq_Contact_block input[type="date"], div#content-box .faq_Contact_block input[type="month"], div#content-box .faq_Contact_block input[type="week"], div#content-box .faq_Contact_block input[type="time"], div#content-box .faq_Contact_block input[type="datetime"], div#content-box .faq_Contact_block input[type="datetime-local"], div#content-box .faq_Contact_block input[type="color"] {    padding: 10px 8px;
    padding: 10px 8px;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #000 !important;
    font-size: 22px;
    padding-bottom: 12px;
    color: #000;
    font-weight: 400;
}
div#content-box .faq_Contact_block input::placeholder{
    opacity: 1;
    color: #fff;
}
div#content-box .faq_Contact_block textarea::placeholder{
    color:#fff;
}
div#content-box .faq_Contact_block p{
    color: #fff !important;
    margin-bottom: 25px;
}
div#content-box .faq_Contact_block input[type="submit"]{
    color: #fff;
    font-size: 22px;
    background: #FF5B4A;
    border-radius: 10px;
    padding: 11px 40px;
    letter-spacing: 0.5px;
    margin-top: 12px;
    font-weight: 500;
}
div#content-box .faq_Contact_block input[type="submit"]:hover {
color: #fff;
background: #FF5B4A;
}


div#content-box .faq_Contact_block h2 {
    font-size: 50px !important;
    color: #fff !important;
    font-family: sans-serif;
    font-weight: 500 !important;
    background: linear-gradient(to right,#000 7%,#5D8D2F 100%);
    margin: 0 !important;
    line-height: 95px;
    border-radius: 22px;
    margin-bottom: -20px !important;
    position: relative;
    padding-left: 40px !important;
}
div#content-box .faq-content button.accordion.active, button.accordion:hover {
    opacity: 1;
}
#innerpage-box div#content-box h3.faq-title:before {
    content: '\f067';
    font-family: 'Fontawesome';
    font-size: 24px;
    position: absolute;
    top: 45%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #9FC103;
    display: none;
}

#innerpage-box div#content-box .faq-content button.accordion h3.faq-title:before {
    content: "\f0d7 ";
    font-family: 'Fontawesome';
    color: #182333;
    display: block;
    transition: all 0.8s;
    transition: all 1s ease 0s;
    position: absolute;
    left: 100%;
}

#innerpage-box div#content-box .faq-content button.accordion.active h3.faq-title:before {
    content: "\f0d8 ";
    font-family: 'Fontawesome';
    color: #182333;
    display: block;
    transition: 0.8s ease-in-out;
    position: absolute;
    left: 99%;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    color: #fafaf8;
}
#content-box .faq-content div.panel {
      max-height: 0;
      overflow: hidden;
      transition: 0.6s ease-in-out;
      opacity: 0;
      margin: 0 0 0px;
      border-radius: 0;
      border: 0;
    box-shadow: none;
}
#content-box .faq-content div.panel p{
    margin:0 0 0px;
}
#innerpage-box div#content-box h3.faq-title{
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 23px;
    text-align: left;
    letter-spacing: 0.54px;
    color: #182333 ;
    margin: 0 !important;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    cursor: pointer;
    padding: 0;
    text-transform: capitalize;
}
#innerpage-box div#content-box button.accordion.active h3.faq-title{
        color: #182333!important;
}
#innerpage-box div#content-box h3.faq-title:after {
    display: none;
}
div#content-box .faq-content p {
font-size: 16px !important;
    padding: 0;
    letter-spacing: 0px;
    word-break: break-word;
    font-weight: 400 !important;
    color: #868586;
    line-height: 26px !important;
    opacity: 0.6;
}

.peccular-faqs-head {
    text-align: center;
    padding: 0 14em;
}
#innerpage-box .peccular-faqs-head h3{
    font-size: 15px;
    color: #4c4c67;
    font-weight: 700;
    margin-bottom: 7px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
#innerpage-box .peccular-faqs-head h2{
    font-size: 37px;
    line-height: 1.46;
    margin-top: 10px;
    margin-bottom: 45px;
    color: #091d3e;
    text-transform: capitalize;
}

#innerpage-box .peccular-faq-img img {
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
}
#innerpage-box .peccular-faq-img:hover img {
    transform: scale(1.1) rotateZ(-3deg);
    -moz-transform: scale(1.1) rotateZ(-3deg);
    -webkit-transform: scale(1.1) rotateZ(-3deg);
    -o-transform: scale(1.1) rotateZ(-3deg);
}
#innerpage-box .peccular-faq-img {
    position: relative;
    overflow: hidden;
}
/*-----------------------
## End FAQS page
-----------------------------*/
/*-----------------------
## Testimonials inner page
-----------------------------*/


/* new */

#innerpage-box .testimonials_b {
  display: grid;
  margin-bottom: 5rem  ;
}

/*-----------------------
## 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: #00d3f3;
    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;
    }
     #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 .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 .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 .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-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*/
    


.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;
}


/**********/
.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;}
    
}
@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;
    }

     
    
     

     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;
    }

  
    .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;
    }

    #content-box .blog-info-area .blog-infos {
    margin: 0;
    }
    #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 .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;}
    #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 .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;}
    .hero-style .slide-title h2 span,.hero-style .slide-text p{color: #fff !important;}
    #slider {  padding-bottom: 0 !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-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:768px) and (max-width: 991px){

    #newsletter .peccular-newsletter-member-wrap input[type="email"]{
            padding: 0px 15px !important;
    }
}




@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;  }