h1{text-align: center;
padding: 5px;
border: 5px solid grey;
background-color: aqua;}
ul,li{
font-weight:normal;
list-style: none;}

.mass{padding: 20px;}

.blue{float:left;
width: 20%;
height: 3%;}

.wex{padding: 15px;}

body{background-image: url(image.html/positionig.png);
background-size:contain;}

.mom{display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 20px;}


.break{padding: 20px;}


.drop{text-align: center;}

.fixed{ background-image: url(image.html/positionig.png);
background-size: cover;
background-repeat: no-repeat;
background-blend-mode: darken;}




.table{ width: 50%;
overflow-y: scroll;
overflow-x: hidden;
height: 90vh;}

.us{width: 50%;
overflow-y: scroll;
height: 90vh;
overflow: scroll ;
background-color: rgb(154, 240, 154);}

.key{border: 2px solid black;
background-color: #d4a764;}

.brown{padding: 30px;}

.red{float:left;
width: 40%;
padding: 25px;}
.ox{padding: 100px;}

fieldset{background-color: aquamarine;}
.wide{font-weight: bold;}
.t{margin-left: 50px;}
.a{background-color: azure;
color: black;}


.m{font-weight: bold;
padding: 5px;}
span{background-color: azure;}
.r{list-style-position: outside;
padding: 10px;}
.fox{font-size: 0.8cm;
padding: 10px;
border: 5px solid fuchsia;
background-color: #138f18;
text-align: center;
font-weight: bold;}


.seven{font-size: 0.5cm;}

li{font-size: 0.5cm;}

h3{font-size: large;
text-align: center;}

.bio{display: flex;
justify-content:space-around;
align-items: flex-start;
padding: 20px;}

.text{width: 50%;
    overflow-y: scroll;
    height: 90vh;
    overflow-y: scroll;
    background-color: burlywood;}

    .fan{display: flex;
    justify-content:space-between;
align-items: flex-start;
padding: 20px;}


.two{display: flex;
padding: 30px;
justify-content: flex-start;
align-items: flex-start;
}

.three{ width: 50%;
overflow-y: scroll;
height: 50vh;
overflow-y:hidden ;
}

.four{width: 30%;}

.week{width: 50%;
overflow-x:scroll;
height:50vh;
overflow-x: scroll;
background-color: chocolate;}
    
    .go{width: 50%;}
.rio{font-size: 0.8cm;
font-weight: bold;
border: 5px solid black;
color: white;
background-color: black;
margin-left: 15%;
width: 300px;}


.uio{padding: 12px;}
.k{font-weight: bold;
padding: 15px;}

.boat{ font-weight: bold;
list-style:armenian;
padding: 15px;
list-style: lower-roman;
margin-left: 15px;}

h3{padding: 19px;}


.page{font-weight: bold;}

.tio{padding: 5px;
font-weight: bold;}
.v{font-weight: bold;}


.menu{display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 20px;}

.mix{width: 50%;
overflow-y: scroll;
height: 80vh;
overflow-y: scroll;
background-color: aquamarine;}

.pink{width: 50%;
overflow-y: scroll;
height: 80vh;
overflow-y: scroll;
background-color: aquamarine;}

.here{padding: 10px;
background-color: rgb(169, 247, 247);}

 :hover.anchor{text-decoration: none;
    color: fuchsia;}
    .anchor{color:black;
    text-decoration: none;
font-size: 0.5cm;
font-weight: bold;}

.type{color:black;
    text-decoration: none;
font-size: 0.6cm;
font-weight: bold;
margin-left: 40%;
padding: 10px;}

:hover.type{text-decoration: none;
    color:fuchsia;}


summary{font-size: 0.5cm;
margin-left: 4%;
color:black;
font-weight: bold;}

.to{ margin-left: 3%;
padding: 10px;}

.don{
padding: 30px;}
.dt{font-weight: bold;
color:black;}

h6{ font-size: 0.7cm;
font-weight: bold;
margin-left: 3%;
padding: 10px;}

.jio{font-size: 20px;
margin-left: 10%;
padding: 5px;
color: rgb(235, 0, 0);}


h5{font-size: 0.6cm;
margin-left: 12%;
padding: 15px;}
a{text-decoration: none;}

.raj {margin-left: 30%;}
p{font-size: 0.5cm;}
dd{font-size: 0.5cm;}
   * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .pop{
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #667eea 0%, #746385 100%);
            min-height: 100vh;
            color: #333;
            overflow-x: hidden;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .header {
            text-align: center;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 40px;
            margin-bottom: 40px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            animation: fadeInUp 0.8s ease-out;
        }

        .header h1 {
            font-size: 3em;
            color: white;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            margin-bottom: 10px;
        }

        .header p {
            font-size: 1.2em;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 20px;
        }

        .swot-matrix {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin: 40px 0;
            animation: fadeIn 1s ease-out 0.3s both;
        }

        .swot-card {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .swot-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
        }

        .swot-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: var(--card-color);
        }

        .strengths { --card-color: #4CAF50; }
        .weaknesses { --card-color: #f44336; }
        .opportunities { --card-color: #2196F3; }
        .threats { --card-color: #FF9800; }

        .swot-card h2 {
            color: var(--card-color);
            font-size: 2em;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .swot-card h3 {
            color: #666;
            margin-bottom: 10px;
            font-size: 1.1em;
        }

        .swot-card p {
            line-height: 1.6;
            margin-bottom: 15px;
            color: #555;
        }

        .questions {
            background: rgba(0, 0, 0, 0.05);
            padding: 15px;
            border-radius: 10px;
            margin: 15px 0;
        }

        .questions h4 {
            color: #444;
            margin-bottom: 10px;
            font-size: 1em;
        }

        .questions ul {
            margin-left: 20px;
            color: #666;
        }

        .questions li {
            margin-bottom: 5px;
            font-size: 0.9em;
        }

        .examples {
            background: rgba(var(--card-color-rgb), 0.1);
            padding: 15px;
            border-radius: 10px;
            margin-top: 15px;
            border-left: 4px solid var(--card-color);
        }

        .examples h4 {
            color: var(--card-color);
            margin-bottom: 10px;
            font-size: 1em;
        }

        .examples p {
            font-size: 0.9em;
            color: #666;
        }

        .strengths .examples { --card-color-rgb: 76, 175, 80; }
        .weaknesses .examples { --card-color-rgb: 244, 67, 54; }
        .opportunities .examples { --card-color-rgb: 33, 150, 243; }
        .threats .examples { --card-color-rgb: 255, 152, 0; }

        .strategy-section {
            background: white;
            border-radius: 15px;
            padding: 30px;
            margin: 40px 0;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            animation: fadeIn 1s ease-out 0.6s both;
        }

        .strategy-section h2 {
            color: #333;
            font-size: 2em;
            margin-bottom: 20px;
            text-align: center;
        }

        .strategy-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .strategy-card {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
            transition: transform 0.3s ease;
        }

        .strategy-card:hover {
            transform: scale(1.05);
        }

        .strategy-card h3 {
            margin-bottom: 10px;
            font-size: 1.2em;
        }

        .strategy-card p {
            font-size: 0.9em;
            line-height: 1.5;
        }

        .benefits-limitations {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-top: 40px;
        }

        .benefits, .limitations {
            background: white;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            animation: fadeIn 1s ease-out 0.9s both;
        }

        .benefits h3 {
            color: #4CAF50;
            margin-bottom: 15px;
            font-size: 1.5em;
        }

        .limitations h3 {
            color: #f44336;
            margin-bottom: 15px;
            font-size: 1.5em;
        }

        .benefits ul, .limitations ul {
            margin-left: 20px;
        }

        .benefits li, .limitations li {
            margin-bottom: 10px;
            line-height: 1.5;
        }

        .icon {
            font-size: 1.2em;
            margin-right: 5px;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 768px) {
            .swot-matrix {
                grid-template-columns: 1fr;
            }
            
            .benefits-limitations {
                grid-template-columns: 1fr;
            }
            
            .header h1 {
                font-size: 2em;
            }
            
            .container {
                padding: 15px;
            }
        }

        .tooltip {
            position: relative;
            cursor: help;
        }

        .tooltip:hover::after {
            content: attr(data-tooltip);
            position: absolute;
            background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 8px 12px;
            border-radius: 5px;
            font-size: 0.8em;
            white-space: nowrap;
            z-index: 1000;
            top: -35px;
            left: 50%;
            transform: translateX(-50%);
        }

        .interactive-element {
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .interactive-element:hover {
            opacity: 0.8;
        }

        .ten{ margin-left: 5%;}

        .post{font-size: 0.7cm;
        padding: 15px;
    margin-left: 2%;
color: blue;}

    .save{padding: 10px;
    font-weight: bold;
font-size: 0.6cm;}


    .intel{ padding: 10px;
    font-size: 0.6cm;}

    .m-p{ height: 600px;
    width: 350px;
background-color:rgb(152, 89, 211);
      color: white;}

      .m-w{ height: 1500px;
    width: 350px;
background-color:rgb(152, 89, 211);
      color: white;}

    .grid-container{display: flex;
    justify-content: space-between;
align-items: flex-start;
padding: 20px;}


.fing{color:red;}

.grid-item{width: 50%;
overflow-y: scroll;
height: 50vh;
overflow-y:scroll;
background-color: skyblue;
color: black;}

.ol-list{ font-weight: bold;
padding: 10px;
background-color: #8ec5f1;
color: black;}
.toast{ padding: 10px;}

.bg-dark{ font-weight: bold;
padding: 10px;
background-color: #8ec5f1;
color: black;}
.toast{ padding: 10px;}


.modal{padding: 13px;
font-weight: bolder;}

.btn{  display: grid;
      grid-template-columns:repeat(3 ,1fr) ; /* 3 equal columns */
      gap: 20px; /* space between columns */
      padding: 10px;}

      .badge{ background-color:rgb(152, 89, 211);
      color: white;
      padding: 100px;
      text-align: center;
      border-radius: 8px;
      width: 500px;
      height: 1600px;
    }

    .k{font-weight: bold;
    color: black;}

    .med{display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 20px;}
        
        .min{ background-color:rgb(152, 89, 211);
      color: white;
      padding: 100px;
      gap:50px;
      text-align: center;
      border-radius: 8px;
    height: 900px;}