html {
  scroll-behavior: smooth;
  width: 100%; /* 100% of the viewport width */
  height: 100vh; /* 100% of the viewport height */
  margin: 0; /* Remove default body margin */
  padding: 0; /* Remove default body padding */
}

.slide ul {
  list-style-type: none;
}

.accordion-ul li {
  list-style:none;
  font-size: 14px;
  background-color: none;
  color:white;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.accordion-ul li::marker {
  font-size: 25px; /* Adjust the font size to increase the size of the disc */
}
.module-card.expanded .module-text .accordion-ul li {
  color:white;
  font-size:large;
  font-style:italic;
}


.accordion-ul li:hover {
background-color: #335596;
color:white;
}

.slider-container li {
  background-color: #dddddd3c;
  padding: 20px;
  border-radius: 8px;
  right: 20px;
  position: relative;

}

.slider-container li:hover {
  background-color: #335596;
  padding: 20px;
  transform: scale(1.05);
  transition: transform 0.3s ease;
}




.card-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: relative;
    z-index: 1;
    
  }

.card {
    width: 450px;
    height: 375px;
    margin: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }

  .titleheader {
      text-align: center;

            background-color: #74c5b5;
            color: white;
            padding: 12px 30px;
            font-size: 26px;
            font-weight: bold;
            border-radius: 25px;
            display: inline-block;
            margin-bottom: 40px;
            margin-left: 40%;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

.esg-module-section {
  margin-bottom: 60px;
}

/* Card Animation : BEGIN */
.card {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background-color: #74c5b5;
  border: 1px solid #ddd;
  color: white;
}
  /* Accordion Cards : Begin */

  .accordioncard {
    margin: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
    max-width: 100%;
    transition: max-width 0.3s ease-in-out;
  }
  .accordion .btn {
    color: black;
    font-size: 24px;
  }

/* Module : Begin */
  .module-container {
    margin-top:50px;
    display: flex;
     flex-wrap: wrap;
  gap: 20px;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .module-environmental {
    background-image: url(/IHM-WEBSITE-DEV/assets/img/esg_pictures/environment.png);
    background-size: cover;
    background-position: center;
    background-color: rgba(51, 85, 150, 0.7); /* Background color with opacity */
    background-blend-mode:overlay ;
    overflow: scroll;
    overflow-x: hidden;
  }

  .module-environmental:hover {
    background-image: none;
    height: 100%;
  }

  .module-social {
    background-image: url(/IHM-WEBSITE-DEV/assets/img/esg_pictures/social.png);
    background-size: cover;
    background-position: center;
    background-color: rgba(51, 85, 150, 0.7);  
    background-blend-mode:overlay ;
    overflow: scroll;
    overflow-x: hidden;
    z-index:999;
  }
  .module-social:hover {
    background-image: none;
    height: 100%;
  }

  .module-governance {
    background-image: url(/IHM-WEBSITE-DEV/assets/img/esg_pictures/governance.png);
    background-size: cover;
    background-position: center;
    background-color: rgba(51, 85, 150, 0.7); /* Background color with opacity */
    background-blend-mode:overlay ;
    overflow: scroll;
    overflow-x: hidden;
  }
  .module-governance:hover {
    background-image: none;
    height: 100%;
    
  }
  .module-overlay {
  width: 100%;
  height: 100%;
  padding: 20px;
  
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: background-color 0.3s ease;
  overflow: hidden;
}

  
  .module-environmental::-webkit-scrollbar {
    width: 8px; /* Set the width of the scrollbar */
  }
  
  .module-environmental::-webkit-scrollbar-thumb {
    background-color: rgb(51, 85, 150); /* Set the color of the scrollbar thumb */
    border-radius: 4px; /* Add border-radius for rounded thumb */
  }
  
  .module-environmental::-webkit-scrollbar-track {
    background-color: #f0f0f0; /* Set the color of the scrollbar track */
  }
  .module-social::-webkit-scrollbar {
    width: 8px; /* Set the width of the scrollbar */
  }
  
  .module-social::-webkit-scrollbar-thumb {
    background-color: rgb(51, 85, 150); /* Set the color of the scrollbar thumb */
    border-radius: 4px; /* Add border-radius for rounded thumb */
  }
  
  .module-social::-webkit-scrollbar-track {
    background-color: #f0f0f0; /* Set the color of the scrollbar track */
  }
  .module-governance::-webkit-scrollbar {
    width: 8px; /* Set the width of the scrollbar */
  }
  
  .module-governance::-webkit-scrollbar-thumb {
    background-color: rgb(51, 85, 150); /* Set the color of the scrollbar thumb */
    border-radius: 4px; /* Add border-radius for rounded thumb */
  }
  
  .module-governance::-webkit-scrollbar-track {
    background-color: #f0f0f0; /* Set the color of the scrollbar track */
  }
  .module-Whoweare, .module-Whatwedo, .module-ourMission{
    background-color: #74c5b5;
  }

  .module-card {
   width: 500px;
  height: 500px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  cursor: pointer;
  transition: transform 0.3s ease;
  }

  .module-card.expanded {
    /* Styles for the expanded state */
    /* Add necessary styles, for example: */
    width: 600px; /* Adjust as needed */
    height: 600px; /* Adjust as needed */
    overflow: auto; /* Add scrollbar if content exceeds */
}

  .module-card:hover{
     /* Background color with opacity */
   
    width: 600px; /* Adjust as needed */
    height: 600px;
    background-color: #74c5b5  !important;;
  }
  
  .module-icon {
    font-size: 22px;
    margin-bottom: 20px;
    color: white;
     font-weight: bold;
     text-align: center;
  }
  
  .module-text {
    flex-grow: 1;
  overflow-y: auto;
  max-height: 0;
  opacity: 0;
  transition: opacity 0.5s, max-height 0.5s ease;
  }
  
  
  .module-card:hover .module-text {
    display: block;
     max-height: 500px; /* Enough to scroll */
  opacity: 1;
  }
.module-text::-webkit-scrollbar {
  width: 6px;
}
.module-text::-webkit-scrollbar-thumb {
  background-color: #74c5b5;
  border-radius: 10px;
}
.module-text::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.2);
}
  .module-card:hover .module-icon {
    display: block;
    color:rgb(51, 85, 150);
  }
  
  .module-card:hover .module-title {
    display: block;
  }

  .module-card.expanded {
    width: 50%; /* Adjust as needed */
    height: 50%; /* Adjust as needed */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    overflow: auto;
    border-radius: 0;
    background-image: none;
    background-color:rgba(51, 85, 150, 1);
    color: white;
    border-radius: 20px;
    
  }
  .blur.expand{
    width: 100%; /* Adjust as needed */
    height: 100%; /* Adjust as needed */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 500;
    overflow: auto;
    border-radius: 0;
    background-image: none;
    background-color:rgba(51, 85, 150, 0.7);
    color: white;
    border-radius:20px;
    overflow: auto;
  }
  
  .module-card.expanded .module-text {
    display: block;
    font-size:larger;
  }
  
  .module-card.expanded .module-icon {
    display: block;
    color:white;
  }
  
  .module-card.expanded .module-title {
    display: block;
  }
  
  .module-card.expanded .separator {
    display: block;
  }
  
  .close-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 20px;
    cursor: pointer;
    color: #33569600;
    font-size: 20px;
  }

  .module-card.expanded .close-icon:hover {
    color: #74c5b5;
    transform: scale(1.2);
   }

  .module-card.expanded .close-icon {
   color: white;
   padding-left: 10px;
   padding-right: 10px;
   border: solid #74c5b5 3px;
   border-radius: 100%;
  }
