@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #ffffff;
    overflow-x: hidden;
    background: linear-gradient(45deg, #111111, #1a1a1a, #222222);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
}
@keyframes gradientBG {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}
#particle-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.info-box {
    text-align: center !important; 
}
.mytext {
    text-align: center;
}
header {
    padding: 1rem 2rem;
    border-bottom: 1px solid #333333;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.32);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.4px);
    -webkit-backdrop-filter: blur(6.4px);
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
}
.logo-container {
    display: flex;
    align-items: center;
}
/* .logo {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.logo-text {
    font-size: 24px;
    font-weight: 500;
}
.health {
    color: #4CAF50;
} */
.solutions-btn {
    background-color: #4CAF50;
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s;
}
.solutions-btn:hover {
    background-color: #45a049;
}
main {
    padding: 2rem;
    max-width: 800px;
    margin: auto;
    text-align: center;
    position: relative;
}
.highlight-container {
    margin: 4rem 0;
    height: 180px;
}
.highlight-top {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
}
.highlight-main {
    color: #4CAF50;
    font-size: 5rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.05em;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.typing-text::after {
    content: '|';
    animation: blink 0.7s infinite;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
.btn {
    display: inline-block;
    background-color: #ffffff;
    color: #111111;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 2rem;
}
.info-box, .video-box {
    margin-top: 4rem;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    text-align: left;
}
.video-box {
    text-align: center;
}
.info-tag {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}
.info-title, .video-title {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 1rem 0;
    color: #ffffff;
}
.info-subtitle {
    font-size: 2.2rem;
    font-weight: 500;
    margin: 1rem 0;
    color: #4CAF50;
}
.info-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
footer {
    background-color: rgba(17, 17, 17, 0.8);
    color: #999999;
    text-align: center;
    padding: 1rem;
    border-top: 1px solid #333333;
    position: relative;
}    

.contact-btn a{
    background-color: #4CAF50;
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    list-style: none;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}    
.new-container{
    position: relative;
    width: 100%;
    /* padding-bottom: 103%; */
    /* height: 0; */
    /* overflow: hidden; */
}
.main-text{
    margin-top: 20px;
}
.new-box {
    margin-top: 4rem;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    text-align: left;
}
.new-title{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 300;
    margin: 1rem 0;
    color: #ffffff;
}
.mytext p {
    font-size: 14px;
}
.footer-work {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    padding: 0px 22px;
}
.terms-and-conditions a {
    text-decoration: none;
    color: rgb(140, 140, 140);
    padding: 0px 10px;
}
.modal-body-1 {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    justify-content: center;
    align-items: center;
    color: black;
    padding: 20px;
}

/* ////////////modal/////////////// */

.modal-dialog {
    max-width: 800px;
}    
.modal-header {
    background: green;
}    
.modal-header h1{
    color: white;
}    
.modal-footer button {
    color: white;
    background: red;
    margin-top: 0;
    padding: 6px 14px;
}    
.modal-footer button:hover{
    background-color: rgb(194, 7, 7);
    color: white;
}
/* ///////////second page work//////////// */
.modal-body{
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
#diagram-container {
    width: 95vmin;
    height: 95vmin;
    position: relative;
}
svg {
    width: 100%;
    height: 100%;
}
.circle {
    fill: none;
    stroke-width: 100px;
    transition: opacity 0.5s ease;
}
.text {
    font-size: 22px; /* Reduced font size for better fit */
    fill: #fff;
}
.icon {
    font-size: 48px; /* Reduced font size for better fit */
    fill: #fff;
}
.center-text {
    font-size: 32px; /* Reduced font size for better fit */
    fill: #fff;
}
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media only screen and (max-width:420px)
{
    header{
        padding: 1rem 1rem;
    }
    .logo-text {
        font-size: 20px;
    }
    .mybtnss {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    a.solutions-btn {
        margin-bottom: 10px;
    }
    .highlight-main{
        font-size: 3rem;
    }
    .modal-body{
        height:74vh;
    }
}