/*** Spinner Start ***/
@import url("https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Farro:wght@300;400;500;700&family=Fredericka+the+Great&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Playwrite+AU+NSW:wght@100..400&display=swap");
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

body {
  margin: 0;
  font-family: "Delius", cursive, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100dvh;
  text-rendering: optimizeLegibility;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50%;
}

.btn.btn-primary {
  background: var(--bs-secondary) !important;
  color: var(--bs-white) !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  transition: 0.5s;
}

.btn.btn.btn-primary:hover {
  background: var(--bs-primary) !important;
  color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
  background: transparent;
  color: var(--bs-secondary);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border: none;
  transition: 0.5s;
}

.btn.btn-secondary:hover {
  color: var(--bs-primary) !important;
}

/*** Section Title Start ***/
.section-title {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.section-title .sub-style {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: var(--bs-primary);
}

.section-title .sub-style::before {
  content: "";
  width: 100px;
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-bottom: -6px;
  margin-left: -100px;
  border: 1px solid var(--bs-secondary) !important;
}

.section-title .sub-style::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: -8px;
  margin-left: -50px;
  border: 1px solid var(--bs-primary) !important;
}

.sub-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgb(122, 20, 30) 0%, rgb(217, 38, 98) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s ease;
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  font-style: normal;
}

.sub-title::before {
  content: "";
  width: 50px;
  position: absolute;
  bottom: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-bottom: -8px;
  margin-right: -100px;
  border: 1px solid var(--bs-secondary) !important;
}

.sub-title::after {
  content: "";
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -6px;
  margin-right: -50px;
  border: 1px solid var(--bs-primary) !important;
}

/* ✅ Responsive adjustments */
@media (max-width: 991px) {
  .section-title {
    max-width: 700px;
  }
  .section-title .sub-style::before,
  .section-title .sub-style::after,
  .sub-title::before,
  .sub-title::after {
    width: 40px;
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (max-width: 768px) {
  .section-title {
    max-width: 90%;
  }
  .section-title .sub-style::before,
  .section-title .sub-style::after,
  .sub-title::before,
  .sub-title::after {
    display: none; /* hide lines for small screens */
  }
  .sub-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .section-title {
    max-width: 100%;
    padding: 0 15px;
  }
  .sub-title {
    font-size: 1.1rem;
    text-align: center;
  }
}


/*** Topbar Start ***/
.fixed-top .container {
  transition: 0.5s;
}

.topbar {
  padding: 2px 10px 2px 20px;
  background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
  transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
  color: var(--bs-secondary) !important;
}

@media (max-width: 768px) {
  .topbar {
    display: none;
  }
}
/*** Topbar End ***/

/*** Navbar ***/
.nav-bar {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right: 25px;
  padding: 35px 0;
  color: var(--bs-primary) !important;
  font-size: 20px;
  font-weight: 400;
  outline: none;
  transition: 0.5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--bs-primary) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--bs-secondary) !important;
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.sticky-top .navbar-light .navbar-brand img {
  max-height: 45px;
}
.dropdownload {
  position: relative;
}

.dropdownload-toggle {
  cursor: pointer;
  padding: 8px 15px;
}

.dropdownload-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  z-index: 1000;
}

.dropdownload-item {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #dc3545;
  background: #fff;
}

.dropdownload-item:hover {
  background: #f0f0f0;
}

.dropdownload-sub {
  position: relative;
}

.dropdownload-submenu {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  background: #fff;
  min-width: 250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.dropdownload-submenu a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
}

.dropdownload-submenu a:hover {
  background: #f0f0f0;
}

/* Desktop hover behavior */
@media (min-width: 992px) {
  .dropdownload:hover .dropdownload-menu {
    display: block;
  }
  .dropdownload-sub:hover .dropdownload-submenu {
    display: block;
  }
}

