html,
body,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Poppins", sans-serif;
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}
.overflow-x {
  overflow-x: hidden;
}
.m-100 {
  margin-bottom: 70px;
}
.p-100 {
  padding: 80px 40px;
}
.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 10000;
}

.what a {
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #050a3069;
  background: #1dbf73;
}

.what a:last-child {
  font-size: 20px;
  background-color: #198754;
}

.sec-btn {
  display: inline-block;
  padding: 10px 25px;
  background-color: #198754;
  color: #fff;
  transition: 0.5s;
  margin-top: 16px;
  text-transform: uppercase;
}

.sec-btn:hover {
  background-color: #fc791a;
  color: #198754;
  border-radius: 5px;
}

.under {
  background-color: #198754;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 28px 28px 0px 28px;
  word-spacing: 2px;
  letter-spacing: 2px;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0px;
  text-transform: capitalize;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.sticky {
  background-color: #fff !important;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 999;
}

.sticky .navbar-light .navbar-nav .nav-link {
  color: #000 !important;
}

.sticky .navbar-light .navbar-nav .nav-link:hover,
.sticky .navbar-light .navbar-nav .active {
  color: #198754 !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #fc791a;
  color: #fff;
}

/* -------Globle-css-end------- */
/* -------main-style-start-------- */

header {
  position: sticky;
  z-index: 9999;
  background-color: white;
  width: 100%;
}

.top-bar {
  padding: 8px 0px;
  position: relative;
}

.top-bar::after {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fc791a;
  content: "";
  height: 100%;
  width: 100%;
}

.top-left ul {
  padding: 0;
  position: relative;
  z-index: 3;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
}

.top-left ul li {
  margin: 0px 5px;
}

.top-left ul li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: 0.5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.top-left ul li a {
  background-color: #198754;
}

.top-left ul li a:hover {
  color: #198754;
  background-color: #fff;
  border-radius: 20%;
}

.top-right {
  display: flex;
  padding: 5px 0px;
  color: #fff;
  position: relative;
  z-index: 3;

  align-items: center;
}

.top-right .phone {
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.top-right .phone .icon {
  height: 40px;
  width: 40px;
  background-color: #198754;
  border-radius: 5px;
  margin-right: 10px;
  transition: 0.5s;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-right .phone .icon:hover {
  background-color: #fff;
  color: #198754;
}

.top-right a {
  color: #fff;
}
.top-bar .col-lg-2 {
  display: none;
}
header .book {
  position: absolute;
  top: 0;
  left: 0;
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  background-size: cover;
}

header .get-quote .sec-btn {
  margin-top: 0;
}

header .navbar-brand {
  display: none;
}

header .book img {
  height: 50px;
  position: relative;
  z-index: 3;
  margin-top: 140px;
}

.menu {
  position: relative;
  overflow-x: clip;
  transition: 1s;
  background-color: transparent;
}

.menu .navbar-brand {
  display: none;
}

.menu .navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: 1;
  margin-left: 30px;
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
  position: relative;
  padding: 10px 20px;
  font-size: 17px;
  text-transform: capitalize;
  transition: 0.5s;
  font-weight: 600;
  color: #198754;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #fc791a;
}

.menu .navbar-expand-lg .navbar-nav .nav-link::before {
  left: 10px;
  top: 43%;
  content: "";
  transition: 0.5s;
  height: 7px;
  width: 7px;
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #198754;
}

@keyframes round {
  0% {
    transform: rotate(0deg) scale(0);
    border-radius: 100%;
  }

  100% {
    transform: rotate(360deg) scale(1);
    border-radius: 0;
  }
}

.menu .container-fluid {
  padding: 0px;
}

.menu .navbar-nav .dropdown .dropdown-menu {
  width: 250px;
}

.menu .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.menu .dropdown-menu {
  width: 280px;
  padding: 0;
  transition: 5s;
}

.menu .dropdown:hover .dropdown-menu {
  display: block;
  animation: up 0.4s linear alternate;
}

.menu .dropdown-menu .dropdown-item {
  font-size: 18px;
  border-bottom: 1px solid #198754;
  padding: 8px 16px;
}

.menu .dropdown-menu .dropdown-item:hover {
  background-color: #198754;
  color: #fff;
}

header .menu .logo-img {
  display: none;
}

header .sticky .navbar-nav {
  z-index: 9999;
  position: relative;
  margin-left: 0px;
}

header .sticky {
  display: block;
  z-index: 99999;
  background-color: #fff;
  position: fixed;
  box-shadow: 0px 10px 20px 0px #0006710e;
  top: 0;
  transition: 1s;
  left: 0;
  width: 100%;
}

header .sticky .logo-img {
  display: block;
}

header .sticky .logo-img img {
  width: 180px;
}

/* ----header-section-end---- */
/* ----Hero-Section-Start---- */

.hero-slide {
  min-height: 100vh;
  padding: 200px 0px;
  text-align: start;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(assets/hero-1.jpeg);
  background-size: cover;
  background-position: center;
}
.slide-1 {
  padding: 200px 0px;
  text-align: start;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(assets/hero-2.jpeg.png);
  background-size: cover;
  background-position: center;
}

.hero-slide .hero-box h2 {
  font-size: 40px;
  font-weight: 700;
}

.hero-box .sec-btn {
  margin-top: 0px;
}
.tagline-btn {
  background: transparent;
  border: 2px solid #fc791a;
  color: #fc791a !important;
  border-radius: 30px;
  font-size: 1rem;
  padding: 6px 24px;
  margin-bottom: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-block;
}
.donate-btn {
  width: 220px;
}
.donate-btn:hover {
  background: #16a75f;
}
.become-btn:hover {
  color: #b2f7ce;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}
@media (max-width: 600px) {
  .donate-btn {
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
  }
  .become-btn {
    font-size: 1rem;
  }
  .donate-btn span {
    width: 30px;
    height: 30px;
    font-size: 1.1rem;
    margin-right: 10px;
  }
}

/* ----Hero-Section-End---- */

/* ----About-Section-Start---- */
.About-Section .about-badge {
  color: #fc791a;
  font-weight: 600;
  font-size: 1.13rem;
}
.About-Section .about-badge .bi {
  vertical-align: middle;
}
.About-Section .main-heading {
  color: #17523d;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}
.About-Section .metric-big {
  color: #16a75f;
  font-size: 2.1rem;
  font-weight: 700;
}
.About-Section .metric-label {
  color: #fc791a;
  font-size: 1rem;
}
.About-Section .progress {
  height: 16px;
  background: #ededed;
  border-radius: 20px;
}
.About-Section .progress-bar {
  background-color: #16a75f;
  border-radius: 20px;
}
.About-Section .progress-title {
  color: #17523d;
  font-weight: 500;
}
.About-Section .progress-perc {
  color: #16a75f;
  font-weight: 700;
}
.About-Section .about-desc {
  color: #707070;
  font-size: 1.12rem;
  margin: 22px 0 30px;
}
.About-Section .about-btn {
  background: #fc791a;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  border-radius: 40px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
}
.About-Section .about-btn .icon-round {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #fc791a;
  border-radius: 50%;
  padding: 7px;
  font-size: 1.33rem;
  margin-right: 20px;
}
@media (max-width: 600px) {
  .About-Section .main-heading {
    font-size: 1.48rem;
  }
  .About-Section .metric-big {
    font-size: 2rem;
  }
}
/* ----About-Section-End---- */
/* ----Make-Difference-Section-Start---- */

.make-difference-content {
  text-align: center;
}
.top-rounded {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.make-difference-img {
  position: relative;
}
.make-difference-card {
  margin-bottom: 30px;
}
.make-difference-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #16a75f;
  opacity: 0.3; /* default hidden */
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  pointer-events: none; /* button clickable rahega */
  transition: background-color 0.3s ease-in-out;
}

.make-difference-img:hover::after {
  background-color: #fc791a;
  opacity: 0.3; /* hover par show hoga */
}

.make-difference-arrow-btn {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fc791a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.09);
  border: none;
  z-index: 3;
}
.make-difference-img:hover .make-difference-arrow-btn {
  background: #16a75f;
  color: #fff;
}
/* ----Make-Difference-Section-End---- */
/* ----Help-Section-Start---- */
.Fundraise-Section {
  background: #f7f5f2;
}

.Fundraise-Section .fundraise-card {
  background: #fff;
  border-radius: 34px;
  box-shadow: 0 3px 18px rgba(50, 40, 20, 0.08);
  padding: 30px 32px 36px 32px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.Fundraise-Section .card-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 20px;
}

.Fundraise-Section .card-title h2 {
  font-weight: 700;
  color: #153e2a;
  font-size: 1.3rem;
  margin: 22px 0 22px 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1.12;
}

.Fundraise-Section .card-title p {
  color: #707070;
  font-size: 1.12rem;
  margin: 22px 0 30px;
}
@media (max-width: 650px) {
  .Fundraise-Section .fundraise-card {
    padding: 20px;
    margin-bottom: 18px;
    min-height: auto;
  }
  .Fundraise-Section .card-title {
    font-size: 1.38rem;
  }
}
/* ----Help-Section-End---- */
.modal{
  z-index: 105000!important;
}
.modal-header {
  position: relative;
  display: flex;
  justify-content: center;
}

.modal-header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1051;
}
/* ----Gallery-Section-Start---- */
 .gallery-button .gallery-btn {
    background-color: #16a75f;
    color: #fff;
    border: none;
    margin: 5px;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
  }
  .gallery-button .gallery-btn:hover,
  .gallery-button .gallery-btn.active {
    background-color: #ff9500;
  }
  .gallery-images img {
    width: 100%;
    max-width: 600px;
    margin: 20px 0;
    border-radius: 10px;
  }
  .d-none {
    display: none;
  }
  @media (max-width: 650px) {
 .gallery-button .gallery-btn {
    background-color: #16a75f;
    color: #fff;
    border: none;
    margin: 2px;
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
  }
}
/* ----Gallery-Section-End---- */
/* ----Event-Section-Start---- */
.Event-Schedule-Section {
  background: #17342f;
  color: #fff;
  min-height: 100vh;
  font-family: "Montserrat", Arial, sans-serif;
}
.Event-Schedule-Section .section-badge {
  color: #ff9500;
  font-weight: 600;
  font-size: 1.13rem;
  margin-bottom: 13px;
  display: inline-block;
}
.Event-Schedule-Section .section-badge .bi {
  vertical-align: middle;
}
.Event-Schedule-Section .section-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.09;
  letter-spacing: 0.3px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
}

.Event-Schedule-Section .events-btn {
  background: #16a75f;
  color: #fff;
  font-weight: 600;
  font-size: 1.15rem;
  border-radius: 36px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  border: none;
  box-shadow: 0px 2px 18px rgba(24, 71, 44, 0.1);
}
.Event-Schedule-Section .events-btn .icon-round {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #16a75f;
  border-radius: 50%;
  padding: 10px;
  font-size: 1.48rem;
  margin-right: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Event-Schedule-Section .event-card-wrap {
  background: #fff;
  border-radius: 33px;
  box-shadow: 0 5px 32px 0 rgba(20, 73, 41, 0.08);
  padding: 30px;
  max-width: 1400px;
  margin: 40px auto 0 auto;
  color: #153e2a;
  position: relative;
}
.Event-Schedule-Section .event-card-wrap .row {
  align-items: center;
}
.Event-Schedule-Section .event-img-box {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 216px;
}
.Event-Schedule-Section .event-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.Event-Schedule-Section .event-details {
  padding-left: 38px;
}
.Event-Schedule-Section .event-date-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 11px;
}
.Event-Schedule-Section .event-date-label {
  background: #f7f5f2;
  color: #17453b;
  border-radius: 26px;
  padding: 5px 18px;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
}
.Event-Schedule-Section .event-date-label .bi {
  color: #ff9500;
}
.Event-Schedule-Section .event-time-label {
  background: #f7f5f2;
  color: #17453b;
  border-radius: 26px;
  padding: 5px 18px;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
}
.Event-Schedule-Section .event-time-label .bi {
  color: #ff9500;
}
.Event-Schedule-Section .event-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 13px;
  color: #153e2a;
  font-family: "Montserrat", sans-serif;
}
.Event-Schedule-Section .event-desc {
  color: #999fae;
  font-size: 1.06rem;
  margin-bottom: 18px;
}
.Event-Schedule-Section .event-info-row {
  border-top: 1px solid #eff1ef;
  padding-top: 18px;
}
.Event-Schedule-Section .event-venue-label {
  color: #16a75f;
  font-weight: 700;
  font-size: 1.1rem;
}
.Event-Schedule-Section .event-venue-detail {
  color: #222;
  font-size: 1rem;
  margin-left: 0.7em;
}
.Event-Schedule-Section .event-map-link {
  color: #16a75f;
  font-weight: 700;
  text-decoration: underline;
}
.Event-Schedule-Section .event-details-btn {
  background: #16a75f;
  color: #fff;
  font-weight: 600;
  font-size: 1.13rem;
  border-radius: 36px;
  padding: 10px 15px;
  display: inline-flex;
  align-items: center;
  border: none;
  margin-top: 30px;
  box-shadow: 0px 2px 12px rgba(24, 71, 44, 0.1);
}
.Event-Schedule-Section .event-details-btn .icon-round {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #16a75f;
  border-radius: 50%;
  padding: 10px;
  font-size: 1.35rem;
  margin-right: 10px;
}
@media (max-width: 1100px) {
  .Event-Schedule-Section .section-title {
    font-size: 1.48rem;
  }
  .Event-Schedule-Section .event-card-wrap {
    padding: 24px 4vw;
  }
  .Event-Schedule-Section .event-details {
    padding-left: 3vw;
  }
}
@media (max-width: 650px) {
  .Event-Schedule-Section .event-title {
    font-size: 1.3rem;
    font-weight: 700;
  }
  .Event-Schedule-Section .event-card-wrap {
    padding: 15px 4vw;
  }
  .Event-Schedule-Section .event-date-label {
    font-size: 0.9rem;
    padding: 5px 12px;
  }
  .Event-Schedule-Section .event-time-label {
    font-size: 0.9rem;
    padding: 5px 12px;
  }
  .Event-Schedule-Section .event-details {
    padding: 10px;
    margin-top: 10px;
  }
  .Event-Schedule-Section .row {
    flex-direction: column;
  }
}
/* ----Event-Section-End---- */
/* ----FAQ-Section-Start---- */
.Faq-Section {
  background: #fff;
  font-family: "Montserrat", Arial, sans-serif;
}

