@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');


.philosopher-regular {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.philosopher-bold {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.philosopher-regular-italic {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.philosopher-bold-italic {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: italic;
}



.phone-navbar {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
  background-color: #F3F3F3 !important;
}


.phone-navbar {

  position: fixed !important;
  top: 0px !important;
  width: 100%;
  z-index: 9999 !important;
  display: none !important;
}


.main-header,
.second-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.top-bar {
  background: #efefef;

}

.top-btn {
  text-align: center;
}

.horizontal-slider {
  width: 100%;
  overflow: hidden;
  padding: 12px 0;
  border-radius: 6px;
}

.slider-track {
  display: flex;
  gap: 50px;
  white-space: nowrap;
  animation: scrollLeft 18s linear infinite;
}

.slider-track span {
  color: hsl(239, 100%, 10%);
  font-size: 16px;
  font-weight: 500;
}



/* Animation */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Button Base */
.animated-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #124E7B, #124E7B);
  border: none;
  width: 100%;
  cursor: pointer;
  position: relative;

  overflow: hidden;
  transition: all 0.4s ease;
}

/* Icon */
.animated-btn .icon i {
  font-size: 20px;
  transition: transform 0.4s ease;
}

/* Hover Effects */
.animated-btn:hover {
  background: linear-gradient(135deg, #124E7B, #124E7B);
}

.animated-btn:hover .icon i {
  transform: rotate(360deg);
}

/* Ripple Effect */
.animated-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.animated-btn:hover::after {
  width: 400px;
  height: 400px;
}


.top-bar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-bar-right a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #f1f1f1;
  color: #333;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s ease;
}

.top-bar-right a:hover {
  background: #E04E2D;
  color: #fff;
  transform: translateY(-2px);
}

.social-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: orange;
}

.top-bar-left ul {
  display: flex;
  padding: 0px;
  margin: 0px;
  gap: 30px;
  list-style: none;
}

.top-bar-left li {
  color: white;
}

.navbar-brand img {
  width: 3px !important;
  opacity: 0;
}

.phone-navbar .navbar-brand img {
  width: 115px !important;
  opacity: 1;
}

.second-top-bar-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.second-top-bar {
  background: #F4F4F4;
}

.first-logo img {
  max-width: 100px;
  opacity: 0 !important;
}

.abs-logo img {
  width: 200px;
  position: absolute;
  top: 50px;
  left: 30px;
  z-index: 999 !important;
}

.top-contact-box-main {
  display: flex;
  gap: 27px;
}

.top-contact-box {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  transition: all 0.3s ease;

}

.top-icons {
  height: 50px;
  width: 50px;
  background-color: #124E7B;
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}



.top-contact-box h3 {
  font-size: 17px;
  margin: 0;
  color: #212529;
  font-weight: 600;
}

.top-contact-box p {
  margin: 3px 0 0;
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 0px;
}

.logo2 img {
  width: 140px;

}

.main-header {
  transform: translateY(0);
  opacity: 1;
}

.second-header {
  transform: translateY(-100%);
  opacity: 0;
}

.main-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header.visible {
  transform: translateY(0);
  opacity: 1;
}

.main-header {
  transform: translateY(0);
  opacity: 1;
}

.main-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.main-header .navbar {
  background-color: #F4F4F4 !important;

}

.second-header {
  transform: translateY(-100%);
  opacity: 0;
}

.second-header.visible {
  transform: translateY(0);
  opacity: 1;
}


.header2 {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  background: #F4F4F4;
  border-radius: 0px 0px 16px 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.6px);
  -webkit-backdrop-filter: blur(9.6px);
  padding: 6px 0px !important;
  border: 1px solid rgba(255, 255, 255, 0.3);


}

.navbar-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header2 nav {
  padding: 5px;
}


.main-header .nav-link {
  margin-left: 20px;
  font-weight: 500 !important;
  color: #124E7B !important;
}

.second-header .nav-link {

  font-weight: 500 !important;
  color: #124E7B !important;
}

.nav-links i {
  font-size: 12px;
  color: #62A4D2;
}

.nav-link {
  font-size: 16px !important;
  color: var(--text-color) !important;

}

.nav-links ul li a {
  text-decoration: none;
  color: var(--text-color);

  transition: color 0.3s ease;
}


