* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
  list-style: none !important;

  ::selection {
    background-color: #114232;
    color: #ffffff;
  }
}

/* Change navbar positioning */
.navbar {
  background-color: #eef5ff;
  color: #000000;
  position: absolute;
  width: 100%;
  height: max-content;
  top: 0;
  z-index: 1000;
}

.logo {
  text-decoration: none;
  font-family: "Unbounded", sans-serif;
  font-size: 26px;
  font-weight: bolder;
  color: #000;
  margin-right: auto !important;
}

.navbar-nav {
  margin: 0 auto;
}

.nav-link {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  gap: 1rem !important;
  text-transform: capitalize !important;
}

.menu3 li {
  position: relative;
  /* Ensure the list item is positioned relatively */
}

.menu3 li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  display: block;
  background-color: #000000;
  transition: width 0.3s ease;
  bottom: 0;
  /* Adjust the position relative to the list item */
}

.menu3 li:hover::after {
  width: 100%;
}

.nav-item {
  margin-left: 25px;
}

.navbar-nav .nav-link {
  color: #000;
}

.dropend .dropdown-toggle {
  color: #eee;
  margin-left: 1em;
}

.dropdown-item:hover {
  background-color: rgb(0, 0, 0);
  color: #ffffff;
}

.dropdown .dropdown-menu {
  display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

.service-dropdown {
  width: 13vw;
  margin: 2rem;
  background-color: #eef5ff !important;
  border: none !important;
}

.service-dropdown .nav-link-service {
  text-align: start !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  padding: 1rem !important;
  /* border-top: 1px solid #000000 !important; */
}

.service-dropdown .nav-link-service:hover {
  background-color: #d1e1f7 !important;
  /* width: 50vw !important;  */
}

/* social-class */
.social-class a {
  text-transform: none;
  color: #000;
  font-weight: 600;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.social-class a:hover {
  font-size: 1.3rem;
}

.btn {
  font-size: 1rem !important;
  font-weight: 600 !important;
  border: 1px solid #000 !important;
  border-radius: 5px !important;
  background-color: #ffffff !important;
  color: #000 !important;
  cursor: pointer !important;
  transition: all 5s ease-in-out;
}

.btn:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #fff !important;
}

.btn a {
  text-decoration: none;
}

/* navbar media Quaries */
@media screen and (min-width: 769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }

  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

@media (max-width: 768px) {
  .navbar-nav {
    margin-left: auto;
  }
}

/* Second Section  */

.section-2 {
  height: 100vh;
  width: 100%;
  margin: 1rem;
}

.row-container {
  height: 100%;
}

.left-container {
  height: 100%;
}

/* .left-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
} */

.left-content {
  background-color: #eef5ff;
}

.left-content .left-heading {
  color: #000;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Unbounded", sans-serif;
}

.left-list-link {
  margin: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 1rem;
  cursor: pointer;
}

.solar-adviosry-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.grid {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.box {
  height: 100%;
  background-color: #eef5ff;
}

.right-heading {
  color: #000;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Unbounded", sans-serif;
  text-align: start;
}

.right-list-link {
  margin: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  /* padding: 1rem; */
  cursor: pointer;
}

.right-list-link a {
  margin: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  /* padding: 1rem; */
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.right-heading-3 {
  color: #000;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Unbounded", sans-serif;
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.right-heading-3 .icon {
  font-size: 4rem;
}

.box-4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../image/Box/BOX-4.jpg");
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.right-heading-4 {
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.box-4:hover {
  opacity: 0.8;
}

.right-heading-4 h1 {
  font-family: "Unbounded", sans-serif;
}

.right-heading-4 p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.section-2-content {
  height: 100%;
}

.section-2-content .section-2-content-heading {
  margin: 1rem;
  text-align: start;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem;
}

.section-2-content .section-2-content-paragraph {
  margin: 1rem;
  text-align: start;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 1rem;
}

.section-2-content .section-2-content-button {
  margin: 1rem;
  text-align: start;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem;
  width: 100%;

}

.section-2-content .section-2-content-button button {
  padding: 1rem 1rem;
  width: 18%;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  border: 1px solid #000;
  outline: none;
  background-color: #eef5ff;
}

.section-2-content .section-2-content-button button a {
  text-decoration: none;
  color: #000000;
}

/* section-3 */

.section-3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section-3 .section-3-text {
  width: 100%;
  display: flex;
  align-self: center;
  justify-content: space-between;
  padding: 1rem;
}

.section-3-text h1 {
  font-family: "Unbounded", sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.section-3-text a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 2rem;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 10px;
}

.swiper-slide img:hover {
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  opacity: 0.9;
}

.swiper-slide .date {
  padding: 0.5rem;
  text-align: start;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.swiper-slide .title {
  padding: 0.5rem;
  text-align: start;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.swiper-slide .Explore-button button {
  margin-top: 1rem;
  padding: 1rem;
  width: 100%;
  outline: none;
  border: 1px solid #000;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  background-color: transparent;
}

/* section-4 */

.section-4 {
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: linear-gradient(to bottom,
      rgba(173, 178, 114, 0.717),
      rgba(0, 0, 0, 0.825)),
    url("https://ctdt.annauniv.edu/auawards2023/assets/img/about.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 4rem;
}

.section-4-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
  font-family: "Unbounded", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.section-4-text a {
  text-decoration: none;
}

.card {
  background-color: transparent !important;
  border: none !important;
}

.card img {
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px !important;
}

.card h5 {
  margin-top: 1rem;
  font-family: "Unbounded", sans-serif;
  color: #fff;
  text-align: start !important;
}

.card p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  flex: 14px;
  font-weight: 500;
  text-align: start !important;
}

/* testimnials */

.section-5 {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 80vh; */
}

.testimonials-section {
  width: 100%;
  padding: 0px 1rem;
}

.testimonials-section .section-header {
  max-width: 700px;
  text-align: center;
  margin: 30px auto 40px;
}

.section-header h1 {
  position: relative;
  font-family: "Unbounded", sans-serif;
  font-size: 36px;
  color: var(--primary-clr);
}

.testimonials-container {
  position: relative;
}

.testimonials-container .testimonial-card {
  padding: 20px;
  width: 100%;
}

.testimonial-card .test-card-body {
  width: 100%;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.12);
  padding: 20px;
  background-color: #eef5ff;
}

.test-card-body .quote {
  display: flex;
  align-items: center;
}

.test-card-body .quote i {
  font-size: 45px;
  color: var(--heading-clr);
  margin-right: 20px;
}

.test-card-body .quote h2 {
  font-family: "Unbounded", sans-serif;
}

.test-card-body p {
  margin: 10px 0px 15px;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}

.test-card-body .ratings {
  margin-top: 20px;
}

.test-card-body .ratings i {
  font-size: 17px;
  cursor: pointer;
  color: goldenrod;
}

.testimonial-card .profile {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.profile .profile-image {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}

.profile .profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.profile .profile-desc {
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
}

.profile-desc span:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
}

.profile-desc span:nth-child(2) {
  font-size: 15px;
  color: var(--text-clr);
}

.owl-nav {
  position: absolute;
  right: 20px;
  bottom: -10px;
}

.owl-nav button {
  border-radius: 50% !important;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  padding: 10px !important;
  border-radius: 50%;
  font-size: 18px !important;
  background-color: var(--card-clr) !important;
  color: var(--primary-clr);
  cursor: pointer;
  transition: 0.4s;
}

.owl-dots {
  margin-top: 15px;
}

.owl-dots .owl-dot span {
  background-color: #434753 !important;
  padding: 6px !important;
}

/* About Us */

.about-us {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.747)),
    url("../image/about/banner-1.jpg");
  background-size: cover;
  background-position: center;
  height: 500px !important;
}

.about-heading {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-family: "Unbounded", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1.4px;
}

.about-section-1 {
  height: 100%;
  display: flex;
  align-items: center !important;
  justify-content: center;
  /* background-color: #a2e4f0; */
}

.about-container-1 h1 {
  font-family: "Unbounded", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  margin: 1rem;
  text-align: center;
  color: #000000;
  text-shadow: 1px 1px 0 #eef5ff, 2px 2px 0 #eef5ff, 3px 3px 0 #eef5ff;
  /* transform: skew(-5deg); */
}

.about-container-1 p {
  width: 100%;
  padding: 1rem;
  line-height: 2rem;
  font-family: "Montserrat", sans-serif;
  text-align: start;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 1rem;
}

.about-section-2-heading {
  font-family: "Unbounded", sans-serif;
  text-align: start;
  font-size: 2rem;
  font-weight: 500;
}

.staff-image-container {
  margin-top: 2rem;
}

.staff-images {
  display: flex;
  align-items: center;
  justify-content: center;
}

.staff-card {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 1rem;
  border: 1px solid #000;
  background-color: #c5ebaa !important;
}

.staff-card-title {
  color: #000 !important;
}

.staff-card-text {
  color: #000 !important;
}

.values-box {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  padding: 1rem;
}

.values-content-box {
  margin-left: 1rem;
}

.values-content-box h6 {
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.values-content-box p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}


.about-testimonial-card {
  width: 100%;
  height: 100% !important;
}

.about-testimonial-card .quote h2 {
  font-size: 1rem !important;
}

/* media-news */

.media-news {
  background-image: linear-gradient(rgba(0, 0, 0, 0.712), rgba(0, 0, 0, 0.829)),
    url("../image/Media/banner-1.jpg");
  background-size: cover;
  background-position: center;
  height: 500px !important;
}

.media-heading {
  margin-top: 2rem;
  color: #ffffff;
  font-family: "Unbounded", sans-serif;
  font-size: 3rem !important;
  font-weight: bolder !important;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.9);
}

.media-summury {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 1rem;
  text-transform: capitalize;
  background-color: #eef5ff;
  padding: 1rem;
}

.media-text {
  display: flex !important;
  align-items: center;
  justify-content: space-around;
}

.media-text h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem !important;
  font-weight: 600;
  color: #000 !important;
  margin-top: 1rem;
  text-decoration: none !important;
}

.media-text a {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem !important;
  font-weight: 600;
  color: #000 !important;
  margin-top: 1rem;
  text-decoration: none !important;
}

.news-container {
  margin-bottom: 1rem;
  border-top: 1px solid #000 !important;
}

/* careers */
.careers {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.747), rgba(115, 126, 150, 0.849)),
    url("../image/careers/banner-4.jpg");
  background-size: cover;
  background-position: center;
  height: 500px !important;
}

