 
/* Css For Acto */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two/style-three/style-four/style-five/style-six/style-seven/style-eight/style-nine
5. Main Slider/style-one/style-two/style-three/style-four/style-five/style-six/style-seven/style-eight
6. Weare Section
7. Ourmission Section
9. Service Section
8. About Section
10. Factory Section
11. Project Section
12. Testimonial Section
14. Team Section
15. News Section
16. Main Footer
19. Ourmission Style Two
20. Service Style Two
21. About Style Two
22. Service Style Two
23. Team Style Two
24. Call To Action
25. Footer Style Two
26. About Style Three
27. Ourmission Style Three
28. Service Style Three
29. Wehelp Section
30. Project Style Three
31. Subscribe Section
32. Intro Section
33. Oilgas Section
34. Growth Section
35. Energy Section
36. Shop Section
37. Industries Section
38. Fact Counter
39. Textile Section
40. Product Section
41. Medical Equepment
42. Signup Section
43. Statistics Section
44. About Bannner
45. Service Page
46. Service Banner
47. Service Single
48. Shop Page
49. Shop Banner
50. Single Shop
51. Our History
52. Partner Page
53. Testimonial Page
54. Gallery Page
55. Comingsoon Page
56. Error Page
57. Case Studies
58. Case Single
59. Blog Grid Page
60. Blog Classic Page
61. Blog Single Page
62. Contact Page
63. Contact Section
64. Contact Form
65. Google Map


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


/* use font link */

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&amp;display=swap');


/* use style sheet */

@import url(font-awesome-all.css);
@import url(flaticon.css);
@import url(owl.css);
@import url(bootstrap.css);
@import url(jquery.fancybox.min.css);
@import url(animate.css);
@import url(aos.css);
@import url(jquery-ui.css);
@import url(jquery.bootstrap-touchspin.css);



/*** 

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

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


/*** 

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

 ***/


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

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

.large-container{
  max-width: 1600px;
  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;
  overflow-x: hidden;
  margin: 0 auto;
  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;
  color: #028947;
}

input,button,select,textarea{
  font-family: 'Ubuntu', 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;
  color: #5d5d66;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 0px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

.gray-bg{
  background: #f2f1f0;
}

.black-bg{
  background: #3b3634;
}

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;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.15)
    }
}

@keyframes pulse-2 {
    50% {
        box-shadow: 0 0 0 15px rgba(255, 94, 133, 0.5),
        0 0 0 30px rgba(255, 94, 133, 0.3);
    }
}

@keyframes pulse-3 {
    50% {
        box-shadow: 0 0 0 15px rgba(121, 81, 248, 0.5),
        0 0 0 30px rgba(121, 81, 248, 0.3);
    }
}

/** button **/

.theme-btn-one {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding: 20px 40px;
  background: #9dc638;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all 500ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

.theme-btn-one:hover{
  background: #028947;
  color: #ffffff;
  transform: translateY(-3px);
}


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

.pagination li{
  display: inline-block;
  margin: 0px 4px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  height: 50px;
  width: 50px;
  line-height: 46px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  text-align: center;
  color: #5c5c66;
  background: transparent;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active{
  color: #fff;
  border-color: #028947;
}

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

.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#ffffff;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(../images/icons/preloader.gif);
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #028947;
  transition: 1s ease;
}
.scroll-top:hover{
  background: #6dac44;
}
.scroll-top.open {
  bottom: 30px;
}
.scroll-top span{
  color: #fff;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


.sec-title{
  position: relative;
  display: block;
}

.sec-title h1{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 46px;
  color: #192d66;
  font-weight: 700;
  margin-bottom: 10px;
}

.sec-title p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  font-weight: 400;
}

.bg-color-1{
  background: #6dac44;
}

.bg-color-2{
  background: #ff443e;
}

.bg-color-3{
  background: #fd571d;
}

/*** 

====================================================================
                        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;
  background: #6dac44;
  left:0px;
  top:0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

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

/** header-top **/

.main-header .header-top{
  position: relative;
  display: block;
  background: #fff;
  padding: 17px 0px 14px 0px;
}

.main-header .header-top .header-info{
  position: relative;
  margin-top: 2px;
}

.main-header .header-top .header-info li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #585858;
  margin-right: 30px;
}

.main-header .header-top .header-info li:last-child{
  margin-right: 0px;
}

.main-header .header-top .header-info li a{
  color: #3d3d3d;
}

.main-header .header-top .header-info li a:hover{
  color: #6dac44;
}

