*{
    padding: 0%;
    margin: 0%;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
#articleTitle {
  font-family: "Poppins", serif!important;
}
.wrapper{
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
    float: none;
}
/*Navbar*/
/* General Navbar Styling */
.navbar-section{
    box-shadow: 4px 2px 7px 6px #333F4514;
    position: relative;
}
.navbar-section::before{
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    background: #294066;
    display: block;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    display: inline-block;
    width: 200px;
    padding: 21px 0px 19px 0px;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.input-form {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 28px 0px 26px 0px;
    
}

.input-form input[type="text"] {
    width: 295px;
    border: 1px solid #ddd;
    padding: 12px 15px;
    border-radius: 8px;
    background: url(/assets/img/search-icon.png) no-repeat right 12px center;
    background-size: 18px;
    font-size: 14px;
    color: #333;
    transition: border-color 0.3s ease;
}

.input-form input[type="text"]:focus {
    outline: none;
    border-color: #6AA437;
}

.input-form a {
    width: 100px;
    display: inline-block;
    padding: 12px 12.42px 12px 13.23px;
    font-size: 14px;
    font-weight: 700;
    color: black;
    border: 1px solid #6AA437;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    line-height: 21px;
    transition: background-color 0.3s ease;
}

.input-form a:hover {
    background-color: #57892e;
    color: #ddd;
    transition: 1s ease-in-out;
}

/* Toggle Button */
.toggle {
    display: none;
    cursor: pointer;
}

.toggle div {
    width: 30px;
    height: 3px;
    background-color: #333;
    margin: 6px 0;
    transition: all 0.3s ease;
}

/* Mobile View Styling */
@media (max-width: 768px) {
    .input-form {
        position: absolute;
        top: 90px;
        right: 0;
        background-color: #fff;
        width: 100%;
        height: 0;
        overflow: hidden;
        transition: height 0.4s ease-in-out;
        flex-direction: column;
        align-items: center;
    }
    .input-form {
        padding: 0%;
    }
    .input-form.active {
        height: 140px   ;
    }

    .input-form input[type="text"] {
        width: 90%;
        background-position: right 15px center;
    }

    .input-form a {
        width: 90%;
        text-align: center;
    }

    .toggle {
        display: block;
    }

    .toggle.close div:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
        background-color: #333;
    }

    .toggle.close div:nth-child(2) {
        opacity: 0;
    }

    .toggle.close div:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
        background-color: #333;
    }
}

/*Article Page*/
.article-page{
    padding: 33px 0px;
}
.article-page-section{
    display: flex;
    gap: 14px;
    align-items: center;
}
.article-page-link{
    display: flex;
    gap: 10px;
    align-items: center;
}
.article-page-link i{
    font-size: 13px;
    color: #333F4566;
}
.article-one a, .article-two a{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1C52BE;
    display: inline-block;
}
.article-three a{
    color: #333F45;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    display: inline-block;
}

/*Article Intro*/
.article-intro-section{
    display: flex;
    gap: 125px;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1220px;
}
.article-left-intro{
    max-width: 819px;
  
}
.article-right-intro{
    max-width: calc(100% - (819px + 125px));   
}
.article-title h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #294066;
}
.intro-title{
    padding-top: 17px; 
}
.intro-title h4{
    color: #294066;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
.intro-content{
    max-width: 761px;
    width: 100%;
}
.intro-content{
    padding-top: 5px;
}
.intro-content p{
    
    color: #333F45;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
}
.article-img{
    padding-top: 48px;
    padding-bottom: 56px;
    max-width: 819px;
}
.article-img img{
    max-width: 100%;
    height: auto;
}
.article-table{
    background-color: #F4F7F9;
    border-radius: 20px;
    max-width: 819px;
}
.article-table{
    padding: 42px 48px 43px 48px;
}
.article-table-title h4{
    color: #294066;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}
.artilce-table-link{
    padding-top: 7px;
}
.artilce-table-link ol li{
    list-style-type: decimal;
    padding-left: 10px;
   
}
.artilce-table-link{
    padding-left: 20px;
}

.artilce-table-link ol li a{
    font-size: 14px;
    line-height: 18px;
    color: #1C52BE;
    font-weight: 400;
}
.list-type .a{
    list-style-type:lower-alpha;
}
.list-type{
    padding-left: 10px;
}
.Prerequisites{
    padding-top: 63px;
}
.Prerequisites-title h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color:#294066;
}
.Prerequisites-content{
    max-width: 761px;
    width: 100%;
}
.Prerequisites-content p{
    padding-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333F45;
    padding-bottom: 38px;
}
.Prerequisites-content p span{
    font-weight: bold;
}
.instruction{
    position: relative;
    max-width: 761px;
}
.instruction::before{
    content: '';
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 100%;
    background: #333F454D;
}
.instruction-title{
    padding-top: 43px;
}
.instruction-title h4{
    font-size: 20px;
    font-weight: 700;
    line-height:30px;
    color: #294066;
}
.instruction-content p{
    padding-top: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #333F45;
}
.instruction-content{
    padding-bottom: 56px;
}
.subhead-section{
    position: relative;
    max-width: 761px;
}
.subhead-section::before{
    content: '';
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 100%;
    background: #333F454D;
}
.subhead-title{
    padding-top: 39px;
}
.subhead-title h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #294066;
}
.subhead-img{
    padding: 38px 0px;
    max-width: 819px;
}
.subhead-img img{
    width: 100%;
    height: auto;
}
.subhead-content{
    padding-bottom: 124px;
}
.subhead-content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #333F45;
}