.Faq-Section .faq-img-main {
  width: 96%;
  max-width: 410px;
  min-width: 250px;
  border-radius: 28px;
  box-shadow: 0 5px 28px 0 rgba(20, 41, 34, 0.07);
  display: block;
}
.Faq-Section .faq-img-overlap {
  position: absolute;
  left: 16vw;
  bottom: -34px;
  width: 57%;
  max-width: 245px;
  min-width: 180px;
  border-radius: 18px;
  box-shadow: 0 7px 24px 0 rgba(20, 41, 34, 0.1);
  border: 7px solid #fff;
  z-index: 3;
}
.Faq-Section .faq-badge {
  color: #ff9500;
  font-weight: 600;
  font-size: 1.14rem;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
  display: inline-block;
}
.Faq-Section .faq-badge .bi {
  vertical-align: middle;
}
.Faq-Section .faq-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 14px;
  color: #17453b;
  font-family: "Montserrat", Arial, sans-serif;
}
.Faq-Section .faq-desc {
  color: #6c757d;
  font-size: 1rem;
  margin-bottom: 28px;
  max-width: 730px;
}
.Faq-Section .accordion {
  margin-top: 14px;
}
.Faq-Section .accordion-item {
  border: none;
  border-radius: 19px;
  box-shadow: 0 3px 14px 0 rgba(20, 41, 34, 0.07);
  margin-bottom: 16px;
}
.Faq-Section .accordion-button {
  font-weight: 600;
  font-size: 1.2rem;
  color: #17453b;
  padding: 20px 38px 18px 28px;
  border-radius: 19px;
  background: #fff;
  box-shadow: none;
  outline: none;
  transition: background 0.2s;
}
.Faq-Section .accordion-button:not(.collapsed) {
  color: #16a75f;
  background: #fff;
  box-shadow: none;
}
.Faq-Section .accordion-button.collapsed::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 900;
  color: #16a75f;
  background: none;
  border: none;
}
.Faq-Section .accordion-button:not(.collapsed)::after {
  content: "–";
  font-size: 1.5rem;
  font-weight: 900;
  color: #16a75f;
  background: none;
  border: none;
}
.Faq-Section .accordion-body {
  font-size: 1.12rem;
  color: #222;
  border-top: 1px solid #ededed;
  background: #fcfcfa;
  border-radius: 0 0 19px 19px;
  padding: 18px 32px 18px 26px;
}

