@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Oxygen", sans-serif !important; */
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
}

body {
  /* font-family: "poppins", serif !important; */
  font-family: "Roboto", sans-serif !important;
}

p {
  /* font-family: "poppins", serif !important; */
  font-family: "Roboto", sans-serif !important;
  color: #1e1e1e !important;
  font-size: 18px ;
  line-height: 1.7 !important;
  /* margin-top: 5px; */
  margin-bottom: 10px;
}

.dag_theme_btn {
  background: #c44c4c;
  color: #fff;
  padding: 11px 25px;
  border-radius: 8px;
  &:hover {
    background: #2a8086;
    color: #fff;
  }
}

.dag_theme_btn img {
  width: 30px;
  margin-left: 5px;
}

.section_padding_top {
  background: #fdede0;
}

.section-subheading span {
  background: #8c367c;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
}

.dag_counter_section {
  background: #eeeeee6b;
  margin-top: -10px;
}

.dag_counter_section .counter-box {
  box-shadow: 0px 0px 5px #cccc;
  padding: 20px 0;
  background: #fff;
  border: 1px solid #eee;
}

.dag_counter_section .counter-box img {
  width: 50px;
}

.blog_five_heading span {
  background: #c44c4c;
  color: #fff;
  padding: 2px 20px 5px;
  border-radius: 20px;
  font-size: 16px;
}

.sub-btn {
  background: #2a8086;
}

.dag_img_holder img {
  width: 100%;
}

span.dag_about_subhead {
  color: #c44c4c;
}

.dg_space_left {
  width: 200px;
  height: 3px !important;
  background: #c44c4c;
  opacity: 1;
}

.dag_feature_section {
  /* background: url(../images/bg/fet_bg.jpg); */
  /* background: linear-gradient(325deg, #c44c4c 0%, #2a8086 100%); */
  background-color: #f4ffff;

  background-size: cover;
}

.servi-b {
  border: 1px solid #c44c4c;
  padding: 3px;
  transition: all 0.3s ease;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  &:hover {
    border: 1px solid #2a8086;
    box-shadow: 0 0 20px rgba(26, 133, 141, 0.596);
    transform: translateY(-10px);
  }
}

.dag_fet_item {
  padding: 20px 20px;
  /* background: #c44c4c; */
  position: relative;
  transition: all 0.5s ease;
  border-radius: 5px;
  overflow: hidden;
}

.dag_fet_item::before {
  background: #c44c4c;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  /* z-index: -1; */
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.dag_fet_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: -1;
  height: 100%;
  background: #2a8086;
  transition: all 0.3s ease;
}

.dag_fet_item:hover {
  /* background: transparent; */
  transition: none;
  &::before {
    width: 0;
    transition: all 0.3s ease;
  }
  &::after {
    width: 100%;
    transition: all 0.3s ease;
  }
}

.dag_fet_item img {
  width: 70px;
  margin-bottom: 5px;
  filter: brightness(100);
}

.dag_fet_item h4 {
  font-size: 18px;
  position: relative;
  color: #fff;
}

.dag_fet_item p {
  font-size: 16px !important;
  position: relative;
  line-height: 22px !important;
  color: #fff !important;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gallery-carousel .gallery-item {
  position: relative;
  border: 1px solid #d62223;
  padding: 3px;
}