.careers-company-name {
  font-family: "Unbounded", sans-serif;
  text-decoration: none;
  font-size: 3rem;
  letter-spacing: 1px;
  text-decoration: underline;
  text-underline-offset: 9px;
  font-weight: 500;
  color: #fff;
}

.careers-section-2 {
  height: 100%;
}

.section-2-careers-heading {
  font-family: "Unbounded", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1rem;
  padding: 1rem;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-align: start;
}

.careers-content {
  margin-top: 1rem;
}

.content {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  /* border-top: 1px solid #39393986; */
  margin-top: 1rem;
  padding: 1rem;
}

.careers-employment-list {
  width: 100%;
  text-align: start;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
}

.careers-section-3 {
  margin-top: 3rem;
}

.left-div li {
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.left-div p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.right-div button {
  padding: 0.8rem 1rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  outline: none;
  border: 1px solid #000;
  background-color: #eef5ff;
}

.careers-background {
  padding: 2rem;
  margin: 1rem;
}

.careers-background:nth-child(even) {
  background-color: #bdd7fc79;
}

.careers-background:nth-child(odd) {
  background-color: #eef5ff;
}

/* Investors */

.investors-background {
  position: relative;
  width: 100%;
  height: 500px !important;
}

.investors-heading {
  color: #ffffff;
  font-size: 5rem;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.investors-section-1 {
  width: 100%;
  /* height: 100vh; */
}

/* business */

.business {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.747)),
    url("../image/business/banner-2.jpg");
  background-size: cover;
  background-position: center;
  height: 500px !important;
}

