@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
* {margin: 0;padding: 0;font-family: 'PT Sans', sans-serif;}
h1{margin-bottom: 20px;font-size: 30px;color: #197a3d}
p{font-size:  18px;margin-bottom: 15px;line-height: 1.6}
ul li{list-style-image: url(../images/check.png);margin-bottom: 15px;margin-left: 35px;    font-size: 18px;}
body{font-family: 'PT Sans', sans-serif;line-height: normal} 
.wrapper{max-width: 85%;margin: auto}
.ptb{padding: 30px 0}.cent{text-align: center}.fx{display: flex}.spc{gap:30px} .al-cn{align-items: center}.logo a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}

.mb{margin-bottom:30px}

.ktt34s-header {
    background: #000;
    border-bottom: 3px solid #f41a2f;padding: 15px 0
}
.ktt34s-hero {
    background-image: url(../images/sec1.webp);background-position:center;background-size:cover;
    color: #fff;
}
.ktt34s-abt{background-image:url(../images/abt-bg.png);background-repeat: no-repeat;background-size: cover;background-attachment: fixed}

img{width: 100%;height: auto}

.hgsdt{background-image:linear-gradient(to bottom, #83aa3f, #22813f, #197a3d), linear-gradient(to bottom, #d8d8d8, #d8d8d8);
   
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 20px;}
.content {
    
    padding: 40px 0;   gap: 30px;
}
.ktt34s-pr-text {
 max-width:700px; margin:Auto;text-align:center;
}
.ktt34s-pr-img{max-width:700px; margin:auto;text-align:Center}
.ktt34s-pr-text h1 {font-size: 35px;font-weight: 700;color: #fff}
.ktt34s-why{background:#eaecf0}
.ktt34s-why-t {max-width: 800px;margin: 0 auto 25px;}
.ktt34s-why-inf-img{flex: 50%}
.ktt34s-why-inf-ctn {flex: 50%;}
.ktt34s-neuro-adv-li{margin-bottom: 20px}
.ktt34s-neuro-adv-li-box{width: 50%;padding: 15px}
.ktt34s-neuro-adv-li-box img {padding: 15px;width: 65px;height: 65px;}
/*pop-up*/
 /* Basic styling for the popup */
    .popup {
      display: none; /* Hidden by default */
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 300px;
      padding: 20px;
      background-color: white;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
      z-index: 1000;
      border-radius: 8px;
    }

    .popup.active {
      display: block;
    }

    .overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,1);
      z-index: 999;
    }

    .overlay.active {
      display: block;
    }

    .close-btn {
      float: right;
      cursor: pointer;
      font-weight: bold;
    }
/*btn-css*/
.btn-css{max-width:250px; background-color:#a00000; padding:15px 20px;margin:auto;color:#fff;border-radius:10px;}

footer{background-color:#000;color:#fff;text-align: center}

.ktt34s-prcs-wrp-box{width: 33.3%;}
input[type=text], select, textarea {
  width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px;  box-sizing: border-box; margin-top: 6px;margin-bottom: 16px; resize: vertical;
}
input[type=submit] { background-color: #04AA6D; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer;}
input[type=submit]:hover {background-color: #45a049;}
@media (max-width: 767px){.ktt34s-pr-text h1{font-size: 30px}.ktt34s-neuro-adv-li-box{width: 100%}.fx-dr{flex-direction: column}.ktt34s-prcs-wrp-box{width: 100%}.ktt34s-bonu-bt-box{width: 100%} .popup-content{width:60vw;}}