.main-header .header-top .header-info li i{
  position: relative;
  font-size: 20px;
  margin-right: 10px;
  font-weight: 600;
  top: 3px;
}

.main-header .header-top .header-nav li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #585858;
  margin-right: 20px;
}

.main-header .header-top .header-nav li:last-child{
  margin-right: 0px;
  margin-left: 15px;
}

.main-header .header-top .header-nav li a{
  color: #585858;
}

.main-header .header-top .header-nav li a:hover{
  color: #6dac44;
}

.main-header .header-upper{
  position: relative;
  display: block;
  background: #6dac44;
  padding: 34px 0px 53px 0px;
}

.main-header .header-upper .inner-container .info-box{
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 50px;
}

.main-header .header-upper .inner-container .info-box .icon-box{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  transition: all 500ms ease;
}

.main-header .header-upper .inner-container .info-box:hover .icon-box {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  left: 50%;
  opacity: .10;
}

.main-header .header-upper .inner-container .left-content .info-box{
  margin-right: 290px;
}

.main-header .header-upper .inner-container .info-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.main-header .header-upper .inner-container .info-box span{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #cdd0d9;
}

.main-header .header-upper .inner-container .info-box a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #cdd0d9;
}

.main-header .header-upper .inner-container .info-box a:hover{
  color: #fbef55;
}

.main-header .header-upper .inner-container .logo-box{
  position: relative;
  display: inline-block;
  top: -8px;
}

/** language **/

.language {
  position: relative;
  display: inline-block;
  top: -1px;
}

.language > a .icon{
  display: none;
}

.language .dropdown-toggle {
  position: relative;
  height: auto !important;
  font-size: 14px;
  text-transform: uppercase;
  padding: 3px 15px;
  width: 75px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
}

.language .dropdown-toggle:before{
  position: absolute;
  content: "\f0dd";
  font-size: 14px;
  color: #b3afaf;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  top: 1px;
  right: 9px;
}

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

.language .dropdown-menu {
  top: 100% !important;
  left: 0px !important;
  transform: none !important;
  width: 100px;
  min-width: 100px;
  border-radius: 10px;
  border: none;
  background-color: #6dac44;
  padding: 0px;
}

.language .dropdown-menu > li {
  padding-right: 0px !important;
  margin: 0px !important;
  padding: 0;
  float: none;
  display: block !important;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.language .dropdown-menu > li:last-child{
  border-bottom: none;
}

.language .dropdown-menu > li > a {
  padding: 6px 20px !important;
  line-height: 24px;
  font-size: 15px;
  width: auto;
  height: auto;
  display: block;
  color: #fff !important;
  text-align: left;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}



/** main-menu **/


.main-menu{
  position: relative;
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  margin: 0px 12px;
}

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

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:16px;
  font-family: 'Ubuntu', sans-serif;
  color:#6dac44;
  line-height:26px;
  font-weight:600;
  opacity:1;
  text-transform:uppercase;
  padding: 24px 0px;
  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.current > a,
.main-menu .navigation > li:hover > a{
  color: #6dac44;
}

.main-menu .navigation{
  position: relative;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top: 100%;
  width:250px;
  z-index:100;
  display:none;
  visibility: hidden;
  opacity: 0;
  background:#ffffff;
  border-top: 3px solid #fd571c;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
  transition: all 500ms ease;
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 7px 30px;
  border-bottom: 1px solid rgba(253, 87, 28, 0.3);
  transition: all 500ms ease;
}

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

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  font-family: 'Ubuntu', sans-serif;
  padding:6px 0px;
  line-height:24px;
  font-size:15px;
  color:#6dac44;
  font-weight: 500;
  text-align:left;
  text-transform:capitalize;
  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:hover{
  background: #fd571c;
  border-bottom: 1px solid #fd571c;
}

.main-menu .navigation > li > ul > li:hover a{
  color: #fff;
}

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

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  right: 15px;
  top: 8px;
  font-size:18px;
  border: 1px solid #ffffff;
  color:#ffffff;
  width: 35px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor:pointer;
  z-index:5;
  display: none;
}

.navbar-header {
  display: none;
}

/** sub-menu **/

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  width:230px;
  z-index:100;
  display:none;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #fd571c;
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

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

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  margin:0px;
  border-bottom: 1px solid rgba(253, 87, 28, 0.3);
}

.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 25px !important;
  line-height:24px;
  font-weight:500;
  font-family: 'Ubuntu', sans-serif;
  font-size:15px;
  text-transform:capitalize;
  color: #18152c !important;
  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:hover > a{
  background:#fd571c;
  color: #fff !important;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  content: "\f105";
  font-size: 16px;
  color: #18152c;
  top: 6px;
  right: -12px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
  color: #fff;
}