@media (max-width: 1100px) {
  .Faq-Section .faq-title {
    font-size: 2.1rem;
  }
}
@media (max-width: 600px) {
  .Faq-Section .faq-title {
    font-size: 1.48rem;
  }

  .Faq-Section .accordion-button {
    font-size: 1.08rem;
    padding: 13px 18px;
  }
  .Faq-Section .accordion-body {
    font-size: 1rem;
    padding: 10px 10px 10px 17px;
  }
}
/* ----FAQ-Section-End---- */
/* ----Testimonials-Section-Start---- */
.Customer-Feedback-Section {
     background-image: url(assets/bg-20.png);
    background-color: #F4F2EB;
    background-position: center center;
    background-repeat: no-repeat;

}
.Customer-Feedback-Section .section-badge {
  color: #ff9500;
  font-weight: 600;
  font-size: 1.18rem;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
  display: inline-block;
}
.Customer-Feedback-Section .section-badge .bi {
  vertical-align: middle;
}
.Customer-Feedback-Section .section-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  color: #153e2a;
  margin-bottom: 14px;
}
.Customer-Feedback-Section .splide__slide {
  display: flex;
  align-items: center;
  gap: 44px;
}

.Customer-Feedback-Section .feedback-quote {
  color: #ff9500;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}
.Customer-Feedback-Section .feedback-text {
  color: #707070;
  font-size: 1.18rem;
  font-weight: 400;
  margin-bottom: 34px;
  border-top: 1px solid #c2dfc6;
  padding-top: 24px;
}
.Customer-Feedback-Section .feedback-user {
  display: flex;
  align-items: center;
  gap: 20px;
}
.Customer-Feedback-Section .user-img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 19px;
  background: #e3f7ff;
}
.Customer-Feedback-Section .user-details {
  display: flex;
  flex-direction: column;
}
.Customer-Feedback-Section .user-name {
  font-weight: 700;
  color: #16392e;
  font-size: 1.3rem;
}
.Customer-Feedback-Section .user-role {
  color: #707070;
  font-size: 1.01rem;
}


