 
/* Css For Acuasafe */

/************ 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:15px;
  color:#898c8f;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Open Sans', 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;
  }
}
a {
	color: #06d2f8;}
p{
	margin-bottom:20px;
}
.large-container{
  max-width: 1450px;
  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{
  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: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

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: 'Open Sans', sans-serif;
  color: #808080;
  font-weight: 400;
  /* margin: 0px; */
  transition: all 500ms ease;
 font-size:16px;
line-height: 1.8em;}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Spartan', sans-serif;
  font-weight: 600;
  color: #061a3a;
  margin: 0px;
  transition: all 500ms ease;
  line-height: 1.5em;
}

/* Preloader */

.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%;
  z-index: 9999999;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 14px;
  background: #fff;
  padding: 5px 20px;
  cursor: pointer;
  right: 0;
  top: 0;
  font-weight: 600;
}

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

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: 'Spartan', sans-serif;
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.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;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  color: #ffffff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 30px; letter-spacing: 10px;}
}


.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: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 15px 34px;
  border-radius: 30px;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-one{
  color: #fff !important;
}

.theme-btn:before{
  webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.theme-btn:hover:before{
  top: -40%;
}

.theme-btn.btn-two{
  color: #172746 !important;
  padding: 13px 34px;
  border: 2px solid #efefef;
}

.theme-btn.btn-two:hover{
  color: #fff !important;
}

.theme-btn.btn-two:before{

}



.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: 16px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #172746;
  border-radius: 50%;
  z-index: 1;
  border: 1px solid #e7e7e7;
  transition: all 500ms ease;
}

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

.sec-pad{
  padding: 144px 0px 150px 0px;
}

.sec-pad-2{
  padding: 150px 0px !important;
}

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

.top-0{
  top: 0px !important;
}

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

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

.scroll-top span{
  color: #fff;
}

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

.sec-title h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  font-size: 32px;
  line-height: 45px;
  color: #172746;
}

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




/*** 

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

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  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;
}

.main-header .header-lower{
  position: relative;
  width: 100%;
}

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

.main-header .header-lower .shape{
  position: absolute;
  left: 0px;
  bottom: -143px;
  width: 100%;
  height: 143px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

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

.main-header .logo-box .logo{
  position: relative;
  max-width: 267px;
}

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

.main-header .nav-right{
  position: relative;
  display: flex;
  align-items: center;
  padding: 29.5px 0px;
}

.main-header .nav-right li{
  position: relative;
  display: inline-block;
  margin-right: 40px;
}

.main-header .nav-right li:last-child{
  margin: 0px !important;
}

.main-header .nav-right .cart-box a{
  position: relative;
  display: inline-block;
  padding-right: 17px;
  font-size: 22px;
  color: #222222;
}

.main-header .nav-right .cart-box a:hover{

}

.main-header .nav-right .cart-box a span{
  position: absolute;
  display: inline-block;
  top: -13px;
  right: 0px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 6px 5px 2px #d4e6df;
}

.menu-area {
  position: relative;
}


/** search box btn **/


.main-header .search-box-btn{
  position: relative;
  font-size: 20px;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  background: transparent;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.main-header .search-box-btn:hover{

}

.main-header .search-box-outer .dropdown-menu {
  top: 55px !important;
  padding: 0px;
  width: 330px;
  border-radius: 0px;
  right: 0;
  left: auto !important;
  transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
  transition: .5s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
}

.main-header .search-box-outer .show .dropdown-menu {
  display: block;
  transform: scale3d(1,1,1)!important;
  opacity: 1;
  visibility: visible;
}

.main-header .search-panel .form-container{
  padding: 30px;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 50px 9px 15px;
  height: 50px;
  border: 1px solid #f3f5fe;
  border-radius: 3px;
  background: #f3f5fe;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #f3f5fe;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 50px;
  height: 48px;
  text-align: center;
  color: #111111;
  background: #f3f5fe;
  font-size: 14px;
  border-radius: 0px 3px 3px 0px;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: none;
}


/** 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;
  margin: 0px 20px;
  -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:16px;
  line-height:30px;
  padding: 42px 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight:700;
  opacity:1;
  color: #172746;
  padding-right: 12px;
  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.current > a,
.main-menu .navigation > li:hover > a{
  
}

.main-menu .navigation > li.dropdown > a:before{
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  top: 44px;
  right: 0px;
  transition: all 500ms ease;
  display: none;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  margin-top: 15px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  background-color: #172746;
  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.from-right{
  left:auto;
  right:0px;  
}

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

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding: 10px 30px;
  line-height:24px;
  font-weight:400;
  font-size:16px;
  text-transform:capitalize;
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  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{
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-menu .navigation > li > .megamenu li > a{
  padding-left: 0px;
}

.main-menu .navigation > li > .megamenu h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.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:10px;
  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%;
  margin-top: 15px;
  width:230px;
  z-index:100;
  display:none;
  border-radius: 0px;
  background-color: #172746;
  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.from-right{
  left:auto;
  right:0px;  
}

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

.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:10px 30px;
  line-height:24px;
  font-weight:400;
  font-size:16px;
  text-transform:capitalize;
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  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;
  margin-top: 0px;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.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: #222;
  -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: #fff;
}

.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: 700;
  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-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;
}

.sticky-header .logo-box .logo{
  max-width: 180px;
}

.sticky-header .logo-box{
  padding: 21px 0px;
}

.sticky-header .main-menu .navigation > li > a{
  padding-top: 25px;
  padding-bottom: 25px;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before{
  top: 27px;
  display: none;
}

.sticky-header .nav-right{
  padding: 12.5px 0px;
}


/** banner-section **/

.banner-section{
  position: relative;
  overflow: hidden;
  background-color: #002c8f;
}

.banner-section .shape{
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 100%;
  height: 68px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-carousel .slide-item .image-layer{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.banner-carousel .content-box{
  position: relative;
  display: block;
  max-width: 500px;
  z-index:5;
  padding: 212px 0px 240px 0px;
}

.banner-carousel .content-box h2{
  position: relative;
  display: block;
  color: #fff;
  font-size: 50px;
  line-height: 66px;
  font-weight: 800;
  margin-bottom: 23px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .content-box p{
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 42px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.banner-carousel .content-box .btn-box .theme-btn:before{
  background-color: #fff;
}

.banner-carousel .content-box .btn-box .theme-btn:hover{

}

.banner-carousel .content-box .btn-box .banner-btn{
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: #fff !important;
  padding: 14px 39px;
}

.banner-carousel .content-box .btn-box .theme-btn.btn-one{
  margin-right: 16px;
}

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

.banner-carousel .inner-box{
  position: relative;
  width: 100%;
}

.banner-carousel .inner-box .image-box{
  position: absolute;
  right: 0px;
  bottom: 25px;
  min-height: 700px;
  min-width: 1000px;
}

.banner-carousel .inner-box .image-box .image-1{
  position: absolute;
  right: 85px;
  bottom: 86px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .inner-box .image-box .image-2{
  position: absolute;
  right: -220px;
  bottom: 0px;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .inner-box .image-box .image-1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .active .inner-box .image-box .image-2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .pattern-box .pattern-1{
  position: absolute;
  left: 0px;
  top: -250px;
  width: 560px;
  height: 560px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.banner-carousel .pattern-box .pattern-2{
  position: absolute;
  right: 290px;
  top: 140px;
  width: 330px;
  height: 330px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.banner-carousel .pattern-box .pattern-3{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 363px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}


/** feature-section **/

.feature-section{
  position: relative;
}

.feature-section .inner-container{
  position: relative;
  display: block;
  background-color: #fff;
  padding: 5px 50px 5px 50px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.feature-section .title-text{
  position: relative;
  display: block;
  margin-bottom: 45px;
}

.feature-section .title-text h2{
  font-size: 32px;
  line-height: 45px;
  font-weight: 700;
}

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

.feature-block-one .inner-box .icon-box{
  position: relative;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 22px;
  transition: all 500ms ease;
}

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

.feature-block-one .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-block-one .inner-box p{
  font-size: 15px;
  line-height: 26px;
}

.feature-block-one .inner-box .shape{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 12px;
  height: 121px;
  background-repeat: no-repeat;
}


/** about-section **/

.about-section{
  position: relative;
  padding: 130px 0px 150px 0px;
}

.about-section .image-box{
  position: relative;
  display: block;
}

.about-section .image-box img{
  max-width: none;
  float: right;
}

.content_block_1 .content-box{
  position: relative;
  display: block;
}

.about-section .content_block_1 .content-box{
  margin-left: 40px;
}

.content_block_1 .content-box .text p{
  margin-bottom: 26px;
}

.content_block_1 .content-box .text p:last-child{
  margin-bottom: 0px;
}

.content_block_1 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 48px;
}

.content_block_1 .content-box .sec-title{
  margin-bottom: 17px;
}

.content_block_1 .content-box .theme-btn{
  padding: 15px 50px;
}

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


/** service-section **/

.service-section{
  position: relative;
  overflow: hidden;
  padding: 190px 0px 80px 0px;
}

.service-section .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.service-section .image-layer{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  margin-left: 25px;
  z-index: 1;
}

.service-section .left-column{
  position: relative;
  display: block;
  padding-right: 180px;
}

.service-section .right-column{
  position: relative;
  display: block;
  padding-left: 180px;
}

.service-block-one{
  position: relative;
  max-width: 320px;
  width: 100%;
  z-index: 1;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 40px 40px 35px 40px;
  box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 8%);
  margin-bottom: 70px;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover{
  transform: translateY(-10px);
  box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 12%);
}

.service-block-one .inner-box .icon-box{
  position: relative;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 27px;
  transition: all 500ms ease;
}

.service-block-one .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 600;
  margin-bottom: 14px;
}

.service-block-one .inner-box h4 a{
  display: inline-block;
  color: #172746;
}

.service-block-one .inner-box h4 a:hover{

}

.service-section .left-column .service-block-one:first-child,
.service-section .right-column .service-block-one:last-child{
  left: 70px;
}

.service-section .sec-title{
  margin-bottom: 57px;
}

.service-section .bg-shape-1{
  position: absolute;
  left: 50%;
  bottom: -300px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
  width: 900px;
  height: 900px;
  border-radius: 50%;
}

.service-section .bg-shape-2{
  position: absolute;
  left: 50%;
  bottom: -200px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.6);
  width: 700px;
  height: 700px;
  border-radius: 50%;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
}

.service-section .bg-shape-3{
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 1);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
}


/** chooseus-section **/

.chooseus-section{
  position: relative;
  padding: 155px 0px 88px 0px;
}

.content_block_2 .content-box{
  position: relative;
  display: block;
}

.content_block_2 .content-box .single-item{
  position: relative;
  display: block;
  padding-left: 85px;
  margin-bottom: 27px;
  min-height: 90px;
}

.content_block_2 .content-box .single-item:last-child{
  margin-bottom: 0px;
}

.content_block_2 .content-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 4px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 66px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
}

.content_block_2 .content-box .single-item h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}

.content_block_2 .content-box .single-item p{
  color: #fff;
}

.content_block_2 .content-box .sec-title{
  margin-bottom: 30px;
}

.chooseus-section .content_block_2 .content-box{
  margin-right: 35px;
}

.chooseus-section .image-box{
  position: relative;
  display: block;
  margin-right: -140px;
  top: 180px;
  z-index: 1;
}

.chooseus-section .image-box .image{
  position: relative;
  display: block;
  background: #fff;
  border: 15px solid #fff;
  box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 10%);
}

.chooseus-section .image-box .image img{
  width: 100%;
}

.chooseus-section .bg-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.chooseus-section .shape-layer .shape-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 604px;
  height: 395px;
  background-repeat: no-repeat;
}

.chooseus-section .shape-layer .shape-2{
  position: absolute;
  top: -50px;
  right: 230px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.chooseus-section .shape-layer .shape-3{
  position: absolute;
  top: -40px;
  right: -120px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
}

.chooseus-section .shape-layer .shape-4{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 62px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}



/** shop-section **/

.shop-section{
  position: relative;
  padding: 20px 0px 15px 0px;
}

.shop-section .row {
  display: flex;
  flex-wrap: wrap;
}

.shop-section .shop-block {
  display: flex;
}

.shop-block-one {
  height: 100%;
  width: 100%;
}

.shop-block-one .inner-box{
  position: relative;
  display: flex;
  flex-direction:column;
  height:100%;
  background: #fff;
  overflow: hidden;
  padding: 23px 25px 20px 25px;
  text-align: center;
  box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 8%);
}

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

.shop-block-one .inner-box .image-box img{
  transition: all 500ms ease;
}

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

.shop-block-one .inner-box .lower-content{
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 55px;
}

.shop-block-one .inner-box .lower-content .btn-box{
  margin-top: auto;
}

.shop-block-one .inner-box .lower-content .shape{
  position: absolute;
  left: 0px;
  top: 13px;
  width: 100%;
  height: 10px;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

.shop-block-one .inner-box .lower-content span{
  position: relative;
  display: block;
  font-size: 15px;
  margin-bottom: 9px;
}

.shop-block-one .inner-box .lower-content h4{
  display: block;
  font-size: 20px;
  /* line-height: 30px; */
  font-weight: 600;
  margin-bottom: 20px;
}

.shop-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #172746;
}

.shop-block-one .inner-box .lower-content h4 a:hover{

}

.shop-block-one .inner-box .lower-content h6{
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 16px;
}

.shop-block-one .inner-box .lower-content p{
  margin-bottom: 23px;
}


.shop-block-one .inner-box .lower-content .theme-btn{
  padding: 10.5px 37px;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 188px 0px 225px 0px;
}

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

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 45px 30px 45px 190px;
}

.testimonial-block-one .inner-box .author-thumb{
  position: absolute;
  left: 40px;
  top: 40px;
  width: 120px;
  height: 150px;
  border-radius: 100px;
}

.testimonial-block-one .inner-box .author-thumb img{
  width: 100%;
  border-radius: 100px;
}

.testimonial-block-one .inner-box .rating li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-size: 18px;
}

.testimonial-block-one .inner-box .rating li:last-child{
  margin: 0px !important;
}

.testimonial-block-one .inner-box .rating{
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.testimonial-block-one .inner-box p{
  color: #222222;
  margin-bottom: 20px;
}

.testimonial-block-one .inner-box h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 1px;
}

.testimonial-block-one .inner-box .designation{
  position: relative;
  display: block;
  font-size: 12px;
  color: #787878;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.testimonial-section .owl-dots{
  position: absolute;
  top: -80px;
  right: -7.5px;
}

.testimonial-section .owl-dots span{
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #dfe5eb !important;
  border-radius: 50%;
  margin: 0px 7.5px !important;
  cursor: pointer;
  transition: all 500ms ease !important;
}

.testimonial-section .owl-dots .owl-dot.active span,
.testimonial-section .owl-dots span:hover{

}

.testimonial-section .shape-layer .shape-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 80px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-section .shape-layer .shape-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 134px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}


/** team-section **/

.team-section{
  position: relative;
  padding: 145px 0px 150px 0px;
}

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

.team-block-one .inner-box{
  position: relative;
  display: block;
  background: transparent;
  padding: 0px 50px 44px 50px;
}

.team-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: calc(100% - 135px);
  left: 0px;
  bottom: 0px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 8%);
  z-index: -1;
}

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

.team-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #0c1529;
}

.team-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .image img{
  opacity: 0.4;
}

.team-block-one .inner-box .image-box .social-links{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%,-50%) scale(0,0);
  text-align: center;
  transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box .social-links{
  transform: translate(-50%,-50%) scale(1,1);
}

.team-block-one .inner-box .image-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 8px;
}

.team-block-one .inner-box .image-box .social-links li a{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #0c1529;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
}

.team-block-one .inner-box .image-box .social-links li a:hover{
  color: #fff;
}

.team-block-one .inner-box .lower-content{
  position: relative;
  padding-top: 20px;
}

.team-block-one .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}

.team-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #172746;
}

.team-block-one .inner-box .lower-content h4 a:hover{

}

.team-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-size: 12px;
  color: #787878;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.team-block-one .inner-box .lower-content .share-box{
  position: absolute;
  top: 53px;
  right: 0px;
}

.team-block-one .inner-box .lower-content .share-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  background-color: #fff;
  width: 46px;
  height: 46px;
  line-height: 46px;
  color: #3c4858;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 20%);
}

.team-block-one .inner-box .lower-content .share-box a:hover{
  color: #fff;
  box-shadow: none;
}


/** cta-section **/

.cta-section{
  position: relative;
  padding: 80px 0px 85px 0px;
}

.cta-section .image-box{
  position: relative;
  display: block;
  margin-right: 70px;
}

.cta-section .image-box img{
  max-width: none;
  float: right;
}

.content_block_3 .content-box{
  position: relative;
  display: block;
}

.content_block_3 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.content_block_3 .content-box .text p{
  color: #fff;
}

.content_block_3 .content-box .list{
  position: relative;
  margin-bottom: 37px;
}

.content_block_3 .content-box .list li{
  position: relative;
  display: block;
  margin-bottom: 13px;
  padding-left: 38px;
  font-size: 15px;
  font-family: 'Spartan', sans-serif;
  font-weight: 500;
  color: #fff;
}

.content_block_3 .content-box .list li:before{
  position: absolute;
  content: "\f10a";
  font-family: 'flaticon';
  font-size: 8px;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  left: 0px;
  top: 1px;
}

.content_block_3 .content-box .theme-btn:hover{

}

.content_block_3 .content-box .theme-btn:before{
  background-color: #fff;
}

.content_block_3 .content-box .sec-title{
  margin-bottom: 17px;
}

.cta-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 896px;
  height: 414px;
  background-repeat: no-repeat;
}

.cta-section .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 330px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.cta-section .pattern-layer .pattern-3{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 37px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-section .pattern-layer .pattern-4{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 44px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}


/** news-section **/

.news-section{
  position: relative;
  padding: 145px 0px 150px 0px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  background-color: #fff;
  /* padding: 30px; */
  padding-top: 0px;
  z-index: 1;
}

.news-block-one .inner-box:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: calc(100% - 120px);
  left: 0px;
  bottom: 0px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 8%);
  z-index: -1;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #0c1529;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
  opacity: 0.4;
  transform: scale(1.05);
}

.news-block-one .inner-box .lower-content{
  position: relative;
  /* padding-top: 24px; */
  padding: 25px;
}

.news-block-one .inner-box .lower-content .category{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.news-block-one .inner-box .lower-content .category a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.news-block-one .inner-box .lower-content .category a:hover{
  text-decoration: underline;
}

.news-block-one .inner-box .lower-content h4{
  display: block;
  font-size: 23px;
  /* line-height: 28px; */
  font-weight: 600;
  margin-bottom: 5px;
}

.news-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #172746;
}

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

}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 14px;
  font-size: 15px;
  /* color: #93959e; */
  font-weight: 600;
  /* color: #172746; */
  font-weight: 600;
  color: #373636;
  text-transform: uppercase;
  font-size: 13px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
  /* margin-bottom: 0px; */
}

.news-block-one .inner-box .lower-content .post-info li a{
  display: inline-block;
  font-weight: 600;
  color: #373636;
  text-transform: uppercase;
  font-size: 13px;
}

.news-block-one .inner-box .lower-content .post-info li a:hover{

}