.business-heading {
  margin-top: 2rem;
  color: #ffffff;
  font-family: "Unbounded", sans-serif;
  font-size: 3rem !important;
  font-weight: bolder !important;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.9);
}

.business-summury {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 1rem;
  text-transform: capitalize;
  background-color: #3f3f3fd3;
  padding: 1rem;
}

/* Accordian section */

.collapsed-container h1 {
  text-align: start !important;
  margin-left: 1rem !important;
  font-family: "Unbounded", sans-serif;
}

.collapsed-button {
  text-decoration: none;
  font-family: "Unbounded", sans-serif;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}

.collapsed-button:hover {
  background-color: #c4d8f3;
}

.accordian-body-content {
  margin: 5px 0 !important;
}

.accordian-body-content:nth-child(even) {
  background-color: #daeaff;
  padding: 2px !important;
}

.accordian-body-content:nth-child(odd) {
  background-color: #d6e6fa40;
  padding: 2px !important;
}

.accordian-body-content h3 {
  font-family: "Unbounded", sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  margin-left: 10px;
  margin-top: 5px !important;
}

.accordian-body-content p {
  font-family: "Montserrat", sans-serif;
  margin-left: 10px;
  font-weight: 500;
}

/* contact Page */
.contact-container {
  height: 100%;
  width: 100% !important;
  /* border: 1px solid #000; */
}

