/* Poppins */
@import url("https://fonts.googleapis.com/css2?family=Epunda+Slab:ital,wght@0,300..900;1,300..900&family=Fenix&family=Playfair+Display:ital,wght@0,400..900;1,400..900&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&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Poppins", sans-serif !important;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

.container {
  max-width: 1270px !important;
  margin: 0 auto;
  padding: 0 15px;
}

@font-face {
  font-family: playfair;
  src: url(../fonts/PlayfairDisplay-VariableFont_wght.ttf);
}

@font-face {
  font-family: fenix;
  src: url(../fonts/Fenix-Regular.ttf);
}

@font-face {
  font-family: rubik;
  src: url(../fonts/Rubik-Regular.ttf);
}

:root {
  --accent--color: #d90025;
}

a {
  text-decoration: none !important;
  display: inline-block;
  text-align: center;
}

ul {
  list-style-type: none;
}

p {
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "fenix", sans-serif;
}

h1,
.title1 {
  font-size: 42px;
  font-weight: 500;
}

h2,
.title2 {
  font-size: 36px;
  font-weight: 300;
}

h3,
.title3 {
  font-size: 28px;
}

/* Header */
.header-bottom {
  /* background: rgb(1, 21, 40); */
  background-color: #ffffff;
  color: #ccc;
  border-bottom: 6px solid transparent;
  border-image: linear-gradient(0.25turn,
      rgb(3, 192, 3),
      rgb(0, 175, 255),
      rgb(0, 152, 245));
  border-image-slice: 1;
}

.header-top {
  background-color: #0087ff;
  color: #ffffff;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  padding-block: 4px;
}

.head-row {
  justify-content: space-between;
}

.contact-no {
  display: flex;
  justify-content: space-between;
}

.call {
  font-size: 14px;
  color: #ffffff;
}

.nav-container {
  gap: 20px;
  justify-content: space-between;
}

.offcanvas-body {
  justify-content: space-between;
}

.navbar-brand {
  height: 70px;
  max-width: 400px;
  padding: 0 !important;
  margin-block: 10px;
}

.navbar-brand img {
  height: 100%;
  width: 100%;
  /* object-fit: cover; */
}

.nav-link {
  color: rgb(0, 0, 0) !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  font-family: "rubik", sans-serif;
  text-transform: uppercase;
  line-height: 14px;
  transition: all 300ms ease;
  opacity: 1;
}

.dropdown-item.nav-link {
  color: #252525 !important;
  text-align: center;
}

.nav-link:hover {
  color: var(--accent--color) !important;
}

.navbar-expand-lg .offcanvas {
  flex-grow: 0;
  width: fit-content;
  max-width: fit-content;
}

.login {
  color: #ffffff;
  padding: 8px 20px;
  /* border: 1px solid #ff9500; */
  background-color: #3ab052;
  /* border-radius: 12px; */
  font-weight: 500 !important;
  font-size: 15px !important;
  font-family: "rubik", sans-serif;
}

.login:hover {
  background-color: #104602;
  color: white !important;
  transition: all 0.3s ease-in-out;
}

.dropdown-item:hover {
  color: var(--accent--color) !important;
  transition: all 0.3s ease-in-out;
}

.navbar {
  padding: 0 !important;
}

.dropdown-menu {
  display: none !important;
  background-color: white;
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}

.nav-btn-sm {
  display: none;
}

.offcanvas-body {
  justify-content: center;
  align-items: center;
}

/* Footer-section */
.footer-top {
  background-color: #082439;
  padding: 50px 0 30px;
}

.footer-logo {
  height: 60px;
  width: 100%;
}

.footer-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.social-links {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  margin-top: 20px;
}

.social-links>a {
  color: white;
}

.social-links>a:hover {
  transform: scale(1.1);
  color: #3ab052;
  transition: all 0.3s ease-in-out;
}

.footer-list h5 {
  font-size: 20px;
  color: white;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  max-width: 90%;
  position: relative;
}

.footer-list h5::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: var(--accent--color);
  bottom: -1px;
  left: 0;
}

