/*

Compass Template
    
http://www.templatemo.com/tm-454-compass


http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)

*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 13px/23px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #777777;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

.top-header .right-header ul.social-icons,
.main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#services {
  padding-top: 120px;
  background-color: #FFF0F5;
  padding-bottom: 60px;
}

#about {
  padding-top: 120px;
  background-color: #E8F5E9;
  /* light green */
  padding-bottom: 60px;
}

#portfolio,
#contact {
  padding-top: 120px;
}

/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: #FF9933;
  color: white;
  padding: 10px 0;
}

.top-header .left-header span {
  display: inline-block;
  margin: 8px 30px 0 0;
}

.top-header .left-header span i {
  margin-right: 10px;
}

.top-header .right-header ul.social-icons li {
  display: inline-block;
}

.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 5px;
}

.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #FF9933;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 40px 0;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-header .logo {
  margin-top: 5px;
}

.main-header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.main-header .logo h1 a {
  color: #444444;
}

.main-header .menu {
  margin-top: 10px;
}

.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
  position: relative;
}

.main-header .menu ul li a {
  text-transform: uppercase;
  color: #777777;
  font-size: 15px;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.main-header .menu ul li a.current,
.main-header .menu ul li a:hover {
  background: #ADD8E6;
  color: white;
}

.main-header .menu ul li.has-dropdown .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  padding: 10px 0;
  margin: 0;
  border-radius: 3px;
}

.main-header .menu ul li.has-dropdown:hover .sub-menu {
  display: block;
}

.main-header .menu ul li.has-dropdown .sub-menu li {
  display: block;
  margin: 0;
}

.main-header .menu ul li.has-dropdown .sub-menu li a {
  padding: 10px 20px;
  color: #777777;
  text-transform: none;
  display: block;
}

.main-header .menu ul li.has-dropdown .sub-menu li a:hover {
  background-color: #ADD8E6;
  color: white;
}

.main-header-shrink {
  padding: 25px 0;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -20px;
}

.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #FF9933;
}

.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #FF9933;
}

.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #E68A2E;
  margin: 0;
}

.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}

.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.responsive-menu .menu ul li a.current,
.responsive-menu .menu ul li a:hover {
  background-color: #ADD8E6;
}

.responsive-menu .menu ul li.has-dropdown .sub-menu {
  display: none;
  background-color: rgba(0, 0, 0, 0.05);
}

.responsive-menu .menu ul li.has-dropdown:hover .sub-menu {
  display: block;
}

.responsive-menu .menu ul li.has-dropdown .sub-menu li {
  border-bottom: none;
}

.responsive-menu .menu ul li.has-dropdown .sub-menu li a {
  padding-left: 40px;
  font-size: 14px;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/
.title-section {
  margin-bottom: 80px;
}

.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.title-section span {
  display: block;
  width: 70px;
  height: 4px;
  background: #85C1E9;
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: #FF9933;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mainBtn:hover {
  background-color: #FFB366;
}

/*------------------------------------------------------
	Stats / Counters Styles 
--------------------------------------------------------*/
.stats-section {
  padding-top: 30px;
  background-color: #fafafa;
}

.counter-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.counter-card:hover {
  transform: translateY(-8px);
}

.counter-card i {
  color: #FF9933;
  margin-bottom: 15px;
}

.counter-card h2 {
  font-size: 40px;
  font-weight: 700;
  color: #444444;
  margin-bottom: 5px;
}

.counter-card p {
  font-size: 14px;
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
#services .service-item .service-header {
  padding-bottom: 20px;
  clear: both;
}

#services .service-item .service-header i {
  color: #FF9933;
  font-size: 24px;
  float: left;
  margin-right: 25px;
}

#services .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
#portfolio {
  padding-bottom: 80px;
  margin-top: 100px;
  background: #E1F5FE;
}

#portfolio .title-section h2 {
  color: #444444;
}

#portfolio .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

#portfolio .portfolio-thumb img {
  width: 100%;
  height: auto;
}

#portfolio .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(255, 153, 51, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}

#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

#portfolio .portfolio-thumb .overlay .inner h4 a {
  color: white;
}

#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}

#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#about .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}

#about .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #FF9933;
  text-transform: uppercase;
}

#about .our-team {
  margin-top: 80px;
}

#about .our-team .team-member {
  overflow: hidden;
}

#about .our-team .team-member .member-img {
  width: 100%;
  position: relative;
}

#about .our-team .team-member .member-img img {
  width: 100%;
  height: auto;
}

#about .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 153, 51, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#about .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}

#about .our-team .team-member .member-img .overlay .social li {
  display: block;
  float: left;
  margin-right: 1px;
}

#about .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

#about .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

#about .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}

#about .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
}

#about .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #FF9933;
  margin-bottom: 10px;
}

#about .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact .contact-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}

#contact .contact-form input,
#contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}