/* Module : End */

.pulse-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: pulse-animation 3s infinite;
}

@keyframes pulse-animation {
  0% {
      box-shadow: 0 0 0 0 rgba(116,197,182, 0.4),
                  0 0 0 0 rgba(34, 194, 165, 0.3),
                  0 0 0 0 rgba(55, 196, 170, 0.2);
  }
  50% {
      box-shadow: 0 0 0 20px rgba(116,197,182, 0),
                  0 0 0 10px rgba(116,197,182, 0.3),
                  0 0 0 5px rgba(116,197,182, 0.2);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(116,197,182, 0.4),
                  0 0 0 0 rgba(116,197,182, 0.3),
                  0 0 0 0 rgba(116,197,182, 0.2);
  }
}

.logocircle2 {
  border: solid #ddd 4px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 8px;
  color: #74c5b5;
  margin-right: 20px;
}

.card:hover .logo-container .logocircle img {
background-color: white;
border: black solid 1px;
}
/* Card Animation : END */

/* Switcher : Begin */
.contentswitcher {
z-index: 1;
position: relative;
display: flex;
justify-content: center;
margin-bottom: 20px;
}

.switcher-button {
  cursor: pointer;
  padding: 10px 20px;
  background-color: #74c5b5;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin: 20px;
  color: white;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

.switcher-button.active {
  background-color: #74c5b5;
  color: white;
  border: solid 2px #335596;
}

.content {
  display: none;
  margin: 20px;
  

}
.content.active {
  display: block;
}
/* Switcher : End */

/* Management and reporting : BEGIN */
.incress-top {
  position: relative !important;
  top: -200px !important;
}


@media (max-width: 768px) {
  .incress-top {
    top: -40px; /* less movement on smaller screens */
  }
}


.mr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.fade-in {
 opacity: 1;
  transition: opacity 0.9s ease-in-out;
  z-index: 1;
  position: relative;
}

.mr-text {
 width: 45%;
  padding: 20px;
  font-size: 18px;
  line-height: 1.6;
  background-color: #ffffff;
  color: #74c5b5;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.mr-image {
 width: 700px;        /* Or any custom width */
  height: 250px;       /* Fixed height */
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  background-color: #74c5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #74c5b5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

  
}

.mr-image img {
   width: 600%;
  height: auto;        /* Maintain image ratio */
  max-height: 100%;  
  border-radius: 16px;
  opacity: 0.25;
  transition: opacity 0.4s ease-in-out;
}

.mr-image:hover img {
  opacity: 1;
}

.image-text {
 position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: white;
  text-align: center;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

.mr-image:hover .image-text {
  opacity: 0;
}
.separator2 {
  height: 2px;
  background-color: #74c5b5;
  margin: 30px auto;
  width: 60%;
  border-radius: 2px;
}
/* Management */

.management-container {
    display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  margin-top: -45px;
  color: #333;
  border-radius: 12px;
  
}

.management-photo {
   position: relative;
  flex: 1 1 300px;
  max-width: 350px;
  padding: 20px;
  background-color: #fff;
  border-radius: 50%;

}

.management-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1; /* Ensures a square shape */
  border-radius: 50%;  /* Makes it circular */
  box-shadow: 0 0 0 0 rgba(51, 85, 150, 0.6);
  animation: pulse-glow 2.5s infinite ease-in-out;
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(51, 85, 150, 0.6);
  }
  50% {
    box-shadow: 0 0 20px 10px rgba(51, 85, 150, 0.3);
  }
}

