:root {
    --primary-txt: #ffffff;
    --second-txt: #000000;
    --font-poppins-sm: #ACAEB4;
    --font-poppins-sm-two: #F48274;

}

.blog-sec {
    padding: 4rem 0rem 2rem;
    background-color: var(--primary-txt);
}

.blog-one-img img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}

.blog-head {
    padding-left: 25px;
}

.bl-six {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--font-poppins-sm-two);
    line-height: 15.93px;
}

.bl-six-txt {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 15.93px;
    color: var(--font-poppins-sm);
}

.blog-head h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 46px;
    margin: 20px 0px;
}

.blog-ol-one {
    padding-left: 1rem;
}

.bl-para-one {
    background-color: var(--primary-txt);
    padding-bottom: 3rem;
}

.bl-para-one h6 {
    color: var(--second-txt);
    font-size: 18px;
    line-height: 34px;
}

.bl-para-one p, .bl-para-one ul li, blockquote{
    color: var(--second-txt);
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}


/* blog related post */
.bl-blog-post {
    padding: 4rem 0rem;
}

.post-blog-main a {
    text-decoration: none;
    color: #212529;
}

.post-head h2 {
    font-size: 48px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 35px;
}


.post-img img {
    width: 100%;
    height: auto;
    border-radius: 24px;
}

.bl-post-tab h6 {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 0px;
    width: 90%;
}