.news-block-one .inner-box .lower-content .post-info{
  position: relative;
  display: block;
  /* margin-bottom: 14px; */
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.news-block-one .inner-box .lower-content .post-info li:before{
  position: absolute;
  content: '';
  background-color: #93959e;
  width: 4px;
  height: 1px;
  top: 14px;
  right: -9px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before{
  display: none;
}

.news-block-one .inner-box .lower-content .text{
  margin-bottom: 23px;
}

.news-block-one .inner-box .lower-content .theme-btn{
  padding: 10.5px 30px;
}

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


/** main-footer **/

.main-footer{
  position: relative;
  background-color: #001a56;
}

.main-footer .pattern-layer .pattern-3{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 165px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.main-footer .footer-top{
  position: relative;
  width: 100%;
  padding: 260px 0px 100px 0px;
}

.main-footer .footer-top .text h2{
  font-size: 30px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  margin: 0px;
}

.main-footer .footer-top .text h2 span{

}

.main-footer .footer-top .support-box a{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 17.5px 40px;
  border-radius: 30px;
  z-index: 1;
  transition: all 500ms ease;
}

.main-footer .footer-top .support-box a i{
  margin-right: 18px;
}

.main-footer .footer-top .line-shape{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 22px;
  background-repeat: no-repeat;
}

.main-footer .widget-section{
  position: relative;
  width: 100%;
  padding: 40px 0px 50px 0px;
}

.main-footer .logo-widget{
  position: relative;
}

.main-footer .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 5px;
}

.main-footer .logo-widget .text{
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.main-footer .logo-widget .text p{
  color: #fff;
}

.main-footer .logo-widget .schedule-box h6{
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.main-footer .logo-widget .schedule-box .list li{
  position: relative;
  display: block;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  margin-bottom: 4px;
}

.main-footer .logo-widget .schedule-box .list li:last-child{
  margin-bottom: 0px;
}

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

.main-footer .widget-title h4{
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}

.main-footer .contact-widget .info-list li{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  padding-left: 34px;
  margin-bottom: 10px;
}

.main-footer .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .contact-widget .info-list li a{
  display: inline-block;
  color: #fff;
}

.main-footer .contact-widget .info-list li a:hover{

}

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

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

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  font-size: 15px;
  color: #fff;
  margin-bottom: 5px;
}

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

.main-footer .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  color: #fff;
}

.main-footer .links-widget .links-list li a:hover{

}

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

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

.main-footer .subscribe-widget p{
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 43px;
}

.main-footer .subscribe-widget .form-group{
  position: relative;
  margin: 0px;
  border-radius: 30px;
  overflow: hidden;
}

.main-footer .subscribe-widget .form-group input[type="email"]{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 16px;
  color: #808080;
  padding: 10px 70px 10px 30px;
  transition: all 500ms ease;
}

.main-footer .subscribe-widget .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-footer .subscribe-widget .form-group input:focus{

}

.main-footer .pattern-layer .pattern-1{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 694px;
  height: 389px;
  background-repeat: no-repeat;
}

.main-footer .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 384px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.footer-bottom{
  position: relative;
  width: 100%;
  background-color: #001442;
  padding: 20px 0px;
}

.footer-bottom .bottom-inner{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom .copyright p{
  font-size: 15px;
  line-height: 40px;
  color: #fff;
}

.footer-bottom .copyright p a{

}

.footer-bottom .copyright p a:hover{
  text-decoration: underline;
}

.footer-bottom .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 3.5px;
}

.footer-bottom .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.footer-bottom .social-links li a:hover{

}

.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  margin-right: 30px;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
}

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

.footer-bottom .footer-nav li a{
  position: relative;
  display: inline-block;
  color: #fff;
}

.footer-bottom .footer-nav li a:hover{

}

.footer-bottom .footer-nav li:before{
  position: absolute;
  content: '';
  background-color: #fff;
  width: 1px;
  height: 15px;
  top: 14px;
  right: -17px;
}

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

.owl-carousel .owl-nav button,
.owl-carousel .owl-dots button{
  background: transparent;
}



/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/** banner-style-two **/

.banner-style-two{
  position: relative;
  background-color: #fff;
  padding-bottom: 20px;
}

.banner-style-two .pattern-layer-2{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1000px;
  height: 682px;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 1;
}

.banner-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.banner-style-two .banner-carousel .content-box h2,
.banner-style-two .banner-carousel .content-box p{
  color: #172746;
}

.banner-style-two .banner-carousel .content-box .btn-box .banner-btn{
  background-color: #fff;
  border-color: #fff;
  color: #172746 !important;
}

.banner-style-two .banner-carousel .content-box .btn-box .banner-btn:hover{
  color: #fff !important;
}

.banner-style-two .banner-carousel .content-box .btn-box .banner-btn:before{

}

.banner-style-two .image-box .image{
  position: absolute;
  top: -26px;
  right: -190px;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-style-two .active .image-box .image{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-style-two .banner-carousel .content-box {
  padding: 243px 0px 350px 0px;
}

.banner-carousel .owl-nav{
  position: absolute;
  left: 0px;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
}

.banner-carousel .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  font-size: 24px;
  color: #172746;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav button.owl-prev{
  left: 50px;
}

.banner-carousel .owl-nav button.owl-next{
  right: 50px;
}

.banner-carousel .owl-nav button:hover{
  color: #fff;
}


.feature-section.alternat-2{
  padding: 145px 0px;
}

.feature-section.alternat-2 .inner-container{
  padding: 0px;
  box-shadow: none;
  margin: 0px;
}

.feature-section.alternat-2 .feature-block-one .inner-box{
  padding: 0px 15px;
}


/** about-style-two **/

.about-style-two{
  position: relative;
  padding-top: 190px;
}

.about-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 854px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.about-style-two .sec-title{
  margin-bottom: 0px;
}

.about-style-two .content-box{
  position: relative;
  display: block;
  margin-bottom: 93px;
}

.about-style-two .content-box .text{
  position: relative;
  margin-left: 40px;
}

.about-style-two .content-box .text p{
  margin-bottom: 26px;
}

.about-style-two .content-box .text p:last-child{
  margin-bottom: 0px;
}

.about-style-two .video-inner{
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 10%);
}

.about-style-two .video-inner .inner-box{
  position: relative;
  width: 100%;
  padding: 175px 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-style-two .video-inner .inner-box:before{
  position: absolute;
  content: '';
  background-color: #172746;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.2;
}

.about-style-two .video-inner .inner-box .video-btn a{
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  width: 120px;
  height: 120px;
  line-height: 101px;
  border: 10px solid #fff;
  border-radius: 50%;
}

.about-style-two .video-inner .inner-box .video-btn a:after, 
.about-style-two .video-inner .inner-box .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;
}

.about-style-two .video-inner .inner-box .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 60px 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 60px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 60px 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);
  }
}

.pt-145{
  padding-top: 145px !important;
}


/** cta-style-two **/

.cta-style-two{
  position: relative;
  overflow: hidden;
  padding-top: 40px;
}

.cta-style-two .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 36px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-style-two .content_block_4 .content-box{
  margin-left: 35px;
}

.content_block_4 .content-box{
  position: relative;
  display: block;
}

.content_block_4 .content-box .sec-title{
  margin-bottom: 17px;
}

.content_block_4 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.content_block_4 .content-box .text p{
  color: #3c4858;
}

.content_block_4 .content-box .list{
  position: relative;
  display: block;
  margin-bottom: 37px;
}

.content_block_4 .content-box .list li{
  position: relative;
  display: block;
  margin-bottom: 13px;
  padding-left: 38px;
  font-size: 15px;
  font-family: 'Spartan', sans-serif;
  font-weight: 500;
  color: #3c4858;
}

.content_block_4 .content-box .list li:last-child{
  margin-bottom: 0px;
}

.content_block_4 .content-box .list li:before{
  position: absolute;
  content: "\f10a";
  font-family: 'flaticon';
  font-size: 8px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  left: 0px;
  top: 1px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding-right: 90px;
}

.image_block_1 .image-box .image{
  position: relative;
  display: block;
  z-index: 1;
}

.image_block_1 .image-box .image img{
  max-width: none;
  float: right;
}

.image_block_1 .image-box:before{
  position: absolute;
  content: '';
  background-color: #fff;
  width: 300px;
  height: 300px;
  top: 190px;
  right: 0px;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 3%);
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.image_block_1 .image-box:after{
  position: absolute;
  content: '';
  background-color: #fff;
  width: 200px;
  height: 200px;
  top: 125px;
  left: -60px;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 3%);
  -webkit-animation: zoom-fade 7s infinite linear;
  animation: zoom-fade 7s infinite linear;
}

.cta-style-two .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 290px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.testimonial-section .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 573px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.testimonial-section .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 275px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.testimonial-section.alternat-2 .owl-dots{
  position: relative;
  top: 0px;
  right: 0px;
  display: block;
  text-align: center;
  margin-top: 56px;
}

.testimonial-section.alternat-2{
  padding-top: 145px;
  padding-bottom: 140px;
}

.testimonial-section.alternat-2 .sec-title{
  margin-bottom: 45px;
}


/** contact-section **/

.contact-section{
  position: relative;
}

.contact-section .title-inner{
  position: relative;
  display: block;
  margin-right: 35px;
}

.contact-section .title-inner .sec-title{
  margin-bottom: 20px;
}

.content_block_5 .form-inner{
  position: relative;
  display: block;
  background-color: #fff;
  box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 8%);
  padding: 50px 50px;
}

.content_block_5 .form-inner .form-group{
  position: relative;
  margin-bottom: 20px;
}

.content_block_5 .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.content_block_5 .form-inner .form-group input[type='text'],
.content_block_5 .form-inner .form-group input[type='email'],
.content_block_5 .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #dfe6e6;
  font-size: 16px;
  color: #727272;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.content_block_5 .form-inner .form-group textarea{
  height: 150px;
  resize: none;
}

.content_block_5 .form-inner .form-group input:focus,
.content_block_5 .form-inner .form-group textarea:focus{

}

.contact-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 134px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}



/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/


/** header-style-two **/

.header-style-two{
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
}


/** banner-style-three **/

.banner-style-three{
  position: relative;
  background-color: #fff;
}

.banner-style-three .banner-carousel .content-box .btn-box .banner-btn{
  border-color: #e7ebed;
}

.banner-style-three .banner-carousel .content-box {
  padding: 290px 0px 255px 0px;
}

.banner-style-three .banner-carousel .owl-nav{
  top: 50%;
}

.feature-section.light .inner-container{
  background: transparent;
  margin: 0px;
}

.feature-section.light .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: -61px;
  width: 100%;
  height: 61px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.feature-section.light .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.feature-section.light .title-text h2{
  color: #fff;
}

.feature-section.light .feature-block-one .inner-box h4{
  color: #fff;
}

.feature-section.light .feature-block-one .inner-box p{
  color: rgba(255, 255, 255, 0.70);
}

.feature-section.light{
  padding: 113px 0px 177px 0px;
}

/* Feature Section Mobile - 2 Column Layout */
@media (max-width: 767px) {
  .feature-section .row.clearfix {
    display: flex;
    flex-wrap: wrap;
  }

  .feature-section .feature-block.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-section .feature-block.col-sm-12.last-item-full {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .feature-section .feature-block-one .inner-box {
    padding: 15px 12px;
  }

  .feature-section .feature-block-one .inner-box h4,
  .feature-section.light .feature-block-one .inner-box h4 {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
    margin-top: 5px !important;
  }

  .feature-section .feature-block-one .inner-box p,
  .feature-section.light .feature-block-one .inner-box p {
    line-height: 1.6 !important;
    margin-top: 5px !important;
  }

  .feature-section .feature-block-one .inner-box .icon-box {
    font-size: 22px !important;
    margin-bottom: 8px;
  }

  .feature-section .title-text h2,
  .feature-section.light .title-text h2 {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 480px) {
  .feature-section .feature-block.col-sm-6 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .feature-section .feature-block-one .inner-box {
    padding: 12px 8px;
  }

  .feature-section .feature-block-one .inner-box h4,
  .feature-section.light .feature-block-one .inner-box h4 {
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
  }

  .feature-section .feature-block-one .inner-box p,
  .feature-section.light .feature-block-one .inner-box p {
    line-height: 1.5 !important;
    margin-top: 4px !important;
  }

  .feature-section .feature-block-one .inner-box .icon-box {
    font-size: 18px !important;
  }

  .feature-section .title-text h2,
  .feature-section.light .title-text h2 {
    font-size: 18px !important;
  }
}


/** about-style-three **/

.about-style-three{
  position: relative;
  padding: 150px 0px 150px 0px;
}

.image_block_2 .image-box{
  position: relative;
  display: block;
  margin-right: 20px;
}

.image_block_2 .image-box .image-1{
  position: relative;
  display: block;
  opacity: 1;
  transition: all 500ms ease;
}

.image_block_2 .image-box .image-2{
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.image_block_2 .image-box .image-1 img{
  max-width: none;
  float: right;
}

.image_block_2 .image-box:hover .image-1{
  opacity: 0;
}

.image_block_2 .image-box:hover .image-2{
  opacity: 1;
}

.image_block_2 .image-box .text{
  position: absolute;
  right: 48px;
  bottom: -36px;
  width: 220px;
  height: 220px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  border: 10px solid rgba(0, 209, 249, 0.8);
  padding: 60px 15px;
  box-shadow: 0px 30px 50px 0px rgb(0 0 0 / 15%);
}

.image_block_2 .image-box .text h2{
  display: block;
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 0px;
}

.image_block_2 .image-box .text h6{
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.shop-section .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 38px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}


/** pricing-section **/

.pricing-section{
  position: relative;
  padding-bottom: 185px;
}

.pricing-section .inner-box{
  position: relative;
  padding-left: 50px;
}

.pricing-section .inner-box .inner-pattern{
  position: absolute;
  left: -40px;
  top: -75px;
  width: 745px;
  height: 659px;
  background-repeat: no-repeat;
  z-index: -1;
}

.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.9,0.9) translateY(0px);
}

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

.pricing-section .pr-content .pr-tab.active-tab{
  position: relative;
  z-index: 5;
  -webkit-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
}

.pricing-section .pr-content .pr-tab{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transform: scale(0.8,0.8) translateX(410px);
  -ms-transform: scale(0.8,0.8) translateX(410px);
  -o-transform: scale(0.8,0.8) translateX(410px);
  -moz-transform: scale(0.8,0.8) translateX(410px);
  transform: scale(0.8,0.8) translateX(410px);
}

.pricing-block-one{
  max-width: 350px;
  width: 100%;
}

.pricing-block-one .pricing-table{
  position: relative;
  display: block;
  background-color: #fff;
  padding: 32px 30px 40px 40px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
	min-width: 350px;
}

.pricing-block-one .pricing-table .shape-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 149px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.pricing-section .content-box{
  position: relative;
  display: block;
  margin-right: 40px;
}

.pricing-section .content-box .sec-title{
  margin-bottom: 23px;
}

.pricing-section .content-box .text{
  margin-bottom: 49px;
}

.pricing-section .tab-btn-box{
  position: relative;
  display: block;
}

.pricing-section .tab-btn-box .tab-btns{
  position: relative;
  max-width: 286px;
  width: 100%;
}

.pricing-section .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #172746;
  font-weight: 600;
  border: 2px solid #efefef;
  background-color: #fff;
  padding: 12.5px 15px;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-section .tab-btn-box .tab-btns li:first-child{
  border-radius: 30px 0px 0px 30px;
}

.pricing-section .tab-btn-box .tab-btns li:last-child{
  border-radius: 0px 30px 30px 0px;
}

.pricing-section .tab-btn-box .tab-btns li.active-btn{
  color: #fff;
}

.pricing-block-one .pricing-table .price-box{
  position: absolute;
  top: 0px;
  right: 30px;
  width: 89px;
  text-align: center;
  padding: 16px 15px;
}

.pricing-block-one .pricing-table .title{
  position: relative;
  display: block;
  max-width: 150px;
}

.pricing-block-one .pricing-table h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}

.pricing-block-one .pricing-table .price-box h3{
  margin-bottom: 5px;
}

.pricing-block-one .pricing-table .price-box span{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 10px;
  color: rgba(255, 255, 255, 0.70);
  text-transform: uppercase;
}

.pricing-block-one .pricing-table .price-box .price-shape .shape-1{
  position: absolute;
  left: -9px;
  top: -13px;
  width: 107px;
  height: 13px;
  background-repeat: no-repeat;
}

.pricing-block-one .pricing-table .price-box .price-shape .shape-2{
  position: absolute;
  left: 0px;
  bottom: -19px;
  width: 89px;
  height: 20px;
  background-repeat: no-repeat;
}

.pricing-block-one .pricing-table .table-header{
  padding-bottom: 60px;
}

.pricing-block-one .pricing-table .table-content{
  position: relative;
  display: block;
  padding: 20px 0px 34px 0px;
}

.pricing-block-one .pricing-table .table-content .feature-list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #172746;
  padding-left: 30px;
  margin-bottom: 21px;
}

.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: "\f10a";
  font-family: 'flaticon';
  font-size: 14px;
  left: 0px;
  top: 0px;
  font-weight: 700;
}

.pricing-block-one .pricing-table .table-content .feature-list li.light{
  color: #898c8f;
}

.pricing-block-one .pricing-table .table-content .feature-list li.light:before{
  color: #cecece;
}

.pricing-block-one .pricing-table .theme-btn{
  padding: 12.5px 34px;
}

.pricing-section .pr-content .pr-tab.active-tab .pricing-block-one .pricing-table .title h3{
  font-size: 24px;
}

.pricing-section .pr-content .pr-tab .pricing-block-one .pricing-table .title h3{
  font-size: 18px;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  padding: 235px 0px 360px 0px;
  overflow: hidden;
}

.testimonial-style-two .owl-dots{
  position: relative;
  display: block;
  margin-top: 56px;
}

.testimonial-style-two .owl-dots span{
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #fff !important;
  border-radius: 50%;
  margin: 0px 7.5px !important;
  cursor: pointer;
  transition: all 500ms ease !important;
}

.testimonial-style-two .owl-dots .owl-dot.active span,
.testimonial-style-two .owl-dots span:hover{

}

.testimonial-style-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-style-two .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-style-two .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-block-two{
  position: relative;
  margin-top: 75px;
}

.testimonial-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 0px 30px 45px 30px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
}

.testimonial-block-two .inner-box .author-thumb{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 150px;
  border-radius: 100px;
  margin-top: -75px;
  margin-bottom: 32px;
}

.testimonial-block-two .inner-box .author-thumb img{
  width: 100%;
  border-radius: 100px;
}

.testimonial-block-two .inner-box .rating li{
  position: relative;
  display: inline-block;
  margin-right: 7px;
  font-size: 18px;
}

.testimonial-block-two .inner-box .rating li:last-child{
  margin: 0px !important;
}

.testimonial-block-two .inner-box .rating{
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.testimonial-block-two .inner-box p{
  font-size: 17px;
  line-height: 30px;
  color: #222222;
  margin-bottom: 18px;
}

.testimonial-block-two .inner-box h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 1px;
}

.testimonial-block-two .inner-box .designation{
  position: relative;
  display: block;
  font-size: 15px;
}

.testimonial-style-two .thumb-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.testimonial-style-two .thumb-box .thumb{
  position: absolute;
  border-radius: 100px;
  z-index: 1;
}

.testimonial-style-two .thumb-box .thumb img{
  border-radius: 100px;
}

.testimonial-style-two .sec-title{
  margin-bottom: 40px;
}

