 /*----------------------------------------*/
/* 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: 99999;
    position: absolute;
    width: 100%;
    padding: 0em 0;
}    
.header-fixed {
    position: fixed !important;
    top: -70px;
    left: 0;
    width: 100%;
    background: #fff;
    max-width: 100%;
    z-index: 99999;
    transform: translateY(70px);
    transition: transform 500ms ease;
    background: 200ms ease;
}
.customize-partial-edit-shortcut button, .widget .customize-partial-edit-shortcut button{
    display: none;
}

img.header-waveimg{
    position: relative;
    bottom: -8px;
} 
.header-bg-overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    opacity: 1;
    background-color: #000;
}

.top-bar-head{
    padding: 0px;
    width: 100%;
    display: inline-block;
    border-radius: 0px;
    z-index: 999;
    position: relative;
} 
.mainbottom-header.top-bar-head.bottom-header .header-overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 4px;
    background: linear-gradient( to top,transparent -11%,#06332e 106% );
    opacity: 0.95;
    background-size: cover;
    z-index: -1;
   } 
.top-bar-head .header-bottom-border{
    border-bottom: 1px solid #dad3c9;
    position: relative;
    bottom: 4px;
    left: 18px;
    opacity: 0.5;
}
/*---------------- top header css-------------------*/
.top-bar-header {
    padding: 15px 0 14px;
    background: #002434;
    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 .header-contact {
    margin-top: 6px;
}

.top-bar-header ul li.top-design a{
    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: #FF5B4A;
}

.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: 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 1px solid #4F5F65;
    background: #002434;
    width: 38px;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;

}

.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:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FF5B4A;
    opacity: 1;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
    z-index: 1;

}
.top-bar-header .socials .share-btn ul li a i:hover:after {
    bottom: 0;
}
.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-image: linear-gradient(to right, #22d3ee,  #3b82f6, #2563eb);
    padding: 0px 35px;
    border: 1px solid #22d3ee;
}
.buttondesign a.btn-look:hover {
    background-image: linear-gradient(90deg, #22d3ee 40%, #3b82f6 100%);
    transform: scale(1.1);
    /* transition: all 2s ease 0s; */
}
.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;
}


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:  #00d3f3;
}

.navigation .mainmenu li a  {
    color: #fff;
}
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: #fff;
 }
 .header.site-header ul.sub-menu ul li a {
    color: #fff;
}

.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:hover {
        background-color: #1E2452;
}*/
/* .navigation .mainmenu li.current_page_item:hover ul.sub-menu li:hover, .navigation .mainmenu li:hover ul.sub-menu li a:hover {
    background-color: #FF5B4A !important;
} */


.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: #00d3f333 ;
}

header.site-header ul.sub-menu li a, .navigation .mainmenu li.current_page_item ul.sub-menu li a,
.header.site-header ul.sub-menu li a, .header.site-header ul.sub-menu li a:before, header.site-header ul.sub-menu li a:hover, .navigation .mainmenu ul.sub-menu li.current_page_item a, ul.sub-menu .current_page_item > a, div#navbarNavDropdown ul.sub-menu li.current_page_item a:hover, ul.sub-menu .current_page_item > a:hover, 
div#navbarNavDropdown li.current_page_item ul.sub-menu li a:hover, .header.site-header ul.sub-menu li:hover a {
    color: #fff;
}
.header.site-header ul.sub-menu li:hover a  {
    background: none;
    color: #ffffff;
    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;
}
/* .header.site-header ul.sub-menu li:hover, .navigation .mainmenu ul.sub-menu li.current_page_item:hover, ul.sub-menu .current_page_item:hover > a, ul.sub-menu .current_page_item, .navigation .mainmenu ul.sub-menu li.current_page_item{
        background-color: #FF5B4A;
} */

/*----------------nav responsive -----------------*/

@media only screen and (min-width: 1300px){
    .navigation .mainmenu ul.sub-menu li,
    .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
    }
    .navigation .mainmenu li:hover ul.sub-menu,
    .navigation .mainmenu li:hover ul.sub-menu,
    .page .navigation .mainmenu li:hover ul.sub-menu,
    .single .navigation .mainmenu li:hover ul.sub-menu {
        left: auto;
        top: 86px;
        text-align: left;
        pointer-events: auto;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    .navigation .mainmenu li:hover ul.sub-menu ul {
        top: 50px;
        right: -5px;
    }
    .navigation .mainmenu li ul ul.sub-menu{
        top: 60px;
     }
    .navigation .mainmenu ul.sub-menu li,
    .navigation .mainmenu ul.sub-menu li,
    .page .navigation .mainmenu ul.sub-menu li ,
    .single .navigation .mainmenu ul.sub-menu li {
        list-style-type: none;
        font-size: 13px;
        color: #666;
        padding: 0;
        /* background: #0d1f2d; */
    }
}


@media only screen and (max-width: 1024px){
    #products-austrak a, #products-sherings a, #products-austmark a {
        margin: 0 0px 5px 15px !important;
    }
    #products-austrak a, #products-sherings a, #products-austmark a {
        width: 30%;
    }
  
   .h-contact-block, .h-contact-block, .page .h-contact-block, .single .h-contact-block {
         right: 0px; 
    }
    #steps .peccular-steps-icon span {
        left: 5px;
        width: 45px;
        height: 45px;
    }
}
@media only screen and (max-width: 992px){
    .navigation .mainmenu li:hover ul.sub-menu li {
         opacity: 1;
        visibility: visible;
        background: none;
        margin-bottom: -2px;
    }
    .menu-click {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 0;
}
    .navigation .mainmenu li a, .page .navigation .mainmenu li a, .single .navigation .mainmenu li a, .error404 .navigation .mainmenu li a {
    font-size: 18px;
    border: none;
}
    .maintop-header .Head-top-cont .head-Phone-contact {
    display: none;
}
.maintop-header .Head-top-cont .Head-btn {
    display: none;
}
.head-Phone-contact_inside {
    display: block;
}
.Head-btn_inside {
    display: block;
}
.menu-content {
    padding: 0;
    text-align: left;
    margin-top: 12px;
    position: relative;
    left: 0!important;
    width: 100%;
    margin-right: 5em;
}
    .navigation {
    width: 255px;
    height: 100%;
    position: fixed;
    left: -100%;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 99999;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #fff;
}
   .navigation .mainmenu li {
        display: block;
        position: relative;
        line-height: normal;
        margin-right: 35px;
        margin: 0;
        padding: 0;
    } 
    .navigation .mainmenu>li>a {
        padding: 5px 20px;
    }
    .hamburger-menus{
        width: 30px;
        height: 30px;
        position: absolute;
        -webkit-transition: .1s;
        transition: .1s;
        margin: 5px 15px;
        cursor: pointer;
        display: inline-block;
        float: right;
        z-index: 1;
    }
}
@media screen and ( min-width: 992px) and (max-width: 1199px){
    .navigation .mainmenu li a,
    .page .navigation .mainmenu li a,
    .single .navigation .mainmenu li a, 
    .error404 .navigation .mainmenu li a{ font-size: 15px !important; }
    .navigation .mainmenu {  text-align: left;}
}
@media screen and ( min-width: 320px) and (max-width: 425px){
    .maintop-header ul li:last-child {  margin-left: 0em !important; }
}
@media screen and ( min-width: 320px) and (max-width: 1199px){
    .ht-site-description,
    .ht-site-description, 
    .page .ht-site-description,
    .single .ht-site-description{      padding: 0px 0px 0px 0px;
    text-align: center;}
}
@media screen and ( min-width:992px) and (max-width: 1199px){
 .maintop-header ul li:last-child {  margin-left: 1em; }
}

/*----------------------------------------*/
/*  HOME PAGE COMMON AREA
/*----------------------------------------*/

.peccular-section-head {
    text-align: left;
}
.peccular-section-head h2{
    margin-bottom: 0px;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.78px;
}

.peccular-section-head h3{
    margin: 0;
    padding: 0;
    margin-bottom: 17px;
    color: #060000;
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.peccular-section-head .peccular-section-head-icon i{
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}
#services .service-bg,
#features .features-bg,
#project .project-bg,
#contactinfo .contactinfo-bg,
#about .about-bg,
#counter .counter-bg,
#steps .steps-bg,
#project .project-bg,
#banner .banner-bg,
#testimonials .testimonials-bg,
#team .team-bg,
#pricing .pricing-bg,
section#faqcontact .contact-bg,
#blog .blog-bg,
#ourclient .ourclient-bg,
#newsletter .newsletter-bg,
#footer .footer-bg,
#support .support-bg,
#story .story-bg,
#work .work-bg,
#call .call-bg,
#feature .feature-bg,
#ourbrands .ourbrands-bg,
#contact .contact-bg,
header.site-header .header-bg
{
    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: block;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{
    position: absolute !important;
    bottom: 117px !important;
    width: 10% !important;
    text-align: center !important;
    right: 195px !important;
}

.swiper-pagination-bullet-active{
    opacity: 1;
    background: #FF5B4A !important ;    
}
.swiper-pagination-bullet {
    width: 21% !important;
    height: 7px !important;    
    border-radius: 24px !important;
    background: #fff !important;
    display: block !important;
    opacity: 0 !important;
    float: left;
}
.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}
#slider{
    position: relative;
}
.slider-area{    
    position: relative;
    display: block;
    /*    overflow: hidden;*/
    z-index: 1;
    background: linear-gradient(to bottom right, #0D1F2D, #1a2f42, #0D1F2D);
}
.slider-area .slider-bg{
    background-image: linear-gradient(#00d3f3 1px, transparent 1px), linear-gradient(to right, #00d3f3 1px, transparent 1px);
    background-size: 50px 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.05;
}    
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 .slide-inner {
    /* width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    text-align: left; */
}

.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-area .slide-inner svg{  
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 1;
}
.slider-area .slide-inner svg path{
   fill: #FF5B4A !important;
}

.slider-area .slideOverlay {
    /* position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.54;
    z-index: 2; */
}

.slider-area .sliderimg img{
    position: relative;
    max-width: 100%;
    width: 88%;
    height: 100%;
    display: block;
    z-index: 1;
}
.sliderimg{
    position: relative;
    margin-right: 40px;
}
.slideOverlay {
    filter: blur(40px) brightness(1.25) contrast(1.1) grayscale(0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #00d3f3, transparent, #00ff7f);
    --tw-gradient-from: 
 color-mix(in srgb, oklch(.789 .154 211.53) 20%, transparent);
    --tw-gradient-position: to right in oklab;
}
#slider .slider-img-top-border{
position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(to right, transparent, #00d3f3, transparent);
  animation: pulseLine 2s ease-in-out infinite;
  animation-delay: 1s;
  opacity: 1;
  z-index: 2;
}
@keyframes pulseLine {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
#slider .slider-img-bottom-border{
position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(to right, transparent, #00ff7f, transparent);
  animation: pulseLine 2s ease-in-out infinite;
  animation-delay: 1s;
  opacity: 1;
  z-index: 1;
}
@keyframes pulseLine {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

#slider .slider-img-top-circle {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #00ff7f !important;
  border-radius: 50%;
  /* Inner static circle */
  z-index: 1;
  top: -6%;
    left: 50%;
    transform: translate(-50%, -50%);	
    animation: load 1.5s ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #00ff7f;
	}
	 50% {
		 background: #00ff7f;
		 opacity: 0.5;
	}
	 100% {
		 background: #00ff7f;
         opacity: 0.9;
	}
}

#slider .slider-img-top-circle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #00ff7f;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: ping 1.5s infinite;
  opacity: 0.7;
  z-index: 0;
}

@keyframes ping {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

#slider .slider-roated-polugon{
    position: absolute;
    top: 5rem;
    left: 5rem;
    animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.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 .slider-quick-inquary{
    padding: 24px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(79px);
    box-shadow: 0 1px 12px 1px rgba(34, 211, 238, 0.2), 0 1px 2px -1px rgba(34, 211, 238, 0.2);
    /* box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); */
    border-color: rgba(34, 211, 238, 0.3);
    border: 2px solid rgba(34, 211, 238, 0.3);
    border-radius: 15px;
    margin-bottom: 32px;
}
#slider .slider-quick-inquary h3.slider-quick-header{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.4;
    margin-bottom: 8px;
    font-family: 'Poppins';
    font-weight: inherit;
    display: flex;
}
#slider .slider-quick-inquary h3.slider-quick-header::before{
    content: '';
    position: relative;
    display: flex;
    width: 8px;
    height: 8px;
    background-color: #00ff7f !important;
    border-radius: 50%;
    align-self: center;
    margin-right: 10px;
    z-index: 1;
    animation: load 1.5s 
ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #00ff7f;
	}
	 50% {
		 background: #00ff7f;
		 opacity: 0.5;
	}
	 100% {
		 background: #00ff7f;
         opacity: 0.9;
	}
}

#slider .slider-quick-inquary p.slider-quick-para{
    color:  #cefafe;
    opacity: 0.7;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 16px;
}

#slider .slider-quick-inquary .slider-contact-boxs label{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #cefafe;
    opacity: 0.8;
}
#slider .slider-quick-inquary .slider-contact-boxs1 label{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #cefafe;
    opacity: 0.8;
}
#slider .slider-quick-inquary .slider-contact-boxs {
    position: relative;
}
#slider .slider-quick-inquary .slider-contact-boxs1 {
    position: relative;
}
#slider .slider-quick-inquary .slider-contact-boxs i{
    position: absolute;
    left: 1.9rem;
    top: 50%;
    font-size: 14px;
    color: #22d3ee;
    pointer-events: none;
    z-index: 1;
    opacity: 0.6;
}
#slider .slider-quick-inquary .slider-contact-boxs1 i{
    position: absolute;
    left: 0.9rem;
    top: 50%;
    font-size: 14px;
    color: rgba(34, 211, 238, 0.6);
    pointer-events: none;
    z-index: 1;
}


.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 .slider-area .owl-carousel{
    position: relative;
    background-color: #182333;
    padding: 18px 36px 11px;
    border-radius: 45px;
    top: -45px;
    width: 80%;
    left: 10%;
}
#slider .owl-theme .owl-dots, .owl-theme .owl-nav{
    display: none!important;
}
#slider .owl-carousel .owl-item img{
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}
#slider .peccular-slider-b h4.peccular-slider-title{
    font-size: 16px;
    font-family: 'Poppins';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
}
#slider .owl-carousel .peccular-slider-b {
    text-align-last: center;
}
#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:hover span {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0);
} */

.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;
}

.buttondesign a.btn-look i {
    font-size: 16px;
    margin-top: 5px;
}

/* .buttondesign a.btn-look:hover i {
    opacity: 1;
    -webkit-transform: translate3d(17px, 0, 0);
    transform: translate3d(17px, 0, 0);
} */

#slider .hero-style .buttondesign a.btn-look {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500 !important;
    letter-spacing: 0.78px;
    font-family: 'Poppins';
    color: #FFFFFF;
    padding: 8px 0;
}
#slider .hero-style .buttondesign a.btn-look::before {
    content: '';
    position: relative;
    display: flex;
    width: 8px;
    height: 8px;
    background-color: #FFFFFF !important;
    border-radius: 50%;
    align-self: center;
    margin-right: 10px;
    z-index: 1;
    animation: load 1.5s ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #FFFFFF;
	}
	 50% {
		 background: #FFFFFF;
		 opacity: 0.5;
	}
	 100% {
		 background: #FFFFFF;
         opacity: 0.9;
	}
}

#slider .hero-style .buttondesign a.btn-look:hover span {
    color: #FFFFFF !important;
}

#slider .hero-style .buttondesign a.btn-look:hover {
    background-image: linear-gradient(90deg, #22d3ee 40%, #3b82f6 100%);
    transform: scale(1.1);
}
#slider .hero-style .buttondesign a.btn-look {
    /*background: #FFFFFF; */
    display: flex;
    padding: 8px 35px 7px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500 !important;
    letter-spacing: 0.78px;
    font-family: 'Poppins';
    color: #FFFFFF;
    background-image: linear-gradient(to right, #22d3ee, #3b82f6, #2563eb);
    /* padding: 0px 35px; */
    border: 1px solid #22d3ee;
}
#slider .hero-style .buttondesign a.btn-look:hover {
    background-color: #182333 !important;
}

#slider .hero-style .slider-buttondesign a.btn-look span.slider-but2 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500 !important;
    letter-spacing: 0.78px;
    font-family: 'Poppins';
    color: #00ff7f;
}
#slider .hero-style .slider-buttondesign:hover a.btn-look span.slider-but2 {
    color: #030213;
}
#slider .hero-style .slider-buttondesign:hover a.btn-look  {
    background-color: rgba(0, 255, 127, 0.1);
}
#slider .hero-style .slider-buttondesign a.btn-look {
    display: flex;
    padding: 7px 35px 7px;
    border-radius: 10px;
    border: 2px solid #00ff7f;
    background-color: #0000;
    box-shadow: 0px 0px 17px 4px rgba(0, 255, 127, 0.25), 0 1px 2px -1px rgba(0, 255, 127, 0.25);
}
#slider .hero-style .slider-buttondesign a.btn-look .slider-popup {
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #00ff7f;
    border-radius: 50%;
    animation: ping 0.8s ease-out infinite;
    opacity: 1;
    align-self: center;
    margin-right: 10px;
}
@keyframes ping {
      0% {
        transform: scale(1);
        opacity: 0.6;
      }
      75% {
        transform: scale(2.5);
        opacity: 0;
      }
      100% {
        transform: scale(2.5);
        opacity: 0;
      }
    }
.slider-text-top-circle{
    position: relative;
  width: 15px;
  height: 15px;
  background-color: #00d3f3 !important;
  border-radius: 50%;
  /* Inner static circle */
  z-index: 1;
  /* top: -6%;
    left: 0%;
    transform: translate(-50%, -50%);	 */
    animation: load 1.5s ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #00d3f3;
	}
	 50% {
		 background: #00d3f3;
		 opacity: 0.5;
	}
	 100% {
		 background: #00d3f3;
         opacity: 0.9;
	}
}

.slider-text-top-circle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #00d3f3;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: ping 1.5s infinite;
  opacity: 0.7;
  z-index: 0;
}

@keyframes ping {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.slider-right-box{
    position: relative;
}

.slider-befor-lign{
    height: 1px;
    width: 80px;
    background: linear-gradient(to right, transparent, #00d3f3, #00ff7f);
}
.slider-after-lign{
    height: 1px;
    width: 80px;
    background: linear-gradient(to right, #00ff7f, #00d3f3, transparent);
}
.slider-right-box-circle{
    align-items: anchor-center;
    gap: 20px;
    display: flex;
    position: absolute;
    top: -50px;
}


.slider-text-bottom-circle{
    position: absolute;
  width: 16px;
  height: 16px;
  background-color: #00d3f3 !important;
  border-radius: 50%;
  /* Inner static circle */
  z-index: 1;
  bottom: 8rem;
    right: 8rem;
    animation: load 1.5s ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #00d3f3;
	}
	 50% {
		 background: #00d3f3;
		 opacity: 0.5;
	}
	 100% {
		 background: #00d3f3;
         opacity: 0.9;
	}
}

.slider-text-bottom-circle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #00d3f3;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: ping 1.5s infinite;
  opacity: 0.7;
  z-index: 0;
}

@keyframes ping {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
/* .slider-section-border-top{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #00d3f3, transparent);
    animation: pulseLine 2s ease-in-out infinite;
    animation-delay: 1s;
    opacity: 1;
}
@keyframes pulseLine {
  0%, 100% {
    opacity: 1;
  }
  50% {
    background: linear-gradient(to right, transparent, #00d3f3, transparent);
    opacity: 1;
  }
} */
.slider-section-border-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px !important;
    background: linear-gradient(to right, transparent,#00ff7f, #00ff7f,#00ff7f, transparent);
    animation: pulseLine 2s ease-in-out infinite;
    animation-delay: 1s;
    opacity: 1;
}
@keyframes pulseLine {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}


.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: #cffafe;
  opacity: 0.4;
}
input::placeholder {
  color: #cffafe;
  opacity: 0.4;
  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-style .slide-btns-2 a.ReadMore {
    font-size: 18px;
    border-radius: 10px;
    font-weight: 500;
    line-height: 24px;
    background: #ffffff;
    color: #FF5B4A;
    padding: 12px 28px;
    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;
    border: 2px solid #FF5B4A;
    text-transform: uppercase;
}
.hero-style .slide-btns-2 a.ReadMore:hover{
    color: #fff;
    border: 2px solid #FF5B4A;
}

.hero-style .slide-btns-2 a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
.hero-style .slide-btns-2 a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
.hero-style .slide-btns-2 a:hover:before{
    border-width: 180px 0 0 180px;
    border-color: #FF5B4A;   
    width: 50%;
    transition: all 0.6s ease 0s;
}
.hero-style .slide-btns-2 a:hover:after{
    border-width: 0 180px 180px 0;
    border-color: #FF5B4A;
    width: 51%;
    transition: all 0.6s ease 0s;
}

.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}

.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: 25px;
    height: 25px;
    border-radius: 50%;
    opacity: 0.9;
    background: #fff;
    display: none;
}

.hero-slider .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 37.3%;
    transform: translate(-50%, 900%);
}

.hero-slider .swiper-button-next {
   position: absolute;
    top: 50%;
    left: 62.7%;
    transform: translate(-50%, 900%);
}

.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;
    left: -15px;
    color: #FF5B4A;
    font-size: 25px;
    line-height: 30px;
    position: absolute;
    left: 7px;
    top: -2px;
}

.hero-slider .swiper-button-next:before {
    content: "\f105";
    font-family: FontAwesome;
    /* right: -15px; */
    color: #FF5B4A;
    font-size: 25px;
    line-height: 30px;
    position: absolute;
    right: 7px;
    top: -2px;
}

.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: #FF5B4A;
}

.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;

/*  box-shadow: 6px 0 15px rgba(55 84 170 / 0.2),
    calc(6px * -1) 0 15px rgba(255 255 255 / 1);*/
}

.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 .faq .faq-card {
    background: #ffffff;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.1);
    margin: 20px 0;
}

#innerpage-box .faq .faq-card h3 {
    font-size: 18px !important;
    color: #0D1F2D !important;
    margin: 0;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

#innerpage-box .faq .faq-card .icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    color: #0bbcd4;
}

#innerpage-box .faq .faq-card p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
    padding-left: 40px;
}


/*----------------------------------------*/
/*  13. contactinfo Area
/*----------------------------------------*/

#contactinfo .peccular-section-head {
        margin-bottom: 0px;
}
        #contactinfo {
    background-color: #91b201;
}
 #contactinfo .contactinfo-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000; 
    opacity: 1;
    background-size: cover;
}
#contactinfo .for-contactinfo-bg {
    padding-top: 0em;
}
 #contactinfo .peccular-contactinfo {
    padding-top: 0em;
    position: relative;
}
 #contactinfo .peccular-contactinfo-block{
    padding-top: 5em;
}
 #contactinfo .peccular-section-head h2{
    font-size: 38px;
    line-height: 35px;
    color: #fdfdfd;
    font-weight: 500;
    font-style: italic;
    font-family: "DM Serif Display";
    text-align: center;
}
 #contactinfo .peccular-section-head h3 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    font-family: 'Roboto Slab';
}
 #contactinfo .peccular-section-head h3 span{
    color: #3a72fe;
    display: block;
}

#contactinfo .peccular-contactinfo-button a{
    color: #91b201;
    background:#fff ;
    padding: 15px 25px;
    font-size: 22px;
    font-weight: 500;
    word-break: break-word;
    line-height: 25px;
    border-radius: 10px;
    z-index: 10;
    position: relative;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-style: italic;
}

#contactinfo .peccular-contactinfo-button {
    padding: 1.5em;
    text-align: left;
}
#contactinfo .peccular-contactinfo-button .read-btn:hover{ color: #fff; }

#contactinfo .peccular-contactinfo-button a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
#contactinfo .peccular-contactinfo-button a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0;
    border-style: solid;
    z-index: -1;
    transition: all 0.6s ease 0s;
}
#contactinfo .peccular-contactinfo-button a:hover:before{
    border-width: 180px 0 0 180px;
    border-color: #FF5B4A;   
    width: 50%;
    transition: all 0.6s ease 0s;
}
#contactinfo .peccular-contactinfo-button a:hover:after{
    border-width: 0 180px 180px 0;
    border-color: #FF5B4A;
    width: 51%;
    transition: all 0.6s ease 0s;
}

 #contactinfo .peccular-contactinfo-block {
    -moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 1;
    position: relative;
    color: #d8d9d4;
}

 #contactinfo .peccular-contactinfo-label {
    font-size: 16px;
    font-weight: 400;
    color: #f9fcf5;
}
 #contactinfo .peccular-contactinfo-data {
    font-size: 18px;
    font-weight: 600;
    color: #f7f7f7;
}
 #contactinfo a.peccular-contactinfo-data:hover{
    color: #3a72fe;
}
 #contactinfo .peccular-contactinfo-info{
    margin-top: 10px;
    margin-bottom: 4em;
    color: #fbfbf1;
}

/*----------------------------------------*/
/*  banner Area
/*----------------------------------------*/

 div#banner {
    position: relative;
    overflow: hidden;
        background-color: #FF5B4A;
}

#banner .bannerLeftShape {
    -webkit-mask-image: url(images/bannerLeftShape.png);
    mask-image: url(images/bannerLeftShape.png);
    -webkit-mask-position: top center;
    mask-position: center center;
    -webkit-mask-repeat: round;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
#banner .peccular-featured-img {
    position: relative;
    margin-bottom: -4px;
}
#banner img.banner-mainimg {
    width: 100%;
    height: 660px;
}
#banner .banner_mainTitle h2 {
    font-size: 60px;
    color: #fff;
    font-family: 'DM Serif Display';
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 73px;
}
#banner .banner_mainTitle{
    position: relative;
    overflow: hidden;
    z-index: 1;
    left: 20%;
    width: 530px;
    top: 10%;
}
#banner .boxshape1 {
    position: absolute;
    bottom: -220px;
    left: -217px;
    z-index: 8;
    background: #fff;
    width: 50%;
    height: 864px;
    border-radius: 50%;
    z-index: 0;
    opacity: 10%;
}
#banner .boxshape2 {
    position: absolute;
    bottom: -163px;
    left: -195px;
    z-index: 8;
    background: #fff;
    width: 43%;
    height: 689px;
    border-radius: 50%;
    z-index: 0;
    opacity: 10%;
}
#banner .boxshape3 {
    position: absolute;
    bottom: -79px;
    left: -95px;
    z-index: 8;
    background: #fff;
    width: 32%;
    height: 500px;
    border-radius: 50%;
    z-index: 0;
    opacity: 10%;
}
#banner .banner_mainTitle p {
    color: #fff;
    font-size: 40px;
    font-family: 'Roboto';
    text-align: left;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 1px;
}

#banner .peccular-banner-imgbox {    
    width: 100%;
}
#banner .peccular-banner-imgbox img{
    width: 100%;
    border-radius: 50%;
    border: 4px solid #fff;
    z-index: 10;
    position: relative;
    margin-left: 20px;
}
 #banner .banner-section-area-text-subtitle {
    color: #ffff;
    font-size: 26px;
    font-weight: 500;
    word-break: break-word;
    line-height: 20px;
    line-height: 24px;
    margin-top: 1em;
    background: #FF5B4A;
    padding: 16px 60px 16px 60px;
    border: 1px solid #707070;
    border-radius: 50px;
    margin-left: 30%;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    display: inline-block;
}

#banner .banner_phn_No {
    background: #e0e8b7;
    border-radius: 25px;
    left: 0;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-top: -32px;
    border: 1px solid #707070;
}
#banner .banner_phn_No:hover .banner-icn i{
    transform: rotate(90deg);
    transition: all 0.8s;
}
#banner .banner-icn {
    background: #FF5B4A;
    width: 74px;
    height: 74px;
    border-radius: 8px;
    margin-top: 20px;
    margin-left: 21px;
    margin-bottom: 15px;
    transition: all 0.8s;
}
#banner .banner-icn i {
    font-size: 72px;
    position: relative;
    z-index: 1;
    margin-top: 3px;
    color: #e0e8b7;
    transition: all 0.8s;
}
 #banner .banner-section-area-text {
    color: #28a0a7;
    word-break: break-word;
    position: relative;
    display: inline-block;
    padding: 19px 45px 5px 40px;
}

#banner .banner-section-area-text h3 {
    font-weight: 500;
    font-size: 49px;
    line-height: 78px;
    color: #FF5B4A;
    font-family: 'Roboto';
    border-left: 4px solid #FF5B4A;
    margin-left: 5px;
    transition: all 0.8s;
}
#banner .banner-section-area-text h3:hover{
    text-decoration: wavy;
    transition: all 1s;
    letter-spacing: 0.5px;
}
/************/
#banner .peccular-banner-single:hover .peccular-banner-imgbox img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transform: scale(1) rotateZ(-6deg);
    -moz-transform: scale(1) rotateZ(-6deg);
    -webkit-transform: scale(1) rotateZ(-6deg);
    -o-transform: scale(1) rotateZ(-6deg);
    transition: .5s ease;;
}

#banner .peccular-banner-content{
    padding: 14px 0;
} 

#banner .peccular-banner-content h4.peccular-banner-title{
    font-size: 42px;
    font-weight: 600;
    word-break: break-word;
    padding: 0 15px;
    margin-bottom: 1em;
    line-height: 52px;
    color: #fff;
    z-index: 10;
    position: relative;
} 
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn{
    color: #000;
    background:#fef4b4 ;
    padding: 11px 21px;
    font-size: 17px;
    font-weight: 500;
    word-break: break-word;
    line-height: 25px;
    border-radius: 30px;
    z-index: 10;
    position: relative;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #FF5B4A;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}  
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:hover:before, 
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:focus:before, 
#banner .peccular-banner-b:nth-child(odd) .peccular-banner-content .morder-btn:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

#banner .peccular-banner-b:nth-child(odd) .peccular-banner-single{
     background: #fbdd17;
    padding: 2em 1em;
    margin-bottom: 2em;
     overflow: hidden;
    position: relative;
}
#banner .peccular-banner-b:nth-child(odd) .boxshape{  
    position: absolute;
    bottom: -39px;
    left: -43px;
    z-index: 8;
    background: #faee9c;
    width: 264px;
    height: 232px;
    border: 1px solid #faee9c;
    border-radius: 50%;
}

#banner .peccular-banner-b:nth-child(odd) .boxshape2{ display: none; }
#banner .peccular-banner-b:nth-child(even) .boxshape{ display: none; }

#banner .peccular-banner-b:nth-child(even) .peccular-banner-single{
    background: #fa3759;
    padding: 2em 1em;
    margin-bottom: 2em;
    overflow: hidden;
    position: relative;
}
#banner .peccular-banner-b:nth-child(even) .boxshape2{
    position: absolute;
    top: -30px;
    right: -70px;
    z-index: 8;
    background: #fa6a83;
    width: 233px;
    height: 205px;
    border: 1px solid #fa6a83;
    border-radius: 50%;
}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn{
    color: #000;
    background:#fa6a83 ;
    padding: 11px 21px;
    font-size: 17px;
    font-weight: 500;
    word-break: break-word;
    line-height: 25px;
    border-radius: 30px;
    z-index: 10;
    position: relative;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #000;
    background: #FF5B4A;  
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:hover:before, 
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:focus:before, 
#banner .peccular-banner-b:nth-child(even) .peccular-banner-content .morder-btn:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}


/*Banner Secxtion Falling Animation Effect*/
/** PETAL **/
.petals-Animate{
     position: absolute;
    /* width: 100%; */
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}
/* Petals animation for about section  */

.petal {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -10rem;
  bottom:0;
  z-index: 150;
}
.petal .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}
.petal .askew {
  background: currentColor;
  transform: skewY(10deg);
  display: block;
  width: 2rem;
  height: 2rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective:1000;
}

.petal {
  color: rgba(0,0,0,0);
}
.petal:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s;
}
.petal:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s;
}
.petal:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s;
}
.petal:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s;
}
.petal:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s;
}
.petal:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s;
}
.petal:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s;
}
  
.petal:nth-of-type(9n) .rotate {
  animation-duration: 2s;
}
.petal:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s;
}
.petal:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s;
}
.petal:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s;
}
.petal:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s;
}
.petal:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s;
}
.petal:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s;
}
.petal:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s;
}
.petal:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s;
}
/* Petals animation for about section  */

@keyframes drifty {
  0% {
    transform: skewY(10deg) translate3d(-250%, 0, 0);
    display:block;
  }
  100% {
    transform: skewY(-12deg) translate3d(250%, 0, 0);
    display:block;
  }
}
@keyframes driftyRotate {
  0% {
    transform: rotateX(0);
    display:block;
  }
  100% {
    transform: rotateX(359deg);
    display:block;
  }
}
.datevenue-img-box {
    background: #f4f0ed;
}
.datevenue--populated_element {

}


/* Petals animation for about section  */
div#banner {
    overflow: hidden;
}
.petal1 {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -10rem;
  bottom:0;
  z-index: 150;
}
.petal1 .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}
.petal1 .askew {
  background: currentColor;
  transform: skewY(10deg);
  display: block;
  width: 2rem;
  height: 2rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective: 1000;
}

.petal1 {
  color: rgba(0,0,0,0);
}
.petal1:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s;
}
.petal1:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s;
}
.petal1:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s;
}
.petal1:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s;
}
.petal1:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s;
}
.petal1:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s;
}
.petal1:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s;
}
  
.petal1:nth-of-type(9n) .rotate {
  animation-duration: 2s;
}
.petal1:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s;
}
.petal1:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s;
}
.petal1:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s;
}
.petal1:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s;
}
.petal1:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s;
}
.petal1:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s;
}
.petal1:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s;
}
.petal1:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s;
}

.petal2 {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -10rem;
  bottom:0;
  z-index: 150;
}
.petal2 .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}
.petal2 .askew {
  background: currentColor;
  transform: skewY(10deg);
  display: block;
  width: 2rem;
  height: 2rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective:1000;
}

.petal2 {
  color: rgba(0,0,0,0);
}
.petal2:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s;
}
.petal2:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s;
}
.petal2:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s;
}
.petal2:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s;
}
.petal2:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s;
}
.petal2:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s;
}
.petal2:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s;
}
  
.petal2:nth-of-type(9n) .rotate {
  animation-duration: 2s;
}
.petal2:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s;
}
.petal2:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s;
}
.petal2:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s;
}
.petal2:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s;
}
.petal2:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s;
}
.petal2:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s;
}
.petal2:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s;
}
.petal2:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s;
}

.petal3 {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -10rem;
  bottom:0;
  z-index: 150;
}
.petal3 .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}
.petal3 .askew {
  background: currentColor;
  transform: skewY(10deg);
  display: block;
  width: 2rem;
  height: 2rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective:1000;
}

.petal3 {
  color: rgba(0,0,0,0);
}
.petal3:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s;
}
.petal3:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s;
}
.petal3:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s;
}
.petal3:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s;
}
.petal3:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s;
}
.petal3:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s;
}
.petal3:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s;
}
  
.petal3:nth-of-type(9n) .rotate {
  animation-duration: 2s;
}
.petal3:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s;
}
.petal3:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s;
}
.petal3:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s;
}
.petal3:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s;
}
.petal3:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s;
}
.petal3:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s;
}
.petal3:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s;
}
.petal3:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s;
}
#banner .fallingeffect .set{
  position:absolute;
  /* width:100%; */
  height:100%;
  top:0;
  left:0;
  pointer-events:none;
  z-index: 1;
}
#banner .fallingeffect .set div{
  position:absolute ;
  display:block ;
}
#banner .fallingeffect .set div:nth-child(1){
  left:20%;
  animation:animate 15s linear infinite ;
  animation-delay:-7s;
}
#banner .fallingeffect .set div:nth-child(2){
  left:50%;
  animation:animate 20s linear infinite ;
  animation-delay:-5s;
}
#banner .fallingeffect .set div:nth-child(3){
  left:70%;
  animation:animate 20s linear infinite ;
  animation-delay:0s;
}
#banner .fallingeffect .set div:nth-child(4){
  left:0%;
  animation:animate 15s linear infinite ;
  animation-delay:-5s;
}

#banner .set2{
  transform:scale(1.5) rotateY(180deg);
  filter:blur(2px);
}
#banner .set3{
  transform:scale(0.8) rotateX(180deg);
  filter:blur(4px);
}

@keyframes animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(100px, 600px) rotateZ(270deg); 
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(150px, 800px) rotateY(360deg);
  }
}
@keyframes animate {
  0% {
    opacity: 1;    
    -webkit-transform: translate(0, 0px) rotateZ(0deg);
  }
  75% {
    opacity: 1;   
    -webkit-transform: translate(100px, 600px) rotateZ(270deg); 
  }
  100% {
    opacity: 0;    
    -webkit-transform: translate(150px, 800px) rotateZ(360deg);
  }
}

/*----------------------------------------*/
/*  Feature Area
/*----------------------------------------*/


#feature .peccular-section-head {
    display: flex;
    justify-content: center;
}
/*  */
.orb-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  position: relative;
}

.orb {
  width: 8rem; /* w-32 */
  height: 8rem;
  border: 2px solid rgba(34, 211, 238, 0.5); /* cyan-400/50 */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: spin 20s linear infinite;
}

.orb-inner {
  width: 6rem; /* w-24 */
  height: 6rem;
  border: 1px solid rgba(0, 255, 127, 0.5); /* #00FF7F/50 */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orb-core {
  width: 4rem; /* w-16 */
  height: 4rem;
  border-radius: 50%;
  background: linear-gradient(to bottom right, rgba(34, 211, 238, 0.2), rgba(0, 255, 127, 0.2));
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

.icon-cpu {
  width: 2rem;
  height: 2rem;
  color: #22d3ee;
  animation: load 1.5s infinite;
}

/* Floating dots */
.brain-dot {
  position: relative;
    bottom: 3.5rem;
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background: #00FF7F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce 2s infinite;
}

.icon-brain {
  width: 1rem;
  height: 1rem;
  color: #0D1F2D;
}

.pulse-dot {
  position: relative;
    top: 4rem;
    right: 10rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #22d3ee;
    border-radius: 50%;
    animation: load 2s infinite;
}

/* Animations */
@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes load {
  0%, 100% { opacity: 0.5; transform: scale(0.95); }
  50% { opacity: 1; transform: scale(1.05); }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
/*  */

#feature .service-list{
    display: flex;
    justify-content: center;
    gap: 5rem;
    margin-top: 32px;
    margin-bottom: 64px;
}

#feature .service-list .service-list-product1,#feature .service-list .service-list-product3,#feature .service-list .service-list-product2{
    display: flex;
    font-size: 14px;
    line-height: 1.4;
    color: #53eafd;
    opacity: 0.6;
    align-items: center;
}
#feature .service-list .service-list-product1::before{
    content: '';
    position: relative;
    display: flex;
    width: 4px;
    height: 4px;
    background-color: #00d3f3 !important;
    border-radius: 50%;
    align-self: center;
    margin-right: 12px;
    z-index: 1;
    animation: load 1.5s ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #00d3f3;
	}
	 50% {
		 background: #00d3f3;
		 opacity: 0.5;
	}
	 100% {
		 background: #00d3f3;
         opacity: 1;
	}
}
#feature .service-list .service-list-product2::before{
    content: '';
    position: relative;
    display: flex;
    width: 4px;
    height: 4px;
    background-color: #00ff7f !important;
    border-radius: 50%;
    align-self: center;
    margin-right: 12px;
    z-index: 1;
    animation: load 1.5s ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #00d3f3;
	}
	 50% {
		 background: #00d3f3;
		 opacity: 0.5;
	}
	 100% {
		 background: #00d3f3;
         opacity: 1;
	}
}
#feature .service-list .service-list-product3::before{
    content: '';
    position: relative;
    display: flex;
    width: 4px;
    height: 4px;
    background-color: #51a2ff !important;
    border-radius: 50%;
    align-self: center;
    margin-right: 12px;
    z-index: 1;
    animation: load 1.5s ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #00d3f3;
	}
	 50% {
		 background: #00d3f3;
		 opacity: 0.5;
	}
	 100% {
		 background: #00d3f3;
         opacity: 1;
	}
}

/* new */

#feature {
    position: relative;
    padding: 5rem 0;
    color: #ffffff;
    background: linear-gradient(to bottom right, #0D1F2D, #1a2f42, #0D1F2D);
    overflow: hidden;
}
#feature .feature-bg {
    background-image: linear-gradient(#00d3f3 1px, transparent 1px), linear-gradient(to right, #00d3f3 1px, transparent 1px);
    background-size: 50px 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.04;
}
#feature .peccular-section-head h2{
    font-family: 'Poppins';
    text-transform: capitalize;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
    text-align: center;
}
#feature .peccular-section-head h2 span.gradient-text {
  background: linear-gradient(to right, #22d3ee, #60a5fa, #00ff7f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text !important;
  text-fill-color: transparent;
  font-size: 48px;
  font-family: 'Poppins';
}
#feature .feature-main-para{
    font-size: 20px;
    color: #cefafecc;
    font-weight: 300;
    /* max-width: 42rem; */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.6;
    opacity: 0.8;
}

#feature .peccular-feature-single {
  position: relative;
 background: linear-gradient(to bottom right, rgba(34, 211, 238, 0.2),  rgba(26, 47, 66, 0.5) );
  border: 2px solid rgba(0, 255, 255, 0.3);
  border-radius: 0.75rem;
  padding: 1.5rem;
  backdrop-filter: blur(4px);
  transition: all 0.5s ease;
  overflow: hidden;
}

#feature .peccular-feature-single:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.2);
}

/* "EXPERT" Badge */
#feature .badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #22d3ee;
  background: rgba(34, 211, 238, 0.2);
  border: 1px solid rgba(34, 211, 238, 0.5);
  border-radius: 9999px;
  backdrop-filter: blur(4px);
}

/* Hover overlay glow */
#feature .hover-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, transparent, rgba(255, 255, 255, 0.05), transparent);
  opacity: 0;
  border-radius: 0.75rem;
  transition: opacity 0.5s ease;
}
#feature .peccular-feature-single:hover .hover-glow {
  opacity: 1;
}

/* Content area */
#feature .content {
  position: relative;
  text-align: center;
  z-index: 2;
}

/* Icon container */
#feature .peccular-feature-icon {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  transition: transform 0.5s ease;
}
#feature .peccular-feature-single:hover .peccular-feature-icon {
  transform: scale(1.1);
}

/* Inner icon circle */
#feature .peccular-feature-icon-box {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(34, 211, 238, 0.2), transparent);
  border: 2px solid #22d3ee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  animation: pulseLine 2s infinite ease-in-out;
}

#feature span {
  /* width: 32px;
  height: 32px; */
  font-size: 32px;
  color: #22d3ee;
}

/* Rotating outer ring */
#feature .spinning-border {
  /* position: absolute;
  inset: 0;
  border: 1px solid rgba(34, 211, 238, 0.3);
  border-radius: 50%;
  animation: spin 8s linear infinite; */
}

/* Radial glow */
#feature .radial-glow {
  /* position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.2), transparent);
  border-radius: 50%;
  filter: blur(12px);
  transition: transform 0.5s ease; */
}
#feature .peccular-feature-single:hover .radial-glow {
  transform: scale(1.5);
}

/* Title and text */
#feature h4.peccular-feature-title {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  color: #e0f7fa;
  transition: color 0.3s ease;
}
#feature .peccular-feature-single:hover h4.peccular-feature-title {
  color: #22d3ee;
}

#feature p {
  color: #cefafeb3;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  opacity: 0.7;
}

/* Status indicator */
#feature .status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  background: rgba(34, 211, 238, 0.1);
  border: 1px solid rgba(34, 211, 238, 0.3);
  backdrop-filter: blur(4px);
}

#feature .status-dot {
  width: 6px;
  height: 6px;
  background-color: #22d3ee;
  border-radius: 50%;
  animation: pulseLine 1.5s infinite ease-in-out;
}

#feature .status span {
  font-size: 0.75rem;
  color: #e0f7facc;
  opacity: 0.8;
}

/* Animations */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulseLine {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.6;
  }
}


/* bottum css */

#feature .network-icons {
  margin-top: 4rem; /* mt-16 */
  display: flex;
  justify-content: center;
}

#feature .icon-wrapper {
  position: relative;
}

#feature .icon-group {
  display: flex;
  align-items: center;
  gap: 1.5rem; /* space-x-6 */
  position: relative;
  z-index: 10;
}

/* SVG Icon sizes & animation */
#feature .wifi-icon,
#feature .brain-icon {
  /* width: 2rem;
  height: 2rem; */
  font-size: 32px;
  color: #22d3ee; /* text-cyan-400 */
  animation: load 2s infinite;
}

#feature .cpu-icon {
  /* width: 2.5rem;
  height: 2.5rem; */
  font-size: 40px;
  color: #00FF7F;
  animation: spin 4s linear infinite;
}

/* Divider bars between icons */
#feature .divider {
  width: 0.5rem;
  height: 3rem;
  animation: load 2s infinite;
  background: linear-gradient(to top, transparent, #00FF7F, transparent);
  border-radius: 2px;
}

#feature .divider-cyan {
  background: linear-gradient(to top, transparent, #22d3ee, transparent);
}

/* Background glow */
#feature .bg-glow {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.1), transparent);
  filter: blur(40px);
  z-index: 0;
}

/* Animations */
@keyframes load {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* background css */

/* Base container */
.background-grid {
  position: absolute;
  inset: 0; /* top: 0; right: 0; bottom: 0; left: 0; */
}

/* Faint grid background */
.grid-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.1;
}

.grid-pattern {
  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: 50px 50px;
}

/* Circular border (top-left) */
.circle-pulse {
  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;
}

/* Rotating square (bottom-right) */
.square-spin {
  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;
}

/* Small glowing cyan dot (center-left) */
.dot-ping {
  position: absolute;
  top: 50%;       /* top-1/2 */
  left: 2.5rem;   /* left-10 */
  width: 0.75rem; /* w-3 */
  height: 0.75rem; /* h-3 */
  background-color: #22d3ee; /* cyan-400 */
  border-radius: 50%;
  animation: ping 1.5s infinite;
}

/* Small bright green dot (bottom-right area) */
.dot-pulse {
  position: absolute;
  bottom: 33%;      /* bottom-1/3 */
  right: 25%;       /* right-1/4 */
  width: 1rem;      /* w-4 */
  height: 1rem;     /* h-4 */
  background-color: #00FF7F;
  border-radius: 50%;
  animation: load 2s infinite;
}

/* Animations */
@keyframes load {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.05);
  }
}

@keyframes spin {
  to {
    transform: rotate(405deg);
  }
}

@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
 
/* :nth-child(2) child class */
#feature .peccular-feature-b:nth-child(2) .peccular-feature-single{
    border: 2px solid rgba(96, 165, 250, 0.3);
    background: linear-gradient(to bottom right,  rgba(96, 165, 250, 0.2), rgba(26, 47, 66, 0.5)  );
}
#feature .peccular-feature-b:nth-child(2) .peccular-feature-single:hover {
    box-shadow: 0 0 25px rgba(96, 165, 250, 0.2);
}
#feature .peccular-feature-b:nth-child(2) .badge{
    color: #60a5fa;                           
  background-color: rgba(96, 165, 250, 0.2);
  border: 1px solid rgba(96, 165, 250, 0.5);
}
#feature .peccular-feature-b:nth-child(2) .peccular-feature-icon-box{
    border: 2px solid #60a5fa; /* border-blue-400 */
    background: linear-gradient(to bottom right,
    rgba(96, 165, 250, 0.2), transparent);
}
#feature .peccular-feature-b:nth-child(2) span{
    color: #60a5fa;
}
/* #feature .peccular-feature-b:nth-child(2) .spinning-border{
    border: 1px solid rgba(96, 165, 250, 0.3); 
}
#feature .peccular-feature-b:nth-child(2) .radial-glow{
    background: radial-gradient( circle,rgba(96, 165, 250, 0.2), transparent  );
} */
#feature .peccular-feature-b:nth-child(2) .peccular-feature-single:hover h4.peccular-feature-title{
    color: #51a2ff;
}
#feature .peccular-feature-b:nth-child(2) .status span{
    color: #cefafecc;
}
#feature .peccular-feature-b:nth-child(2) .status-dot{
    background-color: #51a2ff;
}
#feature .peccular-feature-b:nth-child(2) .status{
    background-color: rgba(96, 165, 250, 0.1); 
    border: 1px solid rgba(96, 165, 250, 0.3);
}

/* :nth-child(3) child class */
#feature .peccular-feature-b:nth-child(3) .peccular-feature-single{
    border: 2px solid  rgba(0, 255, 127, 0.3);;
    background: linear-gradient(to bottom right,  rgba(0, 255, 127, 0.2), rgba(26, 47, 66, 0.5)  );
}
#feature .peccular-feature-b:nth-child(3) .peccular-feature-single:hover {
    box-shadow: 0 0 25px rgba(0, 255, 127, 0.2);
}
#feature .peccular-feature-b:nth-child(3) .badge{
    color: #00ff7f;                           
  background-color: rgba(0, 255, 127, 0.2);
  border: 1px solid rgba(0, 255, 127, 0.5);
}
#feature .peccular-feature-b:nth-child(3) .peccular-feature-icon-box{
    border: 2px solid #00ff7f; /* border-blue-400 */
    background: linear-gradient(to bottom right,
    rgba(0, 255, 127, 0.2), transparent);
}
#feature .peccular-feature-b:nth-child(3) span{
    color: #00ff7f;
}
/* #feature .peccular-feature-b:nth-child(3) .spinning-border{
    border: 1px solid rgba(0, 255, 127, 0.3); 
}
#feature .peccular-feature-b:nth-child(3) .radial-glow{
    background: radial-gradient( circle,rgba(0, 255, 127, 0.2), transparent  );
} */
#feature .peccular-feature-b:nth-child(3) .peccular-feature-single:hover h4.peccular-feature-title{
    color: #00ff7f;
}
#feature .peccular-feature-b:nth-child(3) .status span{
    color: #cefafecc;
}
#feature .peccular-feature-b:nth-child(3) .status-dot{
    background-color: #00ff7f;
}
#feature .peccular-feature-b:nth-child(3) .status{
    background-color: rgba(0, 255, 127, 0.1); 
    border: 1px solid rgba(0, 255, 127, 0.3);
}

/* :nth-child(4) child class */
#feature .peccular-feature-b:nth-child(4) .peccular-feature-single{
    border: 2px solid  rgba(167, 139, 250, 0.3);;
    background: linear-gradient(to bottom right,  rgba(167, 139, 250, 0.2), rgba(26, 47, 66, 0.5)  );
}
#feature .peccular-feature-b:nth-child(4) .peccular-feature-single:hover {
    box-shadow: 0 0 25px rgba(167, 139, 250, 0.2);
}
#feature .peccular-feature-b:nth-child(4) .badge{
    color: #c27aff;                           
  background-color: rgba(167, 139, 250, 0.2);
  border: 1px solid rgba(167, 139, 250, 0.5);
}
#feature .peccular-feature-b:nth-child(4) .peccular-feature-icon-box{
    border: 2px solid #c27aff; /* border-blue-400 */
    background: linear-gradient(to bottom right,
    rgba(167, 139, 250, 0.2), transparent);
}
#feature .peccular-feature-b:nth-child(4) span{
    color: #c27aff;
}
/* #feature .peccular-feature-b:nth-child(4) .spinning-border{
    border: 1px solid rgba(167, 139, 250, 0.3); 
}
#feature .peccular-feature-b:nth-child(4) .radial-glow{
    background: radial-gradient( circle,rgba(167, 139, 250, 0.2), transparent  );
} */
#feature .peccular-feature-b:nth-child(4) .peccular-feature-single:hover h4.peccular-feature-title{
    color: #c27aff;
}
#feature .peccular-feature-b:nth-child(4) .status span{
    color: #cefafecc;
}
#feature .peccular-feature-b:nth-child(4) .status-dot{
    background-color: #c27aff;
}
#feature .peccular-feature-b:nth-child(4) .status{
    background-color: rgba(167, 139, 250, 0.1); 
    border: 1px solid rgba(167, 139, 250, 0.3);
}

/* :nth-child(5) child class */
#feature .peccular-feature-b:nth-child(5) .peccular-feature-single{
    border: 2px solid  rgba(245, 158, 11, 0.3);;
    background: linear-gradient(to bottom right,  rgba(245, 158, 11, 0.2), rgba(26, 47, 66, 0.5)  );
}
#feature .peccular-feature-b:nth-child(5) .peccular-feature-single:hover {
    box-shadow: 0 0 25px rgba(245, 158, 11, 0.2);
}
#feature .peccular-feature-b:nth-child(5) .badge{
    color: #ffb900;                           
  background-color: rgba(245, 158, 11, 0.2);
  border: 1px solid rgba(245, 158, 11, 0.5);
}
#feature .peccular-feature-b:nth-child(5) .peccular-feature-icon-box{
    border: 2px solid #ffb900; /* border-blue-400 */
    background: linear-gradient(to bottom right,
    rgba(245, 158, 11, 0.2), transparent);
}
#feature .peccular-feature-b:nth-child(5) span{
    color: #ffb900;
}
/* #feature .peccular-feature-b:nth-child(5) .spinning-border{
    border: 1px solid rgba(245, 158, 11, 0.3); 
}
#feature .peccular-feature-b:nth-child(5) .radial-glow{
    background: radial-gradient( circle,rgba(245, 158, 11, 0.2), transparent  );
} */
#feature .peccular-feature-b:nth-child(5) .peccular-feature-single:hover h4.peccular-feature-title{
    color: #ffb900;
}
#feature .peccular-feature-b:nth-child(5) .status span{
    color: #cefafecc;
}
#feature .peccular-feature-b:nth-child(5) .status-dot{
    background-color: #ffb900;
}
#feature .peccular-feature-b:nth-child(5) .status{
    background-color: rgba(245, 158, 11, 0.1); 
    border: 1px solid rgba(245, 158, 11, 0.3);
}

/* :nth-child(6) child class */
#feature .peccular-feature-b:nth-child(6) .peccular-feature-single{
    border: 2px solid  rgba(248, 113, 113, 0.3);;
    background: linear-gradient(to bottom right,  rgba(248, 113, 113, 0.2), rgba(26, 47, 66, 0.5)  );
}
#feature .peccular-feature-b:nth-child(6) .peccular-feature-single:hover {
    box-shadow: 0 0 25px rgba(248, 113, 113, 0.2);
}
#feature .peccular-feature-b:nth-child(6) .badge{
    color: #ff6467;                           
  background-color: rgba(248, 113, 113, 0.2);
  border: 1px solid rgba(248, 113, 113, 0.5);
}
#feature .peccular-feature-b:nth-child(6) .peccular-feature-icon-box{
    border: 2px solid #ff6467; /* border-blue-400 */
    background: linear-gradient(to bottom right,
    rgba(248, 113, 113, 0.2), transparent);
}
#feature .peccular-feature-b:nth-child(6) span{
    color: #ff6467;
}
/* #feature .peccular-feature-b:nth-child(6) .spinning-border{
    border: 1px solid rgba(248, 113, 113, 0.3); 
}
#feature .peccular-feature-b:nth-child(6) .radial-glow{
    background: radial-gradient( circle,rgba(248, 113, 113, 0.2), transparent  );
} */
#feature .peccular-feature-b:nth-child(6) .peccular-feature-single:hover h4.peccular-feature-title{
    color: #ff6467;
}
#feature .peccular-feature-b:nth-child(6) .status span{
    color: #cefafecc;
}
#feature .peccular-feature-b:nth-child(6) .status-dot{
    background-color: #ff6467;
}
#feature .peccular-feature-b:nth-child(6) .status{
    background-color: rgba(248, 113, 113, 0.1); 
    border: 1px solid rgba(248, 113, 113, 0.3);
}
/*----------------------------------------*/
/*  Team Area
/*----------------------------------------*/
/* team new */
#team .section-team-heading {
    display: inline-flex;
}
#team .peccular-section-head h2 {
    margin-bottom: 33px;
}
#team .frature-img-heading {
    position: relative;
    top: -20px;
    left: -25px;
}
#team .team-sub-heading {
    font-size: 30px;
    font-family: "PT Sans";
    letter-spacing: 0.9px;
    color: #182333;
}

 #team .peccular-team-block {
    position: relative;
}
 #team .team-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
 #team .peccular-section-head h2{
    color: #fff;
}
.peccular-team-img img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
}
 #team h4.peccular-team-name {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.3em;
}
 #team .peccular-team-single:hover h4.peccular-team-name {
    color: #b3090d;
}

 /* #team h6.peccular-team-designation {
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    margin-bottom: 2em;
} */
.peccular-team-keeper-single h4{
    font-size: 14px;
    font-weight: 400;
    color: #afafa5;
    margin: 0;
}
.peccular-team_keepers-data {
    font-size: 14px;
    color: #eaebe4;
    font-weight: 500;
}
.peccular-team-single .peccular-team-keeper-area .peccular-team-keeper-single {
  margin-bottom: 10px;
  padding: 5px 8px;
}

.peccular-team-single .peccular-team-keeper-area .peccular-team-keeper-single:nth-child(even) {
    background: #4b4a36;
}

 
 div#team .peccular-team-single {
    margin-bottom:15px;
}

 #team .peccular-team-image img {
    width: 100%;
    height:451px;
    background: #fff;
    z-index: 1;
    position: relative;
    border-radius: 10px;
}
 #team .peccular-team-image {
     position: relative;
    }
#team .peccular-team-img {
    justify-content: center;
    display: grid;
    position: relative;
    text-align: center;
}
#team .peccular-team-img:hover {
    transform: translateY(-43px);
}

#team .peccular-team-img .image-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #ECECEC;
    border-radius: 10px;
    z-index: 0;
    transform: rotate(10deg);
}
#team .peccular-team-img .peccular-team-section {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
    z-index: 2;
    width: 90%;
    top: -35px;
    left: 5%;
    text-align: center;
    padding: 11px;
}
#team h4.peccular-team-name {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 8px;
    letter-spacing: 0px;
    line-height: 25px;
    letter-spacing: 0px;
    font-family: 'PT Sans';
}
#team .peccular-team-img:hover h4.peccular-team-name{
    color: #FDA12B;
}
#team h6.peccular-team-designation {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    text-transform: none;
    font-family: 'Poppins';
    letter-spacing: 0px;
}
#team .peccular-team-social-icon a i {
    color: #182333;
    font-size: 18px;
    /* margin-right: 10px; */
}
#team .peccular-team-social-icon {
    gap: 34px;
    display: inline-flex;
    justify-content: center;
    opacity: 0;
}
#team .peccular-team-img:hover .peccular-team-social-icon {
    opacity: 1;
}

 #team .peccular-team-social-icon a:hover i{
    color: #3c73fa;
    transform: rotateY(360deg);
    transition: transform 0.5s ease-out;
}

 div#team .owl-theme .owl-dots {
    display: none;
}

 div#team .owl-nav .owl-prev {
    position: absolute;
    left: -55px;
    top: 30%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border: 2px solid #000;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    line-height: 40px;
    box-shadow: none;
}
 div#team .owl-nav .owl-next {
    position: absolute;
    right: -55px;
    top: 30%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border: 2px solid #000;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    line-height: 40px;
    box-shadow: none;
}
 div#team:hover .owl-prev {
    left: -50px;
    opacity: 1;
}
 div#team:hover .owl-next {
    right: -50px;
    opacity: 1;
}
 div#team .owl-nav .owl-prev span,
 div#team .owl-nav .owl-next span{
   display: none;
}
 div#team .owl-nav .owl-prev:after,
 div#team .owl-nav .owl-next:after{
    font-size: 25px;
    color: #3d3d3d;
    line-height: 35px;
}
 div#team .owl-nav .owl-prev:after{
    content: '\f177';
    font-family: 'FontAwesome';
}
 div#team .owl-nav .owl-next:after{
    content: '\f178';
    font-family: 'FontAwesome';
}
 div#team .owl-nav .owl-next:hover, 
 div#team .owl-nav .owl-prev:hover {
    border: 2px solid #3b73fc;
    background: none;
}
 div#team .owl-nav .owl-prev:hover:after,
 div#team .owl-nav .owl-next:hover:after{
    color: #3b73fc;
}


/* team old */
#team .peccular-team-block {
    position: relative;
}

#team .peccular-section-head {
    margin-bottom: 7em;
    margin-top: 0em;
}
#team .peccular-team-single{
    position: relative;
    transition: all 0.8s;
}
/*Top Leaf Icon 1*/
.top_icon1 {
    position: absolute;
    top: -31px;
    left: -31px;
}
#team .top_icon1 i.fa.fa-envira {
    font-size: 24px;
    font-weight: 600;
    color: #83ab29;
    transform: rotate(0deg);
}

/*Top Leaf Icon 2*/
.top_icon2 {
    position: absolute;
    top: -40px;
    left: -8px;
}
#team .top_icon2 i.fa.fa-envira {
       font-size: 24px;
    font-weight: 600;
    color: #83ab29;
    transform: rotate(45deg);
     transition: all 0.8s;
}

/*Top Leaf Icon 3*/
.top_icon3 {
    position: absolute;
    top: -30px;
    left: 13px;
}
#team .top_icon3 i.fa.fa-leaf {
    font-size: 24px;
    font-weight: 600;
    color: #83ab29;
    transform: rotate(0deg);
}
 
#team .peccular-team-single:hover .bottom_icon1 i.fa.fa-envira{
    transition: all 0.8s;
    color: #FF5B4A;
    transform: scale(1.1);
}
#team .peccular-team-single:hover .bottom_icon4 i.fa.fa-envira{
    transition: all 0.8s;
    color: #FF5B4A;
    transform: scale(1.1);
}
#team .peccular-team-single:hover {
    border-color:#FF5B4A ;
    transition: all 0.8s;
}
#team .peccular-team-single:hover .border_circle{
    border-color:#FF5B4A ;
    transition: all 0.8s;
}

/***************/


/*Bottom Leaf ICon 1*/

#team .bottom_icon1 {
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: 2;
    transition: all 0.8s;
}
#team .bottom_icon1 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}
/*Bottom Leaf ICon 2*/
#team .bottom_icon2 {
    position: absolute;
    bottom: 54px;
    right: -41px;
    z-index: 1;
    transform: rotate(100deg);
}
#team .bottom_icon2 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
}

/*Bottom Leaf ICon 3*/
#team .bottom_icon3 {
    position: absolute;
    bottom: 24px;
    right: 2px;
    z-index: 1;
    transform: rotate(0);
}
#team .bottom_icon3 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
}

/*Bottom Leaf ICon 4*/
#team .bottom_icon4 {
    position: absolute;
    bottom: 10px;
    right: -41px;
    z-index: 1;
    transform: rotate(100deg);
}
#team .bottom_icon4 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}
#team .border_circle {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid #FF5B4A;
    background: #fff;
    top: -15px;
    left: -13px;
    transition: all 0.8s;
}
/* #team .peccular-section-head h2{
    color: #343130;
    margin-top: 0em;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 0px;
    margin-bottom: 17px;
} */
 #team .peccular-section-head i {
    color: #FF5B4A;
    font-size: 1px;
    padding: 0px 73px;
    background: #FF5B4A;
    border-radius: 16px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 15px;
}
 #team .peccular-section-head .image-icon img.peccular-about-imgboxshape {
    margin-left: 40px;
}
#team .peccular-section-head span i{
    color: #fcf900;        
    font-size: 8px;
    margin-right: 5px;
    margin-top: -20px;
    padding: 0 15px;
    background: #fcf900;
    border-radius: 16px;
}
#team {
    position: relative;
    background: #fff;
    overflow: hidden;
}

#team .owl-carousel .owl-dots.disabled,
#team .owl-carousel .owl-nav.disabled {
    display: block !important;
    top: -60px;
    position: absolute;
    right: 115px;
}

#team .owl-carousel .owl-nav button.owl-next{
  background: #FF5B4A;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border: 0px solid #d4d3d3;
    opacity: 0;
    visibility: visible;
    transition: all .3s ease;
    color: #fcfdfb;
    margin-right: -25px;
        transition: all 0.3s ease 0s;
}
#team .owl-carousel .owl-nav button.owl-next:hover{
    background: #000;
        transition: all 0.3s ease 0s;
}
#team .owl-carousel .owl-nav button.owl-prev{
background: #FF5B4A;
    width: 60px;
    height: 60px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border: 0px solid #d4d3d3;
    opacity: 0;
    visibility: visible;
    transition: all .3s ease;
    color: #fcfdfb;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
}

#team .peccular-team-block:hover .owl-carousel .owl-nav button.owl-prev,
#team .peccular-team-block:hover .owl-carousel .owl-nav button.owl-next{
    opacity: 1;
}

#team .owl-carousel .owl-nav button.owl-prev:hover{
    background: #000;
        transition: all 0.3s ease 0s;
}

#team .owl-carousel .owl-nav button.owl-prev:hover:before, .owl-carousel button.owl-dot{
    color: #fff;
}
#team .owl-carousel .owl-nav button.owl-next:hover:before{
    color: #fff;
}
#team .owl-carousel .owl-nav button.owl-prev:before, .owl-carousel button.owl-dot{
    content: "\f177";
    font-family: FontAwesome;
    left: -15px;
    color: #ebeff1;
    font-size: 35px;
}
#team .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
#team .owl-carousel .owl-nav button.owl-next span{
        display: none;
}
#team .owl-carousel .owl-nav button.owl-next:before{
    content: "\f178";
    font-family: FontAwesome;
    left: -15px;
    color: #ebeff1;
    font-size: 35px;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    display: block !important;
    top: -86px;
    position: absolute;
    right: 85px;
}

#team .owl-theme .owl-dots .owl-dot span {
    display: none;
}
#team .peccular-team-content2 svg{
    position: relative;
    top: -129px;
    z-index: 1;
}
#team .svgpadding {
    position: absolute;
    bottom: 78px;
    background: aqua;
    z-index: 1;
}
#team .tpadding{ padding: 0 0 0 2em; }

#team .team_Border_svg svg path{
    fill: #a39d9d !important;
}

/* #team h4.peccular-team-name {
    color: #393635;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 8px;
    letter-spacing: 0px;
    line-height: 25px;
} */

#team .Team_details {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 15px 23px 20px 15px;
    z-index: 1;
}
#team .team_img_area{
    position: relative;
    overflow: hidden;
}
#team .team_img_overlay{
    right: 10px;
    top: 0;
    bottom: 10px;
    position: absolute;
    background: #FF5B4A;
    opacity: 0;
    top: 10px;
    left: 10px;
    z-index: 01;
    -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
}


div#team .peccular-team-image:hover .team_img_overlay {
    opacity: 0.4;
    -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
}

/* #team h6.peccular-team-designation{
    font-weight: 400;
    color: #2c2a29;
    font-size: 20px;
    text-transform: none;
} */
#team h5.peccular-team-designation{
    font-weight: 400;
    color: #7b7b7b;
    font-size: 16px;
    text-transform: capitalize;
}
#team h6.peccular-popteam-designation{
    font-weight: 500;
    color: #7b7b7b;
    font-size: 18px;
    margin-bottom: 6px;
    text-transform: capitalize;
}
#team h4.peccular-popteam-name{
    color: #06332e;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
}
#team .peccular-popteam-experience{
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: capitalize;
}
#team .peccular-popteam-content {
    font-weight: 400;
    color: #000;
    font-size: 15px;
    line-height: 23px;
    text-transform: capitalize;
}
/* #team .peccular-team-image {
    overflow: hidden;
    position: relative;
} */

/* #team .peccular-team-image img {
    width: 100%;
    height: 100%;
    height: 366px;
} */

#team .peccular-team-box{    margin-bottom: 2em;}
#team .peccular-team-single:hover h4.peccular-team-name{  
    color: #000; 
    letter-spacing: 1px; 
    transition: .8s ease;
 }

/* #team .peccular-team-social-icon{
     position: absolute;
    bottom: -60px;
    opacity: 0;
    content: "\f030 ";
    left: 43%;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 55px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.75s ease-in-out 0s;
    -moz-transition: all 0.75s ease-in-out 0s;
    transition: all 0.75s ease-in-out 0s;
    z-index: 1;
    background: transparent;
    width: 30px;
    line-height: 40px;
    z-index: 999;
    right: 0;
    left: 23px;
    padding: 0;
    margin: 0;
} */
div#team .peccular-team-image:hover .peccular-team-social-icon {
    opacity: 1; 
    bottom: 35%;
}
#team .peccular-team-social-icon i {
    color: #fff;
    font-size: 24px;
    padding: 4px 2px;
    transition: .9s ease;
}

#team .peccular-team-social-icon i:hover {
    color: #000;
    transform: scale(1.2);
}

#team .peccular-team-hoversocial-icon a i{
    color: #fff;
    font-size: 19px;   
    padding: 0px;

}
#team .peccular-team-hoversocial-icon a i:hover{
    color: #f9c12c !important;
}
#team .peccular-team-image .peccular-team-hoversocial-icon a{
    display: block;
    text-align: center;
    bottom: 0;
    position: relative;
    margin: 10px 10px -24px 10px ;
    color: #fefefc;
}

/*----------------------------------------*/
/*  Team inner Page
/*----------------------------------------*/

/* #innerpage-box .peccular-team-single:hover {
    transform: translateY(-43px);
} */
/* #innerpage-box .peccular-team-single {
   justify-content: center;
    display: grid;
    position: relative;
    text-align: center;
}
#innerpage-box .peccular-team-image { 
    position: relative;  
    margin-bottom: 0px;
 }  */
/* #innerpage-box .peccular-team-image .teaminn-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: #ECECEC;
    border-radius: 10px;
    z-index: 0;
    transform: rotate(10deg);
} */

/* #innerpage-box .peccular-team-image img {
     width: 100%;
    height: 100%;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
        border-radius: 87px 87px 0px 0px;
}
#innerpage-box .peccular-team-content {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
    z-index: 2;
    width: 90%;
    top: -45px;
    left: 5%;
    text-align: center;
    padding: 11px;
} */


/* #innerpage-box .peccular-team-content h4.peccular-team-name {
font-size: 25px !important;
    line-height: 35px;
    font-weight: 500;
    color: #fff !important;
    margin: 0px 0 5px !important;
} */
/* #innerpage-box .peccular-team-content  h5.peccular-team-designation {
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    text-transform: none;
    font-family: 'Poppins';
    letter-spacing: 0px;
    margin: 0;
}
#innerpage-box .peccular-team-content h6{
    margin: 0 0 !important;
}
#innerpage-box .social-icon {
    position: relative;
    bottom: 0;  
    left: 0; 
    right: 0;
    align-items: center;
    z-index: 999;
}
#innerpage-box .social-icon a{
      
    margin: 0 23px;
    align-items: center;
    justify-content: center;
}
#innerpage-box .social-icon a i {
    color: #fff;
    transition: all 300ms ease 0s;
    font-size: 23px;
}
#innerpage-box  .peccular-team-social-icon.top-social-icon {
    display: none;
}

#innerpage-box .peccular-team-social-icon a i {
    transition: all 0.3s ease-in-out 0s;
    margin-right: 20.87px;
}
#innerpage-box .peccular-team-social-icon a:last-child i {
    margin-right: 0px;
}
#innerpage-box .peccular-team-social-icon a i:hover {
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}

#innerpage-box .social-icon a:hover i {
    
    color: #E11D07;
} */




/* #innerpage-box .peccular-team-single .bottom_icon1 {
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: 2;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .bottom_icon1 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .bottom_icon2 {
    position: absolute;
    bottom: 54px;
    right: -41px;
    z-index: 1;
    transform: rotate(100deg);
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .bottom_icon2 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}

#innerpage-box .peccular-team-single .bottom_icon3 {
    position: absolute;
    bottom: 24px;
    right: 2px;
    z-index: 2;
    transform: rotate(0);
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .bottom_icon3 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}

#innerpage-box .peccular-team-single .bottom_icon4 {
    position: absolute;
    bottom: 10px;
    right: -41px;
    z-index: 1;
    transform: rotate(100deg);
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .bottom_icon4 i.fa.fa-envira {
    font-size: 34px;
    color: #83ab29;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .border_circle {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid #FF5B4A;
    background: #fff;
    top: -15px;
    left: -13px;
    transition: all 0.8s;
} */
/* #innerpage-box .peccular-team-single .peccular-team-image {
    position: relative;
    width: 340px;
}

#innerpage-box .peccular-team-single .peccular-team-image img {
    width: 100%;
    height: 451px;
    background: #fff;
    z-index: 1;
    position: relative;
    border-radius: 10px;
} */
/* #innerpage-box .peccular-team-single .peccular-team-content {
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .team_Border_svg {
    position: relative;
    top: -73px;
    z-index: 1;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .peccular-team-content2 svg {
    position: relative;
    top: -134px;
    z-index: 1;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .team_Border_svg svg path {
    fill: #a39d9d !important;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .peccular-team-content2 svg path {
    fill: #fff !important;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single .Team_details {
    font-size: 18px;
    font-weight: bold !important;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 21px;
    transition: all 0.8s;
    letter-spacing: 0.59px;
    color: #FFFFFF;
}
#innerpage-box .peccular-team-single h4.peccular-team-name {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 8px;
    letter-spacing: 0px;
    line-height: 25px;
    letter-spacing: 0px;
    font-family: 'PT Sans';
}
#innerpage-box .peccular-team-single h6.peccular-team-designation {
    font-weight: 500 !important;
    color: #FF5B4A;
    font-size: 16px;
    text-transform: none;
    font-family: none;
    transition: all 0.8s;
    margin: 0;
    margin-top: 5px;
}
#innerpage-box .peccular-team-single .peccular-team-social-icon {
    gap: 34px;
    display: inline-flex;
    justify-content: center;
    opacity: 0;
    position: relative;
    top: -20px;
}
#innerpage-box .peccular-team-single:hover .peccular-team-social-icon {
    opacity: 1;
}
#innerpage-box .peccular-team-single .peccular-team-social-icon i {
    color: #182333;
    font-size: 18px;
}
#innerpage-box .peccular-team-single .peccular-team-social-icon i:hover {
    color:#FF5B4A ;
} */
/*Hover effects*/
/* #innerpage-box .peccular-team-single:hover .peccular-team-social-icon i{
    opacity: 1;
    transform: scale(1.3);
}
#innerpage-box .peccular-team-single:hover .border_circle {
     left: 96%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .top_icon1 {
    position: absolute;
    top: -33px;
    left: 90%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .top_icon2 {
    position: absolute;
    top: -41px;
    left: 97%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .top_icon3 {
    position: absolute;
    top: -30px;
    left: 103%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .bottom_icon1 {
    position: absolute;
    bottom: 70px;
    right: 100%;
    z-index: 2;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .bottom_icon2 {
    bottom: 54px;
    right: 89%;
    z-index: 2;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .bottom_icon3 {
    bottom: 24px;
    right: 100%;
    transition: all 0.8s;
}
#innerpage-box .peccular-team-single:hover .bottom_icon4 {
    bottom: 10px;
    right: 89%;
    transition: all 0.8s;
} */
/*#innerpage-box .peccular-team-single .peccular-team-image:after {
    background: #FF5B4A ;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#innerpage-box .peccular-team-single:hover .peccular-team-image:after{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0.1;
}*/
/* #innerpage-box .peccular-team-area {
    padding: 0 22px;
    margin-bottom: 44px;
} */
#innerpage-box .peccular-team-area{
  display: grid;
  margin-bottom: 30px;
}
#innerpage-box .card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
}
#innerpage-box .card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

#innerpage-box .card .card-image {
  position: relative;
  height: 250px;
  background: linear-gradient(to bottom right, #06b6d4, #3b82f6);
  display: flex;
  /* align-items: center; */
  justify-content: center;
}
#innerpage-box .card .card-image .icon {
  color: rgba(255, 255, 255, 0.8);
  width: 80px;
  height: 80px;
}
#innerpage-box .card .card-image .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
#innerpage-box .card .card-image:hover .overlay {
  opacity: 1;
}

#innerpage-box .card .card-content {
  padding: 24px;
}
#innerpage-box .card .card-content h3 {
  font-size: 1.25rem;
  color: #0d1f2d;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  line-height: 1.4;
  font-weight: inherit !important;
}
#innerpage-box .card:hover .card-content h3 {
  color: #06b6d4;
  transition: color 0.3s ease;
}
#innerpage-box .card .card-content .role {
    color: #0092b8;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 8px;
}
#innerpage-box .card .card-content .dept {
    color: #4a5565;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 16px;
}
#innerpage-box .card .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#innerpage-box .card .details .label {
  font-size: 14px;
    line-height: 1.4;
    color: #6a7282;
    margin: 0;
}
#innerpage-box .card .details .value {
    font-weight: 500;
    color: #0d1f2d;
    margin: 0;
    line-height: inherit;
}
#innerpage-box .card .icons a i{
    color: #99a1af;
    font-size: 20px;
    margin-left: 8px;
    transition: color 0.3s ease;
}
#innerpage-box .card .icons a i:hover {
  color: #06b6d4;
}


/*----------------------------------------*/
/*  Testimonials home Area
/*----------------------------------------*/
/*----------------------------------------*/
/*  Testimonials Area
/*----------------------------------------*/
#testimonials{    
    position: relative;
    padding: 5rem 0;
    color: #ffffff;
    background: linear-gradient(to bottom right, #0D1F2D, #1a2f42, #0D1F2D);
    overflow: hidden;
}
#testimonials .testimonials-bg{
    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;
    opacity: 0.1;
}

#testimonials .item{
    border-radius: 10px;
}

#testimonials .peccular-testimonials-single{   
    margin-bottom: 0em;
    position: relative;
    z-index: 2;
    padding: 0; 
    margin-left: 1rem;
}

#testimonials .thumb-area .peccular-testimonials-single{   
    padding: 0;
    margin-bottom: 0em;
    position: relative;
    z-index: 1;
    padding: 0;  
}


#testimonials .peccular-testimonials-image{
width: 371px;
    height: 566px;
    position: relative;
    left: -20px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    margin-right: 5em;
    padding-right: 0;
}
#testimonials  .dynamic-test-img {
    padding-right: 0px;
}
#testimonials .testimonialsarea {
    padding: 0 0px;
    overflow: hidden;
    position: relative;
}
#testimonials .peccular-testimonials-image img { 
    width: 100%;
    border-radius: 0;
    height: 566px;    
    text-align: center;
    /*left: -25px;
    right: 0;
    margin: 0 auto;*/
    position: relative;
    top: 0;
    border-radius: 34px;
    
}


#testimonials .peccular-testimonials-review {
    transform: rotate(-271deg);
    right: -110px;
    position: absolute;
    bottom: 59%;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 33px;
    font-weight: 500;
    color: #FF7703;
}

#testimonials .thumb-area .peccular-testimonials-review {
    display: none;
 }

#testimonials .thumb-area .p-dynamic-r {
    margin: 0;
}
#testimonials .thumb-area .p-dynamic-col {
    width: 100%;
}
#testimonials .thumb-area .peccular-testimonials-image {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 171px;
    height: 197px;
}

#testimonials .peccular-testimonials-content i.fa-quote-left {
    font-size: 20px;
    color: #fff;   
    position: relative;
    top: -2px;
    left: -40px;
    margin-right: -24px ;  
    transition: all 0.7s ease;  
}
#testimonials .peccular-testimonials-content i.fa-quote-right {
    font-size: 20px;
    color: #fff;   
    position: relative;
    top: 4px;
    right: -40px;
    margin-right: -24px ;  
    transition: all 0.7s ease;  
}

#testimonials .thumb-content #thumbs img {
    width: 96px !important;
    height: 96px;
    margin: 0 auto;
    left: 0;
    border-radius: 50%;
}



#testimonials .thumb-content #thumbs .owl-item.active.current img {
    width: 171px;
    height: 197px;
}
#testimonials .thumb-content #thumbs .peccular-testimonials-content {
    display: none;
}


#big {
width: 100%;
    margin: 0 0;
    position: relative;
}
#testimonials .thumb-slide {
    position: relative;    
    overflow: hidden;
}
#testimonials .thumb-area {
    width: 100%;
    margin: 0 0;
    position: relative;
    right: 0;
    z-index: 0;
    /* top: 0; */
    bottom: 0;
    /* padding-top: 23em;
    /* height: 566px; */
}

#testimonials .thumb-img:after {
    content: "";
    width: 93px !important;
    height: 93px;
    border-radius: 50%;
    border: 1px dashed #E5E2E2;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    z-index: -1;
    display: block;
    margin: 0 auto;
}
#testimonials .thumb-area .owl-carousel .owl-item.current.active .thumb-img:after,
#testimonials .thumb-area .owl-carousel .owl-item.cloned.current .thumb-img:after
 {
    -webkit-animation: spin 5s linear infinite;
    animation: spin 10s linear infinite;
}


@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


#testimonials #big button {
    position: absolute;
     bottom: 250%;
    box-shadow: none;
    transition: all 0.4s;
    /*color: #FFAF33;
    width: 50px;
    height: 50px;*/
}
#testimonials #big button:hover {
    background: none;
    color: #ff0000;
}
#testimonials:hover #big button{opacity: 1; transition: all 1s;}

#testimonials .owl-theme .owl-nav {
 display: block   !important;
}
#testimonials #big button.owl-prev {
    left: -140%;
}
#testimonials #big button.owl-next {
    left: 117%;
    display: none;
}
#testimonials .thumb-area .owl-theme .owl-nav {
    position: absolute;
    top: 0;
    width: 89px;
    left: auto;
    right: 140px;
}
#testimonials .thumb-area .owl-theme .owl-nav button.owl-prev i{
    position: absolute;
    left: 0;
    top: 0;
    color: #FF7703;
}
#testimonials .thumb-area .owl-theme .owl-nav button.owl-next i{
    position: absolute;
    right: 0;
    top: 0;
    color: #FF7703;
}

#testimonials #big button i{
    position: relative;
    width: 37px;
    height: 37px;
    line-height: 39px;
    color: #000;
    background: #FF770333;
    font-size: 20px;
    border-radius: 4px;
    margin: 0;
        transform: rotate(0);
    transition: all 0.3s ease-in-out 0s;
}
#testimonials #big button:hover i{
    color: #ff0000;
        transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}

#testimonials .thumb-area .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    top: 0;
    right: 100px;
    transform: translate(-50%);
    margin-top: 5px;
    color: #FF7703;
    width: 70px;
}
#testimonials .thumb-area .owl-dots:after {
    content: counter(slides-num); 
   display: inline-block;
    font-size: 20px;
        font-weight: 700;
    vertical-align: middle;
}

#testimonials .thumb-area .owl-dot {
    display: inline-block;
    counter-increment: slides-num; /* Increment counter */
    margin-right: 0px;
}

#testimonials .thumb-area .owl-dot span{ 
display: none;
}
#testimonials .thumb-area .owl-dot.active:before {
content: counter(slides-num) " / ";
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
}

#sync1 {
    position: relative;
    z-index: 2;
}

/* absluate  */
.glow-circle {
  position: absolute;
  top: 5rem;                       /* top-20 = 5rem */
  left: 5rem;                      /* left-20 = 5rem */
  width: 6rem;                     /* w-24 = 6rem */
  height: 6rem;                    /* h-24 = 6rem */
  border: 1px solid rgba(34, 211, 238, 0.2); /* border-cyan-400/20 */
  border-radius: 9999px;           /* rounded-full */
  animation: load 2s infinite;    /* animate-pulse */
}

/* Tailwind's pulse animation */
@keyframes load {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.rotating-square {
  position: absolute;
  bottom: 5rem;                         /* bottom-20 = 5rem */
  right: 5rem;                          /* right-20 = 5rem */
  width: 8rem;                          /* w-32 = 8rem */
  height: 8rem;                         /* h-32 = 8rem */
  background-color: rgba(0, 255, 127, 0.05); /* bg-[#00FF7F]/5 */
  transform: rotate(45deg);             /* rotate-45 */
  animation: spin 30s linear infinite;  /* animate-spin + custom duration */
}

/* Tailwind spin animation */
@keyframes spin {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(405deg); /* 360 + 45 for continuous spin */
  }
}

.ping-dot {
  position: absolute;
  top: 50%;                            /* top-1/2 */
  right: 2.5rem;                       /* right-10 = 2.5rem */
  width: 0.75rem;                      /* w-3 = 0.75rem */
  height: 0.75rem;                     /* h-3 = 0.75rem */
  background-color: rgb(34, 211, 238); /* bg-cyan-400 */
  border-radius: 9999px;               /* rounded-full */
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; /* animate-ping */
}

/* Tailwind's ping animation */
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}


/* header  */

#testimonials .neural-spinner {
  position: relative;
  width: fit-content;
  margin: auto;
  margin-bottom: 32px;
}

#testimonials .outer-ring {
  width: 8rem;
  height: 8rem;
  border: 2px solid rgba(34, 211, 238, 0.5); /* cyan-400/50 */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: spin 20s linear infinite;
}

#testimonials .inner-ring {
  width: 6rem;
  height: 6rem;
  border: 1px solid rgba(0, 255, 127, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#testimonials .core {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: linear-gradient(to bottom right, rgba(34, 211, 238, 0.2), rgba(0, 255, 127, 0.2));
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
}

#testimonials .brain-icon {
  width: 2rem;
  height: 2rem;
  stroke: #22d3ee;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  animation: pulse 2s infinite;
}

/* Star */
#testimonials .star {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #00ff7f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce 2s infinite;
}

#testimonials .star-icon {
  width: 1rem;
  height: 1rem;
  stroke: #0d1f2d;
  fill: none;
  stroke-width: 2;
  margin: 0.25rem;
}

/* Bottom glow */
#testimonials .glow {
  position: absolute;
  bottom: -0.5rem;
  left: -0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #22d3ee;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

/* Animations */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}


/* title */
#testimonials .section-title {
  font-size: 2.25rem; /* Tailwind: text-4xl */
  font-weight: 700;   /* Tailwind: font-bold */
  margin-bottom: 1rem; /* Tailwind: mb-4 */
  color: white;
  text-align: center;
    font-family: 'Poppins';
}

@media (min-width: 768px) {
  #testimonials .section-title {
    font-size: 3rem; /* Tailwind: md:text-5xl */
  }
}

/* Gradient text effect */
#testimonials .gradient-text {
  background: linear-gradient(to right, #22d3ee, #60a5fa, #00ff7f);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: 'Poppins';
}
#testimonials .client-feedback {
  font-size: 1.25rem;            /* equivalent to text-xl */
  color: rgba(165, 243, 252, 0.8); /* cyan-100/80 (Tailwind cyan-100 = #a5f3fc, with 80% opacity) */
  max-width: 672px;              /* max-w-2xl */
  margin-left: auto;             /* mx-auto */
  margin-right: auto;
  font-weight: 300;              /* font-light */
  text-align: center;            /* centers text if needed */
  margin-bottom: 64px;
}


/* ----------------------- */
#testimonials .testimonials-list{
    display: flex;
    justify-content: center;
    gap: 5rem;
    margin-top: 8rem;
}

#testimonials .testimonials-list .testimonials-list-product1,#testimonials .testimonials-list .testimonials-list-product3,#testimonials .testimonials-list .testimonials-list-product2{
    display: flex;
    font-size: 14px;
    line-height: 1.4;
    color: #53eafd;
    opacity: 0.6;
    align-items: center;
}
#testimonials .testimonials-list .testimonials-list-product1::before{
    content: '';
    position: relative;
    display: flex;
    width: 8px;
    height: 8px;
    background-color: #00d3f3 !important;
    border-radius: 50%;
    align-self: center;
    margin-right: 8px;
    z-index: 1;
    animation: load 1.5s ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #00d3f3;
	}
	 50% {
		 background: #00d3f3;
		 opacity: 0.5;
	}
	 100% {
		 background: #00d3f3;
         opacity: 1;
	}
}
#testimonials .testimonials-list .testimonials-list-product2::before{
    content: '';
    position: relative;
    display: flex;
    width: 8px;
    height: 8px;
    background-color: #00ff7f !important;
    border-radius: 50%;
    align-self: center;
    margin-right: 8px;
    z-index: 1;
    animation: load 1.5s ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #00d3f3;
	}
	 50% {
		 background: #00d3f3;
		 opacity: 0.5;
	}
	 100% {
		 background: #00d3f3;
         opacity: 1;
	}
}
#testimonials .testimonials-list .testimonials-list-product3::before{
    content: '';
    position: relative;
    display: flex;
    width: 8px;
    height: 8px;
    background-color: #51a2ff !important;
    border-radius: 50%;
    align-self: center;
    margin-right: 8px;
    z-index: 1;
    animation: load 1.5s ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #00d3f3;
	}
	 50% {
		 background: #00d3f3;
		 opacity: 0.5;
	}
	 100% {
		 background: #00d3f3;
         opacity: 1;
	}
}

/* new */

/* Container setup */
#testimonials .card-container {
  width: 100%;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) {
  #testimonials .card-container {
    width: 33.3333%;
    padding: 2rem;
  }
}

/* Wrapper for positioning */
#testimonials .card-wrapper {
  position: relative;
}

/* Main Card */
#testimonials .card {
  position: relative;
  width: 16rem;
  height: 20rem;
  border-radius: 0.5rem;
  border: 2px solid rgba(34, 211, 238, 0.5); /* cyan-400/50 */
  background: linear-gradient(to bottom right, rgba(34, 211, 238, 0.1), rgba(0, 255, 127, 0.1));
  backdrop-filter: blur(4px);
  overflow: hidden;
}

@media (min-width: 1024px) {#testimonials 
  .card {
    width: 14rem;
    height: 18rem;
  }
}

/* Image styling */
#testimonials .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark gradient overlay */
#testimonials .card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 31, 45, 0.6), transparent, transparent);
}

/* Decorative corners */
#testimonials .corner {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
}

#testimonials .top-left {
  top: 0.75rem;
  left: 0.75rem;
  border-left: 2px solid #22d3ee;
  border-top: 2px solid #22d3ee;
}

#testimonials .top-right {
  top: 0.75rem;
  right: 0.75rem;
  border-right: 2px solid #22d3ee;
  border-top: 2px solid #22d3ee;
}

#testimonials .bottom-left {
  bottom: 0.75rem;
  left: 0.75rem;
  border-left: 2px solid #00ff7f;
  border-bottom: 2px solid #00ff7f;
}

#testimonials .bottom-right {
  bottom: 0.75rem;
  right: 0.75rem;
  border-right: 2px solid #00ff7f;
  border-bottom: 2px solid #00ff7f;
}

/* Badge at bottom */
#testimonials .card-badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}

#testimonials .badge-content {
  background: rgba(13, 31, 45, 0.8);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(34, 211, 238, 0.5);
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  text-align: center;
}

#testimonials .badge-title {
  color: #22d3ee;
  font-size: 0.75rem;
  font-weight: bold;
}

#testimonials .badge-subtitle {
  color: #00ff7f;
  font-size: 0.75rem;
}

/* Accent dots */
#testimonials .dot {
  position: absolute;
  border-radius: 50%;
}

#testimonials .ping {
  top: -0.5rem;
  right: -0.5rem;
  width: 1rem;
  height: 1rem;
  background-color: #00ff7f;
  animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}

#testimonials .pulse {
  bottom: -0.5rem;
  left: -0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #22d3ee;
  animation: load 2s infinite;
}

/* Animations */
@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes load {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}


/* new right side */

/* Avatar */
#testimonials .avatar-container {
  position: relative;
  display: inline-block;
  margin-bottom: 1.5rem;
}

#testimonials .avatar-ring {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 4px solid rgba(34, 211, 238, 0.5);
  padding: 0.5rem;
  background: linear-gradient(to bottom right, rgba(34, 211, 238, 0.2), rgba(0, 255, 127, 0.2));
  backdrop-filter: blur(4px);
}

@media (min-width: 1024px) {
  #testimonials .avatar-ring {
    width: 5rem;
    height: 5rem;
  }
}

#testimonials .avatar-ring img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* Rotating rings */
#testimonials .ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

#testimonials .outer {
  border: 1px solid rgba(34, 211, 238, 0.3);
  animation: spin 8s linear infinite;
}

#testimonials .inner {
  inset: 0.5rem;
  border: 1px solid rgba(0, 255, 127, 0.2);
  animation: spin-reverse 12s linear infinite;
}

/* Shield badge */
#testimonials .shield-badge {
  position: absolute;
  bottom: -0.25rem;
  right: -0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #00ff7f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: load 2s infinite;
}
#testimonials .owl-carousel .owl-item{
  display: block;
}

#testimonials .shield-icon {
  width: 0.75rem;
  height: 0.75rem;
  color: #0D1F2D;
}


/* Quote text */
#testimonials .quote {
  color: #a7f3f3;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.75;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: left;
  width: 98%;
}

@media (min-width: 1024px) {
  #testimonials .quote {
    font-size: 1.5rem;
  }
}

#testimonials .quote-mark {
  color: #00FF7F;
  font-size: 1.875rem;
  position: absolute;
}

#testimonials .quote-mark.open {
  top: -1rem;
  left: -1rem;
}

#testimonials .quote-mark.close {
  bottom: -1rem;
  right: 0rem;
}


/* Author details */
#testimonials .author .name {
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

@media (min-width: 1024px) {
  #testimonials .author .name {
    font-size: 1.5rem;
  }
}

#testimonials .author .title {
  color: #67e8f9;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  #testimonials .author .title {
    font-size: 1rem;
  }
}

#testimonials .author .company {
  color: #22d3ee;
  font-size: 0.75rem;
  line-height: 1.4;
  opacity: 0.8;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes spin-reverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes load {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.05); }
}


#testimonials .card-1 {
  position: relative;
    /* overflow: hidden; */
    border: 2px solid rgba(34, 211, 238, 0.3);
    border-radius: 0.5rem;
    background: linear-gradient(to bottom right, rgba(13, 31, 45, 0.9), rgba(26, 47, 66, 0.5));
    backdrop-filter: blur(4px);
    box-shadow: 0 25px 50px -12px rgba(34, 211, 238, 0.2);
    display: flex;
    flex-direction: column;
    padding: 0;
}

#testimonials .card-glow-1 {
 position: relative;
    inset: 0;
    background: linear-gradient(to bottom right, transparent, rgba(255, 255, 255, 0.05), transparent);
    display: flex;
}
#testimonials .peccular-testimonials-content {
  width: 100%; /* w-full */
  padding: 1.5rem; /* p-6 */
  text-align: center; /* text-center */
  position: relative; /* relative */
}

/* Large screen adjustments (lg:) */
@media (min-width: 1024px) {
  #testimonials .peccular-testimonials-content{
    width: 66.666667%; /* lg:w-2/3 */
    padding: 2rem; /* lg:p-8 */
    text-align: left; /* lg:text-left */
  }
}

/* Badge */
#testimonials .badge-container {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 20;
}

#testimonials .badge {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 9999px;
  background: rgba(34, 211, 238, 0.2);
  color: #22d3ee;
  border: 1px solid rgba(34, 211, 238, 0.5);
  backdrop-filter: blur(6px);
}


#testimonials .owl-theme {
  .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
    [class*='owl-'] {
      transition: all .3s ease;
      &.disabled:hover {
       background-color: #D6D6D6;
      }   
    }
    
  }
}

/* star condition */

#testimonials .rating-container {
  display: flex;
  justify-content: left;
  gap: 0.25rem; /* same as Tailwind space-x-1 */
  margin-bottom: 1rem;
}

/* Star Base Style */
#testimonials .rating-container i {
  width: 1.25rem;  /* Tailwind w-5 */
  height: 1.25rem; /* Tailwind h-5 */
  color: #00FF7F;  /* Neon Green */
  fill: currentColor;
  animation: starPulse 1.6s ease-in-out infinite;
}

/* Delay for each star (wave effect) */
#testimonials .rating-container i:nth-child(1) { animation-delay: 0s; }
#testimonials .rating-container i:nth-child(2) { animation-delay: 0.2s; }
#testimonials .rating-container i:nth-child(3) { animation-delay: 0.4s; }
#testimonials .rating-container i:nth-child(4) { animation-delay: 0.6s; }
#testimonials .rating-container i:nth-child(5) { animation-delay: 0.8s; }

/* Glow + Pulse Animation */
@keyframes starPulse {
  0%, 100% {
    /* transform: scale(1); */
    opacity: 0.5;
    filter: drop-shadow(0 0 2px #00FF7F);
  }
  50% {
    /* transform: scale(1.25); */
    opacity: 1;
    filter: drop-shadow(0 0 4px #00FF7F);
  }
}

/* Optional Hover Effect */
#testimonials .rating-container:hover i {
  filter: drop-shadow(0 0 12px #00FF7F);
  transform: scale(1.2);
  transition: transform 0.3s ease, filter 0.3s ease;
}

/*//arrows on first carousel*/
#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme   .owl-next {
    width: 22px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid rgba(0, 255, 127, 0.5);
    box-shadow: 0 10px 15px rgba(0, 255, 127, 0.25);
    background: linear-gradient(to bottom right, #00FF7F, #22d3ee);
    color: #0D1F2D;
    right: 0;
  transform: translateY(-50%) translateX(4rem); /* translate-x-6 → 1.5rem */
  }

#sync1.owl-theme .owl-next:hover{
  background: linear-gradient(to bottom right, #22d3ee, #00FF7F); /* hover:from-cyan-400 hover:to-[#00FF7F] */
  box-shadow: 0 12px 20px rgba(0, 255, 127, 0.3);
}
#sync1.owl-theme .owl-next span{
  font-size: 38px;
}
#sync1.owl-theme button svg {
    display: none;
}
/* #sync1.owl-theme .owl-dots button {
    display: none;
} */
#sync1.owl-theme .owl-nav button {
    display: block;
}
#testimonials .owl-theme .owl-nav {
    display: block !important;
    top: -10rem;
    position: relative;
    right: 0px;
}
.owl-carousel .owl-stage {margin:0 auto}
#sync1.owl-theme .owl-prev {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(-31rem);
        width: 3.5rem;
        height: 3.5rem;
        background: linear-gradient(to bottom right, #06b6d4, #2563eb);
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(34, 211, 238, 0.5);
        box-shadow: 0 10px 15px rgba(6, 182, 212, 0.25);
        transition: all 0.3s ease;
        cursor: pointer;
    }

#sync1.owl-theme 
     .owl-prev:hover {
         background: linear-gradient(to bottom right, #22d3ee, #3b82f6); /* hover:from-cyan-400 hover:to-blue-500 */
  box-shadow: 0 12px 20px rgba(6, 182, 212, 0.3);
    }
#sync1.owl-theme .owl-prev span{
  font-size: 38px;
}

#sync1.owl-theme .owl-dots{
      display: flex;
    justify-content: center;
    gap: 1rem;
    position: relative;
    top: 6rem;
    right: 24.333%;
    /* bottom: -7rem;
    left: 5rem; */
}
#sync1.owl-theme .owl-dots button {
  display: inline-block;
  /* width: 20px; */
  /* border-radius: 50%; */
  /* height: 20px; */
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s 
  ease;
  cursor: pointer;
}
#sync1.owl-theme .owl-dots button.active {
  /* position: absolute;
  inset: 0;
  border-radius: 9999px; */
  background: linear-gradient(to right, #22d3ee, #00FF7F); /* from-cyan-400 to-[#00FF7F] */
  animation: load 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
  opacity: 0.75;
}

/* Ping animation */
@keyframes load {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  75% {
    transform: scale(1.75);
    opacity: 0;
  }
  100% {
    transform: scale(1.75);
    opacity: 0;
  }
}
#testimonials .owl-theme .owl-dots .owl-dot.active span {
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    background: linear-gradient(to right, #22d3ee, #00FF7F) !important;
}
/*----------------------------------------*/
/*  Project Area
/*----------------------------------------*/
#project .peccular-section-head h2 {
    margin-bottom: 33px;
}

#project .peccular-section-head {
    margin:0;
}

#project .project-overlay,
#innerpage-box .project-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}

/*-------------------for project drag image option ------------------*/
/* 
#project .image-comparison,
#innerpage-box .image-comparison {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#project .image-comparison__slider-wrapper,
#innerpage-box .image-comparison__slider-wrapper{position: relative;}
#project .image-comparison__slider-wrapper input,
#innerpage-box .image-comparison__slider-wrapper input{border: none;padding:0;}
#project .image-comparison__label,
#innerpage-box .image-comparison__label {
  font-size: 0;
  line-height: 0;
}
#project .image-comparison__label,
#project .image-comparison__range,
#innerpage-box .image-comparison__label,
#innerpage-box .image-comparison__range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: ew-resize;
  z-index: 20;
}
#project .image-comparison__image-wrapper--overlay,
#innerpage-box .image-comparison__image-wrapper--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(25% + 2px);
  height: 100%;
  overflow: hidden;
}
#project .image-comparison__figure:not(.image-comparison__figure--overlay),
#innerpage-box .image-comparison__figure:not(.image-comparison__figure--overlay) {
  position: relative;
  height: 268px;
}
#project .image-comparison__image,
#innerpage-box .image-comparison__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 50%;
     object-position: 0 50%;
  overflow: hidden;
}
#project .image-comparison__figure img,
#innerpage-box .image-comparison__figure img{height: 100%;}
#project .image-comparison__figure--overlay .image-comparison__image,
#innerpage-box .image-comparison__figure--overlay .image-comparison__image {z-index: 1;}
#project .image-comparison__captionleft,
#project .image-comparison__captionright,
#innerpage-box .image-comparison__captionleft,
#innerpage-box .image-comparison__captionright {
    position: absolute;
    overflow: hidden;
    top: 13px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.7px;
    color: #002434;
     min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 2px 9px;
    z-index: 0;
    transition: 0.5s all ease-in-out;
    font-weight: 500 !important;
}
#project .image-comparison__captionleft,
#innerpage-box .image-comparison__captionleft{left: 14px;z-index: 1;}
#project .image-comparison__captionright,
#innerpage-box .image-comparison__captionright{right: 25%;}
#project .image-comparison__captionleft:before,
#project .image-comparison__captionright:before,
#innerpage-box .image-comparison__captionleft:before,
#innerpage-box .image-comparison__captionright:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 1;
    z-index: -1;
    border: 1px solid #4F5F65;
}
#project .image-comparison__caption--before,
#innerpage-box .image-comparison__caption--before {
  left: 14px;
  z-index: 2;
}
#project .image-comparison__caption--after,
#innerpage-box .image-comparison__caption--after {
  right: 14px;
  text-align: right;
}
#project .image-comparison__slider,
#innerpage-box .image-comparison__slider {
    position: absolute;
    top: 0;
    left: 25%;
    width: 2px;
    height: 100%;
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
    z-index: 10;
}
#project .image-comparison__range--active ~ .image-comparison__slider,
#innerpage-box .image-comparison__range--active ~ .image-comparison__slider {
  background-color: rgba(255, 255, 255, 0);
}
#project .image-comparison__thumb,
#innerpage-box .image-comparison__thumb {
    position: absolute;
    top: 45%;
    left: -20px;
    width: 49px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #002434;
    padding: 7px 6px 6px 7px;
    border-radius: 0;
    transform-origin: center;
    letter-spacing: 0.7px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
}
#project .image-comparison__slider i.project-icon1,
#innerpage-box .image-comparison__slider i.project-icon1 {
    font-size: 26px;
    position: absolute;
    right: 7px;
}
#project .image-comparison__slider i.project-icon2,
#innerpage-box .image-comparison__slider i.project-icon2 {
    font-size: 26px;
    position: absolute;
    left: 7px;
}
#project .image-comparison__range::-webkit-slider-runnable-track,
#innerpage-box .image-comparison__range::-webkit-slider-runnable-track {
  width: 40px;
  height: 40px;
  opacity: 0;
}
#project .image-comparison__range::-moz-range-thumb,
#innerpage-box .image-comparison__range::-moz-range-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}
#project .image-comparison__range::-webkit-slider-thumb,
#innerpage-box .image-comparison__range::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}
#project .image-comparison__range::-ms-fill-lower,
#innerpage-box .image-comparison__range::-ms-fill-lower {
  background-color: transparent;
}
#project .image-comparison__range::-ms-track,
#innerpage-box .image-comparison__range::-ms-track {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  outline: none;
  cursor: col-resize;
}
#project .image-comparison__range::-ms-thumb,
#innerpage-box .image-comparison__range::-ms-thumb {
  width: 0.5%;
  height: 100%;
  opacity: 0;
}
#project .image-comparison__range::-ms-tooltip,
#innerpage-box .image-comparison__range::-ms-tooltip {display: none;}

#project .project-img-heading{
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}
#project .project-image img.img-responsive{
    border-radius: 10px;
    height: 485px;
}
#innerpage-box .project-image img.img-responsive{
    border-radius: 10px;
    height: 382px;
    width: 100%;
}
#project .peccular-project-content-bg,
#innerpage-box .peccular-project-content-bg{
    background-color: #182333;
    padding: 18px 0 18px 8px;
    border-radius: 5px;
    display: flex;
} */
/* #project .peccular-project-content-icon,
#innerpage-box .peccular-project-content-icon{
    width: 20%;
    display: flex;
    justify-content: center;
}
#project .peccular-project-content-marge,
#innerpage-box .peccular-project-content-marge{
    width: 75%;
} */
/* #project .peccular-project-con-bg,
#innerpage-box .peccular-project-con-bg{
    background: #FDA12B 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 28px 28px;
    opacity: 1;
    width: 40px;
    height: 47px;
    display: grid;
    justify-content: center;
    align-content: center;
    position: absolute;
    top: -5px;
}
#project .peccular-project-content-icon::before,
#innerpage-box .peccular-project-content-icon::before{
    content: '';
    width: 51px;
    height: 5px;
    clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
    top: -5px;
    background-color: #FFFFFF;
    position: absolute;
    opacity: 1;
    z-index: 0;

} */
/* #project .peccular-project-con-bg::after{
    content: '';

}
#project .peccular-project-con-bg a span,
#innerpage-box .peccular-project-con-bg a span{
    font-size: 27px;
    color: #FFFFFF;
}
#project .peccular-project-title a{
    color: #FFFFFF;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0px;
}
#project p.peccular-project-text {
    color: #FFFFFF;
    opacity: 0.8;
    font-size: 12px;
    font-family: 'Poppins'!important;
    letter-spacing: 0.36px;
    line-height: 21px;
}
#project .frature-img-heading{
    position: relative;
    top: -20px;
    left: -25px;
}
#project .project-heading{
    padding-bottom: 160px;
}
#project .section-project-heading{
    display: inline-flex;
}
#project .peccular-section-head h2{
    color: #FDA12B;
}
#project .project-sub-heading{
    font-size: 30px;
    font-family: 'PT Sans';
    letter-spacing: 0.9px;
    color: #FFFFFF;
}
.peccular-project-imgboxshape{
    background: #F6F7F8;
    border-radius: 10px;
}
.project-bg{
    background: linear-gradient(180deg, #182333 60%, transparent 0%);
} */

/*-------------------End for project drag image option ------------------*/
/* #innerpage-box #content-box .peccular-project-single h4.peccular-project-title a {
    color: #002434;
    font-weight: 500 !important;
        line-height: 21px;
    font-size: 16px;
}
#innerpage-box .peccular-project-content {
    margin-bottom: 78px;
}

#project .peccular-project-area {
    position: relative;
    z-index: 2;
    padding: 0 100px;
}
#project .peccular-project-content, #innerpage-box .peccular-project-content {
    background-color: #fff;
    padding: 4px 3px 0px 4px;
    margin-bottom: 10px;
    position: relative;
    bottom: 85px;
    width: 99%;
    right: -4px;
    border-radius: 5px;
}
div#project .peccular-project-single h4.peccular-project-title,
#innerpage-box .peccular-project-single h4.peccular-project-title {
    margin-bottom: 10px;
}
div#project .peccular-project-single h4.peccular-project-title a,
#innerpage-box .peccular-project-single h4.peccular-project-title a {
    letter-spacing: 0.7px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    font-family: 'Poppins' !important;
}
#innerpage-box .peccular-project-single p.peccular-project-text{
    letter-spacing: 0.53px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400 !important;
    padding: 0;
    margin: 0;
}
#innerpage-box .peccular-project-single p.peccular-project-text {
    color: #FFFFFF;
    margin-bottom: 10px;
}
div#project .owl-carousel button.owl-prev, div#project .owl-carousel button.owl-next {
    position: absolute;
    top: -135px;
}
div#project .owl-carousel button.owl-prev {
    left: -25px;
}
 div#project .owl-carousel button.owl-next {
    right: -25px;
}


div#project .peccular-project-single h4.peccular-project-title a,
#innerpage-box #content-box .peccular-project-single h4.peccular-project-title a {
    color: #FFFFFF;
}

div#project .peccular-project-single h4.peccular-project-title a:hover,
#innerpage-box #content-box .peccular-project-single h4.peccular-project-title a:hover {
    color: #FF5B4A;
}

#innerpage-box #content-box .peccular-project-single h4.peccular-project-title {
    padding: 0;
    margin: 0 0 10px;
}

div#project .owl-carousel button.owl-prev span,
div#project .owl-carousel button.owl-next span {
    background: #4F5F65;
    width: 43px;
    height: 40px;
    display: block;
    line-height: 33px;
    color: #fff;
    font-size: 50px;
}
div#project .owl-theme .owl-nav {
    position: relative;
    right: 0;
    display: none!important;
}
div#project .owl-theme .owl-dots {
    display: block;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}
#innerpage-box .peccular-project-single .buttondesign a {
    display: inline-block;
    position: relative;
    padding: 8px 13px 7px;
}
#innerpage-box .peccular-project-single .buttondesign a span{
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.53px;
    color: #FFFFFF;
}

#project .owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 6px;
    margin: 0px 23px -14px 0px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    background-color: #FDA12B;
    border-radius: 0px;
}
#project .owl-theme .owl-dots .owl-dot.active span{
    width: 24px;
    height: 24px;
    background-color: #FDA12B;
    border: 6px solid #182333;
}

#project .owl-theme .owl-dots button{
    box-shadow: none;
} */

/* new project inner */

#innerpage-box .project-tabs{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0;
  /* background-color: #f4f4f4; */
  border-bottom: 1px solid #d1d5db;
}
#innerpage-box .project-tabs a{
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  color: #111827;
  cursor: pointer;
  transition: all 0.3s ease;
}
#innerpage-box .project-tabs a:hover {
  border-color: #06b6d4; /* cyan-400 */
  color: #0891b2;        /* cyan-600 */
  transform: translateY(-2px);
}

#innerpage-box .project-item{
  display: grid;
  margin-bottom: 30px;
}

#innerpage-box .project-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  /* max-width: 380px;
  margin: auto; */
  cursor: pointer;
}

#innerpage-box .project-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

#innerpage-box .project-card .project-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

#innerpage-box .project-card .project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

#innerpage-box .project-card:hover .project-image img {
  transform: scale(1.1);
}

#innerpage-box .project-card .imgcat-wrap {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
}
#innerpage-box .project-card .category {
  /* position: absolute;
  top: 15px; */
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}



#innerpage-box .project-card .category {
  left: 15px;
  background: rgba(34,211,238,0.9);
  color: #fff;
}

#innerpage-box .project-card .project-content {
  padding: 20px;
}

#innerpage-box .project-card .project-content h3 a{
  color: #0D1F2D;
}
#innerpage-box .project-card .project-content h3 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 8px;
    transition: color 0.3s ease;
    padding: 0;
    line-height: 1.4;
    font-weight: inherit !important;
}

#innerpage-box .project-card:hover h3 a{
  color: #0891b2;
}

#innerpage-box .project-card .description {
  color: #4a5565;
    font-size: 16px;
    margin: 0;
    margin-bottom: 16px;
    line-height: 1.5;
}

#innerpage-box .project-card .details {
  margin-bottom: 15px;
}

#innerpage-box .project-card .detail-item {
  display: flex;
  align-items: center;
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 5px;
}

#innerpage-box .project-card .detail-item .icon {
  margin-right: 6px;
  color: #6b7280;
  font-size: 16px
}



#innerpage-box .project-card .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#innerpage-box .project-card .view-details {
  color: #0891b2;
  font-weight: 500;
  transition: color 0.3s ease;
}

#innerpage-box .project-card .footer .award {
  stroke: #9ca3af;
  transition: stroke 0.3s ease, transform 0.3s ease;
  width: 25px;
  height: 25px;
}

#innerpage-box .project-card:hover .view-details {
  color: #0e7490;
}

#innerpage-box .project-card:hover .award {
  stroke: #22d3ee;
  transform: translateX(4px);
}


/*----------------------------------------*/
/*  Steps Area
/*----------------------------------------*/
/* -=--------------------------- */
#steps .circle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem; /* mb-8 */
}

#steps .circle-wrapper {
  position: relative;
}

/* Outer Circle */
#steps .outer-circle {
  width: 8rem; /* 32 * 0.25rem */
  height: 8rem;
  border: 2px solid rgba(13, 31, 45, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: load 2s infinite;
}

/* Middle Circle */
#steps .middle-circle {
  width: 6rem; /* 24 * 0.25rem */
  height: 6rem;
  border: 1px solid rgba(0, 255, 127, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Inner Circle */
#steps .inner-circle {
  width: 4rem; /* 16 * 0.25rem */
  height: 4rem;
  border-radius: 50%;
  background: linear-gradient(to bottom right, rgba(13, 31, 45, 0.1), rgba(0, 255, 127, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

/* CPU Icon */
#steps .icon-cpu {
  width: 2rem; /* w-8 */
  height: 2rem;
  font-size: 32px;
  color: #0D1F2D;
  animation: load 2s infinite;
}

/* Zap Icon (top-right) */
#steps .zap-icon {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 1.5rem; /* w-6 */
  height: 1.5rem;
  background: #00FF7F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bounce 1.5s infinite;
}

#steps .icon-zap {
  width: 1rem; /* w-4 */
  height: 1rem;
  color: #ffffff;
}

/* Bottom Dot */
#steps .bottom-dot {
  position: absolute;
  bottom: -0.5rem;
  left: -0.5rem;
  width: 1.25rem; /* w-5 */
  height: 1.25rem;
  background: #0D1F2D;
  border-radius: 50%;
  animation: load 2s infinite;
}

/* Animations */
@keyframes load {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* ----------------------- */
#steps .step-list{
    display: flex;
    justify-content: center;
    gap: 5rem;
    margin-top: 32px;
}

#steps .step-list .step-list-product1,#steps .step-list .step-list-product3,#steps .step-list .step-list-product2{
    display: flex;
    font-size: 14px;
    line-height: 1.4;
    color: #0d1f2d;
    opacity: 0.6;
    align-items: center;
}
#steps .step-list .step-list-product1::before{
    content: '';
    position: relative;
    display: flex;
    width: 8px;
    height: 8px;
    background-color: #00ff7f !important;
    border-radius: 50%;
    align-self: center;
    margin-right: 8px;
    z-index: 1;
    animation: load 1.5s ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #00d3f3;
	}
	 50% {
		 background: #00d3f3;
		 opacity: 0.5;
	}
	 100% {
		 background: #00d3f3;
         opacity: 1;
	}
}
#steps .step-list .step-list-product2::before{
    content: '';
    position: relative;
    display: flex;
    width: 8px;
    height: 8px;
    background-color: #0d1f2d !important;
    border-radius: 50%;
    align-self: center;
    margin-right: 8px;
    z-index: 1;
    animation: load 1.5s ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #00d3f3;
	}
	 50% {
		 background: #00d3f3;
		 opacity: 0.5;
	}
	 100% {
		 background: #00d3f3;
         opacity: 1;
	}
}
#steps .step-list .step-list-product3::before{
    content: '';
    position: relative;
    display: flex;
    width: 8px;
    height: 8px;
    background-color: #00d3f3 !important;
    border-radius: 50%;
    align-self: center;
    margin-right: 8px;
    z-index: 1;
    animation: load 1.5s ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #00d3f3;
	}
	 50% {
		 background: #00d3f3;
		 opacity: 0.5;
	}
	 100% {
		 background: #00d3f3;
         opacity: 1;
	}
}
/* ------------------------ */
#steps .section-steps1-heading {
    display: inline-flex;
}
#steps .steps1-img-heading {
    position: relative;
    top: -20px;
    left: -25px;
}
#steps .steps-sub-heading {
    font-size: 20px;
    font-family: 'Poppins';
    letter-spacing: 0.9px;
    color: #0d1f2dcc;
    opacity: 0.8;
    max-width: 710px;
    margin-left: auto;
    margin-right: auto;
}
#steps {
    position: relative;
    padding: 3rem 0;
}
#steps .peccular-section-head h2 {
    font-weight: 700;
    color: #0D1F2D;
    margin-bottom: 1rem;
    font-size: 48px;
    line-height: 1.1;
    font-family: 'Poppins';
}
#steps .peccular-section-head h2 span {
    background: linear-gradient(90deg, #00FF7F 0%, #06B6D4 100%); /* from green to cyan */
  -webkit-background-clip: text;
  background-clip: text !important;
  color: transparent;               /* text-transparent with bg-clip-text */
  display: inline-block;
}
#steps .peccular-section-head{
    position: relative;
    margin: 0;
    margin-bottom: 65px;
}
#steps .peccular-steps-area {
    position: relative;
}
#steps .peccular-steps-single{
    position: relative;
}
/* new */
#steps .brain-icon-wrapper {
  position: relative;
  width: 6rem;      /* w-24 */
  height: 6rem;     /* h-24 */
  margin: 0 auto;
  transition: transform 0.5s ease;
  margin-bottom: 32px;
}

#steps .peccular-steps-single:hover .brain-icon-wrapper {
  transform: scale(1.1); /* group-hover:scale-110 */
}

/* Inner circle */
#steps .brain-icon-inner {
  width: 100%;
  height: 100%;
  border: 2px solid rgba(34, 211, 238, 0.4);  /* border-cyan-400/40 */
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;

  background: linear-gradient(
    to bottom right,
    rgba(34, 211, 238, 0.2),  /* from-cyan-400/20 */
    transparent
  );
  background-color: rgba(255, 255, 255, 0.8); /* bg-white/80 */
  backdrop-filter: blur(4px);                 /* backdrop-blur-sm */
  -webkit-backdrop-filter: blur(4px);
}

#steps .peccular-steps-single:hover .brain-icon-wrapper .brain-icon-inner {
  animation: load 1.5s infinite; /* group-hover:animate-pulse */
}

/* SVG */
#steps .brain-icon-svg {
  width: 3rem;    /* w-12 */
  height: 3rem;
  font-size: 48px;   /* h-12 */
  color: #0891b2; /* text-cyan-600 */
}

/* Rings */
/* #steps .ring {
  position: absolute;
  border-radius: 9999px;
  border-style: solid;
  border-color: rgba(34, 211, 238, 0.2); 
  animation: spin 6s linear infinite;
}

#steps .ring-outer {
  inset: 0; 
  border-width: 1px;
} */

/* #steps .ring-inner {
  inset: 0.5rem; 
  border-width: 1px;
  border-color: rgba(34, 211, 238, 0.1);
  animation: spinReverse 10s linear infinite;
} */

/* Animations */
@keyframes spin {
  to { transform: rotate(360deg); }
}

@keyframes spinReverse {
  to { transform: rotate(-360deg); }
}

@keyframes load {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.7; }
}

/* new icon top */
#steps .scan-badge-wrapper {
  position: absolute;
  top: -0.5rem;     /* -top-2 */
  right: 0rem;   /* -right-2 */
  z-index: 20;      /* z-20 */
}

/* Badge styling */
#steps .scan-badge {
  padding: 0.25rem 0.5rem; /* py-1 px-2 */
  border-radius: 9999px;   /* rounded-full */
  font-size: 0.75rem;      /* text-xs */
  font-weight: 700;        /* font-bold */
  border: 1px solid rgba(34, 211, 238, 0.5); /* border-cyan-400/50 */
  color: #0891b2;          /* text-cyan-600 */
  background-color: rgba(34, 211, 238, 0.2); /* bg-cyan-400/20 */
  backdrop-filter: blur(4px);                /* backdrop-blur-sm */
  -webkit-backdrop-filter: blur(4px);
}

/* new title */
#steps .cards {
  position: relative;
}

#steps .cards h3 {
  font-size: 1.25rem; /* text-xl */
  font-weight: bold;
  margin-bottom: 1rem; /* mb-4 */
  color: #0D1F2D;
  transition: color 0.3s ease;
      font-family: 'Poppins';
}

/* Hover effect (simulate group-hover) */
#steps .cards:hover h3 {
  color: #06b6d4; /* cyan-600 */
}

#steps .cards p {
  color: #0d1f2db3; /* text-[#0D1F2D]/70 */
  line-height: 1.625; /* leading-relaxed */
  margin-bottom: 1.5rem; /* mb-6 */
  opacity: 0.7;
}

#steps .status-wrapper {
  display: flex;
  justify-content: center;
}

#steps .status {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* space-x-2 */
  padding: 0.25rem 0.75rem; /* py-1 px-3 */
  border-radius: 9999px; /* rounded-full */
  backdrop-filter: blur(6px); /* backdrop-blur-sm */
  background: rgba(255, 255, 255, 0.8); /* bg-white/80 */
  border: 1px solid rgba(34, 211, 238, 0.3); /* border-cyan-400/30 */
}

#steps .status-dot {
  width: 0.5rem; /* w-2 */
  height: 0.5rem; /* h-2 */
  background-color: #22d3ee; /* cyan-400 */
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

#steps .status span {
  font-size: 0.75rem; /* text-xs */
  font-weight: 500;
  color: #0d1f2dcc; /* text-[#0D1F2D]/80 */
  opacity: 0.8;
}

/* Pulse animation */
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.2);
  }
}



/* -------------------------- */
/* Center container */
#steps .button-wrapper {
  text-align: center;
  margin-top: 4rem; /* mt-16 */
}

#steps .button-inner {
  position: relative;
  display: inline-block;
}

/* Main button */
#steps .neural-btn {
  position: relative;
  background: linear-gradient(to right, #0D1F2D, #1a2f42);
  color: white;
  padding: 1rem 3rem;
  border: 2px solid rgba(0, 255, 127, 0.3);
  box-shadow: 0 0 20px rgba(0, 255, 127, 0.2);
  font-weight: 700;
  font-size: 1.125rem;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}

#steps .neural-btn:hover {
  transform: scale(1.05);
  background: linear-gradient(to right, #1a2f42, #0D1F2D);
}

/* Button content (icons + text) */
#steps .btn-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  letter-spacing: 0.05em;
}

/* Icons */
#steps .icon1 {
  width: 20px;
  height: 20px;
}

#steps .pulse {
  animation: load 2s infinite;
}

/* Sweep animation layer */
#steps .sweep {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    transparent,
    rgba(0, 255, 127, 0.2),
    transparent
  );
  transform: skewX(-12deg) translateX(100%);
  transition: transform 0.7s ease;
  z-index: 5;
}

#steps .neural-btn:hover .sweep {
  transform: skewX(-12deg) translateX(0);
}

/* Hover glow overlay */
#steps .glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 255, 127, 0.1),
    rgba(34, 211, 238, 0.1)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

#steps .neural-btn:hover .glow {
  opacity: 1;
}

/* Outer glow halo */
#steps .outer-glow {
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  left: -1rem;
  right: -1rem;
  background: linear-gradient(
    to right,
    rgba(0, 255, 127, 0.1),
    transparent,
    rgba(13, 31, 45, 0.1)
  );
  filter: blur(20px);
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

#steps .button-inner:hover .outer-glow {
  opacity: 1;
}

/* Pulse keyframes */
@keyframes load {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}
/* --------------------- */
#steps .line-animation-container {
  margin-top: 4rem; /* mt-16 */
  display: flex;
  justify-content: center;
}

#steps .line-animation {
  display: flex;
  align-items: center;
  gap: 1.5rem; /* space-x-6 */
}

/* Dots */
#steps .dot {
  border-radius: 9999px; /* rounded-full */
}

#steps .dot.green {
    position: relative;
  width: 0.75rem;  /* w-3 */
  height: 0.75rem; /* h-3 */
  background-color: #00FF7F;
}

#steps .dot.dark {
    position: relative;
  width: 1rem;  /* w-4 */
  height: 1rem; /* h-4 */
  background-color: #0D1F2D;
}

#steps .dot.cyan {
    position: relative;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #22d3ee; /* cyan-400 */
}

/* Lines */
#steps .line {
  height: 1px; /* h-px */
  width: 5rem; /* w-20 */
  background: linear-gradient(to right, #00FF7F, #0D1F2D);
}

#steps .line.dark-to-cyan {
  background: linear-gradient(to right, #0D1F2D, #22d3ee);
}

/* Animations */
@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes load {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

#steps .ping {
  animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.pulse {
  animation: load 1.5s ease-in-out infinite;
}

#steps .delay {
  animation-delay: 1s; /* style="animation-delay: 1s" */
}

/* ------------ child(2) */

#steps .peccular-steps-b:nth-child(2) .scan-badge {
  border: 1px solid rgba(96, 165, 250, 0.5); /* border-cyan-400/50 */
  color: #2563eb;          /* text-cyan-600 */
  background-color: rgba(96, 165, 250, 0.2); /* bg-cyan-400/20 */
}
#steps .peccular-steps-b:nth-child(2) .brain-icon-svg {
    color: #2563eb;
}
#steps .peccular-steps-b:nth-child(2) .brain-icon-inner {
    border: 2px solid rgba(96, 165, 250, 0.4);
    background: linear-gradient(to bottom right, rgba(96, 165, 250, 0.2), rgba(255, 255, 255, 0.8));
}
#steps .peccular-steps-b:nth-child(2) .cards:hover h3 {
    color: #2563eb;
}
#steps .peccular-steps-b:nth-child(2) .status-dot {
    background-color: #60a5fa;
}
#steps .peccular-steps-b:nth-child(2) .status {
    border: 1px solid rgba(96, 165, 250, 0.3);
}
/* ----------child(3) */
#steps .peccular-steps-b:nth-child(3) .scan-badge {
  border: 1px solid rgba(0, 255, 127, 0.5); /* border-cyan-400/50 */
  color: #00FF7F;          /* text-cyan-600 */
  background-color: rgba(0, 255, 127, 0.2); /* bg-cyan-400/20 */
}
#steps .peccular-steps-b:nth-child(3) .brain-icon-svg {
    color: #00ff7f;
}
#steps .peccular-steps-b:nth-child(3) .brain-icon-inner {
    border: 2px solid rgba(0, 255, 127, 0.4);
    background:linear-gradient(    to bottom right,    rgba(0, 255, 127, 0.2),    rgba(255, 255, 255, 0.8)  );
}
#steps .peccular-steps-b:nth-child(3) .cards:hover h3 {
    color: #00ff7f;
}
#steps .peccular-steps-b:nth-child(3) .status-dot {
    background-color: #4ade80;
}
#steps .peccular-steps-b:nth-child(3) .status {
    border: 1px solid rgba(0, 255, 127, 0.3);
}

/* ----------child(4) */
#steps .peccular-steps-b:nth-child(4) .scan-badge {
  border: 1px solid rgba(192, 132, 252, 0.5); /* border-cyan-400/50 */
  color: #6B21A8;          /* text-cyan-600 */
  background-color: rgba(192, 132, 252, 0.2) /* bg-cyan-400/20 */
}
#steps .peccular-steps-b:nth-child(4) .brain-icon-svg {
    color: #6B21A8;
}
#steps .peccular-steps-b:nth-child(4) .brain-icon-inner {
    border: 2px solid rgba(192, 132, 252, 0.4);
    background:linear-gradient(    to bottom right,    rgba(192, 132, 252, 0.2),    rgba(255, 255, 255, 0.8)  );
}
#steps .peccular-steps-b:nth-child(4) .cards:hover h3 {
    color: #6B21A8;
}
#steps .peccular-steps-b:nth-child(4) .status-dot {
    background-color: #6B21A8;
}
#steps .peccular-steps-b:nth-child(4) .status {
    border: 1px solid rgba(192, 132, 252, 0.3);
}

/* left image  */
#steps .camera-badge {
  position: absolute;
  top: 2rem;  /* top-8 */
  left: 2rem; /* left-8 */
  z-index: 20;
  width: 4rem;  /* base circle size */
  height: 4rem;
}

#steps .camera-badge .circle {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  border: 2px solid rgba(13,31,45,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  backdrop-filter: blur(4px);
  transition: border 0.3s;
}

#steps .camera-badge .circle:hover {
  border-color: rgba(0,255,127,0.5);
}

#steps .camera-badge .circle img {
  width: 2.5rem;  /* w-10 */
  height: 2.5rem;
  object-fit: contain;
}

#steps .camera-badge .outer-ping {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border: 2px solid rgba(0,255,127,0.5);
  border-radius: 50%;
  animation: ping 1s infinite;
}

#steps .camera-badge .inner-pulse {
  position: absolute;
  top: 8px; bottom: 8px; left: 8px; right: 8px;
  border: 1px solid rgba(0,255,255,0.3);
  border-radius: 50%;
  animation: load 1.5s infinite;
}

#steps .camera-badge .top-dot {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background: #00FF7F;
  border-radius: 50%;
  animation: load 1.5s infinite;
}

#steps .camera-badge .center-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6rem;
  height: 0.25rem;
  background: linear-gradient(to right, rgba(0,255,127,0.4), rgba(0,255,127,0.8), transparent);
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: left;
  /* animation: pulse 1.5s infinite; */
}

/* Animations */
@keyframes ping {
  0% { transform: scale(1); opacity: 1; }
  75% { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1.5); opacity: 0; }
}

@keyframes load {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

#steps .pulse-circle {
  position: absolute;
  top: 5rem;        /* top-20 */
  left: 5rem;       /* left-20 */
  width: 6rem;      /* w-24 */
  height: 6rem;     /* h-24 */
  border: 1px solid rgba(13,31,45,0.1); /* border-[#0D1F2D]/10 */
  border-radius: 50%;                       /* rounded-full */
  animation: load 2s infinite;             /* animate-pulse */
}

@keyframes load {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}
#steps .rotating-square {
  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); /* #00FF7F / 5% opacity */
  transform: rotate(45deg);
  animation: spin 25s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(45deg); }
  100% { transform: rotate(405deg); } /* 45 + 360 */
}
#steps .ping-dot {
  position: absolute;
  top: 50%;           /* top-1/2 */
  right: 2.5rem;      /* right-10 */
  width: 0.75rem;     /* w-3 */
  height: 0.75rem;    /* h-3 */
  background-color: rgba(0, 255, 127, 0.5); /* #00FF7F / 50% */
  border-radius: 50%; /* rounded-full */
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

/* Tailwind-style ping animation */
@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}


/*----------------------------------------*/
/*  About us Area
/*----------------------------------------*/
#about {
    background: #f4f4f4;
    position: relative;
    overflow: hidden;
}
#about .space-abtblock {
    padding: 0px 0em 0 3em;
}
#about .about-body {
    position: relative;
}
#about .peccular-section-head {
    margin-bottom: 8px;
    margin-top: 0em;
}

#about .peccular-section-head .image-icon img.peccular-about-imgboxshape {
    height: 70px;
    width: 92px;
    margin-left: 14px;
}

#about .peccular-about-img:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.peccular-about-img {
    position: relative;
}
/* new css */
#about .animated-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* Subtle grid overlay */
#about .grid-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: 
    linear-gradient(rgba(13, 31, 45, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 31, 45, 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
  width: 100%;
  height: 100%;
}

/* Slowly spinning circle */
#about .spinning-circle {
  position: absolute;
  top: 5rem; /* top-20 */
  right: 5rem; /* right-20 */
  width: 8rem;  /* 128px */
  height: 8rem;
  border: 1px solid rgba(13, 31, 45, 0.1);
  border-radius: 50%;
  animation: spin 25s linear infinite;
}

/* Rotated green square */
#about .rotated-square {
  position: absolute;
  bottom: 10rem; /* bottom-40 */
  left: 10rem; /* left-40 */
  width: 4rem; /* 64px */
  height: 4rem;
  background-color: rgba(0, 255, 127, 0.1);
  transform: rotate(45deg);
}

/* Small pulsing dark dot */
#about .small-dot1 {
  position: absolute;
  top: 33%;
  left: 2.5rem; /* left-10 */
  width: 12px;
  height: 12px;
  background-color: rgba(13, 31, 45, 0.3);
  border-radius: 50%;
  animation: load 1.5s infinite ease-in-out;
}

/* Outlined glowing circle */
#about .outlined-circle {
  position: absolute;
  bottom: 25%;
  right: 25%;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 255, 127, 0.3);
  border-radius: 50%;
}

/* Animations */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes load {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.6;
  }
}


#about .peccular-section-head .about-inner {
    position: relative;
    top: -23px;
    left: -14px;
}
#about .peccular-section-head h3 {
    position: relative;
    font-family: 'Poppins';
    /* font-weight: bold !important; */
    font-size: 48px;
    font-weight: 700;
    color: #0D1F2D;
    margin-bottom: 1.5rem;
    text-align: center;
    line-height: 1;
}
#about .peccular-section-head h3 span{
    background: linear-gradient(to right, #00FF7F, #00BCD4);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#about .peccular-section-subtext{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 40px;
    line-height: 55px;
    padding-bottom: 0px;
    margin-bottom: 33.65px;
    padding-right: 4em;
}
#about .about_description p{
    font-family: 'PT Sans';
}
#about .about_description {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-size: 18px;
    color: #0d1f2dcc;
    opacity: 0.8;
    line-height: 1.5;
    max-width: 700px;
    margin: 0 auto;
    letter-spacing: 0.36px;
}
#about .abouttextlist i {
    color: #8BC53E;
    font-size: 2px;
    margin-top: 0;
    padding: 0 56px;
    background: #8BC53E;
    border-radius: 16px;
    top: -10px;
    position: relative;
    left: 62px;
}
#about h3.list_heading {
    font-size: 30px;
    font-weight: 500;
    color: #434343;
    font-family: 'DM Serif Display';
    font-style: italic;
    letter-spacing: 0.5px;
}

#about h3.list_heading:before{
    content: "\f04b ";
    font-family: 'Fontawesome';
    margin-right: 16px;
    background: #FF5B4A;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    padding: 9px 8px 9px 12px;
}

/* heading animation */

#about .line-dots {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

#about .gradient-line {
  height: 1px;
  width: 4rem;
  background: linear-gradient(to right, #0D1F2D, #00FF7F);
}

#about .dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 0.75rem;
}

#about .dot {
  border-radius: 50%;
  animation: load 1.5s infinite ease-in-out;
}

#about .dot-green {
  width: 12px;
  height: 12px;
  background-color: #00FF7F;
  position: relative;
}

#about .dot-dark {
  width: 8px;
  height: 8px;
  background-color: #0D1F2D;
  animation-delay: 0.5s;
  position: relative;
}

/* Pulse animation */
@keyframes load {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.6;
  }
}


/* --------------- image------------- */
#about .row-eq-height{
    align-items: center;
}
#about .about-img-area {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 2rem auto;
    overflow: visible;
}
#about .peccular-about-img {
    position: relative;
}

#about .peccular-about-img .border-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
#about .peccular-about-img .border-outer {
  top: -24px;
  left: -24px;
  border: 2px solid rgba(0, 255, 127, 0.4);
  background: linear-gradient(to bottom right, rgba(0, 255, 127, 0.05), transparent);
}
#about .peccular-about-img .border-inner {
  top: -12px;
  left: -12px;
  border: 1px solid rgba(13, 31, 45, 0.2);
}
#about .peccular-about-img .image-box {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  padding: 8px;
  border: 1px solid rgba(13, 31, 45, 0.1);
}
#about .peccular-about-img .image-box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 0px;
  display: block;
}

#about .peccular-about-img .image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    rgba(13, 31, 45, 0.1),
    transparent,
    rgba(0, 255, 127, 0.1)
  );
  opacity: 0.6;
}


#about .info-badge {
  position: absolute;
  bottom: -24px;
  right: -24px;
  background: linear-gradient(to bottom right, #0d1f2d, #1a2f42);
  color: white;
  padding: 24px;
  border: 1px solid rgba(0, 255, 127, 0.3);
  box-shadow: 0 0 20px rgba(0, 255, 127, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  z-index: 10;
}

#about .info-badge::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(0, 255, 127, 0.1), transparent);
  border-radius: 4px;
}

#about .info-badge:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(0, 255, 127, 0.4);
  z-index: 10;
}

#about .badge-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 1;
}

#about .badge-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #00ff7f, #22d3ee);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: load 2s infinite;
}

#about .badge-icon span {
  font-size: 24px;
  color: #0d1f2d;
}

#about .badge-number {
  font-size: 1.8rem;
  font-weight: bold;
  color: #00ff7f;
}

#about .badge-label {
  font-size: 0.85rem;
  color: #5eead4;
}

/* === DECORATIVE SVG === */
#about .svg-deco {
  position: absolute;
  top: 40px;
  left: 40px;
  opacity: 0.4;
}

#about .pulse {
  animation: load 2s infinite;
}
#about .delay-1 {
  animation-delay: 0.5s;
}
#about .delay-2 {
  animation-delay: 1s;
}

/* === ANIMATIONS === */
@keyframes pulseline {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* card */
/* ====== LAYOUT ====== */
.about-counter-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

/* ====== STAT CARD ====== */
#about .stat-card {
  position: relative;
  text-align: center;
  padding: 24px;
  border-radius: 0px;
  transition: transform 0.4s ease;
}

/* Gradient Background */
#about .stat-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right,
    rgba(0, 255, 127, 0.1),
    rgba(13, 31, 45, 0.05));
  transform: skewY(-6deg);
  transition: transform 0.4s ease;
  z-index: 0;
}
#about .stat-card.alt .stat-bg {
  background: linear-gradient(to bottom right,
    rgba(13, 31, 45, 0.1),
    rgba(0, 255, 127, 0.05));
  transform: skewY(6deg);
}
#about .stat-card:hover .stat-bg {
  transform: skewY(0deg);
}

#about .stat-content {
  position: relative;
  z-index: 1;
}


/* about img right side */

#about .camera-badge {
  position: absolute;
  top: 2rem; /* top-8 */
  right: 2rem; /* right-8 */
  z-index: 20;
}

#about .badge-group {
  position: relative;
}

#about .badge-main {
  width: 4rem; /* 64px */
  height: 4rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  border: 2px solid rgba(13, 31, 45, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(13, 31, 45, 0.2);
  transition: all 0.3s ease;
}

#about .badge-main:hover {
  border-color: rgba(0, 255, 127, 0.5);
}

#about .badge-main img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

/* Ping border */
.ping-border {
  position: absolute;
  inset: 0;
  border: 2px solid rgba(0, 255, 127, 0.5);
  border-radius: 50%;
  animation: ping 2s infinite ease-out;
}

/* Inner pulse border */
#about .pulse-border {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 50%;
  animation: load 1.5s infinite ease-in-out;
}

/* Small top-right dot */
#about .small-dot {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 12px;
  height: 12px;
  background-color: #00ff7f;
  border-radius: 50%;
  animation: load 1.5s infinite ease-in-out;
}

/* Triangle pulse (center) */
#about .triangle-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid rgba(0, 255, 127, 0.2);
  animation: pulse 1.5s infinite ease-in-out;
}

/* Animations */
@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes load {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.6;
  }
}


/* ====== ICON ====== */
#about .stat-icon {
    font-size: 32px;
  color: #00ff7f;
  margin: 0 auto 0.5rem auto;
  display: block;
  animation: pulse 2s infinite;
}

/* ====== TEXT ====== */
#about .stat-number,
#about .stat-text {
  font-size: 30px;
  font-weight: 700;
  color: #0d1f2d;
  margin-bottom: 0.25rem;
}
#about .stat-label {
  font-size: 0.9rem;
  color: #0d1f2db3;
  opacity: 0.7;
}

/* ====== ANIMATION ====== */
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.2);
  }
}

/* card ent */

/* li list */
/* Container */
.feature-list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Feature Item */
.feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(13, 31, 45, 0.1);
  border-radius: 0.75rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 255, 127, 0.15);
}

/* Icon Container */
.feature-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.green-gradient {
  background: linear-gradient(to bottom right, #00FF7F, #00BCD4);
}
.dark-gradient {
  background: linear-gradient(to bottom right, #0D1F2D, #1A2F42);
}
.blue-gradient {
  background: linear-gradient(to bottom right, #00BCD4, #2196F3);
}

/* SVG Icon */
.icon {
  font-size: 20px;
  color: #0D1F2D;
}
.dark-gradient .icon {
  color: #00FF7F;
}
.blue-gradient .icon {
  color: #ffffff;
}

/* Text */
.feature-text {
  color: #0d1f2dcc;
  opacity: 0.8;
  font-weight: 500;
  font-size: 1rem;
}

/* Animated Dots */
.feature-dot {
  margin-left: auto;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  animation: pulse 1.5s infinite;
}
.green-dot {
  background-color: #00FF7F;
  animation-delay: 0s;
}
.dark-dot {
  background-color: #0D1F2D;
  animation-delay: 0.5s;
}
.blue-dot {
  background-color: #00BCD4;
  animation-delay: 1s;
}

/* Pulse Animation */
@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.5);
  }
}

/* Responsive */
@media (max-width: 640px) {
  .feature-dot {
    margin-left: 0;
  }
}
/* li list end */

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .image-box img {
    height: 300px;
  }
  .svg-deco {
    top: 10px;
    left: 10px;
    transform: scale(0.7);
  }

  .badge-content {
    flex-direction: row;
  }
}


/* ------image end --------------- */


/*----------------------------------------*/
/*  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;
}
#call{
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg, 
    #0D1F2D 0%, 
    #1a2f42 50%, 
    #0D1F2D 100%
  );
}
/* ----new----- */
#call .cta-section {
  position: relative;
  background: linear-gradient(135deg, rgba(13, 31, 45, 0.9), rgba(26, 47, 66, 0.5));
  border: 2px solid rgba(0, 255, 255, 0.3);
  border-radius: 16px;
  padding: 60px 40px;
  box-shadow: 0 0 40px rgba(0, 255, 255, 0.2);
  overflow: hidden;
  text-align: center;
  color: white;
  backdrop-filter: blur(6px);
}

#call .cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05), transparent);
}

#call .cta-content {
  position: relative;
  z-index: 10;
}

#call .cta-icon {
  width: 70px;
  height: 70px;
  border: 2px solid #00FF7F;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: load 2s infinite;
}
#call .icon {
  color: #00FF7F;
}

@keyframes load {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.6; }
}

#call .cta-title {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #fff;
}

#call .cta-title span {
  background: linear-gradient(to right, #22d3ee, #60a5fa, #00ff7f);;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

#call .cta-subtitle {
  color: #cefafe;
  opacity: 0.8;
  font-size: 1.2rem;
  margin-bottom: 50px;
}

#call .cta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  #call .cta-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

#call .contact-card {
  background: linear-gradient(to bottom right, rgba(0, 255, 255, 0.1), rgba(0, 100, 255, 0.1));
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 0.75rem;
  padding: 1.5rem;
  backdrop-filter: blur(6px);
  text-align: center;
  transition: all 0.3s ease;
}

#call .contact-card:hover {
  border-color: rgba(0, 255, 127, 0.5);
}

#call .icon-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

#call .icon-circle {
  width: 3rem;
  height: 3rem;
  background: rgba(0, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

#call .contact-card:hover .icon-circle {
  transform: scale(1.1);
}

#call .icon-circle .icon1 {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #00FFFF;
}

#call .contact-card h3 {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

#call .contact-number {
  font-size: 1.5rem;
  font-family: monospace;
  color: #00FFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}

#call .contact-number:hover {
  color: #00FF7F;
}
/* -----------------button */

#call .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Main Button */
#call .call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.5rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #0D1F2D;
  background: linear-gradient(to right, #00FF7F, #22D3EE);
  border: 2px solid rgba(0, 255, 127, 0.5);
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 255, 127, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
  width: auto;
}

#call .call-button:hover {
  transform: scale(1.05);
  background: linear-gradient(to right, #22D3EE, #00FF7F);
}

/* Phone icon */
#call .phone-icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  color: #0D1F2D;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#call .call-button:hover .phone-icon {
  animation: pulse 1s infinite;
}

/* Arrow icon */
#call .arrow-icon {
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
  color: #0D1F2D;
  transition: transform 0.2s ease;
}

#call .call-button:hover .arrow-icon {
  transform: translateX(4px);
}

/* Pulse animation for phone icon */
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.1); }
}

/* -----------------car 3 */

/* Main Card */
#call .contact-card {
  background: linear-gradient(to bottom right, rgba(0, 255, 127, 0.1), rgba(34, 211, 238, 0.1));
  backdrop-filter: blur(6px);
  border: 1px solid rgba(0, 255, 127, 0.3);
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

#call .contact-card:hover {
  border-color: rgba(34, 211, 238, 0.5);
  transform: translateY(-3px);
}

/* Icon container */
#call .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

#call .icon-bg {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 255, 127, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

#call .contact-card:hover .icon-bg {
  transform: scale(1.1);
}

/* Mail icon */
#call .mail-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #00FF7F;
  transition: stroke 0.3s ease;
}

/* Title */
#call .title {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

/* Email link */
#call .email-link {
  font-size: 1rem;
  color: #00FF7F;
  text-decoration: none;
  transition: color 0.3s ease;
}

#call .email-link:hover {
  color: #22D3EE;
}

/* ------footr */

/* Main container */
#call .info-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: #22D3EE;
    opacity: 0.6; /* text-cyan-300/60 */
  text-align: center;
}

@media (min-width: 992px) {
  #call .info-row {
    flex-direction: row;
    text-align: left;
    gap: 2rem;
  }
}

/* Each item */
#call .info-item {
  display: flex;
  align-items: center;
}

/* Dots */
#call .dot {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  animation: load 1.5s infinite;
}

/* Dot colors */
#call .dot-cyan {
  background-color: #22D3EE;
}

#call .dot-green {
  background-color: #00FF7F;
}

#call .dot-blue {
  background-color: #60A5FA;
}

/* Pulse animation */
@keyframes load {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.4);
  }
}

/* ------------ */

#call .animated-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* Background grid */
#call .grid-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  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;
}

/* Top-left pulsating circle */
#call .circle-top-left {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  width: 5rem;
  height: 5rem;
  border: 1px solid rgba(34, 211, 238, 0.2); /* cyan-400/20 */
  border-radius: 50%;
  animation: pulse 2s infinite;
}

/* Bottom-right spinning square (rotated) */
#call .circle-bottom-right {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  width: 6rem;
  height: 6rem;
  background-color: rgba(0, 255, 127, 0.05);
  transform: rotate(45deg);
  border-radius: 0.5rem;
  animation: spin 20s linear infinite;
}

/* Small glowing cyan dot */
#call .dot-right-center {
  position: absolute;
  top: 50%;
  right: 5rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #22D3EE; /* cyan-400 */
  border-radius: 50%;
  animation: ping 2s infinite;
}

/* Green pulsing dot on the left-bottom */
#call .dot-left-bottom {
  position: absolute;
  bottom: 33%;
  left: 25%;
  width: 1rem;
  height: 1rem;
  background-color: #00FF7F;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

/* Glowing horizontal lines */
#call .horizontal-lines {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

#call .line-top,
.line-bottom {
  position: absolute;
  width: 100%;
  height: 0.25rem;
  background: linear-gradient(to right, transparent, rgba(34, 211, 238, 0.5), transparent);
  animation: load 2s infinite;
}

#call .line-top {
  top: 0;
}

#call .line-bottom {
  bottom: 0;
  background: linear-gradient(to right, transparent, rgba(0, 255, 127, 0.5), transparent);
  animation-delay: 1s;
}

/* Animations */
@keyframes load {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


/* #call .cta-card {
  background: linear-gradient(135deg, rgba(0, 255, 255, 0.1), rgba(0, 255, 127, 0.1));
  border: 1px solid rgba(0, 255, 255, 0.3);
  border-radius: 10px;
  padding: 25px;
  transition: 0.3s;
  backdrop-filter: blur(5px);
}

#call .cta-card:hover {
  border-color: #00FF7F;
}

#call .cta-card-icon {
  width: 50px;
  height: 50px;
  background: rgba(0, 255, 255, 0.15);
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#call .cta-link {
  color: #00FF7F;
  text-decoration: none;
  font-size: 1.1rem;
  font-family: monospace;
}

#call .cta-link:hover {
  color: cyan;
}

#call .cta-button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

#call .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(to right, #00FF7F, cyan);
  color: #0D1F2D;
  padding: 14px 30px;
  border-radius: 10px;
  font-weight: bold;
  border: 2px solid rgba(0, 255, 127, 0.5);
  box-shadow: 0 0 15px rgba(0, 255, 127, 0.25);
  transition: all 0.3s ease;
  text-decoration: none;
}

#call .cta-button:hover {
  transform: scale(1.05);
  background: linear-gradient(to right, cyan, #00FF7F);
}

#call .cta-button .arrow {
  transition: transform 0.2s;
}

#call .cta-button:hover .arrow {
  transform: translateX(5px);
}

#call .cta-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  color: rgba(150, 255, 255, 0.6);
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  #call .cta-footer {
    flex-direction: row;
    gap: 40px;
  }
}

#call .cta-footer span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: cyan;
  border-radius: 50%;
  margin-right: 8px;
  animation: pulse 2s infinite;
}

#call .cta-footer .green {
  background: #00FF7F;
  animation-delay: 0.5s;
}

#call .cta-footer .blue {
  background: #3ABFFF;
  animation-delay: 1s;
} */


/*----------------------------------------*/
/*  Services Area
/*----------------------------------------*/
div#services {
    position: relative;
    margin: 0em 0;
    z-index: 2;
    background-image: linear-gradient(to bottom right, #0D1F2D, #1a2f42, #0D1F2D);
}
#services .service-bg {
    background-image: linear-gradient(#00ff7f 1px, transparent 1px), linear-gradient(to right, #00ff7f 1px, transparent 1px);
    background-size: 80px 80px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.03;
}
#services .service-left-circle{
    position: absolute;
    top: 2.5rem;   /* top-10 = 2.5rem */
    left: 2.5rem;  /* left-10 = 2.5rem */
    width: 8rem;   /* w-32 = 8rem */
    height: 8rem;  /* h-32 = 8rem */
    border: 1px solid #00d3f333; /* cyan-400/20 */
    border-radius: 50%; /* makes it round */
    animation: spin 40s linear infinite;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
#services .service-top-border{
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.25rem; /* h-1 */
  background: linear-gradient(to right, transparent, rgba(34, 211, 238, 0.5), transparent);
  transform: rotate(-12deg);
  animation: pulseLine 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation-delay: 1s;
    opacity: 1;
}

@keyframes pulseLine {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}


/* Wrapper */
.scanner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  position: relative;
}

/* Panel box */
.scanner-panel {
  position: relative;
  width: 12rem;  /* w-48 */
  height: 5rem;  /* h-20 */
  border: 2px solid rgba(34, 211, 238, 0.5); /* cyan-400/50 */
  background: linear-gradient(to right, rgba(13, 31, 45, 0.8), rgba(26, 47, 66, 0.8));
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
}

/* Overlay glow bar */
.scanner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent, rgba(34, 211, 238, 0.1), transparent);
  animation: pulse 2s ease-in-out infinite;
}

/* SVG content sits above overlay */
.scanner-content {
  position: relative;
  z-index: 10;
}

/* Dots */
.dot {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #00FF7F;
  border-radius: 50%;
}

/* Animations */
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* Classes */
.pulse-circle { 
    content: '';
    position: absolute;
    display: flex;
    width: 8px;
    height: 8px;
    background-color: #FFFFFF !important;
    border-radius: 50%;
    align-self: center;
    /* margin-right: 10px; */
    z-index: 1;
    animation: load 1.5s ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #FFFFFF;
	}
	 50% {
		 background: #FFFFFF;
		 opacity: 0.5;
	}
	 100% {
		 background: #FFFFFF;
         opacity: 0.9;
	}
}
.ping { animation: ping 1.5s infinite; }

/* Delays */
.delay-1 { animation-delay: 0.5s; }
.delay-2 { animation-delay: 1s; }




#services .service-bg-sec1 {
    position: relative;
    text-align-last: center;
    justify-content: center;
    display: grid;
    margin-bottom: 80px;
    padding: 0 70px;
}

#services .service-bg-sec1 h3 span{
    background: linear-gradient(to right, #06b6d4, #51a2ff, #00ff7f);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins';
}
#services .service-bg-sec1 h3{
    line-height: 1;
    font-size: 72px;
    font-family: 'Poppins';
    font-weight: 700;
    letter-spacing: 0.9px;
    color: #FFFFFF;
    text-transform: capitalize;
    text-align: left;
    padding-bottom: 32px;
}
#services .service-bg-sec1 p{
    font-size: 24px;
    line-height: 1.3;
    font-family: 'Poppins';
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.65px;
    color: #cefafe;
    opacity: 0.5;
    padding: 0 30px;
}
#services .about_description{
    position: relative;
}
.highlight-bg {
  position: absolute;
  top: -2rem;   /* -inset-8 = -2rem */
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
  background: linear-gradient(
    to right,
    rgba(34, 211, 238, 0.1),   /* cyan-400/10 */
    rgba(0, 255, 127, 0.1),    /* #00FF7F/10 */
    rgba(34, 211, 238, 0.1)    /* cyan-400/10 */
  );
  filter: blur(32px); /* blur-2xl */
  border-radius: 0.5rem; /* rounded-lg */
}
#services .service-list{
    display: flex;
    justify-content: center;
    gap: 5rem;
    margin-top: 48px;
}

#services .service-list .service-list-product1,#services .service-list .service-list-product3,#services .service-list .service-list-product2{
    display: flex;
    font-size: 14px;
    line-height: 1.4;
    color: #53eafd;
    opacity: 0.6;
    align-items: center;
}
#services .service-list .service-list-product1::before{
    content: '';
    position: relative;
    display: flex;
    width: 12px;
    height: 12px;
    background-color: #00d3f3 !important;
    border-radius: 50%;
    align-self: center;
    margin-right: 12px;
    z-index: 1;
    animation: load 1.5s ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #00d3f3;
	}
	 50% {
		 background: #00d3f3;
		 opacity: 0.5;
	}
	 100% {
		 background: #00d3f3;
         opacity: 1;
	}
}
#services .service-list .service-list-product2::before{
    content: '';
    position: relative;
    display: flex;
    width: 12px;
    height: 12px;
    background-color: #00ff7f !important;
    border-radius: 50%;
    align-self: center;
    margin-right: 12px;
    z-index: 1;
    animation: load 1.5s ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #00d3f3;
	}
	 50% {
		 background: #00d3f3;
		 opacity: 0.5;
	}
	 100% {
		 background: #00d3f3;
         opacity: 1;
	}
}
#services .service-list .service-list-product3::before{
    content: '';
    position: relative;
    display: flex;
    width: 12px;
    height: 12px;
    background-color: #51a2ff !important;
    border-radius: 50%;
    align-self: center;
    margin-right: 12px;
    z-index: 1;
    animation: load 1.5s ease-out infinite;
}

 @keyframes load {
	 0% {
		 background: #00d3f3;
	}
	 50% {
		 background: #00d3f3;
		 opacity: 0.5;
	}
	 100% {
		 background: #00d3f3;
         opacity: 1;
	}
}


 #services .peccular-section-head h3{
    font-weight: 400 !important;
    font-size: 23px;
    line-height: 32px;
    padding-bottom: 0px;
    margin-bottom: 13px;
    color: #1E2452;
    text-transform: capitalize;
}
 #services .service_icon_bx {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1;
    box-shadow: 0px 0px 6px #0000000d;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    padding-top: 14px;
}
 #services .service_icon_bx i{
    font-size: 35px;
    color: #FF5B4A;
}
 #services .boxshape1 {
position: absolute;
    top: -127px;
    left: -41px;
    z-index: 8;
    background: #fff;
    border-radius: 80%;
    z-index: 1;
    opacity: 10%;
    width: 279px;
    height: 279px;
}
 #services .boxshape2 {
    position: absolute;
    top: -121px;
    left: -33px;
    z-index: 8;
    background: #fff;
    border-radius: 80%;
    z-index: 1;
    opacity: 10%;
    width: 248px;
    height: 248px;
}
 #services .peccular-section-head {
    margin-bottom: 0;
    margin-top: 0;
}
 #services .peccular-section-head i {
    color: #FF5B4A;
    font-size: 1px;
    padding: 0px 74px;
    background: #FF5B4A;
    border-radius: 16px;
    margin-bottom: 10px;
    position: relative;
}
 #services .peccular-section-head .image-icon img.peccular-about-imgboxshape {
    margin-left: 40px;
}
 #services .peccular-section-head-icon i {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #06332e;
    background: none;
}
 #services .peccular-service-box .peccular-service-icon a{
    position: relative;
    width: 72.88px;
    height: 72.88px;
    display: inline-block;
}

#services .peccular-service-box .peccular-service-inicon{
    position: relative;
    width: 63px;
    height: 73px;
    left: -10px;
    top: -13px;
    padding-top: 13px;
}


#services .peccular-service-box .peccular-service-icon {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 10px;
    background: #fff;
    width: 63px;
    height: 73px;
    padding: 13px 10px;
}
#services .peccular-service-box .peccular-service-icon i {
    position: relative;
    font-size: 40px;
    line-height: 48px;
    color: #0099DD;
    z-index: 1;
}

#services .peccular-service-box:hover .peccular-service-icon i {
    color: #fff;
}
 #services .peccular-service-box .peccular-service-icon a:after{
    height: 72.88px;
    width: 72.88px;
    content: '';
    background: #252728;
    position: absolute;
    border-radius: 50%;
    left: -28.44px;
    z-index: 0;
    top: 20.56px;
       transition: .9s ease;
}

 #services .peccular-service-box:hover .peccular-service-icon a:after{
    left: 10px;
    border: 2px dashed #fff;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    -webkit-animation: rotate 7s linear infinite;
    animation: rotate 7s linear infinite;
}



#services .serbrdr {
    padding: 0px 9px;
}
#services .peccular-service-box .peccular-service-image {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

 #services .peccular-service-image img {
    width: 8rem;
    height: 8rem;
    object-fit: contain;
    opacity: 0.9;
    filter: contrast(125%) brightness(110%);
    transition: all 0.5s 
ease;
}

 #services .peccular-service-box{
     margin-bottom: 35px;
     position: relative;
     background: linear-gradient(to bottom right, rgba(13, 31, 45, 0.9), rgba(26, 47, 66, 0.6));
     backdrop-filter: blur(4px);
     border: 1px solid rgba(34, 211, 238, 0.2);
     border-radius: 0.75rem;
     padding: 2rem;
     overflow: hidden;
     transition: all 0.5s ease;
     animation-delay: 0s;
    }
    #services .peccular-service-box:hover{
        transform: scale(1.05); /* hover:scale-105 */
  border-color: rgba(0, 255, 127, 0.5); /* hover:border-[#00FF7F]/50 */
  box-shadow: 0 20px 40px rgba(34, 211, 238, 0.25);
    }
    
#services .peccular-service-box .paccular-service-box-bg{
     position: absolute;
     inset: 0;
     background: linear-gradient(to bottom right, transparent, rgba(255, 255, 255, 0.05), transparent);
     opacity: 0;
     transition: opacity 0.5s ease;
    }
    #services .peccular-service-box:hover .paccular-service-box-bg{
        opacity: 1;
     }
#services .peccular-service-info .services-title{
    position: relative;
}
#services .peccular-service-info .buttondesign{
    position: relative;
}

#services .peccular-service-info {
    position: relative;
    width: 100%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

#services .peccular-service-box:hover .peccular-service-info{
       bottom: 10%;
}

 #services .peccular-service-info h4{
    padding: 0;
    margin-bottom: 1rem;
    font-size: 24px;
    line-height: 1.3;
    transition: .9s ease;
    font-weight: 700;
}

#services .peccular-service-info h4 a{
    position: relative;
    letter-spacing: 0.54px;
    color: #000000;
    font-family: 'Poppins';
    text-transform: capitalize;
    color: #ffffff;
    transition: color 0.3s;
}  
#services .peccular-service-box:hover .peccular-service-info h4 a{
    color: #00d3f3;
}
#services .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px !important;
}

#services .peccular-service-info p {
    color: #cefafe; /* text-cyan-100/70 */
    line-height: 1.625;             /* leading-relaxed */
    margin-bottom: 1.5rem;          /* mb-6 */
    font-size: 18px; 
    opacity: 0.7;
}
#services .peccular-service-info ul.services-list-info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}
#services .peccular-service-info ul.services-list-info li{
    color: #cefafe; /* text-cyan-100/80 */
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    opacity: 0.8;
}
#services .peccular-service-info ul.services-list-info li::before{
    content: '';
    width: 0.5rem;   /* w-2 */
    height: 0.5rem;  /* h-2 */
    background-color: #00d3f3; /* bg-cyan-400 */
    border-radius: 9999px; /* rounded-full */
    margin-right: 0.75rem; /* mr-3 */
    animation: load 1.5s ease-out infinite;
}
 @keyframes load {
	 0% {
	}
	 50% {
		 opacity: 0.5;
	}
	 100% {
         opacity: 0.9;
	}
}

#services .buttondesign a.btn-look  {
    display: flex;
    align-items: center;
    color: #22d3ee; /* cyan-400 */
    font-weight: 600; /* semibold */
  transition: color 0.3s ease;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
#services .buttondesign a.btn-look:hover{
    color: #FFFFFF;
    transform: scale(1);
}
#services .buttondesign a.btn-look svg{
    width: 16px; /* w-4 */
    height: 16px; /* h-4 */
    margin-left: 0.5rem; /* ml-2 */
    transition: transform 0.2s ease;
    animation: none;
}
#services .buttondesign a.btn-look:hover svg{
     transform: translateX(4px); 
}
#services .buttondesign a i  {
    opacity: 1;
    display: inline-block;
    position: relative;
}

.decorative-square {
  position: absolute;
  bottom: 5rem;   /* bottom-20 */
  right: 5rem;    /* right-20 */
  width: 10rem;   /* w-40 */
  height: 10rem;  /* h-40 */
  background-color: rgba(0, 255, 127, 0.05); /* #00FF7F with 5% opacity */
  transform: rotate(45deg);
  animation: pulseLine 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation-delay: 1s;
}

/* Tailwind's pulse effect */
@keyframes pulseLine {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.glowing-line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px; /* h-1 */
  background: linear-gradient(to right, transparent, rgba(0, 255, 127, 0.5), transparent);
  transform: rotate(-12deg);
  animation: pulseLine 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation-delay: 1s;
}

/* Pulse effect like Tailwind */
@keyframes pulseLine {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.pulse-circle1 {
  position: absolute;
  bottom: 33.8%; /* bottom-1/3 */
  right: 33.7%;  /* right-1/3 */
  width: 2rem;     /* w-8 */
  height: 2rem;    /* h-8 */
  border: 2px solid rgba(0, 255, 127, 0.3); /* border-[#00FF7F]/30 */
  border-radius: 50%; /* rounded-full */
  animation: pulseLine 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Tailwind pulse effect */
@keyframes pulseLine {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
/* child-2 */
#services .paccular-services-child:nth-child(2) .peccular-service-box:hover .peccular-service-info h4 a{
    color: #51a2ff;
}
#services .paccular-services-child:nth-child(2) .peccular-service-info ul.services-list-info li::before{
    background-color: #51a2ff;
}
#services .paccular-services-child:nth-child(2) .buttondesign a.btn-look,#services .paccular-services-child:nth-child(2) .buttondesign a.btn-look svg{
    color: #51a2ff;
}
/* child-3 */
#services .paccular-services-child:nth-child(3) .peccular-service-box:hover .peccular-service-info h4 a{
    color: #4ade80;
}
#services .paccular-services-child:nth-child(3) .peccular-service-info ul.services-list-info li::before{
    background-color: #4ade80;
}
#services .paccular-services-child:nth-child(3) .buttondesign a.btn-look,#services .paccular-services-child:nth-child(3) .buttondesign a.btn-look svg{
    color: #4ade80;
}
/* child-4 */
#services .paccular-services-child:nth-child(4) .peccular-service-box:hover .peccular-service-info h4 a{
    color: #c27aff;
}
#services .paccular-services-child:nth-child(4) .peccular-service-info ul.services-list-info li::before{
    background-color: #c27aff;
}
#services .paccular-services-child:nth-child(4) .buttondesign a.btn-look,#services .paccular-services-child:nth-child(4) .buttondesign a.btn-look svg{
    color: #c27aff;
}
/* child-5 */
#services .paccular-services-child:nth-child(5) .peccular-service-box:hover .peccular-service-info h4 a{
    color: #ff6467;
}
#services .paccular-services-child:nth-child(5) .peccular-service-info ul.services-list-info li::before{
    background-color: #ff6467;
}
#services .paccular-services-child:nth-child(5) .buttondesign a.btn-look,#services .paccular-services-child:nth-child(5) .buttondesign a.btn-look svg{
    color: #ff6467;
}
/* child-6 */
#services .paccular-services-child:nth-child(6) .peccular-service-box:hover .peccular-service-info h4 a{
    color: #ffb900;
}
#services .paccular-services-child:nth-child(6) .peccular-service-info ul.services-list-info li::before{
    background-color: #ffb900;
}
#services .paccular-services-child:nth-child(6) .buttondesign a.btn-look,#services .paccular-services-child:nth-child(6) .buttondesign a.btn-look svg{
    color: #ffb900;
}
/* child-8 */
#services .paccular-services-child:nth-child(8) .peccular-service-box:hover .peccular-service-info h4 a{
    color: #51a2ff;
}
#services .paccular-services-child:nth-child(8) .peccular-service-info ul.services-list-info li::before{
    background-color: #51a2ff;
}
#services .paccular-services-child:nth-child(8) .buttondesign a.btn-look,#services .paccular-services-child:nth-child(8) .buttondesign a.btn-look svg{
    color: #51a2ff;
}
/* child-9 */
#services .paccular-services-child:nth-child(9) .peccular-service-box:hover .peccular-service-info h4 a{
    color: #4ade80;
}
#services .paccular-services-child:nth-child(9) .peccular-service-info ul.services-list-info li::before{
    background-color: #4ade80;
}
#services .paccular-services-child:nth-child(9) .buttondesign a.btn-look,#services .paccular-services-child:nth-child(9) .buttondesign a.btn-look svg{
    color: #4ade80;
}
/* child-10 */
#services .paccular-services-child:nth-child(10) .peccular-service-box:hover .peccular-service-info h4 a{
    color: #c27aff;
}
#services .paccular-services-child:nth-child(10) .peccular-service-info ul.services-list-info li::before{
    background-color: #c27aff;
}
#services .paccular-services-child:nth-child(10) .buttondesign a.btn-look,#services .paccular-services-child:nth-child(10) .buttondesign a.btn-look svg{
    color: #c27aff;
}
/* child-11 */
#services .paccular-services-child:nth-child(11) .peccular-service-box:hover .peccular-service-info h4 a{
    color: #ff6467;
}
#services .paccular-services-child:nth-child(11) .peccular-service-info ul.services-list-info li::before{
    background-color: #ff6467;
}
#services .paccular-services-child:nth-child(11) .buttondesign a.btn-look,#services .paccular-services-child:nth-child(11) .buttondesign a.btn-look svg{
    color: #ff6467;
}
/* child-12 */
#services .paccular-services-child:nth-child(12) .peccular-service-box:hover .peccular-service-info h4 a{
    color: #ffb900;
}
#services .paccular-services-child:nth-child(12) .peccular-service-info ul.services-list-info li::before{
    background-color: #ffb900;
}
#services .paccular-services-child:nth-child(12) .buttondesign a.btn-look,#services .paccular-services-child:nth-child(12) .buttondesign a.btn-look svg{
    color: #ffb900;
}
/* ------------------------------------------- */

#innerpage-box .paccular-service-inner-child{
  display: grid;
}
#innerpage-box .paccular-service-inner-child .service-card {
    width: 100%;
    background: #ffffff;
    border: 2px solid rgba(0, 200, 255, 0.3);
    border-radius: 15px;
    padding: 28px;
    transition: 0.4s;
}

#innerpage-box .paccular-service-inner-child .service-card:hover {
    transform: scale(1.05);
    border-color: #00bcd4;
    background: rgba(0, 200, 255, 0.07);
}

#innerpage-box .paccular-service-inner-child .service-card .icon-box {
  width: 70px;
  height: 70px;
  background: rgba(0, 200, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: 0.4s;
}
#innerpage-box .paccular-service-inner-child .service-card .icon-box img.peccular-service-img {
  width: 65px;
    height: 65px;
    border-radius: 12px;
}

#innerpage-box .paccular-service-inner-child .service-card:hover .icon-box {
    transform: scale(1.1);
}

#innerpage-box .paccular-service-inner-child .service-card .title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: inherit !important;
    color: #0d1f2d;
    margin: 0;
    margin-bottom: 16px;
    transition: 0.4s;
    padding: 0;
}

#innerpage-box .paccular-service-inner-child .service-card:hover .title {
    color: #00bcd4;
}

#innerpage-box .paccular-service-inner-child .service-card .desc {
    color: #364153;
    line-height: 1.6;
    margin: 0;
    margin-bottom: 24px;
}

#innerpage-box .paccular-service-inner-child .service-card .features {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
}

#innerpage-box .paccular-service-inner-child .service-card .features li:hover {
  background: none ;
}
#innerpage-box .paccular-service-inner-child .service-card .features li {
    display: flex;
    line-height: inherit !important;
    align-items: center;
    margin-bottom: 8px;
    color: #4a5565;
    font-size: 16px;
    border-bottom: none;
}

#innerpage-box .paccular-service-inner-child .service-card .features li::before {
    content: "";
    width: 7px;
    height: 7px;
    background: #00bcd4;
    border-radius: 50%;
    margin-right: 10px;
}

#innerpage-box .paccular-service-inner-child .service-card .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#innerpage-box .paccular-service-inner-child .service-card .price {
    font-size: 18px;
    color: #00bcd4;
}

#innerpage-box .paccular-service-inner-child .service-card .more {
    font-size: 14px;
    color: #777;
    transition: 0.3s;
}

#innerpage-box .paccular-service-inner-child .service-card:hover .more {
    color: #00bcd4;
}
/* ------------------------------------------- */
/* nth chiled class 02*/
#innerpage-box .paccular-service-inner-child:nth-child(2) .service-card {background: #ffffff; border: 2px solid rgba(59, 130, 246, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(2) .service-card:hover {    border-color: #3b82f6;    background: rgba(59, 130, 246, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(2) .service-card .icon-box {  background: rgba(59, 130, 246, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(2) .service-card:hover .title {    color: #3b82f6;}
#innerpage-box .paccular-service-inner-child:nth-child(2) .service-card .features li::before {    background: #3b82f6;}
#innerpage-box .paccular-service-inner-child:nth-child(2) .service-card .price {    color: #3b82f6;}
#innerpage-box .paccular-service-inner-child:nth-child(2) .service-card:hover .more {    color: #3b82f6;}
/* ------------------------------------------- */
/* nth chiled class 03*/
#innerpage-box .paccular-service-inner-child:nth-child(3) .service-card {    background: #ffffff;    border: 2px solid rgba(0, 255, 127, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(3) .service-card:hover {    border-color: #00FF7F;    background: rgba(0, 255, 127, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(3) .service-card .icon-box {  background: rgba(0, 255, 127, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(3) .service-card:hover .title {    color: #00FF7F;}
#innerpage-box .paccular-service-inner-child:nth-child(3) .service-card .features li::before {    background: #00FF7F;}
#innerpage-box .paccular-service-inner-child:nth-child(3) .service-card .price {    color: #00FF7F;}
#innerpage-box .paccular-service-inner-child:nth-child(3) .service-card:hover .more {    color: #00FF7F;}
/* ------------------------------------------- */
/* nth chiled class 04*/
#innerpage-box .paccular-service-inner-child:nth-child(4) .service-card {    background: #ffffff;    border: 2px solid rgba(168, 85, 247, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(4) .service-card:hover {    border-color: #a855f7;    background: rgba(168, 85, 247, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(4) .service-card .icon-box {  background: rgba(168, 85, 247, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(4) .service-card:hover .title {   color: #a855f7;}
#innerpage-box .paccular-service-inner-child:nth-child(4) .service-card .features li::before {    background: #a855f7;}
#innerpage-box .paccular-service-inner-child:nth-child(4) .service-card .price {    color: #a855f7;}
#innerpage-box .paccular-service-inner-child:nth-child(4) .service-card:hover .more {    color: #a855f7;}
/* ------------------------------------------- */
/* nth chiled class 05*/
#innerpage-box .paccular-service-inner-child:nth-child(5) .service-card {    background: #ffffff;    border: 2px solid rgba(251, 191, 36, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(5) .service-card:hover {    border-color: #fbbf24;    background: rgba(251, 191, 36, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(5) .service-card .icon-box {  background: rgba(251, 191, 36, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(5) .service-card:hover .title {    color: #fbbf24;}
#innerpage-box .paccular-service-inner-child:nth-child(5) .service-card .features li::before {    background: #fbbf24;}
#innerpage-box .paccular-service-inner-child:nth-child(5) .service-card .price {    color: #fbbf24;}
#innerpage-box .paccular-service-inner-child:nth-child(5) .service-card:hover .more {    color: #fbbf24;}
/* ------------------------------------------- */
/* nth chiled class 06*/
#innerpage-box .paccular-service-inner-child:nth-child(6) .service-card {    background: #ffffff;    border: 2px solid rgba(248, 113, 113, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(6) .service-card:hover {    border-color: #f87171;    background: rgba(248, 113, 113, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(6) .service-card .icon-box {  background: rgba(248, 113, 113, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(6) .service-card:hover .title {    color: #f87171;}
#innerpage-box .paccular-service-inner-child:nth-child(6) .service-card .features li::before {    background: #f87171;}
#innerpage-box .paccular-service-inner-child:nth-child(6) .service-card .price {    color: #f87171;}
#innerpage-box .paccular-service-inner-child:nth-child(6) .service-card:hover .more {    color: #f87171;}
/* ------------------------------------------- */
/* nth chiled class 02*/
#innerpage-box .paccular-service-inner-child:nth-child(8) .service-card {background: #ffffff; border: 2px solid rgba(59, 130, 246, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(8) .service-card:hover {    border-color: #3b82f6;    background: rgba(59, 130, 246, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(8) .service-card .icon-box {  background: rgba(59, 130, 246, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(8) .service-card:hover .title {    color: #06b6d4;}
#innerpage-box .paccular-service-inner-child:nth-child(8) .service-card .features li::before {    background: #3b82f6;}
#innerpage-box .paccular-service-inner-child:nth-child(8) .service-card .price {    color: #3b82f6;}
#innerpage-box .paccular-service-inner-child:nth-child(8) .service-card:hover .more {    color: #3b82f6;}
/* ------------------------------------------- */
/* nth chiled class 03*/
#innerpage-box .paccular-service-inner-child:nth-child(9) .service-card {    background: #ffffff;    border: 2px solid rgba(0, 255, 127, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(9) .service-card:hover {    border-color: #00FF7F;    background: rgba(0, 255, 127, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(9) .service-card .icon-box {  background: rgba(0, 255, 127, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(9) .service-card:hover .title {    color: #00FF7F;}
#innerpage-box .paccular-service-inner-child:nth-child(9) .service-card .features li::before {    background: #00FF7F;}
#innerpage-box .paccular-service-inner-child:nth-child(9) .service-card .price {    color: #00FF7F;}
#innerpage-box .paccular-service-inner-child:nth-child(9) .service-card:hover .more {    color: #00FF7F;}
/* ------------------------------------------- */
/* nth chiled class 04*/
#innerpage-box .paccular-service-inner-child:nth-child(10) .service-card {    background: #ffffff;    border: 2px solid rgba(168, 85, 247, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(10) .service-card:hover {    border-color: #a855f7;    background: rgba(168, 85, 247, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(10) .service-card .icon-box {  background: rgba(168, 85, 247, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(10) .service-card:hover .title {   color: #a855f7;}
#innerpage-box .paccular-service-inner-child:nth-child(10) .service-card .features li::before {    background: #a855f7;}
#innerpage-box .paccular-service-inner-child:nth-child(10) .service-card .price {    color: #a855f7;}
#innerpage-box .paccular-service-inner-child:nth-child(10) .service-card:hover .more {    color: #a855f7;}
/* ------------------------------------------- */
/* nth chiled class 05*/
#innerpage-box .paccular-service-inner-child:nth-child(11) .service-card {    background: #ffffff;    border: 2px solid rgba(251, 191, 36, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(11) .service-card:hover {    border-color: #fbbf24;    background: rgba(251, 191, 36, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(11) .service-card .icon-box {  background: rgba(251, 191, 36, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(11) .service-card:hover .title {    color: #fbbf24;}
#innerpage-box .paccular-service-inner-child:nth-child(11) .service-card .features li::before {    background: #fbbf24;}
#innerpage-box .paccular-service-inner-child:nth-child(11) .service-card .price {    color: #fbbf24;}
#innerpage-box .paccular-service-inner-child:nth-child(11) .service-card:hover .more {    color: #fbbf24;}
/* ------------------------------------------- */
/* nth chiled class 06*/
#innerpage-box .paccular-service-inner-child:nth-child(12) .service-card {    background: #ffffff;    border: 2px solid rgba(248, 113, 113, 0.3);}
#innerpage-box .paccular-service-inner-child:nth-child(12) .service-card:hover {    border-color: #f87171;    background: rgba(248, 113, 113, 0.07);}
#innerpage-box .paccular-service-inner-child:nth-child(12) .service-card .icon-box {  background: rgba(248, 113, 113, 0.2);}
#innerpage-box .paccular-service-inner-child:nth-child(12) .service-card:hover .title {    color: #f87171;}
#innerpage-box .paccular-service-inner-child:nth-child(12) .service-card .features li::before {    background: #f87171;}
#innerpage-box .paccular-service-inner-child:nth-child(12) .service-card .price {    color: #f87171;}
#innerpage-box .paccular-service-inner-child:nth-child(12) .service-card:hover .more {    color: #f87171;}

/* --------------------------------- */
/* project single page  */

#innerpage-box .image-comparison__slider{
  margin: 20px 0;
} 
#innerpage-box .image-comparison__slider span{
  font-size: 30px;
}

#innerpage-box #secondary .menu-all-projects-container ul{
  padding: 0 !important;
}
#innerpage-box .peccular-blog-single-page ul li i{
  margin-right: 4px;
}
#innerpage-box .peccular-blog-single-page .blog-info-area .metabox2brdr ul li::before{
  display: none;
}

/* ------------------------------------- */
/*            single service page */
/* ---------------------------------------- */

#innerpage-box .the-page-content-box ,#innerpage-box .the-content-service-single {
  margin-bottom: 24px;
  border-radius: 16px;
  padding: 24px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#innerpage-box .single-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-service-page-add .features-list {
    margin-bottom: 40px;
}

#innerpage-box .single-service-page-add .feature-item1 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

#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-service-page-add .feature-title li:hover{
  background: none;

}
#innerpage-box .single-service-page-add .feature-title li:hover{
  background-color: #f6f3f4;
}
#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: #fbf9fa;
    padding: 16px;
    border-radius: 10px;
    border: none;
}
#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-service-page-add .feature-title {
      grid-template-columns: repeat(2, 1fr);
    }
  }
/* 
.feature-text {
    color: #555;
    font-size: 15px;
    line-height: 1.5;
} */


/* Benefits Section */
/* #innerpage-box .single-service-page-add .benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

#innerpage-box .single-service-page-add .benefit-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

#innerpage-box .single-service-page-add .benefit-card:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

#innerpage-box .single-service-page-add .benefit-card h4.benefit-heading{
    font-size: 18px !important;
    color: #0D1F2D !important;
    margin: 0;
    padding: 0;
    line-height: 1.5 !important;
    margin-bottom: 6px;
    font-weight: inherit !important;
}

#innerpage-box .single-service-page-add .benefit-card p.benefit-para {
    color: #555 !important;
    font-size: 15px !important;
    margin: 0;
    line-height: 1.5;
} */

/* right side box */

/* MAIN PRICING BOX */
#innerpage-box #secondary  .widget-title {
  font-size: 24px !important;
    line-height: 1.3 !important;
    color: #0d1f2d !important;
    margin-bottom: 16px !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid rgba(34, 211, 238, 0.3) !important;
    font-family: 'Poppins';
}
#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;
}


/*----------------------------------------*/
/*  Story Area
/*----------------------------------------*/

#story {
    position: relative;
}

#story .story-sec-border{
    border: 1px solid #fff;
    border-radius: 0px;
    transition: all 0.3s ease 0s;
    left: 1.7%;
    right: 1.7%;
    top: 5.5%;
    bottom: 5.2%;
    position: absolute;
}
 #story .story-bg {
    outline: 1px solid #fff;
    outline-offset: -15px;
}


#story .peccular-section-head h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
    color: #fff;
    margin-bottom: 12.35px;
}
#story .peccular-section-subtext {
font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 10.13px;

/*    background: linear-gradient(to right,#b6d437 50%,#000 40%);
    background-size: 200% auto;
    animation: animate 7.5s alternate linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

  @keyframes animate{
        100%{
            background-position: 200% center;
            transform: scale(1.05,1.05);
        }
    }

#story .story-body {
    width: 315.45px;
    float: right;
    margin-right: 9em;
}
#story .story_description {
    font-size: 11px;
    line-height: 17.72px;
    color: #fff;
    padding-bottom: 9px;
    margin-bottom: 6.42px;
}

#story .peccular-story-btn a {
    font-size: 17px;
    line-height: 18px;
    color: #FF5B4A;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #FF5B4A, #FF5B4A 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
}

#story .peccular-story-btn a:hover {
    background-position: 0 100%;
}


#story .peccular-story-btn a:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 5px;
    left: 0;
    bottom: -2px;
    z-index: 0;
    position: absolute;
    background: #FF5B4A;
    transition: all 0.3s ease-in-out;
}

#story .peccular-story-btn a:hover:before {
    width: 0%;
}

/*----------------------------------------*/
/*  Counter Area
/*----------------------------------------*/

#counter .counter-bg{
   /* background: url(images/counterbgimg.jpg);*/
   
}

#counter {  
    background: #FFF7F6;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#counter .peccular-section-head h2 {
    color: #002434;
    margin-bottom: 33px;
}

#counter .peccular-counter-single{
    transition: all 0.3s ease 0s;
    margin-bottom: 43px;
}

#counter .peccular-counter-b:hover{
    transition: all 0.6s ease 0s;
}

#counter .peccular-counter-b{
        transition: all 0.6s ease 0s;
}

#counter .peccular-counter-icon span {
    font-size: 39px;
    color: #FF5B4A;
    transition: all 1s ease 0s;
    margin-right: 18px;
}
#counter .peccular-counter-single:hover .peccular-counter-icon span {
     animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
}

#counter h4.peccular-counter-title  {
    font-size: 20px;
    font-weight: 400 !important;
    word-break: break-word;
    line-height: 26px;
    transition: all 0.3s ease 0s;
    margin: 12px 0 0 0;
    text-align: left;
    letter-spacing: 0.66px;
    color: #002434;
}

#counter .peccular-counter-single:hover h4.peccular-counter-title{
    transition: all 0.3s ease 0s;
}

#counter .peccular-counter-num.count{
    font-size: 30px;
    font-weight: bold !important;
    word-break: break-word;
    color: #FF5B4A;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease 0s;
    text-align: left;
    line-height: 26px;
    position: relative;
    top: 7px;
    left: 10px;
}
#counter .peccular-counter-area {
    position: relative;
/*    padding-left: 100px;*/
    margin-top: 60px;
}
.counter-img img {
    position: absolute;
    bottom: 0;
} 

.counter-img {
    position: relative;
}
#counter .button-area {
/*    padding-left: 100px;*/
    margin-top: 43px;
        margin-bottom: 45px;
}
#counter .border-title-count {
    position: relative;
}

#counter .border-title-count:after {
    content: '';
    width: 86px;
    height: 1.5px;
    position: absolute;
    left: 0;
    /* right: 0; */
    bottom: 0;
    background-color: #0099DD;
    transition: all .5s cubic-bezier(.645,.045,.355,1);
    z-index: 3;
}

#counter .peccular-counter-single:hover .border-title-count:after {
    width: 80%;
    left: 0;
}

#counter .buttondesign a.btn-look {
    padding: 9px 22px;
    position: relative;
    display: inline-block;
}
.buttondesign a.btn-look span {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold!important;
    letter-spacing: 0.66px;
}

/*----------------------------------------*/
/*  Blog Area
/*----------------------------------------*/

#blog{
  overflow: visible !important;
}
#blog-faqs{
  background-color: #f4f4f4;
  position: relative;
    overflow: hidden;
}

/* Absulate css */
#blog-faqs .background-decor {
  position: absolute;
  inset: 0; /* full width & height */
  overflow: hidden;
}

/* --- 1️⃣ Grid Background Overlay --- */
#blog-faqs .grid-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: 
    linear-gradient(rgba(13, 31, 45, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 31, 45, 0.1) 1px, transparent 1px);
  background-size: 50px 50px;
  width: 100%;
  height: 100%;
}

/* --- 2️⃣ Rotating Circular Border --- */
#blog-faqs .rotating-ring {
  position: absolute;
  top: 5rem;   /* top-20 */
  right: 5rem; /* right-20 */
  width: 6rem; /* w-24 */
  height: 6rem;/* h-24 */
  border: 1px solid rgba(13, 31, 45, 0.1);
  border-radius: 50%;
  animation: spin 30s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* --- 3️⃣ Green Rotated Square --- */
#blog-faqs .green-square {
  position: absolute;
  bottom: 10rem; /* bottom-40 */
  left: 10rem;   /* left-40 */
  width: 4rem;   /* w-16 */
  height: 4rem;  /* h-16 */
  background-color: rgba(0, 255, 127, 0.1);
  transform: rotate(45deg);
}

/* --- 4️⃣ Pulsing Dark Dot --- */
#blog-faqs .pulsing-dot {
  position: absolute;
  top: 33%;   /* top-1/3 */
  left: 2.5rem; /* left-10 */
  width: 1rem;  /* w-4 */
  height: 1rem; /* h-4 */
  background-color: rgba(13, 31, 45, 0.2);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

/* --- 5️⃣ Hollow Green Circle --- */
#blog-faqs .green-circle {
  position: absolute;
  bottom: 25%; /* bottom-1/4 */
  right: 25%;  /* right-1/4 */
  width: 1.5rem; /* w-6 */
  height: 1.5rem; /* h-6 */
  border: 2px solid rgba(0, 255, 127, 0.2);
  border-radius: 50%;
}

/* ------------------ */

/* General layout */
#blog .section-header {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  #blog .section-header {
    text-align: left;
  }
}

/* Divider line + dots */
#blog .header-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  #blog .header-line {
    justify-content: flex-start;
  }
}

#blog .line {
  height: 1px;
  width: 8rem; /* 32 Tailwind units */
}

#blog .line.left {
  background: linear-gradient(to right, transparent, #0D1F2D, #00FF7F);
}

#blog .line.right {
  background: linear-gradient(to right, #00FF7F, #0D1F2D, transparent);
}

/* Dots animation */
#blog .dots {
  display: flex;
  align-items: center;
  margin: 0 1rem;
  gap: 0.5rem;
}

#blog .dot {
  border-radius: 50%;
  animation: load 1.5s infinite;
}

#blog .dot.dark {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #0D1F2D;
}

#blog .dot.green {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #00FF7F;
}

/* Pulse animation */
@keyframes load {
  0%, 100% {
    opacity: 0.4;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

/* Heading */
#blog .section-header .title {
  font-size: 1.875rem; /* text-3xl */
  color: #0D1F2D;
  margin-bottom: 1rem;
  font-weight: inherit;
}

@media (min-width: 768px) {
  #blog .section-header .title {
    font-size: 2.25rem; /* text-4xl */
  }
}

/* Gradient text */
#blog .gradient-text {
  background: linear-gradient(to right, #00FF7F, #00CED1);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

/* Subtitle */
#blog .section-header .subtitle {
  font-size: 1.125rem; /* text-lg */
  color: #0D1F2D;
  opacity: 0.7;
}


/* post */

#blog .card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(13, 31, 45, 0.1);
  border-radius: 0px;
  overflow: hidden;
  max-width: 700px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(13, 31, 45, 0.05);
  padding: 0;
  margin-bottom: 24px;
}

#blog .card:hover {
  transform: scale(1.03);
  border-color: rgba(0, 255, 127, 0.3);
  box-shadow:  0 20px 25px -5px rgba(0, 0, 0, 0.1),
                0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

#blog .card-content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px) {
  #blog .card-content {
    flex-direction: row;
  }
}

#blog .card-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}

@media (min-width: 640px) {
  #blog .card-image {
    width: 35%;
    height: 128px;
  }
}

#blog .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

#blog .card:hover .card-image img {
  transform: scale(1.1);
}

#blog .badge {
  position: absolute;
    top: 8px;
    left: 8px;
}
#blog .badge  a{
    position: relative;
    background: linear-gradient(to right, #00FF7F, #00CED1);
    color: #0D1F2D;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    margin-bottom: 10px;
}

#blog .card-text {
  flex: 1;
  padding: 16px;
}

#blog .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: #0d1f2d;
    opacity: 0.6;
  margin-bottom: 8px;
}

#blog .meta-item {
  display: flex;
  align-items: center;
}

#blog .icon {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  margin-right: 4px;
  color: #0d1f2d;
  opacity: 0.6;
}

#blog .read-time {
  background: rgba(0, 255, 127, 0.1);
  color: #0D1F2D;
  padding: 3px 8px;
  border-radius: 999px;
}

#blog .title {
  font-size: 18px;
  /* font-weight: 600; */
  /* margin-top: 8px; */
  margin-bottom: 8px;
  transition: color 0.3s ease;
  color: #0d1f2d;
  line-height: 1.5;
}

#blog .card:hover .title {
  color: #00FF7F;
}

#blog .description {
  font-size: 14px;
  color: #0d1f2d;
  opacity: 0.7;
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#blog .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#blog .stats {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  color: #0d1f2d;
  opacity: 0.6;
}

#blog .stat-item {
  display: flex;
  align-items: center;
}

#blog .read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #00FF7F;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 4px 8px;
  border-radius: 5px;
}
#blog .read-more a {
  display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #00FF7F
}


#blog .read-more:hover {
  color: #0D1F2D;
  background: rgba(0, 255, 127, 0.1);
}

#blog .arrow {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  transition: transform 0.2s ease;
}

#blog .read-more:hover .arrow {
  transform: translateX(4px);
}

/* button blog */

/* Center alignment and spacing */
#blog .button-wrapper {
  text-align: center;
  margin-top: 2rem; /* mt-8 */
}

/* Main button */
#blog .view-posts-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem; /* text-sm */
  font-weight: 500;
  color: #00FF7F;
  background: linear-gradient(to right, #0D1F2D, #1a2f42);
  padding: 0.75rem 2rem;
  border: 1px solid rgba(0, 255, 127, 0.3);
  border-radius: 0; /* squared edges */
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
  outline: none;
  width: auto;
  box-shadow: none;
}

/* Hover effects */
#blog .view-posts-btn:hover {
  background: #0D1F2D;
  transform: scale(1.05);
}

/* Focus ring (for accessibility) */
#blog .view-posts-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(0, 255, 127, 0.4);
  border-color: #00FF7F;
}

/* Disabled state */
#blog .view-posts-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* Inside span for alignment */
#blog .btn-content {
  display: flex;
  align-items: center;
}

/* Glowing dot with pulse animation */
#blog .dot1 {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #00FF7F;
  border-radius: 50%;
  margin-right: 8px;
  animation: ping 1.5s infinite;
}

/* Pulse animation */
@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  75% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}


/* FAQS -------- */

#faq-section .section-header {
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  #faq-section .section-header {
    text-align: left;
  }
}

/* Divider line + dots */
#faq-section .header-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  #faq-section .header-line {
    justify-content: flex-start;
  }
}

#faq-section .line {
  height: 1px;
  width: 8rem; /* 32 Tailwind units */
}

#faq-section .line.left {
  background: linear-gradient(to right, transparent, #0D1F2D, #00FF7F);
}

#faq-section .line.right {
  background: linear-gradient(to right, #00FF7F, #0D1F2D, transparent);
}

/* Dots animation */
#faq-section .dots {
  display: flex;
  align-items: center;
  margin: 0 1rem;
  gap: 0.5rem;
}

#faq-section .dot {
  border-radius: 50%;
  animation: load 1.5s infinite;
}

#faq-section .dot.dark {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #0D1F2D;
}

#faq-section .dot.green {
  position: relative;
  width: 8px;
  height: 8px;
  background-color: #00FF7F;
}

/* Pulse animation */
@keyframes load {
  0%, 100% {
    opacity: 0.4;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

/* Heading */
#faq-section .section-header .title {
  font-size: 1.875rem; /* text-3xl */
  color: #0D1F2D;
  margin-bottom: 1rem;
  font-weight: inherit;
  line-height: 1.5;
}

@media (min-width: 768px) {
  #faq-section .section-header .title {
    font-size: 2.25rem; /* text-4xl */
  }
}

/* Gradient text */
#faq-section .gradient-text {
  background: linear-gradient(to right, #00FF7F, #00CED1);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

/* Subtitle */
#faq-section .section-header .subtitle {
  font-size: 1.125rem; /* text-lg */
  color: #0d1f2d;
  opacity: 0.7;
}


/* new faqs section */

#faq-section .faq-card {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(13, 31, 45, 0.1);
  border-radius: 1px;
  backdrop-filter: blur(6px);
  overflow: hidden;
  width: 100%;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 16px;
}

#faq-section .faq-card:hover {
  border-color: rgba(0, 255, 127, 0.3);
}

#faq-section .faq-question {
  width: 100%;
  height: auto;
  padding: 16px;
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s ease;
  white-space: normal;
  box-shadow: 0 10px 15px -3px rgba(0, 255, 127, 0.25);
}



#faq-section .faq-question h3 {
  font-size: 18px;
  color: #0D1F2D;
  margin: 0;
  transition: color 0.3s ease;
}

#faq-section .faq-card:hover .faq-question h3 {
  color: #00FF7F;
}

/* Icon Circle */
#faq-section .icon-circle {
  width: 28px;
  height: 28px;
  border: 2px solid #00FF7F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#faq-section .plus-icon {
  position: relative;
  width: 12px;
  height: 2px;
  background: #00FF7F;
  transition: transform 0.3s ease;
}

#faq-section .plus-icon::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 5px;
  width: 2px;
  height: 12px;
  background: #00FF7F;
  transition: opacity 0.3s ease;
}

#faq-section .plus-icon.rotate {
  transform: rotate(45deg);
}

#faq-section .plus-icon.rotate::before {
  opacity: 0;
}

/* Answer Section */
#faq-section .faq-answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.4s ease;
  /* border-top: 1px solid rgba(13, 31, 45, 0.1); */
}

#faq-section .faq-answer p {
  padding: 16px;
  color: #0d1f2d;
  line-height: 1.6;
  opacity: 0.7;
}

/* Glow Lines */
#faq-section .glow-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

#faq-section .faq-card:hover .glow-lines {
  opacity: 1;
}

#faq-section .top-line, #faq-section .bottom-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #00FF7F, transparent);
  animation: pulse 1.5s infinite;
}

#faq-section .top-line {
  top: 0;
}

#faq-section .bottom-line {
  bottom: 0;
  animation-delay: 0.5s;
}

@keyframes pulse {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 1; }
}


/*----------------------------------------*/
/*  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 .subscribe-section {
  border-top: 1px solid rgba(0, 255, 255, 0.2);
  padding-top: 3rem;
  /* margin-bottom: 3rem; */
}

/* Center Container */
#newsletter .subscribe-container {
  /* max-width: 600px;
  margin: 0 auto; */
  text-align: center;
}

/* Title */
#newsletter .subscribe-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
}

/* Subtitle */
#newsletter .subscribe-text {
  color: #a2f4fd;
  opacity: 0.8;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}


#newsletter .peccular-newsletter-member-wrap input[type="text"], 
#newsletter .peccular-newsletter-member-wrap input[type="email"], 
#newsletter .peccular-newsletter-member-wrap input[type="url"], 
#newsletter .peccular-newsletter-member-wrap input[type="password"], 
#newsletter .peccular-newsletter-member-wrap input[type="search"], 
#newsletter .peccular-newsletter-member-wrap input[type="number"], 
#newsletter .peccular-newsletter-member-wrap input[type="tel"], 
#newsletter .peccular-newsletter-member-wrap input[type="range"], 
#newsletter .peccular-newsletter-member-wrap input[type="date"], 
#newsletter .peccular-newsletter-member-wrap input[type="month"], 
#newsletter .peccular-newsletter-member-wrap input[type="week"], 
#newsletter .peccular-newsletter-member-wrap input[type="time"], 
#newsletter .peccular-newsletter-member-wrap input[type="datetime"],
#newsletter .peccular-newsletter-member-wrap input[type="datetime-local"], 
#newsletter .peccular-newsletter-member-wrap input[type="color"],
#newsletter .peccular-newsletter-member-wrap input[type="file"],
#newsletter .peccular-newsletter-member-wrap textarea{ 
    z-index: 2000;
    width: 100%;
    color: #070608;
    margin: 0 0 0px 0;
    font-size: 16px;
    line-height: 19px;
    height: 50px;
    font-weight: 400 !important;
    padding: 0.75rem 1rem;
    background-color: rgba(26, 47, 66, 0.5) ;
    border: 1px solid rgba(0, 255, 255, 0.3) !important;
    border-radius: 8px;
    color: white;
    outline: none;
    transition: all 0.3s ease;
}

#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;
}

/*   */

/* Background container */
#footer .background-effects {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/* Subtle grid overlay */
#footer .background-effects .grid-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  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: 80px 80px;
}

/* Large pulsing circle outline */
#footer .background-effects .circle-border {
  position: absolute;
  top: 5rem; /* top-20 */
  left: 5rem; /* left-20 */
  width: 8rem; /* w-32 */
  height: 8rem;
  border: 1px solid rgba(34, 211, 238, 0.1); /* cyan-400/10 */
  border-radius: 50%;
  animation: load 2s infinite;
}

/* Rotating translucent box */
#footer .background-effects .spinning-box {
  position: absolute;
  bottom: 10rem; /* bottom-40 */
  right: 10rem; /* right-40 */
  width: 6rem; /* w-24 */
  height: 6rem;
  background-color: rgba(0, 255, 127, 0.05);
  transform: rotate(45deg);
  animation: spin 30s linear infinite;
}

/* Small glowing ping circle */
#footer .background-effects .ping-dot {
  position: absolute;
  top: 33%;
  right: 2.5rem; /* right-10 */
  width: 1.5rem; /* w-6 */
  height: 1.5rem;
  background-color: rgba(34, 211, 238, 0.3);
  border-radius: 50%;
  animation: ping 2s infinite;
}

/* Animations */
@keyframes load {
  0%, 100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes ping {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  80%, 100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* === Footer Section === */
#footer .footer-sect {
  position: relative;
  /* margin-top: 3rem; */
  padding: 2rem 1rem 2rem;
  border-top: 1px solid rgba(0, 255, 255, 0.2);
  color: rgba(173, 255, 255, 0.8);
  font-family: 'Poppins', sans-serif;
  background: transparent;
}

#footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 1rem;
}


#footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

#footer .footer-links a {
  text-decoration: none;
  color: rgba(173, 255, 255, 0.8);
  font-size: 14px;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

#footer .footer-links a:hover {
  color: #00FF7F;
  text-shadow: 0 0 6px #00FF7F;
}

/* Gradient line at bottom */
#footer .footer-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, cyan, #00FF7F, cyan);
  opacity: 0.6;
}

/* Responsive Design */
@media (min-width: 768px) {
  #footer .footer-content {
    flex-direction: row;
    text-align: left;
  }
}


/*----------------------------------------*/
/*  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;
}

/* new  ------------ */

#contact .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem; /* same as mb-8 */
}

#contact .icon-container {
  position: relative;
}

#contact .icon-container .icon-circle {
  width: 5rem;  /* w-20 (80px) */
  height: 5rem; /* h-20 (80px) */
  border: 2px solid #00FF7F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact .shield-icon {
  width: 2.5rem;  /* w-10 (40px) */
  height: 2.5rem; /* h-10 (40px) */
  stroke: #00FF7F;
}

#contact .icon-badge {
  position: absolute;
  top: -0.5rem;   /* -top-2 = -8px */
  right: -0.5rem; /* -right-2 = -8px */
  width: 1.5rem;  /* w-6 (24px) */
  height: 1.5rem; /* h-6 (24px) */
  background-color: #00FF7F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact .zap-icon {
  width: 0.75rem;  /* w-3 (12px) */
  height: 0.75rem; /* h-3 (12px) */
  stroke: #0D1F2D;
}

/* header  */

#contact .quote-heading {
  font-size: 2.25rem; /* text-4xl = 36px */
  font-weight: 700;   /* font-bold */
  color: #ffffff;     /* text-white */
  margin-bottom: 1rem; /* mb-4 */
  text-align: center; /* optional, depending on layout */
}

/* Medium screen (md:text-5xl = 48px) */
@media (min-width: 768px) {
  #contact .quote-heading {
    font-size: 3rem;
  }
}

#contact .highlight {
  color: #00FF7F; /* text-[#00FF7F] */
}

#contact .quote-subtext {
  font-size: 1.25rem; /* text-xl = 20px */
  color: #d1d5db;     /* text-gray-300 */
  text-align: center; /* optional */
}


/* right side css */

#contact .contact-section {
  display: flex;
  flex-direction: column;
  gap: 2rem; /* space-y-8 */
}

/* Common Card Style */
#contact .contact-card,
#contact .coverage-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 255, 127, 0.2);
  border-radius: 0.5rem;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

/* Contact Information Card */
#contact .contact-card .contact-title {
  display: flex;
  align-items: center;
  font-size: 1.5rem; /* text-2xl */
  font-weight: 700;
  color: white;
  margin-bottom: 1.5rem;
}

#contact .icon-circle-small {
  width: 2rem;
  height: 2rem;
  background: #00FF7F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}

#contact .icon {
  color: #0d1f2d;
    font-size: 16px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

/* Contact Items */
#contact .contact-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#contact .contact-item {
  display: flex;
  align-items: center;
  color: #d1d5db;
  transition: color 0.3s;
}

#contact .contact-item:hover {
  color: #00FF7F;
}

#contact .icon-circle {
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(0, 255, 127, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  transition: all 0.3s;
}

#contact .contact-item:hover .icon-circle {
  border-color: #00FF7F;
  background: rgba(0, 255, 127, 0.1);
}

#contact .icon-circle .icon {
  font-size: 18px;
    color: #d1d5dc;
    justify-content: space-evenly;
    display: flex;
    align-items: center;
}
#contact .contact-item:hover .icon-circle .icon {
  color: #00FF7F;
}

#contact .label {
  font-weight: 500;
  line-height: 1.5;
}

#contact .value {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* Coverage Card */
#contact .coverage-card {
  height: 16rem; /* h-64 */
}

#contact .circle-container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact .map-pin {
  position: relative;
  width: 8rem;
  height: 8rem;
  border: 2px solid rgba(0, 255, 127, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact .map-icon {
  width: 3rem;
  height: 3rem;
  stroke: #00FF7F;
}

/* Pulse Rings */
#contact .pulse-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid;
  border-color: rgba(0, 255, 127, 0.3);
  animation: load 3s ease-out infinite;
}

#contact .ring1 {
  width: 8rem;
  height: 8rem;
}

#contact .ring2 {
  width: 11rem;
  height: 11rem;
  animation-delay: 1s;
}

#contact .ring3 {
  width: 15rem;
  height: 15rem;
  animation-delay: 2s;
}

@keyframes load {
  0% , 100%{
    /* transform: scale(1); */
    opacity: 1;
  }
  50% {
    /* transform: scale(1.4); */
    opacity: 0.5;
  }
}

#contact .coverage-text {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  text-align: center;
  color: #d1d5db;
}

#contact .coverage-title {
  color: #00FF7F;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

#contact .coverage-sub {
  font-size: 0.875rem;
}

/* --------Left side css------------ */

/* Container setup */
#contact .contact-card-1 {
  position: relative;
}

/* Outer rotated border layer */
#contact .contact-card-border {
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 255, 127, 0.3); /* border-[#00FF7F]/30 */
  transform: rotate(1deg);
}

/* Inner gradient glass-style card */
#contact .contact-card-inner {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
  backdrop-filter: blur(8px);
  border-radius: 0.5rem; /* rounded-lg */
  padding: 2rem; /* p-8 */
  position: relative;
  z-index: 10;
  border: 1px solid rgba(0, 255, 255, 0.2); /* border-cyan-400/20 */
}

/* Centered header */
#contact .contact-card-header {
  margin-bottom: 2rem;
  text-align: center;
}

/* Decorative divider */
#contact .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

/* Gradient lines on each side */
#contact .line {
  height: 1px;
  width: 4rem; /* w-16 */
  background: linear-gradient(to right, transparent, #00FF7F, transparent);
}

/* Pulsing dot */
#contact .dot {
  width: 0.75rem; /* w-3 */
  height: 0.75rem; /* h-3 */
  background-color: #00FF7F;
  border-radius: 50%;
  margin: 0 0.75rem;
  animation: pulse 1.5s infinite;
}

/* Keyframes for pulse animation */
@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

/* Title and subtitle */
#contact .contact-card-header .contact-title {
  font-size: 1.5rem; /* text-2xl */
  font-weight: 700; /* font-bold */
  color: #0D1F2D;
  margin-bottom: 0.5rem;
}

#contact .contact-subtitle {
  color: #0D1F2D; /* text-[#0D1F2D]/70 */
  font-size: 0.875rem; /* text-sm */
  opacity: 0.7;
}



/* cont */


/* === FORM CONTAINER === */
#contact .quote-form {
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
#contact .quote-form .form-section{
  margin-bottom: 8px;
}

/* === HEADINGS === */
#contact .form-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 16px;
}
#contact .form-title h4{
  font-size: 1.125rem;
  font-weight: 600;
  color: #0D1F2D;
  line-height: 1.5;
}

/* === PULSE DOTS === */
#contact .pulse-dot {
  width: 0.5rem;
  height: 0.5rem;
  top: 0;
  right: 0;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}
#contact .pulse-dot.green { background-color: #00FF7F; }
#contact .pulse-dot.cyan { background-color: #22D3EE; }
#contact .pulse-dot.dark { background-color: #0D1F2D; }

@keyframes pulse {
  0%, 100% { opacity: 0.4; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.2); }
}

/* === INPUTS === */
#contact .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  #contact .form-grid { grid-template-columns: repeat(2, 1fr); }
}

#contact .form-group { position: relative; }

#contact .form-input {
  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 .form-input:focus {
  border-color: #00FF7F;
  box-shadow: 0 0 0 3px rgba(0, 255, 127, 0.3);
}

/* === TEXTAREA === */
#contact .textarea { resize: none;  }

/* === UNDERLINE ANIMATION === */
#contact .underline {
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 0%;
  height: 2px;
  background: linear-gradient(to right, #00FF7F, #22D3EE);
  transition: width 0.3s ease;
}
#contact .form-group:focus-within .underline { width: 100%; }

/* === SUBMIT BUTTON === */
#contact .submit-section { text-align: center; position: relative;}

/* #contact .submit-btn {
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #00FF7F, #22D3EE);
  border: 1px solid rgba(0, 255, 127, 0.5);
  color: #0D1F2D;
  font-weight: bold;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(0, 255, 127, 0.25);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
} */



#contact .icon { width: 1.25rem; height: 1.25rem; }

#contact .form-note {
  color: #0D1F2D;
  font-size: 0.875rem;
  margin-top: 0.75rem;
  opacity: 0.6;
}


/* --------------- */

#contact .decorative-bg {
  position: absolute;
  inset: 0; /* fills the container */
  overflow: hidden;
}

#contact .svg-shape {
  position: absolute;
  top: 80px;
  left: 80px;
  opacity: 0.2;
}

#contact .circle-shape {
  position: absolute;
  bottom: 80px;
  right: 80px;
  width: 128px;
  height: 128px;
  border: 1px solid rgba(0, 255, 127, 0.3);
  border-radius: 50%;
}

#contact .diamond-shape {
  position: absolute;
  top: 33%;
  right: 40px;
  width: 64px;
  height: 64px;
  background: rgba(0, 255, 127, 0.1);
  transform: rotate(45deg);
}


/* ------------  old */

#contact .peccular-contact {
    padding-top: 0em;
    position: relative;
}
#contact img{
    position: relative;
}
.peccular-section-form_main-img{
    position: relative;
    overflow: hidden;
}
#contact img.peccular-contact-main-image {
   outline: 1px solid #fff;
    outline-offset: -15px;
    width: 100%;
    height: 100%;
    -webkit-animation: zoomin 7s ease-in infinite;
    animation: zoomin 7s ease-in infinite;
    transition: all .3s ease-in;
}
#contact .home-contact-bgimg{

    -webkit-mask-image: url(images/contactform12.png);
    mask-image: url(images/contactform12.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

#contact .peccular-contact_img_area {
    position: relative;
}

#contact .peccular-contact_img_area img.c-img-width {
    width: 133.95px;
    height: 128.91px;
    border-radius: 10px;
    outline: 3px solid #F1F1FF;
    /* box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px; */
    /* animation: bounce2 2s ease infinite; */
    animation: color-change 2s linear infinite;

}
#contact  .wpcf7-not-valid-tip {
    color: #FF5B4A;
    padding-left: 60px;
    padding-top: 6px;
}

@keyframes color-change {
  0%,100%{
    outline-color:#bbbe829e;
  }

  25%{
    outline-color:#989d369e;
  }
  
  50%{
    outline-color:#FF5B4A;
  }
  
  75%{
    outline-color:#6165069e;
  }
}

#contact .peccular-contact_img_area .c-img-left1 {
    position: absolute;
    top: 12em;
    right: 2em;
    webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

#contact .peccular-contact_img_area .c-img-left2 {
    position: absolute;
    bottom: 12em;
    left: 0;
    webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}

#contact .peccular-contact_img_area .c-img-right1 {
    position: absolute;
    top: 2em;
    left: 4em;
    webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}

#contact .peccular-contact_img_area .c-img-right2 {
   position: absolute;
    bottom: 14em;
    left: 2em;
    webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
        transform: translatey(-20px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
        transform: translatey(0px);
    }
}


 #contact .peccular-project-leafimgcontactboxshape1 {
    margin-left: -83%;
    margin-top: -45px;
    margin-bottom: -54px;
}
#contact .contact_info_area{    
    padding: 3em 4em 1.5em;
    position: relative;
    background: #FF5B4A;
}

#contact .peccular-contacti-area {
    background: #687aa2;
    border-left: 6px solid #feb403;
    margin: 0 0 15px;
    padding: 18px 15px;
    position: relative;
}

#contact .peccular-contacti-area:after {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 500px;
    opacity: 0;
    background-color: #feb403;
    transition: all 0.3s ease;
    z-index: 1;
    content: '';
}
#contact .peccular-contacti-area:hover:after {
    right: 0;
    opacity: 1;
    transition: all .4s linear;
}
#contact .peccular-contacti-area .c_i_icon i{
    font-size: 50px;
    color: #000;
    position: relative;
    z-index: 2;
    transition: .9s ease;
    padding-top: 6px;
}
#contact .peccular-contacti-area .c_i_icon i.fa.fa-envelope {
    font-size: 40px;
}

#contact .peccular-contacti-area:hover .c_i_icon i{
    color: #fff;
        transform: scale(1.2);
}
#contact .peccular-contacti-area .c_i_title {
    color: #f8fafd;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}
#contact .peccular-contacti-area .c_i_data a, #contact .peccular-contacti-area .c_i_data {
    color: #eaeff7;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
#contact .peccular-contacti-area .c_i_data a:hover{
    color: #FF5B4A;
}

#contact  .peccular-contact-member-wrap {
    color: #787F81;
}

/* #contact .peccular-contact-block h2, #contact .peccular-section-head h2 {
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: 0.48px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold !important;
} */


/* #contact .peccular-section-head p {
    color: #fff;
    letter-spacing: 0.53px;
    color: #F8F9FA;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400 !important;
    margin-bottom: 42px;
} */

/* #contact .sec-info-icon svg {
    width: 50px;
} */

/* #contact .sec-info-icon svg path{
    fill: #fff;
}

#contact .contact-detail:hover .sec-info-icon svg path{
      fill: #FF5B4A;
} */

/* #contact .sec-info-label {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400 !important;
    letter-spacing: 0.66px;
    color: #F8F9FA;
    text-transform: uppercase;
    margin-bottom: 4px;
    padding-left: 10px;
} */
/* #contact .contact-detail {
    margin-bottom: 52px;
    position: relative;
} */

/* #contact .contact-detail.c-b-space {
    margin-bottom: 0;
} */
/* .sec-info-data{
    font-size: 16px;
    line-height: 23px;
    font-weight: 400 !important;
    letter-spacing: 0.53px;
    color: #F8F9FA;
    padding-left: 10px;
} */
/* .sec-info-data a{
    color: #F8F9FA
} */
/* .sec-info-data a:hover{
    color: #FF5B4A;
}

#contact .socials ul li {
    float: right;
} */

/* #contact .socials {
    text-align: right;
    margin-top: 37px;
} */
/* #contact .socials ul li a i{
    background: #a6b2b8;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #000;
    line-height: 32px;
    text-align: center;
    margin-left: 26px;
    position: relative;
    overflow: hidden;
    border: 4px solid #72858f;
    font-size: 16px;
} */

/* #contact .socials ul li a i:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FF5B4A;
    opacity: 1;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
    z-index: 0;
}

#contact .socials ul li a i:hover:after {
    bottom: 0;
}  */

/* #contact .socials ul li a i:before{
    z-index: 1;
    position: relative;
} */

/* #contact .socials ul li a i:hover{
    color:#fff;
} */

 #contact .peccular-section-head .image-icon img.peccular-contactHead-imgboxshape {
    margin-left: 50px;
    margin-top: 10px;
}
#contact .peccular-contact-block {
    -moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;
    z-index: 1;
    position: relative;
    color: #d8d9d4;
    padding-left: 0em;
}

#contact .peccular-contact-block p.peccular-form-text {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    /* padding-right: 8em; */
    padding-bottom: 40px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.8px;
    padding: 0 2.5em;
}
/* #contact .peccular-form_area {
    padding-left: 119px;
} */
#contact .peccular-contact-block h2:before,
#contact .peccular-contact-block h2:after, 
#contact .peccular-section-head h2:before,
#contact .peccular-section-head h2:after{
    display: none;
}

#contact .peccular-contact-phone{
 
    margin: 5em 0em;
}
#contact .peccular-contact-phone-info{
    color: #fff;
    background: #bc90e9;   
    padding: 8px 11px;
    border-radius: 13px;
    position: relative;
    left: 0;
    text-align: center;

}
#contact .peccular-contact-phone-info a{
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}
#contact .peccular-contact-phone-icon{
    background: #bc90e9;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    position: relative;
    left: -19px;
    top: -9px;
}
#contact .peccular-contact-phone-icon i {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    padding: 0px 9px;
    transform: rotateZ(245deg);
}

#contact .peccular-contact-mailid{
   
    margin: 5em 0em;
}
#contact .peccular-contact-mailid-info{
    color: #fff;
    background: #7fae16; 
    padding: 11px 0px 10px 10px;
    border-radius: 13px;
    position: relative;
    left: 0;
    text-align: left;
    z-index: 2;  
}
#contact .peccular-contact-mailid-info a{
    font-size: 21px;
    font-weight: 500;
    color: #fff;
}
#contact .peccular-contact-mailid-icon{
    background: #7fae16;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    position: relative;
    left: -19px;
    top: -10px;
}
#contact .peccular-contact-mailid-icon i {
    color: #fff;
    font-size: 27px;
    line-height: 60px;
    padding: 0px 4px;
}
#contact .peccular-contact-address{
    background: #fcdd18;
    padding:13px 10px 11em 7px;    
    clip-path: polygon(0 0, 100% 0%, 100% 28%, 5% 28%);
}
#contact .peccular-contact-address-icon{
    text-align: right;
}
#contact .peccular-contact-address-icon i{
    color: #fff;
    font-size: 32px;
    line-height: 30px;
    padding: 0px 23px;
}
#contact .peccular-contact-address-text{
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    padding-top: 3px;    

}
#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: #FFFFFF;
}

#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{
    z-index: 2000;
    border-radius: 0px;
    padding: 18px 25px 19px;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 0.26px;
    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 select,
#contact .peccular-contact-member-wrap input[type="file"]{
    border-radius: 0px;
    line-height: 1.4;
    height: 36px;
    font-weight: 400 !important;
    box-shadow: inset 0px 0px 2px #0000001A;
    margin: 0 0 16px 0;
    width: 100%;
    background: #F4F4F4;
    border: 1px solid rgba(13, 31, 45, 0.1);
    color: #333;
    padding: 5px 1rem;
    font-size: 14px;
    outline: none;
    transition: all 0.3s;
}
#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:#FFFFFF;
}

#contact .peccular-contact-member-wrap label{
    color:#fff;
    margin:0;
    width: 100%;
    font-weight: 500;
}

#contact .peccular-contact-member-wrap input[type="submit"]{
    /* font-weight: 400 !important;
    padding: 17px 35px 16px;
    position: relative;
    background: #FDA12B;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    display: block;
    box-shadow: none;
    height: 57px;
    width: 100%;
    letter-spacing: 0.66px;
    color: #FFFFFF;
    text-transform: capitalize;
    border-radius: 10px; */
    position: relative;
    height: 36px;
    width: 100%;
    background: linear-gradient(to right, #00FF7F, #22D3EE);
    border: 1px solid rgba(0, 255, 127, 0.5);
    color: #0D1F2D;
    font-weight: bold;
    padding: 7px 1rem;
    cursor: pointer;
    transition: all 0.3s 
ease;
    box-shadow: 0 0 20px rgba(0, 255, 127, 0.25);
    overflow: hidden;
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 14px;
    line-height: 1.4;
      border-radius: 0px;
}
#contact .submit-section .submit-1{
    overflow: hidden;
    position: relative;
}
/* #contact .peccular-contact-member-wrap input[type="submit"]:hover {   
    background-color: #182333;
    transition: all 0.5s ease 0s;
    transform: scale(1.0);
    color: #fff;
} */
#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
/*----------------------------------------*/

/* body {
  background: linear-gradient(135deg, #0D1F2D, #1a2f42, #0D1F2D);
  font-family: "Poppins", sans-serif;
  color: white;
} */

/* Main Section */
#footer .cyberguard-section {
  text-align: center;
  margin-bottom: 4rem;
}

/* Divider Lines */
#footer .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

#footer .line {
  height: 1px;
  width: 160px;
}

#footer .left-line {
  background: linear-gradient(to right, transparent, #00FFFF, #00FF7F);
}

#footer .right-line {
  background: linear-gradient(to right, #00FF7F, #00FFFF, transparent);
}

/* Icon Circle */
#footer .icon-container {
  position: relative;
  margin: 0 1.5rem;
}

#footer .icon-circle {
  width: 64px;
  height: 64px;
  border: 2px solid rgba(0, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

#footer .shield-icon {
  stroke: #00FFFF;
  width: 32px;
  height: 32px;
}

/* Pulse Dot Animation */
#footer .pulse-dot {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  background-color: #00FF7F;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.4);
    opacity: 1;
  }
}

/* Title */
#footer .cyberguard-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #FFFFFF;
}

#footer .gradient-text {
  background: linear-gradient(to right, #00FFFF, #00BFFF, #00FF7F);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

/* Subtitle */
#footer .cyberguard-subtitle {
  color: #a2f4fd !important;
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.8;
}

/* --------------------------end */

 #footer,
 .footer-area,
.footer-area,
.page .footer-area,
.single .footer-area {
    position: relative;
    z-index: 0;
    overflow: visible;
}

 #footer .footer-overlay,
#footer .footer-overlay,
.page #footer .footer-overlay,
.single #footer .footer-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 1;
    background-size: cover;
}
#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

#footer .widget_block,
#footer .widget_meta,
#footer .widget_recent_entries,
#footer .widget_categories,
#footer .widget_recent_comments,
#footer .widget_archive,
#footer .widget_nav_menu ,
#footer .widget_text ,

.page #footer .widget_block,
.page #footer .widget_meta,
.page #footer .widget_recent_entries,
.page #footer .widget_categories,
.page #footer .widget_recent_comments,
.page #footer .widget_archive,
.page #footer .widget_nav_menu,
.page #footer .widget_text,

.single #footer .widget_block,
.single #footer .widget_meta,
.single #footer .widget_recent_entries,
.single #footer .widget_categories,
.single #footer .widget_recent_comments,
.single #footer .widget_archive,
.single #footer .widget_nav_menu,
.single #footer .widget_text{
    border: none;
    border-radius: 0;
    padding: 0;
    color: #fff;
}
.footer-area li,
.footer-area li,
.page .footer-area li {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 34px;
    padding: 0;
}
.footer-area ul.sub-menu .current_page_item {
    background: none;
}

.footer-area li a,
.page .footer-area li a,
.single .footer-area li a {
    font-weight: 400 !important;
    text-decoration: none;
    font-size: 16px;
    color: #a2f4fdcc;
    /* padding: 5px; */
    line-height: 34px;
    letter-spacing: 0.53px;
}
.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: #eaeaea;
    border: none;
    background: none;
}
.footer-area li:before,  .footer-area li:before, .page .footer-area li:before, .single .footer-area li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #00d3f3;
    margin-right: 10px;
    border-radius: 50px;
    opacity: 0;
}
.footer-area li:hover:before,  .footer-area li:hover:before, .page .footer-area li:hover:before, .single .footer-area li:hover:before {
  opacity: 1;
}

.footer-area li,  .footer-area li, .page .footer-area li, .single .footer-area li{
    position: relative;
    overflow: hidden;
}

/* .footer-area li:after,  .footer-area li:after, .page .footer-area li:after, .single .footer-area li:after {
    display: block;
    content: "";
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 0px;
    z-index: 0;
    position: absolute;
    background: #fff;
    transition: all 0.3s ease-in-out;
}
.footer-area li:hover:after,  .footer-area li:hover:after, .page .footer-area li:hover:after, .single .footer-area li:hover:after {
    width: 100%;
} */

.footer-area li.contact-heading{
    font-size: 18px;
    font-family: 'PT Sans';
    font-weight: 400 !important;
    letter-spacing: 0px;
    color: #FDA12B !important;
    line-height: 23px;
}
.footer-area p.contatc-number a{
    color: #FFFFFF !important;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25px;
    background: none !important;
    
}
.footer-area p.contatc-number{
    color: #FFFFFF !important;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25px;
    background: none !important;
    margin-left: 18px;
}


#footer .peccular-footer-mainoverlay {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    background-size: cover;
    background-color: #002434;
}


.footer-area .gallery-item, .footer-area .gallery-item, .page .footer-area .gallery-item, .single .footer-area .gallery-item {
    max-width: 40.33%;
    padding-right: 13px;
    padding-bottom: 13px;
}
.footer-area .gallery-item img,.footer-area .gallery-item img, .page .footer-area .gallery-item img, .single .footer-area .gallery-item img{
    border-radius: 10px;
    margin-bottom: 12px;
    padding-right: 5px;
    width: 94px !important;
    height: 74px !important;
}

.footer-area  .wp-block-gallery.has-nested-images figure.wp-block-image img {
    border-radius: 10px;
    margin-bottom: 12px;
    padding-right: 5px;
    width: 94px !important;
    height: 74px !important;
}

/*footer address area*/

.footer-area .f-data {
    padding-bottom: 10px;
}
.footer-area .f-data.f-address {
    font-size: 18px;
}
/*footer address area end*/
.footer-area ul,
.footer-area ul,
.page .footer-area ul,
.single .footer-area ul  {margin: 0 0 15px 00px;}
.footer-area p,
.page .footer-area p,
.single .footer-area p {    
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 22px;
    font-size: 16px;
    color: #efefef;
    text-shadow: none;
    padding: 0;
    text-align: unset;
}
.footer-area .widget-title,

 #footer .widget_block h1,
 #footer .widget_block h3, 
 #footer .widget_block h4, 
 #footer .widget_block h5, 
 #footer .widget_block h6, 
 #footer .widget_block h2,

.footer-area .widget-title,
.page .footer-area .widget-title,
#footer .widget_block h1,
#footer .widget_block h3, 
#footer .widget_block h4, 
#footer .widget_block h5, 
#footer .widget_block h6, 
#footer .widget_block h2,
.page #footer .widget_block h1,
.page #footer .widget_block h3, 
.page #footer .widget_block h4, 
.page #footer .widget_block h5, 
.page #footer .widget_block h6, 
.page #footer .widget_block h2,
.single .footer-area .widget-title,
.single #footer .widget_block h1,
.single #footer .widget_block h3, 
.single #footer .widget_block h4, 
.single #footer .widget_block h5, 
.single #footer .widget_block h6, 
.single #footer .widget_block h2,
#footer .widget .widget-title {   
    color: #fff;
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 700 !important;
    position: relative;
    padding: 0;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    position: relative;
    margin: 0px auto 24px;
    font-family: 'Poppins';
}
.footer-area .widget-title::after{
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 48px;
  height: 4px;
  background: linear-gradient(to right, #00FFFF, #00FF7F);
  border-radius: 0px;

}

/*
 #footer .widget_block h1:before,
 #footer .widget_block h3:before, 
 #footer .widget_block h4:before, 
 #footer .widget_block h5:before, 
 #footer .widget_block h6:before, 
 #footer .widget_block h2:before,
 .footer-area .widget-title:before {
    display: block;
    content: "";
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 0px;
    z-index: 0;
    position: absolute;
    background: #fff;
    transition: all 0.3s ease-in-out;
}
 #footer .s-footer:hover .widget_block h1:before,
 #footer .s-footer:hover .widget_block h3:before, 
 #footer .s-footer:hover .widget_block h4:before, 
 #footer .s-footer:hover .widget_block h5:before, 
 #footer .s-footer:hover .widget_block h6:before, 
 #footer .s-footer:hover .widget_block h2:before,
.footer-area .s-footer:hover .widget-title:before {
    width: 100%;
}*/

 #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: #a2f4fdcc;
    opacity: 1;
    line-height: 19px;
    letter-spacing: 0.53px;
}
.footer-area .pd-0,
.footer-area .pd-0,
.page .footer-area .pd-0,
.single .footer-area .pd-0{padding: 0;}
.footer-area .bottom-area li a:hover, .social-profile-icons li a:hover,
.footer-area .bottom-area li a:hover, .social-profile-icons li a:hover,
.page .footer-area .bottom-area li a:hover,
.single .footer-area .bottom-area li a:hover{border-bottom: 0;}
.footer-area .bottom-area li:hover a::after, .footer-area .bottom-area li:hover a:after,
.footer-area .bottom-area li:hover a::after, .footer-area .bottom-area li:hover a:after,
.page .footer-area .bottom-area li:hover a::after, .page .footer-area .bottom-area li:hover a:after,
.single .footer-area .bottom-area li:hover a::after, .single .footer-area .bottom-area li:hover a:after
 {width: 20px;}
.footer-area .bottom-area li.current_page_item a:after,
.footer-area .bottom-area li.current_page_item a:after,
.page .footer-area .bottom-area li.current_page_item a:after,
.single .footer-area .bottom-area li.current_page_item a:after{position: absolute;width: 20px;height: 2px;background: #ff8b00;content: "";bottom: -5px;left: 2px;transition: .3s;}
.footer-area .bottom-area .footer-link,
.footer-area .bottom-area .footer-link,
.page .footer-area .bottom-area .footer-link,
.single .footer-area .bottom-area .footer-link{
    text-align: right;
}
.footer-area  ul,
.footer-area  ul,
.page .footer-area  ul ,
.single .footer-area  ul{
    list-style: none;
    margin: 0px 0 0 1px !important;
    padding: 0;
    position: relative;
    background: none !important;
    box-shadow: none !important;
/*    display: block;*/
    z-index: 1;
border: 0 !important;
}

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select,

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea,
.footer-area select,
.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea,
.page .footer-area select,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea,
.single .footer-area select
{    
    font-size: 14.43px;
    line-height: 31.74px;
    height: 67px;
    width: 100%;
    padding: 5px 15px;
    font-style: normal;
    font-weight: 400;
    color: #989898;
    border: 0.1px solid #FFFFFF;
    background: #384149;
    letter-spacing: 0.58px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.footer-area input::placeholder, 
.footer-area textarea::placeholder{
    color: #989898;
}
.footer-area  .widget_block form,  .footer-area  .widget .textwidget form, 
 .footer-area  .widget form{
    position: relative;
}
.footer-area input[type="submit"],
.page .footer-area input[type="submit"] ,
.single .footer-area input[type="submit"]{  
    background: #FF5B4A;
    border: none !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    border: none;
    padding: 21.15px 22.43px 21.79px 24.28px;
    color: #fff;
    -moz-transition: all 0.3s ease;
    border-radius: 0 10px 10px 0;
    box-shadow: none;
    position: absolute;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    height: 67px;
    text-align: center;
    text-transform: uppercase;
    right: 0;
}

.page .footer-area input[type="submit"]:hover{  color: #000;   background: #feb502; }
.footer-area input[type="submit"],
.footer-area .widget_calendar tfoot tr td a,
.footer-area .s-footer .textwidget p a,
.footer-area input[type="submit"],
.footer-area .widget_calendar tfoot tr td a,
.footer-area .s-footer .textwidget p a,
.page .footer-area input[type="submit"],
.page .footer-area .widget_calendar tfoot tr td a,
.page .footer-area .s-footer .textwidget p a ,
.single .footer-area input[type="submit"],
.single .footer-area .widget_calendar tfoot tr td a,
.single .footer-area .s-footer .textwidget p a 
{
    background: #FF5B4A;
}
.footer-area input[type="submit"]:hover,
.footer-area .widget_calendar tfoot tr td a:hover,
.footer-area .s-footer .textwidget p a:hover,
.footer-area input[type="submit"]:hover,
.footer-area .widget_calendar tfoot tr td a:hover,
.footer-area .s-footer .textwidget p a:hover,
.page .footer-area input[type="submit"]:hover,
.page .footer-area .widget_calendar tfoot tr td a:hover,
.page .footer-area .s-footer .textwidget p a:hover,
.single .footer-area input[type="submit"]:hover,
.single .footer-area .widget_calendar tfoot tr td a:hover,
.single .footer-area .s-footer .textwidget p a:hover{
   color: #FF5B4A;   background: #fff; 
}
.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: #00ff7f;
}
.footer-area i.fa {
    color: #00ff7f;
}
 .footer-area .social-profile-icons i.fa,
.footer-area .social-profile-icons i.fa,
.page .footer-area .social-profile-icons i.fa ,
.single .footer-area .social-profile-icons i.fa,
 .footer-area .social-profile-icons i.fa-brands {    
    padding: 0;
    text-align: center;
    margin-right: 0;
    font-size: 22px;
    padding: 10px;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    background: #FF5B4A;
    width: 40px;
    height: 40px;
    letter-spacing: 0;
    margin-bottom: 0;
}
 .footer-area table tr,
.footer-area table tr,
.page .footer-area table tr ,
.single .footer-area table tr{text-align: center;line-height: 28px;}
.footer-area table td,
.footer-area table td,
.page .footer-area table td,
.single .footer-area table td  {font-size: 15px;padding: 5px;}
.footer-area span.post-date, .footer-area .widget_calendar table tbody td, .footer-area .widget_calendar table tbody td a, .footer-area .widget_calendar table tbody td#today a, .wp-block-latest-comments__comment-date {
    color: #d7d7d7!important;
}
.footer-area .widget_calendar table thead tr th,
.footer-area .widget_calendar table thead tr th,
.page .footer-area .widget_calendar table thead tr th,
.single .footer-area .widget_calendar table thead tr th{text-align: center;}
.footer-area fieldset,
.footer-area fieldset,
.page .footer-area fieldset ,
.single .footer-area fieldset {
    padding-top: 0;
}
.footer-area .widget_calendar thead,
.footer-area .widget_calendar thead,
.page .footer-area .widget_calendar thead,
.single .footer-area .widget_calendar thead { background: transparent;box-shadow: 0 0px 3px 0 #88828252;}
.footer-area figure.gallery-item img:hover,
.footer-area figure.gallery-item img:hover,
.page .footer-area figure.gallery-item img:hover,
.single .footer-area figure.gallery-item img:hover{opacity: 0.8;}
.footer-area p span,
.footer-area p span,
.page .footer-area p span,
.single .footer-area p span    {color: #feb502;font-weight: 400;}

.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], .footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], .footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], .footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], .footer-area input[type="datetime"], .footer-area input[type="datetime-local"], .footer-area input[type="color"], .footer-area textarea {background: transparent;}

.page .footer-area input[type="text"], .page .footer-area input[type="email"], .page .footer-area input[type="url"], .page .footer-area input[type="password"], .page .footer-area input[type="search"], .page .footer-area input[type="number"], .page .footer-area input[type="tel"], .page .footer-area input[type="range"], .page .footer-area input[type="date"], .page .footer-area input[type="month"], .page .footer-area input[type="week"], .page .footer-area input[type="time"], .page .footer-area input[type="datetime"], .page .footer-area input[type="datetime-local"], .page .footer-area input[type="color"], .page .footer-area textarea {background:#384149}
.page .footer-area .s-footer,

.single .footer-area input[type="text"], .single .footer-area input[type="email"], .single .footer-area input[type="url"], .single .footer-area input[type="password"], .single .footer-area input[type="search"], .single .footer-area input[type="number"], .single .footer-area input[type="tel"], .single .footer-area input[type="range"], .single .footer-area input[type="date"], .single .footer-area input[type="month"], .single .footer-area input[type="week"], .single .footer-area input[type="time"], .single .footer-area input[type="datetime"], .single .footer-area input[type="datetime-local"], .single .footer-area input[type="color"], .single .footer-area textarea {background: transparent;}
.single .footer-area .s-footer{
    float: left;
    margin-bottom: 4em;
}
.footer-area .single-footer-1,
.footer-area .single-footer-1,
.page .footer-area .single-footer-1 ,
.single .footer-area .single-footer-1{    
    float: left;
}
.footer-area .single-footer-2,
.footer-area .single-footer-2,
.page .footer-area .single-footer-2,
.single .footer-area .single-footer-2 {
    padding: 0;
    padding-left: 2em;
    margin-left: 0%;
}
.footer-area .single-footer-3,
.footer-area .single-footer-3,
.page .footer-area .single-footer-3,
.single .footer-area .single-footer-3  {
    padding: 0;
    padding-left: 2em;
    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: 2em;
    margin-left: 0%;
}
.footer-area .single-footer-4 .textwidget{
    padding-left: 15px;
    margin-top: 30px;
}
.footer-area .widget_recent_entries ul li,
.footer-area .widget_recent_entries ul li,
.page .footer-area .widget_recent_entries ul li,
.single .footer-area .widget_recent_entries ul li{
    line-height: 40px;
}
 .footer-area .widget_recent_entries li a {
    color: #fff;
}
.footer-area .footer_area-img img,
.footer-area .footer_area-img img,
.page .footer-area .footer_area-img img,
.single .footer-area .footer_area-img img
 {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.footer-area .footer_area-img,
.footer-area .footer_area-img,
.page .footer-area .footer_area-img,
.single .footer-area .footer_area-img   {
    max-width: 80%;
    padding-top: 10px;
}
.f-contact-s {
    padding-bottom: 35px;
    line-height: 25px;
}

.footer-area .midix,
 .footer-area .midix,
 .page .footer-area .midix,
  .single .footer-area .midix{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item ,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item {
    display: inline-block;
        width: calc(43.33333% - .66667em);
    margin-right: 1em;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item img{
    border: 1px solid #faf1ff;
    border-radius: 10px;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before ,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item:before {
    display: none;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure{
    width: 33%;
}
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.page .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img,
.single .footer-area ul.blocks-gallery-grid li.blocks-gallery-item li figure img{
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 10px;
}
.footer-share-btn,
.footer-share-btn,
.page .footer-share-btn,
.single .footer-share-btn {
    text-align: right;
    float: right;
}
.footer-share {
    position: absolute;
    right: 7%;
    top: 0;
}
.footer-share-btn ul,
.footer-share-btn ul,
.page .footer-share-btn ul,
.single .footer-share-btn ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
.footer-share-btn ul li,
.footer-share-btn ul li,
.page .footer-share-btn ul li,
.single .footer-share-btn ul li{
    float: left;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
.footer-share-btn ul li a.site-button,
.footer-share-btn ul li a.site-button,
.page .footer-share-btn ul li a.site-button,
.single .footer-share-btn ul li a.site-button{
    display: block;
}
.footer-share-btn ul li a.site-button i,
.footer-share-btn ul li a.site-button i,
.page .footer-share-btn ul li a.site-button i,
.single .footer-share-btn ul li a.site-button i{
    border-radius: 0 0 5px 5px;
    font-size: 16px;
    color: #fefdff;
    border: 0px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    display: block;
    margin: 0 5px;
}
.footer-share-btn ul li a.site-button i, .footer-share-btn ul li a.site-button i, .page .footer-share-btn ul li a.site-button i, .single .footer-share-btn ul li a.site-button i {
    background-color: #3d72fc;
}
.footer-share-btn ul li a.site-button:hover i,
.footer-share-btn ul li a.site-button:hover i,
.page .footer-share-btn ul li a.site-button:hover i,
.single .footer-share-btn ul li a.site-button:hover i
{
    color: #000;
    border: 3px solid #000;
} 

.footer-area .social-profile-icons i.fa {
    color: #fff;
}

.footer-area .social-profile-icons i.fa:hover {
    color: #000;
}


.footer-share-btn ul li:before,
.footer-share-btn ul li:before, .page .footer-share-btn ul li:before,
.single .footer-share-btn ul li:before{
    display: none;
}
.single .socialMedia ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single .socialMedia ul li{
    float: left;
        border-radius: 30px !important;
        border: 1px solid #e3dfdf !important;
}
.single .socialMedia ul li a.site-button {
    background: none;
    padding: 1px 12px;
    font-weight: 400 !important;
    line-height: 30px;
}
.single #content-box .socialMedia ul li a.site-button i {
    color: #fff !important;
}
.single #content-box .socialMedia ul li a.site-button:hover i{
    color: #000;
}
.single #content-box .socialMedia ul li a.site-button i, #content-box .socialMedia ul li {
    font-size: 20px;
}
.single-footer-1 img{       
    margin-bottom: 13px;
    position: relative;
}

.single-footer-1 .widget-title { 
    margin-bottom: 4px;
    padding-bottom: 0px;
    background: none;
}
.single-footer-1 p{
    margin-bottom: 16px ;
    font-weight: 400 ;
    line-height: 30px;
    font-size: 18px ;
    color: #fff;
  }
  .single-footer-1 p i{
    margin: 0 17px 0 0;
    font-weight: 600 ;
    line-height: 19px ;
    font-size: 15px ;
    color: #000 ;
    background: #fff;
    padding: 8px 10px ;
    border-radius: 50%;
    width: 33px;
    height: 33px;
  }
    .footer-area p span,
  .single-footer-1 p i span{
    
    font-weight: 500 ;
    line-height: 19px;
    font-size: 16px;
    color: #fff;
  }
  .footer-area p span a,
  .single-footer-1 p i span a{
    
    color: #fff !important;
  }
  .footer-area p span a:hover,
  .single-footer-1 p i span a:hover{
    
    color: #f9c12c !important;
  }
  .single-footer-5 h4.widget-title{
    margin-bottom: 32px !important;
    padding: 18px 0 0 36px;
  }

  .footer-area .single-footer-5{
    padding: 38px 0em 2em 44px;
    display: block;
    width: 19%;
    position: relative;
    top: -54px;
    left: 50px;
  }
.footer-area .single-footer-5 .footer5overlay{
    background: #074842 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.6;
}
  .footer-area .widget-title{
    margin-bottom: 1em;
  }
/*  .footer-area .social-profile-icons ul li a{
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    color: #fff;
    background: #384149;
    width: 43px !important;
    height: 43px;
    letter-spacing: 0;
  }
*/
  .footer-area .social-profile-icons ul li a i:hover{
    background: #FF5B4A !important;
    
  }
  .footer-area .social-profile-icons a:hover i.fa,
  .footer-area .social-profile-icons ul li a:hover i{
    color: #fff !important;
  }
  .footer-area .social-profile-icons ul li a i,
  .footer-area .social-profile-icons i.fa,
  .footer-area .social-profile-icons i.fa-x-twitter:before {
    color: #FFF !important;
    font-size: 20px;
    line-height: 20px;
   }
   .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;
}

   .footer-area .footer-bgleft {
    position: absolute;
    top: -62px;
    left: 0;
    z-index: 0;
   }
   .footer-area .footer-bgleft img{
    width: 100%;
   }
   .footer-area .footer-bgright img{
    width: 100%;
   }
   .footer-area .footer-bgright{
    position: absolute;
    bottom: 70px;
    right: 0;
    z-index: -1;
   }


.f-c-w {
  display: flex;
  align-items: center;
  color: #FFF;
  transition: color 0.3s ease;
  cursor: default;
  margin-bottom: 16px;
  line-height: 1.5;
}
.f-c-w:hover {
  color: #00FFFF;
}


/*-----------------------
Innerpage Page 
-----------------------------*/

.ht-main-title{
    margin: 0 0 20px 0%;
    font-weight: bold !important;
    position: relative;
    z-index: 1;
    font-size: 69px;
    letter-spacing: 1.32px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 0;
    line-height: 1.1;
    background: linear-gradient(to right,#22d3ee 20%,#60a5fa 50%,#00ff7f 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text !important;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite;
    text-align: center;
}

  @keyframes shine {
    to {
      background-position: 200% center;
    }
  }



.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: #FFFFFF ;
}
.page div#secondary ul.sub-menu .current_page_item > a {
    background: none;
}
.widget_block, 
.widget_meta, 
.widget_categories, .widget_recent_entries, 

.widget_recent_comments,
.widget_archive,
.widget_nav_menu,
.widget_search{
    border-radius: 10px;
}


#total-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
   font-size: 17px !important;
   margin: 0;
   color: #fff !important;
   display: block !important;
   padding: 0px 0 2.5em;
   text-align: center !important;
   font-weight: 500 !important;
}
.woocommerce .woocommerce-breadcrumb a, #total-breadcrumbs a{
    color: #F4F4F4 !important;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 0 0 0em !important;
}

.inner_contentbox {
    background: #FFF;
}
.peccular-innerpage-overlay {
    padding: 0px 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
    transition: all 0.5s ease 0s;
    background-image: linear-gradient(to left, transparent 40%, #3a494e 99%);
    z-index: 1;
}

.peccular-innerpage-overlay {
    background-image: linear-gradient(to left, transparent 40%, #3a494e 99%);
}
.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;
}   
.breadcrumbbox span.root::after {
    content: '/';
    font-size: 35px;
    color: #FFFFFF;
}
.breadcrumbbox span {
    color: #FF5B4A;
    font-size: 19px;
    font-weight: 500 !important;
    text-transform: capitalize;
    line-height: 26px;
}
.breadcrumbbox span.treeEnd{
   /* background: #fff; */
    color: #FFFFFF;
    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: 29px;
    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: 400 !important;
    font-size: 29px;
    line-height: 39px;
    /* font-style: normal; */
    transition: all 0.2s 
ease 0s;
    color: #fff;
    padding-right: 10px;
    /* clip-path: polygon(89% 15%, 89% 0, 100% 50%, 90% 100%, 89% 85%, 0 85%, 0 15%); */
    /* background: #FF5B4A; */
    display: inline-block;
    position: relative;
    height: 45px;
    padding: 5px 15px;
    text-transform: capitalize;
}

.breadcrumbbox span:nth-child(2) a {
    clip-path: polygon(0 15%, 80% 15%, 80% 0, 100% 50%, 80% 100%, 80% 87%, 0 89%, 5% 50%);
}


.breadcrumbbox a i {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    transition: all 0.2s ease 0s;
}

    
.breadcrumbbox a:hover i, .breadcrumbbox a:hover{
    color: #000;
}
/*--------------------------------------------------------------
## Blog page
--------------------------------------------------------------*/
/* Card Wrapper */
#innerpage-box #blog-box .inner-blog-post {
  display: grid;
}
#innerpage-box #blog-box .card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    margin-bottom: 30px;
}

#innerpage-box #blog-box .card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* Image Section */
#innerpage-box #blog-box .card .card-image1 {
    position: relative;
    height: 200px;
    overflow: hidden;
}

#innerpage-box #blog-box .card .card-image1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

#innerpage-box #blog-box .card:hover .card-image1 img {
    transform: scale(1.1);
}

/* Gradient Overlay */
#innerpage-box #blog-box .card .image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
}

/* Badge */
#innerpage-box #blog-box .card .badge a{
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(0,180,200,0.9);
    color: #fff;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

/* Card Body */
#innerpage-box #blog-box .card .card-content {
    padding: 20px;
}

#innerpage-box #blog-box .card .card-title {
    font-size: 1.25rem;
    color: #0d1f2d;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    line-height: 1.4;
    font-weight: inherit !important;
    transition: color .3s ease;
}

#innerpage-box #blog-box .card:hover .card-title {
    color: #06b6d4;
}

#innerpage-box #blog-box .card .card-desc {
    font-size: 16px;
    color: #4a5565;
    margin-bottom: 16px;
    line-height: 1.6;
}

/* Meta Info */
#innerpage-box #blog-box .card .card-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #777;
    margin-bottom: 18px;
}

#innerpage-box #blog-box .card .card-meta .left {
  display: flex;
  gap: 20px;
}
#innerpage-box #blog-box .card .card-meta .left .meta-item{
  color: #777;
}
#innerpage-box #blog-box .card .card-meta .left .icon {
  color: #6a7282;
    font-family: 'Font Awesome 6 Free';
    margin-right: 4px;
}

/* Stats (Views + Comments) */
#innerpage-box #blog-box .card .card-stats {
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #777;
  margin-bottom: 18px;
}
#innerpage-box #blog-box .card .card-stats .icon{
  color: #6a7282;
    font-family: 'Font Awesome 6 Free';
    margin-right: 4px;
}

/* Read More Button */
#innerpage-box #blog-box .card .read-more a {
  background: none;
  border: none;
    color: #0092b8;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    transition: color .3s ease;
}
#innerpage-box #blog-box .card .read-more a i {
  margin-left: 4px;
}

#innerpage-box #blog-box .card .read-more a:hover {
    color: #0092b8;
}

/* 
.inner-blog-post{
    margin: 0em 0px 20px;
    padding: 0 20px;
}
#innerpage-box .inner-blogpost {
    margin: 0px;
}

#innerpage-box .blog-category {
    padding: 0;
    color: #838283;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    top: 0px;
}
#innerpage-box .blog-category span i {
    color: #999ba3;
    font-size: 13px;
    padding-right: 10px;
}
#innerpage-box .blog-tags i {
    color: #66727D;
    font-size: 13px;
    padding-right: 10px;
}
#innerpage-box .single_post .blog-tags a {
    color: #66727D;
    font-size: 17px;
    font-weight: 300;
    margin: 0 1em 0 0;
    font-style: normal !important;
    text-decoration: none !important;
}
#innerpage-box #blog-box h2 {
    color: #fff !important;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 12px;
    padding: 0em;
    transform: scale(1);
    transition: all 1s ease 0s;
    letter-spacing: 0.73px;
    color: #002434;
    font-weight: 500 !important;
}

#innerpage-box .peccular-blogpage-imgbox {
    position: relative;
}
#innerpage-box .peccular-blogpage-imgbox * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#innerpage-box .inner-blogpost {
    background: #fff;
    padding: 0em;
    margin: 0 0 1em 0;
    position: relative;
    overflow: hidden;
}

#innerpage-box  .peccular-blogpage-imgbox figcaption {
    position: absolute;
    bottom: 0;
    left: 23px;
    height: 100%;
}
.archive #innerpage-box .peccular-blogpage-imgbox figcaption,
.date #innerpage-box .peccular-blogpage-imgbox figcaption{
    left: 52%;
}
#innerpage-box .inner-blog-post:nth-last-child(5) .peccular-blogpage-imgbox .blog_date_box,#innerpage-box .inner-blog-post:nth-last-child(4) .peccular-blogpage-imgbox .blog_date_box,#innerpage-box .inner-blog-post:nth-last-child(9) .peccular-blogpage-imgbox .blog_date_box,#innerpage-box .inner-blog-post:nth-last-child(10) .peccular-blogpage-imgbox .blog_date_box{
    position: relative;
    display: block;
}
#innerpage-box .inner-blog-post:nth-last-child(5) .peccular-blogpage-imgbox .blog_date_box_hover,#innerpage-box .inner-blog-post:nth-last-child(4) .peccular-blogpage-imgbox .blog_date_box_hover,#innerpage-box .inner-blog-post:nth-last-child(9) .peccular-blogpage-imgbox .blog_date_box_hover,#innerpage-box .inner-blog-post:nth-last-child(10) .peccular-blogpage-imgbox .blog_date_box_hover{
    position: relative;
    display: none;
}
#innerpage-box .inner-blog-post:nth-last-child(1) .peccular-blogpage-imgbox .blog_date_box_hover,#innerpage-box .inner-blog-post:nth-last-child(2) .peccular-blogpage-imgbox .blog_date_box_hover,#innerpage-box .inner-blog-post:nth-last-child(3) .peccular-blogpage-imgbox .blog_date_box_hover,#innerpage-box .inner-blog-post:nth-last-child(6) .peccular-blogpage-imgbox .blog_date_box_hover,#innerpage-box .inner-blog-post:nth-last-child(7) .peccular-blogpage-imgbox .blog_date_box_hover,#innerpage-box .inner-blog-post:nth-last-child(8) .peccular-blogpage-imgbox .blog_date_box_hover{
    position: relative;
    display: block;
}
#innerpage-box .inner-blog-post:nth-last-child(1) .peccular-blogpage-imgbox .blog_date_box,#innerpage-box .inner-blog-post:nth-last-child(2) .peccular-blogpage-imgbox .blog_date_box,#innerpage-box .inner-blog-post:nth-last-child(3) .peccular-blogpage-imgbox .blog_date_box,#innerpage-box .inner-blog-post:nth-last-child(6) .peccular-blogpage-imgbox .blog_date_box,#innerpage-box .inner-blog-post:nth-last-child(7) .peccular-blogpage-imgbox .blog_date_box,#innerpage-box .inner-blog-post:nth-last-child(8) .peccular-blogpage-imgbox .blog_date_box{
    position: relative;
    display: none;
}
#innerpage-box .peccular-blogpage-imgbox .blog_date_box_hover,
#innerpage-box .peccular-blogpage-imgbox .peccular-blog-date {
    width: 100%;
    left: 0;
}
#innerpage-box .peccular-blogpage-imgbox .blog_date_box_hover .peccular-blog1-date span{
    letter-spacing: 0px;
    color: #FDA12B;
    font-size: 19px;
    line-height: 19px;
    font-weight: 500 !important;
    text-transform: capitalize;
    font-family: 'PT Sans' !important;
    padding: 9px;
    border-left: 2px solid #FDA12B;
    align-content: center;
    display: block;
}
#innerpage-box .inner-blog-post:nth-last-child(1) .peccular-blog-single .inner-blog-excerpt,#innerpage-box .inner-blog-post:nth-last-child(2) .peccular-blog-single .inner-blog-excerpt,#innerpage-box .inner-blog-post:nth-last-child(3) .peccular-blog-single .inner-blog-excerpt,#innerpage-box .inner-blog-post:nth-last-child(6) .peccular-blog-single .inner-blog-excerpt,#innerpage-box .inner-blog-post:nth-last-child(7) .peccular-blog-single .inner-blog-excerpt,#innerpage-box .inner-blog-post:nth-last-child(8) .peccular-blog-single .inner-blog-excerpt{
    display: none;
} */
/* 

#innerpage-box  .peccular-blogpage-imgbox .peccular-blog-date {
    padding: 10px 22px;
    padding: 6px 8px 13px;
    background-color: #FDA12B;
    border-radius: 0px 0px 34px 34px;
    text-align: center;
    position: relative;
}
#innerpage-box  .peccular-blogpage-imgbox .peccular-blog-date .peccular-date {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 0px;
}
#innerpage-box  .peccular-blogpage-imgbox .peccular-blog-date hr{
    margin: 6px 0;
    background-color: #FFFFFF;
    width: 47px;
    opacity: 1;
}
#innerpage-box  .peccular-blogpage-imgbox .peccular-blog-date .peccular-month{
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #182333;
    letter-spacing: 0px;
}

#innerpage-box .inner-blog-post .peccular-blogpage-imgbox {
    position: relative;
}


#innerpage-box .inner-blog-post:nth-last-child(5) .ht-blog-thumbnail,#innerpage-box .inner-blog-post:nth-last-child(4) .ht-blog-thumbnail,#innerpage-box .inner-blog-post:nth-last-child(9) .ht-blog-thumbnail,#innerpage-box .inner-blog-post:nth-last-child(10) .ht-blog-thumbnail {
    position: relative;
    overflow: hidden;
    display: block;
}
#innerpage-box .inner-blog-post:nth-last-child(1) .ht-blog-thumbnail,#innerpage-box .inner-blog-post:nth-last-child(2) .ht-blog-thumbnail,#innerpage-box .inner-blog-post:nth-last-child(3) .ht-blog-thumbnail,#innerpage-box .inner-blog-post:nth-last-child(6) .ht-blog-thumbnail,#innerpage-box .inner-blog-post:nth-last-child(7) .ht-blog-thumbnail,#innerpage-box .inner-blog-post:nth-last-child(8) .ht-blog-thumbnail {
    position: relative;
    overflow: hidden;
    display: none;
}

#innerpage-box .inner-blog-post:nth-last-child(5) .peccular-blog-single,#innerpage-box .inner-blog-post:nth-last-child(4) .peccular-blog-single,#innerpage-box .inner-blog-post:nth-last-child(9) .peccular-blog-single,#innerpage-box .inner-blog-post:nth-last-child(10) .peccular-blog-single{
    padding: 21px 22px 10px;
    position: absolute;
    bottom: 4px;
    background-color: #18233399;
    border-radius: 8px;
}

#innerpage-box .peccular-blog-comment {
    position: relative;
}

#innerpage-box .peccular-blog-comment ul li{
    float: left;
}
#innerpage-box .peccular-blog-comment_box {
    padding: 0px 0px 0px 3em;
}
#innerpage-box .peccular-blog-single .metabox {
    margin-bottom: 20px;
}

#innerpage-box .peccular-blog-single .metabox .blog-comment,
 #innerpage-box .peccular-blog-single .metabox .blog-author {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.53px;
    color: #959595;
    font-weight: 400 !important;
}
#innerpage-box  .peccular-blog-date span {
    letter-spacing: 0.53px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500 !important;
    text-transform: capitalize;
}
#innerpage-box .ht-blog-thumbnail svg{
    transform: rotateY(180deg);
    position: relative;
    top: -43px;
    left: 0;
    width: 100%;
    transition: .3s ease-in-out;
}
#innerpage-box .ht-blog-thumbnail svg path{
    fill: #fff !important;
}

.single-post #content-box .metabox2brdr ul li:before {
    display: none;
}

#innerpage-box .blog-date {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    word-break: break-word;
    margin-bottom: 0;   
    bottom: 0px;
    left: 0px;
    z-index: 1;   
    color: #000;
    padding: 0px 20px 0 0px;
    font-style: italic;

}
#innerpage-box .blog-date span {
    color: #f72985;
}
#innerpage-box .inner-blogpost:hover .blog-date span {
    color: #ff80b0;
}

#innerpage-box .blog-info-area ul.metabox {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
#innerpage-box .blog-info-area ul.metabox li{
    float: left;
    margin-right: 15px;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
}
#innerpage-box .blog-info-area ul.metabox li i{
    color: #FB1129;
    font-size: 15px;
    padding-right: 8px;
}
#innerpage-box .blog-info-area .metabox .metabox2brdr {
    border-bottom: 1px solid #E8E8E8;
    padding: 0 0px;
    margin-bottom: 2em;
}
#innerpage-box .blog-info-area .metabox2brdr ul{
    margin: 0;
    padding: 0;
}
#innerpage-box .blog-info-area .metabox2brdr ul li{
    color: #8A8A8A;
    float: left;
    list-style: none;
    margin-right: 45px;
    padding: 0;
    font-size: 17px;
    line-height: 20px !important;
}

#innerpage-box .single_post .blog-author i,
 #content-box .blog-author a i,
  #innerpage-box .single_post .blog-time i, 
  #innerpage-box .single-blog-date i,
   #innerpage-box .single_post .blog-category i,
    #innerpage-box .single_post .blog-tags a i,
     #innerpage-box .single_post .blog-comment i,
      #innerpage-box .blog-tags i {
    color: #8A8A8A;
    margin-right: 8px;
    font-size: 20px;
}

#innerpage-box .blog-info-area .metabox2brdr ul li:last-child{ border-right:0; }
#innerpage-box div#content-box .blog-info-area .metabox2brdr ul li a{
    font-style: normal;
    text-decoration: none;
}

#innerpage-box .blog-info-area .metabox .metabox2brdr ul li:before{
    display: none;
    }
.single #innerpage-box .comment-respond h4{
    padding: 0 0;
    
}
.single #innerpage-box .comment-respond h4 span{
    text-align: left !important;
    padding: 0 0;
}
#content-box .socialMedia {
     padding: 1em 0 0;
    float: right;
}

#content-box .single_post .socialMedia ul li:before{
    font-size: 13px;
      font-weight: 400;
      margin-right: 9px;
      display: none ;

}
#content-box .socialMedia ul li{
    display: inline-block;
    font-size: 12px;    
    font-weight: 400;
    border-radius: 3px;
    color: #656565 !important;
    background: #f8f8f8;
    border: 1px solid #ccc;
    box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
    text-shadow: none;
    line-height: 23px;
    padding: 1px 0px 0 0px;
    margin: 0 16px 5px 0;
}

#content-box .socialMedia ul li {
    background-color: #002434 !important;
    width: 50px;
    height: 50px;
    text-align: center;
}

#innerpage-box .ht-blog-thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    transition: all .8s ease;
}
#innerpage-box .inner-blogpost:hover .ht-blog-thumbnail .overlay {
    opacity: 0.4;
}

#innerpage-box .ht-blog-thumbnail .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}
#innerpage-box .ht-blog-thumbnail .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#innerpage-box .ht-blog-thumbnail .overlay .box .content > a {
    text-align: center;
    line-height: 50px;
    transform: scale(1.2);
    transition: all 500ms ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
#innerpage-box .ht-blog-thumbnail .overlay .box .content > a:before {
    border-radius: 50%;
    font-size: 18px;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    color: #f72985;
    position: relative;
    top: 45%;
    padding: 15px;
}
#innerpage-box .inner-blogpost:hover .ht-blog-thumbnail .overlay .box .content > a {
    transform: scale(1);
    transition-delay: 0.1s;
    opacity: 1;
}
.inner-blogpost-info {
    margin-bottom: 0;
    padding: 10px 0;
    border-radius: 0;
    position: relative;
    top: -64px;
}

#innerpage-box .inner-blog-post:nth-last-child(6){
    position: absolute;
    right: 0;
    top: 320px;
}
#innerpage-box .inner-blog-post:nth-last-child(7){
    position: absolute;
    right: 0;
    top: 160px;
}
#innerpage-box .inner-blog-post:nth-last-child(1){
    position: absolute;
    right: 0;
    top: 840px;
}
#innerpage-box .inner-blog-post:nth-last-child(2){
    position: absolute;
    right: 0;
    top: 675px;
}
#innerpage-box .inner-left-side .inner-blog-post:nth-last-child(7) {
    position: relative;
    top: 0px;
    left: 0;
}
#innerpage-box .inner-left-side .inner-blog-post:nth-last-child(6) {
    position: relative;
    left: 0;
    top: 0px;
}
#innerpage-box .inner-left-side .inner-blog-post:nth-last-child(2) {
    position: relative;
    right: 0;
    top: 0px;
}
#innerpage-box .inner-left-side .inner-blog-post:nth-last-child(1) {
    position: relative;
    right: 0;
    top: 0px;
}
#innerpage-box .inner-left-side .inner-blog-post:nth-last-child(1) .ht-blog-thumbnail, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(2) .ht-blog-thumbnail, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(3) .ht-blog-thumbnail, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(6) .ht-blog-thumbnail, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(7) .ht-blog-thumbnail, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(8) .ht-blog-thumbnail {
    position: relative;
    overflow: hidden;
    display: block;
}
#innerpage-box .inner-left-side .inner-blog-post:nth-last-child(1) .peccular-blogpage-imgbox .blog_date_box_hover, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(2) .peccular-blogpage-imgbox .blog_date_box_hover, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(3) .peccular-blogpage-imgbox .blog_date_box_hover, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(6) .peccular-blogpage-imgbox .blog_date_box_hover, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(7) .peccular-blogpage-imgbox .blog_date_box_hover, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(8) .peccular-blogpage-imgbox .blog_date_box_hover {
    position: relative;
    display: none;
}
#innerpage-box .inner-left-side .inner-blog-post:nth-last-child(1) .peccular-blogpage-imgbox .blog_date_box, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(2) .peccular-blogpage-imgbox .blog_date_box, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(3) .peccular-blogpage-imgbox .blog_date_box, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(6) .peccular-blogpage-imgbox .blog_date_box, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(7) .peccular-blogpage-imgbox .blog_date_box, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(8) .peccular-blogpage-imgbox .blog_date_box {
    position: relative;
    display: block;
}
#innerpage-box .inner-left-side .peccular-blog-single {
    padding: 21px 22px 10px;
    position: absolute;
    bottom: 4px;
    background-color: #18233399;
    border-radius: 8px;
}
#innerpage-box .inner-left-side .inner-blog-post:nth-last-child(1) .peccular-blog-single .inner-blog-excerpt, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(2) .peccular-blog-single .inner-blog-excerpt, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(3) .peccular-blog-single .inner-blog-excerpt, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(6) .peccular-blog-single .inner-blog-excerpt, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(7) .peccular-blog-single .inner-blog-excerpt, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(8) .peccular-blog-single .inner-blog-excerpt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
#innerpage-box #blog-box.inner-left-side .inner-blog-post:nth-last-child(1) h2, #innerpage-box #blog-box.inner-left-side .inner-blog-post:nth-last-child(2) h2, #innerpage-box #blog-box.inner-left-side .inner-blog-post:nth-last-child(3) h2, #innerpage-box #blog-box.inner-left-side .inner-blog-post:nth-last-child(6) h2, #innerpage-box #blog-box.inner-left-side .inner-blog-post:nth-last-child(7) h2, #innerpage-box #blog-box.inner-left-side .inner-blog-post:nth-last-child(8) h2 {
    letter-spacing: 0.96px;
    color: #FFFFFF !important;
    font-size: 24px !important;
    font-weight: bold !important;
    line-height: 33px;
    margin-bottom: 5px;
    padding: 0em;
    transform: scale(1);
    transition: all 1s 
ease 0s;
    margin-top: 0;
}
#innerpage-box .inner-left-side .inner-blog-post:nth-last-child(1) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(2) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(3) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(6) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(7) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-left-side .inner-blog-post:nth-last-child(8) .peccular-blog-single .buttondesign a.btn-look {
    font-size: 12px;
    border-bottom: none;
    font-size: 12px;
    padding: 7px 17px 6px 13px;
    border-left: 5px solid #FDA12B;
}
#innerpage-box #blog-box .inner-blog-post:nth-last-child(1) h2:hover,#innerpage-box #blog-box .inner-blog-post:nth-last-child(2) h2:hover,#innerpage-box #blog-box .inner-blog-post:nth-last-child(3) h2:hover,#innerpage-box #blog-box .inner-blog-post:nth-last-child(6) h2:hover,#innerpage-box #blog-box .inner-blog-post:nth-last-child(7) h2:hover,#innerpage-box #blog-box .inner-blog-post:nth-last-child(8) h2:hover {
    color: #FDA12B !important;
}
#innerpage-box #blog-box .inner-blog-post:nth-last-child(1) h2,#innerpage-box #blog-box .inner-blog-post:nth-last-child(2) h2,#innerpage-box #blog-box .inner-blog-post:nth-last-child(3) h2,#innerpage-box #blog-box .inner-blog-post:nth-last-child(6) h2,#innerpage-box #blog-box .inner-blog-post:nth-last-child(7) h2,#innerpage-box #blog-box .inner-blog-post:nth-last-child(8) h2 {
    letter-spacing: 0.96px;
    color: #101E44 !important;
    font-size: 24px !important;
    font-weight: bold !important;
    line-height: 33px;
    margin-bottom: 5px;
    padding: 0em;
    transform: scale(1);
    transition: all 1s ease 0s;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
#innerpage-box #blog-box h2 {
    letter-spacing: 0.96px;
    color: #FFFFFF !important;
    font-size: 24px !important;
    font-weight: bold !important;
    line-height: 33px;
    margin-bottom: 5px;
    padding: 0em;
    transform: scale(1);
    transition: all 1s ease 0s;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
#innerpage-box #blog-box h2:hover {
    color: #FDA12B !important;
}

div#secondary .social-profile-icons ul li i:hover, #innerpage-box .inner-blogpost:hover .blog-date span {
    color: #4a8cec;
}
#innerpage-box .inner-blog-excerpt {
    font-size: 15px;
    font-weight: 200 !important;
    line-height: 26px;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    margin-bottom: 16px;
    opacity: 0.63;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
#innerpage-box .peccular-blog-single .buttondesign a.btn-look {
    background-color: #FFFFFF;
}

#innerpage-box .blog-page-btn a {
    font-size: 17px;
    line-height: 18px;
    color: #FF5B4A;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #FF5B4A, #FF5B4A 50%, #fff 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
}

#innerpage-box .blog-page-btn a:hover {
    background-position: 0 100%;
}


#innerpage-box .blog-page-btn a:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 5px;
    left: 0;
    bottom: -8px;
    z-index: 0;
    position: absolute;
    background: #FF5B4A;
    transition: all 0.3s ease-in-out;
}

#innerpage-box .blog-page-btn a:hover:before {
    width: 0%;
}

#innerpage-box .single_post .blog-page-btn{
    background: none !important;
    text-align: left;
    padding: 0;
}
#innerpage-box .single_post .blog-page-btn a{
    background: #FF5B4A;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 11px 23px;
    text-align: center;
    margin: 0px 0 0px;
    position: relative;
    border-radius: 5px;
    -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;
    text-decoration: none !important;
    font-style: normal !important;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: white;
}

#innerpage-box .single_post .blog-page-btn:hover a{  color: #fff; }

#innerpage-box .single_post .blog-page-btn a:hover:before, 
#innerpage-box .single_post .blog-page-btn a:focus:before, 
#innerpage-box .single_post s.blog-page-btn a:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
} */
/* 
#innerpage-box .single_post .blog-author a,
#innerpage-box .single_post .blog-category a, 
#innerpage-box .single_post .blog-tags a{ color: #868586 !important;}

#innerpage-box .single_post .blog-author a:hover,
#innerpage-box .single_post .blog-category a:hover, 
#innerpage-box .single_post .blog-tags a:hover{  color: #000 !important;}

#innerpage-box .blog-author,
#innerpage-box .blog-time, 
#innerpage-box .single-blog-date,
#innerpage-box  .blog-comment {
    color: #8A8A8A;
    font-size: 16px;
    line-height: 26px;
}
#innerpage-box .single-blog-date {
font-weight: 500 !important;
} */
body.post-template-default.single.single-post ul.post-categories {
    margin-top: 20px ! IMPORTANT;
    padding: 0 !important;
}
body.post-template-default.single.single-post div#content-box ul.post-categories li {
    padding-left: 0;
}
body.post-template-default.single.single-post div#content-box ul.post-categories li,
body.post-template-default.single.single-post div#content-box ul.post-categories li a {
    margin-bottom: 0 !IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .blog-tags {
    padding: 0px 0 0 0px;
}
body.post-template-default.single.single-post #content-box .blog-tags a {
    display: inline-block;
}

body.post-template-default.single.single-post #content-box .blog-tags ul li:before {
    display: none;
}
body.post-template-default.single.single-post div#content-box p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
}

body.post-template-default.single.single-post .blog-tags a {
    font-size: 17px;
    line-height: 20px;
    background: #E2E2E2;
    border-radius: 5px;
    padding: 11px 20px;
    margin-right: 1em;
    margin-bottom: 0.9em ! IMPORTANT;
    position: relative;
}

body.post-template-default.single.single-post ul.post-categories li {
    display: inline-block;
    list-style: none;
}

body.post-template-default.single.single-post .blog-tags a:before {
    content: ".";
    font-size: 30px;
    position: absolute;
    top: 2px;
    left: 9px;
    color: #000000;
}
body.post-template-default.single.single-post div#content-box .socialMedia {
    padding: 1em 0 1.5em;
    text-align: center;
    float: none;
}
body.post-template-default.single.single-post div#content-box .social-tagline.text-center {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
}
body.post-template-default.single.single-post div#content-box .social-box ul {
    text-align: center;
    position: relative;
    padding: 0;
}
body.post-template-default.single.single-post div#content-box .social-box ul:before {
    content: "";
    height: 2px;
    width: 33%;
    background: #cdc9c9;
    position: absolute;
    left: 0;
    top: 15px;
}
body.post-template-default.single.single-post div#content-box .social-box ul:after {
    content: "";
    height: 2px;
    width: 33%;
    background: #cdc9c9;
    position: absolute;
    right: 0;
    top: 15px;
}
body.post-template-default.single.single-post div#content-box .social-box ul li {
    display: inline-block;
    padding-left: 0;
}
.single #innerpage-box .article a {
    text-decoration: none !important;
    font-style: normal !important;
    font-weight: 500;
}
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa, 
body.post-template-default.single.single-post div#content-box .social-box ul li i.fa-brands {
    color: #000000;
    font-size: 30px;
    width: 60px;
    border:0 !important;
}
body.post-template-default.single.single-post div#content-box .social-box ul li:before{
    display: none;
}
body.post-template-default.single.single-post div#content-box .total-comments {
    font-size: 34px;
    font-weight: bold !important;
    margin-top: 0.8em;
    margin-bottom: 1.2em;
}
body.post-template-default.single.single-post div#content-box div#comments ol {
    padding-left: 0;
}
body.post-template-default.single.single-post div#content-box .comment-author.vcard img {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    position: absolute;
}
main#innerpage-box #comments li.comment {
    background: transparent;
    border: 0;
    margin-bottom: 58px ! IMPORTANT;
}
main#innerpage-box #comments ul.children {
    border: 0;
    padding-left: 8em;
}
body.post-template-default.single.single-post div#content-box #comments ul.children .comment-author.vcard img {
    width: 76px;
    height: 76px;
}
body.post-template-default.single.single-post div#content-box #comments ul.children .comment-metadata {
    padding-left: 6em;
}

main#innerpage-box #comments ol li:before{
    display: none;
}
body.post-template-default.single.single-post div#content-box .comment-metadata {
    padding-left: 7em;
        width: 390px;
}
body.post-template-default.single.single-post div#content-box .comment-metadata a {
    font-size: 22px;
    padding-bottom: 5px;
}
body.post-template-default.single.single-post div#content-box .commentmetadata {
    padding-left: 7em;
    padding-top: 0.5em;
}

body.post-template-default.single.single-post div#content-box .commentmetadata p {
    margin-top: 0 !important;
    font-size: 18px;
    line-height: 34px ! IMPORTANT;
    color: #979393 ! IMPORTANT;
}
body.post-template-default.single.single-post div#content-box .commentmetadata time {
    position: absolute;
    top: 12px;
    left: 16em;
    right: 0;
    margin: 0;
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    color: #C4C4C4;
    width: 40%;
}
body.post-template-default.single.single-post span.reply {
    font-size: 20px;
    line-height: 24px;
        position: relative;
}

body.post-template-default.single.single-post span.reply:after {
    content: "\f178";
    font-family: 'Fontawesome';
    color: #000;
    display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    font-size: 25px;
    top: 0;
    right: -55px;
    position: absolute;
    font-weight: 400 !important;
}
body.post-template-default.single.single-post div#content-box .comment-respond h4 span {
    text-align: left !important;
    padding: 0 0;
    font-size: 34px;
    font-weight: bold !important;
    text-transform: none;
    margin-top: 2em ! IMPORTANT;
}
body.post-template-default.single.single-post .nav-bx-bar {
    border-top: 2px solid #e2e2e2;
    padding-top: 2.5em;
}
body.post-template-default.single.single-post .nav-bx-bar {
    padding-bottom: 3em;
}
body.post-template-default.single.single-post .post-right-space {
    position: relative;
    left: -2em;
    padding-right: 2em ! IMPORTANT;
}
body.post-template-default.single.single-post .nav-bx-bar h2 {
    margin-top: 10px !important;
}
body.post-template-default.single.single-post .post-left-space {
    position: relative;
    right: -2em;
    padding-left: 2em !important;
}
body.post-template-default.single.single-post .nav-bx-bar a {
    font-size: 20px;
    color: #9F9F9F;
}
body.post-template-default.single.single-post .nav-bx-bar h2 a {
    font-size: 28px;
    line-height: 57px;
    color: #000000;
}
body.post-template-default.single.single-post .nav-bx-bar a {
    font-size: 20px;
    color: #9F9F9F;
}
body.post-template-default.single.single-post .nav-bx-bar i.fa {
    font-size: 35px;
    color: #000000;
    position: relative;
    top: 0.2em;
}
#innerpage-box .single_post .blog-tags a {
    color: #000000;
    font-size: 17px;
    font-weight: 500 !important;
    font-style: normal !important;
    text-decoration: none !important;
    background-color: #E2E2E2 !important;
}
.tags-heading {
    font-size: 26px;
    line-height: 57px;
    font-weight: 700;
    margin-bottom: 0.8em;
    color: #000000;
}
.single #innerpage-box .article a {
    text-decoration: none !important;
    font-style: normal !important;
    font-weight: 500;
}

body.post-template-default.single.single-post .blog-tags a {
    font-size: 17px;
    line-height: 20px;
    background: #E2E2E2;
    border-radius: 5px;
    padding: 11px 20px;
    margin-right: 1em;
    margin-bottom: 0.9em ! IMPORTANT;
    position: relative;
}


#innerpage-box .metabox2brdr {
    margin-bottom: 24px;
}

#innerpage-box .blog-author {
    padding-left: 0;
}
#innerpage-box .single_post .blog-category {
    padding: 0px;
    padding-left: 18px;
}
#innerpage-box .peccular-blog-single {
    padding: 48px 15px 5px 35px;
}
#innerpage-box .peccular-blog-single .metabox .blog-comment i,
#innerpage-box .peccular-blog-single .metabox .blog-author i{
    color: #000;
    margin-right: 8px;
    width: 12px;
}
#innerpage-box .peccular-blog-single .buttondesign a.btn-look span {
    font-weight: 500 !important;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.48px;
    color: #182333;
}
#innerpage-box .peccular-blog-single .buttondesign a.btn-look {
    font-size: 12px;
    padding: 7px 17px 6px 13px;
    border-left: 5px solid #FDA12B;
}
#innerpage-box .inner-blog-post:nth-last-child(1) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-blog-post:nth-last-child(2) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-blog-post:nth-last-child(3) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-blog-post:nth-last-child(6) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-blog-post:nth-last-child(7) .peccular-blog-single .buttondesign a.btn-look, #innerpage-box .inner-blog-post:nth-last-child(8) .peccular-blog-single .buttondesign a.btn-look{
    border-left: none;
}
#innerpage-box .inner-blog-post:nth-last-child(1) .peccular-blog-single .buttondesign a.btn-look span,#innerpage-box .inner-blog-post:nth-last-child(2) .peccular-blog-single .buttondesign a.btn-look span,#innerpage-box .inner-blog-post:nth-last-child(3) .peccular-blog-single .buttondesign a.btn-look span,#innerpage-box .inner-blog-post:nth-last-child(6) .peccular-blog-single .buttondesign a.btn-look span,#innerpage-box .inner-blog-post:nth-last-child(7) .peccular-blog-single .buttondesign a.btn-look span,#innerpage-box .inner-blog-post:nth-last-child(8) .peccular-blog-single .buttondesign a.btn-look span {
    font-size: 12px;
    border-bottom: 1px solid #000000;
    padding: 0;
    padding-bottom: 7px;
    border-left: none;
    background: none;
    color: #101E44;
    opacity: 0.7;
}
#innerpage-box #blog-box .socialMedia {
    position: relative;
    left: 0px;
    top: 20px;
}

#innerpage-box #blog-box .socialMedia ul{
    margin:0;
    padding:0;
    list-style:none;
    z-index: 9999;
    position: relative;
}
#innerpage-box #blog-box .socialMedia ul li{
    display:inline-block;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    text-align: center;
}
#innerpage-box #blog-box .socialMedia ul li a.site-button{
    border-radius: 5px;
    width: 73px;
    line-height: 35px;
    height: 33px;
    display: block;
    color:#fff;
    background: #06332e;
}
#innerpage-box #blog-box .socialMedia ul li a.site-button:hover{

    background: #000;
    -webkit-box-shadow: 0px 0px 20px rgb(50 50 0 / 35%);
    box-shadow: 0px 0px 20px rgb(50 50 0 / 35%);
}
#innerpage-box #blog-box .socialMedia ul:hover li.share-button a.site-button{
   background: #06332e;
}   
#innerpage-box #blog-box .socialMedia ul:hover li{
    margin-left: 6px;
}

#blog-box .ht-blog-date, #blog-box .ht-blog-date .fa{
    color: #06332e;
    margin-bottom: 5px;
}
#blog-box .ht-blog-date .fa{
 margin-right: 5px;
}

.ht-blog-thumbnail .socialMedia {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    transition: .5s;
}
.ht-blog-thumbnail .socialMedia a {
 font-size: 18px;
 padding: 5px 10px;
 line-height: 18px;
 margin: 0 0px;
 transition: 0s;
 background: #06332e;
 border-radius: 5px;
 color: #ffffff;
 font-weight: bold;
 box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
 display: inline-block;
}
.ht-blog-thumbnail .socialMedia a:hover {
    background: #fff;
}

.blog-read-more a {
    display: inline-block;
    text-align: center;
    background: #06332e;
    color: #fff;
    font-weight: 500;
    padding: 18px 40px;
    line-height: 1;
    border-radius: 50px;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-size: 17px;
}

.blog-read-more a:before,
.blog-read-more a:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #06332e;
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
}

.blog-read-more a:before {
    top: -25%;
    left: 20%;
}

.blog-read-more a:after {
    bottom: -25%;
    right: 20%;
}

.blog-read-more a:hover:before,
.blog-read-more a:hover:after {
    transform: none;
    z-index: 1;
}

.blog-read-more a:hover, .blog-read-more a:before, .blog-read-more a:after {
    background-color: #06332e;
    transform: none;
}

.single #innerpage-box h2{
    padding: 0px 0px !important;
    font-weight: 400 !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;
}
/*.page-template-templates #innerpage-box .widget-area .widget h2{
    margin-bottom: 0 !important;
    padding: 0em 0;
    font-weight: 400 !important;
    font-size: 23px !important;
    text-transform: capitalize !important;
    margin-bottom: 4px !important;
    color: #06332e;
    text-decoration: underline;
}*/
div#secondary {
    padding: 0px;
    border-radius: 5px;
}
.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 {
  background: #f4f4f4;
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

#innerpage-box .contact-container {
  max-width: 1200px;
  margin: 0 auto;
}

#innerpage-box .contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  #innerpage-box .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  #innerpage-box .contact-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ==== Card ==== */
#innerpage-box .contact-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease;
}

#innerpage-box .contact-card:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  /* transform: translateY(-5px); */
}

/* ==== Icon Circle ==== */
#innerpage-box .icon-circle {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #06b6d4, #3b82f6);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
#innerpage-box .icon-circle .icon{
  font-size: 32px;
  color: #FFFFFF;
}

#innerpage-box .contact-card:hover .icon-circle {
  transform: scale(1.1);
}

/* ==== Text ==== */
#innerpage-box .contact-card h3 {
  color: #0D1F2D;
  font-size: 1.25rem !important;
  margin-bottom: 1rem !important;
}

#innerpage-box .contact-card p,#innerpage-box .contact-card a {
  margin: 0.3rem 0;
  font-size: 0.95rem;
  display: inline-block;
    line-height: 1.4;
}

#innerpage-box .highlight {
  color: #0891b2;
  font-weight: 500;
}

#innerpage-box .secondary {
  color: #4b5563;
}

#innerpage-box .note {
  font-size: 0.85rem;
  color: #6b7280;
}


/* ---------------end------------ */
#innerpage-box #peccular-contactus-wrap{
    overflow: hidden;
    position: relative;
    background: #FFFFFF;
}
#innerpage-box .peccular-contact-page-form{
  padding: 80px 0;
}
/* --- Base --- */
#innerpage-box .locations-section {
  background: #ffffff;
  padding: 0px 20px;
  font-family: 'Poppins', sans-serif;
  color: #0D1F2D;
}

/* --- Map Card --- */
#innerpage-box .locations-section .map-card .contact-contact-mapbox {
  position: absolute;
  top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 1;
    border-radius: 20px;
  }
  
#innerpage-box .locations-section .map-card {
  border-radius: 20px;
  height: 380px;
  /* display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px; */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 32px;
  position: relative;
}
/* 
#innerpage-box .locations-section .map-placeholder {
  text-align: center;
  color: #555;
}

#innerpage-box .locations-section .map-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  stroke: #4a5565;
  fill: none;
  stroke-width: 2;
}

#innerpage-box .locations-section .map-title {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 5px;
  color: #4a5565;
}

#innerpage-box .locations-section .map-address {
  font-size: 0.9rem;
  color: #6b7280;
  margin: 0;
} */

/* --- Locations List --- */
#innerpage-box .locations-section .section-title {
    font-size: 1.5rem;
    margin-bottom: 25px;
    font-weight: 600;
    padding: 0;
    font-weight: 400 !important;
    font-family: 'Poppins';
    color: #0D1F2D;
}

#innerpage-box .locations-section .location-card {
  background: #f4f4f4;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#innerpage-box .locations-section .location-card:hover {
  /* transform: translateY(-5px); */
  /* box-shadow: 0 8px 20px rgba(0, 255, 127, 0.2); */
}

#innerpage-box .locations-section .location-card h4 {
  font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 12px;
    color: #0D1F2D;
    font-weight: 400 !important;
    font-family: 'PT Sans';
}

#innerpage-box .locations-section .location-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #374151;
  font-size: 0.95rem;
}
#innerpage-box .locations-section .location-in-info {
  margin: 0;
    color: #364153;
    line-height: 1.5;
}

#innerpage-box .locations-section .location-info .icon {
  color: #0092b8;
    margin-right: 6px;
    font-size: 15px;
}

/* --- Responsive --- */
@media (min-width: 768px) {
  #innerpage-box .locations-section .locations-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

}


#innerpage-box .contact-left-box .section-title {
  font-size: 2.25rem; /* text-4xl ≈ 36px */
  color: #0D1F2D;
  margin: 0;
  margin-bottom: 2rem; /* mb-8 = 32px */
  font-weight: initial !important;
  line-height: 1.2;
  padding: 0;
}

#innerpage-box .contact-left-box .section-title span {
  color: #0891b2; /* text-cyan-600 */
}

#innerpage-box .contact-left-box .section-description {
  font-size: 1.125rem;
    color: #364153;
    margin: 0;
    margin-bottom: 2rem;
    line-height: 1.6;
    max-width: 700px;
}

#innerpage-box .conntact_box_form p{
  margin: 0;
}

#innerpage-box .inside-full-height .conntact_box_form .form-grid {
  display: grid;
  gap: 1.5rem; /* gap-6 */
  margin-bottom: 1.5rem;
}

#innerpage-box .inside-full-height .conntact_box_form .form-grid.two-cols {
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {#innerpage-box .inside-full-height .conntact_box_form 
  .form-grid.two-cols {
    grid-template-columns: 1fr 1fr;
  }
}



/* Checkboxes */
#innerpage-box .inside-full-height .conntact_box_form .checkboxes label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: #374151;
}

#innerpage-box .inside-full-height .conntact_box_form .security-contact-form input[type="checkbox"] {
  accent-color: #0891b2;
  width: 18px;
  height: 18px;
}



/* Privacy note */
#innerpage-box .inside-full-height .conntact_box_form .privacy-note {
  font-size: 0.875rem;
  color: #6b7280; /* gray-500 */
  text-align: center;
  margin-top: 1rem;
}



#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="text"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="email"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="url"]:focus,
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="password"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="search"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="number"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="tel"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="range"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="date"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="month"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="week"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="time"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="datetime"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="datetime-local"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form input[type="color"]:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form select:focus, 
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea:focus {
  border-color: #22d3ee !important; /* cyan-400 */
  outline: none;
}
#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: 19px;
  height: 50px;
  font-weight: 400 !important;
  width: 100%;
  border: 1px solid #F6F6F6;
  border-radius: 2px;
  width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    transition: border-color 0.3s ease;
    font-size: 1rem;
    color: #111827;
    background-color: #fff;
    margin: 0;
  }
  #innerpage-box #peccular-contactus-wrap .peccular-contact-page-form select option{
    color: #000000;
  } 
  #innerpage-box .peccular-contact-page-form label.select-contact-bott{
      margin-bottom: 1.5rem;
}

#peccular-contactus-wrap .peccular-contact-page-form input::placeholder{
    opacity: 1;
    color: #d1d5db;
}
#peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder{
    color:#FFFFFF;
}

.pd-25 {
    padding: 0 25px;
}

.peccular-contact-page-form .address-c-box{
    background-color: #516bec;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,#06332e 0%,#441e87 100.3% );
    border-radius: 30px 0 0 0;
    padding: 3em 2em;
}

#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea::placeholder {
  color: #d1d5db;
  font-weight: 400 !important;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea {
      height: 170px !important;
}
#innerpage-box #peccular-contactus-wrap .peccular-contact-page-form textarea {
    padding: 10px 15px 15px 22.5px;
}

.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: 23px;
    display: block;
    box-shadow: none;
    margin-bottom: 0;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    margin-top: 24px;
    width: 100%;
    background: linear-gradient(to right, #06b6d4, #2563eb);
    color: #fff;
    padding: 1rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    height: auto;
}
.peccular-contact-page-form input[type="submit"]:hover {
    background: linear-gradient(to right, #22d3ee, #3b82f6);
    transform: scale(1.03);
}
#peccular-contactus-wrap .contactinner-block{
    transition: all 0.5s ease 0s;
}
#peccular-contactus-wrap .conntact_box_form .wpcf7 .submit:after {
    content: "";
    position: absolute;
    font-size: 27px;
    color: #000000;
    font-family: 'Fontawesome';
    text-align: center;
    left: 41.7%;
    margin: 0;
    z-index: 99;
    bottom: 17px;
    width: 15px;
    height: 20px;
    background-image: url(../images/contact-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #FFFFFF;
}
#peccular-contactus-wrap .conntact_box_form .wpcf7 .submit::before {
    content: "";
    position: absolute;
    font-size: 27px;
    color: #000000;
    font-family: 'Fontawesome';
    text-align: center;
    left: 39.5%;
    margin: 0;
    z-index: 99;
    bottom: 8px;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 3px #00000012;
    border-radius: 2px;    
}


#peccular-contactus-wrap .contact-icon a:hover span{
    color: #FDA12B;
}

/* .contact-contact-mapbox iframe{
    width: 100%;
    height: 615px;
    border-radius: 12px;
}

.contact-contact-mapbox {
    position: relative;
    z-index: 1;
}
.contact-contact-mapbox .map_overlay {
    position: absolute;
    left: 0;
    right: 0;
    background: #000;
    z-index: 2;
    opacity: 0.1;
    width: 100%;
    height: 100%;
}
#peccular-contactus-wrap .leftside_svg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
#peccular-contactus-wrap .imageBottom_svg {
    position: absolute;
    left: 59%;
    bottom: 0;
    z-index: 3;
}
#peccular-contactus-wrap .conntact_top_area {
    position: relative;
    z-index: 1;
    background: #FF5B4A;
    padding: 4.5em 4em 9em;
}
#peccular-contactus-wrap .contactinner-area{
    margin-bottom: 4em;
    padding: 0;
}
#peccular-contactus-wrap .contact_info_area{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 32px;
}
#peccular-contactus-wrap .contact_info_area a{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
#peccular-contactus-wrap .contact_info_area a:hover{
    color: #000;
}
#peccular-contactus-wrap .contact_l_area{
    font-size: 18px;
    text-align: left;
    padding: 6px 0 0 0;
    margin-left: 15px;
    margin-bottom: 13px;
    color: #fff;
}

.page-template-templates #innerpage-box .conntact_infobox_heading h2 {
    font-size: 34px;
    font-weight: 100;
    text-align: center;
    color: #fff;
    margin-bottom: 2.5em;
}
#peccular-contactus-wrap .contact_icon {
    text-align: center;
}
#peccular-contactus-wrap i{
    font-size: 30px;
    color: #c5941f;
    transition: all 0.2s ease 0s;
}

#peccular-contactus-wrap .contactinner-area:hover i{
    transition: all 0.5s;
    animation: rotateInUpRight .5s ease-in-out;
}
#peccular-contactus-wrap .peccular-contactpage-socials a i {
    color: #FF5B4A;
    background: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#peccular-contactus-wrap .peccular-contactpage-socials a i:before {
    z-index: 1;
    position: relative;
}

#peccular-contactus-wrap .peccular-contactpage-socials a i:after {
    content: "";
    position: absolute;
    transition: top 0.5s ease-in 0.5s, width 0.5s ease-out, height 0.5s ease-out;
    -webkit-transition: top 0.5s ease-in 0.5s, width 0.5s ease-out, height 0.5s ease-out;
    left: 50%;
    top: -50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 0;
}

#peccular-contactus-wrap .peccular-contactpage-socials a:hover i:after {
    transition: top 0.5s ease-in, width 0.5s ease-out 0.5s, height 0.5s ease-out 0.5s;
    -webkit-transition: top 0.5s ease-in, width 0.5s ease-out 0.5s, height 0.5s ease-out 0.5s;
    top: 50%;
    width: 200px;
    height: 200px;
}

#peccular-contactus-wrap .ctextarea svg{
    position: relative;
    top: 0;   
    transform: rotateY(178deg);
}
#peccular-contactus-wrap .ctextarea svg path{ fill:  #FF5B4A !important ; }

#peccular-contactus-wrap .contactinner-block:nth-child(1) .ctextarea svg path{
    fill:  #fff9ec !important ;
}
#peccular-contactus-wrap .contactinner-block:nth-child(2) .ctextarea svg path{
    fill:  #eaf5e6 !important ;
}
#peccular-contactus-wrap .contactinner-block:nth-child(3) .ctextarea svg path{
    fill:  #f4e4e6 !important ;
}
#peccular-contactus-wrap .contactinner-block:nth-child(3) .contactinner-area{
border-right: none;
} */

/* contact faq section */
#innerpage-box .faq-section {
    background: #f4f4f4;
    padding: 80px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#innerpage-box .faq-section .faq-section .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

#innerpage-box .faq-section .faq-header {
    text-align: center;
    margin-bottom: 60px;
}

#innerpage-box .faq-section .faq-header h2 {
    font-size: 48px;
    color: #0d1f2d;
    margin: 0;
    margin-bottom: 24px;
    line-height: 1;
    font-weight: inherit !important;
}

#innerpage-box .faq-section .faq-header h2 span {
    color: #00BCD4;
}

#innerpage-box .faq-section .faq-header p {
    color: #364153;
    font-size: 20px;
    margin: 0;
}

#innerpage-box .faq-section .faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0px 14rem;
}

#innerpage-box .faq-section .faq-item {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease;
}

#innerpage-box .faq-section .faq-item:hover {
    /* transform: translateY(-3px); */
}

#innerpage-box .faq-section .faq-question {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

#innerpage-box .faq-section .faq-question .icon {
    margin-right: 12px;
    flex-shrink: 0;
    stroke: #00bcd4;
}

#innerpage-box .faq-section .faq-question h3 {
    font-size: 18px;
    color: #0d1f2d;
    margin: 0;
    padding: 0;
    font-weight: inherit !important;
    line-height: 1.5;
}

#innerpage-box .faq-section .faq-answer p {
    color: #364153;
    line-height: 1.6;
    margin: 0;
    padding-left: 35px;
}

#innerpage-box .faq-section .no-faq {
    text-align: center;
    color: #777;
    font-size: 16px;
}


/* contact counter section  */

#innerpage-box .counter-section {
  background: linear-gradient(135deg, #0D1F2D, #1a2f42, #0D1F2D);
  padding: 100px 20px;
  text-align: center;
}

/* ---------- GRID ---------- */
#innerpage-box .counter-section .counter-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin-bottom: 60px;
}

/* ---------- CARD ---------- */
#innerpage-box .counter-section .counter-card {
  flex: 1 1 250px;
  max-width: 300px;
}

#innerpage-box .counter-section .icon-box {
  width: 70px;
  height: 70px;
  background: rgba(0, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: 0.3s;
}

#innerpage-box .counter-section .icon-box .counter-icon {
  color: #00d3f3;
  font-size: 30px;
}

#innerpage-box .counter-section .icon-box:hover {
  background: rgba(0, 255, 255, 0.3);
  transform: scale(1.05);
}

#innerpage-box .counter-section .counter-number {
 font-size: 30px;
    font-weight: inherit;
    margin-bottom: 8px;
    color: #f4f4f4;
}

#innerpage-box .counter-section .counter-text {
  color: #cefafecc;
    font-size: 16px;
    margin: 0;
}

/* ---------- TITLE & TEXT ---------- */
#innerpage-box .counter-section h2.counter-contact-heading {
  font-size: 48px;
  margin-bottom: 15px;
  color: #FFF;
  line-height: 1;
  font-weight: inherit !important;
}

#innerpage-box .counter-section h2.counter-contact-heading span {
  color: #00d3f3;
}

#innerpage-box .counter-section p {
  font-size: 20px;
  color: #cefafecc;
  max-width: 700px;
  margin: 0 auto 32px;
  line-height: 1.4;
}

/* ---------- BUTTONS ---------- */
#innerpage-box .counter-section .btn-group {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

#innerpage-box .counter-section .btn i{
  margin-right: 8px;
}
#innerpage-box .counter-section .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  font-weight: inherit !important;
}

#innerpage-box .counter-section .btn-primary {
  background: linear-gradient(90deg, #00FFFF, #007FFF);
  color: white;
  border: none;
}

#innerpage-box .counter-section .btn-primary:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #00FFFF, #009FFF);
}

#innerpage-box .counter-section .btn-outline {
  border: 1px solid #00d3f3;
  color: #00d3f3;
  background: transparent;
}

#innerpage-box .counter-section .btn-outline:hover {
  background: #00d3f3;
  color: #0D1F2D;
}

/* ---------- RESPONSIVE ---------- */
/* @media (max-width: 768px) {#innerpage-box .counter-section 
  .counter-grid {
    flex-direction: column;
    align-items: center;
  }
} */


/*--------------- 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: #585757;
}
#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
-----------------------------*/

/* #innerpage-box .peccular-testimonials-single {
    margin-bottom: 0em;
    position: relative;
    z-index: 2;
    padding: 0px;
    background-color: #FFFFFF;
    box-shadow: inset 0px 3px 10px #0000001A;
    border-radius: 10px;
}


#innerpage-box h4.peccular-testimonials-name:after{
    display: none;
}
#innerpage-box .peccular-testimonials-designation {
    font-size: 18px!important;
    line-height: 21px;
    font-weight: 500!important;
    word-break: break-word;
    margin: 0!important;
    text-transform: capitalize;
    color: #000 !important;
    letter-spacing: 0.59px;
}
#innerpage-box h6.peccular-testimonials-designation:after{
    display: none;
}
#innerpage-box .peccular-testimonials-image{
    padding: 0px;
    position: relative;
}
#innerpage-box .peccular-testimonials-image img{   
    border-radius: 50%;
    width: 154px;
    height: 154px;
    transform: scale(1);
    transition: all 0.3s ease 0s;
    position: relative;
}
#innerpage-box .peccular-testimonials-single .peccular-testimonials-identity svg {
    position: absolute;
    right: 46px;
    top: 42px;
}
#innerpage-box .peccular-testimonials-single i.fa.fa-quote-left {
    left: 0%;
    color: #FF5B4A;
    font-size: 30px;
    position: absolute;
    top: 0%;
}
#innerpage-box .peccular-testimonials-single i.fa.fa-quote-right {
    position: absolute;
    right: 10%;
    bottom: 8%;
    color: #FF5B4A;
    font-size: 30px;
}
#innerpage-box h6.peccular-testimonials-designation span{
    padding: 0 0 0 57px;
}
#innerpage-box .peccular-testimonials-single i.fa.fa-star {
    color: #fbdd17;
    font-size: 19px;
    text-align: left;
    margin: 0 0 0 0px;
}


#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-content i{
    color: #FF5B4A;
}
#innerpage-box .peccular-testimonials-single:hover .peccular-testimonials-image img {
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
}

#innerpage-box .peccular-testimonials-content {
    margin-bottom: 0px;
    font-weight: 400;
    word-break: break-word;
    position: relative;
    left: 0px;
    margin-top: 0px;
    padding: 38px 28px;
}
#innerpage-box .test-images1 {
    position: relative;
    width: 57px;
    margin-right: 32px;
}
#innerpage-box .test-image {
    background-color: rgb(253, 161, 43);
    border-radius: 0px 0px 39px 39px;
    width: 57px;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: end;
    position: absolute;
    top: -38px;
    padding-bottom: 2px;
}
#innerpage-box .test-image img {
    height: 66px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 36px;
    width: 53px !important;
}
#innerpage-box h4.peccular-testimonials-name {
    transition: 0.35s ease-out;
    font-size: 27px !important;
    line-height: 28px;
    margin-bottom: 7.74px;
    letter-spacing: 1.08px;
    color: rgb(24, 35, 51);
    text-align: left;
    display: block;
    font-weight: bold !important;
    font-family: "PT Sans" !important;
    margin: 0px 0px 10px !important;
    padding: 0 !important;
}
#innerpage-box h6.peccular-testimonials-designation {
    line-height: 28px;
    font-size: 14px !important;
    word-break: break-word;
    letter-spacing: 0.56px;
    color: rgb(99, 99, 99);
    text-align: left;
    font-weight: 400 !important;
    font-family: Poppins !important;
    padding: 0px !important;
}
#innerpage-box .peccular-testimonials-content svg path{
    stroke: #fda12b;
}
#innerpage-box .peccular-testimonials-content svg {
    margin-bottom: 22.93px;
    position: absolute;
    right: 20px;
}
#innerpage-box .peccular-testimonials-content p {
    font-size: 16px;
    margin-top: 40px;
    line-height: 28px;
    letter-spacing: 0.64px;
    color: rgb(33, 33, 33);
    display: inline-block;
    text-align: left;
    font-family: Poppins;
    opacity: 0.98;
    text-transform: capitalize;
    font-weight: 300 !important;
} */

/* new */

#innerpage-box .testimonials_b {
  display: grid;
  margin-bottom: 30px  ;
}
#innerpage-box .testimonial-card {
      background: #fff;
      border-radius: 1rem;
      padding: 2rem;
      box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
      transition: all 0.4s ease;
      position: relative;
      overflow: hidden;
      /* max-width: 500px; */
      width: 100%;
    }

    #innerpage-box .testimonial-card:hover {
      transform: scale(1.03);
      box-shadow: 0 12px 20px rgba(0, 0, 0, 0.12);
    }

    #innerpage-box .testimonial-card .quote-icon {
      position: absolute;
      top: 1.5rem;
      right: 1.5rem;
      opacity: 0.1;
      width: 60px;
      height: 60px;
      stroke: #06b6d4;
      display: block;
    }

    #innerpage-box .testimonial-card .category {
      gap: 5px;
    display: flex;
    margin-bottom: 1.5rem;
    width: 85%;
    }
    #innerpage-box .testimonial-card .cat-item {
    display: inline-block;
    background-color: #cefafe;
    color: #007595;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    }

    #innerpage-box .testimonial-card .stars {
      display: flex;
      margin-bottom: 1.5rem;
    }

    #innerpage-box .testimonial-card .stars i {
      font-size: 22px;
      color: #fdc700;
      margin-right: 4px;
    }

    #innerpage-box .testimonial-card p.blockquote {
      color: #364153;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    }

    #innerpage-box .testimonial-card .author {
      display: flex;
      align-items: center;
    }

    #innerpage-box .testimonial-card .avatar img.img-responsive{
      width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    }
    #innerpage-box .testimonial-card .avatar {
      background: linear-gradient(135deg, #06b6d4, #2563eb);
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 1rem;
    }

    #innerpage-box .testimonial-card .author-info h4 {
      color: #0d1f2d;
      font-size: 18px;
      line-height: 1.5;
      padding: 0;
      margin: 0;
      margin-bottom: 4px;
      font-weight: inherit !important;
    }

    #innerpage-box .testimonial-card .author-info p {
      margin: 2px 0;
    }

    #innerpage-box .testimonial-card .author-info .position {
      color: #0092b8;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    }

    #innerpage-box .testimonial-card .author-info .company {
      color: #4a5565;
      font-size: 14px;
      line-height: 1.5;
      margin: 0;
    }

    #innerpage-box .testimonial-card .author-info .location {
      color: #6a7282;
      font-size: 14px;
      line-height: 1.5;
      margin: 0;
    }

/*-----------------------
## 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: #000;
    font-size: 55px;
    font-weight: bold;
}
#innerpage-box h2{
     color: #000;
    font-size: 46px;
    font-weight: bold;
}
#innerpage-box h3{ 
    color: #000;
    font-size: 38px;
    font-weight: bold;
}

#innerpage-box h4{
     color: #000;
    font-size: 30px;
    font-weight: bold;
}
#innerpage-box h5{
     color: #000;
    font-size: 26px;
    font-weight: bold;
}
#innerpage-box h6{
     color: #000;
    font-size: 22px;
    font-weight: bold;
}
#innerpage-box p{
     color: #000;
    font-size: 18px;
    font-weight: 400;
     text-align: unset;
}
p{
    text-align: unset;
}

#innerpage-box p strong {
    color: #000;
    font-weight: bold !important;
}
#innerpage-box p em {
    color: #00d3f3;
    font-style: italic;
    font-weight: bold !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;}
.inner_contentbox { padding: 3em 0em 0;}
   .archive .inner_contentbox {
        padding: 3em 0em 2em;
    }
    .footer-area input[type="submit"]{
        position: relative !important;
        border-radius: 10px !important;
    }
     #services .peccular-service-content h4 {
        margin-bottom: 15.8px;
    }
     #services .peccular-service-box .peccular-service-icon {
        margin-bottom: 45.24px;
    }
}

@media only screen and (max-width: 320px){
#contact svg {    right: -726px;}
#contact .contactsvg2 svg {  right: -750px;}
#contact { padding-bottom: 2em !important;}
#contact .peccular-contact-phone-info { right: 70px;}
#contact .peccular-contact-phone-info a {font-size: 21px;}
#contact .peccular-contact-phone-icon { top: -15px;}
#contact .peccular-contact-phone-icon i{transform: none;}
#contact .peccular-contact-mailid-info a { font-size: 15px;}
#contact .peccular-contact-mailid-info { width: 69%; right: 35px;}
#contact .peccular-contact-mailid-icon { top: -17px;}
#contact .peccular-contact-address-text{    font-size: 12px; top: -21px;left: 14px;}
#team .peccular-team-content svg{    top: -60px;}
#testimonials .peccular-testimonial-block { padding-bottom: 0;}
#testimonials .peccular-testimonials-imgbox{position: relative; top: -97px;}

}

/*--------------Testimonials Responsiv css --------------------- */




@media screen and (min-width:319px) and (max-width: 425px){
    #banner .bannerLeftShape{
    -webkit-mask-image: none;

    }
#contact .peccular-section-head {
    z-index: 5;
}
.hero-style .buttondesign a.btn-look {
    display: inline-block;
    position: relative;
    padding: 5px 20px;
}
.hero-style .buttondesign a.btn-look i {
    font-size: 12px;
    margin-top: 2px;
}
.sliderbtns {
    margin-top: 0;
}
.swiper-button-next, .swiper-button-prev {
    top: 47%!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    display: none;

}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    display: none;
}
#about .peccular-about-imgbox .border-upp-left{
    display: none;
}
#about .peccular-about-imgbox .border-upp-right{
    display: none;
}
#about .peccular-about-imgbox .border-dwn-left{
    display: none;
}
#about .peccular-about-imgbox .border-dwn-right{
    display: none;
}
/*Features res*/

 #features .peccular-features-icon {
    top: 30%;
    left: 49%!important;
}
#features .FeaBG_icon {
    height: 92px;
    width: 100%!important;
}
 #features .mid-image-bx img {
    height: 430px;
    width: 100%;
}
/*Banner*/
#banner .banner_mainTitle {
    position: relative;
    overflow: hidden;
    z-index: 1;
    left: 5%;
    width: 330px;
    top: 9%;
}
 #banner .banner-section-area-text-subtitle {
    font-size: 15px;
    line-height: 20px;
    line-height: 24px;
    margin-top: 1em;
    padding: 11px 25px 11px 25px;
    margin-left: 30%;
}
#banner .banner-icn i {
    font-size: 35px;
}
#banner .banner-icn {
    width: 45px;
    height: 45px;
}
#banner .banner-section-area-text h3 {
    font-size: 28px;
    line-height: 50px;
}
#banner img.banner-mainimg {
    width: 100%;
    height: 313px;
}
 #banner .banner-section-area-text {
    padding: 0 0 5px 0px;
}

/*Project res*/
 #project .peccular-project-leafimgboxshape1 {
    margin-left: 40px;
    margin-top: 0px;
    position: absolute;
    width: 100px;
    height: 100px;
}
 #project .peccular-project-leafimgboxshape2 {
    position: absolute;
    right: 7%;
    top: 55px;
    width: 100px;
    height: 100px;
}
/*Contact sec res*/
#contact .contact-padd {
    position: initial;
}
/*Team sec res*/

#team .peccular-team-content2 svg {
    position: relative;
    top: -120px!important;
    z-index: 1;
}
#team .bottom_icon3 {
    position: absolute;
    bottom: 24px;
    right: 2px;
    z-index: 2;
    transform: rotate(0);
}

#team .team_Border_svg {
    position: relative;
    top: -67px!important;
    z-index: 1;
}
 #contact .peccular-project-leafimgcontactboxshape1 {
    display: none;
}
.single-footer-1 {
    position: relative;
    top: 0;
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox:after{
    display: none;
}

#counter h4.peccular-counter-title {
    margin-bottom: 20px;
}

#counter .peccular-counter-num.count:after {
    font-size: 35px;
    padding-left: 5px;
}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox {
    /* margin: 0em 20px; */
    padding: 0 10px;
}

 #testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-right{display: none;}

}
@media only screen and (max-width:320px){
#testimonials .peccular-testimonials-content i{right: -62px;}

#testimonials .owl-nav .owl-next{    right: 12px;}
#testimonials .peccular-testimonials-content .peccular-testimonials-contentbox i.fa-quote-right{display: none;}
}
@media screen and (min-width: 1024px) and (max-width: 1200px){

/*Contact Info Res    */
 #contactinfo .peccular-section-head h2 {
    font-size: 30px;
    line-height: 30px;
}
#contactinfo .peccular-contactinfo-button a {
    padding: 12px 18px;
    font-size: 18px;
    line-height: 25px;
}
#contact .peccular-contacti-area .c_i_icon i {
    font-size: 30px;
}
#contact .peccular-contacti-area .c_i_icon i.fa.fa-envelope {
    font-size: 30px;
}
#contact .peccular-contact-block p.peccular-form-text {
    text-align: unset;
}
/*story res*/

#story .story-sec-border {
    top: 4%;
    bottom: 4%;
}
 #story .story-bg {
    outline-offset: -13px;
}

/*About res*/

#about .peccular-section-subtext {
    font-size: 21px;
    line-height: 25px;
}
#about h3.list_heading {
    font-size: 25px;
}

/* testimonials Res */
#testimonials .peccular-testimonials-image img {
    width: 85px;
    height: 85px;
}
#testimonials .peccular-testimonials-image {
    width: 85px;
    height: 85px;
}

/* Services Res */
 #services .peccular-section-head {
    text-align: left;
}

/*Team Res*/

#team .top_icon1 i.fa.fa-envira,#team .top_icon2 i.fa.fa-envira,#team .top_icon3 i.fa.fa-leaf {
    font-size: 18px;
    font-weight: 600;
    color: #83ab29;
}
.top_icon1 {
    position: absolute;
    top: -23px;
    left: -29px;
}
.top_icon2 {
    position: absolute;
    top: -36px;
    left: -8px;
}
.top_icon3 {
    position: absolute;
    top: -24px;
    left: 13px;
}
#team .border_circle {
    height: 25px;
    width: 25px;
}
#team .Team_details {
    bottom: -21px;
}
#team .team_Border_svg {
    top: -75px;
}
#team .peccular-team-content2 svg {
    top: -139px;
}
#team h4.peccular-team-name {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 9px;
    line-height: 20px;
}
#team h6.peccular-team-designation {
    font-size: 18px;
    margin-bottom: 2px;
}
#team .bottom_icon3 {
  bottom: 23px;
    right: -1px;
    z-index: 2;
}
#team .bottom_icon2 {
    bottom: 54px;
    right: -31px;
    z-index: 1;
}
#team .bottom_icon1 i.fa.fa-envira,#team .bottom_icon2 i.fa.fa-envira,#team .bottom_icon3 i.fa.fa-envira,#team .bottom_icon4 i.fa.fa-envira {
    font-size: 28px;
}
#team .bottom_icon4 {
    bottom: 10px;
    right: -31px;
}
#team .peccular-team-social-icon {
    width: 30px;
    line-height: 28px;
    top: 0px;
    right: 6px;
    padding: 10px 0;
}
#team .peccular-team-social-icon i {
    font-size: 18px;
    padding: 4px 2px;
}
#team {
    padding-bottom: 3em!important;
}

/*footer*/
.footer-area .single-footer-4 .widget-title:before {
    left: 5px;
}
.footer-area li, .footer-area li, .page .footer-area li {
    margin-bottom: 16px;
    font-size: 15px;
}
.footer-area .social-profile-icons ul li {
    padding-right: 8px;
    font-size: 15px;
    margin: 0 5px 0px 0;
}
/**********/
    .hero-style .slide-btns-2 a.ReadMore{
      padding: 12px 15px;
    }
    .hero-style .slide-btns-1 a.ReadMore{
         padding: 12px 15px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 27% !important;
}
 #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-team-single h4.peccular-team-name {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 9px;
    line-height: 20px;
}
#innerpage-box .peccular-team-single h6.peccular-team-designation {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 11px;
}
*/  #innerpage-box .peccular-project-single .img_overlayColored{
        height: 313px;
        width: 220px;
    }
#innerpage-box .peccular-project-single:hover .img_overlayColored {
    transform: rotate(10deg);
    transition: all 0.5s ease;
    width: 230px;
    top: 18px;
    right: 7px;
    height: 327px;
}
#innerpage-box .peccular-project-single:after {
    font-size: 35px;
}
#innerpage-box .peccular-project-single .peccular-project-img .ovrlyT {
    top: 22px;
    left: 30px;
    width: 219px;
    height: 313px;
    z-index: 01;
}
#innerpage-box .peccular-project-single .peccular-project-img .ovrlyB {
    top: 22px;
    left: 30px;
    width: 219px;
    height: 313px;
    z-index: 01;
}
#innerpage-box .peccular-project-content h4 a {
    font-size: 17px;
}
    .maintop-header .header-shopbtn {
    border-radius: 10PX;
    padding: 5px 17px;
    line-height: 30px;
    font-size: 17px;
}



.menu-content {
    padding: 0;
    text-align: left;
    margin-top: 0px;
    position: relative;
    left: 0em;
    margin-right: 0;
}

.slide-btns-2.animated.fadeInDownBig, .slide-btns-1.animated.fadeInDownBig {
    margin-left: 2px;
}
.hero-style .slide-btns-1 a.ReadMore {
    padding: 10px 10px;
}
.hero-style .slide-btns-2 a.ReadMore {
    padding: 10px 10px;
}
.maintop-header .head-Phone-contact span {
    font-size: 18px;
    margin-right: 10px;
}
.maintop-header .head-Phone-contact a {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.maintop-header .head-Phone-contact i.fa-volume-control-phone {
    margin-right: 15px;
    font-size: 25px;
    top: 2px;
}

#counter h4.peccular-counter-title {
  font-size: 17px;
    padding: 0;
}
#counter .peccular-counter-num.count {
    font-size: 22px;
    padding: 0;
    margin: 0;
    line-height: 22px;
    top: 2px;
}
#counter .peccular-counter-icon span {
    font-size: 25px;
}
#counter .peccular-counter-num.count:after {
    font-size: 35px;
    padding-left: 5px;
}
 #contact .peccular-project-leafimgcontactboxshape1 {
    margin-left: -26%;
    margin-top: 0px;
    margin-bottom: -49px;
    height: 510px;
    width: 320px;
/*    display: none;*/
}
#contact .contactLeftBGBlur_image {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 107% 0%, 81% 100%, 0 100%);
}

#contact .peccular-contact_img_area .c-img-right1 {
    left: 2em;
}

#contact .peccular-contact_img_area img.c-img-width {
    width: 85.95px;
    height: 80.91px;
}

#contact .contact_left_BGoverlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 107% 0%, 79% 100%, 0 100%);
}

#banner .banner_mainTitle h2 {
    font-size: 38px;
    margin-bottom: 10px;
}
#banner .banner_mainTitle p {
    font-size: 25px;
    line-height: 30px;
}
#banner .banner-icn {
    width: 60px;
    height: 60px;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
}
#banner .banner-icn i {
    font-size: 55px;
}
 #banner .banner-section-area-text {
    padding: 16px 18px 5px 18px;
}
#banner .banner-section-area-text h3 {
    font-weight: 500;
    font-size: 35px;
    line-height: 66px;
    margin-left: 19px;
}
 #banner .banner-section-area-text-subtitle {
    font-size: 22px;
    line-height: 20px;
    line-height: 24px;
    margin-top: 1em;
    padding: 10px 35px 10px 35px;
    margin-left: 17%;
}
#banner img.banner-mainimg {
    width: 100%;
    height: 441px;
}
#banner .boxshape1 {
    bottom: -220px;
    left: -190px;
    z-index: 8;
    width: 66%;
    height: 632px;
}
#banner .boxshape2 {
    bottom: -163px;
    left: -195px;
    width: 62%;
    height: 498px;
}
#banner .boxshape3 {
    bottom: -79px;
    left: -95px;
    width: 46%;
    height: 354px;
}
#banner .banner_phn_No {
    margin-top: -22px;
}
#innerpage-box .testimonials_b {
    width: 49.333333% !important;
}
/* #innerpage-box .peccular-project-b, #innerpage-box .peccular-main-b {
    width: 33% !important;
} */
#project .peccular-project-b .peccular-project-single{
    min-height: auto !important;
}


}
@media screen and (min-width:320px) and (max-width: 1024px){
   
    #blog .peccular-box-area-S {
    margin: 0 0px;
}
#blog p {
    padding-right: 0em;

}
.no-js .owl-carousel, .owl-carousel.owl-loaded{padding: 0 0em;}
#testimonials .owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 0 !important;
}
} 
@media only screen and (max-width:768px){
        #contact .contact-padd {
    padding-right: 1em;
    position: absolute;
    width: 100%;
    height: 100%;
}
    .slider-area .slideOverlay{
        opacity: 0.1;
    }
    #slider .slide_bg{
        background: none;
    }
    .slider-area .slidershape1{
    -webkit-mask-image: none;
    
    }
#innerpage-box .peccular-team-single .team_Border_svg {
    top: -96px!important;
}
                #innerpage-box .testimonials_b:nth-child(odd) .peccular-testimonials-single:before{
        display: none;
    }
    #innerpage-box .testimonials_b:nth-child(odd) .peccular-testimonials-single:after, .peccular-testimonials-single:before{
        display: none;
    }
    #innerpage-box .testimonials_b:nth-child(even) .peccular-testimonials-single:after{
        display: none;
    }

#innerpage-box .peccular-testimonials-content p {
    font-size: 13px !important;
    line-height: 20px !important;
}
#innerpage-box .peccular-testimonials-single:hover {
    background: none;
}
.fallingeffect {
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    top: 59%;
}
.hero-slider .swiper-button-prev:before,.hero-slider .swiper-button-next:before {
    font-size: 28px;
}
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    width: 80px;
    height: 40px;
    line-height: 19px;
    text-align: center;
    padding: 10px 20px 10px 20px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 21% ;
}

.hero-style .slide-btns-1 a.ReadMore,.hero-style .slide-btns-2 a.ReadMore {
    padding: 8px 8px;
    font-size: 12px;
}

.wp-block-search__inside-wrapper {
    display: block !important;
}
.widget-area button.wp-block-search__button {
    width: 100%;
    margin: 0;
}
/*Contact Info res 768px*/
#contactinfo .peccular-contactinfo-button {
    padding: 10px;
    text-align: center;
}
#contactinfo .peccular-contactinfo-button a {
    padding: 8px 11px;
    font-size: 17px;
    line-height: 20px;
}
 #contactinfo .peccular-section-head h2 {
    font-size: 22px;
    line-height: 30px;
}
/*About res*/
    #about {
        padding: 3em 0 3em !important;
    }
#about .peccular-about-imgbox img {
    width: 350px;
    height: 350px;
    top: 1em;
}
#about .peccular-about-imgbox .leaf_img {
    width: 350px;
    height: 350px;
}
#about .peccular-about-imgbox .border-upp-left {
    left: 12em;
    top: 0px;
    display: none;
}
#about .peccular-about-imgbox .border-upp-right {
    right: 12em;
    top: 0;
      display: none;
}
#about .peccular-about-imgbox .border-dwn-left {
    left: 12em;
    bottom: 17px;
      display: none;
}
#about .peccular-about-imgbox .border-dwn-right {
    right: 12em;
    bottom: 17px;
      display: none;
}
#about .peccular-about-imgbox {
    top: 2em;
    bottom: 2em;
    height: 400px;
}
#about .leaf_img .ovrlyT {
    top: 15px;
    width: 350px;
    height: 350px;
}
#about .leaf_img .ovrlyB {
    height: 350px;
    top: 15px;
    width: 350px;
}
#about:hover .border-upp-left{
     height: 80%;
     transition: all 0.8s;
}
#about:hover .border-upp-right{
        width: 50%;
        transition: all 0.8s;
}
#about:hover .border-dwn-right{
     height: 80%;
     transition: all 0.8s;
}
#about:hover .border-dwn-left{
        width:51%;
        transition: all 0.8s;
}
.peccular-section-head h2:before,
.peccular-section-head h2:after {
    height: 25px;
    width: 25px;
}
/*Features Res*/
div#feature {
    padding: 4em 0 3em !important;
}

#call .call-content-area h2 {
    font-size: 53px;
    line-height: 70px;
    margin-top: 50px;
}

#call .call-content-area h3 {
    font-size: 25px;
    line-height: 55px;
}

#call .call-content-area p {
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 35px;
}

.call-share-btn ul li:first-child {
    font-size: 15px;
    line-height: 20px;
}

.call-share-btn ul li a {
    width: 26px;
    height: 26px;
    margin-right: 12px;
    line-height: 26px;
}
    #call .call-bottom-bg {
        top: 65% !important;
    }
#call .phone-area .label-phone svg {
    width: 25px;
}
#call .phone-area .label-phone {
    padding: 6px 19px 6px;
    font-size: 12px;
    line-height: 18px;
}

#call .phone-area .num-phone a {
    font-size: 22px;
    line-height: 32px;
}
#feature h4.peccular-feature-title {
    font-size: 16px;
    line-height: 20px;
}
#feature p.peccular-feature-text {
    font-size: 12px;
    line-height: 20px;
}
#features .FeaBG_icon img {
    height: 100px;
    width: 90px;
    transition: all 0.8s;
}
 #features h4.peccular-features-title {
    font-size: 17px;
    padding: 0;
    margin: 17px 0 8px 0;
    line-height: 24px;
    margin-left: 18px;
}
 #features p.inner-area-text {
    font-size: 13px;
    line-height: 20px;
    margin-left: 17px;
}
 #features h4.peccular-features-title:before {
    font-size: 24px;
    top: 5px;
    margin-right: 0px;
}


#steps {
    padding-top: 4em !important;
    padding-bottom: 2em !important;
}
/*Banner res*/

#banner .banner_mainTitle h2 {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 40px;
}
#banner .banner_mainTitle p {
    font-size: 18px;
    line-height: 28px;
}
    div#project {
        padding-bottom: 2em !important;
        padding-top: 2em !important;
    }
/*Contact section res*/
#contact .peccular-contacti-area .c_i_title {
    font-size: 17px;
        padding: 0 10px;
}
#contact .peccular-contacti-area .c_i_data a, #contact .peccular-contacti-area .c_i_data {
    font-size: 13px;
        padding: 0 10px;
}
#contact .peccular-contacti-area .c_i_icon i {
        font-size: 20px;
}
#contact .peccular-contacti-area .c_i_icon i.fa.fa-envelope {
    font-size: 17px;
}
#contact .peccular-contact-block h2 {
    font-size: 25px;
    line-height: 27px;
}
#contact .peccular-contact-member-wrap input[type="text"], #contact .peccular-contact-member-wrap input[type="email"], #contact .peccular-contact-member-wrap input[type="url"], #contact .peccular-contact-member-wrap input[type="password"], #contact .peccular-contact-member-wrap input[type="search"], #contact .peccular-contact-member-wrap input[type="number"], #contact .peccular-contact-member-wrap input[type="tel"], #contact .peccular-contact-member-wrap input[type="range"], #contact .peccular-contact-member-wrap input[type="date"], #contact .peccular-contact-member-wrap input[type="month"], #contact .peccular-contact-member-wrap input[type="week"], #contact .peccular-contact-member-wrap input[type="time"], #contact .peccular-contact-member-wrap input[type="datetime"], #contact .peccular-contact-member-wrap input[type="datetime-local"], #contact .peccular-contact-member-wrap input[type="color"], #contact .peccular-contact-member-wrap input[type="file"], #contact .peccular-contact-member-wrap textarea {
    font-size: 15px;
    
}
#contact .peccular-contact-member-wrap textarea {
   width: 100%;
}

#contact .contact_left_BGoverlay {
    clip-path: none;
}
#contact .contactLeftBGBlur_image {
    clip-path: none;
}
#contact .peccular-contacti-area {
    padding: 18px 5px;
}

/*Team res*/
#team .owl-theme .owl-nav {
    margin-top: 10px;
    display: block !important;
    top: -50px !important;
    position: absolute;
    right: 85px;
}
#team .peccular-team-content2 svg {
    position: relative;
    top: -95px;
    z-index: 1;
}
#team .team_Border_svg {
    position: relative;
    top: -54px;
    z-index: 1;
}
#team .peccular-team-social-icon i {
    color: #fff;
    font-size: 18px;
    padding: 4px 2px;
    transition: .9s ease;
}
.footer-area .single-footer-4, .footer-area .single-footer-4, .page .footer-area .single-footer-4, .single .footer-area .single-footer-4 {
    top: 0;
}
/*testrimonial res*/
#testimonials .peccular-section-head h3 {
    font-size: 21px;
    line-height: 26px;
}
.peccular-section-head {
    margin-top: 1em;
}

/*Footer res*/

.navigation .mainmenu li.current_page_item a, .current_page_item > a {
    background: none;
    color: #fdb405 ;
}
.footer-area .current_page_item > a {
    background: none;
}
.footer-area .single-footer-2, .footer-area .single-footer-2, .page .footer-area .single-footer-2, .single .footer-area .single-footer-2 {
    padding-left: 2em;
}


/**********/
.maintop-header .Head-top-cont {
    line-height: 10px;
    margin-top: 11px;
}
#newsletter .peccular-section-head h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
    #testimonials .peccular-section-head h2{padding:0;}
  

#sync1 .test-image img {
    width: 65px !important;
    height: 65px;
    outline-offset: 5px;
}

 


#faq-section .faq-content button.accordion, #innerpage-box .faq-content button.accordion {
    padding: 14px 35px 14px 19px;
}

#faq-section .faq-content button.accordion h3.faq-title:before, #innerpage-box .faq-content button.accordion h3.faq-title:before {
    left: 102%;
}
section#faqcontact {
    padding-bottom: 1em !important;
    padding-top: 2em !important;
}

#team {
    padding-bottom: 1em !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;
}
#counter {
    padding-top: 2em !important;
}

}
@media screen and (min-width:320px) and (max-width: 767px){
    #testimonials .test-mrg{padding: 0 10px;}
    #contact {
        padding-top: 2em !important;
    }
}
@media screen and (min-width:320px) and (max-width: 640px){

    #testimonials .testimonials_carea {
        width: 100%;
        margin:0;
    }
    #testimonials .peccular_testimonial_eme_area {
        bottom: 0;
        position: relative;
        left: 0em;
        width: 100%;
        margin: 1em 0;
    }
    header.site-header .head-Phone-contact {
        padding: 8px 0;
            margin-bottom: 10px;
    }

    #about .peccular-about-video {
        height: 220px;
    }

    #about .peccular-about-video i {
        padding: 15px 15px;
        width: 50px;
        height: 50px;
    }
    #about .about-img-area, #about .space-abtblock {
        width: 100% ;
    }
     #about {
        padding: 2em 0 2em !important;
    }
    #about .about-img-area {
        padding-right: 0;
    }
    #about .peccular-section-subtext {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20.65px;
            padding-right: 1em;
    }   
    #story .story-sec-border {
    left: 3.5%;
    right: 3.5%;
    }    

    #story .story-body {
        margin-right: 0em;
        width: 295.45px;
    }   

     div#project {
        padding-top: 3em !important;
    }

    .peccular-project-area .peccular-project-b:nth-child(1), .peccular-project-area .peccular-project-b:nth-child(3) {
         top: 0; 
    }

    div#project .peccular-project-b {
        margin-bottom: 15px;
    }

    .peccular-project-area {
        margin-bottom: 30px;
    }

    .peccular-project-area .peccular-project-b:nth-child(6) {
        position: relative;
        right: 0;
        top: 0;
    }

    .peccular-project-area .peccular-project-b:nth-child(5) {
        position: relative;
        left: 0;
        top: 0;
    }

    #contact .peccular-contact_img_area {
        display: none;
    }

    #testimonials {
        padding-top: 3em !important;
    }

     div#features .peccular-features-area {
        top: -3em;
    }
     div#services {
        margin-top: 0em;
    }
    #blog .peccular-blog-comment_box {
        text-align: center;
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        width: auto !important;
    }

    .w3 {
        width: 10%;
    }

    .w7 {
         width: 89%;
    }

    #blog {
        padding-top: 4em !important;
    }

    .footer-area .single-footer-4, .footer-area .single-footer-4, .page .footer-area .single-footer-4, .single .footer-area .single-footer-4 {
        padding-left: 0;
    }

    .footer-area .single-footer-3, .footer-area .single-footer-3, .page .footer-area .single-footer-3, .single .footer-area .single-footer-3 {
        padding-left: 0;
    }

     .footer-area .single-footer-2, .footer-area .single-footer-2, .page .footer-area .single-footer-2, .single .footer-area .single-footer-2 {
        padding-left: 0;
    }
    .hero-style .slide-btns-1 a.ReadMore, .hero-style .slide-btns-2 a.ReadMore {
      padding: 1px 5px;
    }
        #innerpage-box .peccular-testimonials-single i.fa.fa-quote-left {
        left: -78%;
        top: 5%;
         font-size: 17px;
        }
        #innerpage-box .peccular-testimonials-single i.fa.fa-quote-right {
        right: 2%;
        bottom: 5%;
        font-size: 17px;
        }
        #content-box .socialMedia {
            float: left;
        }
        .innerpage-whitebox {
        padding: 0em 0em 0em 0em !important;
    }
    .search .innerpage-whitebox {
        padding: 0em 1em 0em 1em !important;
    }
     .search article.product {
        display: block;
        min-width: 100%;
     }
}


@media only screen and (max-width:375px){
    #story .story-sec-border {
        left: 4%;
        right: 4%;
    }
        #innerpage-box .blog-info-area .metabox2brdr ul li {
        margin: 10px 9px 10px 0;
        padding: 0 16px 0 0;
        font-size: 14px;
    }
    #innerpage-box .peccular-testimonials-single i.fa.fa-quote-left {
        left: -58%;
    }

}

@media only screen and (max-width:320px){}

@media screen and (min-width:320px) and (max-width: 425px){

    #testimonials .peccular-testimonials-content p{    font-size: 17px;}
    #banner .peccular-banner-imgbox img{    margin-left: 0;    width: 80%;}
    .peccular-testimonials-imgbox {  top: -158px;  position: relative;}

   .testimonials_b {
        padding: 0;
    }

    #innerpage-box .blog-info-area .metabox2brdr ul li {
        margin: 10px 9px 10px 0;
        padding: 0 16px 0 0;
        font-size: 14px;
    }
    #innerpage-box .blog-author, #innerpage-box .blog-time, #innerpage-box .single-blog-date {
        padding-left: 0;
    }
}

/*// --------------Procduct cat Responsiv css ----------------------------- */
@media only screen and (max-width: 1400px){
    svg#Layer_1 {  top: -359px !important; }
}

@media screen and (min-width:1024px) and (max-width:1199px){
      #catproduct-section .pro-cat-content svg{ width: 218px !important;}
}
@media screen and (min-width:3px) and (max-width:999px){
        #catproduct-section .pro-cat-content svg{ display: none;}
}
  
@media only screen and (max-width: 1024px){

    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon{ width:100% !important;}
    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-content{margin-left: 13px;}  
    .slider-area .slide-inner svg{left: -185px;}
    .slider-area .slide-inner .slidersvg2 svg{left: -222px;}
    #innerpage-box .ht-blog-thumbnail svg{    top: -15px;    z-index: 0;}
    #peccular-contactus-wrap .contact_info_area{    padding: 0;text-align: center;}
    #peccular-contactus-wrap i.fa-phone{    margin-left: 0px;}
    #peccular-contactus-wrap i.fa-envelope {  margin-left: 0px;}
    .hero-style .slide-title h3.subtitle1 {font-size: 52px!important;     width: 80%;    margin-left: 10%;}
	.hero-style .slide-title h3.subtitle1 span {    font-size: 52px!important;}
    .slider-im {    top: 50%;    left: 50%;    transform: translate(-50%, 0%);    width: 42%;}
    #slider .swiper-slide .image-container {top: 50%;    left: 50%;    transform: translate(-42%, -15%);}
    #slider .swiper-slide .image-container img {    width: 83%;    height: 100%;}
    #slider .peccular-slider-b h4.peccular-slider-title {    font-size: 15px;}
    #slider .owl-carousel .owl-item img {    width: 25px;    height: 25px;}
    #slider .slider-area .owl-carousel {top: -40px;}
    .hero-slider .swiper-button-next {position: absolute;   top: 50%;    left: 69.8%;    transform: translate(-50%, 670%);    }
    .hero-slider .swiper-button-prev {position: absolute;    top: 50%;    left: 30.2%;    transform: translate(-50%, 670%);    }
}

@media only screen and (max-width: 768px){
    .hero-style .slide-btns-1{     font-size: 14px;
    padding: 0 !important;}
    .hero-style .slide-btns-2{    font-size: 16px;padding: 12px 22px !important;}   
    .slider-area .slide-inner .slidersvg2 svg {  left: -339px;}
    .slider-area .slide-inner svg { left: -307px;}
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:55px !important;}
    #whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon { width: 69% !important;}
    #team .peccular-team-content svg{  top: -64px;}
    #contact .peccular-section-head{ margin-bottom: 1em; margin-top: 1em;}
    #contact svg{  right: -446px;}
    #contact .contactsvg2 svg{  right: -487px;}
    #contact .peccular-contact-phone-info a { font-size:17px;}
    #contact .peccular-contact-phone-info { width: 111%; }
    #contact .peccular-contact-mailid-info a { font-size: 14px;}
    #contact .peccular-contact-mailid-info { width:135%;}
    #contact .peccular-contact-address {  padding: 10px 7px 140px 0px;}
    #contact { padding-bottom: 2em !important;}
    #contact .contact-bg { position: absolute; top: -57px;}
    #contact .peccular-contact-mailid {  margin: 1em 0em;}
    #contact .peccular-contact-phone {  margin: 1em 0em;}
    #contact .peccular-contact-mailid-icon{top: -10px;
    left: 30px;width: 57px;  height: 57px;}
    .page-main-header2{ top: 0 !important; padding: 8em 0 11em !important;}
     #innerpage-box .ht-blog-thumbnail svg{    top: 1px;    z-index: 0;}
     .inner-blogpost-info{    top: -30px;}
     #peccular-contactus-wrap .contact_info_area{    padding: 0;text-align: center;}
     #peccular-contactus-wrap .contactinner-block{ padding: 12px; }
     #peccular-contactus-wrap i.fa-phone{    margin-left: 0px;}
     #peccular-contactus-wrap i.fa-envelope {  margin-left: 0px;}
   
}
@media screen and (max-width: 767px){
    #catproduct-section .pro-cat-content svg{ width: 353px !important; top: 7em !important;}
}
@media only screen and (max-width:425px){
#catproduct-section .pro-cat-content svg{ width: 403px !important; top: 5em !important;}
    #catproduct-section .pro-cat-img{ width: 100% !important; }
    .slider-area .slide-inner .slidersvg2 svg { display: none;}
    .slider-area .slide-inner svg { display: none;}
    .hero-style .slide-title h2 span,.hero-style .slide-text p{color: #fff !important;}
    #slider {  padding-bottom: 0 !important;}
   .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom,
   .swiper-pagination-fraction{ bottom:187px !important;  width: 17% !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;}
    .swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 226px !important;
    width: 25% !important;
}
    
}

@media only screen and (max-width:375px){


    #catproduct-section .pro-cat-content svg{ width: 353px !important; top: 6em !important;}
}
@media only screen and (max-width:320px){
    #catproduct-section .pro-cat-content svg{ width:298px !important; top: 15em !important;}
    #team .peccular-team-content svg { top: -60px;}
    #story .story-sec-border {
        left: 5%;
        right: 5%;
    }
    #about .peccular-about-video {
        height: 155px;
    }
    #about .peccular-about-video i {
        width: 40px;
        height: 40px;
        font-size: 15px;
        line-height: 9px;
    }
}
@media only screen and (max-width:600px){

.product {
    display: block !important;
    grid-template-columns: auto !important;
    grid-template-rows: inherit !important;
    min-width: inherit !important;
}
}

/* --------------why choose us Responsiv css end ----------------------- */
@media screen and (min-width: 320px) and (max-width: 425px){
#whychooseus .peccular-whychooseus-imgbox{   padding: 18px 0px 0 0;}
}
@media screen and (min-width: 320px) and (max-width: 575px){
#whychooseus .peccular-whychooseus-area{  padding: 0 40px;}
#whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon{    width:35% !important;}
}
@media screen and (min-width: 320px) and (max-width: 375px){


#whychooseus .peccular-whychooseus-area .peccular-whychooseus-icon{     margin-bottom: 15px;   width: 25%;}
#whychooseus .peccular-whychooseus-area .peccular-whychooseus-text{    margin: 15px 0 26px;}
}

/*---------------------------------------------------------------------*/


@media only screen and (max-width:320px){
      #innerpage-box .ht-blog-thumbnail svg{    top: -15px;    z-index: 0;}
      #innerpage-box .peccular-testimonials-single i.fa.fa-quote-left {
        left: -38%;
        top: 3%;
    }
}


/* ------------------------------------------- */


@media screen and (min-width:993px) and (max-width: 1199px){
    .maintop-header ul li{margin-left: 0em;}
}

@media screen and (min-width:576px) and (max-width: 767px){

.footer-area .single-footer-2, .footer-area .single-footer-2,
.page .footer-area .single-footer-2, 
.single .footer-area .single-footer-2{    padding-left: 2em;margin-top: 2em;}
.footer-area .single-footer-3, .footer-area .single-footer-3, 
.page .footer-area .single-footer-3, 
.single .footer-area .single-footer-3{padding-left: 2em;margin-top: 2em;}
.footer-area .single-footer-4, .footer-area .single-footer-4,
.page .footer-area .single-footer-4, 
.single .footer-area .single-footer-4{padding-left: 2em;margin-top: 2em;}
.footer-area .single-footer-5{left: 30px; top: -8px;}
}

@media screen and (min-width:320px) and (max-width: 575px){
    #innerpage-box .peccular-testimonials-image{    text-align: center;}
    #innerpage-box .peccular-testimonials-identity {    left: 0;   text-align: center;}
    .footer-area .single-footer-5 .footer5overlay{    display: none;}
    .footer-area .single-footer-5{     top: 4px;   padding: 0px 0em 2em 0px; width: 100%;}
}

@media screen and (min-width:320px) and (max-width: 767px){
    .container {
     max-width: 1000px !important;
 }
    .single-footer-5 h4.widget-title{padding: 0 0 0 0px;}
}
@media screen and (min-width:992px) and (max-width: 1199px){

    .footer-area .social-profile-icons ul li{  margin: 0 17px 60px 0;}
    .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: 426px) and (max-width: 590px){
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{left: 20px !important;}
}
@media screen and (min-width:691px) and (max-width: 767px){
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom, .swiper-pagination-fraction{right: 4% !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:992px) and (max-width: 1024px){
    .site-header .socials a i.fa{margin-right: 4px !important;}
    .site-header .socials { padding: 25px 0px 10px 0 !important;}
}
@media screen and (min-width:320px) and (max-width: 991px){
    .site-header .socials a i.fa{margin-right:0px !important; width: 28px; height: 28px; line-height: 27px;font-size: 15px;}
    .site-header .socials { padding: 25px 0px 5px 0 !important;}
}
@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;  }