.management-text {
 flex: 2 1 600px;
  padding: 20px;
}
.management-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.management-cards:hover{
  background-color: rgba(51, 85, 150, 0.3);
  color: #fff;
}
.management-logo {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.management-logocircle {
  background-color: #ffffff;
  border: 2px solid #74c5b5;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Icon styles */
.management-logo-container {
  display: flex;
  align-items: center;
}
.management-card {
   display: flex;
  background-color: #f9f9f9;
  border-left: 5px solid #74c5b5;
  border-radius: 16px;
  padding: 12px;
  gap: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.management-card:hover{
  background-color: #335596;
}
/* Text */
.management-content h3 {
  margin: 0;
  color: #74c5b5;
  font-size: 18px;
}

.management-content p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: #335596;
}
.management-content p:hover {
  color: #fff;
}
.separators {
  height: 2px;
  width: 40px;
  background-color: #74c5b5;
  margin: 8px 0;
}

/* Responsive */
@media (max-width: 768px) {
  .management-container {
    flex-direction: column;
  }

  .management-photo,
  .management-text {
    max-width: 100%;
    padding: 10px;
  }

  .management-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .management-logo {
    width: 35px;
    height: 35px;
  }
}


/* gallery : Begin */



.monitor-background {
  background-image: url('assets/img/esg_pictures/cover.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #9bdace;

  margin: 20px auto;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  color: white;

  width: 200%;
  max-width: 1200px;

  transform: scale(0.95);
  transform-origin: top center;

  max-height: 85vh;   /* Don't allow it to fill full height */
  overflow-y: auto;
}



     .clients-section {
  padding: 50px 20px;
  text-align: center;
  
}

.clients-title {
  background-color: #74c5b5;
  color: white;
  padding: 12px 30px;
  font-size: 26px;
  font-weight: bold;
  border-radius: 25px;
  display: inline-block;
  margin-bottom: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.clients-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

.client-card {
  background: white;
  border: 2px solid #74c5b5;
  border-radius: 12px;
  padding: 12px;
  width: 140px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.client-card img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.client-card:hover {
  background-color: #335596;
  border-color: #335596;
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.client-card:hover img {
  transform: scale(1.1);
  filter: brightness(1.2);
}



        .read-more-link {
            font-weight: bold;
            color: #335596;
            font-size: 16px;
            text-decoration: none;
            background-color: #74c5b5;
            border-radius: 6px;
            padding: 2px;
        }

        .read-more-link:hover {
            text-decoration: underline;
        }

        @media (max-width: 992px) {
            .article-card {
                flex: 1 1 48%;
            }
        }

        @media (max-width: 600px) {
            .article-card {
                flex: 1 1 100%;
            }
        }

/* gallery : End */
/* Management and reporting : END */

/* Slider : Begin */

.slider-container {
  display: flex;
  padding: 10px;
  border-radius: 12px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: relative;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}

.slider-content {
 flex: 1;
  overflow: hidden;
  
  
}

.slider-inner {
   display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
   flex: 0 0 100%;
  padding: 20px;
  box-sizing: border-box;
  color: white;
  font-size: 18px;
  line-height: 1.5;

}
.slide h4, .slide h5, .slide h2 {
  color: #74c5b5;
  font-weight: 600;
}
.slide ul li {
  background-color: rgba(255, 255, 255, 0.07);
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.slide ul li:hover {
  background-color: #335596;
  transform: scale(1.03);
}
.slider-button {
   width: 220px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.slider-button button {

   width: 100%;
  padding: 10px 12px;
  background-color: #fff;
  border:  2px dotted rgba(51, 85, 150, 1);
  border-radius: 30px;
  color: #74c5b5;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;

}
.slider-button button:hover,
.slider-button button.active {
  background-color: #335596;
  transform: scale(1.05);
}

.slidericon {
   width: 100%;
  max-width: 100px;
  background-color: white;
  padding: 10px;
  border-radius: 12px;
  
}

.gif-animation {
 width: 100%;
  max-height: 500px;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.mapping-image {
width: 100%;
  max-height: 500px;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.popup-container {
   position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
}

.popup-image {
  max-width: 90%;
  max-height: 80%;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .slider-container {
    flex-direction: column;
  }

  .slider-button {
    width: 100%;
    border-left: none;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
  }

  .slider-button button {
    width: 90%;
  }

  .mapping-image {
    max-height: 300px;
  }
}

/* Slider : End */

  .card-chosen {
    
    height: 100%;
    margin: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .logo-container {
    display: flex;
    align-items: center;
    padding: 10px;
  }

  .logo {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 22%;
    padding: 5px;
  }
  .separator {
    height: 2px;
    background-color: #ddd;
    margin: 15px 0;
  }
  .green-separator {
    height: 2px;
    background-color: #74c5b5;
    margin: 15px 0;
  }

  .blue-separator {
    height: 2px;
    background-color: #335596;
    margin: 15px 0;
  }

  .content-header {
    display: flex;
    align-items: center; /* Align items vertically */
  }
  
  .esg-module-logos {
    width: 40px; /* Adjust width as needed */
    margin-right: 10px; /* Add margin for spacing */
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 13px;
    background: #fff;
  }

.card .logo {
border: solid #ddd 1px;
}
.card-chosen .logo {
border: solid #ddd 1px;
}
.card-pictures {
  border: solid #ddd 1px;
  border-radius: 8px;
width: 75px;
height: 75px;
}

a {
 color: #335596;
}
.smallboxp {

  color: white;
  font-size:24px;
} 
.underlinepionts{
   color: white;
  font-size:16px;
  font-weight: bold;
}
.timeto{
  color: white;
  font-size: 22px;
  font-weight: bolder;
}
.bigtitle {
  display: flex;
}

.bigtitle h1{
  color: white;
  font-size: 30px;
}


.bigtitle-logo {
  width: 50px;
  height: 50px;
}


.radialmenu{
  display: flex;
  justify-content: center;
  align-items: center; /* Vertically center the content */
  position: relative;
  width: 50%;
  padding: 20px;
  height: 100%;
 
}

.middlepart-esg .container-esg {
  width: 700px;
  margin-right: 100px;
  right: 100px;
}

.container-esg {
  position: relative;
  z-index: 5; /* Ensure content is above the background */
  /* Add other styles for the container as needed */
  
}

.middlepart-esg .container-esg #display_box {
  display: none;
  min-height: 85px;
  width: 350px;
  background-color: rgba(51, 85, 150, 0.7);
  position: absolute;
  top: 50px;
  margin-left: 40px;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  padding: 10px;
  z-index: 11;
  
}
#display_box1 {
  display: none;
  min-height: 85px;
  width: 100%;
  height: 500px;
  color: white;
  position: relative;
  margin: 20px;
  font-weight: bold;
  border-radius: 13px;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  z-index: 5;  
  display: flex;
  /* background */
  background-image: url('/assets/img/esg_pictures/background.gif');
  background-size: cover;
  background-position: center;
}
.displaybox-background { 
  background-color: #74c5b5;
  z-index: 1;
  padding: 20px;
  height: 150%;
  width: 100%;
  border-radius: 13px;
}

#display_box1 h1 {
  font-size: 40px;
  width: 100%;
}

#display_box1 p {
  font-size: 28px;
}


@media screen and (max-width: 1400px) {
  .radialmenu {
    align-items: center; 
    height: 500px;
    font-weight: bold;
  }

  .module-container {
    flex-direction: column;
    align-items: center;
  }
  .slider-container {
    font-size: 10px;
  }


}

@media screen and (max-width: 1800px) {/* 80% */
  #display_box1 h1 {
    font-size: 30px;
    
  }

  #display_box1 p {
    font-size: 24px; /* Adjust font size for smaller screens */
  }
}

@media screen and (max-width: 1600px) { /* 100% */
  #display_box1 h1 {
    font-size: 22px;
    
  }

  #display_box1 p {
    font-size: 20px; /* Adjust font size for smaller screens */
  }
}

@media screen and (max-width: 1400px) {/* 110% */
  #display_box1 h1 {
    font-size: 24px;
    
  }

  #display_box1 p {
    font-size: 14px; /* Adjust font size for smaller screens */
  }

  .displaybox-background ul {
    font-size: 12px;
  }
}

@media screen and (max-width: 1300px) {/* 125% */
  #display_box1 h1 {
    font-size: 12px;
    
  }

  #display_box1 p {
    font-size: 14px; /* Adjust font size for smaller screens */
  }

  .displaybox-background ul {
    font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {
  #display_box1 h1 {
    font-size: 35px;
    
  }

  #display_box1 p {
    font-size: 16px; /* Adjust font size for smaller screens */
  }

  .radialmenu {
    align-items: center; 
    height: 950px;
    font-weight: bold;
    flex-direction: column;
  }

  .middlepart-esg {
    display: flex;
    flex-direction: column;

}
}

