* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
section {
  height: 50vh;
  padding: 50px;
}
html {
  scroll-padding-top: 25px;
  scroll-behavior: smooth;
}
header {
  background: linear-gradient(to right, #cbd2e0, #ffffff);
  color: rgb(255, 255, 255);
  text-align: center;
}
footer {
  color: rgb(43, 0, 255);
  text-align: center;
  padding: 1em 0;
}
main {
  padding: 30px;
}

body {
  font-family: "Impact", "Arial", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  padding: 0;
  background: linear-gradient(to right, #dbe0eb, #ffffff);
}
.paragraph-title{
  display: inline-block;
  min-width: 500px;
  font-size: 24px;
  font-weight: 1000;
  margin: 0px 0px 0px 0;
  padding: 4px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.2);
  background: linear-gradient(to right, #f3f6fa, #ebf1fa);
}
.paragraph-icon {
  vertical-align: -12px;
  display: inline;
  width: auto;
  height: 40px;
  margin-right: 4px;
  margin-left: 4px;
  padding: 2px;
}
.company-icon {
  vertical-align: -24px;
  display: inline;
  width: 60px;
  height: 60px;
  margin-top: 12px;
  margin-right: 4px;
  margin-left: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  border-radius: 12px;
}
.company-icon:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.hero {
  height: 92vh;
  font-family: "Impact", "Arial", sans-serif;
  letter-spacing: 3px;
  color: rgb(20, 20, 20);
  background-image: url("images/water_title.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  z-index: 900;
}
.hero-title {
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 20px; 
  text-align: left;
}
.hero-description {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.navbar {
  position: sticky;
  top: 0;            
  background: white;
  z-index: 1000;        
  padding: 16px 75px;
  background: linear-gradient(to right, #fcfcfc, #fefafa);
  box-shadow: -2px 2px 6px rgba(108, 108, 108, 0.1);
}
.navbar ul {
  list-style: none;
  display: flex;
  justify-content: right;
  gap: 30px;
  
}
.navbar a {
  font-family: "Impact", "Arial", sans-serif;
  letter-spacing: 2px;
  color: rgb(20, 20, 20);
  text-decoration: none;
  font-size: 15px;
  padding: 12px 16px;

}
.navbar a:hover {
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  cursor: pointer;
}
.nav-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 2px;
}

.right-navbar {
  position: fixed;
  top: 50%;            
  right: 0;        
  transform: translateY(-150%);
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 12px 0 0 12px;
  z-index: 1100;     
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.2);
}
.right-navbar ul {
  list-style: none;
  margin: 0;
}
.right-navbar li {
  margin: 12px 0;
}
.right-navbar a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.right-nav-icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 4px;
  margin-left: 4px;
}
.right-nav-icon:hover {
  transform: scale(1.2);
  cursor: pointer;
}

#about {
  height: auto;
  color: rgb(31, 31, 31);
  padding: 20px;
  box-shadow: 0 6px 4px rgba(0,0,0,0.2);
}
#about h1 {
  display: inline-block; 
  padding: 8px 48px;  
  background: linear-gradient(to right, #ffffff,#cbd2e0);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  font-size: 28px;
  text-align: left;
  margin-left: 10px;         
  margin-top: 20px;
}
.about-content {
  display: flex;
  align-items: flex-start; 
  flex-wrap: nowrap; 
  gap: 0px;
  font-size: 18px;   
}
.about-description {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-left: 10vw; 
  margin-top: 2vw;
  width: 40vw;  
  height: auto;    
  flex-shrink: 0;        
  background-color: #fcfeff; 
  padding: 30px 20px; 
  line-height: 1.5;
  color: rgb(31, 31, 31);  
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); 
}

.carousel-section {
  margin-left: 12vw; 
  margin-top: 4vw;
  text-align: center;
  width: 360px; 
}
.carousel-section h2.carousel-title {
  display: inline-block;
  background: linear-gradient(to right, #dee3f4, #f4ebeb);
  border-radius: 10px;
  font-size: 22px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  padding: 5px 10px;
}
.carousel-container {
  background: linear-gradient(to right, #dee3f4, #f4ebeb);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  width: 360px; 
  overflow: hidden;
  padding: 10px 0;
}
.carousel-track {
  display: flex;
  gap: 15px;
  animation: scrollCarousel 6s linear infinite;
}
.carousel-track img {
  width: 75px;
  height: auto;
  transition: opacity 1s;
  flex-shrink: 0;
  opacity: 1;
}
@keyframes scrollCarousel {
  0% { transform: translateX(0); }
  100% { transform: translateX(-125%); }
}

#work{
  height: auto;
  color: rgb(31, 31, 31);
  padding: 20px;
  box-shadow: 0 6px 4px rgba(0,0,0,0.2);
}
#work h1 {
  display: inline-block; 
  padding: 8px 48px;  
  background: linear-gradient(to right, #ffffff,#cbd2e0);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  font-size: 28px;
  text-align: left;   
  margin-left: 10px;     
  margin-top: 20px;
}
.work-content {
  display: flex;
  align-items: flex-start; 
  flex-wrap: nowrap; 
  gap: 0px;
  font-size: 18px;   
}
.work-description {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-left: 50px; 
  margin-top: 20px;
  width: 50vw;  
  height: auto;    
  flex-shrink: 0;        
  background: linear-gradient(to right, #ffffff, #f6f8fd);
  padding: 30px 20px; 
  line-height: 1.5;
  color: rgb(31, 31, 31);  
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); 
}
.work-image {
  display: block;
  width: 400px;
  height: auto;
  margin-top: 40px; 
  margin-left: 40px;  
  box-shadow: 0 2px 12px rgba(0,0,0,0.3); 
}
#projects{
  height: auto;
  color: rgb(31, 31, 31);
  padding: 20px;
  box-shadow: 0 6px 4px rgba(0,0,0,0.2);
}
#projects h1 {
  display: inline-block; 
  padding: 8px 48px;  
  background: linear-gradient(to right, #ffffff,#cbd2e0);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  font-size: 28px;
  text-align: left;   
  margin-left: 10px;     
  margin-top: 20px;
}
.projects-content {
  display: flex;
  align-items: flex-start; 
  flex-wrap: nowrap; 
  gap: 0px;
  font-size: 18px;   
}
.projects-description {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-left: 50px; 
  margin-top: 20px;
  width: 60vw;  
  height: auto;    
  flex-shrink: 0;        
  background: linear-gradient(to right, #ffffff, #f6f8fd);
  padding: 30px 20px; 
  line-height: 1.5;
  color: rgb(31, 31, 31);  
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); 
}
.dropdown-wrapper {
  margin-top: 10px;
}
.dropdown-toggle {
  display: inline-block;
  cursor: pointer;
  color: #3e6ba7;
  font-weight: bold;
}
.dropdown-content {
  display: none;
  margin-left: 6px;
  font-weight: normal;
  color: #333;
}
.dropdown-toggle:hover {
  text-decoration: underline;
}

.looping-gif {
  width: 400px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  margin-top: 40px; 
  margin-left: 15px;  
}