/* Mobile click behavior */
@media (max-width: 991px) {
  .dropdownload-menu,
  .dropdownload-submenu {
    position: static;
    box-shadow: none;
    min-width: 100%;
  }
  .dropdownload.active .dropdownload-menu {
    display: block;
  }
  .dropdownload-sub.active .dropdownload-submenu {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .sticky-top {
    position: relative;
    background: var(--bs-white);
  }

  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 10px 20px;
    border: 1px solid var(--bs-primary) !important;
    color: var(--bs-primary);
  }

  .navbar-light .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid #dddddd;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--bs-dark) !important;
  }

  .navbar-light .navbar-brand img {
    max-height: 45px;
  }
}

@media (min-width: 991.98px) {
  .sticky-top .navbar-light {
    background: var(--bs-light) !important;
  }

  /*** Top and Bottom borders go out ***/
  .navbar-light .navbar-nav .nav-link:after,
  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    top: 30px;
    bottom: 30px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: var(--bs-primary);
    opacity: 0;
    transition: all 0.5s;
  }

  .navbar-light .navbar-nav .nav-link:before {
    bottom: auto;
  }

  .navbar-light .navbar-nav .nav-link:after {
    top: auto;
  }

  .navbar-light .navbar-nav .nav-link:hover:before,
  .navbar-light .navbar-nav .nav-link.active:before {
    top: 20px;
    opacity: 1;
  }

  .navbar-light .navbar-nav .nav-link:hover::after,
  .navbar-light .navbar-nav .nav-link.active::after {
    bottom: 20px;
    opacity: 1;
  }
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
  border-radius: 50%;
  padding: 20px;
  background-size: 60% 60%;
}

.carousel-control-prev,
.carousel-control-next {
  color: #fff;
  opacity: 0.9;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 576px) {
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    padding: 10px;
  }
}
#searchModal .modal-content {
  background: rgba(240, 245, 251, 0.5);
}
/*** Navbar End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  background: linear-gradient(
      rgba(116, 117, 118, 0.7),
      rgba(112, 113, 115, 0.7)
    ),
    url(../images/breadcrumb.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-size: cover;
  padding: 100px 0 60px 0;
}
/* Breadcrumb Trail */
.breadcrumb-wrapper {
  background: #d25269;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.breadcrumb {
  margin: 0;
  padding: 0.75rem 1rem;
}

.breadcrumb-item a {
  color: #f2eced;
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item.active {
  color: #0e0d0d !important;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .bg-breadcrumb {
    min-height: 200px;
  }
  .breadcrumb {
    font-size: 14px;
  }
}
/*** Single Page Hero Header End ***/

/*** Carousel Hero Header Start ***/

/*** Carousel Hero Header End ***/