.nav-links ul li a:hover {
  color: #007bff;
}


.nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
}






/* Navbar */
.custom-navbar {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #0d1117;
  display: flex;
}

/* Nav item */
.custom-item {
  position: relative;
}

/* Nav link */
.custom-link {
  color: var(--primary-color);
  text-decoration: none;

  font-size: 15px;
}

/* Arrow */
.custom-link svg {
  transition: transform 0.3s ease;
}

/* Dropdown box */
.custom-dropdown {
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 240px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  padding: 12px 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px) scale(0.95);
  transition: all 0.35s ease;
}

/* Dropdown links */
.custom-dropdown li a {
  display: block;
  padding: 12px 20px;
  color: #222;
  text-decoration: none;
  font-size: 14px;
}

.custom-link li a svg {
  transition: transform 0.3s ease;
}

.custom-dropdown li a:hover {
  background: #f0f6ff;
  color: #007bff;
}

/* Align text + icon */
.custom-link {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Chevron default state */
.custom-link svg {
  transition: transform 0.3s ease;
}

/* Rotate chevron when dropdown is active */
.custom-item:hover .custom-link svg {
  transform: rotate(180deg);
}

/* Hover effects */
.custom-item:hover .custom-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.custom-item:hover .arrow {
  transform: rotate(-135deg);
}

.hero-section {
  margin-top: 180px;
}



.services {
  background: #d8f0ff;
  padding: 30px 0;
  padding-bottom: 40px;
}

.services-page {
  background: #d8f0ff;
  padding: 30px 0;
  padding-bottom: 140px;
}

.service-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
}

/* Category */
.service-category {
  font-size: 13px;
  font-weight: 600;
  color: #3788b1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.service-category .dot {
  width: 8px;
  height: 8px;
  background: #0d5a81;
  border-radius: 50%;
}

/* Title */
.service-title {
  font-size: 22px;
  font-weight: 700;
  color: #0d5a81;
  margin-bottom: 18px;
}

/* Image */
.service-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
}

.service-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* Icon badge */
.icon-badge {
  position: absolute;
  right: 15px;
  bottom: -18px;
  background: #fff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.icon-badge img {
  width: 28px;
}

/* Description */
.service-desc {
  font-size: 15px;
  color: #6b7280;
  margin-top: 30px;
  margin-bottom: 22px;
  line-height: 1.6;
}

