/******** Google Fonts ********/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/******** Color Schemes ********/
/*
:root {
  --c-primary-dark: #FC6400;
  --c-white: #ffffff;
  --c-blue: #0012A2;
  --c-red: #F12D2D;
  --c-black-text: #000000;
  --c-light-grey: #C0C0C0;
  --c-dark-grey: #4F4F4F;
  --c-primary-text: #FF5600;
  --c-secondary-text: #2D2D2D;
  --c-semi-grey: #666666;
  --ff-primary: 'Segoe UI', sans-serif;
}
*/

/******** CSS Resets ********/
* {
  padding: 0;
  margin: 0 auto;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a:focus, a:hover {
  outline: none;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: var(--c-black-text);
  line-height: 18px;
  font-weight: 400;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: var(--c-black-text);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ff-primary);
  margin-bottom: 0;
}

/******** Utility Classes ********/
/*
.container {
  width: 100%;
  max-width: 1360px;
}
*/

.custom-pad {
  padding: 60px 0;
}


/*=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+toggle-nav-css-start=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+*/
.navbar-default .navbar-toggler .icon-bar {
  background-color: #fff;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-default .navbar-toggler .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggler {
  border-color: #5f4b8b;
  background: #5f4b8b;
  outline: none;
}

.navbar-toggler {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-header {
  display: none;
}

/*=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+toggle-nav-css-end=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+*/
.navbar-expand-lg .navbar-nav .nav-link{color:#fff;}
a.logo:hover:after{display:none;}
.hero-banner{padding-top:75px;}
.banner-content{position:absolute; bottom:200px; z-index:9;}
.banner-content h2{color:#fff; font-size:55px; margin-bottom:20px}
.banner-content a.btn{}
.banner-content p{color:#fff; font-size:18px;margin-bottom:20px}
#hero-banner .item{position:relative;}
#hero-banner .item:before{position:absolute; content:''; width:100%; height:100%;
background: #012620;
background: linear-gradient(90deg, rgba(1, 38, 32, 0.6) 5%, rgba(0, 89, 76, 0) 100%);
}
#hero-banner .owl-dots{display: flex;
  margin-top: -22px;
  text-align: center;
  justify-content: center;
  gap: 7px;}
	#hero-banner .owl-dots span{width:20px;
  height: 4px;
  background: #fff;
  z-index: 99;
  position: relative;
  display: block; opacity:0.5;}
  #hero-banner .owl-dot.active span{opacity:1;}
  .bg-tree{background:url(../images/bg-tree.png) #005346 right bottom no-repeat;}
  /* Section Styling */
.why-esg-section {
  background: #f8f9fa;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #6da430;
}

.section-subtitle {
  max-width: 850px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
}

/* ESG Matters title */
.esg-matters-title {
  font-size: 26px;
  font-weight: 600;
  color: #00482f;
}

/* Cards */
.esg-card {
  background: #6da430;
  padding: 30px 20px;
  border-radius: 10px;
  color: white;
  text-align: center;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 245px;
}
.esg-card:hover{
	transform: translateY(-5px);
		  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}
/* Icon */
.icon-wrap i {
  font-size: 42px;
  color: white;
  border: 1px solid #004f43;
  display: block;
  border-radius: 50%;
  padding: 0px 2px 2px 2px;
}
.icon-wrap i img{width:70px; height:auto;margin-top:-4px;}

/* Title inside cards */
.esg-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}

/* Text inside cards */
.esg-text {
  font-size: 14px;
  margin-top: 10px;
}

/* Footer note */
.bottom-note {
  font-size: 15px;
  color: #444;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.6;
}
.esg-thumb img{width:100%; height:auto; border-radius:6px;}
.section-subtitle-wht{color:#fff; text-align:center;}

/*---------------------dev---------------*/
.dev-esg-title {
  font-size: 32px;
  font-weight: 700;
  color: #6da430;
}

.esg-card-slider {
  background: #f7faf7;
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  min-height: 240px;
  border: 1px solid #e4eae4;
}

.year-badge {
  background: #7cc84a;
  padding: 6px 22px;
  border-radius: 50px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.esg-heading {
  font-size: 20px;
  font-weight: 600;
  color: #004c42;
  margin-bottom: 10px;
}

.esg-desc {
  font-size: 15px;
  color: #4a4a4a;
  max-width: 260px;
  margin: 0 auto;
}

/* Dots Styling */
.esg-carousel .owl-dots .owl-dot span {
  width: 30px;
  height: 10px;
  background: #cce6c7 !important;
  border-radius: 20px;
  transition: 0.3s;
}

.esg-carousel .owl-dots .owl-dot.active span {
  background: #7cc84a !important;
  width: 40px;
}
#esg-carousel .owl-dots{display: flex;
  margin-top:12px;
  text-align: center;
  justify-content: center;
  gap: 7px;}
	#esg-carousel .owl-dots span{width:20px;
  height: 4px;
  background: #7eb93c;
  z-index: 99;
  position: relative;
  display: block; opacity:0.5;}
  #esg-carousel .owl-dot.active span{opacity:1;}
  .social-thum{height:175px; overflow:hidden; margin-bottom:20px;}
  .social-thum img{width:100%; height:100%; object-fit:cover; border-radius:5px; margin-bottom:15px;}
  .cta-final {
      background:url(../images/cta-bg.png) center center no-repeat;
	  background-size:cover;
      color: white;
      padding:120px 20px;
	  background-attachment: fixed;
    }
	.landscape-card{margin-bottom:22px;}