@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");

:root{
    --primary-color:#0F274E;
    --secondary-color:#DF5C25;
    --blue:#eaf1f5;
    --white: #ffffff;

}
p{
    text-align: justify;
}

#about-experience{
    background-color: var(--primary-color);
}

h3{
    color: var(--secondary-color);
}
i{
    font-size: 20px;
}
.about-ul{
    list-style: none;
    line-height: 32px;

    
}
.li-icon {
    font-size: 12px;
    color: white;
    background-color: #DF5C25; 
    transition: all 0.3s ease;
    display: inline-flex; 
    justify-content: center;
    align-items: center;
    padding: 7px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center; 
    line-height: 20px; 
    margin-right: 10px;
}

.li-icon:hover {
    transform: rotate(360deg) scale(1.1);   
}

#service-about{
    opacity: 1;
}

/* counter */
.counter-section-inner {
    position: relative;
    z-index: 1;
    background: rgb(255, 255, 255);
    border-width: 1px 1px 1px 2px;
    border-style: solid;
    border-color: rgb(192, 181, 181);

    margin-bottom: 60px;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  }
  
  .counter-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    position: relative;
    z-index: 1;

  }
  /* @media (max-width: 1200px) {
    .counter-inner {
      padding: 65px 50px;
    }
  } */
  @media (max-width: 768px) {
    .counter-inner {
      flex-wrap: wrap;
      gap: 40px;
    }
  }
  .counter-inner .counter-wrapper {
    position: relative;
    z-index: 1;
    padding: 0 100px;
  }
  @media (max-width: 1366px) {
    .counter-inner .counter-wrapper {
      padding: 0 80px;
    }
  }
  @media (max-width: 1200px) {
    .counter-inner .counter-wrapper {
      padding: 0 50px;
    }
  }
  @media (max-width: 991px) {
    .counter-inner .counter-wrapper {
      padding: 0 18px;
    }
  }
  @media (max-width: 768px) {
    .counter-inner .counter-wrapper {
      padding: 0;
    }
  }
  .counter-inner .counter-wrapper::after {
    content: "";
    position: absolute;
    height: 125%;
    width: 2px;
    border-right: 1px dashed rgba(143, 141, 141, 0.3);
    
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  @media (max-width: 768px) {
    .counter-inner .counter-wrapper::after {
      display: none;
    }
  }
  .counter-inner .counter-wrapper:first-child {
    padding-left: 0;
  }
  .counter-inner .counter-wrapper:last-child {
    padding-right: 0;
  }
  .counter-inner .counter-wrapper:last-child::after {
    border: none;
  }
  .counter-inner .title {
    font-size: 48px;
    line-height: 58px;
    color: var(--primary-color);
    font-weight: 800;
    margin-bottom: 0;
  }
  @media (max-width: 991px) {
    .counter-inner .title {
      font-size: 32px;
      line-height: 42px;
    }
  }
  .counter-inner span {
    color: var(--color-white);
  }
  .rts-counter-up-area.area-2 {
    position: relative;
    z-index: 2;
    background: url(../images/banner/counter-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
  }
  .rts-counter-up-area.area-2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
  }
  .rts-counter-up-area.area-2 .counter-section-inner {
    background: none;
    border: none;
  }
  .rts-counter-up-area.area-2 .counter-section-inner .counter-inner {
    padding: 0;
    justify-content: space-between;
  }
  @media (max-width: 450px) {
    .rts-counter-up-area.area-2 .counter-section-inner .counter-inner {
      justify-content: center;
    }
  }
  
  .counter-wrapper-style-2 {
    text-align: center;
  }
  .counter-wrapper-style-2 .icon-area {
    margin-bottom: 30px;
  }
  
.container-cards{
  padding-bottom: 50px;
}

.about-icon{
  display: flex;
  justify-content: center;
 
}
.icon-image{
  margin-right: 20px;
  width: 125px;
  height: 50px;
  background-color: #DF5C25;
  align-items: center;
  padding: 7px;
  border-radius: 12px;
  display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

/* .icon{
 width: 70px;
 height: 35px;
object-fit: cover;
} */

/* Basic styling for the button */
.btn-about {
  background-color: var(--secondary-color);
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  margin-left: 40px;
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}


.btn-about .arrow-icon {
  margin-left: 10px;
  transition: transform 0.3s ease; 
}

/* Hover effect for the button */
.btn-about:hover {
  background-color: var(--primary-color); 
  transform: scale(1.05);
}


.btn-about:hover .arrow-icon {
  transform: translateX(5px); 
}

/* team */
.gallery-area .filter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.filter button {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  font-family: 'Barlow', sans-serif;
  border: 1px solid var(--primary-color);
  background: transparent;
  padding: 9px 20px;
  border-radius: 50px;
  margin: 0 10px 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.filter button.active {
  color: #fff;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.tab{
  display: flex;
  justify-content: center;
}

.team-p{
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.title-team{
  display: flex;
  justify-content: center;
}

.title-team:hover{
  color: var(--primary-color);
}

.team-card{
  margin-bottom: 50px;
}

/* icon */
.dlab-post-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.dlab-post-meta ul li {
  display: inline-block;
}

.dlab-post-meta ul li a {
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}

.dlab-post-meta ul li a i {
  font-size: 24px;
  color: var(--primary-color);
  transition: color 0.3s ease;
}


.dlab-post-meta ul li a:hover {
  transform: scale(1.1);
  color: var(--secondary-color);
}

.dlab-post-meta ul li a:hover i {
  color: var(--secondary-color);
  animation: bounce-rotate 0.6s ease;
}


@keyframes bounce-rotate {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0) rotate(0deg);
  }
  40% {
      transform: translateY(-8px) rotate(-5deg);
  }
  60% {
      transform: translateY(-4px) rotate(3deg);
  }
}


/* team */
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
  z-index: 2;
}

.team-one__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(90deg, rgb(7, 7, 6) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(235, 185, 157) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img:before {
  transform: scaleY(1.0);
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
}

.team-one__img img {
  width: auto;
  height: 300px;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img img {
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
}

.team-one__share-btn {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
}

.team-one__share-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  font-size: 16px;
  color: white;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__share-btn a {
  background-color: white;
  color: var(--primary-color);
}

.team-one__social {
  position: absolute;
  display: flex;
  align-items: center;
  right: 50px;
 bottom: -25px;
  background-color:var(--primary-color);
  padding: 4px 20px 6px;
  transform: scaleX(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: right center;
  z-index: 2;
  height: 41px;
 
}


.team-one__single:hover .team-one__social {
  transform: scaleX(1.0);
  transform-origin: left center;
  transition-delay: 500ms;
}

.team-one__social li {
  position: relative;
  display: block;
}

.team-one__social li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: white;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__social li a:hover {
  color: var(--secondary-color);
}

.team-one__social li+li {
  margin-left: 20px;
}

.team-one__content {
  position: relative;
  display: block;
  padding: 20px 30px 20px;
  background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);
}

.team-one__sub-title {
  font-size: 18px;
  font-weight: 500;

}

.team-one__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;

}

.team-one__title a {
  color: var(--primary-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__title a:hover {
  color: black;
}

.team-one__arrow-box {
  position: absolute;
  top: 0;
  right: 10px;
}

.team-one__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color:white;
  background-color: var(--secondary-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__arrow:hover {
  color:white;
  background-color: var(--primary-color);
}


/* student life Crads*/
.main-card {
  position: relative;
  background-color: white;
  overflow: hidden;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 8px;
  text-align: center;
  height: auto;
  width: auto;
}

.main-card .icon img {
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease;
}

.main-card-1:hover {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.6)), 
    url('../images/about/club-1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  color: var(--white);
}

.main-card-2:hover {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.82), rgba(25, 25, 51, 0.82)), 
    url('../images/about/club-2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  color: var(--white);
}

.main-card-3:hover {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.82), rgba(25, 25, 51, 0.82)), 
    url('../images/about/club-3.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  color: var(--white);
}

.main-card-4:hover {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.82), rgba(25, 25, 51, 0.82)), 
    url('../images/about/club-4.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  color: var(--white);
}

.main-card-5:hover {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.82), rgba(25, 25, 51, 0.82)), 
    url('../images/about/club-5.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  color: var(--white);
}

