/* Page Loader Animation. Start Here*/
.loader {
  background-color: #414f9b;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 222222;
}

.loader svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loader svg path,
.loader svg rect {
  fill: #ffffff;
}
/* Page Loader Animation. End Here*/

/* Navbar Start Here */
.main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #FFFFFF;
  padding: 0px;
  transition: all .3s;
  box-shadow: 0 4px 6px rgba(22, 22, 26, 0.18);
}

header.nav-scrolled .main-navigation {
  padding: 10px 0px;
  position: fixed;
  z-index: 222;
  background-color: #2a2a2a;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

header.nav-scrolled .main-navigation .navbar-brand {
  padding: 0px;
}

header.nav-scrolled .main-navigation .navbar-nav {
  margin-top: 0px;
}

header.nav-scrolled .main-navigation .navbar-nav .nav-item .nav-link {
  border-top: none;
  padding: 8px 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

header.nav-scrolled .main-navigation .navbar-nav .nav-item .active {
  border-top: none;
  border-radius: 7px;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar-light {
  padding: 10px 0px;
}

.navbar-light .navbar-brand {

  padding: 10px 0px 10px 0px;
}

.navbar-light .navbar-nav .nav-item {
  margin-left: 0px;
  text-align: center;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
}

.navbar-light .navbar-nav .nav-item:last-child {
  border-bottom: none;
}

.navbar-light .navbar-nav .nav-item .nav-link {
  color: #044899;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 20px;
}

.navbar-light .navbar-nav .nav-item .nav-link:hover {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #0087DE;
  border-radius: 5px;
}

.navbar-light .navbar-nav .nav-item .active {
  font-weight: bolder;
  color: #FFFFFF;
  background-color: #0087DE;
  border-radius: 5px;
  padding: 10px 20px;
}

/* Navbar End Here */

/* Banner Start Here */
#banner {
  padding-top: 70px; /* Adjust this value to match your navbar height */
}

.custom-carousel {
  margin-top: 0px;
  background-color: #3f51b5;
  padding: 30px 15rem;
  color: #FFFFFF;
  min-height: auto;
  text-align: justify;
}

.promo-title{
  font-size: 40px;
  font-weight: bold;
}
/* Banner End Here */

/* Services Start Here */
#services{
  margin-top: 5rem;
}

#services .title::before {
  content: '';
  background: #42509d;
  height: 5px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(63px);
}

#services .title::after {
  content: '';
  background: #42509d;
  height: 10px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(8px);
}

.services_content_section {
  padding: 50px 0;
}

.services_cards {
  padding: 5px;
}

.services_card_item {
  padding: 1rem;
  height: 100%;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.services_card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.service-img {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  filter: contrast(90%);
  background-image: cadetblue;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.service-card-header h4 {
  padding: 5px;
  margin-top: 25px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services_card_content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
  padding: 0;
  text-align: left;
}

.services-list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border-top: 1px dotted rgba(0, 0, 0, .125) !important;
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.service-footer {
  border-top: 1px dotted rgba(0, 0, 0, .125) !important;
}

.service-footer .service-btn {
  width: 100%;
  background-image: linear-gradient(to right, #42509d, #3f51b5);
  color: #fff;
}

.service-footer .service-btn a {
  text-decoration: none;
  color: #fff;
}

#services .btn-primary {
  box-shadow: none;
  padding: 8px 25px;
  border: none;
  border-radius: 20px;
  background-image: linear-gradient(to right, #42509d, #3f51b5);
}
/* Services End Here */

/* About US Start Here */
#about-us{
  padding: 50px 0;
  background: #f8f9fa;
  margin-top: 7rem;
}

.aboutUs_content_section {
  padding-top: 50px;
}

#about-us .title::before {
  content: '';
  background: #42509d;
  height: 5px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(63px);
}

#about-us .title::after {
  content: '';
  background: #42509d;
  height: 10px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(8px);
}

.about-title{
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
}

.about-us ul li{
  margin-left: 30px;
  line-height: 30px;
}

.about-us h1{
  margin-top: 50px !important;
}
/* About US End Here */

/* Clients Feedback Start Here */
#testimonials{
  padding: 50px 0;
  margin-top: 3rem;
}

.testimonials_content_section {
  padding-top: 50px;
  justify-content: center;
}

#testimonials .title::before {
  content: '';
  background: #42509d;
  height: 5px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(63px);
}

#testimonials .title::after {
  content: '';
  background: #42509d;
  height: 10px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(8px);
}

.testimonials{
  border-left: 4px solid #42509d;
}

.testimonials p{
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: justify;
}

.testimonials a{
  color: #0071c1;
}

.client-profile{
  display: flex;
  align-items: center;
}

.testimonials img{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: 0 10px;
}
/* Clients Feedback End Here */