/*** Counter Facts Start ***/
.counter-facts {
  background: linear-gradient(
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.8)
    ),
    url(../img/breadcrumb.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.counter-facts .counter {
  position: relative;
  text-align: center;
  width: 200px;
  min-height: 215px;
  padding: 10px 15px;
  margin: 0 auto;
  border-radius: 100px;
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
  background: var(--bs-white);
}

.counter-facts .counter:before {
  content: "";
  position: absolute;
  height: 105px;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 10px 10px 0 0;
  background-color: var(--bs-primary);
}
.counter-facts .counter .counter-icon {
  position: relative;
  width: 120px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 10px 10px 0 0;
  transform: translateY(-20px);
  font-size: 50px;
  line-height: 90px;
  color: white;
  background: rgba(249, 252, 253, 0.5);
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter .counter-icon:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 90px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
  background: rgba(0, 58, 102, 0.5);
  z-index: -1;
  clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.counter-facts .counter:hover .counter-icon i {
  transform: rotate(360deg);
  transition: all 0.3s ease;
}
.counter-facts .counter h3 {
  color: var(--bs-primary);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.counter-facts .counter .counter-value {
  font-size: 30px;
  font-weight: 700;
  display: block;
  color: var(--bs-secondary);
}

@media screen and (max-width: 1200px) {
  .counter-facts .counter {
    margin-bottom: 40px;
  }
}
/*** Counter Facts End ***/

/*** service Start ***/
.service .service-item {
  position: relative;
  overflow: hidden;
}

.service .service-item .service-inner .service-title {
  position: relative;
  margin-top: -30px;
  text-align: center;
  transition: 0.5s;
}

.service .service-item .service-inner .service-title .service-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
  border-radius: 10px;
  background: var(--bs-primary);
  opacity: 0;
  transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-content {
  bottom: 0;
  opacity: 1;
}

.service .service-item .service-inner .service-title .service-content a h4 {
  border-bottom: 1px solid rgba(256, 256, 256, 0.1);
}

.service .service-item .service-inner .service-title .service-title-name {
  transition: 0.5s;
}

.service .service-item:hover .service-inner .service-title .service-title-name {
  opacity: 0;
}

.service .service-item .service-inner .service-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.service .service-item .service-inner .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service .service-item .service-inner .service-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
  opacity: 0;
}

.service .service-item:hover .service-inner .service-img::after {
  height: 100%;
  opacity: 1;
}

.service .service-item .service-inner .service-img img {
  transition: 0.5s;
}

.service .service-item:hover .service-inner .service-img img {
  transform: scale(1.3);
}
/*** Service End ***/

/*** Features Start ***/
.features .feature-item {
  position: relative;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.features .feature-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(0, 58, 102, 0.1);
  z-index: -1;
  transition: 0.5s;
}

.features .feature-item:hover::after {
  height: 100%;
}

.features .feature-item .feature-icon {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-light);
  transition: 0.5s;
}

.features .feature-item .feature-icon {
  border-radius: 50%;
  background: #dc3545 !important;
  color: white !important;
}

.features .feature-item .feature-icon i {
  transition: 0.5s;
}

.features .feature-item:hover .feature-icon i {
  color: var(--bs-secondary) !important;
  transform: rotate(360deg);
  transition: all 0.5s ease;
}
/*** Features End ***/

/*** Country Start ***/
.country .country-item {
  position: relative;
}
.product-p img{
  height: 300px;
  width: 300px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  text-align: center;
  transition: transform 0.3s ease;
}
.country .country-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 58, 102, 0.7);
  border-radius: 10px;
  transition: 0.5s;
  z-index: 1;
}

.country .country-item:hover::after {
  height: 100%;
}

.country .country-item .country-flag {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
  z-index: 2;
}

.country .country-item .country-flag img {
  border: 5px solid var(--bs-white);
  transition: 0.5s;
}

.country .country-item:hover .country-flag img {
  border: 5px solid var(--bs-white);
  transform: rotate(360deg);
  transition: all 0.5s ease;
}

.country .country-item .country-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  opacity: 0;
  z-index: 3;
}

.country .country-item:hover .country-name {
  opacity: 1;
}

.country .country-item img {
  transition: 0.5s;
}

.country .country-item:hover img {
  transform: scale(1.2);
}

.country .country-item .country-name a.fs-4 {
  transition: 0.5s;
}

.country .country-item .country-name a.fs-4:hover {
  color: var(--bs-secondary) !important;
}
/*** Country End ***/

/*** testimonial Start ***/
.testimonial .owl-carousel.testimonial-carousel {
  position: relative;
}

.testimonial
  .owl-carousel.testimonial-carousel
  .testimonial-item
  .testimonial-content {
  position: relative;
  border-radius: 10px;
  background: var(--bs-light);
}

.testimonial
  .owl-carousel.testimonial-carousel
  .testimonial-item
  .testimonial-content::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  bottom: -20px;
  left: 30px;
  transform: rotate(45deg);
  background: var(--bs-light);
  z-index: -1;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  font-size: 40px;
  color: var(--bs-primary);
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
  margin-right: 40px;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
  transition: 0.5s;
}

.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--bs-secondary);
}
/*** testimonial end ***/

/*** training Start ***/
.training .training-item .training-inner {
  position: relative;
}

.training .training-item .training-inner .training-title-name {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
  transition: 0.5s;
}