.container {
  margin-top: 10px;
}

.contact-us {
  height: 500px !important;
}

.contact-us {
  position: relative;
  height: 500px;
}

.contact-us::before,
.contact-us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-us::before {
  background-image: url("../image/contact/cntact-banner.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.5;
}

.contact-us::after {
  background-image: linear-gradient(to top,
      rgba(0, 0, 0, 0.956) 18%,
      transparent);
  /* background-image: linear-gradient(to top, #ec832d, 18%, transparent); */
  opacity: 0.9;
}

/* Additional styles for the content */
.contact-us .col-md-8 {
  position: relative;
  z-index: 1;
  /* Ensure content is above the background */
}

/* hero Section */
.heading {
  margin-top: 2rem;
  color: #000000;
  font-family: "Unbounded", sans-serif;
  font-size: 3rem !important;
  font-weight: bolder !important;
  text-shadow: 10px 10px 10px rgba(36, 36, 36, 0.234);

}

.contact-summury {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 1rem;
  text-transform: capitalize;
  background-color: #eef5ff7c;
  padding: 1rem;
}

.contact-company-name {
  color: blueviolet;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.form-contact-summury {
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
}

.list-group li {
  width: 300px;
  cursor: pointer;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0px !important;
  margin-top: 14px !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
}

.faq-item:hover {
  background-color: #eef5ff;
  /* Change background color on hover */
}

/* FOROM */

/* Adjustments for smaller screens */
@media (max-width: 768px) {

  .form-group,
  .form-check {
    margin-left: 0;
    /* Reset margin for smaller screens */
  }
}

/* from */

.form-container {
  margin: 1rem;
  padding: 1rem;
  height: 100%;
  width: 100%;
}

.forms {
  padding: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-family: "Montserrat", sans-serif;
  border-radius: 10px !important;
  height: 100% !important;
  /* background-color: #eef5ff; */
}

.forms label {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
}

.forms input {
  padding: 1.1rem !important;
  width: max-content !important;
  border: 1px solid #000 !important;
  border-radius: 0px;
  outline: none;
  background-color: #eef5ff !important;
}

textarea {
  width: max-content;
  padding: 1rem !important;
  border-radius: 5px !important;
  outline: none;
  background-color: #eef5ff !important;
}

.contact-btn {
  font-size: 1rem !important;
  font-weight: 600 !important;
  border: 1px solid #000 !important;
  border-radius: 5px !important;
  background-color: #eef5ff !important;
  color: #fff !important;
  cursor: pointer !important;
  transition: all 5s ease-in-out;
}

.contact-btn:hover {
  background-color: #eef5ff !important;
  color: #fff !important;
}

.contact-details-container {
  padding: 1rem;
  /* background-color: #eef5ff; */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-family: "Montserrat", sans-serif;
  border-radius: 10px !important;
  height: 100% !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.contact-details {
  border-bottom: 1px solid #000 !important;
  width: 100%;
  padding: 2rem;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 1rem !important;
}

.icons {
  width: 50px !important;
  height: 50px !important;
  background-color: #eef5ff;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.contact-info-content {
  display: flex !important;
  flex-direction: column;
}

/* footer */
.footer-container {
  background-color: #eef5ff !important;
}

.footer-heading {
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.footer-text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-align: center !important;
  color: #000;
}

.footer-bottom-container {
  margin-top: 1rem;
  border-top: 1px solid #000;
}

.footer-bottom {
  color: #000;
  text-align: center;
  margin-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-content: center;
  justify-content: space-around;
}

.footer-bottom .copyright {
  color: #000;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
}

.Privacy-policy {
  display: flex;
  align-content: center;
  justify-content: space-around;
  gap: 1rem;
}

.Privacy-policy a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

/* CSS for video container */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* 16:9 aspect ratio */
  overflow: hidden;
}

/* CSS for video */
.video-container video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

/* Team */

.team-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.745), rgba(0, 0, 0, 0.747)),
    url("../image/team/team-3.jpg");
  background-size: cover;
  background-position: center;
  height: 500px !important;
}

