.blog-container {
    padding: 30px;
    margin-left: 10%;
    margin-right: 10%;
}

.link-style {
    all: unset;
    color: blue;
    text-decoration: underline !important;
    cursor: pointer;
}

.link-style:visited {
    color: purple;
}


.link-style :active {
    color: red;
}

.intro-title h1 {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 600;
    color: #004f85;
    font-family: 'geomanistregular';
}

.sec-para {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #333333;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8rem;
}


.second-title {
    margin-top: 30px;
}

.second-title h2 {
    font-family: 'geomanistregular';

    font-size: 1.7rem;
    font-weight: 100;
    color: #007BC4;

}



.image-area {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;

}

.image-area img {
    max-width: 60%;
    margin: auto;
}




.table-area {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

tr {
    padding: 10px;

}

td {
    border: 1px solid #333333;
    padding: 30px;
    background-color: azure;
    font-size: 0.9rem;
    text-align: center;
}

.head-row td {
    font-weight: 500;
    color: black;
    background-color: #004f85;
    color: #f5f5f5f5;

}

.strong-text {
    font-weight: 600;
}

.extra-container {


    margin: 30px auto;
    font-family: 'geomanistregular';
}

.short-title {
    display: block;
    font-size: 1em;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    border-left: 2px solid #ebb813;
    padding-left: 10px;
    font-family: 'geomanistregular';

}

.points {
    list-style: none;
    padding: 0;
    margin: 0;
}


.points li:hover {
    background-color: #eef6ff;
    border-radius: 8px;
    padding-left: 10px;
}



.points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  font-size: 0.95em;
  color: #444;
  transition: background-color 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.points .icon-point {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

.points .text {
  line-height: 1.5;
}






.square-points {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.square-points li {
    background-color: antiquewhite !important;
    padding: 15px 30px 15px 25px;
    /* border: 1px solid gray; */
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem;
}

.second-point {
    display: flex;
    align-items: center;
    justify-content: space-around;
}



.point-list li {
    margin-top: 20px;
    background-color: beige;
    display: inline-block;

    padding: 15px;

}

.marg-list {
    margin-left: 20px;
}


.second-table {
    border-collapse: collapse;
}


.second-table td {
    padding: 20px 30px 10px 30px;
    /* width: 350px; */

}

.t-sub {
    width: 350px;
}


.career-point {
    /* background-color: blanchedalmond; */
    display: inline-block;
    padding: 20px;
}

.faq-box {
    margin-top: 20px;
    background-color: azure;
    padding: 10px;
    border: 1px solid gray;

}

.faq-box img {
    margin-right: 10px;
}

.faq-box h3 {
    font-family: 'geomanistregular';
    font-size: 1rem;
    display: flex;
    align-items: center;
    color: #004f85;
    color: white;
    color: #333333;

}

.faq-box p {
    margin-left: 10px;
    color: white;
    color: #333333;

}

.conclusion {
    margin-top: 30px;
    background-color: antiquewhite;
    padding: 10px;
    clip-path: ellipse(100% 90% at 50% 10%);
    padding: 30px 30px 80px;

}

.con-title {
    display: flex;
    align-items: center;
}


.basic-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

.basic-table th,
.basic-table td {
    border: 1px solid #ccc;
    padding: 12px;
}

.basic-table th {
    background-color: #005c99;
    color: white;
}





@media(max-width:1024px) {
    .marg-list {
        margin-left: 0;
    }
    .points li{
        flex-direction: row !important;
        justify-content: start;
    }
}



@media(max-width:500px) {
    .square-points {
        display: block;

    }

    .blog-container {
   padding: 15px;
    margin-left: 0;
    margin-right: 0;
}
}

@media(max-width:600px) {
    .blog-container {
        margin-left: 0;
        margin-right: 0;
    }

    .image-area img {
        max-width: 100%;
    }
}



@media screen and (max-width: 768px) {
    .basic-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media screen and (max-width: 820px) {
    .intro-title h1{
        font-size: 1.7rem;
    }
  
}

@media screen and (max-width: 430px) {
.intro-title h1{
    font-size: 1.4rem;
}

.second-title h2{
    font-size: 1.3rem;
    
}

}

@media screen and (max-width: 400px) {
.intro-title h1{
    font-size: 1.2rem;
}

.second-title h2{
    font-size: 1rem;
 
    
}
.second-point{
    flex-direction: column;
    align-items: flex-start;
}

}