.list-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 0;
}

.footer-list .list-item,
.footer-list .list-item a {
  color: white !important;
  font-size: 15px;
}

.footer-list .list-item a:hover {
  color: #09db09 !important;
}

.footer-list iframe {
  width: 100%;
  height: 250px;
}

.footer-bottom {
  background-color: #f0e0e3;
  padding: 15px 0;
}

.footer-bottom p {
  color: #373737;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  font-family: "rubik", sans-serif;
  width: fit-content;
}

.footer-bottom p a {
  color: var(--accent--color) !important;
}

.footer-para {
  font-size: 14px;
  color: #ffffff;
  margin-block: 18px;
}

.gst {
  color: #3ab052;
}

@media screen and (max-width: 992px) {
  .navbar-expand-lg .offcanvas {
    width: 100%;
    max-width: 60%;
  }

  .nav-btn-sm .login {
    padding-inline: 8px;
  }

  .offcanvas.offcanvas-end {
    background-color: cornsilk !important;
  }

  .offcanvas-body {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }

  .navbar-toggler {
    border: none !important;
    outline: none !important;
    background-color: rgb(236, 236, 236) !important;
  }

  .dropdown:hover .dropdown-menu {
    text-align: center;
    background-color: cornsilk;
  }
}

@media screen and (max-width: 768px) {
  #lightBox #close {
    right: 10px !important;
  }
}

@media screen and (max-width: 575px) {
  .navbar-brand {
    max-width: 200px;
    margin-block: 0;
  }

  .contact-no>a {
    font-size: 14px;
  }

  .navbar-expand-lg .offcanvas {
    width: 100% !important;
    max-width: 100%;
  }

  .footer-bottom p {
    font-size: 13px;
  }

  .footer-logo {
    width: 300px;
  }

  .footer-list {
    margin-bottom: 15px;
  }

  h2,
  .title2 {
    font-size: 28px;
  }

  p,
  .para {
    font-size: 14px !important;
  }

  .mail {
    display: none;
  }

  .contact-no {
    justify-content: end;
  }

  .wrapper {
    right: 10px;
    bottom: 10px;
  }

  #main-button.open~button {
    right: 60px !important;
  }

  .emi-sidebar {
    width: 325px !important;
  }

  .emi-sidebar {
    left: -325px;
  }
}

/* Icon Quick link */

.wrapper {
  height: 100vh;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}

#main-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: #0064f3;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#main-button~button {
  visibility: hidden;
  font-weight: 600;
  height: 50px;
  padding: 0 15px;
  color: #fff;
  background: linear-gradient(90deg, #00a1f5, #0064f3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border: 0;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  opacity: 0;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#main-button.open~button {
  visibility: visible;
  right: 70px;
  opacity: 1;
  transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button~a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 50px;
  width: 50px;
  font-size: 20px;
  opacity: 0;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
}

#main-button~.telegram-color {
  background: linear-gradient(0deg, #017ab1, #01abe6);
}

#main-button~.whatsapp-color {
  background: linear-gradient(0deg, #00b100, #09db09);
}

#main-button~.messenger-color {
  background: linear-gradient(0deg, #0078ff, #00c6ff);
}

#main-button.open~a {
  opacity: 1;
  transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: 0.4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button.open~a:nth-of-type(1) {
  bottom: 60px;
}

#main-button.open~a:nth-of-type(2) {
  bottom: 120px;
}

#main-button.open~a:nth-of-type(3) {
  bottom: 180px;
}

.wave {
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0px 10px rgba(255, 255, 255, 0);
  }
}

.open {
  animation-iteration-count: 1;
}

/* Emi */

