 
/* Css For Realshed */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:16px;
  color:#93959e;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Rubik', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  font-family: "Prompt", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: "Prompt", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #93959e;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: "Prompt", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  color: #2d2929;
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader (LOGO VERSION - REPLACE ALL) */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #1b1d21;
  z-index: 9999999;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #1b1d21;
  cursor: pointer;
  right: 20px;
  top: 20px;
  font-weight: 400;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
  text-align: center;
}

/* ===== Logo Loader ===== */
.handle-preloader .animation-preloader .logo-loading{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ใช้กับ <img> โลโก้ */
.handle-preloader .animation-preloader .logo-loading img{
  width: 140px;              /* ปรับขนาดโลโก้ */
  max-width: 70vw;
  height: auto;
  animation: logoPulse 1.5s ease-in-out infinite;
  user-select: none;
}

/* ===== Spinner (ถ้าจะใช้) ===== */
.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  margin: 0 auto 30px auto;
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5);
}

/* ปิด spinner ได้ด้วยการใส่ class hide-spinner ที่ HTML */
.handle-preloader .animation-preloader.hide-spinner .spinner{
  display: none;
  margin: 0;
}

/* ส่วน loader-section (ถ้า template ใช้) */
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Animations */
@keyframes spinner {
  to { transform: rotateZ(360deg); }
}

@keyframes logoPulse {
  0%   { transform: scale(1);    opacity: 0.7; }
  50%  { transform: scale(1.06); opacity: 1;   }
  100% { transform: scale(1);    opacity: 0.7; }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .handle-preloader .animation-preloader .logo-loading img{
    width: 120px;
  }
}

@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .logo-loading img{
    width: 105px;
  }
}

/* keep your global helpers */
.centred{ text-align: center; }
.pull-left{ float: left; }
.pull-right{ float: right; }
figure{ margin: 0px; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}


/** button **/

.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 15.5px 34px;
  text-transform: capitalize;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-one{
  color: #ffffff;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
}

.theme-btn:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.theme-btn.btn-one:before{
  background-color: #1b1d21;
}

.theme-btn:hover:before{
  width: 100%;
}

.theme-btn span{
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
}

.theme-btn.btn-two{
  color: #000;
  border: 1px solid #e5e7ec;
}

.theme-btn.btn-two:hover{
  color: #ffffff;
}

.theme-btn.btn-two:before{

}

.theme-btn.btn-three{
  color: #2d2929;
  border: 2px solid #fff;
  background-color: #ffffff;
}

.theme-btn.btn-three:before{

}

.theme-btn.btn-three:hover{
  color: #ffffff;
}


.pagination{
  position: relative;
  display: block;
}

.pagination li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.pagination li:last-child{
  margin: 0px !important;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-weight: 500;
  border: 1px solid #e5e7ec;
  background: #ffffff;
  text-align: center;
  color: #2d2929;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #fff;
}

.pagination li a i{
  font-weight: 700;
}

.sec-pad{
  padding: 114px 0px 120px 0px;
}

.sec-pad-2{
  padding: 120px 0px;
}

.mr-0{
  margin: 0px !important;
}

.scroll-top{
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  color: #ffffff;
  font-size: 40px;
  z-index: 99;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top:after, 
.scroll-top:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.scroll-top:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.sec-title{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.sec-title h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.sec-title h2{
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin: 0px;
}

.sec-title.light h2{
  color: #ffffff;
}




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  box-shadow: 0 10px 20px 0px rgb(0 0 0 / 7%);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top{
  position: relative;
  background-color: #1b1d21;
  padding: 11.5px 70px;
}

.header-top .info li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  margin-right: 40px;
  padding-left: 22px;
}

.header-top .info li:last-child{
  margin: 0px !important;
}


.header-top .info li a{
  display: inline-block;
  color: rgba(255,255,255,0.6);
}

.header-top .info li a:hover{

}

.header-top .info li i{
  position: absolute;
  left: 0px;
  top: 5px;
}

.header-top .info li:before{
  position: absolute;
  content: '';
  background-color: rgba(255,255,255,0.2);
  width: 1px;
  height: 16px;
  top: 4px;
  right: -20px;
}

.header-top .info li:last-child:before{
  display: none;
}

.header-top .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.header-top .social-links li:last-child{
  margin: 0px !important;
}

.header-top .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}

.header-top .social-links li a:hover{

}

.header-top .social-links,
.header-top .sign-box{
  position: relative;
  float: left;
}

.header-top .social-links{
  margin-right: 60px;
}

.header-top .social-links:before{
  position: absolute;
  content: '';
  background-color: rgba(255,255,255,0.2);
  width: 1px;
  height: 16px;
  right: -30px;
  top: 4px;
}

.header-top .sign-box a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: rgba(255,255,255,0.6);
}

.header-top .sign-box a:hover{

}

.header-top .sign-box a i{
  margin-right: 8px;
}

/** header-lower **/

.header-lower{
  position: relative;
  background-color: white;
}

.main-header .outer-box{
  position: relative;
  padding: 0px 70px;
}

.main-header .outer-box .main-box{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header .logo-box{
  position: relative;
  padding: 27.5px 0px;
}

.main-header .logo-box .logo{
  max-width: 214px;
}

.main-header .logo-box .logo img{
  width: 100%;
}


/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  padding:40px 0px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:17px;
  line-height:30px;
  font-weight:500;
  opacity:1;
  color: #2d2929;
  padding: 0px 30px;
  border-right: 1px solid #e5e7ec;
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li.dropdown > a{
  padding-right: 40px;
}

.main-menu .navigation > li:first-child > a{
  border-left: 1px solid #e5e7ec;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  
}

.main-menu .navigation > li.dropdown > a span{
  position: relative;
  display: inline-block;
}

.main-menu .navigation > li.dropdown > a span:before{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  top: 2px;
  right: -17px;
  font-size: 16px;
}

.main-menu .navigation > li > a:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%) scale(0,0);
  bottom: -4px;
  transition: all 500ms ease;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before{
  transform: translateX(-50%) scale(1,1);
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
  padding-bottom: 15px;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .navigation > li > ul > li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding:7px 0px;
  line-height:24px;
  font-weight:400;
  font-size:15px;
  text-transform:capitalize;
  color:#2d2929;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{

}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:7px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  right:100%;
  top:0%;
  width:230px;
  z-index:100;
  display:none;
  padding: 10px 0px;
  padding-bottom: 15px;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  padding: 0px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  transition: all 0.2s cubic-bezier(0.4,0.28,0.31,1.28) 0s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.main-menu .navigation > li > ul > li:hover > ul > li{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:7px 0px;
  line-height:24px;
  font-weight:400;
  font-size:15px;
  text-transform:capitalize;
  color:#2d2929;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0); 
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
  background-color: #222;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  font-weight: 500;
  padding: 3px 0px;
  margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  /* padding-bottom: 100px; */
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu img{
  max-width: 50%;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #061a3a;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}

.main-header .sticky-header .logo-box{
  padding: 15.5px 0px !important;
}

.main-header .sticky-header .navigation > li{
  padding: 25px 0px !important;
}

.main-header .sticky-header .menu-right-content{
  margin-top: 11px !important;
}


/** banner-section **/

.banner-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 250px;
  padding-bottom: 60px;
}

.banner-section:before{
  position: absolute;
  content: '';
  background-color: #1d2534;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}

.banner-section .content-box{
  position: relative;
  display: block;
  margin-bottom: 100px;
}

.banner-section .content-box h2{
  position: relative;
  display: block;
  font-size: 55px;
  line-height: 65px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}

.banner-section .content-box p{
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.98,0.98) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.nice-select:after{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  color: #808288;
  top: 0px;
  right: 25px;
  margin: 0px;
  font-weight: 700;
  border: none !important;
  transform: rotate(0deg) !important;
}

.nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  max-width: 100%;
  line-height: 50px;
  border: 1px solid #e5e7ec !important;
  font-size: 14px;
  color: #808288;
  font-weight: 400;
  background: transparent;
  border-radius: 5px;
  padding: 0px 20px;
  text-transform: uppercase;
}

.search-field .top-search .nice-select{
  padding: 0px 50px;
}

.search-field .top-search .column:last-child .nice-select{
  padding: 0px 40px;
}

.search-field{
  position: relative;
  display: block;
  z-index: 1;
}

.search-field .top-search{
  position: relative;
  display: block;
  top: 125px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 15px 50px 0px rgb(0 0 0 / 10%);
}

.search-field .top-search .search-form{
  position: relative;
  padding: 25px 170px 32px 40px;
}

.search-field .top-search .form-group{
  position: relative;
  margin: 0px;
}

.search-field .top-search .form-group label{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #0f172b;
  margin-bottom: 7px;
}

.search-field .top-search .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #e5e7ec;
  border-radius: 5px;
  padding: 10px 20px 10px 50px;
  font-size: 14px;
  color: #808288;
  transition: all 500ms ease;
}

