/*!
Theme Name: Ads Tikzmedia
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ads-tikzmedia
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ads Tikzmedia is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* ===============================
   CARD
================================ */
.thankyou-wrapper {
    width: 100%;
    max-width: 880px;
    padding: 100px;
    margin: 0 auto;
}

.thankyou-card{
  background: #fff;
  border-radius: 18px;
  padding: 70px 60px;
  text-align: center;
  box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}


/* ===============================
   ICON
================================ */
.success-icon{
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: rgba(176,48,47,0.1);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 34px;
  color: #EF7F22;
}

/* ===============================
   TEXT
================================ */
.thankyou-card h1{
  font-size: 44px;
  font-weight: 700;
  color: #EF7F22;
  margin-bottom: 14px;
}

.thankyou-card p{
  font-size: 20px;
  color: #6f6f6f;
  margin-bottom: 35px;
  line-height: 1.6;
}

/* ===============================
   BUTTON
================================ */
.thankyou-actions{
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

.btn-primary{
  padding: 14px 36px;
  border-radius: 50px;
  background: #EF7F22;
  color: #fff;
  text-decoration:none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-primary:hover{
  background: #f7931e;
}

.btn-outline{
  padding: 14px 36px;
  border-radius: 50px;
  border: 2px solid  #EF7F22;
  color: #EF7F22;
  text-decoration:none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline:hover{
  background:  #EF7F22;
  color: #fff;
}

/* ===============================
   FOOT NOTE
================================ */
.trust-text{
  margin-top: 40px;
  font-size: 14px;
  color: #9a9a9a;
}

/* ===============================
   RESPONSIVE
================================ */
@media(max-width:768px){
  .thankyou-card{
    padding: 50px 28px;
  }
  .thankyou-card h1{
    font-size: 30px;
  }
  .thankyou-card p{
    font-size: 16px;
  }
}


.page-template-thankyou section.wesage-footer-section {
    display: none;
}

.error404 section.wesage-footer-section.py-5 {
    display: none;
}