.testimonial-style-two .pattern-layer .pattern-1{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 134px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-style-two .pattern-layer .pattern-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 80px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.testimonial-style-two .thumb-box .thumb-1{
  left: 320px;
  top: 380px;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.testimonial-style-two .thumb-box .thumb-2{
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.testimonial-style-two .thumb-box .thumb-3{
  left: 320px;
  bottom: 370px;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.testimonial-style-two .thumb-box .thumb-4{
  right: 320px;
  top: 380px;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.testimonial-style-two .thumb-box .thumb-5{
  right: 120px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.testimonial-style-two .thumb-box .thumb-6{
  right: 320px;
  bottom: 370px;
  -webkit-animation: zoom-fade 3s infinite linear;
  animation: zoom-fade 3s infinite linear;
}

.testimonial-style-two .map-layer{
  position: absolute;
  left: 0px;
  top: 170px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}


/** video-section **/

.video-section{
  position: relative;
}

.video-section .video-inner{
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 10%);
}

.video-section .video-inner .inner-box{
  position: relative;
  width: 100%;
  padding: 175px 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-section .video-inner .inner-box:before{
  position: absolute;
  content: '';
  background-color: #172746;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.2;
}

.video-section .video-inner .inner-box .video-btn a{
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  width: 120px;
  height: 120px;
  line-height: 108px;
  border: 10px solid #fff;
  border-radius: 50%;
}

.video-section .video-inner .inner-box .video-btn a:after, 
.video-section .video-inner .inner-box .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-inner .inner-box .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.video-section .inner-container{
  position: relative;
  margin-top: -215px;
  z-index: 1;
}



/*** 

====================================================================
                        About-Page
====================================================================

***/


/** page-title **/

.page-title{
  position: relative;
  width: 100%;
  padding: 20px 0px 60px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 68px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 60px;
    font-weight: 800;
    margin-bottom: 11px;
    color: #fff;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Spartan', sans-serif;
  font-weight: 500;
  padding-right: 16px;
  margin-right: 10px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.page-title .bread-crumb li a {
    display: inline-block;
    color: #fff;
}

.page-title .bread-crumb li a:hover{

}

.page-title .bread-crumb li:before {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 5px;
    height: 5px;
    top: 14px;
    right: 5px;
    border-radius: 50%;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}

.pt-0{
  padding-top: 0px !important;
}

.testimonial-section.about-page{
  padding-top: 235px;
}

.testimonial-section .shape-layer .shape-3{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 80px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.pt-170{
  padding-top: 170px;
}

.team-page-section .team-block-one .inner-box{
  margin-bottom: 70px;
}

.team-page-section{
  padding: 150px 0px 80px 0px;
}

.testimonial-section.testimonial-page{
  padding: 145px 0px 150px 0px;
}

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

.testimonial-style-two.testimonial-page{
  padding: 200px 0px;
}


/** testimonial-style-three **/

.testimonial-style-three{
  position: relative;
  padding: 145px 0px 150px 0px;
}

.testimonial-style-three .sec-title{
  margin-bottom: 40px;
}

.testimonial-style-three .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 30px 48px 30px;
  box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 8%);
}

.testimonial-style-three .inner-box .author-thumb {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 34px !important;
}

.testimonial-style-three .inner-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-three .inner-box .rating li{
  position: relative;
  display: inline-block;
  margin-right: 7px;
  font-size: 18px;
}

.testimonial-style-three .inner-box .rating li:last-child{
  margin: 0px !important;
}

.testimonial-style-three .inner-box .rating{
  position: relative;
  display: block;
  margin-bottom: 18px;
}

.testimonial-style-three .inner-box p{
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  margin-bottom: 20px;
}

.testimonial-style-three .inner-box h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 1px;
}

.testimonial-style-three .inner-box .designation{
  position: relative;
  display: block;
  font-size: 15px;
}

.testimonial-style-three .thumb-box{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.testimonial-style-three .thumb-box .thumb{
  position: absolute;
  border-radius: 100px;
  z-index: 1;
}

.testimonial-style-three .thumb-box .thumb img{
  border-radius: 100px;
}



/*** 

====================================================================
                        Faq-Page
====================================================================

***/


.faq-page-section{
  position: relative;
  padding: 145px 0px 150px 0px;
}

.accordion-box .block{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #e6ebeb;
  transition: all 500ms ease;
}

.accordion-box .block:last-child{
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #dadee1;
  z-index: 1;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer i{
  opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer i{
  opacity: 0;
}

.accordion-box .block .acc-btn .icon-outer:before{
  position: absolute;
  content: "\f068";
  font-family: 'Font Awesome 5 Pro';
  opacity: 0;
  color: #fff;
  font-weight: 400;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer:before{
  opacity: 1;
}

.accordion-box .block .acc-btn{
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0px;
  padding: 21px 30px;
  padding-right: 100px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h4{
  color: #fff;
}


.accordion-box .block .acc-content{
  position:relative;
  display:none;
  padding: 33px 80px 42px 30px;
  border-top: 1px solid #e6ebeb;
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.accordion-box .block .acc-content p{
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px;
}

.accordion-box .block .acc-content .list li{
  position: relative;
  display: block;
  font-size: 16px;
  color: #172746;
  padding-left: 20px;
  margin-bottom: 10px;
}

.accordion-box .block .acc-content .list li:last-child{
  margin-bottom: 0px;
}

.accordion-box .block .acc-content .list li:before{
  position: absolute;
  content: '';
  border: 1px solid #cfd3d3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0px;
  top: 8px;
}

.faq-content{
  position: relative;
  display: block;
  margin-right: 20px;
}

.faq-sidebar{
  position: relative;
  display: block;
  margin-left: 20px;
}

.faq-sidebar .form-inner{
  position: relative;
  display: block;
  background-color: #ebf3fa;
  padding: 45px 30px 50px 30px;
}

.faq-sidebar .form-inner h3{
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 32px;
}

.faq-sidebar .form-inner form .form-group{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.faq-sidebar .form-inner form .form-group input[type="text"],
.faq-sidebar .form-inner form .form-group input[type="email"],
.faq-sidebar .form-inner form .form-group input[type="tel"],
.faq-sidebar .form-inner form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  color: #898c8f;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.faq-sidebar .form-inner form .form-group textarea{
  resize: none;
  height: 160px;
}

.faq-sidebar .form-inner form .form-group input:focus,
.faq-sidebar .form-inner form .form-group textarea:focus{

}

.faq-sidebar .form-inner form .form-group .theme-btn{
  display: block;
  width: 100%;
}



/*** 

====================================================================
                        Gallery-Page
====================================================================

***/

.gallery-section{
  position: relative;
  padding: 150px 0px 120px 0px;
}

.sortable-masonry .filters{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.sortable-masonry .filters .filter-tabs li{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-family: 'Open Sans', sans-serif;
  color: #172746;
  font-weight: 600;
  border: 2px solid #efefef;
  border-radius: 30px;
  text-align: center;
  padding: 9px 20px;
  margin: 0px 3.5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.sortable-masonry .filters .filter-tabs li.active{
  color: #fff;
}

.gallery-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.gallery-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #001442;
}

.gallery-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.gallery-block-one .inner-box:hover .image-box img{
  opacity: 0.4;
  transform: scale(1.05);
}

.gallery-block-one .inner-box .link{
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  left: 0px;
  top: 0px;
}

.gallery-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 400;
  transform: scale(0,0);
}

.gallery-block-one .inner-box:hover .link a{
  transform: scale(1,1);
}


/** error-page-section **/

.error-page-section{
  position: relative;
  padding: 200px 0px;
}

.error-page-section .inner-box{
  position: relative;
  display: block;
}

.error-page-section .inner-box .image-box{
  position: relative;
  display: block;
  margin-bottom: 114px;
}

.error-page-section .inner-box .image-box img{
  width: 100%;
}

.error-page-section .inner-box h1{
  position: relative;
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #001a56;
  font-weight: 700;
  margin-bottom: 20px;
}

.error-page-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #898c8f;
  font-weight: 500;
  margin-bottom: 67px;
}



/*** 

====================================================================
                        Service-Page
====================================================================

***/


.service-page-section{
  position: relative;
  padding: 150px 0px 120px 0px;
}

.service-block-two .inner-box{
  position: relative;
  display: block;
  background-color: #fff;
  padding: 60px 30px 50px 30px;
  box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
}

.service-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  margin-bottom: 44px;
}

.service-block-two .inner-box .icon-box .icon{
  position: relative;
  display: inline-block;
  width: 106px;
  height: 92px;
  line-height: 100px;
  text-align: center;
  font-size: 50px;
  color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.service-block-two .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background-color: rgba(0, 209, 249, 0.10);
    left: 0;
    top: 0;
    width: 106px;
    height: 92px;
    border-radius: 50%;
    animation-delay: .6s;
    -webkit-box-shadow: 0 0 0 0 rgb(0 209 249 / 15%);
    box-shadow: 0 0 0 0 rgb(0 209 249 / 15%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-block-two .inner-box .icon-box:after{
  position: absolute;
  content: '';
  background-color: rgba(0, 209, 249, 0.15);
  left: 0px;
  top: 0px;
  width: 106px;
    height: 92px;
  border-radius: 50%;
}

.service-block-two .inner-box h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-block-two .inner-box h4 a{
  display: inline-block;
  color: #172746;
}

.service-block-two .inner-box h4 a:hover{

}

.service-block-two .inner-box p{
  margin-bottom: 33px;
}

.service-block-two .inner-box .theme-btn{
  padding: 10.5px 34px;
}

.pb-150{
  padding-bottom: 150px;
}


/** service-details **/

.service-details{
  position: relative;
  padding: 150px 0px;
}

.service-details-content{
  position: relative;
  display: block;
}

.service-details-content h2{
  display: block;
  font-size: 33px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #172746;
  font-weight: 700;
}

.service-details-content .content-one .text {
    position: relative;
    margin-bottom: 25px;
}

.service-details-content img{
  width: 100%;
}

.service-details-content .content-one {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.service-details-content .content-two .text {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.service-details-content .content-two .text p{
  margin-bottom: 26px;
}

.service-details-content .content-two .text p:last-child{
  margin-bottom: 0px;
}

.service-details-content h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 14px;
}

.service-details-content h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.service-details-content .content-two .inner-box .single-item{
  position: relative;
  display: block;
  padding-left: 85px;
  margin-bottom: 27px;
  max-width: 480px;
  min-height: 90px;
}

.service-details-content .content-two .inner-box .single-item h4{
  margin-bottom: 8px;
}

.service-details-content .content-two .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.service-details-content .content-two .inner-box .single-item .icon-box{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 4px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.service-details-content .content-two {
    position: relative;
    margin-bottom: 25px;
}
.service-details-content .content-three .image-box {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.service-details-content .content-three p{
  margin-bottom: 26px;
}

.service-details-content .content-three p:last-child{
  margin-bottom: 0px;
}

.service-sidebar{
  position: relative;
  display: block;
  margin-left: 20px;
}

.service-sidebar h3{
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 21px;
}

.service-sidebar .category-list li{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.service-sidebar .category-list li:last-child{
  margin-bottom: 0px;
}

.service-sidebar .category-list li a{
  position: relative;
  display: block;
  font-size: 16px;
  font-family: 'Spartan', sans-serif;
  color: #172746;
  line-height: 26px;
  font-weight: 500;
  border: 1px solid #e7e7e7;
  padding: 16px 30px 16px 25px;
  z-index: 1;
}

.service-sidebar .category-list li a.current,
.service-sidebar .category-list li a:hover{
  color: #fff;
}

.service-sidebar .category-list li a:after{
  position: absolute;
  content: '';
  background-color: #007ec4;
  width: 0px;
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-sidebar .category-list li a.current:after,
.service-sidebar .category-list li a:hover:after{
  width: 4px;
}

.service-sidebar .category-list li a:before{
  position: absolute;
  content: '';
  width: 0px;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.service-sidebar .category-list li a.current:before,
.service-sidebar .category-list li a:hover:before{
  width: 100%;
}

.service-sidebar .category-list li a i{
  position: relative;
  margin-right: 12px;
  color: #fff;
  opacity: 0;
  transition: all 500ms ease;
}

.service-sidebar .category-list li a.current i,
.service-sidebar .category-list li a:hover i{
  opacity: 1;
}



/*** 

====================================================================
                        Shop-Page
====================================================================

***/

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

.shop-sidebar{
  margin-right: 20px;
}

.shop-page-section{
  position: relative;
  padding: 150px 0px 120px 0px;
}

.default-sidebar .sidebar-widget {
    position: relative;
    display: grid;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 8%);
    margin-bottom: 40px;
}

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

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

.default-sidebar .sidebar-widget .widget-title h3{
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
}

.default-sidebar .sidebar-search .form-group{
  position: relative;
  margin-bottom: 0px;
}

.default-sidebar .sidebar-search .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e6ebeb;
  font-size: 16px;
  color: #848484;
  padding: 10px 50px 10px 30px;
  transition: all 500ms ease;
}

.default-sidebar .sidebar-search .form-group button{
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 18px;
  color: #848484;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
}

.default-sidebar .sidebar-search .form-group input:focus{

}

.default-sidebar .sidebar-search .form-group input:focus + button,
.default-sidebar .sidebar-search .form-group button:hover{

}

.default-sidebar .sidebar-category .category-list li{
  position: relative;
  display: block;
  padding: 14px 0px 10px 0px;
  border-top: 1px solid #e9ebf0;
}

.default-sidebar .sidebar-category .category-list li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: 'Spartan', sans-serif;
  line-height: 28px;
  color: #172746;
  font-weight: 500;
}

.default-sidebar .sidebar-category .category-list li a:hover{
  padding-left: 28px;
}

.default-sidebar .sidebar-category .category-list li a i{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 18px;
  opacity: 0;
  transition: all 500ms ease;
}

.default-sidebar .sidebar-category .category-list li a:hover i{
  opacity: 1;
}

.default-sidebar .sidebar-category{
  padding-bottom: 30px;
}

.range-slider{
  position:relative;
}

.range-slider .title {
  position: relative;
  display: inline-block;
}

.range-slider p{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #182847;
  margin-right: 10px !important;
}

.range-slider .title:before {
  position: absolute;
  content: '$';
  left: -5px;
  top: -19px;
  color: #182847;
  font-size: 15px;
}

.range-slider .input{
  color:#182847;
  max-width: 75px;
  font-size:15px;
  margin-top:5px;
  position: relative;
  display: inline-block;
}

.range-slider .input input{
  background:none;
  color:#182847;
  font-size:15px;
  text-align:left;
  width: 80px;
}

.range-slider .ui-widget.ui-widget-content{
  height:4px;
  border:none;
  margin-bottom:24px;
  background:#f0f0f0; 
}

.range-slider .ui-slider .ui-slider-range{
  top:0px;
  height:4px;
  background-color: #002c8f;
}

.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default{
  top:-7px;
  width:18px;
  height:18px;
  border: none;
  border-radius:50%;
  cursor:pointer; 
  margin-left: 0px;
  background: #002c8f;
  box-shadow: 0px 5px 15px 0 rgba(0,0,0,0.4);
}

.range-slider .ui-state-default:before,
.range-slider .ui-widget-content .ui-state-default:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 6px;
  top: 6px;
}

.range-slider .filter-btn{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  padding: 4.5px 17.5px;
  border-radius: 30px;
  text-align: center;
  transition: all 500ms ease;
}

.range-slider .filter-btn:hover{
  background-color: #002c8f;
}

.default-sidebar .price-filter .widget-title{
  margin-bottom: 28px;
}

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

.default-sidebar .tags-widget .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #8a919e;
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  text-align: center;
  padding: 6px 25px;
}

.default-sidebar .tags-widget .tags-list li a:hover{
  color: #fff;
}

.shop-page-section .item-shorting .left-column .text,
.shop-page-section .item-shorting .left-column .short-box{
  position: relative;
  float: left;
}

.shop-page-section .item-shorting .left-column p{
  color: #172746;
  line-height: 44px;
}

.shop-page-section .item-shorting .select-box{
  float: left;
  width: 90px;
}

.shop-page-section .item-shorting .left-column .text{
  position: relative;
  float: left;
}

.shop-page-section .item-shorting .right-column .short-box,
.shop-page-section .item-shorting .right-column .filter-box{
  float: left;
}

.shop-page-section .item-shorting .right-column .select-box{
  width: 200px;
}

.shop-page-section .item-shorting .right-column .short-box p{
  float: left;
  margin-right: 15px;
  line-height: 44px;
}

.shop-page-section .item-shorting .filter-box{
  float: left;
}

.shop-page-section .item-shorting{
  margin-bottom: 50px;
}

.nice-select:after{
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  right: 20px;
}

.nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border: 1px solid #e5e5e5 !important;
  border-radius: 30px;
  padding: 0px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #172746;
  font-family: 'Open Sans', sans-serif;
  background: transparent;
}

.shop-page-section .shop-block-one .inner-box{
  margin-bottom: 10px;
}


/** shop-details **/

.shop-details{
  position: relative;
  padding: 150px 0px;
}

.product-details-content .product-details{
  position: relative;
  display: block;
  margin-left: 20px;
}

.product-details-content .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-right: 20px;
}

.product-details-content .image-box .preview-link{
  position: absolute;
  top: 20px;
  right: 20px;
}

.product-details-content .image-box .preview-link a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  font-size: 20px;
  color: #222222;
  text-align: center;
  z-index: 1;
}

.product-details-content .image-box .preview-link a:hover{
  color: #fff;
}

.product-details-content .product-details h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.product-details-content .product-details .rating{
  position: relative;
  margin-right: 15px;
}

.product-details-content .product-details .customer-rating{
  position: relative;
  margin-bottom: 17px;
}

.product-details-content .product-details .rating li{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin-right: 2px;
}

.product-details-content .product-details .rating li:last-child{
  margin-right: 0px;
}

.product-details-content .product-details .customer-rating .review a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #848484;
}

.product-details-content .product-details .customer-rating .review a:hover{

}

.product-details-content .product-details h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 24px;
}

.product-details-content .product-details .text{
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.product-details-content .product-details .addto-cart-box .clearfix li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.product-details-content .product-details .addto-cart-box .clearfix li:last-child{
  margin-right: 0px;
}

.product-details-content .product-details .addto-cart-box .clearfix li a{
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 20px;
  color: #1c2b49;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
}

.product-details-content .product-details .addto-cart-box .clearfix li a:hover{
  color: #fff;
}

.product-details-content .product-details .addto-cart-box{
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.product-details-content .product-details .other-option .list li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #848484;
}

.product-details-content .product-details .other-option .category{
  margin-top: 5px;
  margin-bottom: 4px;
}

.product-details-content .shape{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 12px;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

.shop-details .product-discription .shape{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 12px;
  background-repeat: repeat-x;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite;
}

.product-details-content .product-details .other-option .social-links{
  margin-top: 19px;
}

.product-details-content .product-details .other-option .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.product-details-content .product-details .other-option .social-links li:last-child{
  margin-bottom: 0px !important;
}

.product-details-content .product-details .other-option .social-links li h6{
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.product-details-content .product-details .other-option .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #aeaeae;
}

.product-details-content .product-details .other-option .social-links li a:hover{

}

.product-details-content{
  position: relative;
  display: block;
  padding-bottom: 130px;
}

.shop-details .product-discription{
  position: relative;
  background: #fff;
  padding: 120px 0px 125px 0px;
}

.shop-details .product-discription .tab-btn-box{
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.shop-details .product-discription .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 18px;
  line-height: 18px;
  color: #8a8d91;
  font-family: 'Spartan', sans-serif;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  margin-right: 20px;
  border-bottom: 1px solid transparent;
  transition: all 500ms ease;
}

.shop-details .product-discription .tab-btn-box .tab-btns li:last-child{
  margin: 0px !important;
}

.shop-details .product-discription .tab-btn-box .tab-btns li.active-btn{
  color: #182846;
  border-bottom: 1px solid #5d6475;
}

.shop-details .product-discription .tabs-content p{
  margin-bottom: 26px;
}

.shop-details .product-discription .tabs-content p:last-child{
  margin-bottom: 0px;
}

.shop-details .product-discription .tabs-content .customer-review .single-review{
  position: relative;
  margin-bottom: 37px;
}

.shop-details .product-discription .tabs-content .customer-review .single-review:last-child{
  margin-bottom: 0px;
}

.shop-details .product-discription .tabs-content .customer-review .single-review .image-box{
  position: absolute;
  left: 0px;
  top: 3px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.shop-details .product-discription .tabs-content .customer-review .single-review .image-box img{
  width: 100%;
  border-radius: 50%;
}

.shop-details .product-discription .tabs-content .customer-review .single-review .inner{
  position: relative;
  padding-left: 110px;
}

.shop-details .product-discription .tabs-content .customer-review .single-review .inner .rating{
  position: relative;
}

.shop-details .product-discription .tabs-content .customer-review .single-review .inner .rating li{
  position: relative;
  display: inline-block;
  font-size: 12px;
  margin-right: 2px;
}

.shop-details .product-discription .tabs-content .customer-review .single-review .inner .rating li:last-child{
  margin-right: 0px;
}

.shop-details .product-discription .tabs-content .customer-review .single-review .inner h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 12px;
}

.shop-details .product-discription .tabs-content .customer-review .single-review .inner h5 span{
  font-size: 15px;
  font-weight: 400;
  color: #93959e; 
}

.shop-details .product-discription .tabs-content .customer-review .single-review .inner p{
  line-height: 28px;
  color: #93959e;
}

.shop-details .product-discription .tabs-content h4{
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 600;
}

.shop-details .product-discription .tabs-content .customer-review{
  position: relative;
  display: block;
  padding-right: 30px;
  padding-bottom: 100px;
  border-right: 1px dashed #e5e5e5;
}

.shop-details .product-discription .tabs-content .customer-comments{
  position: relative;
  padding-left: 40px;
}

.shop-details .product-discription .tabs-content .customer-comments .rating-box p{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #93959e;
  margin-right: 12px;
}

.shop-details .product-discription .tabs-content .customer-comments .rating-box .rating{
  position: relative;
  display: inline-block;
}

.shop-details .product-discription .tabs-content .customer-comments .rating-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 12px;
  margin-right: 2px;
}

.shop-details .product-discription .tabs-content .customer-comments .rating-box .rating li:last-child{
  margin-right: 0px;
}

.shop-details .product-discription .tabs-content .customer-comments .rating-box{
  position: relative;
  margin-bottom: 17px;
}

.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group{
  position: relative;
  margin-bottom: 20px;
}

.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group label{
  position: relative;
  display: block;
  font-size: 15px;
  color: #93959e;
  margin-bottom: 5px;
}

.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input[type='text'],
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input[type='email'],
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  font-size: 15px;
  color: #848484;
  background: transparent;
  transition: all 500ms ease;
}

.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea{
  height: 150px;
  resize: none;
}

.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group input:focus,
.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group textarea:focus{

}

.shop-details .product-discription .tabs-content .customer-comments h3{
  margin-bottom: 23px;
}

.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group:last-child{
  margin-bottom: 0px;
}

.shop-details .product-discription .tabs-content .customer-comments .comment-form .form-group.message-btn{
  margin-top: 10px;
}


.product-details-content .product-details .addto-cart-box .item-quantity {
  position: relative;
  display: inline-block;
  max-width: 135px;
  height: 55px;
  width: 100%;
  float: left;
  padding: 0px 40px;
  margin-right: 10px;
  border: 1px solid #dddddd;
  z-index: 1;
  border-radius: 30px;
}

.product-details-content .product-details .addto-cart-box input.quantity-spinner {
  line-height: 53px;
  height: 53px;
  width: 43px !important;
  padding: 0px !important;
  box-shadow: none !important;
  font-family: 'Open Sans', sans-serif;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #182846;
  background: transparent;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  position: absolute;
  height: 33px;
  width: 30px;
  background: transparent;
  padding: 0px 0px;
  left: -28px;
  top: 12px;
  border-right: none;
  border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  position: absolute;
  height: 33px;
  width: 30px;
  background: transparent;
  padding: 0px 0px;
  right: -28px;
  top: 12px;
  border-left: none;
  margin-top: 0px;
  border-radius: 0px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f067";
  font-size: 12px;
  font-style: normal;
  color: #182846;
  font-family: 'Font Awesome 5 pro';
  font-weight: 700;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f068";
  font-size: 12px;
  font-style: normal;
  color: #182846;
  font-weight: 700;
  font-family: 'Font Awesome 5 pro';
}

.bootstrap-touchspin .input-group-btn-vertical{
  position: absolute;
  width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  top: 2px;
  left: 7px;
  font-size: inherit !important; 
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
  margin-top: 0px;
}

.shop-details .related-product{
  position: relative;
  padding-top: 120px;
}

.shop-details .related-product .title-box{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.shop-details .related-product .title-box h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}



/*** 

====================================================================
                        Cart-Page
====================================================================

***/

.cart-section{
  position: relative;
  display: block;
  padding: 150px 0px;
}

.cart-section .item-quantity {
  position: relative;
  display: inline-block;
  max-width: 135px;
  height: 55px;
  width: 100%;
  float: left;
  padding: 0px 40px;
  margin-right: 10px;
  border: 1px solid #dddddd;
  z-index: 1;
  border-radius: 30px;
}

.cart-section input.quantity-spinner {
  line-height: 53px;
  height: 53px;
  width: 43px !important;
  padding: 0px !important;
  box-shadow: none !important;
  font-family: 'Open Sans', sans-serif;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #182846;
  background: transparent;
}

.cart-section .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
}

.cart-section .cart-table {
  min-width: 1170px;
  width: 100%;
}

.cart-section .cart-table thead tr th {
  line-height: 24px;
  min-width: 110px;
  padding: 21px 15px 20px 0px;
  color: #172746;
  font-family: 'Spartan', sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.cart-section .cart-table tbody tr{
  border-bottom: 1px solid #e6e6e6;
}

.cart-section .cart-table .cart-header{
  background: #f2f9ff;
}

.cart-section .cart-table tbody tr td.prod-column{
  padding: 30px 0px;
}

.cart-section .cart-table tbody tr .prod-column .column-box {
  min-height: 100px;
  position: relative;
  padding: 32px 0px 39px 250px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}

.cart-section .cart-table tbody tr .prod-column .column-box .prod-thumb{
  position: absolute;
  left: 120px;
  top: 0px;
  width: 100px;
  height: 100px;
  background: #f2f9ff;
}

.cart-section .cart-table tbody tr .prod-column .column-box .title{
  padding-left: 20px;
}

.cart-section .cart-table tbody tr .prod-column .column-box .remove-btn{
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #222;
  font-weight: 900;
  border: 1px solid #e6e6e6;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.cart-section .cart-table tbody tr .prod-column .column-box .remove-btn:hover{
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.cart-section .cart-table tbody tr td.price {
  font-size: 15px;
  text-align: center;
  color: #172746;
  position: relative;
  padding: 30px 25px 30px 30px;
}

.cart-section .cart-table tbody tr .sub-total {
  font-size: 15px;
  padding: 27px 50px 27px 48px;
  text-align: center;
  color: #172746;
}

.cart-section .cart-table tbody tr td.qty{
  position: relative;
}

.cart-section .cart-table .prod-title{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  color: #172746;
  font-family: 'Spartan', sans-serif;
  font-weight: 500;
}

.cart-section .othre-content{
  position: relative;
  display: block;
  padding: 30px 0px;
  margin-bottom: 45px;
}

.cart-section .othre-content .update-btn button{
  background: transparent;
  transition: all 500ms ease;
}

.cart-section .othre-content .coupon-box{
  position: relative;
  max-width: 470px;
}

.cart-section .othre-content .coupon-box input[type='text']{
  position: relative;
  display: block;
  width: 100%;
  font-size: 15px;
  height: 55px;
  color: #8a8d91;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  padding: 10px 235px 10px 30px;
}

.cart-section .othre-content .coupon-box button{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 205px;
  height: 55px;
  text-align: center;
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  border-radius: 0px 30px 30px 0px;
}

.cart-section .cart-total .total-cart-box{
  position: relative;
}

.cart-section .cart-total .total-cart-box h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  background: #f2f9ff;
  font-weight: 700;
  padding: 19px 30px 11px 30px;
}

.cart-section .cart-total .total-cart-box .list li{
  position: relative;
  display: block;
  font-size: 15px;
  font-family: 'Spartan', sans-serif;
  color: #172746;
  font-weight: 600;
  padding: 18px 30px;
  border-bottom: 1px solid #e6e6e6;
}

.cart-section .cart-total .total-cart-box .list li:last-child{
  border-bottom: none;
}

.cart-section .cart-total .total-cart-box .list li span{
  float: right;
  color: #848484;
  font-weight: 400;
}

.cart-section .cart-total .total-cart-box .list li:last-child span{
  font-weight: 700;
  color: #172746;
}

.cart-section .cart-total .total-cart-box .theme-btn{
  display: block;
  padding: 14.5px 35px;
  width: 100%;
  margin-top: 5px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  position: absolute;
  height: 53px;
  width: 40px;
  background: transparent;
  padding: 0px 0px;
  left: -39px;
  top: -53px;
  border-right: none;
  border-radius: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  position: absolute;
  height: 53px;
  width: 40px;
  background: transparent;
  padding: 0px 0px;
  right: -30px;
  top: -53px;
  border-left: none;
  margin-top: 0px;
  border-radius: 0px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f067";
  font-size: 15px;
  font-style: normal;
  color: #848484;
  font-family: 'Font Awesome 5 Pro';
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f068";
  font-size: 15px;
  font-style: normal;
  color: #848484;
  font-family: 'Font Awesome 5 Pro';
}

.bootstrap-touchspin .input-group-btn-vertical{
  position: absolute;
  width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  top: 15px;
  left: 15px;
  font-size: inherit !important; 
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
  margin-top: 0px;
}

.item-quantity .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  max-width: 50px;
  width: 100%;
  height: 53px;
}

.item-quantity input.quantity-spinner {
  line-height: 49px;
  height: 49px;
  width: 50px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  border: none;
}


/*** 

====================================================================
                        Checkout-page
====================================================================

***/

.checkout-section{
  position: relative;
  display: block;
  padding: 150px 0px;
}

.checkout-section .upper-box{
  position: relative;
  margin-bottom: 70px;
}

.checkout-section .upper-box .single-box{
  position: relative;
  display: block;
  font-size: 15px;
  color: #172746;
  padding: 21px 15px 23px 30px;
  background: #f2f9ff;
  margin-bottom: 30px;
}

.checkout-section .upper-box .single-box:last-child{
  margin-bottom: 0px;
}

.checkout-section .upper-box .single-box a{
  
}

.checkout-section .customer a:hover,
.checkout-section .coupon a:hover{
  text-decoration: underline;
}

.checkout-section .sub-title{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  background: #f2f9ff;
  font-weight: 700;
  padding: 23px 15px 16px 30px;
}

.checkout-section .billing-info{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.checkout-section .billing-form{
  position: relative;
  display: block;
  padding: 23px 0px 28px 0px;
}

.checkout-section .billing-form .form-group{
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.checkout-section .billing-form .form-group:last-child{
  margin-bottom: 0px;
}

.checkout-section .billing-form .form-group label{
  position: relative;
  display: block;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #172746;
  margin-bottom: 3px;
}

.checkout-section .billing-form .form-group input[type='text'],
.checkout-section .billing-form .form-group input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #e6e6e6;
  font-size: 15px;
  color: #848484;
  padding: 10px 15px;
  transition: all 500ms ease;
}

.checkout-section .billing-form .form-group input:focus{

}

.checkout-section .billing-form .form-group .nice-select{
  border-radius: 0px;
  border: 1px solid #e6e6e6 !important;
  width: 100%;
  font-size: 15px;
  color: #848484;
  height: 45px;
  font-weight: 400;
  padding: 0px 20px;
}

.checkout-section .billing-form .form-group .nice-select:after{
  border-bottom: 2px solid #848484;
  border-right: 2px solid #848484;
  margin-top: -4px;
}

.checkout-section .billing-form .form-group .nice-select .list{
  width: 100%;
}

.checkout-section .billing-form .form-group input.address{
  margin-bottom: 10px;
}

.checkout-section .billing-form .form-group input:focus{
  
}

.checkout-section .billing-form .select-box .ui-state-default{
  width: 100% !important;
}

.checkout-section .billing-form .select-box .ui-selectmenu-button span.ui-icon:before{
  color: #848484;
}

.checkout-section .billing-form .create-acc{
  position: relative;
  display: block;
  margin-top: 3px;
}

.checkout-section .billing-form .create-acc .custom-controls-stacked .description{
  font-size: 15px;
  color: #222;
  cursor: pointer;
}

.checkout-section .additional-info .note-book{
  position: relative;
  display: block;
}

.checkout-section .additional-info .note-book label{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #172746;
  margin-bottom: 3px;
}

.checkout-section .additional-info .note-book textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 133px;
  border: 1px solid #e6e6e6;
  font-family: 'Rubik', sans-serif;
  color: #848484;
  font-size: 13px;
  font-weight: 400;
  color: #848484;
  padding: 8px 20px;
  resize: none;
  transition: all 500ms ease;
}

.checkout-section .additional-info .note-book textarea:focus{
  
}

.checkout-section .order-info{
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.checkout-section .order-info .order-list li{
  position: relative;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 30px;
}

.checkout-section .order-info .order-list li.title{
  padding: 24px 30px 2px 30px;
}

.checkout-section .order-info .order-list li.title p{
  font-size: 15px;
  color: #172746;
  float: left;
}

.checkout-section .order-info .order-list li.title span{
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  float: right;
}

.checkout-section .order-info .order-list li .single-box{
  position: relative;
  padding: 30px 0px 24px 110px;
  min-height: 80px;
}

.checkout-section .order-info .order-list li .single-box img{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 88px;
  height: 80px;
}

.checkout-section .order-info .order-list li .single-box h6{
  position: relative;
  font-size: 15px;
  line-height: 26px;
  float: left;
  font-weight: 500;
}

.checkout-section .order-info .order-list li .single-box span{
  position: relative;
  display: block;
  float: right;
  font-size: 15px;
  color: #172746;
}

.checkout-section .order-info .order-list li.sub-total{
  padding: 17px 30px 10px 0px;
}

.checkout-section .order-info .order-list li.sub-total h6{
  font-size: 16px;
  font-weight: 600;
  color: #172746;
  float: left;
}

.checkout-section .order-info .order-list li.sub-total span{
  position: relative;
  display: block;
  font-size: 15px;
  color: #848484;
  float: right;
}

.checkout-section .order-info .order-list li.order-total{
  padding: 17px 30px 11px 0px;
}

.checkout-section .order-info .order-list li.order-total h6{
  font-size: 16px;
  font-weight: 700;
  color: #172746;
  float: left;
}

.checkout-section .order-info .order-list li.order-total span{
  position: relative;
  display: block;
  font-size: 18px;
  color: #172746;
  font-weight: 600;
  float: right;
}

.checkout-section .payment-info .payment-inner{
  position: relative;
  display: block;
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 28px 30px 40px 30px;
}

.checkout-section .payment-info .payment-inner .custom-controls-stacked .description{
  color: #8a8d91;
  z-index: 1;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Spartan', sans-serif;
  cursor: pointer;
}

.checkout-section .payment-info .payment-inner .custom-controls-stacked .description a{
  position: relative;
  display: inline-block;
  color: #172746;
  z-index: 1;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Spartan', sans-serif;
  margin-left: 20px;
}

.checkout-section .payment-info .payment-inner .custom-controls-stacked .description a:hover{
  text-decoration: underline;
}

.checkout-section .payment-info .payment-inner .option-block{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.checkout-section .payment-info .payment-inner .option-block p{
  position: relative;
  font-size: 13px;
  line-height: 24px;
  padding: 4px 0px 0px 30px;
}

.checkout-section .custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 15px;
  height: 15px;
  border: 1px solid #e6e6e6;
  background: #f5f8fa;
  cursor: pointer;
}

.checkout-section .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator{
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
  transform: rotateZ(45deg) translate(1px, -5px);
  width: 8px;
  border: 2px solid #898f9f;
  border-top: 0px;
  border-left: 0px;
  background: transparent;
  border-radius: 0px;
}

.checkout-section .payment-info .payment-inner .btn-box{
  padding-top: 2px;
}

.checkout-section .payment-info .payment-inner .btn-box .theme-btn-two{
  padding: 16px 30px;
}

.custom-control.material-checkbox {
  --color: #ebebeb;
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px !important;
}

.custom-control.material-checkbox .material-control-input {
  display: none;
}

.custom-control.material-checkbox .material-control-indicator {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0px;
  width: 15px;
  height: 15px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
  -webkit-transform: rotateZ(45deg) translate(1px, -5px);
  transform: rotateZ(45deg) translate(1px, -5px);
  width: 8px;
  border: 2px solid #e6e6e6;
  border-top: 0px;
  border-left: 0px;
  background: transparent;
  border-radius: 0px;
}

.custom-controls-stacked .description {
  position: relative;
  display: inline-block;
  padding: 0px;
  margin-left: 25px;
  font-size: 15px;
  color: #848484;
  cursor: pointer;
}



/*** 

====================================================================
                        Blog-page
====================================================================

***/


.sidebar-page-container{
  position: relative;
  padding: 150px 0px;
}

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

.blog-sidebar .post-widget .post{
  position: relative;
  display: block;
  padding-left: 115px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  /* min-height: 73px; */
border-bottom: 1px solid whitesmoke;}

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

.blog-sidebar .post-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 100px;
    height: 60px;
    border-radius: 50%;
/* object-fit: fill; */}

.blog-sidebar .post-widget .post .post-thumb img {
    width: auto;
    border-radius: 3px;
    height: -webkit-fill-available;
    image-rendering: pixelated;
object-fit: unset;}

.blog-sidebar .post-widget .post p{
  margin-bottom: 3px;
  text-transform: uppercase;
  /* letter-spacing: -0.5px; */
  font-size: 12px;
  font-weight: 600;
color: #06d2f8;}

.blog-sidebar .post-widget .post h5{
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.blog-sidebar .post-widget .post h5 a{
  display: inline-block;
  color: #172746;
  font-size: 15px;
font-weight: 600;}

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

}

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

.blog-sidebar .archives-widget .archives-list li{
  position: relative;
  display: block;
  padding: 12px 0px;
  border-top: 1px solid #e9ebf0;
}

.blog-sidebar .archives-widget .archives-list li a{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 30px;
  font-family: 'Spartan', sans-serif;
  color: #172746;
  font-weight: 500;
}

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

}

.blog-sidebar .archives-widget .archives-list li a span{
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #e6e6e6;
  color: #172746;
  border-radius: 50%;
  text-align: center;
}

.blog-sidebar .archives-widget{
  padding-bottom: 28px;
}

.news-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 4px;
}

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

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

}

.blog-standard-content .news-block-one .inner-box .lower-content{
  /* padding-top: 31px; */
  padding: 35px;
}

.blog-sidebar{
  margin-left: 10px;
}

.blog-details-content .news-block-one .inner-box{
  padding: 0px;
  box-shadow: none;
}

.blog-details-content .news-block-one .inner-box: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 p:last-child{
  margin-bottom: 0px;
}

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

.blog-details-content .content-one blockquote{
  position: relative;
  display: block;
  background: #fff;
  padding: 57px 50px 53px 220px;
  box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 8%);
  margin: 0px 0px 63px 0px;
}

.blog-details-content .content-one blockquote .icon-box{
  position: absolute;
  left: 50px;
  top: 50px;
  font-size: 40px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #f2f9ff;
  border-radius: 50%;
}

.blog-details-content .content-one blockquote h5{
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.blog-details-content .content-one blockquote .shape{
  position: absolute;
  left: 180px;
  top: 70px;
  width: 10px;
  height: 60px;
  background-repeat: no-repeat;
}

.blog-details-content .content-one{
  position: relative;
  margin-bottom: 63px;
}

.blog-details-content .content-one .text p{
  margin-bottom: 26px;
}

.blog-details-content .content-one .text p:last-child{
  margin-bottom: 0px;
}

.blog-details-content .content-two .image-box{
  position: relative;
  display: block;
  margin-bottom: 67px;
}

.blog-details-content .content-two .image-box img{
  width: 100%;
}

.blog-details-content .content-two .text h3{
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 14px;
}

.blog-details-content .content-two .text p{
  margin-bottom: 26px;
}

.blog-details-content .content-two .text p:last-child{
  margin-bottom: 0px;
}

.blog-details-content .news-block-one .inner-box {
    margin-bottom: 0;
}

.blog-details-content .content-two{
  margin-bottom: 63px;
}

.blog-details-content .post-share-option{
  position: relative;
  display: inline-block;
  /* padding-bottom: 46px; */
  margin-bottom: 30px;
}

.blog-details-content .post-share-option .shape{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 12px;
  background-repeat: no-repeat;
}

.blog-details-content .post-share-option .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.blog-details-content .post-share-option .social-links li:last-child{
  margin: 0px !important;
}

.blog-details-content .post-share-option .social-links li a{
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  color: #3b3b3b;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
}

.blog-details-content .post-share-option .social-links li a:hover{
  color: #fff;
}

.blog-details-content .post-share-option .social-links li h5{
  font-size: 18px;
  line-height: 44px;
  font-weight: 600;
}

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

.blog-details-content .group-title h3{
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.blog-details-content .comment-box{
  position: relative;
  display: block;
  margin-bottom: 50px!important;
  padding-bottom: 43px;
  margin-top: 60px;
}

.blog-details-content .comment-box .shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 12px;
  background-repeat: no-repeat;
}

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

.blog-details-content .comment-box .comment:last-child {
    /* margin-bottom: 0px; */
}

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

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

.blog-details-content .comment-box .comment .comment-inner {
    position: relative;
    /* margin-bottom: 32px; */
    /* border-bottom: 1px solid #e5e5e5; */
}
textarea#comment {
    padding: 10px 20px;
}
.blog-details-content .comment-box .comment:last-child .comment-inner{
  border-bottom: none;
}

.blog-details-content .comment-box .comment h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.blog-details-content .comment-box .comment .post-date{
  position: relative;
  display: block;
  font-size: 15px;
  color: #8a8d91;
}

.blog-details-content .comment-box .comment .comment-info{
  position: relative;
  margin-bottom: 14px;
}

.blog-details-content .comment-box .comment p{
  line-height: 28px;
  margin-bottom: 15px;
}

.blog-details-content .comment-box .comment .reply-btn{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #172746;
}

.blog-details-content .comment-box .comment .reply-btn:hover{

}

.default-form .form-group{
  position: relative;
  margin-bottom: 30px;
}

.default-form .form-group:last-child{
  margin-bottom: 0px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group input[type='tel'],
.default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 54px;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  font-size: 15px;
  color: #8a8d91;
  transition: all 500ms ease;
}

.default-form .form-group textarea{
  height: 150px;
  resize: none;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{

}



/*** 

====================================================================
                        Contact-page
====================================================================

***/

.contact-style-two{
  position: relative;
  padding: 150px 0px 150px 0px;
}

.contact-style-two h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 39px;
}

.contact-style-two .info-list li{
  position: relative;
  display: block;
  padding-left: 70px;
  margin-bottom: 30px;
}

.contact-style-two .info-list li:last-child{
  margin-bottom: 0px;
}

.contact-style-two .info-list li i{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 2px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #ebf3fa;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
}

.contact-style-two .info-list li h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 4px;
}

.contact-style-two .info-list li p{
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #8a8d91;
}

.contact-style-two .info-list li p a{
  display: inline-block;
  color: #8a8d91;
}

.contact-style-two .info-list li p a:hover{

}

.contact-style-two .info-inner{
  position: relative;
  display: block;
  padding-bottom: 91px;
}

.contact-style-two .info-inner .shape{
  position: absolute;
  bottom: 0px;
  right: 90px;
  width: 8px;
  height: 394px;
  background-repeat: no-repeat;
}


.google-map-section{
  position: relative;
  padding-bottom: 150px;
}

.google-map-section #contact-google-map{
  position: relative;
  display: block;
  width: 100%;
  height: 450px;
}

.service-page-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.service-page-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.service-page-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.news-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.news-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.news-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.team-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.team-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.team-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.shop-details .product-discription .tabs-content .customer-comments{
  padding-left: 0px;
}

.wp-block-group {}
.wp-block-group h2 {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    position: relative;
    margin-bottom: 22px;
}
.wp-block-group ul {}
.wp-block-group ul li {
    position: relative;
    display: block;
    padding: 14px 0px 10px 0px;
    border-top: 1px solid #e9ebf0;
}
.wp-block-group ul li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: 'Spartan', sans-serif;
    line-height: 28px;
    color: #172746;
    font-weight: 500;
}
.wp-block-group ul li a:hover {
    color: #00d1f9;
}
.news-block-one .inner-box .lower-content .post-info li a {
    /* text-transform: capitalize; */
}