.search-field .top-search .form-group .field-input,
.search-field .top-search .form-group .select-box{
  position: relative;
  min-height: 50px;
}

.search-field .top-search .form-group i{
  position: absolute;
  top: 19px;
  left: 20px;
  font-size: 14px;
  color: #808288;
  z-index: 1;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
  border: 1px solid #e5e7ec;
}

.nice-select .option{
  padding: 5px 20px 2px 20px !important;
}

.nice-select .option{
  background-color: transparent !important;
  padding: 4px 20px 4px 20px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400 !important;
  color: #808288;
}

.nice-select .list{
  padding: 20px 20px !important;
}

.search-field .top-search .search-btn{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 140px;
  height: 100%;
  text-align: center;
}

.search-field .top-search .search-btn button{
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  font-size: 17px;
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  border-radius: 0px 5px 5px 0px;
  transition: all 500ms ease;
}

.search-field .top-search .search-btn button:hover{
  background-color: #1b1d21 !important;
}

.search-field .top-search .search-btn button span{
  display: block;
  margin-top: 6px;
}

.search-field .tab-btn-box li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #0f172b;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff;
  border-radius: 5px 5px 0px 0px;
  width: 120px;
  padding: 10px 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-field .tab-btn-box li.active-btn{
  color: #ffffff;
}

.search-field .advanced-search-text{
  position: relative;
  display: block;
  text-align: right;
  padding: 14px 0px 6px 0px;
}

.search-field .advanced-search-text h6{
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  padding-right: 17px;
}

.banner-section .search-field .advanced-search-text h6{
  color: #ffffff;
}

.search-field .advanced-search-text h6 i{
  position: relative;
  font-size: 18px;
  margin-right: 10px;
  top: 2px;
}

.search-field .advanced-search-text h6:before{
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  top: 2px;
  right: 0px;
}

.advanced-search{
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 45px 40px 34px 40px;
  box-shadow: 0 15px 50px 0px rgb(0 0 0 / 10%);
}

.search-field .advanced-search .form-group{
  position: relative;
  margin-bottom: 23px;
}

.search-field .advanced-search .select-box{
  position: relative;
  min-height: 50px;
}

.search-field .advanced-search label {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #0f172b;
  margin-bottom: 7px;
}

.search-field .advanced-search .range-box{
  position: relative;
  display: block;
  padding-top: 0px;
}

.search-field .advanced-search .range-box h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #0f172b;
  margin-bottom: 6px;
}

.ui-widget.ui-widget-content{
  border: none;
  height: 3px;
  background-color: #e5e7ec;
}

.ui-slider-horizontal .ui-slider-range{

}

.ui-slider .ui-slider-handle{
  position: absolute;
  content: '';
  top: -4px;
  width: 11px;
  height: 11px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0px;
}

.search-field .advanced-search .range-box input{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 6px;
}

.banner-section .inner-container{
  position: relative;
}


/** category-section **/

.category-section{
  position: relative;
  padding: 120px 0px 120px 0px;
  background-color: #ffffff;
}

.category-section .category-list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 20%;
}

.category-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 210px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 34px 30px 35px 30px;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
}

.category-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.category-block-one .inner-box:hover:before{
  height: 100%;
}

.category-section .category-block-one .inner-box{
  margin: 0 auto;
}

.category-section .inner-container{
  position: relative;
  margin: 0px -15px;
}

.category-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 12px;
  color: #93959e;
  transition: all 500ms ease;
}

.category-block-one .inner-box:hover .icon-box{
  color: #ffffff;
}

.category-block-one .inner-box h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 12px;
  transition: all 500ms ease;
}

.category-block-one .inner-box h5 a{
  display: inline-block;
  color: #2d2929;
}

.category-block-one .inner-box:hover h5 a{
  color: #ffffff;
}

.category-block-one .inner-box span{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  background-color: #f2f2f5;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.category-block-one .inner-box:hover span{
  background-color: rgba(255,255,255,0.1);
  color: #ffffff;
}

.category-section .more-btn{
  position: relative;
  margin-top: 50px;
}

.bg-color-1{
  background-color: #e5f8ed;
}


/** feature-section **/

.feature-section{
  position: relative;
  padding: 60px 0;
}

.feature-section .sec-title{
  margin-bottom: 50px;
  margin-top: 50px;
}

.feature-section .sec-title h2{
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 700;
  color: #222222;
  position: relative;
  padding-bottom: 20px;
}

.feature-section .sec-title h2:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #4caf50 0%, #7360ff 100%);
  border-radius: 2px;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 10px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box{
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
}