@media (min-width: 768px) and (max-width: 991px) {
  .middlepart-esg .container-esg #display_box,
  .middlepart-esg .container-esg #display_box1 {
    margin-bottom: 5%;
    bottom: -20px;
    top: auto;
    
  }
}

@media screen and (max-width: 820px) {


.middlepart-esg .container-esg {
  width: 700px;
  right: 50px;
}

.middlepart-esg .container-esg #display_box {
  width: 250px;
  max-height: 400px;
  overflow: scroll;
}
 
}

.middlepart-esg .container-esg #display_box .links,
.middlepart-esg .container-esg #display_box1 .links {
  width: 50%;
  display: inline-block;
  position: relative;
  font-size: 14px;
  height: 30px;
  vertical-align: bottom;
}

@media screen and (max-width: 853px) {


  .middlepart-esg .container-esg {
    width: 700px;
    right: 30px;
  }
  
  .middlepart-esg .container-esg #display_box {
    width: 250px;
    max-height: 400px;
    overflow: scroll;
  }
   
  }
  
  .middlepart-esg .container-esg #display_box .links,
  .middlepart-esg .container-esg #display_box1 .links {
    width: 50%;
    display: inline-block;
    position: relative;
    font-size: 14px;
    height: 30px;
    vertical-align: bottom;
  }

