@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700,300&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700,400&subset=latin,cyrillic);
h2 {
  vertical-align: center;
  text-align: center;
}

html, body {
  margin: 0;
  height: 100%;
   padding: 0;
}
a{
color:#fff;
text-decoration:none;
}
* {
  font-family: "Raleway";
  box-sizing: border-box;
}


.header{
     width: 100%;
      background: linear-gradient(to left, #3F8903, #5cc804);
      height:55px;
}
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding-top:3px;
 
}
.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.plan-lines {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  
}
.card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page {
  background: #ffffff;
  border: 1px solid #e1ebe6;
  border-radius: 14px;
  padding: 30px;
  margin-bottom:10px;
}

.cond_h_txt {
font-weight:bold;
line-height:24px;
font-size: 22px;
color: #000000;
margin-left:15px;
padding: 20px;
}
.cond-txt{
font-weight:normal;
line-height:30px;

color: #000000;
}
.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  height: 50px;
  padding: 1em;

}
.top-nav a{
color:#fff;
text-decoration:none;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
.logo{
width: 257px;
float: left;
background: url(https://123castbg.eu/123cast_logo3.png);
height:44px;
display:block;
	cursor:pointer;
}
.fmenu{
  border-left:1px solid #FFCC6C;
   border-right:1px solid #FFCC6C;
}
ul {
  margin-left: -40px;
  margin-bottom: 20px;
  color: #333;
}
.page_txt1{
     color: #000000;
    font-size: 20px;
   font-family: "Roboto Condensed", Arial;
    white-space: pre-line;
    margin-left: 5px;
  line-height: 1.6;
    font-weight:normal;
}
.page_txt3{
    color: #000000;
    font-size: 20px;
   font-family: "Roboto Condensed", Arial;
   font-weight:normal;
    white-space: pre-line;
    margin-left: 10px;
  line-height: 1.6;
 }
 .page_txt{
    color: #000000;
    font-size: 20px;
   font-family: "Roboto Condensed", Arial;
   font-weight:normal;
    white-space: pre-line;
    margin-left: 10px;
  line-height: 1.6;
   
    text-align: left;
}
 .small-red_txt{
    color: #ff4d4d;
    font-size: 15px;
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    white-space: pre-line;
    margin-left: 10px;
  line-height: 1.6;
    font-weight:normal;
    text-align: left;
}
 .page_txt2{
    color: #000;
    font-size: 1.1rem;
     font-family: Arial;
    margin-left: 10px;
    line-height:25px;
    font-weight:normal;
    text-align: left;
}
 .faq_txt{
    color: #000;
    font-size: 15px;
     font-family: Arial;
    margin-left: 3px;
    line-height:25px;
    font-weight:normal;
    text-align: left;
}
* {
  box-sizing: border-box;
}

.columns {
 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.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 .headerp {
  background-color: #111;
  color: white;
  font-size: 25px;
  text-align: center;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 15px;
  text-align: left;
  font-family: Arial;
  font-size:15px;
}

.price .grey {
  background-color: #e3e3e3;
  font-size: 20px;
  text-align: center;
  font-family: Arial;
}

.button {
  background-color: #0f8a3a;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s;
}
.button:hover{
  background-color: #069;
  
}
.red-dot{
    color: red;
    font-size: 20px;
}
.feature-check,
.feature-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}


.feature-check {
  background: #10b981;         
  color: white;             
}


.feature-no {
  background: #ef4444;         
  color: white;
}
.cta-btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #28a745; 
  color: white;
  font-size: 1rem;
  border-radius: 8px;
  text-decoration: none;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
  transition: background-color 0.3s, transform 0.2s;
}

.cta-btn:hover {
  background-color: #218838; 
  transform: translateY(-2px);
}


#response {
    margin-top: 10px;
    text-align: center;
}

.hidden {
    display: none;
}
/* Footer */
.footer {
  background: #111827;
  color: #d1d5db;
  padding: 20px 10px;
  
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px;
 
}

.footer a {
  color: #9ca3a3;
  text-decoration: none;
  transition: color 0.3s;
}

.footer a:hover {
  color: #16a34a;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #374151;
  margin-top: 20px;
  padding-top: 10px;
  font-size: 0.9rem;
  color: #9ca3af;
}


textarea {
    resize: none;
    height: 100px;
}

button {
    width: 100%;
    padding: 10px;
    background: #0f8a3a;
    border: none;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 18px;
}

button:hover {
    background: #0f8a4d;
}
select {
            width: 100%;
            padding: 12px;
            margin-bottom: 15px;
            border-radius: 7px;
            border: 1px solid #444;
            background: #fff;
            color: #000;
            font-size: 15px;
            box-sizing: border-box;
        }
        select[multiple] {
            height: 140px;
        }
#response {
    margin-top: 10px;
    text-align: center;
}

.hidden {
    display: none;
}
.rhf {
font-weight:bold;
line-height:40px;
font-size: 20px;
color: #000000;
margin: auto;


}
.order_form {
    width: 97%;
    float: center;
    background: #fff;
    border-radius: 6px;
    padding: 41px 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    margin: auto;
 
}

.login_form h3 {
    font-size: 20px;
    text-align: center;
}
.cbx {
  color:green;  
  
}
label {
            display: block;
            margin-bottom:10px;
            margin-top:10px;
            font-weight: bold;
            color: #000;
        }
form .input_box {
    display: block;
    font-weight: normal;
    margin-bottom: 8px;
    font-family: Arial;
    font-size:15px;
}

/* Input field styling */
form .input_box input {
    width: 100%;
    height: 40px;
    border: 1px solid #444;
    border-radius: 7px;
    outline: none;
    background: #fff;
    font-size: 17px;
    padding: 0px 20px;
    margin-bottom: 25px;
    transition: 0.2s ease;
    font-family: Arial;
    
}

form .input_box input:focus {
    border-color: #626cd6;
}

form .input_box .password_title {
    display: flex;
    justify-content: space-between;
    text-align: center;
    
}

form .input_box {
     width: 100%;
    
}
.clear2 {
height:20px;
}
.sf1{
   font-size: 15px;
    font-family: Arial;
}
@media (max-width: 801px) {
    body{font-size:14px;}
    .rhf {
font-size: 10px;

}
  .menu-button-container {
    display: flex;
  }
    .columns {
    width: 100%;
  }
  .page_txt{
   
    font-size:16px;
    }
    .page_txt3{
font-size:16px;
 
}
 .faq_txt{
   
    font-size:15px;
    }
.page_txt2{
     font-size:14px;
}
 .small-red_txt{
     font-size:13px;
 }
.panel{
   font-size:14px;
}
.columns {
 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
  .cond_h_txt {
font-weight:bold;
line-height:20px;
font-size: 18px;
color: #000;
margin-left:15px;
padding: 20px;
}
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  .page_txt1{
     font-size:16px;
}
.rhf {
font-size: 17px;
}
}