.Customer-Feedback-Section .feedback-main-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 28px;
  border: 4px solid #fff;
}
.Customer-Feedback-Section .orange-outline {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 33px;
  border: 2px solid #ff9500;
  pointer-events: none;
}
.Customer-Feedback-Section .splide__arrows {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
.Customer-Feedback-Section .splide__arrow {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #ff9500;
  border-radius: 13px;
  color: #ff9500;
  font-size: 1.7rem;

  box-shadow: 0 3px 14px 0 rgba(235, 122, 0, 0.1);
  transition: background 0.18s, color 0.18s;
}
.Customer-Feedback-Section .splide__arrow:hover {
  background: #ff9500;
  color: #fff;
}

@media (max-width: 1100px) {
  .Customer-Feedback-Section .splide__slide {
    flex-direction: column;
  }
  .Customer-Feedback-Section .feedback-right {
    margin-top: 30px;
  }
  .Customer-Feedback-Section .section-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 600px) {

  .Customer-Feedback-Section .section-title {
    font-size: 1.48rem;
  }


  .Customer-Feedback-Section .splide__arrow {
    width: 37px;
    height: 37px;
    font-size: 1.19rem;
  }
}

.Contact-Form-Section form {
  background: #fff;
  border-radius: 16px;
  padding: 36px 20px 26px 20px;
}
.Contact-Form-Section .form-label {
  opacity: 0.0;
  position: absolute;
}
.Contact-Form-Section .form-control,
.Contact-Form-Section textarea {
  border: none;
  border-bottom: 1px solid #bfc7c7;
  border-radius: 0;
  background: transparent;
  font-size: 1.19rem;
  color: #555;
  margin-bottom: 22px;
  box-shadow: none;
  resize: none;
}
.Contact-Form-Section .form-control:focus,
.Contact-Form-Section textarea:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #ff9500;
}
.Contact-Form-Section .form-row {
  display: flex;
  gap: 16px;
}
.Contact-Form-Section .form-row .form-group {
  flex: 1 1 50%;
}
.Contact-Form-Section textarea {
  min-height: 65px;
}
.Contact-Form-Section .form-btn {
  background: #ff9500;
  color: #fff;
  font-weight: 600;
  font-size: 1.18rem;
  border: none;
  border-radius: 14px;
  width: 100%;
  padding:18px 0;
  margin-top:14px;
  transition: background .15s;
}
.Contact-Form-Section .form-btn:hover {
  background: #16a75f;
}
@media (max-width:700px){

  .Contact-Form-Section .form-row{flex-direction:column; gap:0;}
}
/* ----Testimonials-Section-End---- */
/* ----Team-Section-Start---- */