#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}

#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}

#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}

#contact .contact-info {
  margin-top: 30px;
}

#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}

#contact .contact-info span i {
  color: #FF9933;
  font-size: 16px;
  margin-right: 12px;
}

.video-banner {
  margin-top: 114px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video-banner video {
  width: 100%;
  height: auto;
  display: block;
}

.video-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
  padding: 0 20px;
}

.video-caption h2 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin-bottom: 45px;
}

.video-caption p {
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
}

.video-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 100px;
  background-color: #FCE4EC;
  color: #555555;
  padding: 25px 0;
}

.site-footer p {
  margin-top: 10px;
}

.site-footer a {
  color: #FF9933;
  text-align: center;
  display: block;
}

.site-footer .go-top {
  float: right;
  text-transform: uppercase;
}

.site-footer .go-top i {
  display: block;
}

/*------------------------------------------------------
	Clients Styles 
--------------------------------------------------------*/
.clients-section {
  padding-top: 50px;
  background-color: #ffffff;
}

.clients-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.clients-track {
  display: flex;
  align-items: center;
  width: calc(200px * 12);
  animation: scroll-clients 30s linear infinite;
}

.clients-track:hover {
  animation-play-state: paused;
}

.client-logo {
  flex: 0 0 200px;
  text-align: center;
  padding: 0 20px;
}

.client-logo img {
  max-width: 100%;
  height: auto;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.client-logo img:hover {
  opacity: 1;
}

@keyframes scroll-clients {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-200px * 6));
  }
}

/*------------------------------------------------------
	About Us Images Animation 
--------------------------------------------------------*/
.about-images-wrapper {
  position: relative;
  height: 450px;
  width: 100%;
}
.about-images-wrapper .solar-img {
  position: absolute;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.solar-img.img-1 {
  width: 60%;
  top: 10%;
  left: 0;
  z-index: 3;
  animation-name: floatImg1;
}
.solar-img.img-2 {
  width: 50%;
  top: 40%;
  right: 5%;
  z-index: 2;
  animation-name: floatImg2;
  animation-duration: 6s;
}
.solar-img.img-3 {
  width: 45%;
  top: 0;
  right: 15%;
  z-index: 1;
  animation-name: floatImg3;
  animation-duration: 7s;
}

@keyframes floatImg1 {
  0% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}
@keyframes floatImg2 {
  0% { transform: translateY(0); }
  50% { transform: translateY(15px); }
  100% { transform: translateY(0); }
}
@keyframes floatImg3 {
  0% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.05); }
  100% { transform: translateY(0) scale(1); }
}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .video-banner {
    margin-top: 100px;
  }

  .main-header {
    padding: 15px 0;
  }

  .main-header .logo {
    margin-top: 20px;
  }

  .service-item,
  .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .video-caption {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .video-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .video-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header,
  .right-header {
    text-align: center;
  }
}

/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
  .video-caption {
    display: none !important;
  }

  .contact-form {
    margin-bottom: 60px;
  }

  .main-header {
    height: 90px;
  }

  .main-header .logo {
    margin: 0;
  }

  .video-banner {
    margin-top: 60px;
  }

  .responsive-menu .menu {
    top: 32px;
  }
}

/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/

/* Custom additions for factor-card and vm-card */
.factor-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 280px;
}

.factor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.factor-card .icon {
    font-size: 40px;
    color: #82E0AA;
    margin-bottom: 20px;
}

.factor-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.factor-card p {
    color: #666;
    line-height: 1.6;
    font-size: 14px;
}

.factor-card .number {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 80px;
    font-weight: 800;
    color: rgba(247, 202, 24, 0.05);
    z-index: 1;
    transition: color 0.3s;
}

.factor-card:hover .number {
    color: rgba(247, 202, 24, 0.15);
}

.factor-card .content {
    position: relative;
    z-index: 2;
}

.vm-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    text-align: center;
    height: 100%;
}
.vm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.vm-img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-bottom: 4px solid #82E0AA;
}
.vm-content {
    padding: 30px;
}
.vm-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.vm-card h3 i {
    color: #82E0AA;
    margin-right: 10px;
}
.vm-card p {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

/* Project Styles */
.project-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    margin-bottom: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}
.project-img-wrapper {
    position: relative;
    height: 240px;
    overflow: hidden;
}
.project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.project-card:hover .project-img {
    transform: scale(1.05);
}
.project-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #82E0AA;
    color: #333;
    font-weight: bold;
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 2;
}
.project-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.project-title {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    line-height: 1.4;
}
.project-desc {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
}
.project-highlight {
    margin-top: auto;
    background: #fdfdfd;
    padding: 15px;
    border-left: 4px solid #82E0AA;
    border-radius: 4px;
    font-size: 14px;
    color: #444;
    font-weight: 600;
}