.middlepart-esg .container-esg #display_box .links.r_auto,
.middlepart-esg .container-esg #display_box1 .links.r_auto {
  right: auto;
}

.middlepart-esg .container-esg #display_box .btn,
.middlepart-esg .container-esg #display_box1 .btn {
  background: #74c5b5;
  color: #fff;
  text-transform: capitalize;
}

.middlepart-esg .container-esg #display_box .btn:hover,
.middlepart-esg .container-esg #display_box1 .btn:hover {
  background: #335596;
}

.middlepart-esg .container-esg #display_box label,
.middlepart-esg .container-esg #display_box1 label {
  color: #335596;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  display: block;
  
}

.middlepart-esg .container-esg #display_box label.input,
.middlepart-esg .container-esg #display_box1 label.input {
  color: #74c5b5;
}
/* Display box : End */


.middlepart-esg #main_circle {
  height: 440px;
  width: 440px;
  margin-top: 54px;
  border: 1px solid #74c5b5;
  border-radius: 50%;
  /*transform: rotate(0deg);*/
  /* transition: transform 3s linear !important;*/
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 5;
  
  
}

.middlepart-esg #main_circle #child-1,
.middlepart-esg #main_circle #child-2,
.middlepart-esg #main_circle #child-3,
.middlepart-esg #main_circle #child-4,
.middlepart-esg #main_circle #child-5,
.middlepart-esg #main_circle #child-6,
.middlepart-esg #main_circle #child-7,
.middlepart-esg #main_circle #child-8,
.middlepart-esg #main_circle #child-9 {
  position: absolute;
  width: 85px;
  height: 85px;
  /* transform: rotate(0deg); */
  transition: transform 0.7s linear;
  top: -20px;
  left: 176px;
  line-height: 1;
  /*left: 0px;
  right: 0;
  margin: 0 auto;*/
}

