.app {
  width: 100%;
}

.app-container {
  width: 100%;
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
}

/** Navbar */
.app-header {
  width: 100%;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  background: var(--white);
  position: relative;
}

.header-container {
  width: 100%;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app-logo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app-logo a img {
  width: 100%;
  max-width: 250px;
}

.mobile-nav-icon svg {
  font-size: 24px;
  transition: all 0.5s;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.app-header-menus {
  width: 100%;
  padding: 1rem;
  height: 100vh;
  transform: translateX(-200%);
  transition: all 0.5s;
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
  background: var(--white);
  z-index: 2;
}

.app-header-menus .nav-menu {
  width: 100%;
  padding: 1rem 0;
}

.app-header-menus .nav-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-family: var(--nunito-family);
}

.app-header-menus .dropdown a {
  position: relative;
  font-family: var(--nunito-family);
}

.drop-down-menu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 0 16px 0;
  display: none;
}

.drop-down-menu.drop-expand {
  display: block;
  transition: all 0.5s;
}

.app-header-menus.active-header {
  transform: translateX(0);
  transition: all 0.5s;
}

.nav-btn {
  display: block;
  margin-bottom: 1rem;
}

.show-desktop {
  display: none;
}

.show-mobile {
  display: block;
}

.mobile-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

@media (min-width: 920px) {
  .mobile-nav-icon {
    display: none;
  }

  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 31px;
  }

  .app-header-menus {
    width: max-content;
    padding: 1rem;
    height: auto;
    transform: translateX(0);
    transition: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    position: static;
  }

  .app-header-menus .nav-menu {
    width: auto;
    gap: 0.5rem;
  }

  .nav-btn {
    margin-bottom: 0;
  }

  .app-logo {
    padding: 0rem;
    width: max-content;
  }

  .show-desktop {
    display: block;
  }

  .show-mobile {
    display: none;
  }

  .dropdown {
    position: relative;
  }

  .drop-down-menu {
    position: absolute;
    top: 66px;
    left: -80px;
    width: max-content;
    background: var(--white);
    z-index: 9999;
    padding: 16px 20px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  }
}

/** Banner  */
.banner-section {
  width: 100%;
  background: url("../images/home/banner.png") top left no-repeat;
  background-size: cover;
  background-position: left;
  padding-top: 70px;
  padding-bottom: 70px;
}

.banner-content-card {
  width: 100%;
  max-width: 576px;
  background: var(--white);
  border-radius: 10px;
  padding: 20px 35px 20px 35px;
}

.banner-content-heading {
  width: 100%;
}

.banner-content-heading h4 {
  font-size: 18px;
  color: var(--black);
  font-family: var(--playfair-family);
  font-weight: 700;
}

.banner-content-heading h4 span:nth-child(1) {
  color: #00c337;
}

.banner-content-heading h4 span:nth-child(2) {
  color: #741b47;
}

.banner-content {
  width: 100%;
}