.team-img-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.team-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.social-list {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 2;
}
.social-group-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #16a75f;
  color: #fff;
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  box-shadow: 0 4px 14px 0 rgba(22,167,95,0.13);
}
.social-icon {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: #fff;
  color: #16a75f;
  font-size: 1.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border: none;
  box-shadow: 0 2px 10px 0 rgba(40,60,35,0.11);
  transition: background .16s, color .16s;
}
.social-icon:hover { background: #16a75f; color: #fff; }
.team-bubble {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #16a75f;
  color: #fff;
  min-height: 80px;
  padding: 10px;
  text-align: center;
  z-index: 3;
  font-family: 'Montserrat', Arial, sans-serif;
}
.team-bubble .name {
  font-weight: 700;
  font-size: 1.32rem;
  margin-bottom: 5px;
}
.team-bubble .role {
  font-size: 1.1rem;
  font-weight: 400;
  opacity: 0.92;
}
@media (max-width:700px){
  .team-card{max-width:97vw;}
  .team-img{height:300px;}
}
/* ----Team-Section-End---- */

/* ------footer-section-start------- */

.footer-section {
  background-image: url(assets/footer-bg.png);
  background-color: #062e39;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0 25px;
  position: relative;
  overflow: hidden;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  height: 100px;
  background-color: #fff;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-box .social li {
  margin: 0px 5px;
}

.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: 0.5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #fc791a;
}