.middlepart-esg #main_circle #child-1 img,
.middlepart-esg #main_circle #child-2 img,
.middlepart-esg #main_circle #child-3 img,
.middlepart-esg #main_circle #child-4 img,
.middlepart-esg #main_circle #child-5 img,
.middlepart-esg #main_circle #child-6 img,
.middlepart-esg #main_circle #child-7 img,
.middlepart-esg #main_circle #child-8 img,
.middlepart-esg #main_circle #child-9 img {
  max-width: 100%;
  width: 30px;
  height: 30px;
}

.middlepart-esg #main_circle #child-1 span,
.middlepart-esg #main_circle #child-2 span,
.middlepart-esg #main_circle #child-3 span,
.middlepart-esg #main_circle #child-4 span,
.middlepart-esg #main_circle #child-5 span,
.middlepart-esg #main_circle #child-6 span,
.middlepart-esg #main_circle #child-7 span,
.middlepart-esg #main_circle #child-8 span,
.middlepart-esg #main_circle #child-9 span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.middlepart-esg #main_circle #child-1 .short_des,
.middlepart-esg #main_circle #child-2 .short_des,
.middlepart-esg #main_circle #child-3 .short_des,
.middlepart-esg #main_circle #child-4 .short_des,
.middlepart-esg #main_circle #child-5 .short_des,
.middlepart-esg #main_circle #child-6 .short_des,
.middlepart-esg #main_circle #child-7 .short_des,
.middlepart-esg #main_circle #child-8 .short_des,
.middlepart-esg #main_circle #child-9 .short_des {
  display: none;
  font-size: 11px;
  margin-top: 15px;
  font-weight: bold;
  -webkit-animation: fade-in 3.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 3.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.middlepart-esg #main_circle #child-1 .short_des label.input,
.middlepart-esg #main_circle #child-2 .short_des label.input,
.middlepart-esg #main_circle #child-3 .short_des label.input,
.middlepart-esg #main_circle #child-4 .short_des label.input,
.middlepart-esg #main_circle #child-5 .short_des label.input,
.middlepart-esg #main_circle #child-6 .short_des label.input,
.middlepart-esg #main_circle #child-7 .short_des label.input,
.middlepart-esg #main_circle #child-8 .short_des label.input,
.middlepart-esg #main_circle #child-9 .short_des label.input {
  color: #335596;
}

.middlepart-esg #main_circle #child-1 .short_des label.output,
.middlepart-esg #main_circle #child-2 .short_des label.output,
.middlepart-esg #main_circle #child-3 .short_des label.output,
.middlepart-esg #main_circle #child-4 .short_des label.output,
.middlepart-esg #main_circle #child-5 .short_des label.output,
.middlepart-esg #main_circle #child-6 .short_des label.output,
.middlepart-esg #main_circle #child-7 .short_des label.output,
.middlepart-esg #main_circle #child-8 .short_des label.output,
.middlepart-esg #main_circle #child-9 .short_des label.output {
  color: #74c5b5;
}