/* 
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}


.emi-sidebar {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 450px;
  max-width: 95%;
  height: auto;
  max-height: 90vh;
  transform: translate(-50%, -50%) scale(0.8);
  background: #1e3a8a;
  color: white;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 30px 25px;
  overflow-y: auto;
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
}

.emi-sidebar.open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.toggle-btn {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #0087ff;
  color: white;
  padding: 15px 10px;
  border: none;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  font-size: 18px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 1001;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
}
.toggle-btn:hover {
  background: #1e40af;
}
.form-group {
  margin-bottom: 2px;
}
label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 15px;
}
input[type="number"] {
  width: 60%;
  padding: 12px;
  border: none;
  font-size: 16px;
  margin-bottom: 8px;
  border: 1px solid #8f8f9d;
  width: 40%;
}
input[type="range"] {
  width: 100%;
  margin: 5px 0;
}
.value-display {
  text-align: right;
  font-size: 14px;
  color: #c7d2fe;
  margin-top: 5px;
}

.result {
  background: rgba(255, 255, 255, 0.15);
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  backdrop-filter: blur(10px);
}
.result h3 {
  font-size: 32px;
  margin: 10px 0;
  color: #a5f3fc;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 32px;
  color: white;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition:all 0.2s;
}
.close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

html.freeze-scroll,
body.freeze-scroll {
  overflow: hidden !important;
  height: 100%;
}

.pp{
  width: fit-content;
  font-size: 15px;
  font-weight: bolder;
  color: var(--accent--color);
}
.l-am{
  display: flex;
  justify-content: space-between;
  align-items: center;
} */



/* Emi new  */
/* ================= Fixed Button ================= */
.emi-fixed-btn {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #0087ff;
  color: white;
  padding: 15px 10px;
  border: none;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  font-size: 18px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 1001;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
}

/* ================= Overlay ================= */
.emi-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 999;
}

/* ================= Modal ================= */
.emi-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1001;
}

/* ================= Card ================= */
.emi-card {
  background: #fff;
  width: 100%;
  max-width: 430px;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  position: relative;
}

/* ================= Close Button ================= */
.emi-close {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
  color: #999;
}

.emi-card h2 {
  text-align: center;
  margin-bottom: 20px;
  color: #2a5298;
}

.form-group {
  margin-bottom: 15px;
}

label {
  font-weight: 600;
  color: #333;
}

input {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.emi-modal button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #2a5298, #1e3c72);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.result-box {
  margin-top: 20px;
}

.result {
  background: #f1f5ff;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #1e3c72;
  text-align: center;
}

.error {
  background: #ffecec;
  color: #d8000c;
}

/* ================= Scroll Lock ================= */
html.no-scroll,
body.no-scroll {
    overflow: hidden;
    height: 100%;
}


/* Footer */
.pp{
  width: fit-content;
  font-size: 15px;
  font-weight: bolder;
  color: var(--accent--color);
}


/* Testimonial */
.testimonial-section {
  padding: 60px 0;
  background: #f4f7fb;
  text-align: center;
}

.section-title {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 50px;
  color: #222;
}

.testimonial-card {
background: #ffffff;
  padding: 30px 24px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  /* max-width: 600px; */
  margin: auto;
  transition: 0.4s ease;
  height: 275px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.295);
}

.testimonial-card:hover {
  transform: translateY(-8px);

}

.testimonial-text {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.testimonial-author img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-author h4 {
  margin: 0;
  font-size: 1.1rem;
  color: #222;
}

.testimonial-author span {
  font-size: 0.9rem;
  color: #777;
}

/* Swiper Pagination Style */
.swiper-pagination-bullet {
  background: #bbb;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #007bff;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-card {
    padding: 30px 20px;
  }

  .section-title {
    font-size: 1.8rem;
  }
}

.testimonialSwiper{
  padding: 20px 0;
}



.galleryItem a {
  /*padding: 10px 30px;*/
  font-size: 14px;
  /*background: #3ab052;*/
  color: white;
  border-radius: 8px;
  width: 40%;
  margin: 0 auto;
  display: block;
    
}
.img-title{
    text-align:center !important;
}