/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://yourwebsite.com/hello-elementor-child/
 Description:  A child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

.cta-box {
  border: 1px solid rgba(244, 230, 157, 0.4);
  padding: 35px 15px 15px 15px;
  border-radius: 24px;
  text-align: center;
  margin: 40px auto;
  max-width: 700px;
  background: linear-gradient(145deg, #1b1b17, #13130f);
  box-shadow: 0 0 20px rgba(244, 230, 157, 0.08);
  transition: all 0.3s ease;
}

.cta-box:hover {
  border-color: #F4E69D;
  box-shadow: 0 0 35px rgba(244, 230, 157, 0.2);
  transform: translateY(-3px);
}

.cta-text {
  color: #F4E69D;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
	  margin-bottom: 27px;
}

.cta-link {
  display: inline-block;
  color: #F4E69D;
  background-color: transparent;
  border: 2px solid #F4E69D;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.cta-link:hover {
  background-color: #F4E69D;
  color: #151511;
  box-shadow: 0 0 25px rgba(244, 230, 157, 0.4);
  transform: translateY(-2px);
}
.bishtar-bekhanid-style{
	background-color: #2b2b2b;
  border-radius: 10px;
  padding: 15px 15px 1px 15px;
	  margin-bottom: 10px;
}