.middlepart-esg #main_circle #child-2 {
  top: 21px;
  left: auto;
  right: 44px;
  transform: rotate(45deg);
}

.middlepart-esg #main_circle #child-3 {
  top: 182px;
  left: auto;
  right: -20px;
  transform: rotate(80deg);
}

.middlepart-esg #main_circle #child-4 {
  top: auto;
  left: auto;
  right: -1px;
  bottom: 80px;
  transform: rotate(116deg);
}

.middlepart-esg #main_circle #child-5 {
  top: auto;
  left: auto;
  right: 90px;
  bottom: -9px;
  transform: rotate(152deg);
}

.middlepart-esg #main_circle #child-6 {
  top: auto;
  left: 102px;
  right: auto;
  bottom: -15px;
  transform: rotate(202deg);
}

.middlepart-esg #main_circle #child-7 {
  top: auto;
  left: 0px;
  right: auto;
  bottom: 68px;
  transform: rotate(241deg);
}

.middlepart-esg #main_circle #child-8 {
  top: 145px;
  left: -24px;
  right: auto;
  bottom: auto;
  transform: rotate(280deg);
}

.middlepart-esg #main_circle #child-9 {
  top: 26px;
  left: 43px;
  right: auto;
  bottom: auto;
  transform: rotate(315deg);
}

.middlepart-esg #main_circle .circle {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #74c5b5;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px;
  flex-direction: column;
  margin: 0 auto;
  cursor: pointer;
}

.middlepart-esg #main_circle .circle:hover {
  border: 1px solid #335596;
  background-color: #e0f9f4;
  
}

.middlepart-esg .block_details {
  display: none;
}

.middlepart-esg #inner_circle {
  height: 275px;
  width: 275px;
  background-image: url(../img/inner-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 132px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -2;
  
}
/* Abdullah's */
.middlepart-esg #inner_rotator {
  height: 275px;
  width: 275px;
  background-image: url(../img/esg_iconpack/inner-rotator.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 132px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -2;
  
}

.middlepart-esg #center_circle {
  height: 130px;
  width: 130px;
  background-image: url(../img/center-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0px, 187px);
  
}

.middlepart-esg #esg {
  height: 250px;
  width: 250px;
  background-image: url(../img/esg_iconpack/esg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0px, 145px);
  border-radius: 100%;
  z-index: 1;
}

.middlepart-esg #center_circle:before {
  content: "";
  height: 140px;
  width: 140px;
  background-image: url(../img/dotted-center.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -5px;
  left: -5px;
  right: 0;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  -webkit-animation: flower 30s infinite linear;
  animation: flower 30s infinite linear;
  
}

.middlepart-esg #center_circle:after {
  content: "";
  position: absolute;
  box-shadow: 0px 0px 50px #335596;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: hvr-ripple-out 2s infinite;
  animation: hvr-ripple-out 2s infinite;
  border-radius: 100%;
  
}

.middlepart-esg #hover_effect {
  height: 211px;
  width: 131px;
  background-image: url(../img/hover-effect2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 3px;
  left: -12px;
  right: 0;
  margin: 0 auto;
  transform: rotate(4deg);
  z-index: -1;
  
}

.middlepart-esg #hover_effect:before {
  content: "";
  background-image: url(../img/dotted-hover.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 194px;
  width: 126px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 7px;
  position: absolute;
  -webkit-animation: blink-1 5s 3s infinite alternate both;
  animation: blink-1 5s 3s infinite alternate both;
}
/* Abdullah's edit */
.middlepart-esg #dotted_effect {
  content: "";
  background-image: url(../img/dotted_line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 194px;
  width: 126px;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 7px;
  position: absolute;
  -webkit-animation: blink-1 5s 3s infinite alternate both;
  animation: blink-1 5s 3s infinite alternate both;
}

.middlepart-esg #hover_effect #mydot {
  position: relative;
  height: 7px;
  width: 7px;
  display: block;
  z-index: 1;
  background: #74c5b5;
  left: 0;
  right: 0;
  display: block;
  top: 4px;
  margin: 0 auto;
  border-radius: 50%;
}

.middlepart-esg #hover_effect #mydot2 {
  position: absolute;
  height: 7px;
  width: 7px;
  display: block;
  z-index: 1;
  background: #335596;
  left: 0;
  right: -20px;
  display: block;
  bottom: 12px;
  margin: 0 auto;
  border-radius: 50%;
}