.feature-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.feature-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.feature-block-one .inner-box .image-box .image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.feature-block-one .inner-box:hover .image-box .image::after {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.feature-block-one .inner-box .image-box .image img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .image-box .image img{
  transform: scale(1.1);
}

.feature-block-one .inner-box .image-box .image:before{
  position: absolute;
  content: '';
  background-color: #000000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
  z-index: 1;
}

.feature-block-one .inner-box .image-box .batch{
  position: absolute;
  left: 20px;
  top: 0;
  width: 40px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  color: #ffffff;
  background: linear-gradient(135deg, #f94c4c 0%, #ff6b6b 100%);
  border-bottom-left-radius: 10px;
  /* border-bottom-right-radius: 10px; */
  box-shadow: 0 5px 15px rgba(249, 76, 76, 0.4);
  z-index: 2;
  transition: all 300ms ease;
}

.feature-block-one .inner-box:hover .image-box .batch{
  transform: scale(1.1) rotate(10deg);
}

.feature-block-one .inner-box .image-box .batch:before,
.feature-block-one .inner-box .image-box .batch:after{
  display: none;
}

.feature-block-one .inner-box .image-box .category{
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 6px 18px;
  text-align: center;
  background: linear-gradient(135deg, #f2b241 0%, #ffc107 100%);
  box-shadow: 0 5px 15px rgba(242, 178, 65, 0.4);
  z-index: 2;
  transition: all 300ms ease;
  letter-spacing: 0.5px;
}

.feature-block-one .inner-box:hover .image-box .category{
  transform: translateY(-5px);
}

.feature-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 0px 30px 40px 30px;
}

.feature-block-one .inner-box .lower-content .author-info{
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px 0px rgb(0 0 0 / 8%);
  padding: 18px 20px;
  margin-top: -40px;
  margin-bottom: 28px;
  min-height: 70px;
  z-index: 3;
  transition: all 300ms ease;
  border: 1px solid rgba(0,0,0,0.05);
}

.feature-block-one .inner-box:hover .lower-content .author-info{
  box-shadow: 0 8px 25px 0px rgb(0 0 0 / 12%);
}

.feature-block-one .inner-box .lower-content .author-info .author{
  position: relative;
  padding: 7px 0px 7px 52px;
}

.feature-block-one .inner-box .lower-content .author-info .author .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.feature-block-one .inner-box .lower-content .author-info .author .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.feature-block-one .inner-box .lower-content .author-info .author h6{
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}

.feature-block-one .inner-box .lower-content .author-info .buy-btn a{
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #7360ff 0%, #9580ff 100%);
  padding: 4px 16px;
  transition: all 300ms ease;
  box-shadow: 0 3px 10px rgba(115, 96, 255, 0.3);
  letter-spacing: 0.5px;
}

.feature-block-one .inner-box .lower-content .author-info .buy-btn a:hover{
  background: linear-gradient(135deg, #5a47cc 0%, #7360ff 100%);
  box-shadow: 0 5px 15px rgba(115, 96, 255, 0.5);
  transform: translateY(-2px);
}

.feature-block-one .inner-box .lower-content .author-info .buy-btn{
  margin-top: 7px;
}

.feature-block-one .inner-box .lower-content .title-text h4{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 12px;
  min-height: 60px;
}

.feature-block-one .inner-box .lower-content .title-text h4 a{
  display: inline-block;
  color: #222222;
  transition: all 300ms ease;
}

.feature-block-one .inner-box .lower-content .title-text h4 a:hover{
  color: #7360ff;
}

.feature-block-one .inner-box .lower-content .price-box .price-info h6{
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #93959e;
  margin-bottom: 0px;
}

.feature-block-one .inner-box .lower-content .price-box .price-info h4{
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #4caf50;
  margin-top: 5px;
}

.feature-block-one .inner-box .lower-content .price-box .other-option li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.feature-block-one .inner-box .lower-content .price-box .other-option li:last-child{
  margin: 0px !important;
}

.feature-block-one .inner-box .lower-content .price-box .other-option li a{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e7ec;
  border-radius: 4px;
  font-size: 20px;
  color: #a6a7af;
  text-align: center;
}

.feature-block-one .inner-box .lower-content .price-box .other-option{
  position: relative;
  margin-top: 5px;
}

.feature-block-one .inner-box .lower-content .price-box .other-option li a:hover{
  color: #ffffff;
}

.feature-block-one .inner-box .lower-content .price-box{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.feature-block-one .inner-box .lower-content p{
  margin-bottom: 21px;
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  min-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.feature-block-one .inner-box .lower-content .more-details{
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.feature-block-one .inner-box .lower-content .more-details li{
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  font-size: 14px;
  line-height: 24px;
  color: #93959e;
  padding-left: 28px;
}

.feature-block-one .inner-box .lower-content .more-details li i{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 14px;
}

.feature-block-one .inner-box .lower-content .more-details li:before{
  position: absolute;
  content: '';
  background-color: #e5e7ec;
  width: 1px;
  height: 18px;
  top: 2px;
  right: 12px;
}

.feature-block-one .inner-box .lower-content .more-details li:last-child:before{
  display: none;
}

.feature-block-one .inner-box .lower-content .theme-btn{
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
  border: 0;
  transition: all 300ms ease;
  box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
}

.feature-block-one .inner-box .lower-content .theme-btn:hover{
  background: linear-gradient(135deg, #388e3c 0%, #4caf50 100%);
  box-shadow: 0 8px 20px rgba(76, 175, 80, 0.4);
  transform: translateY(-3px);
}

.feature-section .sec-title{
  margin-bottom: 40px;
}

.feature-section .more-btn{
  position: relative;
  margin-top: 50px;
}


/** video-section **/

.video-section{
  position: relative;
  padding: 250px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-section:before{
  position: absolute;
  content: '';
  background-color: #1b1d21;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.6;
}

.video-section .video-btn a{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 100px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
}

.video-section .video-btn a:after, 
.video-section .video-btn a:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-section .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}







/** main-footer **/

.main-footer{
  position: relative;
}

.footer-top{
  position: relative;
  padding: 115px 0px 120px 0px;
}

.footer-top .widget-title{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.footer-top .widget-title h3{
  font-size: 26px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 500;
}

.footer-top p,
.footer-top a{
  color: rgba(255,255,255,0.5);
}

.footer-top a:hover{

}

.footer-top .about-widget .text p{
  line-height: 30px;
  margin-bottom: 30px;
}

.footer-top .about-widget .text p:last-child{
  margin-bottom: 0px;
}

.ml-70{
  margin-left: 70px;
}

.footer-top .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.footer-top .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-top .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  line-height: 30px;
}

.footer-top .links-widget .links-list li a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 4px;
  transition: all 500ms ease;
}

.footer-top .links-widget .links-list li a:hover:before{
  width: 100%;
}

.footer-top .post-widget .post{
  position: relative;
  display: block;
  padding: 0px 0px 6px 115px;
  margin-bottom: 38px;
  min-height: 88px;
}

.footer-top .post-widget .post:last-child{
  margin-bottom: 0px;
}

.footer-top .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: -2px;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.footer-top .post-widget .post .post-thumb img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.footer-top .post-widget .post:hover .post-thumb img{
  opacity: 0.5;
}

.footer-top .post-widget .post h5{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}

.footer-top .post-widget .widget-title{
  margin-bottom: 35px;
}

.footer-top .contact-widget .info-list li{
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255,255,255,0.5);
}

.footer-top .contact-widget .info-list li i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 20px;
}

.footer-top .contact-widget .info-list li a{
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}

.footer-top .contact-widget .info-list li:first-child i{
  top: 7px;
}

.footer-top .contact-widget .widget-title{
  margin-bottom: 26px;
}

.footer-bottom{
  position: relative;
  display: block;
  background-color: #272a2f;
  padding: 37px 0px;
}

.footer-bottom .footer-logo{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -28px;
  z-index: 1;
}

.footer-bottom p,
.footer-bottom a{
  color: rgba(255,255,255,0.5);
}

.footer-bottom a:hover{

}

.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.footer-bottom .footer-nav li:last-child{
  margin: 0px !important;
}

.footer-bottom .footer-nav li:before{
  position: absolute;
  content: '';
  background-color: rgba(255,255,255,0.5);
  width: 1px;
  height: 18px;
  top: 3px;
  right: -15px;
}

.footer-bottom .footer-nav li:last-child:before{
  display: none;
}

 
.pricing-section .sec-title{
  margin-bottom: 50px;
}
 
 
/** contact-section **/
 
.contact-section{
  position: relative;
  padding: 120px 0px;
}
 
.contact-section .form-inner .form-group{
  position: relative;
  display: block;
  margin-bottom: 15px;
}
 
.contact-section .form-inner input[type="text"],
.contact-section .form-inner input[type="email"],
.contact-section .form-inner input[type="tel"],
.contact-section .form-inner textarea{
  font-family: "Prompt", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  position: relative;
  display: block;
  width: 100%;
  height: 42px;
  font-size: 16px;
  color: #878a8f;
  background: transparent;
  border-bottom: 1px solid #d3e5db;
  transition: all 500ms ease;
}
 
.contact-section .form-inner textarea{
  height: 120px;
  resize: none;
  margin-bottom: 15px;
  padding-top: 8px;
}
 
.contact-section .form-inner button,
.contact-section .form-inner input[type="submit"]{
  position: relative;
  display: inline-block;
}
 
.contact-section .form-inner input:focus,
.contact-section .form-inner textarea:focus{
 
}
 
.contact-section .sec-title{
  margin-bottom: 33px;
}
 
.contact-section .content-box{
  position: relative;
  margin-right: 40px;
}
 
.contact-section .image-box{
  position: relative;
  display: block;
  margin-left: 10px;
}
 
.contact-section .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
 
.contact-section .image-box .image img{
  width: 100%;
  border-radius: 10px;
}
 
.contact-section .image-box .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
 
.contact-section .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
 
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
 
@keyframes shine {
  100% {
    left: 125%;
  }
}
 
 
/* ✅ Success Popup (Check) */
.popupx-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
 
.popupx{
  width: min(420px, 92vw);
  background: #fff;
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
  text-align: center;
  transform: translateY(8px);
  opacity: 0;
  transition: .25s ease;
}
 
.popupx-overlay.is-open{ display:flex; }
.popupx-overlay.is-open .popupx{ transform: translateY(0); opacity: 1; }
 
.popupx-icon{
  width: 74px;
  height: 74px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  background: rgba(34, 197, 94, .12);
}
 
.popupx-title{
  font-size: 20px;
  margin: 6px 0 4px;
  color: #111;
  font-weight: 700;
}
 
.popupx-text{
  font-size: 15px;
  color: #666;
  margin: 0 0 16px;
}
 
.popupx-btn{
  display:inline-block;
  border:0;
  cursor:pointer;
  padding: 10px 18px;
  border-radius: 12px;
  background: #22c55e;
  color:#fff;
  font-weight: 700;
}
.popupx-btn:hover{ filter: brightness(.95); }
 
 
** contact-info-section **/
 
.contact-info-section{
  position: relative;
}
 
.info-block-one .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 96px 55px 65px 55px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  transition: all 500ms ease;
}
 
.info-block-one .inner-box:hover{
  transform: translateY(-10px);
}
 
.info-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 26px;
  color: #f2b241;
  z-index: 1;
}
 
.info-block:nth-child(2) .info-block-one .inner-box .icon-box{
 
}
 
.info-block:last-child .info-block-one .inner-box .icon-box{
  color: #f94c4c;
}
 
.info-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background-color: #f2b241;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  top: -24px;
  right: -33px;
  opacity: 0.2;
  z-index: -1;
  transition: all 500ms ease;
}
 
.info-block-one .inner-box:hover .icon-box:before{
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0.05;
}
 
.info-block:nth-child(2) .info-block-one .inner-box .icon-box:before{
 
}
 
.info-block:last-child .info-block-one .inner-box .icon-box:before{
  background-color: #f94c4c;
}
 
.info-block-one .inner-box h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 21px;
  transition: all 500ms ease;
}
 