.acuasafe-comment-item .comment:last-child {
    margin-bottom: 0px;
}
.acuasafe-comment-item .comment:last-child {
    border-bottom: none !important;
}
.submit.btn-one {
    margin-top: 30px;
    background: transparent;
}
.wp-block-search .wp-block-search__label {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    position: relative;
    margin-bottom: 22px;
    color: #061a3a;
font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;}



.single-shop-content {}
.single-shop-content .content-box {}
.single-shop-content .content-box h2 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}
.single-shop-content .content-box .price {}

.video-section.h3 {
    padding: 0;
}
.video-section.h3:before {
    background: transparent;
}
.video-section.h3 .inner-container {}

.woocommerce-Price-amount.amount bdi{
    color: #9f9f9f;
}

.mr_post .inner-box .lower-content h4 {
    font-size: 24px!important;
}
.news-block-one .inner-box .lower-content .category {
    color: #00d1f9;
}
.mr_post .inner-box .lower-content {
    position: relative;
    padding-top: 25px!important;
    padding: 20px!important;
    padding-left: 0px!important;
box-shadow: 0px!important;box-shadow: none!important;padding-bottom: 0px!important;}
.tag_post {
    /* margin-top: 30px; */
    /* padding-top: 30px; */
    /* padding-bottom: 20px; */
}
.tag_post ul li {
    font-family: 'Spartan', sans-serif;
    font-weight: 600;
    color: #061a3a;
}
.tag_post a {
    border: 1px solid #e6e6e6;
    margin-left: 4px;
    padding: 4px 11px;
    color: #06d2f8;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
	    line-height: 35px;
}
.commax {
    display: none;
}
.mr_social{
    margin-top: 20px;
}
.mr_tag{
    margin-top: 10px;
    position: relative;
    top: 60px;
}

.blog-details-content .post-share-option {
    width: 100%;
}


@media only screen and (max-width: 1599px){
	
.about-section-home4 {
    background: #fff;
}	
}



.news-block-one .inner-box .lower-content {

    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 8%);
}
.search_page  .lower-content .category{
	display:none!important;
}

.comments-form-area .group-title{
	margin-bottom:15px!important;
}
.comments-form-area{
	margin-top: 50px;
}
.logged-in-as a:last-child {
    color: #7a7a7a!important;
}
.bu{
	margin-bottom:30px;
}

/* =============================================
   HASS PIPE - Modern Header Styles (Tailwind-like)
   Location: style.css line ~7569
   ============================================= */

/* CSS Variables for Header */
:root {
    --hp-bg: 0 0% 100%;
    --hp-foreground: 222.2 84% 4.9%;
    --hp-border: 214.3 31.8% 91.4%;
    --hp-primary: 199 89% 48%;
    --hp-slate-900: #0f172a;
    --hp-slate-700: #334155;
    --hp-slate-500: #64748b;
    --hp-slate-200: #e2e8f0;
    --hp-slate-100: #f1f5f9;
    --hp-slate-50: #f8fafc;
    --hp-sky-600: #0284c7;
    --hp-sky-400: #38bdf8;
    --hp-sky-50: #f0f9ff;
    --hp-orange-500: #f97316;
    --hp-orange-600: #ea580c;
}

