 /*
    Theme Name: My Custom Theme
    Theme URI: http://localhost/glozic
    Author: Saikumar
    Description: Starter custom theme
    Version: 1.0
    Text Domain: my-custom-theme
    */
    /* Base styles - assuming a reset or basic styling exists in the main stylesheet */


*/

#hero {
    width: 100%;
    max-height: 80vh;
}

.contact-btn input {
    background: #FD7B33;
    border: 0;
    padding: 12px 34px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
}

.extraBtn {
    padding: 3px 0 0 0 !important;
}

.extraBtn a:hover {
    color: #fff !important;
}

.nav-menu a {
    font-weight: 600;
}

footer ul li a:before {
    content: "\ea1d";
    font-family: 'boxicons' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 2px;
    color: #FD7B33;
    font-size: 18px;
    vertical-align: -3px;
}


.image-height {
    height: 450px;
}

.breadcrumbs {
    margin-top: 0px !important;
    padding: 45px 0 5px 0 !important;
}

.screen-reader-text {
    display: none;
}

.blog .col-lg-4.align-items-stretch .entry .entry-img {
    max-height: 400px;
    margin: -20px -20px 20px -20px;
    overflow: hidden;
    position: relative;
    height: 200px;
}

.blog .col-lg-4.align-items-stretch .entry .entry-img img {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*.blog .entry {*/

/*    position: relative;*/

/*}*/

/*.blog .entry .read-more {*/

/*    position: absolute;*/

/*    bottom: 25px;*/

/*    right: 25px;*/

/*}*/

/* pricing section start here */
.pricing {
  background: #fff;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.section-title p {
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.pricing-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.pricing-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  text-align: center;
  padding: 40px 25px;
  width: 32%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 25px rgba(20, 45, 100, 0.15);
}

.pricing-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.pricing-period {
  color: #FD7B33;
  font-size: 15px;
  margin-bottom: 10px;
}

.pricing-price {
  font-size: 44px;
  font-weight: 500;
  color: #333;
  /* margin-bottom: 24px; */
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.pricing-features li {
  padding: 6px 0;
  color: #000;
  font-size: 15px;
}

.pricing-features li.muted {
  color: #bcbcbc;
}

.pricing-btn {
  display: inline-block;
  border: 1px solid #FD7B33;
  color: #FD7B33;
  border-radius: 50px;
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pricing-btn:hover {
  background: #FD7B33;
  color: #fff;
}

@media (max-width: 991px) {
  .pricing-grid {
    flex-direction: column;
    align-items: center;
  }

  .pricing-card {
    width: 90%;
    max-width: 400px;
  }
}
