body{
    background-color: #000;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.orangetext{
    color: #ec7f1e;
}
a{
    text-decoration: none;
}
a[title]:hover::after{
    border: 2px solid #fefefe;
}
.outer[title]:hover::after{
    border: 2px solid #fefefe;
}
.outer {
    position: relative;
    cursor: pointer;
  }
  
  .outer::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%; /* Position above the element */
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
    border: 1px solid #fefefe;
  }
  
  .outer:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-8px); /* Slight hover effect */
  }
  
.fullblog{
    width: 100vw;
    /* overflow-x: hidden; */
}
.blogssec1{
    margin-top: 90px;
    height: 230px;
    position: relative;
    width: 100vw;
    /* background-color: #ec7e1e4e; */
}
.blogssec1:before {
    content: '';
    background: url('/assets/resources/doodle.png') no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .8;
    top: 0;
}
.blogssec1 .heading{
    color: #fefefe;
    font-size: 45px;
    font-weight: 500;
    margin-top: 30px;
}
.allblogs .heading{
    color: #ec7f1e;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    /* height: 120px; */
}
.allblogs .blogdesc{
    color: #fefefe;
    font-size: 14px;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
}
.btncont{
    max-height: 0px;
    overflow: hidden;
    display: none;
}
.allblogs .blogimg{
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.allblogs .blogs{
    border: 2px solid rgba(255, 255, 255, 0.274) ;
    /* box-shadow: 2px 3px 5px #ec7f1e; */
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    border-radius: 10px;
    padding: 10px;
    height: 360px;
    /* transition: all 0.3s ease; */
}
.allblogs .morebtn{
    color: #fefefe;
    background-color: #ec7f1e;
    border-radius: 5px;
    padding: 7px 10px;
    opacity: 0;
    pointer-events: none;
}
.allblogs .blogs:hover{
        border:2px solid #ec7f1e;
        transform: scale(1.02, 1.02);
}
.allblogs .blogs:hover .blogimg{
    height: 0px;
    transform: scale(1.02);
}
.allblogs .blogs:hover  .blogdesc{
    max-height: 200px;
    opacity: 1;
}
.allblogs .blogs:hover .btncont{
    max-height:40px;
    display: inline;
}
.allblogs .blogs:hover .morebtn{
    opacity: 1;
}
.divcont{
    max-height: 300px;
}
.bg1{
    background-image: url('/assets/hero/Background.png');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog{
    padding-top: 100px;
}
.topsection{
    height: 80vh;
}
.blog .heading{
    color: #fefefe;
    font-size: 45px;
    font-weight: 600;
    margin-top: 55px;
}
.blogimage{
    width: 100%;
    height: 420px;
    margin-bottom:20px;
    border-radius: 8px;
}
.hover01 div {
	position: relative;
	float: left;
}
figure {
    height: 420px;
	overflow: hidden;
    border-radius: 8px;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
.blogcontent{
    width: 65%;
    padding: 0px;
    margin: 0px;
    /* margin: 0px 100px; */
    /* display: none; */
}
.tableofcontents{
    margin: 0px !important;
    width: 35%;
    padding: 0px 0px 0px 40px;
    height: auto;
    position: sticky;
    top: 20px;
    overflow: visible;
    height: 100%;
    scrollbar-width: none;
}
.tableofcontents .box{
    border: 2px solid #7878783b;
    border-radius: 10px;
    padding-right: 10px;
}
.tableofcontents .heading{
    color: #ec7f1e;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 20px;
    padding-left: 20px;
}
.tableofcontents ul{
    border-left: 1px solid #ec7e1e66;
    margin-left:35px;
    padding-left: 10px !important;
}
.tableofcontents li{
    list-style: none;
    padding-left: 10px;
}
.tableofcontents a{
    color: #fefefe;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 35px;
    position: relative;
    transition: color 0.1s ease-out;
    &:hover{
        color: #ec7f1e;
    }
}
.tableofcontents a::before {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #ec7f1e;
    left: -14.5px;
    top: 50%;
    transform: translateY(-50%);
}
.blogcontent .Intro .heading{
    font-size: 30px;
    color: #ec7f1e;
    font-weight: 500;
}
.blogcontent .Intro .description{
    font-size: 18px;
    color: #fefefe;
    text-align: justify;
}
.blogcontent .desc .heading{
    font-size: 30px;
    color: #ec7f1e;
    font-weight: 500;
}
.blogcontent .desc .description{
    font-size: 18px;
    color: #fefefe;
    text-align: justify;
}
.blogcontent .desc .subheading{
    font-size: 20px;
    color: #fefefe;
    font-weight: 500;
    padding-left: 40px;
    text-align: justify;
}
.desc ul{
    padding-left: 50px;
}
.desc ul li{
    font-size: 16px;
    list-style: disc;
    color: #fefefe;
}
.blog p,.blogcontent p{
    margin-bottom: 0.3rem !important;
}
.outer{
    border: 2px solid #787878;
    padding: 8px;
    border-radius: 50%;
    margin: 0px 3px;
    cursor: pointer;
    &:hover{
        border: 2px solid #ec7f1e;
        }
}
.outer svg path{
    fill: #787878;
}
.outer:hover path{
    fill: #ec7f1e;
}
.outer:hover polygon{
    fill: #ec7f1e;
}
.otherblogs{
    padding: 0px !important;
}
.otherblogs .titleheading{
    font-size: 30px;
    color: #ec7f1e;
    font-weight: 500;
}
.socialicon{
    width: 40px;
    height: 40px;
    margin: 10px;
}
.subdescription{
    color: #fefefe;
    font-size: 16px;
    padding-left: 40px;
}
.main{
    height: 100vh;
}
.blogcont{
    padding: 0px !important;
}
.ellipse1{
    position: absolute;
    top: -10%;
    right: -10%;
    z-index: -1;
}
.ellipse2{
    position: absolute;
    top: 10%;
    left: -20%;
    z-index: -1;
}
.ellipse3{
    position: absolute;
    top: 20%;
    right: -30%;
    z-index: -1;
}
.ellipse4{
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
}
.ellipse5{
    position: absolute;
    top: 76%;
    right: -10%;
    z-index: -1;
}
@media(max-width:1400px){
    .allblogs .blogs{
        height: 360px;
    }
    .tableofcontents ul{
        border-left: 1px solid #ec7e1e66;
        margin-left:30px;
        padding-left: 10px !important;
        padding-right: 5px !important;
    }
    .tableofcontents a{
        font-size: 14px;
        line-height: 30px;
    }
    .allblogs .blogs:hover  .blogdesc{
        max-height: 125px;
        opacity: 1;
    }
}
@media(max-width:1200px){
    .blog .heading{
        font-size: 35px;
    }
    .blogcontent .Intro .heading, .blogcontent .desc .heading,.otherblogs .titleheading{
        font-size: 25px;
    }

    .blogcontent .desc .subheading,.allblogs .heading{
        font-size: 18px;
    }
    .blogcontent .Intro .description , .blogcontent .desc .description{
        font-size: 16px;
    }
    .allblogs .blogs{
        height: 370px; 
    }
    .allblogs .blogs:hover  .blogdesc{
        max-height: 150px;
        opacity: 1;
    }
    .ellipse1{
        position: absolute;
        top: -10%;
        right: -10%;
        z-index: -1;
    }
    .ellipse2{
        position: absolute;
        top: 10%;
        left: -20%;
        z-index: -1;
    }
    .ellipse3{
        position: absolute;
        top: 20%;
        right: -30%;
        z-index: -1;
        display: none;
    }
    .ellipse4{
        position: absolute;
        top: 50%;
        left: -20%;
        z-index: -1;
    }
    .ellipse5{
        position: absolute;
        top: 76%;
        display: none;
        right: -10%;
        z-index: -1;
    }
}
@media(max-width:1200px){
    .ellipse1{
        position: absolute;
        top: -10%;
        right: 0%;
        z-index: -1;
    }
}
@media(max-width:1100px){
    .allblogs .blogdesc{
        color: #fefefe;
        font-size: 14px;
        max-height: 60px !important;
        overflow: hidden;
        opacity: 1;
    }
    .allblogs .morebtn{
        opacity: 1;
        font-size: 12px;
    }
    .allblogs .blogs:hover .blogimg{
        height: 200px;
        transform: scale(1);
    }
    .allblogs .blogs:hover  .blogdesc{
        max-height: 200px;
        opacity: 1;
    }
    .allblogs .blogs:hover .btncont{
        max-height:50px;
        display: inline;
    }
    .allblogs .blogs:hover .morebtn{
        opacity: 1;
    }
    .btncont{
        opacity: 1;
        max-height: 50px;
        overflow: hidden;
        display: inline;
    }
    .allblogs .blogimg{
        height: 150px !important;
    }
    .allblogs .heading {
        font-size: 14px;
        height: 65px;
    }
    .allblogs .blogdesc {
        font-size: 12px;
        max-height: 50px !important;
    }
}
@media(max-width:992px){
    .allblogs .blogs{
        height: 370px; 
    }
    .tableofcontents{
        width: 60%;
    }
    .ellipse1,.ellipse2,.ellipse3,.ellipse4,.ellipse5{
        display: none;
    }
}
@media(max-width:767px){
    .blogimage{
        height: 180px;
    }
    figure {
        height: 180px;
    }
    .tableofcontents{
        width: 95%;
        padding: 0px 0px 0px 20px;
        position: relative;
        top: 0px;
    }
    .tableofcontents a {
        font-size: 14px;
        line-height: 30px;
    }
    .blogcontent .Intro .description, .blogcontent .desc .description {
        font-size: 14px;
    }
    .blogcont{
        flex-direction: column-reverse !important;
    }
    .blogcontent{
        width: 100%;
    }
    .blogcontent .desc .subheading {
        font-size: 16px;
    }
    .desc ul li{
        font-size: 14px;
    }
    .blogssec1{
        height: 230px;
    }
}
@media(max-height:650px){
    .tableofcontents{
        width: 40%;
        padding: 0px 0px 0px 40px;
        position: sticky;
        top: 20px;
        overflow: scroll;
        height: 500px;
    }
}
@media(max-height:450px){
    .tableofcontents{
        width:80%;
        padding: 0px 0px 0px 40px;
        position:relative;
        top: 0px;
        overflow: scroll;
        height: auto;
        margin-bottom: 20px !important;
    }
    .blogcont{
        flex-direction: column-reverse !important;
    }
    .blogcontent{
        width: 100%;
    }
    .blogssec1{
        height: 60vh;
    }
}
@media(max-width:500px){
    .blogssec1 {
        height: 200px;
    }
    .blog .heading{
        font-size: 25px;
    }
    .blogcontent .Intro .heading, .blogcontent .desc .heading,.otherblogs .titleheading{
        font-size: 20px;
    }

    .blogcontent .desc .subheading{
        font-size: 16px;
    }
    .allblogs .heading{
        font-size: 12px;
    }
    .blogcontent .Intro .description , .blogcontent .desc .description{
        font-size: 14px;
    }
    .allblogs .blogs{
        height: auto; 
    }
    .blogcontent .desc .subheading , .desc ul{
        padding-left: 30px;
    }
    .fullblog{
        padding: 0px 10px;
    }
    .tableofcontents{
        width: 85%;
        padding: 0px 0px 0px 10px;
        position: relative;
        top: 0px;
    }
    .tableofcontents li{
        padding-left: 0px;
    }
    .tableofcontents a{
        font-size: 10px;
        line-height: 20px;
    }
    .tableofcontents .heading{
        font-size: 14px;
    }
    .tableofcontents a::before{
        height: 5px;
        width: 5px;
        left: -13px;
    }
    .tableofcontents ul{
        margin-left: 10px;
        padding-right: 5px !important;
    }
    .blogcont{
        flex-direction: column-reverse !important;
    }
    .blogcontent{
        width: 100%;
    }
    .allblogs .blogdesc{
        color: #fefefe;
        font-size: 10px;
        max-height: 60px !important;
        overflow: hidden;
        opacity: 1;
    }
    .allblogs .morebtn{
        opacity: 1;
    }
    .allblogs .blogs:hover .blogimg{
        height: 200px;
        transform: scale(1);
    }
    .allblogs .blogs:hover  .blogdesc{
        max-height: 200px;
        opacity: 1;
    }
    .allblogs .blogs:hover .btncont{
        max-height:50px;
        display: inline;
    }
    .allblogs .blogs:hover .morebtn{
        opacity: 1;
    }
    .btncont{
        opacity: 1;
        max-height: 50px;
        overflow: hidden;
        display: inline;
    }
    .blogssec1 .heading {
        font-size: 40px;
    }
    .allblogs .blogimg{
        height: 200px;
    }
}