/* Reset for HP Header */
body .hp-topbar,
body .hp-header {
    margin: 0;
    padding: 0;
}

/* ============================================
   TOP BAR
   ============================================ */
.hp-topbar {
    background-color: var(--hp-slate-900);
    color: #fff;
    padding: 0.5rem 1rem;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.875rem;
    line-height: 1.5;
}

.hp-topbar-inner {
    max-width: 80rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hp-topbar-left {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.hp-topbar-right {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hp-topbar-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.hp-topbar-item:hover {
    color: var(--hp-sky-400);
}

.hp-topbar-item svg {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.hp-topbar-social {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hp-topbar-social a {
    color: #fff;
    transition: color 0.2s;
}

.hp-topbar-social a:hover {
    color: var(--hp-sky-400);
}

/* ============================================
   MAIN HEADER
   ============================================ */
.hp-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid var(--hp-slate-200);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

/* Override old header display */
.main-header.home-4.hp-header {
    display: block !important;
}

.hp-nav {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 1024px) {
    .hp-nav {
        padding: 0 2rem;
    }
}

.hp-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

/* ============================================
   LOGO
   ============================================ */
.hp-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.hp-logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.hp-logo img,
.hp-logo a img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

/* ============================================
   NAVIGATION MENU
   ============================================ */
.hp-menu {
    display: flex !important;
    align-items: center;
    margin-left: 40px;
}

.hp-menu .main-menu {
    display: flex !important;
    float: none !important;
}

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

.hp-menu-list,
.hp-menu .navigation,
.hp-menu ul {
    display: flex !important;
    align-items: center;
    gap: 0;
    list-style: none;
    margin: 0 !important;
    padding: 0;
    float: none !important;
}

.hp-menu-list > li,
.hp-menu .navigation > li,
.hp-menu > ul > li {
    position: relative !important;
    float: none !important;
    margin: 0 5px !important;
}

.hp-menu-list > li > a,
.hp-menu .navigation > li > a,
.hp-menu > ul > li > a {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    color: var(--hp-slate-700);
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Hide menu on mobile */
@media (max-width: 1023px) {
    .hp-menu {
        display: none !important;
    }
}

.hp-menu-list > li > a:hover,
.hp-menu .navigation > li > a:hover,
.hp-menu > ul > li > a:hover {
    color: var(--hp-sky-600);
    background-color: var(--hp-slate-50);
}

.hp-menu-list > li.current-menu-item > a,
.hp-menu-list > li.current > a,
.hp-menu-list > li.active > a,
.hp-menu .navigation > li.current-menu-item > a,
.hp-menu .navigation > li.current > a,
.hp-menu > ul > li.current-menu-item > a,
.hp-menu > ul > li.active > a {
    color: var(--hp-sky-600);
    background-color: var(--hp-sky-50);
}

/* Dropdown Arrow - SVG style */
.hp-menu-list > li.dropdown > a:after,
.hp-menu-list > li.menu-item-has-children > a:after,
.hp-menu .navigation > li.dropdown > a:after,
.hp-menu .navigation > li.menu-item-has-children > a:after,
.hp-menu > ul > li.dropdown > a:after,
.hp-menu > ul > li.menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23334155' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0.25rem;
    transition: transform 0.2s ease;
}

.hp-menu-list > li:hover > a:after,
.hp-menu .navigation > li:hover > a:after {
    transform: rotate(180deg);
}

/* ============================================
   DROPDOWN MENU
   ============================================ */
.hp-menu .submenu,
.hp-menu .sub-menu,
.hp-menu ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s ease;
    list-style: none;
    z-index: 1000;
    display: block;
    border: 1px solid var(--hp-slate-200);
}

.hp-menu > ul > li:hover > .submenu,
.hp-menu > ul > li:hover > .sub-menu,
.hp-menu > ul > li:hover > ul,
.hp-menu .navigation > li:hover > .submenu,
.hp-menu .navigation > li:hover > .sub-menu,
.hp-menu .navigation > li:hover > ul,
.hp-menu-list > li:hover > .submenu,
.hp-menu-list > li:hover > .sub-menu,
.hp-menu-list > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hp-menu .submenu li,
.hp-menu .sub-menu li,
.hp-menu ul ul li {
    list-style: none;
}

.hp-menu .submenu li a,
.hp-menu .sub-menu li a,
.hp-menu ul ul li a {
    display: block;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    color: var(--hp-slate-700);
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
    text-transform: none;
    font-weight: 500;
}

.hp-menu .submenu li a:hover,
.hp-menu .sub-menu li a:hover,
.hp-menu ul ul li a:hover {
    background-color: var(--hp-slate-100);
    color: var(--hp-sky-600);
}

/* 3rd Level Dropdown */
.hp-menu ul ul ul {
    top: 0;
    left: 100%;
    margin-left: 0.25rem;
}

/* ============================================
   HP HEADER DROPDOWN - Override Old Styles
   ============================================ */
/* 1st Level Dropdown - Alta açılır */
.hp-header .main-menu .navigation > li > ul,
.hp-header .hp-menu .navigation > li > ul,
header.hp-header .main-menu .navigation > li > ul {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    min-width: 240px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    padding: 8px !important;
    margin-top: 0 !important;
    border: 1px solid #e2e8f0 !important;
    z-index: 9999 !important;
}

/* Dropdown visible on hover */
.hp-header .main-menu .navigation > li:hover > ul,
.hp-header .hp-menu .navigation > li:hover > ul,
header.hp-header .main-menu .navigation > li:hover > ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Dropdown Items */
.hp-header .main-menu .navigation > li > ul > li,
header.hp-header .main-menu .navigation > li > ul > li {
    position: relative !important;
    width: 100% !important;
    list-style: none !important;
}

/* Dropdown Links */
.hp-header .main-menu .navigation > li > ul > li > a,
header.hp-header .main-menu .navigation > li > ul > li > a {
    display: block !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #334155 !important;
    background: transparent !important;
    border-radius: 8px !important;
    border-bottom: none !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.hp-header .main-menu .navigation > li > ul > li > a:hover,
header.hp-header .main-menu .navigation > li > ul > li > a:hover {
    background: #f1f5f9 !important;
    color: #0284c7 !important;
}

/* 2nd Level Dropdown - Sağa açılır */
.hp-header .main-menu .navigation > li > ul > li > ul,
header.hp-header .main-menu .navigation > li > ul > li > ul {
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
    right: auto !important;
    min-width: 220px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    padding: 8px !important;
    margin-top: 0 !important;
    margin-left: 4px !important;
    border: 1px solid #e2e8f0 !important;
    z-index: 10000 !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* 2nd Level visible on hover */
.hp-header .main-menu .navigation > li > ul > li:hover > ul,
header.hp-header .main-menu .navigation > li > ul > li:hover > ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* 2nd Level Items */
.hp-header .main-menu .navigation > li > ul > li > ul > li,
header.hp-header .main-menu .navigation > li > ul > li > ul > li {
    position: relative !important;
    width: 100% !important;
    list-style: none !important;
}

/* 2nd Level Links */
.hp-header .main-menu .navigation > li > ul > li > ul > li > a,
header.hp-header .main-menu .navigation > li > ul > li > ul > li > a {
    display: block !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #334155 !important;
    background: transparent !important;
    border-radius: 8px !important;
    border-bottom: none !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.hp-header .main-menu .navigation > li > ul > li > ul > li > a:hover,
header.hp-header .main-menu .navigation > li > ul > li > ul > li > a:hover {
    background: #f1f5f9 !important;
    color: #0284c7 !important;
}

/* Dropdown Arrow for items with children */
.hp-header .main-menu .navigation > li > ul > li.dropdown > a:after,
header.hp-header .main-menu .navigation > li > ul > li.dropdown > a:after {
    content: '\f105' !important;
    font-family: 'Font Awesome 5 Pro' !important;
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 12px !important;
    color: #94a3b8 !important;
    font-weight: 600 !important;
}

/* ============================================
   RIGHT ACTIONS (Search, Cart, CTA)
   ============================================ */
.hp-actions {
    display: none;
    align-items: center;
    gap: 1rem;
}

@media (min-width: 1024px) {
    .hp-actions {
        display: flex;
    }
}

/* Search Box */
.hp-search-box {
    position: relative;
}

.hp-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: transparent;
    border: none;
    border-radius: 0.5rem;
    color: var(--hp-slate-700);
    cursor: pointer;
    transition: all 0.2s;
}

.hp-search-btn:hover {
    background: var(--hp-slate-100);
    color: var(--hp-sky-600);
}

.hp-search-panel {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 1rem;
    margin-top: 0.5rem;
    z-index: 1001;
}

.hp-search-panel form {
    display: flex;
    gap: 0.5rem;
}

.hp-search-panel input {
    flex: 1;
    padding: 0.625rem 1rem;
    border: 1px solid var(--hp-slate-200);
    border-radius: 0.5rem;
    font-size: 0.875rem;
    outline: none;
    transition: border-color 0.2s;
}

.hp-search-panel input:focus {
    border-color: var(--hp-sky-600);
}

.hp-search-panel button[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    background: var(--hp-sky-600);
    border: none;
    border-radius: 0.5rem;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}

.hp-search-panel button[type="submit"]:hover {
    background: var(--hp-slate-900);
}

/* Cart Button */
.hp-cart-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--hp-slate-700);
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 0.2s;
}

.hp-cart-btn:hover {
    background: var(--hp-slate-100);
    color: var(--hp-sky-600);
}

.hp-cart-count {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
    background: var(--hp-orange-500);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CTA Quote Button */
.hp-btn-quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 2rem;
    background: var(--hp-orange-500);
    color: #fff !important;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0.5rem;
    box-shadow: 0 4px 14px 0 rgba(249, 115, 22, 0.3);
    transition: all 0.2s ease;
    white-space: nowrap;
}

.hp-btn-quote:hover {
    background: var(--hp-orange-600);
    box-shadow: 0 6px 20px 0 rgba(249, 115, 22, 0.4);
    transform: translateY(-1px);
    color: #fff !important;
}

/* ============================================
   MOBILE TOGGLE
   ============================================ */
.hp-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    background: transparent;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background 0.2s;
}

@media (max-width: 1023px) {
    .hp-mobile-toggle {
        display: flex !important;
    }
}

.hp-mobile-toggle:hover {
    background: var(--hp-slate-100);
}

.hp-mobile-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--hp-slate-700);
    border-radius: 1px;
    transition: all 0.2s;
}

/* ============================================
   STICKY HEADER
   ============================================ */
.hp-sticky-header {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: top 0.3s ease;
    overflow: visible;
}

.hp-sticky-header.active,
.sticky-header.hp-sticky-header.active {
    top: 0;
    opacity: 1;
    visibility: visible;
    display: block !important;
}

/* Admin bar offset */
.admin-bar .hp-sticky-header.active,
.admin-bar .sticky-header.hp-sticky-header.active {
    top: 32px;
}

@media (max-width: 782px) and (min-width: 601px) {
    .admin-bar .hp-sticky-header.active,
    .admin-bar .sticky-header.hp-sticky-header.active {
        top: 46px;
    }
}

/* < 601px: WP admin bar position:absolute olur, scroll ile kaybolur */
@media (max-width: 600px) {
    .admin-bar .hp-sticky-header.active,
    .admin-bar .sticky-header.hp-sticky-header.active {
        top: 0;
    }
}

.hp-sticky-header .hp-nav-inner {
    height: 100px;
    overflow: visible;
}

.hp-sticky-header .hp-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
    max-width: 220px;
    margin-left: 0;
}

.hp-sticky-header .hp-logo img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
    object-position: left center;
}

.hp-sticky-header .hp-menu {
    flex: 1;
    min-width: 0;
    overflow: visible;
}

/* Sticky Header - Ensure all parents allow overflow */
.hp-sticky-header .hp-nav,
.hp-sticky-header .hp-nav-inner,
.hp-sticky-header .hp-menu,
.hp-sticky-header .hp-menu .main-menu,
.hp-sticky-header .hp-menu .navbar-collapse,
.hp-sticky-header .hp-menu .collapse {
    overflow: visible !important;
}

/* Sticky Header - Override responsive .main-menu display:none */
.hp-sticky-header .hp-menu .main-menu,
div.hp-sticky-header .hp-menu nav.main-menu,
.hp-sticky-header .main-menu {
    display: flex !important;
    float: none !important;
}

.hp-sticky-header .hp-menu .navbar-collapse,
.hp-sticky-header .hp-menu .collapse {
    display: block !important;
}

/* Sticky Header - li must be position relative */
.hp-sticky-header .hp-menu .navigation > li,
.hp-sticky-header .hp-menu-list > li {
    position: relative !important;
}

/* Sticky Header Dropdown/Submenu Support - Match normal header */
div.hp-sticky-header .hp-menu .main-menu .navigation > li > ul,
div.hp-sticky-header .hp-menu .main-menu .navigation > li > .submenu,
div.hp-sticky-header .hp-menu .navigation > li > ul,
div.hp-sticky-header .hp-menu .navigation > li > .submenu,
div.hp-sticky-header .hp-menu-list > li > ul,
div.hp-sticky-header .hp-menu-list > li > .submenu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    min-width: 240px !important;
    background: #ffffff !important;
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.2s ease, visibility 0.2s ease !important;
    z-index: 99999 !important;
    margin-top: 0 !important;
    padding: 8px !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e2e8f0 !important;
    transform: none !important;
    clip: auto !important;
    float: none !important;
    flex-direction: column !important;
}

div.hp-sticky-header .hp-menu .main-menu .navigation > li:hover > ul,
div.hp-sticky-header .hp-menu .main-menu .navigation > li:hover > .submenu,
div.hp-sticky-header .hp-menu .navigation > li:hover > ul,
div.hp-sticky-header .hp-menu .navigation > li:hover > .submenu,
div.hp-sticky-header .hp-menu-list > li:hover > ul,
div.hp-sticky-header .hp-menu-list > li:hover > .submenu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 0 !important;
    transform: none !important;
}