.banner-content p {
  color: var(--black);
  font-family: var(--nunito-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.banner-content a {
  width: max-content;
  padding: 19px 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  color: var(--black);
  font-family: var(--nunito-family);
}

@media (min-width: 500px) {
  .banner-section {
    padding-top: 125px;
    height: 650px;
    object-fit: cover;
    object-position: top;
    padding-bottom: 0;
  }

  .banner-content-heading h4 {
    font-size: 48px;
  }

  .banner-content-card {
    width: 100%;
    max-width: 788px;
    margin: 0 auto;
  }

  .banner-content p {
    font-size: 24px;
  }
}

/** Home About us  */
.home_about_section {
  width: 100%;
  padding-top: 38px;
  padding-bottom: 38px;
}

.home_about_container {
  width: 100%;
}

.home_about_content {
  width: 100%;
  margin-bottom: 38px;
}

.home_about_header {
  width: 100%;
  margin-bottom: 30px;
}

.home_about_header h4 {
  font-family: var(--playfair-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--black);
  position: relative;
  padding-top: 20px;
}

.home_about_header h4 span {
  color: var(--primary-color);
}

.home_about_header h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 5px;
  background: linear-gradient(95deg, #71093c 0.85%, #2c115e 104.55%);
}

.home_about_image {
  width: 100%;
}

.home_about_image img {
  width: 100%;
  height: auto;
}

.home-about-body {
  width: 100%;
}

.home-about-body p {
  color: var(--text-color);
  text-align: justify;
  font-family: var(--nunito-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
}

.home-about-body p:nth-child(2) {
  position: relative;
  padding-left: 15px;
}

.home-about-body p:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 20px;
  width: 3px;
  height: 100%;
  background: linear-gradient(127deg, #71093c 48.32%, #2c115e 102.8%);
}

.home-about-footer {
  width: 100%;
}

.home-about-footer a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  color: var(--primary-color);
  font-family: var(--nunito-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-decoration-line: underline;
}

@media (min-width: 920px) {
  .home_about_container {
    border-radius: 30px;
    border: 1px solid var(--primary-color);
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 26px 46px 26px 53px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 56px;
  }

  .home_about_content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0;
  }
}

/** Home Area of Work  */
.home_area_of_work_section {
  width: 100%;
  padding-top: 53px;
  padding-bottom: 88px;
  background: linear-gradient(95deg, #71093c 0.85%, #2c115e 104.55%);
}

.home_area_of_work_container {
  width: 100%;
}

.home_area_of_work_heading {
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}

.home_area_of_work_heading h4 {
  color: var(--white);
  font-family: var(--playfair-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.home_area_of_work_card_container {
  width: 100%;
}

.home_area_of_work_card {
  width: 100%;
  display: flex;
  padding: 59px 22px;
  max-height: 287px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 20px;
  background: var(--white);
  margin-bottom: 16px;
  transition: all 0.5s;
  cursor: pointer;
}

.home_area_of_work_card_image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.home_area_of_work_card_image img {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

.home_area_of_work_card_content {
  width: 100%;
}

.home_area_of_work_card_content p {
  color: var(--text-color);
  text-align: center;
  font-family: var(--nunito-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}

.home_area_of_work_card_content p:nth-child(2) {
  color: var(--primary-color);
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.5s;
  font-family: var(--nunito-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.home_area_of_work_card_content p:nth-child(2) span:first-child {
  transition: all 0.5s;
  display: none;
}

.home_area_of_work_card_content p:nth-child(2) span:last-child {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid var(--primary-color);
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}

.home_area_of_work_card_content p:nth-child(2) span:last-child svg {
  font-size: 24px;
}

.home_area_of_work_card:hover {
  box-shadow: 0px 4.073px 23.622px 0px rgba(0, 0, 0, 0.25) inset;
}

.home_area_of_work_card:hover .home_area_of_work_card_content p:nth-child(2) span:first-child {
  display: block;
  transition: all 0.5s;
}

.home_area_of_work_card:hover .home_area_of_work_card_content p {
  font-weight: 700;
  color: var(--primary-color);
  transition: all 0.5s;
}

@media (min-width: 768px) {
  .home_area_of_work_card_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    gap: 40px;
  }
}

@media (min-width: 920px) {
  .home_area_of_work_card_container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/* Sectoral Footprint  */
.sectoral_footprint_section {
  width: 100%;
  padding-top: 38px;
  padding-bottom: 52px;
}

.sectoral_footprint_section h4 {
  color: var(--black);
  font-family: var(--playfair-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-bottom: 13px;
}

.sectoral_footprint_section h4 span {
  color: var(--primary-color);
}

.sectoral_footprint_section h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 69px;
  height: 3px;
  background: var(--primary-color);
}

.sectoral_footprint_container {
  width: 100%;
  padding-top: 32px;
}

.sectoral_footprint_container {
  width: 100%;
}

.sectoral_footprint_card {
  width: 100%;
  margin-bottom: 48px;
}

.sectoral_footprint_image {
  width: 100%;
  margin-bottom: 10px;
}

.sectoral_footprint_image img {
  width: 100%;
  height: auto;
}

.sectoral_footprint_content {
  width: 100%;
}

.sectoral_footprint_content h5 {
  color: var(--primary-color);
  font-family: var(--playfair-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-bottom: 20px;
}

.sectoral_footprint_content h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 97px;
  height: 1px;
  background: var(--primary-color);
  margin-bottom: 10px;
}

.sectoral_footprint_content p {
  color: var(--text-color);
  font-family: var(--nunito-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (min-width: 600px) {
  .sectoral_footprint_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}

@media (min-width: 920px) {
  .sectoral_footprint_container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/** Clients  */

.clients_section {
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(95deg, #71093c 0.85%, #2c115e 104.55%);
}

.clients_container {
  width: 100%;
}

.clients_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.client_carousel_controls {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  padding-top: 20px;
  cursor: pointer;
}

.clients_header h4 {
  color: var(--white);
  font-family: var(--playfair-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-top: 20px;
}

.clients_header h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 69px;
  height: 5px;
  background: var(--white);
}

.client-controls {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--white);
}

.client_card_container {
  width: 100%;
  margin: 0 -16px;
}

.client_card {
  width: 100%;
  padding: 0 16px;
}

.client_card img {
  width: 100%;
  height: auto;
}

/* Testimonial  */
.testimonials_section {
  width: 100%;
  padding-top: 46px;
}

.testimonial_container {
  width: 100%;
}

.testimonials_section h4 {
  color: var(--black);
  text-align: center;
  font-family: var(--playfair-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}

.testimonials_section h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 97px;
  height: 1px;
  background: var(--primary-color);
  margin-bottom: 10px;
  transform: translateX(-50%);
}

.testimonial_container {
  width: 100%;
  padding-top: 26px;
}

.testimonial_card {
  width: 100%;
  height: auto;
  padding: 25px 20px;
  border-radius: 25px;
  border: 1px solid #bebebe;
  background: var(--white);
  margin-bottom: 50px;
  position: relative;
}

.testimonial_content {
  width: 100%;
  margin-bottom: 25px;
}

.testimonial_content p {
  color: var(--black);
  font-family: var(--nunito-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.testimonial_user_info {
  width: 100%;
}

.testimonial_user_info h6 {
  color: var(--primary);
  font-family: var(--nunito-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}

.testimonial_user_info p {
  color: var(--text-color);
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.testimonial_quotes_icon {
  width: 40px;
  height: 41px;
  position: absolute;
  top: -25px;
}

@media (min-width: 600px) {
  .testimonial_container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
  }
}

/** Footer  */
.footer-section {
  width: 100%;
  padding-top: 60px;
  background: linear-gradient(95deg, #71093c 0.85%, #2c115e 104.55%);
}

.footer-container {
  width: 100%;
  padding-bottom: 54px;
}

.footer-links h5,
.footer-contacts-details h5 {
  color: var(--white);
  font-family: var(--nunito-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.09px;
  margin-bottom: 19px;
}

.footer-links,
.footer-contact-info {
  width: 100%;
  margin-bottom: 25px;
}

.footer-links a,
.footer-contact-info a,
.footer-contact-info p,
.footer-contact-info svg {
  display: block;
  color: var(--white);
  font-family: var(--nunito-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 236.3%;
}

.footer-contact-info,
.footer-contact-info a {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}

.footer-contact-info p,
.footer-contact-info a {
  line-height: normal;
}

.footer-iframe {
  width: 100%;
}

.footer-iframe iframe {
  border-radius: 25px;
  width: 80%;
  max-width: 400px;
  height: 236px;
  object-fit: contain;
}

.footer-copyright-container {
  width: 100%;
  border-top: 1px solid #b2b2b2;
  padding-top: 23px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-copyright-container p {
  color: var(--white);
  font-family: var(--nunito-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}

.footer-copyright-container a {
  color: #fff;
  font-family: var(--nunito-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.social-media-container {
  padding-top: 74px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.social-media-container a {
  width: 34px;
}

.social-media-container a img {
  width: auto;
  height: auto;
}

.footer-contact-info .white-button {
  padding: 5px 11px;
  color: var(--primary-color);
  font-family: var(--nunito-family);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (min-width: 600px) {
  .footer-copyright-container {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-container {
    display: grid;
    grid-template-columns: 20% 30% 50%;
  }

  .footer-iframe {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

/** Expertise  */
.expertise_section {
  width: 100%;
  padding-top: 123px;
  padding-bottom: 105px;
  background: url("../images/home/expertise/background.png") top left no-repeat;
  background-size: cover;
}

.expertise_container {
  width: 100%;
}

.expertise_container img {
  width: 100%;
  height: auto;
}

/* About Us  */
.about-us-section {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
  background: url("/images/about/about-banner.png") top left no-repeat;
  background-size: cover;
}

.about-us-container {
  width: 100%;
}

.about-us-content {
  width: 100%;
  margin-bottom: 68px;
}

.about-us-content h4 {
  color: var(--primary-color);
  font-family: var(--playfair-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-bottom: 16px;
}

.about-us-content h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 97px;
  height: 1px;
  background: var(--white);
}

.about-us-content p {
  color: var(--black);
  text-align: justify;
  font-family: var(--nunito-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}

.about-us-content p a {
  color: var(--primary-colory);
  font-weight: 700;
  text-decoration: underline;
}

.about-us-content a:nth-child(4) {
  width: max-content;
  display: flex;
  padding: 14px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  background: linear-gradient(95deg, #71093c 0.85%, #2c115e 104.55%);
  color: var(--white);
}

.about-us-image-container {
  width: 100%;
}

.about-img-collage {
  width: 100%;
}

.about-img-collage img {
  width: 100%;
}

.core-team-section {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
  background: #ebebeb;

}

/* .core-team-section .app-container{
 max-width: 1320px;
} */



.core-team-section h4 {
  color: var(--primary-color);
  text-align: center;
  font-family: var(--playfair-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 24px;
}

.core-team-card-container {
  width: 100%;
}

.core-team-card {
  width: 100%;
  max-width: 300px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
}

/* Default (Desktop and above 1200px) */
.core-team-card-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 80px;
}

/* .core-team-card-container .core-team-card:nth-child(1) {
  grid-column: 1 / span 2;
}

.core-team-card-container .core-team-card:nth-child(2) {
  grid-column: 3 / span 2;
}

.core-team-card-container .core-team-card:nth-child(3) {
  grid-column: 5 / span 2;
}

.core-team-card-container .core-team-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.core-team-card-container .core-team-card:nth-child(5) {
  grid-column: 4 / span 2;
} */

/* Medium screens (1024px to 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
  .core-team-card-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 60px;
  }

  .core-team-card-container .core-team-card:nth-child(1),
  .core-team-card-container .core-team-card:nth-child(2),
  .core-team-card-container .core-team-card:nth-child(3),
  .core-team-card-container .core-team-card:nth-child(4),
  .core-team-card-container .core-team-card:nth-child(5) {
    grid-column: span 1;
    /* Ensure each card spans 2 columns */
  }
}

@media (max-width: 1023px) {
  .core-team-card-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 60px;
  }

  .core-team-card-container .core-team-card:nth-child(1),
  .core-team-card-container .core-team-card:nth-child(2),
  .core-team-card-container .core-team-card:nth-child(3),
  .core-team-card-container .core-team-card:nth-child(4),
  .core-team-card-container .core-team-card:nth-child(5) {
    grid-column: span 1;
    /* Ensure each card spans 2 columns */
  }
}

/* Small screens (768px to 1023px) */
@media (max-width: 500px) {
  .core-team-card-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
  }

  .core-team-card-container .core-team-card:nth-child(1),
  .core-team-card-container .core-team-card:nth-child(2),
  .core-team-card-container .core-team-card:nth-child(3),
  .core-team-card-container .core-team-card:nth-child(4),
  .core-team-card-container .core-team-card:nth-child(5) {
    grid-column: span 2;
    /* Cards will span full width */
  }
}

/* Mobile (Below 768px) */
@media (max-width: 767px) {
  .core-team-card-container {
    grid-template-columns: 1fr;
    gap: 15px 30px;
  }

  .core-team-card-container .core-team-card:nth-child(1),
  .core-team-card-container .core-team-card:nth-child(2),
  .core-team-card-container .core-team-card:nth-child(3),
  .core-team-card-container .core-team-card:nth-child(4),
  .core-team-card-container .core-team-card:nth-child(5) {
    grid-column: span 1;
    /* Each card takes the full width */
  }
}

.core-team-image {
  width: 100%;
  height: 250px;
  margin-bottom: 16px;
}

.core-team-image img {
  width: 100%;
  height: 100%;
  border-radius: 23px;
}

.core-team-content {
  width: 100%;
}

.core-team-content h5 {
  color: var(--primary-color);
  font-family: var(--nunito-family);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  padding-bottom: 16px;
}

.core-team-content h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 69px;
  height: 2px;
  background: var(--primary-color);
}

.core-team-content p {
  color: var(--black);
  text-align: justify;
  font-family: var(--nunito-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 16px;
  margin-bottom: 16px;
}

.core-team-content a {
  color: var(--black);
  font-family: var(--nunito-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.footprint-container {
  width: 100%;
  padding-top: 70px;
}

.footprint-container h4 {
  color: var(--primary-color);
  text-align: center;
  font-family: var(--playfair-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 29px;
}

.footprint-image {
  width: 100%;
}

.footprint-image img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .about-us-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .about-us-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 50px;
  }

  .core-team-section {
    width: 100%;
  }

  .core-team-card-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 85px;
  }
}

@media (min-width: 1200px) {

  .core-team-card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
  }
}

/** Area of Work  */
.area-work-section {
  width: 100%;
  padding-top: 76px;
  padding-bottom: 65px;
}

.area-work-container {
  width: 100%;
  margin-bottom: 40px;
}

.area-work-content {
  width: 100%;
  margin-bottom: 24px;
}

.area-work-content h4 {
  color: var(--primary-color);
  font-family: var(--playfair-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.area-work-content p {
  color: var(--black);
  text-align: justify;
  font-family: var(--nunito-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.area-work-image {
  width: 100%;
}

.area-work-image img {
  width: 100%;
  height: auto;
}

.area-work-description {
  width: 100%;
}

.area-work-description p {
  color: var(--black);
  text-align: justify;
  font-family: var(--nunito-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

.area-work-description ul li {
  list-style: disc;
  color: var(--black);
  text-align: justify;
  font-family: var(--nunito-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

@media (min-width: 600px) {
  .area-work-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 86px;
  }
}

/** Blogs  */
.blog-section {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 55px;
}

.blog-section h3 {
  color: var(--primary-color);
  font-family: var(--playfair-family);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
}

.blog-container {
  width: 100%;
}

.blog-card {
  width: 100%;
  margin-bottom: 32px;
  display: block;
}

.blog-card-image {
  width: 100%;
  margin-bottom: 32px;
}

.blog-card-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog-card-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.blog-card-content h5 {
  color: #1a1a1a;
  font-family: var(--nunito-family);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.blog-card:hover .blog-card-content h5 {
  color: #0066ff;
}

@media (min-width: 600px) {
  .blog-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 32px;
  }
}

@media (min-width: 920px) {
  .blog-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/** Contact Us  */
.contact-us-content {
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact-us-content h6 {
  color: var(--primary-color);
  font-family: var(--playfair-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  padding-bottom: 18px;
}

.contact-us-content h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 69px;
  height: 3px;
  background: linear-gradient(95deg, #71093c 0.85%, #2c115e 104.55%);
}

.contact-us-form {
  width: 100%;
  padding-top: 32px;
}

.contact-us-image {
  width: 100%;
  padding-top: 18px;
}

.contact-us-image img {
  width: 100%;
  max-width: 275px;
  height: auto;
}

.contact-us-form button {
  width: 100%;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .contact-us-form-modal-body {
    padding: 32px 35px;
  }
}

/** Projects  */

.blog-header {
  width: 100%;
  margin-bottom: 46px;
}

.blog-header a {
  width: 100%;
  padding: 12px 24px;
  border-radius: 15px;
  border: 1px solid #dcdcdc;
  background: var(--white);
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--black);
  font-family: var(--nunito-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.blog-header a.blog-active {
  color: var(--white);
  background: var(--primary-color);
}

.blog-header-card:hover {
  border-color: var(--primary-color);
}

.blog-card.project {
  border-radius: 15px;
  border: 1.021px solid #cacaca;
  background: var(--white);
  padding: 16px;
}

.blog-card.project:hover {
  border-color: var(--primary-color);
}

.blog-card.project:hover .blog-card-content h5 {
  color: var(--primary-color);
}

.project-section h3 {
  text-align: center;
  color: var(--black);
}

.blog-card.project h5 {
  font-size: 18px;
}

@media (min-width: 768px) {
  .blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .blog-header a {
    max-width: 285px;
  }
}

/* Project info  */
.project-info-modal-body {
  width: 100%;
  height: 80vh;
  overflow-y: auto;
  padding: 1rem;
}

.project-info-container {
  width: 100%;
  padding: 1rem;
}

.project-info-modal-body p {
  color: var(--black);
  text-align: justify;
  font-family: var(--nunito-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

.project-info-modal-body ul li {
  list-style: disc;
  color: var(--black);
  text-align: justify;
  font-family: var(--nunito-family);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

.project-info-modal-body .project-inner-ul li {
  list-style: circle;
}

@media (min-width: 768px) {
  .about-img-collage {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}