.footer-box .social li a:hover {
  color: #fc791a;
  background-color: #fff;
  border-radius: 10px;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #fc791a;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: "";
}

.footer-link ul li a:hover {
  color: #fc791a;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}

.footer-box ul li a {
  color: #fff;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #fc791a;
}

.footer-link2 ul li i {
  margin-right: 10px;
  color: #fff;
  height: 35px;
  font-size: 15px;
  width: 35px;
  border-radius: 5px;
  background-color: #fc791a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #fc791a;
  margin-top: 10px;
}

.footer-section hr {
  margin-bottom: 0px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}

/* ------footer-section-end-------- */
/* ------About-Page-Start-------- */
.about-banner {
  background-image: url("assets/banner.jpg"); /* 👈 apni image ka path yahan likho */
  background-size: cover;
  background-position: center;
  height: 60vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.about-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); /* dark overlay for better text readability */
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
}

.banner-content h1 {
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 10px;
}

.banner-content p {
  font-size: 1.2rem;
}
/* Responsive Text */
@media (max-width: 768px) {
  .banner-content h1 {
    font-size: 2rem;
  }

  .banner-content p {
    font-size: 1rem;
  }

  .about-banner {
    height: 40vh;
  }
}

.vision-section {
  background-image: url(assets/our-approach-bg.png);
  background-color: #062e39;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.image-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 28px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
}

.image-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.3);
}