/* Key Projects Highlight */
.key-projects-wrapper {
    background: linear-gradient(135deg, #222, #333);
    border-radius: 15px;
    padding: 50px 40px;
    color: #fff;
    margin-top: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}
.key-projects-title {
    color: #82E0AA;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
}
.kp-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}
.kp-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    background: rgba(255,255,255,0.05);
    padding: 20px;
    border-radius: 8px;
    transition: background 0.3s ease;
    height: 100%;
}
.kp-item:hover {
    background: rgba(255,255,255,0.1);
}
.kp-icon {
    font-size: 24px;
    color: #82E0AA;
    margin-right: 15px;
    margin-top: 3px;
}
.kp-text {
    font-size: 15px;
    line-height: 1.6;
    color: #eee;
}

/* Business Focus Styles */
.lead-focus {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    font-weight: 500;
    margin-bottom: 20px;
}
.closing-focus {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    border-left: 4px solid #82E0AA;
    background: #fdfdfd;
    padding: 15px 15px 15px 20px;
    border-radius: 0 8px 8px 0;
    margin-top: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.focus-image-wrapper {
    margin: 30px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.focus-image-wrapper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.focus-image-wrapper:hover img {
    transform: scale(1.03);
}
.focus-list-wrapper {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.03);
}
.focus-item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.focus-item:last-child {
    margin-bottom: 0;
}
.focus-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    border-left: 3px solid #82E0AA;
}
.focus-icon {
    background: rgba(247, 202, 24, 0.1);
    color: #82E0AA;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 20px;
    flex-shrink: 0;
}
.focus-info h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}
.focus-info p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

/* Expansion & Financials */
.expansion-cards {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.exp-card {
    flex: 1;
    min-width: 250px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    margin-bottom: 0;
    transition: transform 0.3s ease;
    border-left: 4px solid #82E0AA;
}
.exp-card:hover {
    transform: translateX(10px);
}
.exp-icon {
    font-size: 32px;
    color: #82E0AA;
    margin-right: 25px;
    width: 60px;
    text-align: center;
}
.exp-details h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.exp-details p {
    margin: 0;
    font-size: 13px;
    color: #777;
}
.exp-val {
    font-size: 24px;
    font-weight: 800;
    color: #222;
    margin-top: 5px;
}

.financial-box {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}
.fin-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}
.fin-badge {
    background: #fdfdfd;
    border: 1px solid #eee;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    display: flex;
    align-items: center;
}
.fin-badge i {
    color: #82E0AA;
    margin-right: 8px;
    font-size: 16px;
}
.turnover-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.turnover-list {
    display: flex;
    flex-direction: column;
}
.turnover-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
    font-size: 16px;
    color: #555;
}
.turnover-item:last-child {
    border-bottom: none;
}
.highlight-turnover {
    font-weight: 700;
    color: #222;
    background: rgba(247, 202, 24, 0.05);
    padding: 12px 10px;
    border-radius: 4px;
    border-left: 3px solid #82E0AA;
}

/* //sustainability */



/* ================================
   SUSTAINABILITY (THEME MATCHED)
================================ */

.sustainability-section {
  padding: 100px;
    padding-bottom: 0px;

  background: #ffffff;
}

/* WRAPPER */
.sustainability-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
}

/* LEFT CONTENT */
.sustainability-left {
  flex: 1;
  min-width: 320px;
}

.sustainability-left h2 {
  font-size: 25px;
  font-weight: 700;
  color: black;
  margin-bottom: 20px;
}

.tagline {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
  font-style: italic;
}

.sustainability-left p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 15px;
}

.highlight {
  font-weight: 600;
  color: #82E0AA;
  border-left: 4px solid #82E0AA;
  padding-left: 10px;
  margin-top: 10px;
}

/* RIGHT SIDE */
.sustainability-right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  min-width: 300px;
}

/* CARD STYLE (MATCHES YOUR SITE) */
.stat-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}

.stat-card:hover {
  transform: translateY(-8px);
  border-bottom: 3px solid #82E0AA;
}

/* NUMBER */
.stat-card h3 {
  font-size: 36px;
  font-weight: 700;
  color: #82E0AA;
  margin-bottom: 10px;
}

/* TEXT */
.stat-card p {
  font-size: 13px;
  color: #777;
  text-transform: uppercase;
  font-weight: 600;
}

/* PROMISE BOX (MATCH YOUR OTHER CARDS) */
.promise-box {
  margin-top: 60px;
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.06);
  border-left: 5px solid #FF9933;
  text-align: center;
}

.promise-box h3 {
  font-size: 22px;
  color: #444;
  margin-bottom: 15px;
  font-weight: 700;
}

.promise-box p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}

/* MOBILE */
@media (max-width: 768px) {
  .sustainability-right {
    grid-template-columns: 1fr;
  }

  .sustainability-left h2 {
    font-size: 28px;
  }
}