/* Read more */
.read-more {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.read-more span {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.read-more:hover span {
  transform: translateX(4px);
}

.tag {
  background-color: #135484;
  color: white;

  width: max-content;
  padding: 7px 20px;
  border-radius: 50px;
  margin: auto;
  font-size: 12px;

}

.heading-section h2 {
  font-size: 45px;
  width: 600px;
  margin: auto;
  color: #135484;
}

.heading-section {
  text-align: center;
  padding: 40px 0px;
}

.explore {
  padding-top: 60px;
  text-align: center;

}

.explore a {
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #0d5a81;
  padding: 10px 30px;
  color: #0d5a81;
  border-radius: 5px;
}


.why-choose-us {
  padding: 30px 0;
  background: #D8F0FF;
}

.section-title span {
  background: #eaf2ff;
  color: #2563eb;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
}

.section-title h2 {
  margin-top: 15px;
  font-size: 42px;
  font-weight: 700;
}

.choose-card {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  height: 100%;
}

.choose-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.choose-card p {
  color: #666;
  font-size: 15px;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.card-footer .icon {
  font-size: 30px;
  color: #125786;
}

.card-footer span {
  background: #125786;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
}

.choose-cta {
  background: #125786;
  color: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  height: 100%;
}

.choose-cta h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
}

.cta-btn {
  background: #fff;
  color: #000;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}


.about-section {
  padding: 30px 0;

}

.about-image img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}

.about-badge {
  display: inline-block;
  background: #e9f2ff;
  color: #2563eb;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}



.about-desc {
  color: #555;
  margin-bottom: 30px;
}

.about-features {
  display: flex;
  gap: 25px;
  margin-bottom: 30px;
}

.feature-item {
  display: flex;
  gap: 15px;
  max-width: 300px;
}

.feature-item .icon {
  font-size: 28px;
  color: #2563eb;
}

.feature-item h5 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.feature-item p {
  font-size: 14px;
  color: #666;
}

.blog-card {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  padding: 2px 10px;
  border-radius: 10px;
}

.gallery-section {
  padding: 100px 0px;
}

/* ===============================
   Gallery Section
================================ */

.gallery-section {
  padding: 80px 0;
  background: #d8f0ff;
}



/* ===============================
   Gallery Images
================================ */

.gallery-img-events {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.gallery-img-events:hover {
  transform: scale(1.05);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.15);
}

/* ===============================
   Modal Overlay
================================ */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Modal Image */
.modal-content-img {
  max-width: 90%;
  max-height: 85vh;
  text-align: center;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  display: flex;
  margin: auto;
}

/* Close Button */
.close-modal-events {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.close-modal-events:hover {
  color: #0d6efd;
}

/* ===============================
   Modal Navigation
================================ */

.modal-navigation {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.modal-navigation button {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 26px;
  cursor: pointer;
  transition: 0.3s;
}

.modal-navigation button:hover {
  background: #0d6efd;
}


/* ===============================
   Contact Section
================================ */

.contact-sedction {
  padding: 80px 0;
  background: #D8F0FF;
}



/* Contact Container */
.contact-container {
  background: #fff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

/* ===============================
   Contact Form
================================ */

.contact-form h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #0a2540;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
  transition: 0.3s;
}

.contact-form textarea {
  min-height: 120px;
  resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0d6efd;
  outline: none;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

/* Button */
.main-btn2 {
  background: #0d6efd;
  color: #fff;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  transition: 0.3s;
}

.main-btn2:hover {
  background: #084298;
}

/* ===============================
   Contact Info Boxes
================================ */

.contact-box {
  background: #f8f9fa;
  padding: 22px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.contact-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #0a2540;
  margin-bottom: 8px;
}

.contact-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

/* ===============================
   Map Section
================================ */

.map-container {
  margin-top: 40px;
}

.map-container h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0a2540;
  margin-bottom: 15px;
}

.map-container iframe {
  width: 100%;
  height: 400px;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}






.review-section {
  padding: 30px 0;
  background: #D8F0FF;
}

/* Heading */
.heading-section2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}

.heading-section2 h2 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
}

.line2 {
  width: 50px;
  height: 3px;
  background: #0aa5a5;
}

/* Review Box */
.review-box {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.review-box:hover {
  transform: translateY(-8px);
}

/* User Info */
.user-info {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}

.user-image {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #0aa5a5;
}

.user-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}

.review-date {
  font-size: 13px;
  color: #888;
}

/* Rating */
.review-rating i {
  color: #ffc107;
  font-size: 14px;
  margin-right: 2px;
}

/* Review Text */
.review-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-top: 15px;
}





.featured-videos {
  padding: 30px 20px;
  background-color: white;

  padding-bottom: 70px;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #0f172a;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.video-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.badge {
  display: inline-block;
  background: #e0ecff;
  color: #2563eb;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.video-title {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.video-source {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: #475569;
  font-size: 14px;
}

.video-source img {
  width: 68px;
  height: auto;
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%;
  /* 16:9 ratio */
  border-radius: 18px;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}


.custom-breadcrumb-section {
  position: relative;
  background: url('/image/1.webp') center/cover no-repeat;
  padding: 80px 0;
  color: #fff;
  margin-top: 180px;
}

.custom-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.785);
}

.custom-container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  z-index: 2;
}

.custom-breadcrumb-nav {
  text-align: center;
}

.custom-breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
}

.custom-breadcrumb-list li {
  color: #ddd;
}