.gallery-carousel .gallery-item .gallery_detail {
  position: absolute;
  top: 0;
  display: grid;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  /*background:linear-gradient(#ff8b8b29,#cc0b0bc4); */
  background: linear-gradient(180deg, #ff8b8b29 0%, #2b2b2bc4 62%);
  padding: 0 0 20px 0;
  text-align: center;
}

.gallery-carousel .gallery-item .gallery_detail h4 {
  color: #fff;
}

.gallery-carousel .gallery-item .gallery_detail p {
  color: #fff !important;
  font-size: 14px !important;
  display: none;
}

.gallery-carousel .gallery-item:hover .gallery_detail {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  padding: 50px 20px;
  transition: bottom 0.4s ease;
}

.gallery-carousel .gallery-item:hover .gallery_detail p {
  display: block;
}

.footer_navitem_ara h3 {
  font-size: 20px !important;
}

.copyright_right ul li {
  align-items: center;
}

p.ft_text {
  font-size: 16px !important;
}

.nav_item_footer ul li {
  font-size: 16px !important;
}

@media (max-width: 600px) {
  p {
    font-size: 16px !important;
  }
  .arrow_style.owl-carousel .owl-nav button.owl-prev {
    top: 56%;
  }
  .arrow_style.owl-carousel .owl-nav button.owl-next {
    top: 56%;
  }
  .arrow_style.owl-carousel .owl-nav button.owl-next,
  .arrow_style.owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
  }
  .blog_five_heading h2 {
    font-size: 26px !important;
    line-height: 30px !important;
  }
  .dag_btn h5 {
    margin: 25px 0;
  }
  h2.counter {
    font-size: 28px;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .counter-box p {
    font-size: 12px !important;
  }
  .dag_counter_section .counter-box {
    padding: 10px;
  }
  .dag_feature_section {
    padding: 10px 0px !important;
  }
  .dag_feature_section .dag_fet_item {
    /* margin-bottom: 10px; */
  }
  .footer_navitem_ara {
    padding-left: 0 !important;
  }
  .dag_about_section {
    padding: 20px 0 !important;
  }
  .dag_about_section h2 {
    font-size: 28px !important;
    line-height: 35px;
  }
  .cta_right_side {
    margin-top: 20px;
  }
  .copyright_left {
    text-align: center;
  }
  .copyright_right {
    text-align: center;
    font-size: 13px;
  }
}

/* contact form  */

.contact-form-ref {
  padding: 40px 0;
}

.contact-left {
  background: linear-gradient(325deg, #c44c4c 0%, #2a8086 100%);
  padding: 41px 36px;
  border-radius: 5px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 600px) {
  .contact-left {
    padding: 30px 20px;
    /* margin: 40px 0 20px; */
  }
}

.form-group {
  margin-bottom: 15px;
}

.form-group:nth-last-child(1) {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .form-group:nth-last-child(1) {
    margin-bottom: 15px;
  }
}

.form-group:nth-last-child(2) {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .form-group label {
    font-size: 12px;
  }
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #ccc;
  /* border-radius: 5px; */
  outline: none;
}

.form-group input,
.form-group textarea {
  /* height: 48px; */
  font-size: 17px;
  line-height: 26px;
  &::placeholder {
    color: #000;
  }
}

.form-group textarea {
  resize: vertical;
}

.form-group button {
  width: 100%;
  height: 48px;
  background: #fff;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #fff;
  letter-spacing: -0.011em;
  color: var(--secondary);
  margin-top: 15px;
  transition: background 0.5s;
  cursor: pointer;
}

.form-group button:hover {
  background: transparent;
  color: #fff;
}

.inline-group {
  display: flex;
  gap: 15px;
}

@media (max-width: 600px) {
  .inline-group {
    display: block;
  }
}

.inline-group .form-group {
  flex: 1;
}

.jt-1 input {
  width: 50%;
  margin-left: 15px;
}

/* opd card  */

.opd-timing {
  background-color: #c44c4c;
}

.opd-heading h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
}

.opd-timings {
  p {
    font-size: 16px;
    font-weight: 400;
    color: #fff !important;
    margin: 0;
    padding: 10px 25px;
    line-height: 25px;
    display: flex;
    align-items: baseline;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    i {
      margin-right: 8px;
      color: #fff !important;
    }
  }
  a {
    color: #fff !important;
  }
}

@media (max-width: 768px) {
  
  .opd-timings p {
    padding: 7px 15px;
  }
}

/* service */

.gallery_detail {
  position: relative;
}

.servi-btn {
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  justify-content: space-between;
  font-size: 16px;
  min-width: 175px;
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
  padding: 8px 8px 8px 15px;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);

  img {
    margin: 0;
    width: 25px !important;
  }

  &:hover {
    background-color: #fff;
    color: #c44c4c;
  }
}

.gallery_img img {
  aspect-ratio: 1/1.2;
  object-fit: cover;
  object-position: center;
}

/* gallery  */

.gallery-section {
  background: #f8f9fa;
  padding: 60px 0 40px 0;
}

.gallery-img {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.gallery-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 5/4;
  transition: transform 0.3s;
}

.gallery-img:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);

  img {
    transform: scale(1.08);
  }
}

@media (max-width: 767px) {
  .gallery-img img {
  }
}

/* breadcrumb  */

.breadcrumb-section {
  background: linear-gradient(120deg, #2a8086 0%, #c44c4c 100%);
  position: relative;
  overflow: hidden;
  min-height: 220px;
  display: flex;
  align-items: center;
}
.breadcrumb-svg-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.breadcrumb-container {
  position: relative;
  z-index: 2;
}
.breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 0.5rem;
}
.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb-item a:hover {
  color: #ffe6e6;
}
.breadcrumb-item.active {
  color: #fff;
  font-weight: 600;
}
.breadcrumb-title {
  font-size: 2.2rem;
  color: #fff;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
.breadcrumb-title-icon {
  color: #fff;
  font-size: 2.1rem;
}
.breadcrumb-badge {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 2px 10px rgba(42, 128, 134, 0.08);
}
.breadcrumb-desc {
  color: #f8f8f8 !important;
  font-size: 1.1rem !important;
  max-width: 600px;
  margin-bottom: 0 !important;
}
.breadcrumb-dot-top,
.breadcrumb-dot-bottom {
  position: absolute;
  color: #fff;
  opacity: 0.18;
  z-index: 2;
}
.breadcrumb-dot-top {
  top: 18px;
  right: 40px;
  display: flex;
  gap: 8px;
}
.breadcrumb-dot-bottom {
  bottom: 18px;
  left: 40px;
  display: flex;
  gap: 6px;
}
@media (max-width: 768px) {
  .breadcrumb-section {
    min-height: 150px;
    padding: 30px 0 20px 0;
  }
  .breadcrumb-title {
    font-size: 1.4rem;
  }
  .breadcrumb-title-icon {
    font-size: 1.3rem;
  }
  .breadcrumb-badge {
    font-size: 0.9rem;
    padding: 5px 12px;
  }
  .breadcrumb-desc {
    font-size: 0.98rem;
  }
}
