/* common css class */
.pad-0{
    padding:0 !important;
}

.pad-t-b-10{
    padding: 10px 0;
}

.col-whi{
    color:white;
}

.col-yel{
    color:yellow;
}

.product-price .fot-col{
    color:#075c81;
}

.wid-70{
    width:70%;
}

.wid-75{
    width:75%;
}

.ali-con-ven{
    align-content: center;
}

.text-justify{
    text-align:justify;
}
.text-col-1{
    color:#3C425A;
}
.peacock-col{
    background-color:#075C81;
}

.wid-85per{
    width:85%;
}

.wid-fit-con{
    width:fit-content;
}

.li-col-whi li a{
 color: white;
}

.line-24px{
  line-height:24px;
}

p .bold-text{
    font-weight:600;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 72%); /* change opacity here */
}

.hei-400px{
    height:400px;
}

/* website css */


/*home */
/*material section*/

.swiper.materials-swiper.material-swiper{
    padding:15px;
}

/*banner*/
.slick-track{
    height:80vh !important;
}


/*@media (min-width: 1200px) {*/

/*    .container,*/
/*    .container-lg,*/
/*    .container-md,*/
/*    .container-sm,*/
/*    .container-xl {*/
/*        max-width: 1300px;*/
/*    }*/

/*}*/

@media (min-width: 2000px) {

    body{
    max-width: 1500px;
    justify-self: center;
}
}

/*logo */
.logo.galxy-logo a img {
    width: 180px;
    min-width: 180px;
}


/*banner*/
.back-swip-imag{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.back-img-hei{*/
/*    height:560px;*/
/*}*/

/*.hero-slider-1 {*/
/*    height: 560px;*/
/*    border: 1px solid black;*/
/*}*/


.product-cart-wrap .product-img-action-wrap .product-img.galaxy-pro a img {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}

.product-price .pro-desc{
    font-size: 15px;
    color: black;
}


/*geta quote*/
.but-ton{
    border: 1px solid #075c81;
    padding: 8px 12px;
    border-radius: 50px;
    background-color: #075c81;
}

/*footer*/
.logo.logo-width-1 a img {
    width: 90px;
    min-width: 90px;
}

/*why choose us*/

.why-choose-us {
  background: #f9fafb;
  padding: 60px 0;
  /*font-family: "Segoe UI", sans-serif;*/
}

/*.container {*/
/*  max-width: 1200px;*/
/*  margin: auto;*/
/*  padding: 0 20px;*/
/*}*/

.section-header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  /*color: #1f2937;*/
  line-height: 1.2;
}

.section-header p {
  /*color: #6b7280;*/
  font-size: 16px;
  line-height: 1.7;
}

.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.feature-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 25px 20px;
  box-shadow: 3px 4px 0 1px #e5e7eb;
  transition: all 0.3s ease;
}

.feature-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

.feature-card .icon {
  font-size: 30px;
  margin-bottom: 15px;
}

.feature-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111827;
}

.feature-card p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .section-header {
    grid-template-columns: 1fr;
  }

  .features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .features {
    grid-template-columns: 1fr;
  }
}

/* testimonial */

.galaxy.testimonials {
  background: #f7f9fc;
  padding: 60px 20px;
  /* font-family: Arial, sans-serif; */
}

/*.galaxy .container {*/
/*  max-width: 1200px;*/
/*  margin: 0 auto;*/
/*}*/

.galaxy h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.galaxy .subtitle {
  max-width: 700px;
  /* color: #666; */
  margin-bottom: 40px;
}

/* Grid */
.galaxy .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Card */
.galaxy .testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);*/
  display: flex;
  flex-direction: column;
  height: 100%;
}

.galaxy .stars {
  color: #f5b400;
  font-size: 18px;
  margin-bottom: 10px;
}

.galaxy .testimonial-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.galaxy .testimonial-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  flex-grow: 1;
}

/* Author */
.galaxy .author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.galaxy .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.galaxy .author strong {
  display: block;
  font-size: 14px;
}

.galaxy .author span {
  font-size: 12px;
  color: #888;
}

/* Responsive */
@media (max-width: 1024px) {
  .galaxy .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .galaxy .testimonial-grid {
    grid-template-columns: 1fr;
  }
}


/*material*/
.galaxy.materials {
  padding: 60px 20px;
}


.galaxy .section-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.galaxy .section-desc {
  max-width: 700px;
  font-size: 14px;
  color: #555;
  margin-bottom: 30px;
}

.galaxy .materials-wrapper {
  position: relative;
}

/* Swiper Card */
.galaxy .material-card {
  background: #fff;
  border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  overflow: hidden;
  text-align: center;
      /*border: 1px solid #b4b3b3;*/
}

.galaxy .material-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.galaxy .material-card span {
  display: block;
  padding: 12px;
  font-size: 18px;
  font-weight: 600;
  /*border-top: 1px solid #eee;*/
}

/* Navigation arrows */
.galaxy .materials-prev,
.galaxy .materials-next {
  color: #333;
}

.galaxy .materials-prev::after,
.galaxy .materials-next::after {
  font-size: 16px;
}

/* Swiper spacing */
.galaxy .materials-swiper .swiper-slide {
  height: auto;
}




/* product page */

.hero-2.min-wid-400{
      padding: 150px 0px;
        min-height: 400px;
        position:relative;
}


.product-image-slider .pro-det-img{
    width: 100%;
    height: fit-content;
}

.product-image-slider .pro-det-img img{
    width:100%;
    height:600px;
}

.slider-nav-thumbnails{
    height:200px !important;
}


.slider-nav-thumbnails .slick-slide{
       height: fit-content !important;
    
}

.product-row-img {
    width: auto;
    height: 400px;
    object-fit: cover;
}


.default-img.wp-post-image{
    height:200px;
    object-fit:fill;
}


span.wpcf7-list-item {
    margin-right: 20px;
}
span.wpcf7-list-item-label {
    margin-left: 5px;
}


/* about page */
.hei-fit{
      height: 100%;
        object-fit: fill;
}

/*Blog page*/
.blog-bg{
    background-repeat: no-repeat;
    background-size: cover;
        background-position: center;
}


.single-thumbnail img{
    width:100%;
    height:450px;
}

/*media query*/
/*@media (min-width: 1200px) {*/
/*    .container.header-container{*/
/*        max-width: 1200px;*/
/*    }*/
/*}*/

/* Responsive */
@media (max-width: 768px) {
  .galaxy .material-card img {
    height: 150px;
  }
}

/*Terms and Condition */
.font-heading.mb-20.text-col-1{
   
}


/* form */
.widdd-70{
    width:70%;
}