.training .training-item {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.training .training-item:hover .training-inner .training-title-name {
  background: rgba(0, 58, 102, 0.5);
}

.training .training-item:hover .training-inner .training-title-name a {
  opacity: 0;
}

.training .training-item .training-inner img {
  transition: 0.5s;
}

.training .training-item:hover .training-inner img {
  transform: scale(1.3);
}

.training .training-item .training-content {
  position: absolute;
  width: 100%;
  bottom: -100%;
  left: 0;
  transition: 0.5s;
}

.training .training-item:hover .training-content {
  bottom: 0;
}
/*** training End ***/

/*** Contact Start ***/
.contact .office .office-item {
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
  background: var(--bs-light);
  transition: 0.5s;
}

.contact .office .office-item:hover {
  box-shadow: 20px 20px 20px rgba(0, 58, 102, 0.3);
}

.contact .office .office-item .office-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.contact .office .office-item .office-img img {
  transition: 0.5s;
}

.contact .office .office-item:hover .office-img img {
  transform: scale(1.3);
}

.contact .office .office-item .office-content a.text-secondary,
.contact .office .office-item .office-content a.text-muted {
  transition: 0.5s;
}

.contact .office .office-item .office-content a.text-muted:hover {
  color: var(--bs-secondary) !important;
}

.contact .office .office-item .office-content a.text-secondary:hover {
  color: var(--bs-primary) !important;
}
/*** Contact End ***/

/*** Footer Start ***/
.footer {
  background: #060606;
}
.footer .footer-item a {
  line-height: 30px;
  color: var(--bs-white);
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 30px;
}

.footer .footer-item a:hover {
  letter-spacing: 2px;
  color: #fff;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-secondary) !important;
}
/*** copyright end ***/

/* about us */
.ftco-section {
  padding: 7em 0;
  position: relative;
}

.wrap-about {
  position: relative;
}
.wrap-about .wrap-about-border {
  border: 4px solid #d1ebf9;
  padding: 20px;
}
.wrap-about h3 {
  font-weight: 700;
  font-size: 20px;
}
.wrap-about h2 {
  font-weight: 700;
}
.wrap-about .img {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .wrap-about {
    margin-bottom: 30px;
  }
}

/* mission and vision */

.mission-vision-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}
.mission-vision-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease-in-out;
  height: 100%;
}
.mission-vision-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.mission-vision-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

/* core values */
.core-services-section {
  background-color: #f9f9f9;
  padding: 60px 0;
}
.core-card {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.core-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.core-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.core-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

/* products */
.products-section {
  padding: 48px 16px;
}
:root {
  --blue: #dc3545;
  --muted: #060606;
  --card-bg: #ffffff;
  --radius: 12px;
  --gap: 1.25rem;
  --max-width: 1200px;
}
.products-grid {
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(3, 1fr);

  align-items: start;
}
li {
  text-decoration: none;
  list-style-type: none;
}
.product-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  background: var(--card-bg);
  border-radius: var(--radius);
  box-shadow: 0 6px 18px rgba(11, 37, 69, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 36px rgba(11, 37, 69, 0.09);
}

.icon-wrap {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--blue), #dc3545);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(205, 208, 211, 0.14);
  flex-shrink: 0;
}

.icon {
  width: 34px;
  height: 34px;
  color: #fff;
  stroke: currentColor;
  fill: none;
}

.product-content {
  flex: 1 1 auto;
}

.product-name {
  margin: 0 0 6px 0;
  font-size: 1.05rem;
  color: #07203a;
  font-weight: 700;
}

.product-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.product-list li {
  margin-bottom: 6px;
}

