@charset "UTF-8";
/*
Theme Name:Webdoze
Theme URI: : http://webdoze.in/
Author: Webdoze
Author URI: Webdoze.in
Description: Webdoze
Version:v 1.0
Text Domain: Webdoze
*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
* {
  box-sizing: border-box;
}

.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
  background-color: #d82028;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: ##d82028;
  font-size: 20px;
}

.button {
  background-color: #d82028;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
.wpcf7-form .wpcf7-text ,.wpcf7-form .wpcf7-select,.wpcf7-form .wpcf7-textarea{
    height: 75px;
    color: #9B8DAC;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 1px solid var(--white-color);
    background-color: var(--white-color);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 17px;
}
.cf7-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px; /* space between fields */
}

/* Make specific rows span full width */
.cf7-two-col .full {
  grid-column: 1 / -1;
}

/* Ensure inputs fill their grid cell */
.cf7-two-col .field input,
.cf7-two-col .field select,
.cf7-two-col .field textarea {
  width: 100%;
  box-sizing: border-box;
}

/* Optional: tidy labels */
.cf7-two-col .field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}
.wpcf7-form .wpcf7-submit{
    padding: 15.8px 35px;
    text-align: center;
    color: #fff !important;
    font-size: var(--font-size);
    font-weight: 600;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    z-index: 0;
    background: var(--btn-gradient-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    font-family: var(--heading-font-family);
	border: 0;
    }
	.wpcf7-form .wpcf7-textarea {
    height: auto;
    padding-top: 15px;
    }
	.wpcf7-form:focus {
		border-color: #d82028;
        background: transparent;
	}
	.elementor-element-59285bf p{
		color:#d82028;
		font-size: 16px;
		font-weight: 600;
		font-family: 'jost';
	}
    .news-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.news-item img {
  width: 200px;
  height: 80px;
  border-radius: 6px;
  margin-right: 15px;
  object-fit: cover;
}

.news-content a {
  font-size: 12px;
  margin: 0;
  color: #fff;
  line-height: 1.4em;
  margin-left: 10px;
}

.news-content .meta {
  font-size: 10px;
  color: #bbb;
  margin-top: 5px;
  margin-left: 10px;
}

/* Mobile: stack to one column */
@media (max-width: 640px) {
  .cf7-two-col {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}