.team-heading {
  text-align: center !important;
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

.team-heading-text {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem !important;
  font-weight: 600;
  padding-top: 1rem;
  text-transform: capitalize;
}

.team-heading-text span {
  margin-top: 1rem;
  color: #ffffff;
  padding: 10px 12px;
  background-color: #114232;
  /* border-radius: 10% 29% 25% 30% / 30% 25% 29% 10%; */
  border-radius: 5px !important;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.same-height {
  display: flex;
  align-items: flex-start;
  justify-content: center !important;
  flex-direction: column !important;
  height: 300px !important;
}

.same-height img {
  width: 100% !important;
  /* height: 100% !important; */
  background-position: center;
  background-size: cover !important;
  border-radius: 25px !important;
  transition: transform 0.3s ease-in-out;
}

.same-height img:hover {
  transform: scale(1.1);
}

.same-height h3 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 1.1rem !important;
  text-transform: capitalize;
}

.same-height p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1em !important;
  text-transform: capitalize;
  color: #000 !important;
}

.same-height .designation {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 1rem !important;
  text-transform: uppercase;
}

.team-1 {
  border-radius: 25px !important;
  background-color: #f9ae6477;
}

.team-2 {
  border-radius: 25px !important;
  background-color: #DCF2F1;
}

.team-3 {
  border-radius: 25px !important;
  background-color: #f1f6cd96;
}

.team-4 {
  border-radius: 25px !important;
  background-color: #c6dcba97;
}

.team-card {
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #eef5ff !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.team-card:hover {
  transform: scale(1.05);
}

.team-card img {
  background: transparent !important;
  height: 100% !important;
}

.team-card-title {
  color: #000 !important;
}

.card-text:last-child {
  color: #000;
}