.home {
  background: url("../img/home-tower.png");
  background-repeat: no-repeat;
}

section.hero {
  padding-top: 160px;
}

section.hero h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  text-align: left;
}

section.hero .description {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.03em;
  text-align: left;
}

section.hero ul {
  list-style: none;
  margin-bottom: 16px;
}

section.hero ul li {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.03em;
  text-align: left;
}

section.hero ul li::before {
  background: #e4312a;
  border-radius: 50px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: -1em;
  margin-right: 8px;
  width: 12px;
}

section.about .about-wrap {
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 32px;
}

section.about .symbol {
  align-items: center;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 240px;
}

section.about .symbol img {
  margin-bottom: 24px;
  width: max-content;
}

section.about .symbol h2 {
  text-align: center;
}

section.about .about-background {
  width: 560px;
}

section.about .about-background h1 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 47px;
  margin-bottom: 24px;
  text-align: center;
}

section.about .about-background p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 16px;
  text-indent: 20px;
}

section.about .certificate-list {
  justify-content: space-evenly;
}

section.team .team-top {
  justify-content: center;
}

section.team .team-right-hand {
  justify-content: space-between;
}

section.team .team-big3 {
  align-items: center;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 32px;
}
 /* Include the Baloo 2 Regular font from Google Fonts */
        @import url('https://fonts.googleapis.com/css2?family=Baloo+2&display=swap');

        /* Style for the body element with Baloo 2 Regular font */
        body {
            font-family: 'Baloo 2', cursive;
        }

        /* Style for the card container */
        .card {
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #fff;
            padding: 20px;
            border: 1px solid #ccc;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            max-width: 400px;
        }

        /* Style for the close button */
        .close {
            position: absolute;
            top: 20px;
            right: 5px;
            cursor: pointer;
        }

        /* Style for the popup image */
        .popupImg {
            max-width: 100%;
            height: auto;
            display: auto;
            margin-bottom: 10px;
        }

        /* Flexbox styles for 2x3 layout */
        #popupText {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: flex-start;
        }

        

        /* Style for text-danger (red text) */
        .text-danger {
            color: red;
        }

        /* Style for the link to show popup */
        .show-popup-link {
            text-align: center;
            margin-top: 16px;
            font-weight: bold;
            color: #e4312a; /* Red color for the link */
            cursor: pointer;
        }

        /* Style for the link hover */
        .show-popup-link:hover {
            color: #bf1e18; /* Darker red color on hover */
        }
        
        /* ... (previous CSS styles) ... */

/* Style for "My Team" button */
.my-team-button {
    margin-top: 15px;
}

.my-team-button button {
    background-color: #dc3545;
    color: #fff;
    font-size: 18px;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.my-team-button button:hover {
    background-color: #c82333;
}

/* ... (remaining CSS styles) ... */

section.team .team-member {
  align-items: center;
  display: -webkit-flex;
  display: flex;
  flex: 1 0 21%;
  margin: 16px 12px;
}

section.team .team-right-hand {
  justify-content: space-evenly;
  margin-top: -160px;
}

section.team .team-member-list {
  justify-content: space-around;
}

section.team .team-member-list,
section.team .team-right-hand {
  flex-wrap: wrap;
  margin-left: 51px;
  margin-right: 51px;
}

section.team .team-member img,
section.team .team-big3 img {
  margin-right: 24px;
  transition: transform 0.2s;
}

section.team .team-member img:hover,
section.team .team-big3 img:hover {
  cursor: pointer;
  transform: scale(1.05) rotate(1deg);
}

section.team .team-big3--identity {
  align-items: center;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  text-align: center;
}

.team-big3--identity .designation {
  max-width: 160px;
}

section.team .team-big3 .email {
  max-width: 180px;
}

section.team .team-member--identity {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 240px;
}

section.team .team-member--identity .fullname {
  font-size: 24px;
}

section.team h2.fullname {
  margin-bottom: 0;
}

section.team .team-member--identity .designation {
  font-size: 14px;
}

section.team .team-big3--identity .designation,
section.team .team-big3--identity .email,
section.team .team-member--identity .designation,
section.team .team-member--identity .email {
  color: #808080;
  font-size: 14px;
}

section.contact-us .contact-row {
  align-items: center;
  margin-bottom: 16px;
}

section.contact-us .contact-row span.fa {
  margin-right: 8px;
}

section.contact-us .contact-row a {
  color: #e4312a;
}
section.contact-us .contact-row a:hover {
  color: #bf1e18;
}

section.contact-us .contact-row .contact-data {
  flex-direction: column;
}

.contact-form .form-control {
  border: 1px solid #e4312a;
  border-radius: 8px;
  margin-bottom: 16px;
}

.contact-form textarea {
  height: 300px;
}

.contact-form .map {
  height: 300px;
  width: auto;
}

@media screen and (min-width: 1025px) {
  section.team .team-right-hand {
    justify-content: space-around;
  }
}

@media screen and (max-width: 1024px) {
  section.about .symbol {
    width: 100%;
  }

  section.team .team-big3 {
    width: 240px;
  }

  section.team .team-big3 img {
    margin-right: 0;
  }

  section.team .team-right-hand {
    justify-content: space-around;
  }

  section.team .team-member-list {
    justify-content: space-around;
  }

  section.team .team-member {
    align-items: none;
    display: inline-block;
    flex: none;
    text-align: center;
  }

  section.team .team-member img {
    margin-bottom: 8px;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .home {
    background: url("../img/home-tower-mobile.png");
    background-repeat: no-repeat;
  }

  section.hero h1 {
    font-size: 40px;
  }

  section.hero .description,
  section.hero ul li {
    font-size: 16px;
  }

  section.hero ul li::before {
    height: 8px;
    width: 8px;
  }

  section.team .team-right-hand {
    margin-top: 0;
  }

  section.team .team-big3 {
    display: inline-block;
    text-align: center;
    width: 240px;
  }
}

@media screen and (max-width: 414px) {
  .symbol {
    margin-bottom: 24px;
  }

  .symbol h3 {
    margin-bottom: 0;
  }

  section.team .team-right-hand {
    justify-content: center;
  }

  section.team .team-member-list {
    justify-content: center;
  }

  .contact-us h2 {
    text-align: center;
  }
}