.image-card img {
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.image-card:hover img {
  transform: scale(1.05);
}

.trust-badge {
  background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
  border-radius: 25px;
  padding: 20px 20px;
  color: white;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  box-shadow: 0 20px 40px rgba(255, 107, 53, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.trust-badge:hover::before {
  left: 100%;
}

.trust-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 50px rgba(255, 107, 53, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.vision-title {
  color: white;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 20px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.vision-title .highlight {
  color: #ff6b35;
  position: relative;
  display: inline-block;
}

.approach-header {
  color: #ff6b35;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mission-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 400;
}

.mission-item {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.mission-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #ff6b35, #f7931e);
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.mission-item:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(10px);
  border-color: rgba(255, 107, 53, 0.3);
}

.mission-item:hover::before {
  transform: scaleY(1);
}

.mission-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
  transition: all 0.3s ease;
}

.mission-item:hover .mission-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 15px 35px rgba(255, 107, 53, 0.4);
}

.mission-icon i {
  color: white;
  font-size: 1.5rem;
}

.mission-title {
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.mission-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}

.we-are {
  background-color: #fff;
  border: 1px solid #56596924;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.we-are-text {
  font-size: 1.2rem;
}
@media (max-width: 992px) {
  .image-card {
    margin-bottom: 20px;
  }

  .trust-badge {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .we-are-text {
    font-size: 1rem;
  }

  .trust-badge {
    font-size: 1rem;
    padding: 10px 10px;
  }
  .vision-section {
    padding: 40px 0px;
  }
}

/* ------About-Page-end-------- */
/* ------Contact-Page-Start-------- */

.contact-details {
  background-color: #062e39;
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.contact-details p {
  margin-bottom: 0;
  line-height: 25px;
  font-size: 15px;
}

.contact-details i {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #fd5523;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  font-size: 22px;
}

.contact-form .form-control {
  box-shadow: none;
  outline: none;
  padding: 13px;
}

.contact-form-btn button {
  background-color: #fd5523;
  color: #fff;
  padding: 8px 20px;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
}

.contact-input {
  position: relative;
}

.contact-input i {
  position: absolute;
  top: 20px;
  right: 40px;
}
/* ------Contact-Page-end-------- */
.service-area {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 20px 0;
}

.section-title {
  color: #333;
  font-size: 24px;
  font-weight: 600;

  padding-bottom: 10px;
}

.service-link {
  display: block;
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
  padding: 12px 20px;
  margin-bottom: 15px;
  border-radius: 25px;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.service-link:hover {
  background-color: #fd5523;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}
/* ////////////service page////////////       */
.services-sidebar {
  background: white;
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: fit-content;
}

.services-header {
  background: linear-gradient(135deg, #ff4f1a, #ff6b3d);
  color: white;
  padding: 24px;
  border-radius: 20px 20px 0 0;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.service-item {
  padding: 20px 24px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.service-item:last-child {
  border-bottom: none;
  border-radius: 0 0 20px 20px;
}

.service-item:hover {
  background-color: #f8f9fa;
  padding-left: 30px;
}

.service-item span {
  color: #6c757d;
  font-size: 16px;
  font-weight: 500;
}

.service-arrow {
  color: #6c757d;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.service-item:hover .service-arrow {
  transform: translateX(5px);
}

.hero-section {
  background: white;
  /* border-radius: 20px; */
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.hero-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.hero-content {
  padding: 40px;
}

.hero-content p {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.main-content {
  padding-left: 30px;
}

@media (max-width: 768px) {
  .main-content {
    padding-left: 0;
    margin-top: 30px;
  }

  .hero-content {
    padding: 30px 20px;
  }

  .services-header {
    padding: 20px;
    font-size: 20px;
  }

  .service-item {
    padding: 18px 20px;
  }
}

.feature-card {
  border-radius: 20px;
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.feature-card.light {
  background-color: #f1f3f5;
  color: #495057;
}

.feature-card.orange {
  background: linear-gradient(135deg, #ff6b35, #ff8c42);
  color: white;
}

.feature-number {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}

.feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  line-height: 1;
}

.feature-description {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
}

.icon-container {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-bottom: 1rem;
}

.icon-container i {
  font-size: 2rem;
  color: #ff6b35;
}

.orange .icon-container {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.orange .icon-container i {
  color: white;
}

.container-custom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 1rem;
}

@media (max-width: 768px) {
  .feature-card {
    padding: 2rem 1.5rem;
  }

  .feature-number {
    font-size: 3rem;
  }

  .feature-title {
    font-size: 1.5rem;
  }

  .feature-description {
    font-size: 1rem;
  }
}
/* //////////////Service Page End/////////////        */

@media screen and (max-width: 1024px) {
  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    padding: 0px 15px;
  }

  header .book img {
    width: 185px;
  }
  header .book img {
    width: 210px;
    height: 40px;
  }

  .hero-slide .hero-box h2 {
    font-size: 44px;
  }

  .hero-section .hero-slide {
    padding: 70px 0px;
    clip-path: none;
  }

  .process-section,
  .branch-section,
  .gallery-section,
  .details-section {
    padding: 40px 0px 60px;
  }

  .counter-section {
    margin: 60px 0px;
  }

  .ser-box .ser-item h4 {
    font-size: 20px;
  }

  .ser-box .ser-item {
    text-align: justify;
    height: 100%;
  }

  .ser-head h2 {
    margin-bottom: 0px;
  }

  .m-100 {
    margin-bottom: 50px;
  }

  .testimonial-section {
    margin-top: 50px;
  }

  .branch-box h4 {
    font-size: 19px;
    font-weight: 700;
  }

  .footer-section .copy-right {
    margin-top: 20px;
  }

  .top-right .phone {
    margin-right: 10px;
  }

  .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px;
    font-size: 15px;
  }
  .menu .navbar-nav {
    margin-left: 50px;
  }
}

@media screen and (max-width: 992px) {
  .menu .navbar-light .navbar-toggler-icon {
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fc791a !important;
  }

  header .book {
    display: none;
  }

  .menu .navbar-brand {
    display: block;
  }

  .menu .navbar {
    padding: 10px 0px;
  }

  .menu .navbar-brand img {
    height: auto;
  }
  .menu .navbar-light .navbar-toggler-icon i {
    font-size: 25px;
  }

  .menu .navbar-light .navbar-toggler {
    border: none;
    background-color: #fc791a !important;
    padding: 5px 10px;
  }

  .menu .navbar-toggler:focus {
    box-shadow: none;
  }

  .book-now .sec-btn {
    margin-bottom: 10px;
  }

  .menu .navbar-nav {
    display: inline-block;
    margin: 0;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    padding: 3px 0px;
  }

  .hero-slide .hero-box h2 {
    font-size: 50px;
  }

  .get-quote {
    margin: 20px;
  }
  .p-100 {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 768px) {
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
  }
  .menu {
    background-color: #fff;
  }
  .hero-section .hero-slide {
    text-align: start !important;
  }
  .hero-slide {
    padding: 80px 10px !important;
    min-height: 60vh !important;
  }
  .process-section .ps-box {
    margin-top: 15px;
  }

  .ps-head h2 {
    margin-bottom: 0px;
  }

  .banner-section {
    padding: 60px 0px;
  }

  .banner-title h2 {
    font-size: 45px;
  }

  .f-footer .footer-link2 ul {
    padding: 0px;
  }

  .m-100 {
    margin-bottom: 30px;
  }

  .dsl {
    margin-top: 15px;
  }

  .process-section,
  .testimonial-section,
  .counter-section,
  .branch-section,
  .gallery-section,
  .details-section {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .about-section .as-item .as-img img,
  .as-item .text {
    display: none;
  }

  .as-img.mt-4 img {
    display: block !important;
    max-height: 450px !important;
  }

  .as-content,
  .testimonial {
    margin-top: 30px;
  }

  .counter-section {
    margin: 40px 0px;
  }

  .footer-section .copy-right {
    margin-top: 20px;
  }

  .footer-section {
    padding-top: 16px;
  }

  .footer-box {
    margin-top: 15px;
  }

  .contact-section .map {
    height: 300px;
    margin-top: 30px;
  }

  .footer-box ul li {
    margin: 5px 0px;
  }
}

@media screen and (max-width: 580px) {
  .top-bar {
    display: none;
  }

  .hero-slide .hero-box h2,
  .ps-head h2 {
    font-size: 30px;
  }

  h2,
  .tes-head h2 span {
    font-size: 28px;
  }
  .p-100 {
    padding: 40px 10px;
  }
  .slider-nav .ser-list {
    font-size: 15px;
  }

  .slider-nav .ser-list {
    font-weight: 400;
    padding: 25px 7px;
    margin: 5px;
  }

  .top-right .phone .icon {
    height: auto;
    width: auto;
    background-color: transparent;
    margin-right: 5px;
    font-size: 14px;
  }

  .footer-section hr {
    display: none;
  }

  .top-right .phone .text b,
  .top-right .phone .text br,
  .work-section .w-box h4 br,
  .top-right .phone:nth-child(3) {
    display: none;
  }

  .top-bar .top-right .phone {
    margin-right: 10px;
  }

  .top-bar .top-right i {
    padding-right: 5px;
  }

  .top-bar .top-right a {
    font-size: 16px;
  }

  .hero-section .hero-slide {
    padding: 50px 0px;
  }

  .menu .navbar {
    border-radius: 30px 30px 0px 0px;
  }
  .menu .navbar-brand img {
    width: 60px;
  }

  .quote h2 {
    font-size: 30px;
  }

  .as-text p {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .banner-section {
    padding: 50px 0px;
  }

  .quote .f-group input {
    margin: 5px 0px;
  }

  .quote .f-group button {
    margin-top: 5px;
    border: none;
  }

  .banner-title h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 400px) {
  .menu .navbar-brand img {
    width: 60px;
  }
}

/*---thank-Section-Start----*/

.thank {
  text-align: center;
  height: 100vh;
  width: 100%;
  margin-top: 0px;
}
.thank img {
  width: 60%;
}
.thank ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.thank ul li a {
  height: 45px;
  width: 45px;
  background: #ef2445;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin: 5px;
  border-radius: 5px;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .thank {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .thank {
    margin: 50px 0px;
    height: auto;
  }
}

@media screen and (max-width: 580px) {
  .thank {
    margin: 20px 0px;
  }
  .thank img {
    width: 70%;
  }
}

/*---thank-Section-end----*/