.info-block-one .inner-box p{
  font-size: 16px;
  line-height: 26px;
  color: #a0a1a8;
}
 
.info-block-one .inner-box p a{
  color: #a0a1a8;
}
 
.info-block-one .inner-box p a:hover{
 
}
 
.contact-section .google-map-area{
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
}
 
.contact-section .google-map-area #contact-google-map{
  width: 100%;
  height: 540px;
}
 
 
***/
 
 
/** header-style-three **/
 
.header-style-three .header-lower .main-menu .navigation > li{
  padding: 0px;
}
 
.header-style-three .header-lower .main-menu .navigation > li > a{
  padding: 40px 30px;
}
 
.header-style-three .header-lower .main-menu .navigation > li.dropdown > a{
  padding-right: 40px;
}
 
.header-style-three .header-lower .main-menu .navigation > li > a:before{
  display: none;
}
 
.header-style-three .header-lower .main-menu .navigation > li.current > a,
.header-style-three .header-lower .main-menu .navigation > li:hover > a{
  color: #fff !important;
}
 
/** location-section **/
 
.location-section{
  position: relative;
}
 
.location-section #contact-google-map{
  position: relative;
  width: 100%;
  height: 600px;
}
 
.location-section .location-inner{
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1400px;
  padding: 0px 15px;
  width: 100%;
  margin: 0 auto;
  min-height: 600px;
}
 
.location-section .location-inner .single-location-box{
  position: absolute;
}
 
.location-section .location-inner .single-location-box:first-child{
  left: 15px;
  top: 265px;
}
 
.location-section .location-inner .single-location-box:nth-child(2){
  left: 280px;
  top: 185px;
}
 
.location-section .location-inner .single-location-box:nth-child(3){
  left: 50%;
  bottom: 138px;
}
 
.location-section .location-inner .single-location-box:nth-child(4){
  top: 280px;
  right: 350px;
}
 
.location-section .location-inner .single-location-box:last-child{
  top: 200px;
  right: 15px;
}
 
.location-section .feature-block-one{
  position: absolute;
  width: 260px;
  left: 47px;
  transform: translateY(-50%);
  top: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  transition: all 500ms ease;
}
 
.location-section .single-location-box.active .feature-block-one{
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 75px !important;
  top: inherit;
}
 
.location-section .single-location-box:hover .feature-block-one,
.location-section .single-location-box.active .feature-block-one{
  opacity: 1;
  visibility: visible;
  left: 62px;
}
 
.location-section .single-location-box.active .feature-block-one:before{
  position: absolute;
  content: '';
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  left: 50%;
  bottom: -8px;
  transform: rotate(45deg) translateX(-50%);
}
 
.location-section .single-location-box .feature-block-one:before{
  position: absolute;
  content: '';
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  left: -8px;
  bottom: 50%;
  transform: rotate(45deg) translateY(-50%);
}
 
.location-section .location-inner .marker-box img{
  position: relative;
  max-width: auto;
  cursor: pointer;
}
 
.location-section .location-inner .marker-box span{
  position: absolute;
  left: 21px;
  top: 12px;
  font-size: 13px;
  color: #0f172b;
  font-weight: 500;
}
 
.location-section .feature-block-one .inner-box .lower-content .price-box .price-info h4{
  font-size: 18px;
}
 
.location-section .feature-block-one .inner-box .lower-content{
  padding-left: 25px;
  padding-right: 25px;
}
 
.search-field-section .tabs-content .tab-btns{
  position: absolute;
  left: 40px;
  top: 27px;
  z-index: 1;
}
 
.search-field-section .tabs-content .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  padding-left: 25px;
  font-size: 15px;
  color: #0f172b;
  font-weight: 500;
  margin-right: 30px;
  cursor: pointer;
}
 
.search-field-section .tabs-content .tab-btns li:last-child{
  margin: 0px !important;
}
 
.search-field-section.style-two .search-field .top-search .search-form{
  padding-top: 65px;
}
 
.search-field-section .tabs-content .tab-btns li:before{
  position: absolute;
  content: '';
  border: 2px solid #dfe1e6;
  left: 0px;
  top: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: all 500ms ease;
}
 
.search-field-section .tabs-content .tab-btns li:after{
  position: absolute;
  content: '';
  background-color: #dfe1e6;
  left: 5px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transition: all 500ms ease;
}
 
.search-field-section .tabs-content .tab-btns li.active-btn:before{
 
}
 
.search-field-section .tabs-content .tab-btns li.active-btn:after{
  
}
 
.search-field-section.style-two .search-field .top-search .search-btn button{
  top: 97px;
}
 
.search-field-section.style-two .inner-container{
  margin-top: -90px;
}
 
.search-field-section.style-two .advanced-search{
  top: 185px !important;
}
 
 
/** feature-style-three **/
 
.feature-style-three{
  position: relative;
  padding-top: 115px;
}
 
.feature-block-two .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 96px 55px 65px 55px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  transition: all 500ms ease;
}
 
.feature-block-two .inner-box:hover{
  transform: translateY(-10px);
}
 
.feature-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 52px;
  line-height: 55px;
  margin-bottom: 25px;
  color: #f2b241;
  z-index: 1;
}
 
.feature-block:nth-child(2) .feature-block-two .inner-box .icon-box{
 
}
 
.feature-block:last-child .feature-block-two .inner-box .icon-box{
  color: #f94c4c;
}
 
.owl-item:nth-child(odd) .feature-block-two .inner-box .icon-box{
  color: #f94c4c;
}
 
.owl-item:nth-child(2n+1) .feature-block-two .inner-box .icon-box{
  
}
 
.feature-block-two .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background-color: #f2b241;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  top: -24px;
  right: -33px;
  opacity: 0.2;
  z-index: -1;
  transition: all 500ms ease;
}
 
.feature-block-two .inner-box:hover .icon-box:before{
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0.05;
}
 
.feature-block:nth-child(2) .feature-block-two .inner-box .icon-box:before{
 
}
 
.feature-block:last-child .feature-block-two .inner-box .icon-box:before{
  background-color: #f94c4c;
}
 
.owl-item:nth-child(odd) .feature-block-two .inner-box .icon-box:before{
  background-color: #f94c4c;
}
 
.owl-item:nth-child(2n+1) .feature-block-two .inner-box .icon-box:before{
  
}
 
.feature-block-two .inner-box h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 21px;
  transition: all 500ms ease;
}
 
.feature-block-two .inner-box p{
  transition: all 500ms ease;
}
 
.feature-style-two.alternate-2 .feature-block-one .inner-box{
  margin-bottom: 30px;
}
 
.feature-style-two.alternate-2 .more-btn{
  margin-top: 30px;
}
 
.pb-240{
  padding-bottom: 240px !important;
}
 
 
/** funfact-section **/
 