/* Footer Start Here */
.footer-section {
  background-image: linear-gradient(to right, #42509d, #3f51b5);
  position: relative;
  margin-top: 1rem;
}

.footer-cta {
  border-bottom: 1px solid #fff;
}

.single-cta i {
  color: #fff;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.fa-solid, .fas {
  font-weight: 900;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #fff;
  font-size: 15px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #fff;
}

.footer-widget ul {
  margin: 0px;
  padding: 0px;
}

.footer-widget ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}

.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
  text-decoration:none;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #fff;
  border: none;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #0087DE;
  padding: 12px 20px;
  border: 1px solid #0087DE;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.social-icons img {
  width: 60px;
  transition: 0.5s;
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
/* Footer End Here */

/* About US Page Start */
#about-us-container{
  margin-top: 10rem;
  margin-bottom: 5rem;
}
/* About US Page End */

/* Contact US Page Start */
#Contact{
  margin-top: 10rem;
  margin-bottom: 5rem;
}

#Contact a{
  text-decoration: none;
}
/* Contact US Page End */

/* Terms & Condition Start */
#termsAndCondition{
  margin-top: 10rem;
  margin-bottom: 5rem;
}

.termsAndCondition-header {
  margin-bottom: 50px;
}

.termsAndCondition_content_section ol li {
  margin-bottom: 20px;
  font-size: 20px;
}
/* Terms & Condition End */

/* Single Service Page Start */
#order_service {
    padding: 130px 0;
}

.order-header {
  padding: 0px 0 50px;
}

.service_card_header {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Single Service Page End */

/* All Service Page Start */
.service-cards {
  padding: 130px 0;
}

.service-cards .title::before {
  content: '';
  background: #42509d;
  height: 5px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(63px);
}

.service-cards .title::after {
  content: '';
  background: #42509d;
  height: 10px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(8px);
}

.services_cards {
  padding: 5px;
}

.services_card_item {
  padding: 1rem;
  height: 100%;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.services_card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.service-img {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  filter: contrast(90%);
  background-image: cadetblue;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.service-card-header h4 {
  padding: 5px;
  margin-top: 25px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services_card_content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
  padding: 0;
  text-align: left;
}

.services-list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border-top: 1px dotted rgba(0, 0, 0, .125) !important;
}

.card-footer.service-footer {
  padding: 20px 20px 5px;
}

.card-footer.service-footer a {
  font-size: 16px;
}
/* All Service Page End */

/* Shop Page Start */
#shop-section{
  padding: 100px 0;
}
/* Shop Page End */

/* Captcha Verification Start */
.captcha-container {
  margin: 30px 0;
  font-family: Arial, sans-serif;
}

.captcha-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7f7f7;
  padding: 10px;
  width: fit-content;
  border-radius: 6px;
}

.captcha-input {
  width: 60px;
  padding: 5px;
}

.refresh-btn {
  padding: 5px 10px;
  cursor: pointer;
  border: none;
  background: #0d6efd;
  color: white;
  border-radius: 4px;
}

.captcha-message {
  color: red;
  font-size: 14px;
}
/* Captcha Verification End */

/* ========================================== Media Query Start Here ========================================== */
@media (min-width: 992px) {
  .navbar-nav {
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
    margin-top: 0px;
  }
}

@media (min-width: 576px) {
  header.nav-scrolled .main-navigation .navbar-nav .nav-item .nav-link {
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  .navbar-light {
    padding: 0px;
  }
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-item {
    margin-left: 20px;
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  #banner {
    padding-top: 80px; /* Adjust this value to match your navbar height */
  }
}

/* Custom Carousel Start */
/* Large screens (desktop) */
@media (max-width: 1400px) {
  .custom-carousel {
    padding: 30px 10rem;
    min-height: 800px;
  }
}

/* Medium screens (tablets) */
@media (max-width: 992px) {
  .custom-carousel {
    padding: 30px 5rem;
    min-height: 600px;
  }
}

/* Small screens (phones) */
@media (max-width: 768px) {
  .custom-carousel {
    padding: 20px 2rem;
    text-align: left; /* optional: reads better on mobile */
    min-height: 800px;
  }

  .carousel-item button{
    font-size: 14px;
  }

  .carousel-item .promo-title{
    font-size: 30px;
  }
}

/* Extra small screens */
@media (max-width: 480px) {
  .custom-carousel {
    padding: 15px 1rem;
    min-height: 900px;
  }

  .carousel-item .promo-description{
    text-align: justify;
  }

  .carousel-item button{
    font-size: 14px;
  }

  .carousel-item .promo-title{
    font-size: 30px;
  }
}
/* Custom Carousel Start */
/* ================================================== Media Query End Here ======================================================= */