.main-card-6:hover {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.82), rgba(25, 25, 51, 0.82)), 
    url('../images/about/club-6.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  color: var(--white);
}

.main-card-7:hover {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.82), rgba(25, 25, 51, 0.82)), 
    url('../images/about/club-7.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  color: var(--white);
}

.main-card-8:hover {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.82), rgba(25, 25, 51, 0.82)), 
    url('../images/about/club-8.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  color: var(--white);
}

.main-card-9:hover {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.82), rgba(25, 25, 51, 0.82)), 
    url('../images/about/club-9.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  color: var(--white);
}

.main-card-10:hover {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.82), rgba(25, 25, 51, 0.82)), 
    url('../images/about/club-10.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  color: var(--white);
}

.main-card:hover .icon img {
  animation: iconEnlarge 0.3s ease forwards;
}

@keyframes iconEnlarge {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.main-card button {
  padding: 10px 20px;
  border: none;
  background-color: var(--secondary-color);
  color: white;
  cursor: pointer;
  border-radius: 5px;
}

.main-card p{
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 400;
  display: flex;
  text-align: justify;
  justify-content: center;
 
}
.main-card h2{
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 600;
  display: flex;
  text-align: justify;
  justify-content: center;
  
  margin-top: 20px;
}
.main-card:hover h2,
.main-card:hover p {
  animation: textFade 0.3s ease forwards;
}

@keyframes textFade {
  0% {
    color: var(--primary-color);
  }
  100% {
    color: var(--white);
  }
}

.btn-std {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff; 
  background-color: var(--primary-color);
  border: none;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 20px;
}

.btn-std img.arrow-icon {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.btn-std:hover {
  animation: buttonHover 0.3s ease forwards;
}

@keyframes buttonHover {
  0% {
    background-color: var(--primary-color);
    transform: scale(1);
  }
  100% {
    background-color: var(--secondary-color);
    transform: scale(1.05);
  }
}

.btn-std:hover img.arrow-icon {
  animation: iconMove 0.3s ease forwards;
}

@keyframes iconMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}

.card-p{
  padding-bottom: 60px;

}
.std-p{
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 400;
  display: flex;
  text-align: center;
  justify-content: center;
}

.coaching-details {
  position: relative;
  display: block;
  /* padding: 120px 0 120px; */
}

.coaching-details__sidebar {
  position: relative;
  display: block;
  background-color:rgba(236, 236, 245, 0.678);
  padding: 30px 30px 30px;
}

.coaching-details__services-list {
  position: relative;
  display: block;
}

.coaching-details__services {
  position: relative;
  display: block;
}

.coaching-details__services li {
  position: relative;
  display: block;
}

.coaching-details__services li+li {
  margin-top: 10px;
}

.coaching-details__services li a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--treck-black);
  background-color: var(--treck-white);
  padding: 14px 26px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.coaching-details__services li:hover a {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.coaching-details__services li.active a {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.coaching-details__services li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background-color: var(--treck-bdr-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.coaching-details__services li:hover a::before {
  background-color: var(--treck-base);
}

.coaching-details__services li.active a::before {
  background-color: var(--treck-base);
}

.coaching-details__services li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  border-top: 5px solid transparent;
  border-left: 4px solid var(--treck-bdr-color);
  border-bottom: 5px solid transparent;
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.coaching-details__services li:hover a::after {
  border-left: 4px solid var(--treck-base);
}

.coaching-details__services li.active a::after {
  border-left: 4px solid var(--treck-base);
}

.coaching-details__right {
  position: relative;
  display: block;
}

.coaching-details__img {
  position: relative;
  display: block;
}

.coaching-details__img img {
  width: auto;
  height: 400px;
  object-fit: cover;
}

.coaching-details__title-1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 21px;
  margin-bottom: 23px;
}

.coaching-details__text-1 {
  position: relative;
  display: block;
}

.coaching-details__title-2 {
  font-size: 24px;
  line-height: 34px;
  color: var(--treck-base);
  margin-top: 24px;
  margin-bottom: 32px;
}

.coaching-details__text-2 {
  position: relative;
  display: block;
}

.coaching-details__title-3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 47px;
  margin-bottom: 60px;
}

.coaching-details__why {
  position: relative;
  display: block;
}

.coaching-details__why-single {
  
  text-align: center;
  padding: 30px 30px 31px;
  margin-bottom: 30px;
  z-index: 1;
}

.coaching-details__why-single::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%);
  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.coaching-details__why-single:hover::before {
  transform: scaleY(1.0);
}