.funfact-section{
  position: relative;
}
 
.funfact-section .inner-container{
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 1;
  margin-top: -90px;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  padding: 47px 40px 50px 40px;
}
 
.funfact-block-one .inner-box{
  position: relative;
  display: block;
}
 
.funfact-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 7px;
}
 
.funfact-block-one .inner-box p{
  font-size: 14px;
}
 
.funfact-block-one .inner-box:before{
  position: absolute;
  content: '';
  background-color: #e5e7ec;
  width: 1px;
  height: 100%;
  top: 0px;
  right: -15px;
}
 
.funfact-block:last-child .funfact-block-one .inner-box:before{
  display: none;
}
 
 
/** testimonial-style-three **/
 
.testimonial-style-three{
  position: relative;
  padding: 120px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
 
.testimonial-style-three:before{
  position: absolute;
  content: '';
  background-color: #1b1d21;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.5;
}
 
.testimonial-style-three .testimonial-block-two{
  background-color: #fff;
  padding: 50px 50px 50px 70px;
  border-radius: 10px;
}
 
.testimonial-style-three .testimonial-block-two .inner-box .text h3{
  color: #2d2929;
}
 
.testimonial-style-three .testimonial-block-two .inner-box .author-info span{
  color: #b9bac0;
}
 
.testimonial-style-three .owl-dots{
  position: absolute;
  right: 65px;
  bottom: 70px;
}
 
 
/** pricing-section **/
 
.pricing-section{
  position: relative;
}
 
.pricing-block-one{
  position: relative;
  display: block;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
}
 
.pricing-block-one .pricing-table .table-header{
  position: relative;
  background-color: #1b1d21;
  padding: 63px 30px 0px 30px;
  transition: all 500ms ease;
}
 
.pricing-block-one .pricing-table .table-header h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 52px;
}
 
.pricing-block-one .pricing-table .table-header .shape-1{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
 
.pricing-block-one .pricing-table .table-header .shape-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 48px;  
  background-repeat: no-repeat;
  background-position: top center;
}
 
.pricing-block-one .pricing-table .table-header h2{
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 30px;
  font-weight: 500;
  background-color: #fff;
  padding: 26px 55px 17px 55px;
  border-radius: 10px;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  margin-bottom: -13px;
}
 
.pricing-block-one .pricing-table .table-header h2 span{
  font-size: 18px;
  color: #93959e;
}
 
.pricing-block-one .pricing-table .table-content{
  position: relative;
  display: block;
  padding: 67px 30px 46px 30px;
}
 
.pricing-block-one .pricing-table .table-content .feature-list li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 24px;
}
 
.pricing-block-one .pricing-table .table-content .feature-list li:last-child{
  margin-bottom: 0px;
}
 
.pricing-block-one .pricing-table .table-content .feature-list li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  left: 0px;
  top: 1px;
  font-weight: 700;
  font-size: 10px;
  color: #d2d4d9;
}
 
.pricing-block-one .pricing-table .table-footer{
  position: relative;
  padding-bottom: 60px;
}
 
.pricing-block-one .pricing-table .table-footer .link-btn{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #93959e;
  font-weight: 500px;
  text-align: center;
  padding: 15px 48px;
  border-radius: 5px;
}
 
.pricing-block-one .pricing-table .table-footer .link-btn:hover{
  color: #ffffff;
}
 
.pricing-block-one .pricing-table:hover .table-header{
 
}
 
.pricing-section .sec-title{
  margin-bottom: 50px;
}
 
 
/** contact-section **/
 
.contact-section{
  position: relative;
  padding: 120px 0px;
}
 
.contact-section .form-inner .form-group{
  position: relative;
  display: block;
  margin-bottom: 15px;
}
 
.contact-section .form-inner input[type="text"],
.contact-section .form-inner input[type="email"],
.contact-section .form-inner input[type="tel"],
.contact-section .form-inner textarea{
  font-family: "Prompt", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  position: relative;
  display: block;
  width: 100%;
  height: 42px;
  font-size: 16px;
  color: #878a8f;
  background: transparent;
  border-bottom: 1px solid #d3e5db;
  transition: all 500ms ease;
}
 
.contact-section .form-inner textarea{
  height: 120px;
  resize: none;
  margin-bottom: 15px;
  padding-top: 8px;
}
 
.contact-section .form-inner button,
.contact-section .form-inner input[type="submit"]{
  position: relative;
  display: inline-block;
}
 
.contact-section .form-inner input:focus,
.contact-section .form-inner textarea:focus{
 
}
 
.contact-section .sec-title{
  margin-bottom: 33px;
}
 
.contact-section .content-box{
  position: relative;
  margin-right: 40px;
}
 
.contact-section .image-box{
  position: relative;
  display: block;
  margin-left: 10px;
}
 
.contact-section .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
 
.contact-section .image-box .image img{
  width: 100%;
  border-radius: 10px;
}
 
.contact-section .image-box .image:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
 
.contact-section .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
 
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
 
@keyframes shine {
  100% {
    left: 125%;
  }
}
 
 
/* ✅ Success Popup (Check) */
.popupx-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
 
.popupx{
  width: min(420px, 92vw);
  background: #fff;
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 18px 60px rgba(0,0,0,.22);
  text-align: center;
  transform: translateY(8px);
  opacity: 0;
  transition: .25s ease;
}
 
.popupx-overlay.is-open{ display:flex; }
.popupx-overlay.is-open .popupx{ transform: translateY(0); opacity: 1; }
 
.popupx-icon{
  width: 74px;
  height: 74px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  background: rgba(34, 197, 94, .12);
}
 
.popupx-title{
  font-size: 20px;
  margin: 6px 0 4px;
  color: #111;
  font-weight: 700;
}
 
.popupx-text{
  font-size: 15px;
  color: #666;
  margin: 0 0 16px;
}
 
.popupx-btn{
  display:inline-block;
  border:0;
  cursor:pointer;
  padding: 10px 18px;
  border-radius: 12px;
  background: #22c55e;
  color:#fff;
  font-weight: 700;
}
.popupx-btn:hover{ filter: brightness(.95); }
 
 

/*** 


====================================================================
                        Blog-Page
====================================================================

***/

.sidebar-page-container{
  position: relative;
}

.sidebar-page-container .pagination-wrapper{
  margin-top: 20px;
}

.sidebar-page-container .news-block-one .inner-box{
  margin-bottom: 30px;
}

.blog-sidebar{
  position: relative;
  display: block;
}

.blog-sidebar .sidebar-widget{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 32px 30px 40px 30px;
  box-shadow: 0 15px 25px 0px rgb(0 0 0 / 8%);
}

.blog-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .sidebar-widget .widget-title{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.blog-sidebar .sidebar-widget .widget-title h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.blog-sidebar .sidebar-widget .search-inner .form-group{
  position: relative;
  margin: 0px;
}

.blog-sidebar .sidebar-widget .search-inner .form-group input[type='search'],
.blog-sidebar .sidebar-widget .search-inner .form-group input[type='text']{
  position: relative;
  display: block;
  width: 100% !important;
  height: 50px;
  border: 1px solid #e5e7ec;
  border-radius: 5px;
  font-size: 15px;
  color: #808288;
  padding: 10px 70px 10px 20px;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-widget .search-inner .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.blog-sidebar .sidebar-widget .search-inner .form-group input:focus{

}

.blog-sidebar .social-widget .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.blog-sidebar .social-widget .social-links li:last-child{
  margin: 0px !important;
}

.blog-sidebar .social-widget .social-links li a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  color: #ffffff;
  background-color: #466ca9;
  text-align: center;
  border-radius: 50%;
}

.blog-sidebar .social-widget .social-links li:nth-child(2) a{
  background-color: #dd4b39;
}

.blog-sidebar .social-widget .social-links li:nth-child(3) a{
  background-color: #55acee;
}

.blog-sidebar .social-widget .social-links li:nth-child(4) a{
  background-color: #0077b5;
}

.blog-sidebar .social-widget .social-links li:last-child a{
  background-color: #e4405f;
}

.blog-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  padding: 18px 0px;
  border-bottom: 1px solid #e5e7ec;
}

