/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 25, 2025, 2:21:26 PM
    Author     : DELL
*/
@media (max-width:768px){
body {
    font-family: Arial, sans-serif;
    background-color: #eee;
    margin: 0;
    padding: 0;
}

.container {
    font-family: Arial, sans-serif;
    display: flex;
    width: 98%;
    display: flex;
    margin: 40px auto;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 4%;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.content h2 {
    color: #00aeef;  
    margin: 2% 1% 0% 10%;
    font-size: 16px;
    text-align: center;
}
.content h3{
    display: block;
    position: relative;
    color: #00aeef;  
    background-color: #99ccff;
    padding: 5% 1%;
    text-align: center;
    width: 100%;
    border-radius:0px;
    color: black;
}
#ka{
    display: block;
    position: relative;
    color: #00aeef;  
    font-family: Agency FB;
    font-size: 16px;
    font-weight: bold;
    width: 94%;
    line-height:40px;
    background-color: #99ccff;
    margin-top: -5%;
    padding: 6%;
    padding-bottom: 20%;
    border-radius:0;
    height: 165px;
    color: black;
}
.content h4{
    font-family: Agency FB;
    margin-left:0%;
    font-size: 12px;
    width: 98%;
    height: fit-content;
    line-height:45px;
    background-color: #99ccff;
    padding: 1%;
    border-radius: 0;
}
.content h4 table{
    width: 80%;
    margin-left: 10%;
}
ul{
    background-color: #99ccff;
    padding: 10% 2%;
}
ul li{
    font-family: monospace;
    text-align: justify;
    font-size: 15px;
    font-weight: bold;
    text-justify: inter-word;
    hyphens: auto;
    width: 90%;
    margin: 1% 1% 1% 5%;
}

.image-section {
  position: relative;
  display: block;        /* Put images side-by-side */
  gap: 10px;            /* Space between images */
  align-items: center;  /* Vertically align them */
  width: 98%;
  padding: 10% 1%;
}

.image-section img {
  display: block;
  width: 96%;     /* Adjust size if needed */
  height: auto;
  border: #00aeef solid 2px;
  border-radius: 5px;
  filter: brightness(80%);
  margin-bottom: 10%;
}
.image-section img:hover{
    filter: brightness(100%);
}
.fpt{
    position: absolute;
    width:92%;
    background-color: transparent;
    color: white;
    top:37%;
    background: rgba(255, 255, 255, 0.1);  /* Transparent white */
    backdrop-filter: blur(8px);            /* Glass blur */
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: Agency FB;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    padding:1% 2%;
    z-index: 3;
}
.spt{
    position: absolute;
    width:92%;
    background-color: transparent;
    color: white;
    top:80%;
    background: rgba(255, 255, 255, 0.1);  /* Transparent white */
    backdrop-filter: blur(8px);            /* Glass blur */
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: Agency FB;
    text-align: center;
    font-weight: bold;
    padding:1% 2%;
    font-size: 11px;
}
.fpt2{
    top:39%;
}
.spt2{
    top:83%;
}
.buttons{
    position: relative;
    margin-bottom: 2%;
    text-align: center;    
}
#buttons{
    display: none;
    
}
.buttons input{
    padding:1% 2%;
    background-color: #00aeef;
    color:white;
    border: none;
    outline: none;
    border-radius: 5%;
}
.buttons input:hover{
    background-color: #00aeef;
    cursor: pointer;
}
.buttons input.active-btn {
    background-color: #00aeef;  /* Blue background */
    color: white;               /* White text */
    font-weight: bold;
    border: 2px solid #0056b3;
}
.buttons input:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}
}

/*//for desktop*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 25, 2025, 2:21:26 PM
    Author     : DELL
*/
@media (min-width:768px){
body {
    font-family: Arial, sans-serif;
    background-color: #eee;
    margin: 0;
    padding: 0;
}

.container {
    font-family: Arial, sans-serif;
    display: flex;
    width: 98%;
    display: flex;
    margin: 40px auto;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 4%;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.content h2 {
    color: #00aeef;  
    margin: 2% 1% 0% 10%;
}
.content h3{
    display: inline-block;
    position: absolute;
    color: #00aeef;  
    left: 40%;
    top:44%;
    background-color: #99ccff;
    padding: 1%;
    width: 39%;
    border-radius:2px;
    color: black;
}
#ka{
    display: inline-block;
    position: absolute;
    color: #00aeef;  
    left: 35%;
    top:58%;
    font-family: Agency FB;
    margin-left: 5%;
    font-size: 16px;
    font-weight: bold;
    width: 37%;
    line-height:40px;
    background-color: #99ccff;
    padding: 2%;
    border-radius: 1%;
    height: 165px;
    color: black;
}
.content h4{
    font-family: Agency FB;
    margin-left:10%;
    font-size: 16px;
    width: 26%;
    height: 250px;
    line-height:45px;
    background-color: #99ccff;
    padding: 1%;
    border-radius: 1%;
}
.content h4 table{
    width: 100%;
}
ul{
    background-color: #99ccff;
    padding: 1px 0px;
}
ul li{
    font-family: monospace;
    text-align: justify;
    font-size: 15px;
    font-weight: bold;
    text-justify: inter-word;
    hyphens: auto;
    width: 70%;
    margin: 1% 1% 1% 11%;
}

.image-section {
  position: relative;
  display: flex;        /* Put images side-by-side */
  gap: 10px;            /* Space between images */
  align-items: center;  /* Vertically align them */
  width: 100%;
  padding: 1% 10%;
}

.image-section img {
  max-width: 100%;     /* Adjust size if needed */
  height: auto;
  border: #00aeef solid 2px;
  border-radius: 5px;
  filter: brightness(80%);
}
.image-section img:hover{
    filter: brightness(100%);
}
.fpt{
    position: absolute;
    width:25.3%;
    background-color: transparent;
    color: white;
    top:78%;
    left:8.3%;
    background: rgba(255, 255, 255, 0.1);  /* Transparent white */
    backdrop-filter: blur(8px);            /* Glass blur */
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: Agency FB;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.spt{
    position: absolute;
    width:25.2%;
    background-color: transparent;
    color: white;
    top:78%;
    left:34.3%;
    background: rgba(255, 255, 255, 0.1);  /* Transparent white */
    backdrop-filter: blur(8px);            /* Glass blur */
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: Agency FB;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.spt2,.fpt2{
   top:82%;   
}
.buttons{
    position: relative;
    margin-bottom: 2%;
    text-align: center;    
}
#buttons{
    display: none;
    
}
.buttons input{
    padding:0.5% 1%;
    background-color: #00aeef;
    color:white;
    border: none;
    outline: none;
    border-radius: 5%;
}
.buttons input:hover{
    background-color: #00aeef;
    cursor: pointer;
}
.buttons input.active-btn {
    background-color: #00aeef;  /* Blue background */
    color: white;               /* White text */
    font-weight: bold;
    border: 2px solid #0056b3;
}
.buttons input:disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
}
}