/** header-bottom **/

.main-header .header-bottom{
  position: relative;
  display: block;
  background: transparent;
}

.main-header .header-bottom .outer-container{
  position: relative;
  width: 100%;
}

.main-header .header-bottom .outer-container .nav-outer{
  position: absolute;
  left: 0px;
  top: -36px;
  width: 100%;
  background: #fff;
}

.main-header .header-bottom .outer-container .nav-outer .menu-area .button-box{
  position: relative;
  float: left;
  margin-right: 35px;
}

.main-header .header-bottom .outer-container .nav-outer .menu-area .button-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  background: #028947;
  color: #fff;
  text-align: center;
  padding: 24px 29px;
}

.main-header .header-bottom .outer-container .nav-outer .menu-area .button-box a:hover{
  background: #028947;
}

.main-header .header-bottom .outer-container .nav-outer .menu-area .button-box i{
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  transition: all 500ms ease;
}

.main-header .header-bottom .outer-container .nav-outer .menu-area .button-box a:hover i{
  transform: rotate(360deg);
}

.main-header .header-bottom .info-box{
  position: relative;
  padding: 15px 15px 17px 15px;
}

.main-header .header-bottom .info-box .social-links,
.main-header .header-bottom .info-box .shop-cart,
.main-header .header-bottom .info-box .search-box{
  position: relative;
  float: left;
}

.main-header .header-bottom .info-box .social-links{
  margin-top: 12px;
}

.main-header .header-bottom .info-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 7px;
}

.main-header .header-bottom .info-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #838383;
}

.main-header .header-bottom .info-box .social-links li a:hover{
  color: #192d66;
}

.main-header .header-bottom .info-box .shop-cart{
  margin: 0px 8px 0px 20px;
  padding-right: 20px;
}

.main-header .header-bottom .info-box .shop-cart a{
  position: relative;
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
  color: #0f0e05;
  background: #028947;
  padding: 7.5px 12px;
  text-align: center;
  border-radius: 10px;
}

.main-header .header-bottom .info-box .shop-cart a:hover{
  background: #028947;
  color: #fff;
}

.main-header .header-bottom .info-box .shop-cart:before{
  position: absolute;
  content: '';
  background: #e1e2e3;
  height: 100%;
  width: 1px;
  top: 0px;
  right: 0px;
}

.main-header .header-bottom .info-box .shop-cart span{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #192d66;
  width: 20px;
  height: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin-left: 5px;
  top: -3px;
}