/* Nested Submenus in Sticky Header */
div.hp-sticky-header .hp-menu .main-menu .navigation > li > ul > li > ul,
div.hp-sticky-header .hp-menu .main-menu .navigation > li > ul > li > .submenu,
div.hp-sticky-header .hp-menu .navigation > li > ul > li > ul,
div.hp-sticky-header .hp-menu .navigation > li > ul > li > .submenu {
    position: absolute !important;
    left: 100% !important;
    top: 0 !important;
    min-width: 220px !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    padding: 8px !important;
    margin-left: 4px !important;
    border: 1px solid #e2e8f0 !important;
    z-index: 100000 !important;
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

div.hp-sticky-header .hp-menu .main-menu .navigation > li > ul > li:hover > ul,
div.hp-sticky-header .hp-menu .main-menu .navigation > li > ul > li:hover > .submenu,
div.hp-sticky-header .hp-menu .navigation > li > ul > li:hover > ul,
div.hp-sticky-header .hp-menu .navigation > li > ul > li:hover > .submenu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Sticky Header Submenu Items - Match normal header */
div.hp-sticky-header .hp-menu .navigation > li > ul > li,
div.hp-sticky-header .hp-menu-list > li > ul > li,
.hp-sticky-header .navigation > li > ul > li,
.hp-sticky-header .hp-menu-list > li > ul > li {
    display: block !important;
    width: 100% !important;
    float: none !important;
    position: relative !important;
    list-style: none !important;
    border-bottom: none !important;
}

.hp-sticky-header .navigation > li > ul > li:last-child {
    border-bottom: none;
}

/* Sticky Header Submenu Links - Match normal header */
div.hp-sticky-header .hp-menu .navigation > li > ul > li > a,
div.hp-sticky-header .hp-menu-list > li > ul > li > a,
.hp-sticky-header .navigation > li > ul > li > a,
.hp-sticky-header .hp-menu-list > li > ul > li > a {
    display: block !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #334155 !important;
    background: transparent !important;
    border-radius: 8px !important;
    border-bottom: none !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

div.hp-sticky-header .hp-menu .navigation > li > ul > li > a:hover,
div.hp-sticky-header .hp-menu-list > li > ul > li > a:hover,
.hp-sticky-header .navigation > li > ul > li > a:hover,
.hp-sticky-header .hp-menu-list > li > ul > li > a:hover {
    background: #f1f5f9 !important;
    color: #0284c7 !important;
    padding-left: 16px !important;
}

/* Sticky Header 2nd Level Links */
div.hp-sticky-header .hp-menu .navigation > li > ul > li > ul > li,
.hp-sticky-header .navigation > li > ul > li > ul > li {
    position: relative !important;
    width: 100% !important;
    list-style: none !important;
}

div.hp-sticky-header .hp-menu .navigation > li > ul > li > ul > li > a,
.hp-sticky-header .navigation > li > ul > li > ul > li > a {
    display: block !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #334155 !important;
    background: transparent !important;
    border-radius: 8px !important;
    border-bottom: none !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

div.hp-sticky-header .hp-menu .navigation > li > ul > li > ul > li > a:hover,
.hp-sticky-header .navigation > li > ul > li > ul > li > a:hover {
    background: #f1f5f9 !important;
    color: #0284c7 !important;
}

/* Dropdown button for mobile (if exists in sticky) */
.hp-sticky-header .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
}

/* Sticky header mobile toggle (hidden on desktop) */
.hp-sticky-header .hp-mobile-toggle {
    display: none;
}

@media (max-width: 1023px) {
    .hp-sticky-header .hp-mobile-toggle,
    .hp-sticky-header.active .hp-mobile-toggle,
    .sticky-header.hp-sticky-header.active .hp-mobile-toggle {
        display: flex !important;
        flex-shrink: 0;
    }

    .hp-sticky-header .hp-nav-inner,
    .hp-sticky-header.active .hp-nav-inner,
    .sticky-header.hp-sticky-header.active .hp-nav-inner {
        height: 60px !important;
        padding: 5px 15px !important;
        display: flex !important;
        align-items: center !important;
    }

    .hp-sticky-header .hp-logo,
    .hp-sticky-header.active .hp-logo,
    .sticky-header.hp-sticky-header.active .hp-logo,
    div.hp-sticky-header .hp-logo,
    div.hp-sticky-header.active .hp-logo {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        margin-right: auto !important;
        margin-left: 0 !important;
        padding: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 150px !important;
        width: auto !important;
        flex: 0 0 auto !important;
        flex-grow: 0 !important;
        flex-shrink: 0 !important;
    }

    .hp-sticky-header .hp-logo a,
    .hp-sticky-header.active .hp-logo a,
    .sticky-header.hp-sticky-header.active .hp-logo a,
    div.hp-sticky-header .hp-logo a,
    div.hp-sticky-header.active .hp-logo a {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: auto !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hp-sticky-header .hp-logo img,
    .hp-sticky-header .hp-logo a img,
    .hp-sticky-header.active .hp-logo img,
    .hp-sticky-header.active .hp-logo a img,
    .sticky-header.hp-sticky-header.active .hp-logo img,
    .sticky-header.hp-sticky-header.active .hp-logo a img,
    div.hp-sticky-header .hp-logo img,
    div.hp-sticky-header .hp-logo a img,
    div.hp-sticky-header.active .hp-logo img,
    div.hp-sticky-header.active .hp-logo a img {
        max-height: 40px !important;
        height: 40px !important;
        width: auto !important;
        max-width: 130px !important;
        object-fit: contain !important;
        object-position: left center !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 768px) {
    .hp-sticky-header .hp-btn-quote,
    .hp-sticky-header.active .hp-btn-quote,
    .sticky-header.hp-sticky-header.active .hp-btn-quote {
        display: none !important;
    }

    .hp-sticky-header .hp-nav,
    .hp-sticky-header.active .hp-nav,
    .sticky-header.hp-sticky-header.active .hp-nav {
        padding: 0 !important;
    }

    .hp-sticky-header .hp-nav-inner,
    .hp-sticky-header.active .hp-nav-inner,
    .sticky-header.hp-sticky-header.active .hp-nav-inner {
        height: 50px !important;
        padding: 5px 10px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .hp-sticky-header .hp-logo,
    .hp-sticky-header.active .hp-logo,
    .sticky-header.hp-sticky-header.active .hp-logo,
    div.hp-sticky-header .hp-logo,
    div.hp-sticky-header.active .hp-logo {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        margin-right: auto !important;
        margin-left: 0 !important;
        padding: 5px 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 180px !important;
        width: auto !important;
        flex: 0 0 auto !important;
        flex-grow: 0 !important;
        flex-shrink: 0 !important;
    }

    .hp-sticky-header .hp-logo a,
    .hp-sticky-header.active .hp-logo a,
    .sticky-header.hp-sticky-header.active .hp-logo a,
    div.hp-sticky-header .hp-logo a,
    div.hp-sticky-header.active .hp-logo a {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: auto !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hp-sticky-header .hp-logo img,
    .hp-sticky-header .hp-logo a img,
    .hp-sticky-header.active .hp-logo img,
    .hp-sticky-header.active .hp-logo a img,
    .sticky-header.hp-sticky-header.active .hp-logo img,
    .sticky-header.hp-sticky-header.active .hp-logo a img,
    div.hp-sticky-header .hp-logo img,
    div.hp-sticky-header .hp-logo a img,
    div.hp-sticky-header.active .hp-logo img,
    div.hp-sticky-header.active .hp-logo a img {
        max-height: 30px !important;
        height: 30px !important;
        width: auto !important;
        max-width: 180px !important;
        object-fit: contain !important;
        object-position: left center !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* ============================================
   RESPONSIVE - TABLET (max-width: 1023px)
   ============================================ */
@media (max-width: 1023px) {
    .hp-topbar-inner {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0.5rem 1rem;
        text-align: center;
    }

    .hp-topbar-left {
        flex-direction: column;
        gap: 0.25rem;
        text-align: center;
    }

    .hp-topbar-right {
        justify-content: center;
    }

    .hp-menu {
        display: none !important;
    }

    .hp-mobile-toggle {
        display: flex !important;
    }

    /* Tablet - Logo ayarları */
    .hp-nav-inner {
        height: 70px !important;
        padding: 5px 15px !important;
        overflow: hidden !important;
    }

    .hp-logo {
        margin-right: auto !important;
        max-width: 180px !important;
        overflow: hidden !important;
    }

    .hp-logo img {
        max-height: 45px !important;
        height: 45px !important;
        width: auto !important;
        max-width: 100% !important;
        object-fit: contain !important;
    }
}

/* ============================================
   RESPONSIVE - MOBILE (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {
    /* Hide topbar on mobile */
    .hp-topbar {
        display: none !important;
    }

    /* Hide CTA button on mobile */
    .hp-header .hp-btn-quote,
    .hp-sticky-header .hp-btn-quote {
        display: none !important;
    }

    /* Mobile header container - HIGH SPECIFICITY */
    header.main-header.hp-header .hp-nav .hp-nav-inner {
        height: 50px !important;
        max-height: 50px !important;
        min-height: 50px !important;
        padding: 5px 10px !important;
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        overflow: hidden !important;
    }

    /* Logo container - LEFT ALIGNED */
    header.main-header.hp-header .hp-logo {
        display: flex !important;
        align-items: center !important;
        margin-right: auto !important;
        margin-left: 0 !important;
        padding: 5px 0 !important;
        flex-shrink: 0 !important;
        max-width: 180px !important;
        max-height: 40px !important;
        overflow: hidden !important;
    }

    /* Logo link inside container */
    header.main-header.hp-header .hp-logo a {
        display: flex !important;
        align-items: center !important;
        max-height: 40px !important;
    }

    /* Logo image - SMALLER (30px) */
    header.main-header.hp-header .hp-logo img,
    header.main-header.hp-header .hp-logo a img {
        max-height: 30px !important;
        height: 30px !important;
        width: auto !important;
        max-width: 180px !important;
        object-fit: contain !important;
    }

    /* Mobile toggle - right side */
    header.main-header.hp-header .hp-mobile-toggle {
        display: flex !important;
        z-index: 100;
        flex-shrink: 0 !important;
    }
}

/* ============================================
   HP MOBILE MENU - Vertical Accordion Style
   ============================================ */
.mobile-menu .navigation {
    display: block !important;
    flex-direction: column !important;
    width: 100% !important;
}

.mobile-menu .navigation > li {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation > li > a {
    display: block !important;
    padding: 12px 20px !important;
    font-size: 15px !important;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    background: transparent !important;
}

.mobile-menu .navigation > li > a:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    color: var(--hp-sky-400) !important;
}

.mobile-menu .navigation > li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    z-index: 10;
}

.mobile-menu .navigation > li > ul {
    display: none;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.2) !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.mobile-menu .navigation > li > ul > li {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.mobile-menu .navigation > li > ul > li > a {
    display: block !important;
    padding: 10px 20px 10px 35px !important;
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-transform: none !important;
}

.mobile-menu .navigation > li > ul > li > a:hover {
    color: var(--hp-sky-400) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

/* =============================================
   Modern Hero Section - HASS PIPE
   Elementor'da Section Class: modern-hero
   ============================================= */

/* Ana Section */
.banner-section.modern-hero {
    position: relative;
    background: #0f172a;
    overflow: hidden;
}

/* Ana shape gizle */
.banner-section.modern-hero > .shape {
    display: none !important;
}

/* Pattern box - arka plan resmi container */
.banner-section.modern-hero .pattern-box {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
}

.banner-section.modern-hero .pattern-box .pattern-1,
.banner-section.modern-hero .pattern-box .pattern-2 {
    display: none !important;
}

/* block_bgimg - Arka plan resmi TAM SAYFA KAPLAMA */
.banner-section.modern-hero .pattern-box .pattern-3 {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity: 0.2;
}

/* Gradient overlay - resmin üzerine */
.banner-section.modern-hero::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.8), transparent);
    z-index: 1;
}

/* Carousel container */
.banner-section.modern-hero .banner-carousel {
    position: relative;
    z-index: 2;
}

/* Slide item - orta yükseklik */
.banner-section.modern-hero .slide-item {
    padding: 100px 0 130px;
}

/* Auto container */
.banner-section.modern-hero .auto-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Inner box - flex layout */
.banner-section.modern-hero .inner-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Image box gizle */
.banner-section.modern-hero .image-box {
    display: none !important;
}

/* Content Box */
.banner-section.modern-hero .content-box {
    max-width: 750px;
    text-align: left !important;
    width: 100%;
    padding: 0;
}

/* Badge - Trusted by engineers */
.banner-section.modern-hero .content-box::before {
    font-family: 'Font Awesome 5 Free', sans-serif;
    display: inline-flex;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 9999px;
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.2);
    color: #38bdf8;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 28px;
}

/* Başlık - H2 */
.banner-section.modern-hero .content-box h2 {
    display: block;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    text-align: left !important;
}

@media (min-width: 1024px) {
    .banner-section.modern-hero .content-box h2 {
        font-size: 60px;
        text-align: left;
    }
}

/* Gradient text için span */
.banner-section.modern-hero .content-box h2 span {
    background: linear-gradient(to right, #38bdf8, #67e8f9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Alt yazı - P */
.banner-section.modern-hero .content-box p {
    font-size: 17px;
    line-height: 1.7;
    color: #94a3b8;
    margin-bottom: 36px;
    max-width: 600px;
    text-align: left !important;
}

@media (min-width: 1024px) {
    .banner-section.modern-hero .content-box p {
        font-size: 20px;
		text-align:left;
    }
}

/* Button Box */
.banner-section.modern-hero .content-box .btn-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
}

@media (min-width: 640px) {
    .banner-section.modern-hero .content-box .btn-box {
        flex-direction: row;
    }
}

/* Birinci Buton - Turuncu CTA */
.banner-section.modern-hero .btn-box .theme-btn.btn-one {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #f97316 !important;
    color: #ffffff !important;
    padding: 16px 32px !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 10px 25px -5px rgba(249, 115, 22, 0.3);
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 0;
}

.banner-section.modern-hero .btn-box .theme-btn.btn-one:hover {
    background: #ea580c !important;
    box-shadow: 0 10px 30px -5px rgba(249, 115, 22, 0.4);
    transform: translateY(-2px);
}

.banner-section.modern-hero .btn-box .theme-btn.btn-one::before {
    display: none !important;
}


/* İkinci Buton - Outlined beyaz */
.banner-section.modern-hero .btn-box .banner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff !important;
    color: #0f172a !important;
    padding: 16px 32px !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px !important;
    border: none !important;
    transition: all 0.3s ease;
    text-transform: none;
    letter-spacing: 0;
}

.banner-section.modern-hero .btn-box .banner-btn:hover {
    background: #f1f5f9 !important;
}

.banner-section.modern-hero .btn-box .banner-btn::before {
    display: none !important;
}

/* Owl Carousel Nav - Gizle */
.banner-section.modern-hero .owl-nav,
.banner-section.modern-hero .owl-dots {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .banner-section.modern-hero .slide-item {
        padding: 50px 0 70px;
    }

    .banner-section.modern-hero .auto-container {
        padding: 0 20px;
    }

    .banner-section.modern-hero .content-box::before {
        font-size: 11px;
        padding: 6px 12px;
        margin-bottom: 20px;
    }

    .banner-section.modern-hero .content-box h2 {
        font-size: 32px;
		text-align:left;
    }

    .banner-section.modern-hero .content-box p {
        font-size: 15px;
		text-align:left;
    }

    .banner-section.modern-hero .btn-box .theme-btn.btn-one,
    .banner-section.modern-hero .btn-box .banner-btn {
        padding: 14px 24px !important;
        font-size: 14px;
        width: 100%;
    }
}

/* ============================================= */
/* MODERN PRODUCTS SECTION - h3_shop widget     */
/* ============================================= */

/* Section wrapper */
.shop-section.modern-products {
    background-color: #f8fafc !important;
    padding: 96px 0 !important;
    position: relative !important;
}

.shop-section.modern-products .pattern-layer,
.shop-section.modern-products .noimage {
    display: none !important;
}

.shop-section.modern-products .auto-container {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

/* Section Title */
.shop-section.modern-products .sec-title {
    text-align: center !important;
    margin-bottom: 64px !important;
}

.shop-section.modern-products .sec-title .badge-text {
    display: inline-block !important;
    padding: 6px 16px !important;
    border-radius: 9999px !important;
    background-color: #e0f2fe !important;
    color: #0369a1 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 16px !important;
}

.shop-section.modern-products .sec-title h2 {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 16px !important;
    line-height: 1.2 !important;
}

@media (min-width: 1024px) {
    .shop-section.modern-products .sec-title h2 {
        font-size: 48px !important;
    }
}

.shop-section.modern-products .sec-title p {
    font-size: 20px !important;
    color: #475569 !important;
    max-width: 640px !important;
    margin: 0 auto !important;
    line-height: 1.6 !important;
}

/* Grid Layout */
.shop-section.modern-products .row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    float: none !important;
}

@media (min-width: 768px) {
    .shop-section.modern-products .row {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 1024px) {
    .shop-section.modern-products .row {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

.shop-section.modern-products .shop-block {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

/* Card Styling */
.shop-section.modern-products .shop-block-one {
    height: 100% !important;
    width: 100% !important;
}

.shop-section.modern-products .shop-block-one .inner-box {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.5s ease !important;
    padding: 0 !important;
    text-align: left !important;
}

.shop-section.modern-products .shop-block-one .inner-box:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
    border-color: #bae6fd !important;
}

/* Image Box */
.shop-section.modern-products .shop-block-one .inner-box .image-box {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 75% !important; /* 4:3 aspect ratio */
    overflow: hidden !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
}

.shop-section.modern-products .shop-block-one .inner-box .image-box img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.7s ease !important;
}

.shop-section.modern-products .shop-block-one .inner-box:hover .image-box img {
    transform: scale(1.05) !important;
}

/* Image overlay gradient */
.shop-section.modern-products .shop-block-one .inner-box .image-box::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.2) 50%, transparent) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* Lower Content */
.shop-section.modern-products .shop-block-one .inner-box .lower-content {
    position: relative !important;
    padding: 24px !important;
    padding-top: 24px !important;
    background: #ffffff !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.shop-section.modern-products .shop-block-one .inner-box .lower-content .shape {
    display: none !important;
}

/* Subtitle as badge - positioned on image */
.shop-section.modern-products .shop-block-one .inner-box .lower-content > span {
    position: absolute !important;
    bottom: calc(100% + 16px) !important;
    left: 16px !important;
    right: auto !important;
    display: inline-block !important;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    z-index: 5 !important;
    margin-bottom: 0 !important;
}

/* Title - no icon */
.shop-section.modern-products .shop-block-one .inner-box .lower-content h4 {
    display: block !important;
    margin-bottom: 12px !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
}

.shop-section.modern-products .shop-block-one .inner-box .lower-content h4::before {
    display: none !important;
    content: none !important;
}

.shop-section.modern-products .shop-block-one .inner-box .lower-content h4 a {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    transition: color 0.3s ease !important;
    text-decoration: none !important;
    display: inline !important;
}

.shop-section.modern-products .shop-block-one .inner-box:hover .lower-content h4 a {
    color: #06d2f8 !important;
}

/* Description */
.shop-section.modern-products .shop-block-one .inner-box .lower-content p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #475569 !important;
    margin-bottom: 16px !important;
    text-align: left !important;
}

/* Button - Rounded, Turquoise, Orange on hover */
.shop-section.modern-products .shop-block-one .inner-box .lower-content .btn-box {
    margin-top: auto !important;
}

.shop-section.modern-products .shop-block-one .inner-box .lower-content .btn-box .theme-btn,
.shop-section.modern-products .shop-block-one .inner-box .lower-content .btn-box .theme-btn.btn-two {
    display: inline-block !important;
    padding: 12px 28px !important;
    background: #06d2f8 !important;
    border: none !important;
    border-radius: 30px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(6, 210, 248, 0.3) !important;
    text-decoration: none !important;
}

.shop-section.modern-products .shop-block-one .inner-box .lower-content .btn-box .theme-btn::before,
.shop-section.modern-products .shop-block-one .inner-box .lower-content .btn-box .theme-btn::after {
    display: none !important;
    content: none !important;
}

.shop-section.modern-products .shop-block-one .inner-box .lower-content .btn-box .theme-btn:hover,
.shop-section.modern-products .shop-block-one .inner-box:hover .lower-content .btn-box .theme-btn {
    background: #f97316 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(249, 115, 22, 0.4) !important;
    transform: translateY(-2px) !important;
}

/* Responsive */
@media (max-width: 767px) {
    .shop-section.modern-products {
        padding: 64px 0 !important;
    }

    .shop-section.modern-products .sec-title {
        margin-bottom: 40px !important;
    }

    .shop-section.modern-products .sec-title h2 {
        font-size: 28px !important;
    }

    .shop-section.modern-products .sec-title p {
        font-size: 16px !important;
    }

    .shop-section.modern-products .shop-block-one .inner-box .lower-content {
        padding: 20px !important;
    }

    .shop-section.modern-products .shop-block-one .inner-box .lower-content h4 a {
        font-size: 18px !important;
    }
}

/* ============================================= */

/* ============================================= */
/* MODERN ABOUT SECTION - h3_about_right widget */
/* ============================================= */

.about-section.modern-about {
    background-color: #ffffff !important;
    padding: 80px 0 !important;
}

.about-section.modern-about .content-box {
    max-width: 700px !important;
}

/* Badge */
.about-section.modern-about .content-box .badge-text {
    display: inline-block !important;
    padding: 6px 16px !important;
    border-radius: 9999px !important;
    background-color: #ffedd5 !important;
    color: #c2410c !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 16px !important;
}

/* Title */
.about-section.modern-about .sec-title {
    margin-bottom: 24px !important;
}

.about-section.modern-about .sec-title h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.2 !important;
    font-style: normal !important;
}

@media (min-width: 1024px) {
    .about-section.modern-about .sec-title h2 {
        font-size: 32px !important;
    }
}

/* Description */
.about-section.modern-about .content-box .text {
    margin-bottom: 32px !important;
}

.about-section.modern-about .content-box .text p {
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #475569 !important;
    margin-bottom: 16px !important;
}

/* Features List */
.about-section.modern-about .features-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin-bottom: 32px !important;
    padding: 0 !important;
    list-style: none !important;
}

.about-section.modern-about .feature-item,
.about-section.modern-about .content-box .feature-item,
.about-section.modern-about .inner-box .feature-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 16px !important;
    padding: 16px !important;
    border-radius: 12px !important;
    background-color: #f8fafc !important;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.about-section.modern-about .feature-item:hover,
.about-section.modern-about .content-box .feature-item:hover,
.about-section.modern-about .inner-box .feature-item:hover {
    background-color: #f0f9ff !important;
}

.about-section.modern-about .feature-icon,
.about-section.modern-about .feature-item .feature-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    flex-shrink: 0 !important;
    border-radius: 10px !important;
    background-color: #0284c7 !important;
    background-image: none !important;
    color: #ffffff !important;
    font-size: 18px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.about-section.modern-about .feature-icon i,
.about-section.modern-about .feature-item .feature-icon i {
    font-size: 18px !important;
    color: #ffffff !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.about-section.modern-about .feature-content,
.about-section.modern-about .feature-item .feature-content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    min-width: 0 !important;
}

.about-section.modern-about .feature-content h4,
.about-section.modern-about .feature-item .feature-content h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.about-section.modern-about .feature-content h4::before,
.about-section.modern-about .feature-content h4::after,
.about-section.modern-about .feature-item .feature-content h4::before,
.about-section.modern-about .feature-item .feature-content h4::after {
    display: none !important;
    content: none !important;
}

.about-section.modern-about .feature-content p,
.about-section.modern-about .feature-item .feature-content p {
    font-size: 14px !important;
    color: #64748b !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5 !important;
}

/* Buttons */
.about-section.modern-about .btn-box {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    margin-top: 32px !important;
}

.about-section.modern-about .btn-box .theme-btn.btn-one {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 20px !important;
    background-color: #0284c7 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.about-section.modern-about .btn-box .theme-btn.btn-one:hover {
    background-color: #0369a1 !important;
}

.about-section.modern-about .btn-box .theme-btn.btn-one i {
    margin-left: 8px !important;
    font-size: 12px !important;
}

.about-section.modern-about .btn-box .theme-btn.btn-one::before {
    display: none !important;
}

.about-section.modern-about .btn-box .theme-btn.btn-two {
    display: inline-flex !important;
    align-items: center !important;
    padding: 12px 20px !important;
    background-color: #ffffff !important;
    color: #0f172a !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.about-section.modern-about .btn-box .theme-btn.btn-two:hover {
    background-color: #f8fafc !important;
    color: #0f172a !important;
}

.about-section.modern-about .btn-box .theme-btn.btn-two::before {
    display: none !important;
}

/* Responsive */
@media (max-width: 767px) {
    .about-section.modern-about {
        padding: 60px 0 !important;
    }

    .about-section.modern-about .sec-title h2 {
        font-size: 28px !important;
    }

    .about-section.modern-about .content-box .text p {
        font-size: 16px !important;
    }

    .about-section.modern-about .btn-box {
        flex-direction: column !important;
    }

    .about-section.modern-about .btn-box .theme-btn {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* ============================================= */

/* ============================================= */
/* MODERN FOOTER WIDGETS                         */
/* ============================================= */

.modern-footer-widget {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji" !important;
    padding-top: 24px !important;
}

/* Footer Links List - Reduced Gap */
.modern-footer-widget .footer-links-list {
    gap: 6px !important;
}

.modern-footer-widget .footer-links-list li {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
}

/* Footer Links Hover Effects */
.modern-footer-widget .footer-links-list a:hover {
    color: #f97316 !important;
}

/* View All Link Hover */
.modern-footer-widget .footer-links-list a[style*="color:#38bdf8"]:hover {
    color: #7dd3fc !important;
}

/* Download Catalog Button Hover */
.modern-footer-widget-4 .footer-actions a[style*="background-color:#1e293b"]:hover {
    background-color: #334155 !important;
}

/* Get a Quote Button Hover */
.modern-footer-widget-4 .footer-actions a[style*="background-color:#f97316"]:hover {
    background-color: #ea580c !important;
}

/* Footer Section Title */
.modern-footer-widget .footer-section-title {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 16px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

/* Footer Description */
.modern-footer-widget .footer-description {
    color: #94a3b8 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* Footer Logo Area */
.modern-footer-widget .footer-logo-area img {
    max-height: 40px !important;
    width: auto !important;
}

/* Footer Contact Icons */
.modern-footer-widget .footer-contact i {
    color: #94a3b8 !important;
}

/* =============================================
   Footer Widget Responsive Styles
   ============================================= */

/* Desktop - üstten ve alttan boşluk */
.main-footer .widget-section {
    padding: 60px 0px 70px 0px !important;
}

.modern-footer-widget {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* Tablet */
@media (max-width: 991px) {
    .main-footer .widget-section {
        padding: 50px 0px 60px 0px !important;
    }

    .modern-footer-widget {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/* Mobile - sol tarafta boşluk */
@media (max-width: 768px) {
    .main-footer .widget-section {
        padding: 40px 15px 50px 15px !important;
    }

    .modern-footer-widget {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 20px !important;
    }

    .main-footer .footer .row {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Footer widget columns */
    .main-footer .footer .row > [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 30px !important;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .main-footer .widget-section {
        padding: 30px 10px 40px 10px !important;
    }

    .modern-footer-widget {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .main-footer .footer .row > [class*="col-"] {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}

/* ============================================= */


/* =============================================
   Modern Page Header - Page Title Section
   ============================================= */

.modern-page-header {
  position: relative;
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}

/* Background Image Overlay */
.modern-page-header .header-bg-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Gradient Overlay */
.modern-page-header .header-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, #0f172a, #1e293b, #0c4a6e);
  z-index: -1;
}

/* Header Content Container */
.modern-page-header .header-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

/* Banner Title */
.modern-page-header .banner-title {
  color: #ffffff !important;
  font-size: 42px;
  font-weight: 700;
  margin: 0 auto 12px auto;
  line-height: 1.2;
  text-align: center !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Banner Description */
.modern-page-header .banner-description {
  color: #cbd5e1;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 auto 20px auto;
  max-width: 700px;
}

/* Breadcrumb Navigation */
.modern-page-header .breadcrumb-nav {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border-radius: 9999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.modern-page-header .breadcrumb-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.3s ease;
}

.modern-page-header .breadcrumb-link:hover {
  color: #ffffff;
}

.modern-page-header .breadcrumb-home-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.modern-page-header .breadcrumb-separator {
  width: 14px;
  height: 14px;
  color: #64748b;
  flex-shrink: 0;
}

.modern-page-header .breadcrumb-current {
  color: #38bdf8;
  font-weight: 500;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .modern-page-header {
    padding: 32px 0;
  }

  .modern-page-header .banner-title {
    font-size: 32px;
  }

  .modern-page-header .banner-description {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .modern-page-header .breadcrumb-nav {
    font-size: 13px;
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  .modern-page-header {
    padding: 24px 0;
  }

  .modern-page-header .banner-title {
    font-size: 26px;
  }

  .modern-page-header .banner-description {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .modern-page-header .breadcrumb-nav {
    font-size: 12px;
    gap: 6px;
    padding: 8px 14px;
  }

  .modern-page-header .breadcrumb-separator {
    width: 12px;
    height: 12px;
  }

  .modern-page-header .breadcrumb-home-icon {
    width: 12px;
    height: 12px;
  }
}

/* ============================================= */

/* ============================================= */
/* H1 About Right - Features Grid */
/* ============================================= */

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 25px 0;
}

/* Feature Card */
.features-grid .feature-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.features-grid .feature-card:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
  border-color: #cbd5e1;
}

/* Feature Card as Link */
.features-grid a.feature-card-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.features-grid a.feature-card-link:hover {
  text-decoration: none;
}

.features-grid a.feature-card-link:hover .feature-title {
  color: #0ea5e9;
}

/* Feature Inner - Icon and Title Side by Side */
.features-grid .feature-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

/* Icon Box - Rounded */
.features-grid .feature-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: #e0f2fe;
  border-radius: 10px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.features-grid .feature-card:hover .feature-icon-box {
  background: #bae6fd;
}

.features-grid .feature-icon-box i {
  font-size: 24px;
  color: #0ea5e9;
}

.features-grid .feature-icon-box svg {
  width: 24px;
  height: 24px;
  fill: #0ea5e9;
}

/* Feature Content */
.features-grid .feature-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.features-grid .feature-title {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.4;
}

/* Badge */
.features-grid .feature-badge {
  display: inline-block;
  padding: 4px 10px;
  background: #22c55e;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: fit-content;
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .features-grid .feature-card {
    padding: 16px;
    flex-wrap: wrap;
  }

  .features-grid .feature-inner {
    gap: 10px;
  }

  .features-grid .feature-icon-box {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }

  .features-grid .feature-icon-box i {
    font-size: 20px;
  }

  .features-grid .feature-icon-box svg {
    width: 20px;
    height: 20px;
  }

  .features-grid .feature-title {
    font-size: 15px;
  }

  .features-grid .feature-badge {
    font-size: 10px;
    padding: 3px 8px;
  }
}

/* ============================================= */
/* H4 Feature - Certification Cards Section */
/* ============================================= */

.cert-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.cert-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header Section */
.cert-section .cert-header {
  text-align: center;
  margin-bottom: 48px;
}

.cert-section .cert-badge {
  display: inline-block;
  padding: 6px 16px;
  background-color: #dcfce7;
  color: #15803d;
  font-size: 14px;
  font-weight: 600;
  border-radius: 9999px;
  margin-bottom: 16px;
}

.cert-section .cert-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.cert-section .cert-header .cert-desc {
  font-size: 18px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Cards Grid */
.cert-section .cert-grid {
  display: grid;
  gap: 24px;
}

.cert-section .cert-grid.cert-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.cert-section .cert-grid.cert-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}

.cert-section .cert-grid.cert-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* Card Style */
.cert-section .cert-card {
  padding: 24px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
}

.cert-section .cert-card:hover {
  background-color: #f0f9ff;
  border-color: #bae6fd;
}

/* Icon Box */
.cert-section .cert-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #e0f2fe;
  border-radius: 12px;
  margin-bottom: 16px;
  color: #0ea5e9;
}

.cert-section .cert-icon-box i {
  font-size: 24px;
  color: inherit;
}

.cert-section .cert-icon-box svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

/* Card Title */
.cert-section .cert-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 4px 0;
  line-height: 1.3;
}

/* Card Text */
.cert-section .cert-card p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
  .cert-section .cert-grid.cert-cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .cert-section .cert-grid.cert-cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Responsive - Mobile */
@media (max-width: 640px) {
  .cert-section {
    padding: 60px 0;
  }

  .cert-container {
    padding: 0 16px;
  }

  .cert-section .cert-header {
    margin-bottom: 32px;
  }

  .cert-section .cert-badge {
    font-size: 12px;
    padding: 5px 12px;
  }

  .cert-section .cert-header h2 {
    font-size: 28px;
  }

  .cert-section .cert-header .cert-desc {
    font-size: 16px;
  }

  .cert-section .cert-grid.cert-cols-4,
  .cert-section .cert-grid.cert-cols-3,
  .cert-section .cert-grid.cert-cols-2 {
    grid-template-columns: 1fr;
  }

  .cert-section .cert-grid {
    gap: 16px;
  }

  .cert-section .cert-card {
    padding: 20px;
  }

  .cert-section .cert-icon-box {
    width: 44px;
    height: 44px;
  }

  .cert-section .cert-icon-box i {
    font-size: 20px;
  }

  .cert-section .cert-icon-box svg {
    width: 20px;
    height: 20px;
  }

  .cert-section .cert-card h3 {
    font-size: 16px;
  }

  .cert-section .cert-card p {
    font-size: 13px;
  }
}

/* ============================================= */

/* ============================================= */
/* H1 Timeline Section */
/* ============================================= */

.timeline-section {
  padding: 80px 0;
  background-color: #0f172a;
}

.timeline-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.timeline-section .timeline-header {
  text-align: center;
  margin-bottom: 48px;
}

.timeline-section .timeline-badge {
  display: inline-block;
  padding: 6px 16px;
  background-color: rgba(14, 165, 233, 0.2);
  color: #7dd3fc;
  font-size: 14px;
  font-weight: 600;
  border-radius: 9999px;
  margin-bottom: 16px;
}

.timeline-section .timeline-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

/* Timeline Wrapper */
.timeline-section .timeline-wrapper {
  position: relative;
}

/* Center Line */
.timeline-section .timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #334155;
  transform: translateX(-50%);
}

/* Timeline Items Container */
.timeline-section .timeline-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Timeline Item */
.timeline-section .timeline-item {
  position: relative;
  display: flex;
  align-items: center;
}

/* Left positioned item */
.timeline-section .timeline-left {
  justify-content: flex-start;
}

.timeline-section .timeline-left .timeline-content {
  width: calc(50% - 32px);
  text-align: right;
  padding-right: 32px;
}

/* Right positioned item */
.timeline-section .timeline-right {
  justify-content: flex-end;
}

.timeline-section .timeline-right .timeline-content {
  width: calc(50% - 32px);
  text-align: left;
  padding-left: 32px;
}

/* Dot */
.timeline-section .timeline-dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0ea5e9;
  border: 4px solid #0f172a;
  z-index: 2;
}

/* Year Badge */
.timeline-section .timeline-year {
  display: inline-block;
  padding: 4px 12px;
  background-color: rgba(14, 165, 233, 0.2);
  color: #38bdf8;
  font-size: 14px;
  font-weight: 700;
  border-radius: 9999px;
  margin-bottom: 8px;
}

/* Description */
.timeline-section .timeline-desc {
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

/* Responsive - Tablet and Mobile */
@media (max-width: 768px) {
  .timeline-section {
    padding: 60px 0;
  }

  .timeline-container {
    padding: 0 16px;
  }

  .timeline-section .timeline-header h2 {
    font-size: 28px;
  }

  /* Move line to left side */
  .timeline-section .timeline-line {
    left: 8px;
    transform: none;
  }

  .timeline-section .timeline-items {
    gap: 24px;
  }

  /* All items align to left with content on right */
  .timeline-section .timeline-item {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .timeline-section .timeline-left .timeline-content,
  .timeline-section .timeline-right .timeline-content {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  /* Dot on left */
  .timeline-section .timeline-dot {
    left: 8px;
    transform: translateX(-50%);
  }

  .timeline-section .timeline-year {
    font-size: 13px;
    padding: 3px 10px;
  }

  .timeline-section .timeline-desc {
    font-size: 14px;
  }
}

/* ============================================= */
/* Product Category Section                      */
/* ============================================= */

.product-category-section {
  padding: 10px 0 80px 0;
}

.product-category-section .product-category-container {
  margin: 0 auto;
  padding: 0 24px;
	max-width:1200px;
}

/* Section Header */
.product-category-section .product-category-header {
  text-align: center;
  margin-bottom: 48px;
}

.product-category-section .product-category-badge {
  display: inline-block;
  padding: 6px 16px;
  //background-color: rgba(14, 165, 233, 0.2);
  color: #7dd3fc;
  font-size: 14px;
  font-weight: 600;
  border-radius: 9999px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-category-section .product-category-header h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.product-category-section .product-category-header p {
  color: #94a3b8;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Product Items Container */
.product-category-section .product-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Product Card Wrapper */
.product-category-section .product-card-wrapper {
  position: relative;
}

.product-category-section .product-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Product Card */
.product-category-section .product-card {
  background-color: #1e293b;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #334155;
  transition: all 0.3s ease;
}

.product-category-section .product-card:hover {
  border-color: #0ea5e9;
  box-shadow: 0 20px 40px -10px rgba(14, 165, 233, 0.15);
  transform: translateY(-4px);
}

/* Product Grid Layout */
.product-category-section .product-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  min-height: 280px;
}

/* Image Section */
.product-category-section .product-image-section {
  position: relative;
  overflow: hidden;
  background-color: #0f172a;
}

.product-category-section .product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-category-section .product-card:hover .product-image {
  transform: scale(1.05);
}

/* Badge Styles */
.product-category-section .product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.product-category-section .badge-green {
  background-color: rgba(34, 197, 94, 0.2);
  color: #4ade80;
}

.product-category-section .badge-sky {
  background-color: rgba(14, 165, 233, 0.2);
  color: #38bdf8;
}

.product-category-section .badge-purple {
  background-color: rgba(168, 85, 247, 0.2);
  color: #c084fc;
}

.product-category-section .badge-orange {
  background-color: rgba(249, 115, 22, 0.2);
  color: #fb923c;
}

.product-category-section .badge-red {
  background-color: rgba(239, 68, 68, 0.2);
  color: #f87171;
}

/* Content Section */
.product-category-section .product-content-section {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.product-category-section .product-content-inner {
  flex: 1;
  padding: 24px 24px 16px 24px;
}

/* Product Title */
.product-category-section .product-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px 0;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.product-category-section .product-card:hover .product-title {
  color: #38bdf8;
}

/* Product Description */
.product-category-section .product-desc {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

/* Specs Grid */
.product-category-section .specs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 10px;
}

.product-category-section .spec-box {
  background-color: rgba(15, 23, 42, 0.6);
  border-radius: 8px;
  text-align: center;
  border: 1px solid #334155;
}

.product-category-section .spec-label {
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.product-category-section .spec-value {
  color: #e2e8f0;
  font-size: 12px;
}

/* Feature Tags */
.product-category-section .feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-category-section .feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background-color: rgba(14, 165, 233, 0.1);
  color: #7dd3fc;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid rgba(14, 165, 233, 0.2);
}

.product-category-section .feature-tag svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* Product Card Footer */
.product-category-section .product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background-color: transparent;
  border-top: none;
}

.product-category-section .product-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #38bdf8;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.product-category-section .product-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.product-category-section .product-card:hover .product-link svg {
  transform: translateX(4px);
}

.product-category-section .datasheet-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background-color: rgba(14, 165, 233, 0.2);
  color: #38bdf8;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid rgba(14, 165, 233, 0.3);
  transition: all 0.3s ease;
}

.product-category-section .datasheet-btn:hover {
  background-color: rgba(14, 165, 233, 0.3);
  border-color: rgba(14, 165, 233, 0.5);
}

.product-category-section .datasheet-btn svg {
  width: 16px;
  height: 16px;
}

/* Responsive - Tablet */
@media (max-width: 992px) {
  .product-category-section .product-grid {
    grid-template-columns: 1fr 1.5fr;
  }

  .product-category-section .specs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  .product-category-section {
    padding: 60px 0;
  }

  .product-category-section .product-category-container {
    padding: 0 16px;
  }

  .product-category-section .product-category-header h2 {
    font-size: 28px;
  }

  .product-category-section .product-grid {
    grid-template-columns: 1fr;
  }

  .product-category-section .product-image-section {
    height: 200px;
  }

  .product-category-section .product-title {
    font-size: 18px;
  }

  .product-category-section .specs-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .product-category-section .spec-box {
    padding: 10px;
  }

  .product-category-section .spec-label {
    font-size: 10px;
  }

  .product-category-section .spec-value {
    font-size: 13px;
  }

  .product-category-section .product-card-footer {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    text-align: center;
	background-color:#ffffff !important;
  }

  .product-category-section .datasheet-btn {
    justify-content: center;
  }
}

/* ============================================= */
/* Single Product Section                        */
/* ============================================= */

.single-product-section {
  background-color: #ffffff;
  padding: 48px 0;
}

.single-product-section .sp-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Grid Layout */
.single-product-section .sp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* Image Column */
.single-product-section .sp-image-column {
  position: sticky;
  top: 32px;
}

.single-product-section .sp-image-wrapper {
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  background-color: #f1f5f9;
}

.single-product-section .sp-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content Column */
.single-product-section .sp-content-column {
  display: flex;
  flex-direction: column;
}

/* Category Badge */
.single-product-section .sp-category-badge {
  display: inline-block;
  width: fit-content;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.single-product-section .badge-purple {
  background-color: #a855f7;
  color: #ffffff;
}

.single-product-section .badge-green {
  background-color: #22c55e;
  color: #ffffff;
}

.single-product-section .badge-sky {
  background-color: #0ea5e9;
  color: #ffffff;
}

.single-product-section .badge-orange {
  background-color: #f97316;
  color: #ffffff;
}

.single-product-section .badge-red {
  background-color: #ef4444;
  color: #ffffff;
}

/* Product Title */
.single-product-section .sp-product-title {
  color: #0f172a;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

/* Product Description */
.single-product-section .sp-product-desc {
  color: #475569;
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 32px 0;
}

/* Features Section */
.single-product-section .sp-features-section {
  margin-bottom: 32px;
}

.single-product-section .sp-features-title {
  color: #0f172a;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px 0;
}

.single-product-section .sp-features-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.single-product-section .sp-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.single-product-section .sp-feature-icon {
  width: 20px;
  height: 20px;
  color: #22c55e;
  flex-shrink: 0;
}

.single-product-section .sp-feature-text {
  color: #334155;
  font-size: 15px;
  line-height: 1.5;
}

/* Applications Section */
.single-product-section .sp-applications-section {
  margin-bottom: 32px;
}

.single-product-section .sp-applications-title {
  color: #0f172a;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px 0;
}

.single-product-section .sp-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.single-product-section .sp-app-tag {
  display: inline-block;
  padding: 8px 16px;
  background-color: #f1f5f9;
  color: #334155;
  font-size: 14px;
  border-radius: 9999px;
  transition: all 0.2s ease;
}

.single-product-section .sp-app-tag:hover {
  background-color: #e2e8f0;
}

/* Buttons */
.single-product-section .sp-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
}

.single-product-section .sp-quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  background-color: #f97316;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px -1px rgba(249, 115, 22, 0.2);
}

.single-product-section .sp-quote-btn:hover {
  background-color: #ea580c;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px -2px rgba(249, 115, 22, 0.3);
}

.single-product-section .sp-quote-btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.single-product-section .sp-quote-btn:hover svg {
  transform: translateX(4px);
}

.single-product-section .sp-datasheet-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 32px;
  background-color: #ffffff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.single-product-section .sp-datasheet-btn:hover {
  background-color: #f8fafc;
  border-color: #cbd5e1;
}

.single-product-section .sp-datasheet-btn svg {
  width: 20px;
  height: 20px;
}

/* Responsive - Tablet */
@media (max-width: 992px) {
  .single-product-section .sp-grid {
    gap: 32px;
  }

  .single-product-section .sp-product-title {
    font-size: 30px;
  }

  .single-product-section .sp-product-desc {
    font-size: 16px;
  }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  .single-product-section {
    padding: 32px 0;
  }

  .single-product-section .sp-container {
    padding: 0 16px;
  }

  .single-product-section .sp-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .single-product-section .sp-image-column {
    position: static;
  }

  .single-product-section .sp-image-wrapper {
    aspect-ratio: 4 / 3;
  }

  .single-product-section .sp-product-title {
    font-size: 26px;
  }

  .single-product-section .sp-product-desc {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .single-product-section .sp-features-section,
  .single-product-section .sp-applications-section {
    margin-bottom: 24px;
  }

  .single-product-section .sp-buttons-wrapper {
    flex-direction: column;
  }

  .single-product-section .sp-quote-btn,
  .single-product-section .sp-datasheet-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================
   Product Table - Tailwind Design System
   ============================================ */
.product-table-section {
	/* CSS Variables */
	--pt-background: 0 0% 100%;
	--pt-foreground: 0 0% 3.9%;
	--pt-primary: 0 0% 9%;
	--pt-primary-foreground: 0 0% 98%;
	--pt-secondary: 0 0% 96.1%;
	--pt-secondary-foreground: 0 0% 9%;
	--pt-muted: 0 0% 96.1%;
	--pt-muted-foreground: 0 0% 45.1%;
	--pt-accent: 0 0% 96.1%;
	--pt-accent-foreground: 0 0% 9%;
	--pt-border: 0 0% 89.8%;
	--pt-ring: 0 0% 3.9%;
	--pt-radius: 0;

	/* Base Styles */
	-webkit-text-size-adjust: 100%;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
	line-height: 1.5;
	box-sizing: border-box;
	background-color: rgb(248 250 252);
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.product-table-section *,
.product-table-section *::before,
.product-table-section *::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: hsl(var(--pt-border));
}

/* Container */
.product-table-section .pt-container {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 640px) {
	.product-table-section .pt-container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1024px) {
	.product-table-section .pt-container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

/* Header */
.product-table-section .pt-header {
	text-align: center;
	margin-bottom: 3rem;
}

.product-table-section .pt-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.375rem 1rem;
	background-color: #e0f2fe;
	color: #0369a1;
	font-size: 0.875rem;
	font-weight: 500;
	border-radius: 9999px;
	margin-bottom: 1rem;
	transition: all 0.2s ease;
}

.product-table-section .pt-title {
	font-size: 1.875rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 0.75rem 0;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.product-table-section .pt-title {
		font-size: 2.25rem;
	}
}

.product-table-section .pt-description {
	font-size: 1rem;
	color: #475569;
	max-width: 42rem;
	margin: 0 auto;
	line-height: 1.625;
}

@media (min-width: 768px) {
	.product-table-section .pt-description {
		font-size: 1.125rem;
	}
}

/* Table Wrapper */
.product-table-section .pt-table-wrapper {
	background-color: #ffffff;
	border-radius: 0;
	border: 1px solid #334155;
	overflow: hidden;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

/* Table */
.product-table-section .pt-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.875rem;
}

/* Table Header */
.product-table-section .pt-table thead tr {
	background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
}

.product-table-section .pt-table thead th {
	padding: 1rem 1.5rem;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	border-right: 1px solid #475569;
}

.product-table-section .pt-table thead th:last-child {
	border-right: none;
}

/* Multi-level Header Groups */
.product-table-section .pt-table.has-header-groups thead tr.header-groups-row th {
	background-color: #0f172a;
	border-bottom: 2px solid #475569;
	padding: 1rem 1.5rem;
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.03em;
	border-right: 2px solid #475569;
}

.product-table-section .pt-table.has-header-groups thead tr.header-groups-row th:last-child {
	border-right: none;
}

.product-table-section .pt-table.has-header-groups thead tr.sub-header-row th {
	background-color: #1e293b;
	font-size: 0.8rem;
	font-weight: 500;
	padding: 0.75rem 1rem;
	border-bottom: none;
	border-right: 1px solid #475569;
}

.product-table-section .pt-table.has-header-groups thead tr.sub-header-row th:last-child {
	border-right: none;
}

/* Merged Cells Styling */
.product-table-section .pt-table tbody td.merged-cell {
	background-color: #f1f5f9;
	font-weight: 600;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #cbd5e1;
}

/* Table Body */
.product-table-section .pt-table tbody tr {
	background-color: #ffffff;
	transition: background-color 0.15s ease;
}

.product-table-section .pt-table tbody tr:hover {
	background-color: #f0f9ff;
}

.product-table-section .pt-table tbody tr:nth-child(even) {
	background-color: #f8fafc;
}

.product-table-section .pt-table tbody tr:nth-child(even):hover {
	background-color: #f0f9ff;
}

.product-table-section .pt-table tbody td {
	padding: 1rem 1.5rem;
	color: #334155;
	font-weight: 400;
	border-right: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
	vertical-align: middle;
}

.product-table-section .pt-table tbody td:last-child {
	border-right: none;
}

.product-table-section .pt-table tbody tr:last-child td {
	border-bottom: none;
}

.product-table-section .pt-table tbody td.first-col {
	font-weight: 600;
	color: #0f172a;
}

/* Text Alignment */
.product-table-section .text-left {
	text-align: left;
}

.product-table-section .text-center {
	text-align: center;
}

.product-table-section .text-right {
	text-align: right;
}

/* Footer */
.product-table-section .pt-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 1.5rem;
	padding: 1rem;
	background-color: #f1f5f9;
	border-radius: var(--pt-radius);
	font-size: 0.875rem;
	color: #64748b;
}

.product-table-section .pt-footer svg {
	flex-shrink: 0;
	width: 1rem;
	height: 1rem;
	color: #0ea5e9;
}

/* Responsive Table */
@media (max-width: 768px) {
	.product-table-section .pt-table-wrapper {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.product-table-section .pt-table {
		min-width: 600px;
	}

	.product-table-section .pt-table thead th,
	.product-table-section .pt-table tbody td {
		padding: 0.75rem 1rem;
	}

	.product-table-section .pt-header {
		margin-bottom: 2rem;
	}

	/* Multi-level headers responsive */
	.product-table-section .pt-table.has-header-groups thead tr.header-groups-row th {
		padding: 0.75rem 1rem;
		font-size: 0.85rem;
	}

	.product-table-section .pt-table.has-header-groups thead tr.sub-header-row th {
		padding: 0.5rem 0.75rem;
		font-size: 0.75rem;
	}
}

/* Animations */
@keyframes pt-fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.product-table-section .pt-table tbody tr {
	animation: pt-fadeIn 0.3s ease forwards;
}

.product-table-section .pt-table tbody tr:nth-child(1) { animation-delay: 0.05s; }
.product-table-section .pt-table tbody tr:nth-child(2) { animation-delay: 0.1s; }
.product-table-section .pt-table tbody tr:nth-child(3) { animation-delay: 0.15s; }
.product-table-section .pt-table tbody tr:nth-child(4) { animation-delay: 0.2s; }
.product-table-section .pt-table tbody tr:nth-child(5) { animation-delay: 0.25s; }
.product-table-section .pt-table tbody tr:nth-child(6) { animation-delay: 0.3s; }
.product-table-section .pt-table tbody tr:nth-child(7) { animation-delay: 0.35s; }
.product-table-section .pt-table tbody tr:nth-child(8) { animation-delay: 0.4s; }
.product-table-section .pt-table tbody tr:nth-child(9) { animation-delay: 0.45s; }
.product-table-section .pt-table tbody tr:nth-child(10) { animation-delay: 0.5s; }

/* Row Groups (Sol Dikey Birleştirme) Styles */
.product-table-section .pt-table.has-row-groups thead th.row-group-header {
	background-color: #0f172a;
	min-width: 80px;
	width: 80px;
	vertical-align: middle;
	border-right: 2px solid #475569;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.product-table-section .pt-table tbody td.row-group-cell {
	background-color: #0891b2;
	color: #ffffff;
	font-weight: 700;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	transform: rotate(180deg);
	text-align: center;
	vertical-align: middle;
	padding: 1rem 0.5rem;
	min-width: 50px;
	width: 50px;
	border-right: 2px solid #0e7490;
}

.product-table-section .pt-table tbody td.row-group-cell .row-group-text {
	display: block;
	white-space: nowrap;
}

/* Row group hover - don't change background */
.product-table-section .pt-table tbody tr:hover td.row-group-cell {
	background-color: #0891b2;
}

/* Responsive adjustments for row groups */
@media (max-width: 768px) {
	.product-table-section .pt-table.has-row-groups {
		min-width: 700px;
	}

	.product-table-section .pt-table tbody td.row-group-cell {
		padding: 0.75rem 0.35rem;
		font-size: 0.75rem;
		min-width: 40px;
		width: 40px;
	}

	.product-table-section .pt-table.has-row-groups thead th.row-group-header {
		min-width: 60px;
		width: 60px;
		font-size: 0.65rem;
	}
}



/* ============================================
   Related Products Section - Tailwind Design System
   ============================================ */
.rp-section {
	/* CSS Variables */
	--rp-background: 0 0% 100%;
	--rp-foreground: 0 0% 3.9%;
	--rp-primary: 0 0% 9%;
	--rp-muted: 0 0% 96.1%;
	--rp-muted-foreground: 0 0% 45.1%;
	--rp-border: 0 0% 89.8%;
	--rp-ring: 0 0% 3.9%;
	--rp-radius: 0.75rem;

	/* Base Styles */
	-webkit-text-size-adjust: 100%;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
	line-height: 1.5;
	box-sizing: border-box;
	background-color: #ffffff;
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.rp-section *,
.rp-section *::before,
.rp-section *::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: hsl(var(--rp-border));
}

/* Container */
.rp-section .rp-container {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width: 1024px) {
	.rp-section .rp-container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

/* Info Box */
.rp-section .rp-info-box {
	margin-bottom: 3rem;
	padding: 2rem;
	border-radius: var(--rp-radius);
	background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
	border: 2px solid #fbbf24;
}

.rp-section .rp-info-content {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.rp-section .rp-info-icon {
	flex-shrink: 0;
	padding: 0.75rem;
	border-radius: var(--rp-radius);
	background-color: #f97316;
	color: #ffffff;
}

.rp-section .rp-info-icon svg {
	width: 1.5rem;
	height: 1.5rem;
}

.rp-section .rp-info-text {
	flex: 1;
}

.rp-section .rp-info-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 0.5rem 0;
	line-height: 1.3;
}

.rp-section .rp-info-desc {
	font-size: 1rem;
	color: #334155;
	margin: 0 0 1rem 0;
	line-height: 1.625;
}

.rp-section .rp-info-desc a {
	font-weight: 600;
	color: #ea580c;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color 0.2s ease;
}

.rp-section .rp-info-desc a:hover {
	color: #c2410c;
}

.rp-section .rp-info-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: #ea580c;
	background-color: #ffffff;
	border: 1px solid #fdba74;
	border-radius: 0.375rem;
	text-decoration: none;
	transition: all 0.2s ease;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.rp-section .rp-info-btn:hover {
	background-color: #fff7ed;
	color: #c2410c;
}

.rp-section .rp-info-btn svg {
	width: 1rem;
	height: 1rem;
}

/* Header */
.rp-section .rp-header {
	text-align: center;
	margin-bottom: 2.5rem;
}

.rp-section .rp-title {
	font-size: 1.875rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 0.75rem 0;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.rp-section .rp-title {
		font-size: 2.25rem;
	}
}

.rp-section .rp-description {
	font-size: 1rem;
	color: #64748b;
	margin: 0;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.rp-section .rp-description {
		font-size: 1.125rem;
	}
}

/* Products Grid */
.rp-section .rp-grid {
	display: grid;
	gap: 1.5rem;
}

.rp-section .rp-grid.rp-cols-2 {
	grid-template-columns: repeat(1, 1fr);
}

.rp-section .rp-grid.rp-cols-3 {
	grid-template-columns: repeat(1, 1fr);
}

.rp-section .rp-grid.rp-cols-4 {
	grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 640px) {
	.rp-section .rp-grid.rp-cols-2,
	.rp-section .rp-grid.rp-cols-3,
	.rp-section .rp-grid.rp-cols-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 768px) {
	.rp-section .rp-grid.rp-cols-3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.rp-section .rp-grid.rp-cols-4 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 1024px) {
	.rp-section .rp-grid.rp-cols-4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* Card Wrapper Animation */
.rp-section .rp-card-wrapper {
	animation: rp-fadeInUp 0.5s ease forwards;
	opacity: 0;
}

@keyframes rp-fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Card Link */
.rp-section .rp-card-link {
	display: block;
	text-decoration: none;
	height: 100%;
}

/* Card */
.rp-section .rp-card {
	background-color: #f8fafc;
	border-radius: var(--rp-radius);
	overflow: hidden;
	border: 1px solid #e2e8f0;
	transition: all 0.3s ease;
	height: 100%;
}

.rp-section .rp-card:hover {
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	border-color: #0ea5e9;
}

/* Card Image */
.rp-section .rp-card-image {
	aspect-ratio: 4 / 3;
	background-color: #e2e8f0;
	overflow: hidden;
}

.rp-section .rp-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.rp-section .rp-card:hover .rp-card-image img {
	transform: scale(1.05);
}

/* Card Content */
.rp-section .rp-card-content {
	padding: 1rem;
}

.rp-section .rp-card-title {
	font-size: 1rem;
	align-items:center;
	font-weight: 600;
	color: #0f172a;
	margin: 0 0 0.25rem 0;
	transition: color 0.2s ease;
	line-height: 1.4;
}

.rp-section .rp-card:hover .rp-card-title {
	color: #0284c7;
}

.rp-section .rp-card-subtitle {
	font-size: 0.875rem;
	color: #64748b;
	margin: 0;
	line-height: 1.4;
}

/* View All Button */
.rp-section .rp-button-wrapper {
	text-align: center;
	margin-top: 2rem;
}

.rp-section .rp-view-all-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: #0f172a;
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 0.375rem;
	text-decoration: none;
	transition: all 0.2s ease;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.rp-section .rp-view-all-btn:hover {
	background-color: #f1f5f9;
	color: #0f172a;
}

.rp-section .rp-view-all-btn svg {
	width: 1rem;
	height: 1rem;
}

/* Responsive Adjustments */
@media (max-width: 640px) {
	.rp-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.rp-section .rp-info-box {
		padding: 1.5rem;
	}

	.rp-section .rp-info-content {
		flex-direction: column;
	}

	.rp-section .rp-header {
		margin-bottom: 2rem;
	}

	.rp-section .rp-title {
		font-size: 1.5rem;
	}
}



/* ============================================
   FAQ Accordion - Tailwind Design System
   ============================================ */
.faq-section {
	/* CSS Variables */
	--faq-background: 0 0% 100%;
	--faq-foreground: 0 0% 3.9%;
	--faq-primary: 0 0% 9%;
	--faq-muted: 0 0% 96.1%;
	--faq-muted-foreground: 0 0% 45.1%;
	--faq-border: 0 0% 89.8%;
	--faq-ring: 0 0% 3.9%;
	--faq-radius: 0.5rem;

	/* Base Styles */
	-webkit-text-size-adjust: 100%;
	tab-size: 4;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent;
	line-height: 1.5;
	box-sizing: border-box;
	background-color: #f8fafc;
	padding-top: 10px;
	padding-bottom: 15px;
}

.faq-section *,
.faq-section *::before,
.faq-section *::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: hsl(var(--faq-border));
}

/* Container */
.faq-section .faq-container {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 640px) {
	.faq-section .faq-container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1024px) {
	.faq-section .faq-container {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

/* Header */
.faq-section .faq-header {
	text-align: center;
	margin-bottom: 3rem;
}

.faq-section .faq-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.375rem 1rem;
	background-color: #e0f2fe;
	color: #0369a1;
	font-size: 0.875rem;
	font-weight: 500;
	border-radius: 9999px;
	margin-bottom: 1rem;
}

.faq-section .faq-title {
	font-size: 1.875rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 0.75rem 0;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.faq-section .faq-title {
		font-size: 2.25rem;
	}
}

.faq-section .faq-description {
	font-size: 1rem;
	color: #475569;
	max-width: 42rem;
	margin: 0 auto;
	line-height: 1.625;
}

@media (min-width: 768px) {
	.faq-section .faq-description {
		font-size: 1.125rem;
	}
}

/* Accordion Container */
.faq-section .faq-accordion {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

/* Accordion Item */
.faq-section .faq-item {
	background-color: #ffffff;
	border-radius: var(--faq-radius);
	border: 1px solid #e2e8f0;
	overflow: hidden;
	transition: all 0.2s ease;
}

.faq-section .faq-item:hover {
	border-color: #cbd5e1;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.faq-section .faq-item.active {
	border-color: #0ea5e9;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

/* Trigger Button */
.faq-section .faq-trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 1.5rem;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	transition: background-color 0.15s ease;
}

.faq-section .faq-trigger:hover {
	background-color: #f8fafc;
}

.faq-section .faq-item.active .faq-trigger {
	background-color: #f0f9ff;
}

/* Question Text */
.faq-section .faq-question {
	font-size: 1rem;
	font-weight: 600;
	color: #0f172a;
	line-height: 1.5;
	transition: color 0.2s ease;
}

@media (min-width: 768px) {
	.faq-section .faq-question {
		font-size: 1.0625rem;
	}
}

.faq-section .faq-item:hover .faq-question {
	color: #0284c7;
}

.faq-section .faq-item.active .faq-question {
	color: #0369a1;
}

/* Icon */
.faq-section .faq-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-color: #f1f5f9;
	color: #64748b;
	transition: all 0.2s ease;
}

.faq-section .faq-item:hover .faq-icon {
	background-color: #e0f2fe;
	color: #0284c7;
}

.faq-section .faq-item.active .faq-icon {
	background-color: #0ea5e9;
	color: #ffffff;
}

.faq-section .faq-icon svg {
	width: 1rem;
	height: 1rem;
}

/* Plus/Minus Icon Toggle */
.faq-section .faq-icon-plus {
	display: block;
}

.faq-section .faq-icon-minus {
	display: none;
}

.faq-section .faq-item.active .faq-icon-plus {
	display: none;
}

.faq-section .faq-item.active .faq-icon-minus {
	display: block;
}

/* Content */
.faq-section .faq-content {
	display: none;
	overflow: hidden;
}

.faq-section .faq-item.active .faq-content {
	display: block;
}

/* Answer */
.faq-section .faq-answer {
	padding: 0 1.5rem 1.5rem 1.5rem;
	font-size: 0.9375rem;
	color: #475569;
	line-height: 1.75;
}

.faq-section .faq-answer p {
	margin: 0 0 1rem 0;
}

.faq-section .faq-answer p:last-child {
	margin-bottom: 0;
}

.faq-section .faq-answer ul,
.faq-section .faq-answer ol {
	margin: 0 0 1rem 0;
	padding-left: 1.5rem;
}

.faq-section .faq-answer li {
	margin-bottom: 0.5rem;
}

.faq-section .faq-answer a {
	color: #0284c7;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color 0.2s ease;
}

.faq-section .faq-answer a:hover {
	color: #0369a1;
}

/* Animation */
@keyframes faq-slideDown {
	from {
		opacity: 0;
		max-height: 0;
	}
	to {
		opacity: 1;
		max-height: 500px;
	}
}

.faq-section .faq-item.active .faq-content {
	animation: faq-slideDown 0.3s ease forwards;
}

/* Responsive */
@media (max-width: 640px) {
	.faq-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.faq-section .faq-header {
		margin-bottom: 2rem;
	}

	.faq-section .faq-title {
		font-size: 1.5rem;
	}

	.faq-section .faq-trigger {
		padding: 1rem;
		gap: 0.75rem;
	}

	.faq-section .faq-question {
		font-size: 0.9375rem;
	}

	.faq-section .faq-answer {
		padding: 0 1rem 1rem 1rem;
		font-size: 0.875rem;
	}

	.faq-section .faq-icon {
		width: 1.75rem;
		height: 1.75rem;
	}

	.faq-section .faq-icon svg {
		width: 0.875rem;
		height: 0.875rem;
	}
}

/* ============================================
   Product Specification Section (Single Product 2)
   Web: İçerik %50 | Görsel %25 | Tablo %25
   ============================================ */

.product-spec-section {
	padding: 40px 0;
	background-color: #ffffff;
}

/* 3 Kolonlu Wrapper */
.product-spec-section .product-spec-wrapper {
	display: flex;
	align-items: stretch;
	gap: 25px;
}

/* Normal Layout: Görseller | Tablo | İçerik */
.product-spec-section.layout-normal .product-spec-image { order: 1; }
.product-spec-section.layout-normal .product-spec-images { order: 1; }
.product-spec-section.layout-normal .product-spec-table-wrap { order: 2; }
.product-spec-section.layout-normal .product-spec-content { order: 3; }

/* Reverse Layout: İçerik | Tablo | Görseller */
.product-spec-section.layout-reverse .product-spec-content { order: 1; }
.product-spec-section.layout-reverse .product-spec-table-wrap { order: 2; }
.product-spec-section.layout-reverse .product-spec-image { order: 3; }
.product-spec-section.layout-reverse .product-spec-images { order: 3; }

/* Content Column - %50 */
.product-spec-section .product-spec-content {
	flex: 0 0 50%;
	max-width: 50%;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Image Column - %25 */
.product-spec-section .product-spec-image {
	flex: 0 0 calc(25% - 12.5px);
	max-width: calc(25% - 12.5px);
	border-radius: 6px;
	overflow: hidden;
	background-color: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-spec-section .product-spec-image img {
	width: 100%;
	height: auto;
	max-height: 200px;
	object-fit: contain;
	display: block;
	transition: transform 0.4s ease;
}

.product-spec-section .product-spec-image:hover img {
	transform: scale(1.03);
}

/* Images Column - 2 Görsel Destekli (%25) */
.product-spec-section .product-spec-images {
	flex: 0 0 calc(25% - 12.5px);
	max-width: calc(25% - 12.5px);
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
}

.product-spec-section .product-spec-image-item {
	border-radius: 6px;
	overflow: hidden;
	background-color: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.product-spec-section .product-spec-images img {
	width: 100%;
	height: auto;
	max-height: 150px;
	object-fit: contain;
	display: block;
	transition: transform 0.4s ease;
}

.product-spec-section .product-spec-image-item:hover img {
	transform: scale(1.03);
}

/* Table Column - %25 */
.product-spec-section .product-spec-table-wrap {
	flex: 0 0 calc(25% - 12.5px);
	max-width: calc(25% - 12.5px);
	background-color: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #e2e8f0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
	align-self: flex-start;
}

/* Title */
.product-spec-section .product-spec-title {
	font-size: 22px;
	font-weight: 700;
	color: #0f172a;
	margin: 0 0 12px 0;
	line-height: 1.3;
	font-family: 'Spartan', sans-serif;
}

/* Description */
.product-spec-section .product-spec-description {
	color: #475569;
	font-size: 14px;
	line-height: 1.7;
}

.product-spec-section .product-spec-description p {
	margin-bottom: 10px;
	color: #475569;
}

.product-spec-section .product-spec-description p:last-child {
	margin-bottom: 0;
}

.product-spec-section .product-spec-description strong {
	color: #0f172a;
	font-weight: 600;
}

/* Table Title */
.product-spec-section .spec-table-title {
	background: linear-gradient(135deg, #4a6fa5 0%, #5c83b8 100%);
	color: #ffffff;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.3px;
}

/* Spec Table - Kompakt */
.product-spec-section .spec-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
}

.product-spec-section .spec-table thead th {
	background-color: #f1f5f9;
	color: #334155;
	padding: 5px 8px;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #e2e8f0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.product-spec-section .spec-table thead th:not(:last-child) {
	border-right: 1px solid #e2e8f0;
}

.product-spec-section .spec-table tbody td {
	padding: 4px 8px;
	text-align: center;
	color: #475569;
	border-bottom: 1px solid #f1f5f9;
	transition: background-color 0.2s ease;
	font-size: 11px;
}

.product-spec-section .spec-table tbody td:not(:last-child) {
	border-right: 1px solid #f1f5f9;
}

.product-spec-section .spec-table tbody td:first-child {
	font-weight: 500;
	color: #334155;
}

/* 3 Kolonlu Tablo (Table içi) */
.product-spec-section .spec-table.cols-3 thead th {
	padding: 4px 6px;
	font-size: 9px;
}

.product-spec-section .spec-table.cols-3 tbody td {
	padding: 3px 6px;
	font-size: 10px;
}

.product-spec-section .spec-table tbody tr:last-child td {
	border-bottom: none;
}

.product-spec-section .spec-table tbody tr:hover td {
	background-color: #f8fafc;
}

.product-spec-section .spec-table tbody tr:nth-child(even) td {
	background-color: #fafbfc;
}

.product-spec-section .spec-table tbody tr:nth-child(even):hover td {
	background-color: #f1f5f9;
}

/* Responsive - Tablet */
@media (max-width: 992px) {
	.product-spec-section {
		padding: 35px 0;
	}

	.product-spec-section .product-spec-wrapper {
		gap: 20px;
	}

	.product-spec-section .product-spec-content {
		flex: 0 0 45%;
		max-width: 45%;
	}

	.product-spec-section .product-spec-image {
		flex: 0 0 calc(27.5% - 10px);
		max-width: calc(27.5% - 10px);
	}

	.product-spec-section .product-spec-table-wrap {
		flex: 0 0 calc(27.5% - 10px);
		max-width: calc(27.5% - 10px);
	}

	.product-spec-section .product-spec-title {
		font-size: 20px;
	}

	.product-spec-section .product-spec-description {
		font-size: 13px;
	}
}

/* Responsive - Mobile */
@media (max-width: 768px) {
	.product-spec-section {
		padding: 30px 0;
	}

	.product-spec-section .product-spec-wrapper {
		flex-direction: column !important;
		gap: 20px;
	}

	/* Mobilde sıralama: Title/Content -> Image -> Table */
	.product-spec-section.layout-normal .product-spec-content,
	.product-spec-section.layout-reverse .product-spec-content {
		order: 1 !important;
	}

	.product-spec-section.layout-normal .product-spec-image,
	.product-spec-section.layout-reverse .product-spec-image,
	.product-spec-section.layout-normal .product-spec-images,
	.product-spec-section.layout-reverse .product-spec-images {
		order: 2 !important;
	}

	.product-spec-section.layout-normal .product-spec-table-wrap,
	.product-spec-section.layout-reverse .product-spec-table-wrap {
		order: 3 !important;
	}

	.product-spec-section .product-spec-content {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.product-spec-section .product-spec-image {
		flex: 1 1 100%;
		max-width: 100%;
		max-height: 200px;
	}

	.product-spec-section .product-spec-image img {
		max-height: 200px;
	}

	.product-spec-section .product-spec-images {
		flex: 1 1 100%;
		max-width: 100%;
		flex-direction: row;
		justify-content: center;
	}

	.product-spec-section .product-spec-image-item {
		max-width: 45%;
	}

	.product-spec-section .product-spec-images img {
		max-height: 150px;
	}

	.product-spec-section .product-spec-table-wrap {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.product-spec-section .product-spec-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.product-spec-section .product-spec-description {
		font-size: 13px;
	}

	.product-spec-section .spec-table-title {
		font-size: 12px;
		padding: 6px 10px;
	}

	.product-spec-section .spec-table thead th {
		padding: 5px 8px;
		font-size: 10px;
	}

	.product-spec-section .spec-table tbody td {
		padding: 5px 8px;
		font-size: 12px;
	}

	.product-spec-section .spec-table.cols-3 thead th {
		padding: 4px 6px;
		font-size: 9px;
	}

	.product-spec-section .spec-table.cols-3 tbody td {
		padding: 4px 6px;
		font-size: 11px;
	}
}

/* ============================================ */