.blog-sidebar .category-widget .category-list li:last-child{
  border-bottom: none;
}

.blog-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #93959e;
  font-weight: 500;
  padding-left: 15px;
}

.blog-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  left: 0px;
  top: 0px;
  font-weight: 700;
}

.blog-sidebar .category-widget .category-list li a span{
  float: right;
}

.blog-sidebar .category-widget .category-list li a:hover{

}

.blog-sidebar .category-widget{
  padding-bottom: 15px;
}

.blog-sidebar .category-widget .widget-title{
  margin-bottom: 0px;
}

.blog-sidebar .post-widget .post{
  position: relative;
  display: block;
  padding-left: 100px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  min-height: 106px;
  border-bottom: 1px solid #e5e7ec;
}

.blog-sidebar .post-widget .post:last-child{
  margin-bottom: 0px;
  border-bottom: none;
}

.blog-sidebar .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 80px;
  height: 80px;
  border-radius: 10px;
}

.blog-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  border-radius: 10px;
}

.blog-sidebar .post-widget .post h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 7px;
}

.blog-sidebar .post-widget .post h5 a{
  display: inline-block;
  color: #2d2929;
}

.blog-sidebar .post-widget .post h5 a:hover{

}

.blog-sidebar .post-widget .post .post-date{
  position: relative;
  display: block;
  color: #93959e;
  font-size: 15px;
  margin: 0px;
}

.blog-sidebar .post-widget .widget-title{
  margin-bottom: 17px;
}

.blog-sidebar .post-widget{
  padding-bottom: 10px;
}

.blog-sidebar .tags-widget .tags-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.blog-sidebar .tags-widget .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #93959e;
  border: 1px solid #e5e7ec;
  border-radius: 5px;
  text-align: center;
  padding: 8px 17px;
}

.blog-sidebar .tags-widget .tags-list li a:hover{
  color: #ffffff;
}

.blog-sidebar .tags-widget{
  padding-bottom: 30px;
}

.blog-list{
  position: relative;
}

.blog-list .news-block-two .inner-box{
  margin-bottom: 30px;
}

.blog-list .pagination-wrapper{
  margin-top: 20px;
}

.news-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 17px;
}

.news-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #2d2929;
}

.news-block-one .inner-box .lower-content h3 a:hover{

}

.blog-details-content .news-block-one .inner-box .image-box .image img{
  opacity: 1 !important;
  transform: scale(1) !important;
}

.blog-details-content .news-block-one .inner-box .image-box .image:before{
  display: none;
}

.blog-details-content .news-block-one .inner-box .lower-content .text p{
  margin-bottom: 26px;
}

.blog-details-content .news-block-one .inner-box .lower-content .text blockquote{
  position: relative;
  display: block;
  background-color: #edfaf3;
  border-radius: 10px;
  padding: 40px 40px;
  margin: 42px 0px 43px 0px;
}

.blog-details-content .news-block-one .inner-box .lower-content .text blockquote h4{
  display: block;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  font-style: italic;
  margin: 0px;
}

.blog-details-content .post-tags .tags-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.blog-details-content .post-tags .tags-list li:last-child{
  margin: 0px;
}

.blog-details-content .post-tags .tags-list li h5{
  font-size: 18px;
  line-height: 44px;
  font-weight: 500;
  margin-right: 20px;
}

.blog-details-content .post-tags .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #93959e;
  border: 1px solid #e5e7ec;
  border-radius: 5px;
  text-align: center;
  padding: 8px 17px;
}

.blog-details-content .post-tags .tags-list li a:hover{
  color: #ffffff;
}

.blog-details-content .news-block-one .inner-box .lower-content{
  padding-top: 36px;
  padding-bottom: 50px;
}

.blog-details-content .news-block-one .inner-box .lower-content .text{
  padding-bottom: 16px;
}

.blog-details-content .group-title{
  position: relative;
  display: block;
  margin-bottom: 34px;
}

.blog-details-content .group-title h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.blog-details-content .comments-area{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 33px 30px 30px 30px;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
}

.blog-details-content .comments-area .comment{
  position: relative;
  display: block;
  padding-left: 110px;
  margin-bottom: 32px;
}

.blog-details-content .comments-area .comment .comment-inner{
  padding-bottom: 23px;
  border-bottom: 1px solid #e5e7ec;
}

.blog-details-content .comments-area .comment:last-child .comment-inner{
  border-bottom: none;
}

.blog-details-content .comments-area .comment:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-area .comment .thumb-box{
  position: absolute;
  left: 0px;
  top: -2px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.blog-details-content .comments-area .comment .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comments-area .comment .comment-info h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 1px;
}

.blog-details-content .comments-area .comment .comment-info span{
  position: relative;
  display: block;
  font-size: 15px;
  margin: 0px;
}

.blog-details-content .comments-area .comment .comment-info{
  position: relative;
  margin-bottom: 16px;
}

.blog-details-content .comments-area .comment .text p{
  margin-bottom: 16px;
}

.blog-details-content .comments-area .comment .text a{
  font-size: 16px;
  font-weight: 500;
  color: #93959e;
}

.blog-details-content .comments-area .comment .text a i{
  font-size: 14px;
  margin-right: 10px;
}

.blog-details-content .comments-area .comment .text a:hover{

}

.blog-details-content .comments-area .comment.replay-comment{
  margin-left: 70px;
}

.blog-details-content .comments-form-area{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 33px 30px 30px 30px;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
}

.comment-form input,
.comment-form textarea{
  border: none !important;
  border-bottom: 1px solid #e5e7ec !important;
  border-radius: 0px !important;
  padding: 10px 0px !important;
  font-size: 16px !important;
}

.comment-form .form-group.message-btn{
  padding-top: 15px;
}

.header-style-two .menu-area .mobile-nav-toggler .icon-bar{
  background-color: #ffffff;
}

.main-header.dark-header .menu-area .mobile-nav-toggler .icon-bar{
  background-color: #ffffff;
}


/** modify-css **/

.advanced-search {
  position: absolute;
  right: 0px;
  top: 30px !important;
  width: 100%;
  display: inherit !important;
  left: auto !important;
  transform: scaleY(0) !important;
  transform-origin: top center;
  opacity: 0;
  visibility: hidden;
  margin: 0px;
  border: none;
  z-index: 999999;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  transition: all 500ms ease;
}

.active .advanced-search{
  transform: scaleY(1) !important;
  opacity: 1;
  visibility: visible;
}

.banner-section .switch_btn_one{
  position: relative;
  display: block;
  text-align: right;
  margin-top: 14px;
}

.banner-section .switch_btn_one .nav-btn{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  padding-left: 25px;
  padding-right: 15px;
  background: transparent;
}

.banner-section .switch_btn_one .nav-btn i{
  position: absolute;
  right: 0px;
  top: 6px;
  transition: all 500ms ease;
}

.active.switch_btn_one .nav-btn i{
  transform: rotate(180deg);
}

.banner-section .switch_btn_one .nav-btn:before{
  position: absolute;
  content: "\f055";
  font-family: 'Font Awesome 5 Pro';
  left: 0px;
  top: 0px;
  font-size: 18px;
  font-weight: 400;
  transition: all 500ms ease;
}

.active.switch_btn_one .nav-btn:before{
  content: "\f056" !important;
}

.search-field-section .switch_btn_one .nav-btn:before{
  display: none;
}

.page-content .search-field-section .active  .switch_btn_one .nav-btn i.fa-angle-down{
  transition: all 500ms ease;
}

.page-content .switch_btn_one .nav-btn:before{
  position: absolute;
  display: inline-block;
  content: "\f055";
  font-family: 'Font Awesome 5 Pro';
  left: 0px;
  top: 0px;
  font-size: 16px;
  font-weight: 400;
  transition: all 500ms ease;
}

.page-content .active .switch_btn_one .nav-btn:before{
  content: "\f056";
}

.advanced-search .close-btn{
  position: absolute;
  top: 15px;
  right: 15px;
}

