@font-face {
  font-family: "vazirmatn";
  src: url(./assets/font/vazirmatn-v33/fonts/ttf/Vazirmatn-Regular.ttf);
}

@font-face {
  font-family: "vazirmatn-extrabold";
  src: url(./assets/font/vazirmatn-v33/fonts/ttf/Vazirmatn-ExtraBold.ttf);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Vazirmatn", sans-serif;
}

.nav li * {
  color: rgb(57, 61, 91);
  font-size: 15px;
  margin-top: 20px;
}
.nav li :hover {
  transform: scale(1.1);
  color: rgb(57, 61, 91);
  transition: 0.3s;
}
.nav-link.active {
  background-color: rgb(57, 61, 91) !important;
}
main {
  background-color: rgb(48, 65, 103);
  color: white;
}
main p {
  color: rgb(148, 172, 198);
}

main > .container {
  padding-top: 150px;
  padding-bottom: 80px;
}
.main-img:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.exp {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: white;
  /* margin-left: 100px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: inset -5px -5px rgb(148, 172, 198);
}
.exp:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.exp .pluss {
  color: rgb(48, 65, 103);
  font-size: 30px;
  font-family: "vazirmatn-extrabold";
  line-height: 1;
  margin-top: 30px;
}
.exp span {
  font-size: 15px;
  color: rgb(148, 172, 198);
  margin-top: 5px;
}

/* section {
  padding-top: 40px;
} */

section .item img {
  height: 200px; /* same height as your placeholder SVGs */
  width: 100%; /* fill the card width */
  object-fit: cover; /* crop image nicely without distortion */
}

section .item:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

article {
  padding-top: 100px;
}

.icon-container {
  box-shadow: 0 0 30px rgb(148, 172, 198);
}

.icon-container:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.icon-container {
  width: 100px; /* Circle width */
  height: 100px; /* Circle height */
  margin: 0 auto; /* Center horizontally */
  background-color: #ffffff; /* Grey background */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* Icon styling */
.icon-container .firsti {
  font-size: 40px; /* Make it bigger */
  color: rgb(26, 45, 108); /* Change color */
}
.icon-container .secondi {
  font-size: 40px; /* Make it bigger */
  color: rgb(54, 196, 71); /* Change color */
}
.icon-container .thirdi {
  font-size: 40px; /* Make it bigger */
  color: rgb(226, 65, 65);
}

.psize {
  font-size: 15px;
}

aside {
  background-image: url(./assets/images/istockphoto-1369010523-612x612.jpg); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  color: rgb(255, 255, 255);
}

/* Add a semi-transparent overlay to improve text readability */
aside::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    26,
    45,
    108,
    0.673
  ); /* White overlay with 85% opacity */
  z-index: -1;
}

/* Ensure content stays above the overlay */

aside {
  position: relative;
  z-index: 1;
}
.listsize {
  font-size: 25px;
}

.icon-circle {
  width: 70px;
  height: 70px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.icon-circle i {
  color: white;
  font-size: 32px;
}

.icon-circle:hover {
  transform: scale(1.05);
  transition: 0.3s;
}

.icon-whatsapp {
  background-color: #25d366;
}

.icon-email {
  background-color: rgb(226, 65, 65);
}

.icon-phone {
  background-color: rgb(48, 65, 103);
}

/* .contact {
  background-color: rgb(48, 65, 103);
} */

.contact a {
  text-decoration: none;
  color: #ffffff;
}

/* .contact:hover {
  border-color: rgb(48, 65, 103);
} */

.contact {
  background-color: rgb(57, 61, 91);
  color: #fff;
  border: 2px solid rgb(57, 61, 91);
}

.contact:hover,
.contact:focus {
  background-color: #fff;
  color: rgb(57, 61, 91);
  border-color: rgb(57, 61, 91);
}

.grade-view {
  color: rgb(57, 61, 91);
  background-color: #fff;
  border: 2px solid rgb(57, 61, 91);
}

.grade-view:hover,
.grade-view:focus {
  background-color: #fff;
  color: rgb(57, 61, 91);
  border-color: rgb(57, 61, 91);
}
nav.sticky-top {
  z-index: 1030; /* Bootstrap navbar z-index */
}
.loc p {
  font-size: 15px !important;
}

.map-box iframe {
  width: 100%;
  height: 520px; /* adjust if you want taller */
  border: 0;
  border-radius: 18px;
  display: block;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Card style */
.info-card {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.info-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.info-text {
  margin: 10px 0 16px;
  color: #444;
  line-height: 1.9;
}

.info-footer {
  font-size: 14px;
  color: #666;
  border-top: 1px solid #eee;
  padding-top: 12px;
}

.icon-loc {
  color: rgb(57, 61, 91);
  font-size: 20px;
}

.floating-call {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background: #25d366;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  z-index: 9999;

  animation: call-shake 2.8s infinite;
}

@keyframes call-shake {
  0%,
  70%,
  100% {
    transform: translateX(0) rotate(0);
  }
  72% {
    transform: translateX(-2px) rotate(-8deg);
  }
  74% {
    transform: translateX(2px) rotate(8deg);
  }
  76% {
    transform: translateX(-2px) rotate(-8deg);
  }
  78% {
    transform: translateX(2px) rotate(8deg);
  }
  80% {
    transform: translateX(0) rotate(0);
  }
}

.floating-call {
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(30, 79, 215, 0.55);
  }
  70% {
    box-shadow: 0 0 0 18px rgba(30, 79, 215, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(30, 79, 215, 0);
  }
}

.floating-call:hover {
  animation: none;
  transform: scale(1.08);
}

footer a {
  text-decoration: none;
  color: rgb(102, 102, 102);
}

.contact-email {
  margin: 6px 0 12px;
  font-size: 18px;
  opacity: 0.8;
}

.contact-email a {
  color: inherit;
  text-decoration: none;
}

.social-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px 0 14px;
  flex-wrap: wrap;
}

.social-btn {
  width: 120px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: rgb(57, 61, 91);
  color: #fff;
  font-size: 25px;
  border: 2px solid rgb(57, 61, 91);
}

.social-btn:hover {
  /* opacity: 0.9;
  background-color: #fff;
  color: rgb(57, 61, 91); */
  background-color: #fff;
  color: rgb(57, 61, 91);
  border-color: rgb(57, 61, 91);
}

.card {
  height: 100%;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
