
body,html {
  font-family: 'PT Serif', serif;
  background-color: #ffffff;
   overflow-x: hidden;
     margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Amazon Ember', sans-serif;
}
header {
  background-color:#F2EEE2;
  padding: 20px;
  text-align: center;
}
nav {
  padding: 10px;
  text-align: center;
}
.navbar {
  justify-content: center; /* Centers the content horizontally */
  align-items: center; /* Centers the content vertically */
}

.navbar-logo img {
  max-height: 50px; /* Adjust the size of your logo */
  width: auto; /* Maintains the logo's aspect ratio */
  margin-bottom: 20px;
}

nav a {
  color: #000;
  text-decoration: none;
  margin: 0 30px;
}

nav a:hover {
  text-decoration: underline;
  color: #AD8957;
}


nav a.active {
  text-decoration: underline; /* Adds underline for active link */
  color: #b48146; /* Active link color */
}

.breadcrumb {
  padding: 0;
  background-color: transparent;
  display: inline-block;
  list-style: none;
}

.breadcrumb-item {
  display: inline;
  color: #666;
}

.breadcrumb-item a {
  color: #666;
  text-decoration: none;
  margin-left: 0px;
  margin-right: 0px;
}
.breadcrumb>.active {
  color: #000000 !Important;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #666;
}

.centered-content{
  padding-right: 80px;
  padding-left: 80px;

}
.content {
  display: flex;
  align-items: center; /* Aligns text vertically with the image */
  gap: 20px;
}

.content img {
  max-width: 300px;
  height: auto;
}

p{
  text-align: justify;
}


.content p {
  max-width: 600px;
  line-height: 1.6;
  margin-left: 30px;
}
h1 {
  margin: 0;
  color: #c19666;
}

h2 {
    color: #c19666;
    font-size: 30px;
    font-weight: 500;
}

h3 {
margin: 0;
color: #c19666;
text-align: justify;
font-size: 29px;
font-weight: 100;
margin-left: 30px;
}
h4 {
margin: 0;
color: #c19666;
text-align: left;
font-size: 29px;
font-weight: 100;
}
main {
  padding: 20px;
  padding-top: 5px;
}

.container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.text-content {
  max-width: 600px;
  line-height: 1.6;
  order: 1;
  margin-bottom: auto;
}

.image-content {
  max-width: 300px;
  height: auto;
  order: 2;
}



.content, .container {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 37px;
}

.content img, .container .image-content {
  max-width: 300px;
  height: auto;
}

.text-content, .content div {
  max-width: 600px;
  line-height: 1.6;
}



.logo-container {
  display: flex;
  padding: 20px;
}

.logo-container1 {
  display: flex;
  padding: 20px;
  margin-left: -699px;
  margin-top: -156px;
}

.logo {
  width: 37px; 
  transition: transform 0.3s;
  margin: 0 10px; 
}

.logo:hover {
  transform: scale(1.1);
}

@media (max-width: 500px) {
.content {
  flex-direction: column; /* Stack items vertically */
  text-align: center;     /* Center align text for better mobile view */
}

.brand-container {
  order: 1;  /* Move text content to the top */
}

.content img {
  order: 2;  /* Move the image below text content */
  max-width: 100%; /* Full width image for mobile */
}

.text-content {
  max-width: 600px;
  line-height: 1.6;
  order: 1;
  margin-bottom: auto;
}
h3 {
  margin: 0;
  color: #c19666;
  font-size: 29px;
  font-weight: 100;
  justify-self: center;
}
.content p {
max-width: 600px;
line-height: 1.6;
margin: auto;
}
.content, .container {
display: flex;
align-items: center;
gap: 20px;
width: 100%;
margin-bottom: 37px;
flex-direction: column;
}

.logo-container1 {
display: flex;
margin-top: -376px;
}
}

.why-join-us {
    text-align: center;
    background-color: #ffffff;
}

.why-join-us h3 {
    font-size: 38px;
    margin-bottom: 0px;
    color: #b48146;
    font-family: 'Amazon Ember', sans-serif;
}

.why-join-us p {
    font-size: 16px;
    color: #333;
    margin:30px;
    margin-top: 20px;
    line-height: 1.8;
    text-align: justify;
}
.benefits {
    text-align: center;
    padding: 10px 10px;
    background-color: #ffffff;
}

.benefits p {
  padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
    font-weight: normal;
	text-align: center;
}
.leadership {
    color: #fff;
    text-align: center;
}

.leadership-content {
    margin: auto;
    max-width: 1200px;
}

.leadership h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.leadership p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    margin-left: 3rem;
    margin-right: 3rem;
}

.leadership-images {
    display: flex;
    justify-content: center;
    gap: 10rem;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

.leadership-image-wrapper {
    width: 250px;
    text-align: center;
}

.leadership-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .leadership h2 {
        font-size: 2rem;
    }

    .leadership p {
        font-size: 0.8rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .leadership-images {
        flex-direction: column; /* Stack images vertically */
        align-items: center;
    }

    .leadership-img {
        width: 80%;
        max-width: 300px; /* Adjust max width on small screens */
    }
	.why-join-us {
    text-align: center;
	padding:0px;
    background-color: #ffffff;
    
    
}
/* code by shubham for mobile */
.why-join-us h3{
  text-align: left;
  width: 100%;
  font-size: 34px;
  padding-bottom: 10px;
}

.why-join-us p{
  margin: 10px 0px 10px 0px;
}

.leadership-images{
  gap:5rem;
}
.leadership-image-wrapper{
  width:100%;
}

.leadership-img{
  max-width: 100%;
}

.benefits {
padding: 0px 0px 10px 0px;
font-size: 24px;
color: #b48146;
font-family: 'Amazon Ember', sans-serif;
}
.benefits p{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.leadership-image-wrapper {
    text-align: center;
}
.why-join-us {
    background-color: #ffffff;
}

.centered-content{
  display: none;
}

}
.responsive-image {
max-width: 100%;
height: auto;
}


header.mobile {
  position: relative;
}

#menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 15px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #333;
  margin: 4px auto;
}

/* Full-Screen Sliding Menu */
#sliding-menu {
  position: fixed;
  top: 0;
  left: -100%; /* Hidden off-screen */
  width: 80%; /* Cover entire screen */
  height: 100%;
  background-color: #F2EEE2;
  color: #fff;
  z-index: 1000; 
  transition: left 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#sliding-menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 30px;
}

#sliding-menu ul li {
  margin: 20px 0;
}

#sliding-menu ul li a {
  color: black;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

/* Close Button */
#close-menu {
  position: absolute;
  top: 0px;
  right: 20px;
  background: none;
  border: none;
  color: black;
  font-size: 40px;
  cursor: pointer;
}

/* Active Menu */
#sliding-menu.active {
  left: 0; /* Slide into view */
}

body.menu-open {
  overflow: hidden; /* Prevent scrolling when menu is open */
}


@media (max-width: 768px) {
.dektop{
  display:none;

}
.desktop-section{
  display: none;
}
}

@media (min-width: 768px) {
  .mobile{
    display:none;
  }
  .mobile-section{
    display: none;
  }
  }