.advanced-search .close-btn a{
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #e5e7ec;
  color: #93959e;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}

.search-field .top-search .search-btn button i{
  margin-right: 8px;
}






    :root{
      --text:#1f2937;
      --muted:#6b7280;
      --line:#e5e7eb;
      --soft:#f9fafb;
      --card:#ffffff;
      --radius:18px;
      --orange:#E79A4B;
    }
    *{box-sizing:border-box}
    body{
      margin:0;
      font-family:"Prompt", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", sans-serif;
      color:var(--text);
      background:#fff;
    }
    .wrap{max-width:1280px;margin:0 auto;padding:28px 18px 50px}

    .layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:start}

    .card{
      border:1px solid #f1f5f9;border-radius:28px;background:var(--card);
      padding:28px;box-shadow:0 10px 30px rgba(15,23,42,.04)
    }
    .top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
    h1{margin:0;font-size:52px;line-height:1.05;letter-spacing:-.02em;font-weight:800}
    .price{font-size:52px;line-height:1.05;font-weight:800;white-space:nowrap}
    .per{font-size:30px;color:var(--muted);font-weight:600;margin-left:8px}
    .divider{height:1px;background:var(--line);margin:24px 0 18px}

    .subrow{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}
    .addr{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:22px;font-weight:500}
    .meta{width:100%;display:flex;gap:22px;color:var(--muted);font-size:22px;font-weight:500;margin-top:10px}
    .meta strong{color:var(--text);font-weight:700}

    .actions{margin-left:auto;display:flex;gap:12px}
    .iconbtn{
      width:48px;height:48px;border:1px solid var(--line);background:#fff;border-radius:14px;
      display:grid;place-items:center;color:#374151;cursor:pointer
    }
    .iconbtn:hover{background:var(--soft)}

    .grid{margin-top:26px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 24px}
    .item{display:flex;gap:14px;align-items:center;min-height:80px}
    .ico{
      width:70px;height:70px;border:1px solid var(--line);border-radius:18px;
      display:grid;place-items:center;color:#4b5563;background:#fff;flex:0 0 auto
    }
    .txt .label{color:var(--muted);font-size:13px;font-weight:500;margin-bottom:4px}
    .txt .val{font-size:14px;font-weight:700;letter-spacing:-.01em}

    .askwrap{margin-top:26px}
    .askbtn{
      display:inline-flex;align-items:center;justify-content:center;
      padding:16px 28px;border-radius:18px;border:none;
      background:var(--orange);color:#fff;font-weight:700;font-size:18px;
      box-shadow:0 12px 25px rgba(231,154,75,.35);
      cursor:pointer;
    }

    .sidecard{
      border:1px solid #f1f5f9;border-radius:28px;background:#fff;padding:26px;
      box-shadow:0 10px 30px rgba(15,23,42,.04);
      position:sticky;top:18px
    }
    .sidecard h2{margin:0 0 18px;font-size:26px;font-weight:800}
    .seller{
      display:flex;gap:14px;align-items:center;
      padding:14px 0 18px;border-bottom:1px solid var(--line);margin-bottom:18px
    }
    .avatar{width:72px;height:72px;border-radius:999px;overflow:hidden;background:#e5e7eb;flex:0 0 auto}
    .avatar img{width:100%;height:100%;object-fit:cover}
    .sname{font-weight:700;font-size:20px;margin-bottom:6px}
    .smeta{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-weight:500}
    .smeta span{display:flex;align-items:center;gap:8px}

    .form input,.form textarea{
      width:100%;border:1px solid var(--line);border-radius:18px;
      padding:16px 16px;font-size:16px;outline:none;background:#fff;
      font-family:"Prompt", sans-serif;
    }
    .form textarea{min-height:150px;resize:vertical}
    .form .row{display:grid;gap:14px}
    .sendbtn{
      width:100%;margin-top:16px;padding:16px 18px;border-radius:18px;border:none;
      background:var(--orange);color:#fff;font-weight:800;font-size:18px;cursor:pointer;
      box-shadow:0 12px 25px rgba(231,154,75,.35);
      font-family:"Prompt", sans-serif;
    }

    @media (max-width:1100px){
      .layout{grid-template-columns:1fr}
      .sidecard{position:static}
      h1,.price{font-size:44px}
      .per{font-size:26px}
      .grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    }
    @media (max-width:560px){
      h1,.price{font-size:34px}
      .addr,.meta{font-size:18px}
      .grid{grid-template-columns:1fr}
    }


 /* ====== CARD X ====== */
.cardx{
  border:0;
  border-radius:10px;
  overflow:hidden;
  background: #ffffff;
  height:100%;
  box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
  transition: all 500ms ease;

  /* ทำให้การ์ดเป็น flex เพื่อดันส่วนล่างให้เท่ากัน */
  display:flex;
  flex-direction:column;
}

.cardx:hover{
  transform: translateY(-5px);
  box-shadow: 0 15px 40px 0px rgb(0 0 0 / 15%);
}

.cardx-media{
  position:relative;
  overflow:hidden;
}

.cardx-media::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255,.2);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.cardx:hover .cardx-media::after {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.cardx-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition: all 500ms ease;
}

.cardx:hover .cardx-img{
  transform: scale(1.05);
}

.cardx-fav{
  position:absolute; left:12px; bottom:12px;
  width:65px; height:38px;
  border:0; border-radius:999px;
  background: rgba(255,255,255,.95);
  display:grid; place-items:center;
  cursor:pointer; z-index:2;
  box-shadow: 0 6px 18px rgba(0,0,0,.10);
}
.cardx-fav i{ color:#c84a3b; font-size:16px; }

/* Unit Badge Premium - Elegant card-style badge */
.unit-badge-premium {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.unit-badge-premium:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16), 0 4px 12px rgba(0, 0, 0, 0.1);
}

.unit-badge-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #ff3366 0%, #e62958 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(255, 51, 102, 0.3);
}

.unit-badge-icon i {
  color: #ffffff;
  font-size: 14px;
}

.unit-badge-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}

.unit-label {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #999999;
  font-family: 'Rubik', sans-serif;
}

.unit-number {
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 0.3px;
}

/* Responsive - compact on mobile */
@media (max-width: 768px) {
  .unit-badge-premium {
    padding: 8px 10px;
    gap: 8px;
    border-radius: 10px;
  }

  .unit-badge-icon {
    width: 28px;
    height: 28px;
    border-radius: 7px;
  }

  .unit-badge-icon i {
    font-size: 12px;
  }

  .unit-label {
    font-size: 8px;
  }

  .unit-number {
    font-size: 12px;
  }
}

/* body ต้องยืด + เพิ่มช่องไฟให้โปร่ง */
.cardx-body{
  padding:16px 14px 16px;
  text-align:center;

  flex:1;
  display:flex;
  flex-direction:column;

  gap:10px;
}