.main-header .header-bottom .info-box .search-box .header-flyout-searchbar i{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #101112;
  padding: 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header .header-bottom .info-box .search-box{
  margin-top: 6px;
}

.main-header .header-bottom .info-box .search-box .header-flyout-searchbar i:hover{
  color: #028947;
}


/** search-box **/

.wraper_flyout_search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_flyout_search > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.wraper_flyout_search > .table > .table-cell {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(2) {
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(3) {
  left: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.9s ease-in-out 0.6s;
  -webkit-transition: all 0.9s ease-in-out 0.6s;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  transition: all 500ms ease;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: #fff;
  transition: all 500ms ease;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close:hover > .flyout-search-close-line{
  background: #028947;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line:nth-child(2) {
  margin-top: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.wraper_flyout_search > .table > .table-cell .flyout_search {
  position: relative;
  z-index: 1;
  float: right;
  width: 100%;
  max-width: 500px;
  padding: 100px 40px 100px 40px;
  text-align: right;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title {
  margin-bottom: 30px;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 35px;
  color: #fff;
  line-height: 45px;
  letter-spacing: 50px;
  opacity: 0;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row {
  position: relative;
  padding: 0;
  margin: 0;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row input[type=search] {
  width: 100%;
  height: 60px;
  padding: 0px 40px 0px 0px;
  background-color: initial;
  border: none;
  border-bottom: 3px #dedede solid;
  box-shadow: initial;
  font-size: 20px;
  color: #fff;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row button[type=submit] {
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 1;
  width: 40px;
  height: auto;
  background-color: initial;
  border: none;
  cursor: pointer;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row button[type=submit] i {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}

body.flyout-searchbar-active .wraper_flyout_search {
  opacity: 1;
  visibility: visible;
}

body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title h4 {
  letter-spacing: 0;
  opacity: 1;
} 

#hamburger-menu {
  width: 100%;
}


/** stricky-header **/

.sticky-header .main-menu .navigation > li{
  margin: 0px;
}

.sticky-header .main-menu .navigation > li > a{
  padding: 15px 30px !important;
}

.sticky-header .main-menu .navigation > li > a{
  color: #fff;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
  background: #028947;
  color: #fff !important;
}

.sticky-header .logo-box{
  position: relative;
  float: left;
  padding: 10px 0px;
}

.sticky-header .menu-area{
  position: relative;
  float: right;
}

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

/** main-slider **/

/* main slider */

.main-slider{
  position: relative;
}


/* slide background */

.main-slider .slide{
  position: relative;
  padding: 260px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* dark overlay */

.main-slider .slide::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.65);

}


/* content */

.main-slider .content-box{
  position: relative;
  max-width: 1000px;
  z-index: 10;
  margin-top: -150px;

}


/* small heading */

.main-slider .content-box h5{
  font-size: 18px;
  color: #028947;
  margin-bottom: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;

}


/* MAIN HEADING */

.main-slider .content-box h1{
  font-size: 72px;
  line-height: 82px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
  max-width: 950px;

}


/* description */

.main-slider .content-box .text{
  font-size: 22px;
  line-height: 34px;
  color: #ffffff;
  max-width: 850px;
  margin-bottom: 30px;

}


/* highlights */

.main-slider .highlights{
  margin-bottom: 35px;
  padding: 0;

}


.main-slider .highlights li{
  list-style: none;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;

}


/* buttons */

.main-slider .button-box a{

  display: inline-block;

  padding: 16px 40px;

  margin-right: 15px;

  font-weight: 700;

  text-transform: uppercase;

  text-decoration: none;

}


/* button 1 */

.btn-style-one{

  background: #028947;

  color: #fff;

}


/* button 2 */

.btn-style-two{

  border: 2px solid #fff;

  color: #fff;

}


/* hover */

.btn-style-one:hover{

  background: #fff;

}


.btn-style-two:hover{

  background: #028947;

  color: #fff;

}



/* responsive */

@media (max-width: 768px){

.main-slider .content-box h1{

  font-size: 38px;

  line-height: 48px;

}

.main-slider .slide{

  padding: 180px 0;

}

}


.main-slider .image-box{
  position: relative;
  display: block;
  margin-top: 8px;
  margin-left: -20px;
}

.main-slider .image-box img{
  position: relative;
  display: inline-block;
  width: auto;
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/* slide nav */


.main-slider .owl-dots{
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 52px;
  display: none;
}

.main-slider .owl-dots .owl-dot span{
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.50);
  cursor: pointer;
  margin: 0px 3px;
  transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active span,
.main-slider .owl-dots .owl-dot:hover span{
  background: #ffffff;
  border: none;
}

.main-slider .owl-nav{
  position:absolute;
  left:0px;
  top:50%;
  z-index:1;
  width:100%;
  transform: translateY(-50%);
}

.main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"]{
  position: absolute;
  color: rgba(255, 255, 255, 0.10);
}

.main-slider .owl-nav .owl-prev{
  position:absolute;
  left:30px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 32px;
  background: #4c505c;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-slider .owl-nav .owl-next{
  position:absolute;
  right:30px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 32px;
  background: #4c505c;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
  background-color:#fbef55;
  color: #192d66;
}

/* SECTION */

.weare-section {
  padding: 120px 0;
  background: #f8faf9;
  font-family: "Poppins", sans-serif;
}


/* LEFT CONTENT */

.content-box {
  padding-right: 40px;
}


/* SMALL TAG */

.section-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #028947;
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ===== Main Slider Responsive ===== */
@media (max-width: 1200px) {
    .main-slider .content-box {
        max-width: 800px;
        margin-top: -100px;
        padding: 0 20px;
    }
    .main-slider .content-box h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .main-slider .content-box .text {
        font-size: 20px;
        line-height: 32px;
    }
}

@media (max-width: 991px) {
    .main-slider .slide {
        padding: 180px 0;
    }
    .main-slider .content-box {
        margin-top: -80px;
    }
    .main-slider .content-box h1 {
        font-size: 48px;
        line-height: 58px;
    }
    .main-slider .content-box .text {
        font-size: 18px;
        line-height: 28px;
    }
    .main-slider .image-box {
        margin-left: -10px;
    }
    .main-slider .owl-nav .owl-prev,
    .main-slider .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .main-slider .slide {
        padding: 140px 0;
    }
    .main-slider .content-box {
        margin-top: -60px;
    }
    .main-slider .content-box h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .main-slider .content-box h5 {
        font-size: 16px;
        letter-spacing: 2px;
    }
    .main-slider .content-box .text {
        font-size: 16px;
        line-height: 26px;
        max-width: 100%;
    }
    .main-slider .highlights li {
        font-size: 16px;
    }
    .main-slider .button-box a {
        padding: 12px 25px;
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
        width: fit-content;
    }
    .main-slider .image-box img {
        width: 80%;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .main-slider .slide {
        padding: 120px 0 100px 0;
    }
    .main-slider .content-box {
        margin-top: -40px;
        text-align: center;
        padding: 0 15px;
    }
    .main-slider .content-box h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .main-slider .content-box h5 {
        font-size: 14px;
        letter-spacing: 1.5px;
    }
    .main-slider .content-box .text {
        font-size: 14px;
        line-height: 22px;
    }
    .main-slider .highlights li {
        font-size: 14px;
        text-align: center;
    }
    .main-slider .button-box a {
        padding: 10px 20px;
        font-size: 14px;
        margin: 0 auto 10px;
    }
    .main-slider .image-box img {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .main-slider .owl-nav .owl-prev,
    .main-slider .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }
}

/* ===== WeAre Section Responsive ===== */
@media (max-width: 991px) {
    .weare-section {
        padding: 80px 15px;
    }
    .weare-section .content-box {
        padding-right: 0;
        text-align: center;
    }
    .section-tag {
        font-size: 12px;
        margin-bottom: 8px;
    }
}
@media (max-width: 576px) {
    .weare-section {
        padding: 60px 10px;
    }
    .weare-section .content-box h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .weare-section .content-box p {
        font-size: 14px;
        line-height: 22px;
    }
}



/* ===== HEADING ===== */
.weare-section h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0f172a;
}

.weare-section .text {
    font-size: 17px;
    line-height: 1.7;
    color: #475569;
}

/* ===== FEATURES GRID ===== */
.features {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* ===== FEATURE CARD ===== */
.feature-card {
    display: flex;
    gap: 15px;
    padding: 22px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 35px rgba(0,0,0,0.12);
}

/* ===== ICON ===== */
.icon-box {
    font-size: 28px;
    color: #028947;
    min-width: 40px;
    margin-top: 4px;
}

/* ===== FEATURE TEXT ===== */
.feature-card h4 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #0f172a;
}

.feature-card p {
    font-size: 15px;
    color: #64748b;
    margin: 0;
}

/* ===== PREMIUM BUTTON ===== */
.premium-btn {
    display: inline-block;
    margin-top: 35px;
    padding: 15px 32px;
    background: linear-gradient(135deg, #028947, #02b55b);
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(2,137,71,0.3);
    transition: 0.3s;
}

.premium-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(2,137,71,0.4);
}

/* ===== IMAGE ===== */
.image-box {
    position: relative;
}

.image-box img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px) {
    .content-box {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .features {
        grid-template-columns: 1fr;
    }

    .image-box img {
        height: 420px;
    }

    .weare-section h2 {
        font-size: 36px;
    }

    .weare-section .text {
        font-size: 16px;
    }

    .feature-card {
        flex-direction: row; /* keep icon + text side by side */
        padding: 18px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .weare-section h2 {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }

    .weare-section .text {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .feature-card {
        flex-direction: column; /* stack icon above text */
        align-items: center;
        text-align: center;
        padding: 15px;
    }

    .icon-box {
        margin-top: 0;
    }

    .premium-btn {
        width: 100%;
        text-align: center;
    }

    .image-box img {
        height: 300px;
    }
}

/* SECTION */

.mission-vision-section {
  padding: 120px 0;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
}


/* IMAGE SIDE */

.image-wrapper {
  position: relative;
}

.image-wrapper img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}


/* IMAGE BADGE */

.image-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: rgba(2,137,71,0.95);
  color: #fff;
  padding: 14px 22px;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}


/* CONTENT */

.section-tag {
  font-size: 14px;
  font-weight: 600;
  color: #028947;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
}

.content-box h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #0f172a;
}


/* MISSION / VISION BLOCKS */

.mv-block {
  margin-bottom: 22px;
}

.mv-block h3 {
  font-size: 22px;
  color: #028947;
  margin-bottom: 8px;
}

.mv-block p {
  color: #475569;
  line-height: 1.7;
  font-size: 16px;
}


/* VALUE GRID */

.values-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}


/* VALUE CARD */

.value-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #f8faf9;
  border-radius: 10px;
  font-weight: 600;
  color: #0f172a;
  transition: 0.3s;
}

.value-card i {
  color: #028947;
  font-size: 20px;
}

.value-card:hover {
  background: #028947;
  color: #fff;
  transform: translateY(-3px);
}

.value-card:hover i {
  color: #fff;
}


/* RESPONSIVE */

/* ===== Responsive: Mission & Vision Section ===== */

/* Tablet */
@media (max-width: 992px) {
  .mission-vision-section {
    padding: 80px 20px;
  }

  .image-wrapper img {
    height: 420px;
    margin-bottom: 30px;
  }

  .content-box h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .mv-block h3 {
    font-size: 20px;
  }

  .mv-block p {
    font-size: 15px;
  }

  .values-grid {
    grid-template-columns: 1fr; /* stack value cards vertically */
    gap: 12px;
  }

  .value-card {
    padding: 14px;
  }

  .section-tag {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .mission-vision-section {
    padding: 60px 15px;
  }

  .image-wrapper img {
    height: 300px;
  }

  .image-badge {
    bottom: 15px;
    left: 15px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .content-box h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .mv-block h3 {
    font-size: 18px;
    text-align: center;
  }

  .mv-block p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .values-grid {
    grid-template-columns: 1fr; /* stack cards */
    gap: 10px;
  }

  .value-card {
    justify-content: center; /* center icon + text */
    text-align: center;
    padding: 12px;
    gap: 8px;
  }

  .value-card i {
    font-size: 18px;
  }
}

/* PRODUCTS SECTION */
.premium-products {
  padding: 140px 0;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
}

/* HEADER */

.section-header {
  max-width: 750px;
  margin: 0 auto 80px;
}

.section-tag {
  font-size: 14px;
  font-weight: 600;
  color: #028947;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-header h2 {
  font-size: 44px;
  font-weight: 700;
  margin: 18px 0;
  color: #0f172a;
}

.section-header p {
  font-size: 18px;
  color: #64748b;
  line-height: 1.8;
}


/* PRODUCT LAYOUT */

.products-wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.product-item {
  display: flex;
  align-items: center;
  gap: 60px;
}

.product-item.reverse {
  flex-direction: row-reverse;
}


/* IMAGE */

.product-image {
  flex: 1;
  position: relative;
}

.product-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.15);
  transition: 0.4s;
}

.product-image img:hover {
  transform: scale(1.03);
}


/* CONTENT */

.product-content {
  flex: 1;
}

.product-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
  color: #0f172a;
}

.product-content p {
  font-size: 17px;
  color: #475569;
  margin-bottom: 25px;
  line-height: 1.7;
}


/* SPECS */

.specs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.specs span {
  background: #f1f5f9;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  transition: 0.3s;
}

.specs span:hover {
  background: #028947;
  color: #fff;
}


/* FEATURES LINE */

.features-line {
  margin: 100px 0 40px;
  text-align: center;
  font-weight: 600;
  color: #028947;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}


/* BUTTON */

.premium-btn {
  display: inline-block;
  padding: 16px 40px;
  background: linear-gradient(135deg, #028947, #02b55b);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 15px 35px rgba(2,137,71,0.3);
  transition: 0.3s;
}

.premium-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 45px rgba(2,137,71,0.4);
}


/* RESPONSIVE */

/* ===== PRODUCTS SECTION RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px) {
  .premium-products {
    padding: 80px 20px;
  }

  .section-header {
    max-width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }

  .section-header h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .section-header p {
    font-size: 16px;
    line-height: 1.6;
  }

  .product-item,
  .product-item.reverse {
    flex-direction: column;
    gap: 40px;
  }

  .product-image img {
    width: 100%;
    height: 380px;
  }

  .product-content {
    width: 100%;
    text-align: center;
  }

  .product-content h3 {
    font-size: 26px;
  }

  .product-content p {
    font-size: 16px;
    line-height: 1.6;
  }

  .specs {
    justify-content: center;
  }

  .features-line {
    flex-direction: column;
    gap: 20px;
  }

  .premium-btn {
    width: 100%;
    text-align: center;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .premium-products {
    padding: 60px 15px;
  }

  .product-image img {
    height: 280px;
  }

  .product-content h3 {
    font-size: 22px;
  }

  .product-content p {
    font-size: 14px;
    line-height: 1.5;
  }

  .specs span {
    padding: 6px 12px;
    font-size: 13px;
  }

  .features-line {
    gap: 15px;
    text-align: center;
  }

  .premium-btn {
    padding: 14px 25px;
    font-size: 14px;
  }
}



/** service-section **/

.service-section{
    padding: 100px 0;
    background: #f8fafc;
}

.sec-title h1{
    font-size: 36px;
    font-weight: 700;
}

.sec-title p{
    color: #555;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

.service-block-one{
    position: relative;
    display: flex;
    flex-direction: row;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
    transition: transform 0.5s;
}

.service-block-one:hover{
    transform: translateY(-10px);
}

.service-block-one.reverse{
    flex-direction: row-reverse;
}

.service-block-one .image-box{
    width: 40%;
    position: relative;
}

.service-block-one .image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s, opacity 0.5s;
}

.service-block-one .image-box .overlay{
    position: absolute;
    top:0; left:0; right:0; bottom:0;
    background: rgba(0,0,0,0.25);
    transition: background 0.5s;
}

.service-block-one:hover .image-box img{
    transform: scale(1.05);
    opacity: 0.8;
}

.service-block-one:hover .image-box .overlay{
    background: rgba(0,0,0,0.15);
}

.service-block-one .content-box{
    padding: 40px;
    width: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.service-block-one .icon-box{
    font-size: 50px;
    color: #6dac44;
    margin-bottom: 15px;
}

.service-block-one h3{
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.service-block-one .text{
    color: #555;
    font-size: 16px;
    margin-bottom: 20px;
}

.service-block-one .link-btn a{
    font-weight: 700;
    color: #6dac44;
    text-decoration: none;
    transition: all 0.4s;
}

.service-block-one .link-btn a:hover{
    color: #028947;
}

@media(max-width: 991px){
    .service-block-one{
        flex-direction: column;
    }
    .service-block-one.reverse{
        flex-direction: column;
    }
    .service-block-one .image-box,
    .service-block-one .content-box{
        width: 100%;
    }
    .service-block-one .content-box{
        padding: 30px;
    }
}


.why-choose-section{
    padding: 80px 0;
    background: #f8fafc;
    margin: 0; /* remove container spacing */
}

/* Full-width card */
.why-card{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    width: 100%; /* full width */
    height: 500px; /* fixed height for desktop */
}

/* Left Column: Content */
.why-content{
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Section Title */
.why-content .sec-title h1{
    font-size: 36px;
    font-weight: 700;
    color: #6dac44;
    margin-bottom: 15px;
}

.why-content .sec-title p{
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

/* Feature List */
.features-list{
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.features-list li{
    font-size: 18px;
    color: #272727;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.features-list li:before{
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    color: #6dac44;
    font-weight: bold;
}

/* CTA Buttons */
.cta-container{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cta-container .btn-primary,
.cta-container .btn-secondary{
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    display: inline-block;
}

.btn-primary{
    background: #6dac44;
    color: #fff;
}

.btn-primary:hover{
    background: #028947;
}

.btn-secondary{
    background: #fff;
    border: 2px solid #6dac44;
    color: #6dac44;
}

.btn-secondary:hover{
    background: #6dac44;
    color: #fff;
}

/* Right Column: Image */
.why-image{
    flex: 1;
    min-width: 300px;
    overflow: hidden;
}

.why-image img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* cover full height of card */
}

/* Responsive */
@media(max-width: 991px){
    .why-card{
        flex-direction: column;
        height: auto; /* adjust height on mobile */
    }
    .why-image{
        height: 300px; /* fixed height for mobile image */
    }
}



.contact-section{
    padding: 150px 0;
    background: #f8fafc;
}

.contact-section .sec-title h1{
    font-size: 36px;
    font-weight: 700;
    color: #6dac44;
    margin-bottom: 15px;
}

.contact-section .sec-title p{
    font-size: 16px;
    color: #555;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Single Card Container */
.contact-card{
    display: flex;
    gap: 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    overflow: hidden;
    padding: 50px; /* increase padding */
    flex-wrap: wrap;
    max-width: 1200px; /* increased width */
    margin: 0 auto; /* center the card */
}

/* Columns inside card */
.contact-column{
    flex: 1;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* Contact Info Styling */
.contact-info h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #272727;
}

.contact-info ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info ul li{
    font-size: 16px;
    color: #555;
    margin-bottom: 12px;
}

.contact-info ul li a{
    color: #6dac44;
    text-decoration: none;
    transition: all 0.3s;
}

.contact-info ul li a:hover{
    color: #028947;
    text-decoration: underline;
}

/* Social Media Icons */
.social-media{
    margin-top: 20px;
}

.social-media a{
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    color: #6dac44;
    transition: all 0.3s;
}

.social-media a:hover{
    color: #028947;
}

/* CTA Buttons */
.cta-buttons{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.cta-buttons .btn-quote,
.cta-buttons .btn-support{
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-quote{
    background: #6dac44;
    color: #fff;
}

.btn-quote:hover{
    background: #028947;
}

.btn-support{
    background: #fff;
    border: 2px solid #6dac44;
    color: #6dac44;
}

.btn-support:hover{
    background: #6dac44;
    color: #fff;
}

/* Contact Form Styling */
.premium-form .form-group{
    margin-bottom: 20px;
}

.premium-form input,
.premium-form textarea{
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    color: #555;
    transition: all 0.3s;
}

.premium-form input:focus,
.premium-form textarea:focus{
    border-color: #6dac44;
    box-shadow: 0 0 10px rgba(106, 172, 68, 0.3);
    outline: none;
}

.premium-form textarea{
    min-height: 150px;
    resize: none;
}

.btn-submit{
    background: #6dac44;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-submit:hover{
    background: #028947;
}

/* Responsive */
@media(max-width: 991px){
    .contact-card{
        flex-direction: column;
    }
    .contact-column{
        width: 100%;
    }
    .cta-buttons{
        flex-direction: column;
    }
}

.main-footer.style-five{
    position: relative;
    background-color: #f8f9f5; /* light greenish/white */
    padding-top: 80px;
    padding-bottom: 40px;
    font-family: 'Poppins', sans-serif;
}

.main-footer.style-five .footer-top{
    padding-bottom: 45px;
}

.main-footer.style-five .footer-widget{
    margin-bottom: 30px;
}

.main-footer.style-five .footer-logo img{
    max-width: 180px;
    margin-bottom: 15px;
}

.main-footer.style-five .widget-content .text{
    color: #44434e;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.main-footer.style-five .info-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-footer.style-five .info-list li{
    font-size: 14px;
    color: #44434e;
    margin-bottom: 10px;
}

.main-footer.style-five .info-list li a{
    color: #6dac44;
    text-decoration: none;
}

.main-footer.style-five .info-list li a:hover{
    color: #028947;
}

.main-footer.style-five .widget-title{
    font-size: 18px;
    color: #0c0d24;
    font-weight: 700;
    margin-bottom: 20px;
}

.main-footer.style-five .links-widget ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-footer.style-five .links-widget ul li{
    margin-bottom: 10px;
}

.main-footer.style-five .links-widget ul li a{
    font-size: 14px;
    color: #44434e;
    text-decoration: none;
    transition: 0.3s;
}

.main-footer.style-five .links-widget ul li a:hover{
    color: #6dac44;
}

.main-footer.style-five .social-widget .social-links{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}

.main-footer.style-five .social-links li a{
    font-size: 18px;
    color: #0c0d24;
    transition: 0.3s;
}

.main-footer.style-five .social-links li a:hover{
    color: #6dac44;
}

.main-footer.style-five .footer-bottom{
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.main-footer.style-five .footer-bottom .footer-social{
    display: flex;
    gap: 15px;
}

.main-footer.style-five .footer-bottom .footer-social li a{
    color: #6dac44;
    transition: 0.3s;
}

.main-footer.style-five .footer-bottom .footer-social li a:hover{
    color: #028947;
}

/* ===== Responsive: Footer Style Five ===== */

/* Tablet */
@media (max-width: 992px) {
    .main-footer.style-five {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .main-footer.style-five .footer-top {
        padding-bottom: 35px;
    }

    .main-footer.style-five .footer-widget {
        margin-bottom: 25px;
        text-align: center;
    }

    .main-footer.style-five .footer-logo img {
        max-width: 140px;
        margin-bottom: 12px;
    }

    .main-footer.style-five .widget-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .main-footer.style-five .links-widget ul li a,
    .main-footer.style-five .info-list li {
        font-size: 13px;
    }

    .main-footer.style-five .social-widget .social-links {
        justify-content: center;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .main-footer.style-five {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .main-footer.style-five .footer-top {
        padding-bottom: 25px;
    }

    .main-footer.style-five .footer-widget {
        margin-bottom: 20px;
    }

    .main-footer.style-five .footer-logo img {
        max-width: 100px;
        margin-bottom: 10px;
    }

    .main-footer.style-five .widget-title {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .main-footer.style-five .links-widget ul li a,
    .main-footer.style-five .info-list li {
        font-size: 12px;
    }

    .main-footer.style-five .social-widget .social-links {
        gap: 10px;
        justify-content: center;
    }

    .main-footer.style-five .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .main-footer.style-five .footer-bottom .footer-social {
        justify-content: center;
        gap: 10px;
    }
}