/* Responsive breakpoints */
@media (max-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .icon-wrap {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }

  .icon {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 620px) {
  .products-grid {
    grid-template-columns: 1fr;
    /* mobile: 1 column */
  }

  .product-card {
    gap: 12px;
    padding: 14px;
  }

  .products-section {
    padding: 28px 12px;
  }
}
/*gallery*/

.main-category {
  text-align: center;
  background: #da1e37;
  color: white;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 6px;
  margin: 40px 0 20px 0;
}
.sub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.product-box {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-align: center;
  padding: 10px;
}

.product-box:hover {
  transform: translateY(-5px);
}

.product-box img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  background: #fff;
  padding: 5px;
}
.product-name {
  padding: 10px 5px 5px;
  font-size: 15px;
  font-weight: 600;
  color: #da1e37;
}

@media (max-width: 500px) {
  .product-box img {
    height: 150px;
  }
}
.main-products {
  position: relative;
  padding: 2rem 1.5rem 2.5rem;
  max-width: 1200px;
  margin: 2rem auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  overflow: hidden;
  text-align: center;
}

.products-title {
  margin: 0 0 1rem;
  font-size: clamp(1.6rem, 1.1rem + 1.2vw, 2.2rem);
  line-height: 1.2;
  color: #dc3545;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-align: center;
}

.products-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.products-text {
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
  text-align: justify;
}
  .products-image {
            width: 100%;
            max-width: 600px;
            height: auto;
            border-radius: 12px;
            border: 1px solid rgba(0, 0, 0, 0.08);
            display: block;
            margin: 0 auto;
            /* Center the image */
        }

/* Responsive layout */
@media (min-width: 768px) {
  .products-text {
    text-align: left;
  }
}

.products {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

/* Product Heading CSS */
h2.product-heading,
h3.product-heading,
h4.product-heading,
h5.product-heading,
h6.product-heading {
  font-family: "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
  color: #dc3545;
}

.product {
  background: #fff;
  margin-bottom: 40px;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  text-align: center;
  transition: transform 0.3s ease;
}

.product:hover {
  transform: translateY(-5px);
}

.product img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.product p {
  font-size: 16px;
  text-align: justify;
}

/* Responsive */
@media (min-width: 768px) {
  .product {
    display: flex;
    align-items: center;
    text-align: left;
  }

  .product img {
    width: 300px;
    margin-right: 20px;
  }

  .product-content {
    flex: 1;
  }
}


/* sitemap */
.sitemap-header {
  color: #090707;
  text-align: center;
  padding: 40px 15px;
}

.sitemap-header h2 {
  margin: 0;
  font-weight: bold;
}

.sitemap-section {
  padding: 50px 20px;
  max-width: 900px;
  margin: auto;
}

.sitemap-tree {
  list-style: none;
  padding-left: 20px;
  position: relative;
}

.sitemap-tree li {
  margin: 12px 0;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
}

.sitemap-tree li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 2px solid #da1e37;
  border-bottom: 2px solid #da1e37;
  width: 15px;
  height: 100%;
}

.sitemap-tree li:last-child::before {
  border-left: 2px solid transparent;
}

.sitemap-tree a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.sitemap-tree a:hover {
  color: #da1e37;
  font-weight: bold;
}

.sitemap-tree i {
  color: #da1e37;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .sitemap-section {
    padding: 30px 15px;
  }
}

/* terms and conditon privacy */
.imp-disclaimer {
  padding: 50px 20px;
  background: #f9f9f9;
}

.imp-disclaimer-container {
  max-width: 1000px;
  margin: auto;
}

.imp-disclaimer-container h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #da1e37;
  margin-bottom: 30px;
}

.imp-disclaimer-block {
  margin-bottom: 25px;
  padding: 20px;
  border-left: 4px solid #da1e37;
  background: #fff;
  box-shadow: rgba(0,0,0,0.1) 0px 2px 6px;
  border-radius: 6px;
}

.imp-disclaimer-block h3 {
  font-size: 20px;
  font-weight: 600;
  color: #da1e37;
  margin-bottom: 10px;
}

.imp-disclaimer-block p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}


@media (max-width: 768px) {
  .imp-disclaimer-container h2 {
    font-size: 24px;
  }
  .imp-disclaimer-block h3 {
    font-size: 18px;
  }
  .imp-disclaimer-block p {
    font-size: 15px;
  }
}