/* ล็อกบล็อคราคาให้เท่ากัน */
.price-block{
  min-height:90px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  margin:0;
}
.price-label{ font-weight:800; color:#244e7b; font-size:14px; margin:0; }
.price-old{
  color:#244e7b; text-decoration: line-through;
  font-size:18px; font-weight:900;
  margin:6px 0 0; line-height:1.05;
}
.price-main{
  font-size:34px; font-weight:1000;
  line-height:1.0; margin:6px 0 0;
}
.price-main.red{ color:#c84a3b; }
.price-main.blue{ color:#244e7b; }
.price-unit{ font-size:11px; font-weight:800; color:#244e7b; margin-left:6px; }

/* ชื่อ 2 บรรทัดเท่ากัน */
.cardx-title{
  font-size:16px; font-weight:900; color:#2b2b2b;
  margin:0;
  line-height:1.3;

  display:-webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow:hidden;
  min-height: calc(1.3em * 2);
}

/* ✅ แก้แล้ว: ต้องมี display:inline-flex; */
.loc-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:#244e7b;
  color:#fff;
  padding:8px 12px;
  border-radius:999px;
  font-weight:900;
  font-size:13px;

  margin:0;
  max-width:100%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* Property details styling - two rows layout for desktop */
.property-details{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  text-align: left;
  margin-top: auto;
  padding-top: 12px;
  gap: 10px 0;
}

.property-details span{
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 50%;
  font-size: 12px;
  line-height: 24px;
  color: #93959e;
  padding-left: 26px;
  font-weight: 600;
  min-height: 28px;
}

.property-details span i{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #4caf50;
}

.property-details span:nth-child(odd):not(:last-child):after{
  position: absolute;
  content: '';
  background-color: #e5e7ec;
  width: 1px;
  height: 20px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

/* Remove divider on last item and when it's the only item in a row */
.property-details span:last-child:after,
.property-details span:nth-child(even):after{
  display: none;
}

/* placeholder: กินพื้นที่แต่ไม่โชว์ */
.is-placeholder{ visibility:hidden; }

/* กันการ์ดแคบเกินในจอเล็ก */
@media (max-width: 575.98px){
  .price-main{ font-size:32px; }
  .cardx-title{ font-size:15px; }
  .price-block{ min-height:88px; }
  .cardx-body{ padding:14px 12px 14px; gap:9px; }

  .property-details{
    gap: 8px 0;
    padding-top: 10px;
  }

  .property-details span{
    width: 50%;
    font-size: 12px;
    padding-left: 22px;
    min-height: 24px;
  }

  .property-details span i{
    font-size: 13px;
  }

  .property-details span:last-child{
    width: 100%;
  }

  /* Hide all dividers on mobile */
  .property-details span:nth-child(odd):after{
    display: none;
  }
}

/* ทำให้ลิงก์ไม่เปลี่ยนสี/ไม่ขีดเส้นใต้ และครอบคลุมทั้งการ์ด */
.cardx-link{
  display:block;
  text-decoration:none;
  color:inherit;
  height:100%;
}
.cardx-link:hover{ color:inherit; }

/* ล็อกกรอบรูปให้เท่ากันทุกใบ */
.cardx-media .ratio{
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

/* บังคับให้รูปยืดเต็มกรอบและครอป */
.cardx-media .ratio > .cardx-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ========== PAGINATION STYLES ========== */
.pagination-wrapper{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  margin-top: 70px;
  margin-bottom: 50px;
  padding: 50px 30px 30px;
  background: linear-gradient(135deg, rgba(115, 96, 255, 0.03) 0%, rgba(76, 175, 80, 0.03) 100%);
  border-radius: 20px;
  border: 1px solid rgba(115, 96, 255, 0.1);
}

.pagination-wrapper::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #7360ff 0%, #4caf50 100%);
  border-radius: 0 0 4px 4px;
}

.pagination-list{
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination-item{
  margin: 0;
}

.pagination-link{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  background: #ffffff;
  border: 2px solid #e5e7ec;
  border-radius: 12px;
  text-decoration: none;
  transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  overflow: hidden;
}

.pagination-link::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(115, 96, 255, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}

.pagination-link:hover::before{
  width: 100%;
  height: 100%;
}

.pagination-link:hover{
  color: #ffffff;
  background: linear-gradient(135deg, #7360ff 0%, #9580ff 100%);
  border-color: #7360ff;
  box-shadow: 0 8px 20px rgba(115, 96, 255, 0.4);
  transform: translateY(-3px) scale(1.05);
}

.pagination-link.active{
  color: #ffffff;
  background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
  border-color: #4caf50;
  box-shadow: 0 8px 20px rgba(76, 175, 80, 0.5);
  pointer-events: none;
  transform: scale(1.1);
}

.pagination-link.active::after{
  /* content: ''; */
  position: absolute;
  top: -2px;
  right: -2px;
  width: 18px;
  height: 18px;
  /* background: #ffffff; */
  /* border-radius: 50%; */
  font-size: 10px;
  color: #4caf50;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.pagination-prev,
.pagination-next{
  font-size: 18px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-color: #dee2e6;
}

.pagination-prev:hover,
.pagination-next:hover{
  background: linear-gradient(135deg, #7360ff 0%, #9580ff 100%);
  border-color: #7360ff;
}

.pagination-prev i,
.pagination-next i{
  line-height: 1;
  transition: transform 0.3s ease;
}

.pagination-prev:hover i{
  transform: translateX(-3px);
}

.pagination-next:hover i{
  transform: translateX(3px);
}

.pagination-dots{
  display: flex;
  align-items: center;
  padding: 0 8px;
}

.pagination-dots span{
  color: #7360ff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 3px;
  opacity: 0.4;
}

.pagination-info{
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  text-align: center;
  padding: 14px 30px;
  background: linear-gradient(135deg, rgba(115, 96, 255, 0.08) 0%, rgba(76, 175, 80, 0.08) 100%);
  border-radius: 25px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(115, 96, 255, 0.15);
  border: 2px solid rgba(115, 96, 255, 0.2);
}

.pagination-info::before{
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #7360ff 0%, #4caf50 100%);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(115, 96, 255, 0.6);
  animation: pulse-pagination 2s ease-in-out infinite;
}

@keyframes pulse-pagination {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) scale(1.3);
    opacity: 0.7;
  }
}

/* Responsive */
@media (max-width: 768px){
  .pagination-wrapper{
    padding: 40px 20px 25px;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .pagination-list{
    gap: 8px;
  }

  .pagination-link{
    min-width: 45px;
    height: 45px;
    padding: 0 12px;
    font-size: 15px;
  }

  .pagination-info{
    font-size: 14px;
    padding: 12px 24px;
  }

  .pagination-info::before{
    left: 10px;
    width: 5px;
    height: 5px;
  }
}

@media (max-width: 575.98px){
  .pagination-wrapper{
    padding: 35px 15px 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    gap: 20px;
  }

  .pagination-wrapper::before{
    width: 80px;
    height: 3px;
  }

  .pagination-list{
    gap: 6px;
  }

  .pagination-link{
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 10px;
  }

  .pagination-link.active::after{
    width: 16px;
    height: 16px;
    font-size: 9px;
    top: -1px;
    right: -1px;
  }

  .pagination-prev,
  .pagination-next{
    font-size: 16px;
  }

  .pagination-dots span{
    font-size: 16px;
    letter-spacing: 2px;
  }

  .pagination-info{
    font-size: 12px;
    padding: 10px 18px;
    padding-left: 24px;
  }

  .pagination-info::before{
    left: 8px;
  }
}



/* ========== SEARCH RESULTS INFO ========== */
.search-results-info{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 30px;
  margin-bottom: 40px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  border: 2px solid rgba(115, 96, 255, 0.1);
  flex-wrap: wrap;
}

.results-summary h3{
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.results-summary h3 i{
  color: #7360ff;
  font-size: 20px;
}

.results-summary p{
  margin: 0 0 12px 0;
  font-size: 15px;
  color: #666666;
}

.results-summary p strong{
  color: #4caf50;
  font-weight: 700;
  font-size: 18px;
}

.filter-tag{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  margin-right: 8px;
  margin-top: 8px;
  background: linear-gradient(135deg, rgba(115, 96, 255, 0.1) 0%, rgba(76, 175, 80, 0.1) 100%);
  border: 2px solid rgba(115, 96, 255, 0.2);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #222222;
}

.filter-tag i{
  color: #7360ff;
  font-size: 12px;
}

.clear-filters-btn{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #f94c4c 0%, #ff6b6b 100%);
  color: #ffffff;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 300ms ease;
  box-shadow: 0 4px 12px rgba(249, 76, 76, 0.3);
  white-space: nowrap;
}

.clear-filters-btn:hover{
  background: linear-gradient(135deg, #d43f3f 0%, #f94c4c 100%);
  box-shadow: 0 6px 16px rgba(249, 76, 76, 0.4);
  transform: translateY(-2px);
  color: #ffffff;
}

.clear-filters-btn i{
  font-size: 14px;
}

@media (max-width: 768px){
  .search-results-info{
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .clear-filters-btn{
    width: 100%;
    justify-content: center;
  }

  .results-summary h3{
    font-size: 20px;
  }
}

 html { scroll-behavior: smooth; }
#recommend { scroll-margin-top: 90px; } /* ปรับตามความสูง header */