.coaching-details__why-icon {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.coaching-details__why-icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--treck-base);
}

.coaching-details__why-shape-1 {
  position: absolute;
  width: 79px;
  height: 79px;
  left: 50%;
  bottom: 19px;
  transform: translateX(-50%);
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%);
  z-index: -1;
}
.images-detail{
  height: 60px; 
  width: 60px; 
  object-fit: cover;
   display: flex; 
   justify-content: center;
    padding: 2px;
    margin: 10px;  
   
}
.images-detail:hover{
  transform: scale(1);
  transition: transform 0.3s ease;  
}

.coaching-details__why-title h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 9px;
}

 
/* Gallery Container */
.gallery-main {
  margin-left: 250px;
}

.gallery {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.gallery-image{
  width: auto;
  height: 400px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  object-fit: cover;
}


.gallery-image:hover {
  transform: scale(1.05);
}

.fancybox-caption {
  font-size: 14px;
  text-align: center;
  color: #333;
}

@media (max-width: 768px) {
  .gallery {
    flex-direction: column;
   
  }
  
  .gallery-main {
    margin-left: 0; 
  }
  .gallery-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
}

/* contact us page */
/* .contact-cards{
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100%;
  height: 200px;

} */

.contact-cards {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100%;
  height: 200px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.contact-cards:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.contact-icon img {
  width: 15%;
  height: auto;
  margin-bottom: 8px;
}


.address h2 {
  font-size: 20px; 
  color:var(--primary-color);
  font-weight: 600;
  margin: 0;
}

.contact-info {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.contact-info p {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
}


.contact-info a {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
}

.contact-info a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .contact-cards {
      padding: 15px;
      margin-top: 20px;
  }
  .address h2 {
      font-size: 1.1em;
  }
  .contact-icon img {
      width: 60px;
  }
}

.contact-p{
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
}
.contact-place{
  font-size: 18px;
  font-weight: 400;
  color: var(--primary-color);
}

@media (min-width: 768px) {
  .contact-cards {
      padding: 15px;
      margin-top: 20px;
  }
  .address h2 {
      font-size: 1.1em;
  }
  .contact-icon img {
      width: 60px;
  }
}

