@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Zoho Puvi";
  src: url("../fonts/ZohoPuvi-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Zoho Puvi", sans-serif;
}

a {
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0;
}
.custom-card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease-in-out;
  margin: 0 0 20px 0;
}

.custom-card:hover {
  transform: translateY(-5px);
}

.custom-card img {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  height: 360px;
  padding: 10px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

.card-title {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.75rem;

  text-align: left;
  color: #1a1a1a;
  min-height: 48px;
}

.card-text {
  font-size: 0.95rem;
  line-height: 1.5;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 68px;
  text-align: left;
}

.date {
  font-size: 0.8rem;
  color: gray;
  margin-bottom: 1rem;
}

/* Responsive tweak */
/* @media (max-width: 576px) {
  .card-title {
    font-size: 1rem;
  }
  .card-text {
    font-size: 0.9rem;
  }
} */

.btn-primary {
  border-radius: 30px;
  padding: 0.4rem 1.5rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
  background: linear-gradient(180deg, #5569bb, #273055);
  color: #fff;
  border: solid 1px #030f42;
  margin: 15px 0 0 0;
}

.btn-primary:hover {
  background: green;
}

.breadcrumb {
  position: relative;
}

.breadcrumb img {
  width: 100%;
  height: auto;
}
/* 
.breadcrumb .carousel__section {
  color: #fff;
  width: max-content;
  min-height: max-content;
  padding: 10px 20px;
  background: #fff;
  box-shadow: 1px -1px 20px 0 #bfbfbf;
  bottom: 0px;
  position: absolute;
} */
.breadcrumb .carousel__section ul {
  padding-left: 0;
  position: relative;
  margin: 0;
}
.breadcrumb .carousel__section p {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.breadcrumb__list {
  letter-spacing: 2px;
}
.breadcrumb__list a {
  color: black;
  font-weight: 600;
}

.logo_img {
  width: 10%;
  position: absolute;
  top: 1px;
  z-index: 99;
  left: 15px;
}

/* inner page */

p.breadcrumb__list span:last-child {
  color: rgb(0 132 62);
  font-weight: 500;
}
.innerbody {
  min-height: 600px;
}
.innerbody h1 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #00358e;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

.innerbody h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #00358e;
  margin: 8px auto 0;
  border-radius: 2px;
}

.innerbody h2 {
  font-size: 21px;
  font-weight: 800;
  /* margin: 12px 0; */
  color: #0050d4;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
}

.innerbody h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #0050d4;
  margin: 8px auto 0;
  border-radius: 2px;
}

.innerbody h3 {
  font-size: 21px;
  font-weight: 800;
  margin: 12px 0;
  color: #0050d4;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
}
.innerbody h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #0050d4;
  margin: 8px auto 0;
  border-radius: 2px;
}

.innerbody h4 {
  font-size: 17px;
  font-weight: 600;
  color: #0050d4;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  margin: 20px auto 20px auto;
}

.innerbody p {
  font-size: 16px !important;
  color: #333;
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 28px !important;
}
.innerbody ul li {
  text-align: left;
  line-height: 29px;
  /* margin: 0 0 20px; */
  color: #141414;
  font-size: 17px;
}
p.textleft {
  text-align: left !important;
}

.innerbody p .left_image {
  height: 356px;
  float: right;
  padding: 20px;
  border: 2px solid #333;
  border-radius: 20px;
  margin: 20px;
}
.featurescards {
  flex-direction: column;
}
/* footer */

#footer .copyright-text {
  border-style: dashed;
  border-width: 1px 0px 0px 0px;
  border-color: #7e7e7e61;
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  padding: 10px 0px 0px 0px;
  color: #044970;
  font-size: 13px;
  letter-spacing: 0;
  text-align: center;
  background-color: #deebff;
}

/* magnify */
.magnify-image.image-ready {
  display: block !important;
}

/* media query */

@media (max-width: 576px) {
  .innerbody p .left_image {
    float: none;
    display: block;
    margin: 15px auto;
    max-width: 90%;
  }
}

/* ============================
   NEW ENHANCEMENTS
============================ */

/* Gallery Section */
.photo-blog img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);

  border: 2px solid #333;
  padding: 20px;
  border-radius: 20px;
}
.photo-blog img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

/* Video Popup Section */
.video-popup {
  position: relative;
  display: inline-block;
  margin: 20px auto;
  text-align: center;
}
.video-popup .video-thumb {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgb(0 0 0 / 25%);
  max-height: 276px;
}
.video-popup .video-thumb_blog {
  max-height: 522px !important;
}

.video-popup .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffffee;
  color: #273055;
  font-size: 32px;
  font-weight: bold;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  text-decoration: none;
}
.video-popup .video-play-btn:hover {
  background: linear-gradient(180deg, #5569bb, #273055);
  color: #fff;
  transform: translate(-50%, -50%) scale(1.1);
}

/* Feature Enhancements */
.innerbody h1,
.innerbody h2 {
  position: relative;
}
.innerbody h1::after,
.innerbody h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 10px;
  /* background: linear-gradient(90deg, #5569bb, #273055); */
  border-radius: 2px;
}

/* WhatsApp Button Floating */
#buttom_whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  border: none;
  border-radius: 50%;
  padding: 12px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
#buttom_whatsapp img {
  width: 35px;
  height: 35px;
}
#buttom_whatsapp:hover {
  transform: scale(1.1);
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .photo-blog .col-6 {
    margin-bottom: 15px;
  }
  .video-popup .video-play-btn {
    width: 55px;
    height: 55px;
    font-size: 24px;
    line-height: 55px;
  }
}

ol > li,
ul > li {
  list-style: disc;
  color: #141414;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  line-height: 30px;
  font-family: "Zoho Puvi", sans-serif;
}

.features-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.feature-card {
  background: #fff;
  box-shadow: 0 4px 20px #00358e1a;
  border-radius: 15px;
  padding: 30px 20px;
  flex: 1 1 440px;
  display: flex;
  gap: 20px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  align-items: flex-start;
  border-left: 6px solid transparent;
  min-height: 200px;
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px #00358e40;
}
.feature-card:nth-child(1) {
  border-left-color: #007bff;
}
.feature-card:nth-child(2) {
  border-left-color: #28a745;
}
.feature-card:nth-child(3) {
  border-left-color: #ffc107;
}
.feature-card:nth-child(4) {
  border-left-color: #17a2b8;
}
.feature-card .icon {
  font-size: 40px;
  color: #00358e;
  flex-shrink: 0;
  margin-top: 4px;
  min-width: 48px;
  text-align: center;
}
.feature-card .content h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #00358e;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  transition: color 0.3s ease;
  text-align: center;
}
.feature-card:hover .content h3 {
  color: #0050d4;
}
.feature-card .content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.p_left p {
  text-align: left !important ;
}

.flex-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

.flex-list li {
  flex: 1 1 calc(33.33% - 16px);
  box-sizing: border-box;
}