/*Releated Article*/
.releated-article{
    position: relative;
}
.releated-article::before{
    content: '';
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 100%;
    background: #6AA437;
}
.related-article-title h4{
    padding-top: 19px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #294066;
}
.releeated-article-content{
    padding-bottom: 52px;
}
.releeated-article-content ul li {
    padding-top: 21px;
}
.releeated-article-content ul li a{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1C52BE;
}
.upated-section{
    background-color: #F4F7F9;
    border-radius: 20px;
    padding: 30px 25px 38px 31px;
    display: flex;
    gap: 15px;
}
.upated-title h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #294066;
}
.upated-content p{
    padding-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.upated-btn{
    padding-top: 18px;
}
.upated-btn a{
    border: 1px solid #F66538;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    align-items: center;
    display: inline-block;
    padding: 10px 15px 9px 15px;
    color: #333F45;
    border-radius: 5px;
}
@media (max-width : 1152px){
    .article-title h2{
        font-size: 35px;
    }
    .article-intro-section {
        max-width: 100%;
        display: flex;
        gap: 50px;
    }
    .article-left-intro{
        max-width: 65%;
    }
    .article-right-intro{
        max-width: calc(100% - (65% + 50px));
    }
}
@media (max-width : 768px){
     .article-title h2{
        font-size: 33px;
     }
}
@media (max-width : 980px){
    .upated-btn a {
        padding: 10px 18px 9px 18px;
    }
}
@media (max-width : 920px){
    .upated-section {
        padding: 20px 15px 20px 15px;
        flex-direction: column-reverse;
        text-align: center;
    }
    .upated-btn a{
        font-size: 13px;
    }
    .article-table {
        padding: 30px 30px 30px 30px;
    }
}
@media (max-width : 820px){
    .article-intro-section {
        max-width: 100%;
        display: flex;
        gap: 50px;
    }
    .article-left-intro{
        max-width: 65%;
    }
    .article-right-intro{
        max-width: calc(100% - (65% + 50px));
    }
    .upated-btn a {
        padding: 10px 10px 9px 10px;
    }
    .releeated-article-content ul li {
        padding-top: 15px;
    }
}
@media (max-width : 1230px){
    .upated-section {
        padding: 20px 15px 20px 15px;
        flex-direction: column-reverse;
        text-align: center;
    }
    .upated-btn a{
        font-size: 13px;
    }
    .article-table {
        padding: 30px 30px 30px 30px;
    }
}
@media (max-width : 680px) , (max-width : 620px){
    .upated-section {
        padding: 20px 15px 20px 15px;
        flex-direction: column-reverse;
        text-align: center;
    }
    .upated-btn a{
        font-size: 13px;
    }
    .article-table {
        padding: 30px 30px 30px 30px;
    }
}
@media (max-width : 520px) , (max-width : 580px), (max-width : 768px){
    .article-intro-section {
        flex-direction: column;
        width: 100%;
    }
    .article-left-intro{
        max-width: 100%;
    }
    .article-right-intro{
        max-width: 100%;
    }
    .subhead-content  {
        padding-bottom: 0px;
    }
}
@media (max-width : 480px){
    .article-page-section {
        display: flex;
        gap: 10px;
    }
    .article-page-link {
        display: flex;
        gap: 6px;   
    }
}
@media (max-width : 420px) , (max-width : 380px){
    .article-one a,.article-two a,.article-three a{
        font-size: 10px;
    }
    .article-page-link i{
        font-size: 10px;
    }
    .article-title h2{
        font-size: 28px;
        line-height: 37px;
    }  
}
@media (max-width : 320px) ,(max-width : 380px){
    .article-page-section{
        flex-direction: column;
    }
    .article-page-link{
        display: flex;
        gap: 2px;
    }
    .article-title h2{
        font-size: 28px;
        line-height: 37px;
    }  
    .intro-title h4{
        font-size: 18px;
    }      
    .intro-content p ,.Prerequisites-content p ,.instruction-content p , .subhead-content p {
        font-size: 13px; 
    }
    .article-img {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .article-table-title h4 ,.Prerequisites-title h4 ,.instruction-title h4 ,.subhead-title h4 ,.related-article-title h4 ,.upated-title h4{
        font-size: 18px;
        line-height: 25px;
    }
    .artilce-table-link {
        font-size: 14px;
    }
    .releeated-article-content ul li a {
        font-size: 14px;
    }
    .upated-btn a {
        font-size: 12px;
    }
    .Prerequisites {
        padding-top: 40px;
    }
    .Prerequisites-content p {
        padding-bottom: 30px;
    }
    .instruction-title {
        padding-top: 30px;
    }
    .instruction-content {
        padding-bottom: 36px;
    }
    .subhead-img {
        padding: 30px 0px;
    }
}