.bl-para-first p .bl-dal {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.bl-para-first p .bl-dal-txt {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #24C4E6;
}

.bl-para-first {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bl-icons {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--font-poppins-sm-two);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bl-icons i {
    color: var(--primary-txt);
    font-size: 24px;
}

/* subscribe */
.bg-color-blog {
    background-color: var(--font-poppins-sm-two);
    padding: 3.5rem 0rem;
}

.sec-sub {
    margin-bottom: 5rem;
}

.subscribe-head h2 {
    color: var(--primary-txt);
    font-size: 48px;
    line-height: 60px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
}

.bl-btn {
    text-align: center;
}

.sab-btn {
    padding: 15px 40px;
    border-radius: 100px;
    width: 21%;
    outline: none;
    font-weight: 300;
    border: none;
    display: inline-block;
    color: #EBE7DD;
    background-color: var(--second-txt);
}

/* contact us */
.contact-sec {
    padding: 4rem 0rem 4rem;
    background-color: var(--primary-txt);
}

.cont-sm-txt h6 {
    color: var(--font-poppins-sm-two);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.cont-sm-txt h2 {
    color: var(--second-txt);
    font-size: 48px;
    font-weight: 300;
    line-height: 64px;
}

.cont-sm-txt p {
    color: var(--second-txt);
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    margin: 25px 0px 30px 0px;
}


/* Input styles */
.form-wrapper .form-control {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    color: #333;
    background-color: #fff;
    font-family: inherit;
}

/* Placeholder default */
.form-wrapper .form-control::placeholder {
    color: #828282;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* Red placeholder if contains * */
/* .form-wrapper .placeholder-required::placeholder {
 color: red;
} */

/* On focus */
.form-control:focus {
    border-color: var(--font-poppins-sm-two);
    box-shadow: 0 0 6px rgba(242, 126, 115, 0.2);
}
/* Inline error message directly under the input */
.error-msg {
  color: red;
  font-size: 13px;
  margin-top: 5px;
  margin-left: 4px;
  display: block;
}

/* Submit button */
.cont-btn {
    padding: 15px 40px;
    border-radius: 100px;
    outline: none;
    width: 100%;
    font-weight: 400;
    border: none;
    display: block;
    color: #EBE7DD;
    background-color: var(--font-poppins-sm-two);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

/* Hover state */
.cont-btn:hover {
    background-color: #e46c62;
}

.vd-locat iframe {
    width: 100%;
    min-height: 620px;
    padding: 10px 10px 10px 20px;
    border-radius:30px;
    /* -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    -o-filter: grayscale(50%);
    filter: grayscale(50%); */
}

.toast-success {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #28a745;
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 9999;
}
.toast-success.show {
  opacity: 1;
  transform: translateY(0);
}

.contact-sec-one{
    padding: 3rem 0rem 3rem;
    background-color: #EDECEA;
}

.cont-main{
    padding: 0px 40px;
}

.cont-div{
    border-right: 1px solid;
}

/* .cont-icon-se{
    text-align: center;
} */

.cont-icon-txt h6{
    color: var(--second-txt);
    font-weight: 300;
    font-size: 18px;
}

.cont-icon-txt p {
     color: var(--second-txt);
     font-weight: 300;
}

.cont-icon-txt p a{
    color: var(--second-txt);
    text-decoration: none;
    font-weight: 300;
}

/* feature log */
.feature-sec{
    padding: 4rem 0rem 2rem;
    background-color: var(--primary-txt);
}

.feature-head{
    padding-left: 60px;
}

.feature-head h2{
    font-size: 26px;
    font-weight: 300;
    line-height: 36px;
        margin: 30px 0px;
}

.feature-head p{
    color: #404040;
    font-weight: 300;
}

.read-btn{
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    color: var(--second-txt);
    text-decoration: none;
}

.latest-sec-one{
    padding: 4rem 0rem 5rem;
    background-color: var(--primary-txt);
}

.latest-txt h2{
    font-size: 30px;
    font-weight: 300;
    line-height: 39px;
    color: #404040;
    margin-bottom: 40px;
}

.divide-one{
    padding: 30px 0px;
    border-bottom: 1px solid;
}

.latest-one-img img{
    width: 100%;
    height: auto;
}

.latest-head {
    padding-right: 25px;
}
.latest-head a{
    text-decoration: none;
}

.latest-head p{
    color: #404040;
    font-weight: 300;
}

.latest-head .bl-six {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--font-poppins-sm-two);
    line-height: 15.93px;
    margin-bottom: 30px;
}

.latest-head .bl-six-txt {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 15.93px;
    color: var(--font-poppins-sm);
}

.latest-head h3 {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin: 20px 0px;
}

.latest-head .bl-dal-txt {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #24C4E6;
}

.all-blog {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    background-color: var(--font-poppins-sm-two);
    color: var(--primary-txt);
    padding: 20px 30px;
    border-radius: 100px;
    width: 23%;
    text-align: center;
    text-decoration: none;
    margin-top: 40px;
}
.all-blog:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}


/* Pricing Card */
.price-sec{
    padding:4rem 0rem 4rem;
}
.pricing-card {
  border: 2px solid #F48274;
  border-radius: 25px;
  text-align: center;
  background: #fff;
  padding-bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-header {
  background: #F48274;
  color: white;
  font-weight: bold;
  padding: 15px;
border-top-left-radius: 21px;
  border-top-right-radius: 21px;
}

.pricing-header h4{
    font-size:26px;
     color: #ffffff;
}

.pricing-card h2 {
  margin: 20px 0;
  font-size: 36px;
  color: #F48274;
}

.pricing-card ul {
  list-style: none;
  padding: 0 20px;
  min-height:275px;
  text-align: left;
}

.pricing-card ul li {
  margin: 10px 0;
  font-size: 15px;
}

.pricing-card ul li i {
  color: #F48274;
  margin-right: 8px;
}

.pricing-btn {
  margin: 20px auto 0;
  background: #F48274;
  border: none;
  color: white;
  padding: 12px 30px;
  border-radius: 100px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}

.pricing-btn:hover {
  background: #F48274;
}

@media (max-width:1400px){
    .pricing-card ul {
  min-height:340px;
}
}
@media (max-width:1200px){
    .pricing-card ul {
  min-height:auto;
}
}


@media (max-width:1400px) {

.cont-main {
    padding: 0px 20px;
}

}

@media (max-width:1200px) {
    .cont-icon-txt p a {
    word-wrap: break-word;
}
}

@media (max-width:992px) {
    .blog-head {
        padding-top: 30px;
        padding-left: 0px;
    }

    .sab-btn {
        width: 38%;

    }

    .blog-ol-one {
        padding-left: 0.6rem;
    }

    .post-blog-main {
        margin-bottom: 30px;
    }
    .vd-locat iframe {
    width: 100%;
    min-height: 400px;
    padding: 0px;
    border-radius:30px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.cont-div{
    border-right: none;
}
.cont-main {
    padding: 0px 20px;
}
.feature-head{
    padding-left: 0px;
    padding-top:30px;
}
.feature-sec {
    padding: 4rem 0rem 0rem;
}
.latest-txt h2 {
    margin-bottom: 30px;
}
.latest-head {
    padding-right: 0px;
    padding-top:30px;
}

.all-blog {
   
    width: 40%;
}

}


@media (max-width:768px) {

    .sab-btn {
        width: 60%;
    }

    .post-head h2 {
        font-size: 36px;
    }

    .subscribe-head h2 {
        font-size: 36px;
    }

}

@media (max-width:576px) {
    .all-blog {
   
    width: 80%;
}
}