.custom-breadcrumb-list li a {

  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.custom-breadcrumb-list li a:hover {
  color: #00c6ff;
}

.custom-breadcrumb-list li.current {
  color: #ffffff;
  font-weight: 600;
}

.blog-card {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-card img {
  width: 100px;
  height: 100px;
  object-fit: contain;

}

.about-footer {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.main-btn {
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #0d5a81;
  padding: 10px 30px;
  color: #0d5a81;
  border-radius: 5px;
  transition: all ease 300ms;
}

.main-btn:hover {
  background: #0d5a81;
  color: white;

}

.rating {
  font-size: 16px;
  font-weight: 600;
}

.staff-box {
  text-align: center;
}

.staff-box h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}

.staff-box span {
  font-size: 14px;
  color: #666;
}

.clients {
  padding: 100px 0px;
  background: white;
}

.clients-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT SIDE */
.clients-left {
  flex: 1;
}

.clients-subtitle {
  color: #3b82f6;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.clients-title {
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0;
  line-height: 1.2;
}

.clients-line {
  width: 60px;
  height: 3px;
  background: #3b82f6;
  margin-bottom: 20px;
}

.clients-text {
  color: #666;
  font-size: 16px;
  max-width: 450px;
  line-height: 1.6;
}

/* RIGHT GRID */
.clients-right {
  flex: 1;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #e5e7eb;
}

.logo-box {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.logo-box img {
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
  opacity: 0.7;
  transition: 0.3s;
}

.logo-box:hover img {
  opacity: 1;
  transform: scale(1.05);
}



/* Blog Section */
.blog-section {
  padding: 30px 0;
  background: #D8F0FF;
  padding-bottom: 100px;
}

.blog-detail-section {

  background: #D8F0FF !important;
}

.blog-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  height: 100%;
  padding: 20px;

}

.blog-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Blog Image */
.blog-image {
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 10px;
}

.blog-box:hover .blog-image img {
  transform: scale(1.08);
}

/* Blog Content */
.blog-content {
  padding: 10px;
}

.blog-content h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #135484;
}

.blog-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* Date & Category */
.dated {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #777;
}

.dated i {
  color: #135484;
  margin-right: 6px;
}

/* Read More Link */
.read {
  display: block;
}


.footer-blog-box {
  background: transparent;
  padding: 0px;
  border-radius: 8px;
}

.footer-title {
  font-size: 18px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-blog-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-blog-list li {
  margin-bottom: 12px;
}

.footer-blog-list a {
  color: #cfd8dc;
  font-size: 14px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

.footer-blog-list a:hover {
  color: #4da3ff;
}

.blog-date {
  font-size: 12px;
  color: #90a4ae;
}


/* RIGHT CARD */
.faq-contact-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 60px 40px;
  text-align: center;
  border: 1px solid #e5e5e5;
  height: 100%;
}

.faq-icon {
  font-size: 40px;
  margin-bottom: 25px;
}

.faq-contact-card h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.faq-contact-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* Button */
.faq-btn {
  display: inline-block;
  padding: 14px 40px;
  background: #ff7a59;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.faq-btn:hover {
  background: #e56748;
  color: #fff;
}

.faq-section {
  background: #ffffff;
  padding: 30px 0;
}

.faq-section-page {
  background-color: #d8f0ff;
  ;
  padding: 100px 0px;
}

/* ===============================
   Service Detail Layout
================================ */

.service-detail-container {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  margin: 60px 0;
}

/* ===============================
   Main Service Content
================================ */

.service-header {
  background: #ffffff;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.service-page-image {
  width: 100%;
  max-height: 50 0px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 25px;
}

.service-contents h1 {
  font-size: 34px;
  font-weight: 700;
  color: #0a2540;
}

.service-contents p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* ===============================
   Sidebar
================================ */

.sidebar {
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  height: fit-content;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.sidebar h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0a2540;
  margin-bottom: 20px;
  border-bottom: 2px solid #0d6efd;
  display: inline-block;
  padding-bottom: 6px;
}

/* Sidebar Lists */
.sidebar ul {
  list-style: none;
}

.sidebar li {
  margin-bottom: 12px;
}

/* Service Links */
.recent-service a,
.recent-blog a {
  text-decoration: none;
  font-size: 15px;
  color: #555;
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  transition: 0.3s;
  background: #f8f9fa;
}

.recent-service a:hover,
.recent-blog a:hover {
  background: #0d6efd;
  color: #ffffff;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}



/* Accordion Box */
.accordion-item {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
  overflow: hidden;
}

/* Accordion Button */
.accordion-button {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 10px;
  background: #fff;
  box-shadow: none;
  border: none;
}

.accordion-button:not(.collapsed) {
  background: #fff;
  box-shadow: none;
}


/* Custom Plus Icon */
.accordion-button::after {
  content: "";
  font-size: 22px;
  font-weight: 600;
  margin-left: auto;
  transition: 0.3s;
}


/* Body */
.accordion-body {
  padding: 0 25px 20px 25px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

/* Hover Effect */
.accordion-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.footer-section {
  background: #F5F5F5;
  color: #555;
  font-size: 15px;
}

/* Top Info */
.footer-top {

  padding: 30px 0;

}

.footer-info {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  gap: 20px;
  background-color: white;
  padding: 20px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  border-radius: 10px;
  margin-top: -80px
}

.info-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.info-box i {
  font-size: 22px;
  color: #135484;
}

.info-box span {
  font-weight: 600;
  color: #333;
}

/* Main Footer */
.footer-main {
  padding: 60px 0;
}

.footer-logo {
  font-size: 28px;
  font-weight: 700;
  color: #135484;
}

.footer-main h5 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #222;
}

.footer-main ul {
  list-style: none;
  padding: 0;
}

.footer-main ul li {
  margin-bottom: 10px;
}

.footer-main ul li a {
  color: #555;
  text-decoration: none;
}

.footer-main ul li a:hover {
  color: #135484;
}

/* Social */
.social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #135484;
  color: #135484;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 8px;
  transition: 0.3s;
}

.social-links a:hover {
  background: #135484;
  color: #fff;
}

/* Subscribe */
.subscribe-form {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.subscribe-form input {
  flex: 1;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.subscribe-form button {
  padding: 12px 20px;
  background: #135484;
  border: none;
  color: #fff;
  border-radius: 6px;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid #ddd;
  padding: 15px 0;
}



.footer-bottom a {
  margin-left: 15px;
  color: #555;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #135484;
}


/* Modal dialog width */
.modal-dialog {
  max-width: 500px;
}

/* Modal content */
.modal-content {
  border-radius: 14px;
  border: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

/* Modal header */
.modal-header {
  background: #0d5a81;
  color: #fff;
  padding: 18px 24px;
  border-bottom: none;
}

.modal-title {
  font-size: 20px;
  font-weight: 600;
}

.btn-close {
  filter: invert(1);
}

/* Modal body */
.modal-body {
  padding: 25px;
}

/* Form inputs */
.modal-body input,
.modal-body textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
  transition: 0.3s;
  outline: none;
}

/* Input focus */
.modal-body input:focus,
.modal-body textarea:focus {
  border-color: #124E7B;
  box-shadow: 0 0 0 3px rgba(18, 78, 123, 0.15);
}

/* Textarea */
.modal-body textarea {
  min-height: 100px;
  resize: none;
}

/* Error message */
.modal-body p {
  font-size: 13px;
  margin-top: -8px;
  margin-bottom: 10px;
}

/* Submit button */
.main-btn2 {
  background: #125786;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.main-btn2:hover {
  background: #084298;
}

/* Common Floating Button Style */
.floating-btn {
  position: fixed;
  bottom: 20px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.floating-btn:hover {
  transform: scale(1.1);
}

/* Call Button (Bottom Left) */
.call-btn {
  left: 20px;
  background-color: #007bff;
}

/* WhatsApp Button (Bottom Right) */
.whatsapp-btn {
  right: 20px;
  background-color: #25D366;
}

#scrollTopBtn {
  position: fixed;
  bottom: 80px;
  right: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

#scrollTopBtn:hover {
  background-color: #444;
  transform: scale(1.1);
}

.hero-section {
  position: relative;
  width: 100%;
}

.carousel-img {
  width: 100%;
  height: auto;
  display: block;
}

/* Desktop image visible by default */
.desktop-img {
  display: block;
}

.mobile-img {
  display: none;
}

/* Blog Detail Section */
.blog-detail-section {
  padding: 60px 0;
  background: #f9fafb;
}

/* Layout */
.blog-layout {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

/* Blog Content */
.blog-content {
  flex: 3;
  background: #ffffff;
  padding: 10px;
  border-radius: 12px;

}

.blog-featured-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* Meta Info */
.blog-meta {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.blog-meta .separator {
  margin: 0 8px;
}

/* Title */
.blog-title {
  font-size: 32px;
  font-weight: 600;
  color: #222;
  margin-bottom: 20px;
}

/* Description */
.blog-description {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.blog-description p {
  margin-bottom: 15px;
}

/* Sidebar */
.blog-sidebar {
  flex: 1;
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 100px;
}

.sidebar-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #222;
}

/* Recent Blogs */
.recent-blog-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.recent-blog-list li {
  margin-bottom: 12px;
}

.recent-blog-list a {
  text-decoration: none;
  font-size: 15px;
  color: #007bff;
  transition: color 0.3s ease;
}

.recent-blog-list a:hover {
  color: #0056b3;
  text-decoration: underline;
}


.about-section-page {
  background-color: #D8F0FF;

}

.about-section-description {
  padding-bottom: 60px;
}

/* Image Box */
.about-image-box {
  background: #ffffff;
  padding: 0px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.about-image-box img {
  width: 100%;
  border-radius: 10px;
}

/* Card */
.about-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}


/* List */
.about-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.about-list li {
  padding: 10px 15px;
  margin-bottom: 8px;
  background: #D8F0FF;
  border-radius: 6px;
  font-size: 15px;
  color: #333;
  font-weight: 700;
}

/* Description */
.about-description {
  margin-top: 30px;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  line-height: 1.8;
}
.about-title{
  color: #124E7B;
  font-size: 49px;
}



/* Responsive */
@media (max-width: 991px) {
  .blog-layout {
    flex-direction: column;
  }

  .blog-sidebar {
    position: static;
    margin-top: 30px;
  }

  .blog-title {
    font-size: 26px;
  }
}




/* Mobile View */
@media (max-width: 767px) {
  .desktop-img {
    display: none;
  }

  .mobile-img {
    display: block;
  }
}


/* ===============================
   Responsive
================================ */


@media (max-width: 576px) {
  .heading-section h2 {
    font-size: 28px;
  }

  .heading-section h3 {
    font-size: 16px;
  }

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

  .dated {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .heading-section h2 {
    font-size: 28px;
    width: 100%;
  }

  .service-contents h1 {
    font-size: 26px;
  }

  .service-header,
  .sidebar {
    padding: 5px;
    box-shadow: none;
  }

  .footer-info {
    grid-template-columns: 1fr !important;
    gap: 15px;
    margin-top: 0;
    padding: 14px;
    border-radius: 8px;
  }

  .footer-bottom-content {
    flex-direction: column;
    gap: 10px;
  }

  .main-header {
    display: none;
  }

  .second-header {
    display: none;

  }

  .phone-navbar {
    display: block !important;
  }

  .faq-section-page {
    padding: 20px 0px;
  }

  .gallery-section {
    padding: 20px 0px;
  }

  .review-section {
    padding: 20px 0px;
  }

  .blog-box {
    padding: 8px;
    height: auto;
  }

  .blog-content {
    background-color: transparent;
  }

  .blog-content p {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .blog-content {
    padding: 5px !important;
    box-shadow: none !important;
  }
}






@media (max-width: 768px) {
  .gallery-img-events {
    height: 200px;
  }

  .gallery-section .heading-section h2 {
    font-size: 28px;
  }

  .modal-navigation button {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }

  .close-modal-events {
    font-size: 32px;
    right: 20px;
  }

  .heading-section h2 {
    font-size: 30px;
  }

  .contact-container {
    padding: 25px;
  }

  .map-container iframe {
    height: 300px;
  }

  .heading-section2 h2 {
    font-size: 28px;
  }
}


@media (max-width: 992px) {
  .clients-container {
    flex-direction: column;
  }

  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .blog-image img {
    height: 210px;
  }

  .service-detail-container {
    grid-template-columns: 1fr;
  }

  .sidebar {
    margin-top: 40px;
  }

  .service-card {
    margin-bottom: 30px;
    height: auto;
  }

  .hero-section {
    margin-top: 100px;
  }

  .about-title {
    font-size: 29px;
  }

  .about-features {
    flex-wrap: wrap;
  }

  .clients {
    padding: 20px 0px
  }

  .logo-box img {
    max-width: 160px;
  }

  .featured-videos {
    padding: 10px 0px;
  }

  .video-card {
    padding: 8px;
  }

  .blog-section {
    padding: 0px 0px;
    padding-bottom: 30px;

  }

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom a {
    display: block;
    text-align: center;
    margin: auto;
  }

  .custom-breadcrumb-section {
    margin-top: 100px;
  }

  .modal-body {
    padding: 20px;
  }
}