html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    background: #f9f9f9;
    overflow-x: hidden;
    text-decoration:none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
ul,
li{
    font-family: 'Roboto';
}

.picker2 {
    border-bottom: 1px solid rgba(189, 189, 189, 0.39);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.picker2 h1{
        font-size: 22px !important;
}

.picker3 {
    border-bottom: 1px solid rgba(189, 189, 189, 0.39);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.picker4 {
    border-top: 1px solid rgba(189, 189, 189, 0.39);
    padding-bottom: 20px;

}

.add {
    border: 1px solid rgba(189, 189, 189, 0.39);
    width: 100%;
    height: 200px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adds {
    background: rgba(255, 255, 255, 0.5);
    width: 70%;
    height: 100px;
}


:root {
    --secondry_color: #cf3034;
}

.link {
    text-decoration: none;
    color: inherit;
}

* {
    font-family: 'Roboto';
}


.maincontainer {
    width: 95%;
    padding-top: 14px;
    margin: auto;
    background-attachment: fixed;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid black;
}

.mainHeader{
    transition: box-shadow 0.3s ease;
    background: white;
    position: fixed;
    top: 0;
    /* left: 0; */
    z-index: 999;
    width: 100%;
    padding: 0px 30px;
    /* margin: auto;
    left: 50%;
    transform: translate(-50%); */
}

.site-logo img {
    width: 100px;
}

.sign-btn:focus{
    box-shadow: none !important;
}

.nav-lins ul {
    display: flex;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-lins ul li a {
    color: #141414;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
}

.nav-lins ul li a:hover {
    color: #d33035;
}

.nav-icons {
    display: flex;
    gap: 24px;
    align-items: center;
}

.live {
    display: flex;
    align-items: center;
    gap: 5px;
}

.live span {
    font-size: 19px;
    font-weight: 700;
}

.sign-btn button {
    background: black;
    color: white;
    border: none;
    font-weight: 500;
    border-radius: 30px;
    padding: 6px 20px;
}

.search-icon svg:hover {
    fill: var(--secondry_color) !important;
    cursor: pointer;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    opacity: 0;
    position: absolute;
    top: 38px;
    left: 0;
    background-color: white;
    padding: 10px;
    border: 1px solid var(--secondry_color);
    min-width: 210px;
    visibility: hidden;
    transition: all ease-in .35s;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: all ease-in .35s;
    width: 244px;
}

.dropdown-menu {
    display: flex;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 10px 20px !important;
}

.firstbanner img {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    transition: transform 0.5s ease, filter 0.5s ease;
    cursor: pointer;
}

.firstbanner-j {
    height: 53vh !important;
}

.firstbanner img:hover {
    transform: scale(1.1);
}

.planning {
    position: relative;
}

.powered {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.firstbanner {
    height: 64vh;
    overflow: hidden;
    border-radius: 14px;
}


.time span {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.sustainable-jh a h1 {
    font-size: 24px;
    color: black;
    padding: 10px 0px;
    font-weight: 600;
    line-height: 20px;
    line-height: 30px;
}

.sustainable-jh a p {
    font-size: 16px;
    color: black;
    line-height: 20px;
}

.sustainable-jh a {
    text-decoration: none;
}

.powered h1 {
    font-size: 20px;
    color: white;
    padding: 6px 0px;
    font-weight: 600;
    line-height: 27px;
}

.financial a img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.financial a span {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.financial a {
    text-decoration: none;
}

.firstbanner2 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.firstbanner2 img:hover {
    transform: scale(1.2);
}

.firstbanner2 {
    height: 38vh;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.powered2 {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.powered2 h1 {
    font-size: 14px;
    color: white;
    padding: 6px 0px;
    font-weight: 600;
    line-height: 20px;
}

.planning2 {
    position: relative;
}

.technology-container {
    width: 95%;
    margin: auto;
}

.startups h1 {
    margin: 50px 0px 30px 0px;
    font-size: 26px;
    font-weight: 600;
    border-left: 7px solid #d33035;
    padding-left: 10px;
    font-weight: 500;
}

.startups3 h1 {
    margin: 0px 0px 30px 0px;
    font-size: 24px;
    font-weight: 500;
    border-left: 7px solid #d33035;
    padding-left: 10px;
    font-weight: 500;
}


.planning3 {
    margin-top: 110px;
    position: relative;
}

.lifestyles-img img {
    width: 100%;
    transition: all .35s;
}

.lifestyles-img img:hover {
    transform: scale(1.1);
}

.lifestyles-img {
    overflow: hidden;
    border-radius: 7px;
}

.sustainable span {
    font-size: 15px;
    font-weight: 500;
    color: #d33035;
}

.sustainable p {
    font-size: 12px;
    margin: 0;
}

.lifestyles-text a {
    font-size: 17px;
    color: black;
        font-weight: 500;
    text-decoration: none;
}

.lifestyles-text a:hover {
    color: #d33035;
}

.sustain {
    border-bottom: 1px solid #c9cfd4ab;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.sustain2 {
    border-bottom: 1px solid #c9cfd4ab;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.sustain3 {
    margin-bottom: 20px;
}

.custom-card {
    background: white;
    padding: 20px;
    border-radius: 14px;
}

.custom-card:hover {
    box-shadow: rgba(22, 32, 82, 0.1) 14px 20px 30px -10px;
}

.card-img img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.card-img {
    border-radius: 10px;
    height: 180px;
}

.esports span {
    font-size: 14px;
    font-weight: 600;
    color: #d33035;
    padding-top: 6px;
}

.card-text a {
    font-size: 18px;
    color: black;
    text-decoration: none;
    font-weight: 600;
}

.card-text p {
    margin: 10px 0px;
    font-size: 16px;
}

.card-text {
    margin-top: 10px;
}

.card-text a:hover {
    color: #d33035;
}

.seeall-btn button {
    border: 1px solid #d3d3d3;
    background: transparent;
    padding: 9px 0px;
    width: 100%;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 500;
    transition: background-color .7s;
}

.seeall-btn button:hover {
    background: #d33035;
    color: white;
    transition: background-color .7s;
}


.able-img img {
    width: 100%;
    border-radius: 10px;
}

.able-text a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: black;
}

.able-text a:hover {
    color: #d33035;
}

.able-text p {
    font-size: 14px;
    padding: 8px 0px;
}

.firstbanner3 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: transform 0.5s ease, filter 0.5s ease;
    object-fit: cover;
}

.firstbanner3 img:hover {
    transform: scale(1.2);
}

.firstbanner3 {
    height: 73vh;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.startups-imgs img {
    width: 100%;
    border-radius: 10px;
}

.amet {
    margin-bottom: 30px;
}

.footer {
    background: lightgray;
    width: 100%;
    margin-top: 50px;
    padding: 59px 0px 0px 0px;
}

.uc-svg {
    fill: #fff;
}

.keepup p {
    color: black;
    padding: 30px 0px 0px 0px;
    font-size: 16px;
    line-height: 25px;
}

.keepup span {
    color: black;
    font-size: 20px;
    border-bottom: 2px solid black;
    padding-bottom: 4px;
    font-weight: 500;
}



.footer-icon {
    margin-top: 30px;
    display: flex;
    gap: 20px;

}

.page-link{
    padding: 4px;
}


.footer-icon i {
    color: black;
    border: 1px solid black;
    padding: 10px 13px;
    border-radius: 50%;
}

.footer-icon i:hover {
    background: #d33035;
    color:white;
    cursor: pointer;
    border: 1px solid #d33035;
}

.footerlins h3 {
    color: black;
    font-size: 22px;
    font-weight: 600;
}

.footerlins ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 34px;
}

.footerlins ul li a {
    color: black;
    text-decoration: none;
    font-size: 18px;
}

.footerlins ul li a:hover {
    color: black;
}

.copy {
    text-align: center;
    padding: 20px 0px 30px 0px;
    border-top: 1px solid rgb(75, 74, 74);
    margin-top: 20px;
}

.copy p {
    margin: 0;
    font-size: 13px;
    color: white;
}

.startups2 h1 {
    margin: 50px 0px 0px 0px;
    font-size: 28px;
    font-weight: 500;
    border-left: 7px solid #d33035;
    padding-left: 10px;
    font-weight: 500;
}

.startups2 p {
    font-size: 13px;
    margin: 10px 0px;
}



.Peterson {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.Peterson img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.Peterson span {
    font-size: 12px;
}



.posts {
    margin: 40px 0px 30px 0px;
}

.user-reviews {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-bottom: 20px;
}

.review {
    text-align: center;
}

.review img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.review-info {
    margin-top: 10px;
}

.review-info h4 {
    margin-bottom: 5px;
}

.review-info span {
    font-size: 12px;
    color: gray;
    display: block;
    margin-bottom: 2px;
}


.nav-icons {
    position: relative;
}

.search-icon {
    cursor: pointer;
}

.search-modal {
    position: fixed;
    top: 59px;
    right: 20px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 20px;
    display: none;
}

.search-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-input {
    width: 250px;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

.search-input:focus {
    border-color: #d33035;
}

.search-button {
    padding: 7px 15px;
    background-color: #d33035;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.search-button:hover {
    background-color: #d33035;
}

.designers2 {
    margin-top: 49px;
}

.designers span {
    font-size: 12px;
    color: black;
}

.designers h1 {
    font-size: 32px;
    color: black;
    font-weight: 500;
    margin: 10px 0px;
}

.designers p {
    font-size: 12px;
    line-height: 22px;
    color: black;
}

.designers img {
    width: 100%;
    border-radius: 20px;
}

.designers h3 {
    font-size: 25px;
    font-weight: 500;
}

.explained-img img {
    width: 100%;
    transition: all 1.1s;
    border-radius: 13px !important;
    height: 100%;
    object-fit: cover;
}

.explained-img img:hover {
    transform: scale(1.1);
    transition: all 1.1s;
}

.explained-img {
    overflow: hidden;
    border-radius: 13px !important;
    height: 200px;
}

.candidate {
    border-bottom: 1px solid rgb(209, 209, 209);
    padding-bottom: 20px;
}

.user-img {
    width: 37px;
    height: 37px;
}

.user-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.comment-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-name h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.comments p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}

.comments {
    border-bottom: 1px solid rgb(209, 209, 209);
    padding: 20px 0px
}

.intended {
    font-size: 24px;
    font-weight: 500;
    border-left: 6px solid #d33035;
    padding-left: 7px;
}

.comment-intup {
    margin-top: 24px;
}

.name-inpt input {
    width: 100%;
    margin-bottom: 20px;
    height: 37px;
    padding-left: 10px;
    border: 1px solid rgb(173, 173, 173);
    border-radius: 4px;
    background: transparent;
}

.name-inpt input:focus {
    outline: none;
    border: 1px solid #d33035;
}

.name-inpt textarea:focus {
    outline: none;
    border: 1px solid #d33035;
}

.name-inpt textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
    padding-left: 10px;
    border: 1px solid rgb(173, 173, 173);
    border-radius: 4px;
    background: transparent;
    padding-top: 10px;
}

.name-inpt button {
    background: #d33035;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 7px;
}

.trending-main2 {
    margin-top: 80px !important;
}

.trending-main {
    margin-top: 30px;
    border: 1px solid #c9cfd4ab;
    padding: 20px;
    border-radius: 7px;
}

.build-text a {
    font-size: 14px;
    color: black;
    font-weight: 500;
    text-decoration: none;
}

.build-text a:hover {
    color: #d33035;
}


.build-text {
    font-size: 13px;
    padding-top: 4px
}

.build-img img {
    width: 100%;
    height: 74px;
    object-fit: cover;
    border-radius: 7px;
}

.tool {
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 30px;
}

.custom-list a {
    text-decoration: none;
}

.custom-list li {
    font-size: 16px;
    margin: 10px 0;
    position: relative;
    padding-left: 40px;
    font-weight: 200;
    color: #333;
    margin-bottom: 20px;
}

.custom-list li::before {
    content: counter(item) ".";
    counter-increment: item;
    color: black;
    font-weight: bold;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 100;
}

.custom-list {
    counter-reset: item;
}

.custom-list li::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #d33035;
    left: 23px;
    top: -5px;
}

.categories-tag {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

a.tag {
    color: #333;
    padding: 7px 18px;
    border: 1px solid #ddd;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}


a.tag:hover {
    background-color: #d33035;
    color: white;
}


.site-logo-mobile img{
   width: 70%;
}
.sidebar {
    position: fixed;
    right: -100%;
    top: 80px;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: 0.3s;
    z-index: 1000;
    padding: 0px 0px;
    overflow-y: auto;
}

.sidebar::-webkit-scrollbar {
    display: none;
}

.sidebar.open {
    right: 0;
}

.close-btn {
    position: absolute;
    top: 10px;
    display: none;
    right: 10px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.sidebar-toggle {
    cursor: pointer;
}

.sidebar ul {
    margin: 40px 20px 0px 20px;
    padding: 0;
    list-style: none;
}

.search-container-mobile{
    background: lightgray;
    padding: 7px 20px;
    display: flex;
    align-items: center;
     gap: 7px;
}

.search-container-mobile input{
    background: none;
    font-size: 24px;
    color: black;
      width: 100%;
    padding: 0px 30px;
    height: 60px;
}

.search-container-mobile button{
    color: white;
    border: none;
    background: black;
    padding: 12px 30px;
    border-radius: 7px;
}

.sidebar ul li a {
    color: black;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;

}

.mobile-search-icon{
        position: relative;
}

.mobile-search-icon i{
      position: absolute;
    left: 7px;
    top: 17px;
    font-size: 20px;
}

.sidebar ul li {
    margin-bottom: 7px;
}

.accordion {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    width: 100%;
    transition: background-color 0.3s;
}

.accordion i {
    color: white;
}

.panel {
    display: none;
    margin-top: -1px;
    transition: background-color 0.3s;
}

.panel ul li a {
    color: black;
    font-size: 13px !important;
}



.panel ul {
    padding-left: 20px !important;
    margin-top: 7px !important;
}

.mobile {
    display: none;
       padding: 0px 14px !important;
}

.logo-links {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}


.article a {
    text-decoration: none;
}

.article a h1 {
    font-size: 28px;
    color: black;
    font-weight: 600;
    line-height: 34px;
    margin: 10px 0px;
}

.article h1:hover {
    color: black;
    color: #cf3034;
}

.article p {
    font-size: 16px;
    line-height: 20px;
}

.hits a {
       color: black;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.hits a:hover {
    color: #cf3034;
}


.aditors-pick a {
    text-decoration: none;
}

.aditors-pick a img {
    width: 100%;
    height: 140px;
    border-radius: 10px;
    object-fit: cover;
}

.aditors-pick a h1 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0px;
    color: black;
    line-height: 28px;
}

.picker a img {
    width: 110px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

.picker a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.picker a span {
    color: black;
    font-size: 17px;
    font-weight: 600;
}


.spreading-happiness img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.spreading-happiness a {
    text-decoration: none;
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.spreading-happiness {
    margin-bottom: 20px;
}



.allegations a {
    display: flex;
    gap: 14px;
    text-decoration: none;
}

.allegations a img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 9px;
}

.allegations a span {
    color: black;
    font-size: 17px;
    font-weight: 500;
}










.artical2 img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}


.artical2 a {
    text-decoration: none;
}

.artical2 h1 {
    font-size: 18px;
    color: black;
    font-weight: 500;
    line-height: 30px;
    margin: 10px 0px;
}

.artical2 h1:hover {
    color: black;
    color: #cf3034;
}

.catagory-banner {
    background: #201f1f;
    width: 95%;
    padding: 40px 0px;
    margin: auto;
}

.soluta ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 24px;
}

.soluta ul li a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}




.Congress h1 {
    margin: 0px 0px 15px 0px;
    font-size: 40px;
    border-left: 7px solid #d33035;
    padding-left: 10px;
    font-weight: 500;
    color: white;
}

.spreading a {
    text-decoration: none;
}

.spreading a img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 14px;
}

.spreading a h1 {
     font-size: 24px;
    color: black;
    margin: 10px 0px;
    line-height: 32px;
    font-weight: 600;
}

.spreading a h1:hover {
    color: #cf3034;
}

.spreading a p {
    font-size: 16px;
    color: black;
    margin: 10px 0px;
    line-height: 22px;
}



.tough a {
    text-decoration: none;
}

.tough a img {
    width: 100%;
    border-radius: 10px;
    height: 164px;
    object-fit: cover;
}

.tough a h1 {
    font-size: 18px;
    color: black;
    margin: 10px 0px;
    line-height: 30px;
}

.tough a h1:hover {
    color: #cf3034;
}


.southeast h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

.southeast p {
    font-size: 13px;
    line-height: 22px;
    margin: 10px 0px;
}

.southeast h2 {
    font-size: 18px;
    font-weight: 500;
    border-top: 3px solid red;
    width: max-content;
    padding-top: 6px;
    margin-top: 20px;
}

.southeast ul {
    margin: 0;
    padding-left: 22px;
    list-style-type: square;
}

.southeast ul li {
    margin-bottom: 10px;
    line-height: 20px;
}

.southeast ul li a {
    font-size: 13px;
    color: black;
    font-weight: 500;
    text-decoration: none;
}


.Vance-video iframe {
    width: 100%;
    height: 340px;
}

.sidebaradd1 img {
    width: 100%;
    height: 300px;
}

.Vance-img img {
    width: 100%;
    height: 340px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 14px;
}

.Vance-img p {
    font-size: 13px;
    font-weight: 22px;

}


.hits2 a {
    color: black;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.hits2 a:hover {
    color: #cf3034;
}

.topics-main h1 {
    font-size: 26px;
    margin: 24px 0px 20px 0px;
    border-bottom: 3px solid red;
    width: max-content;
    padding-bottom: 4px;
}

.suggests-img {
    width: 100%;
    height: 170px;
}

.suggests-img img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
}

.sidebaradd2 {
    width: 100%;
    height: 540px;
}

.sidebaradd2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.suggests-text a {
    text-decoration: none;
}

.suggests-text a h1 {
    font-size: 23px;
    color: black;
    line-height: 32px;
    margin: 0;
}

.suggests-text a p {
    font-size: 13px;
    line-height: 22px;
    color: black;
    margin-top: 10px;
}

/* now */


.soluta h2 {
    color: white;
    font-size: 30px;
    font-weight: 500;
    border-left: 4px solid #cf3034;
    padding-left: 7px;
    margin-bottom: 14px;
}

.soluta span {
    color: white;
    font-size: 24px;
    font-weight: 400;
}

.prop img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 14px;

}

.prop p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}

.enters p {
    margin: 10px 0px;
    font-size: 13px;
    line-height: 22px;
}



.article4 img {
    width: 100%;
    height: 170px;
    border-radius: 10px;
    object-fit: cover;
}

.article4 h1 {
     font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 10px;
    color: black;
}


.withdraws {
    margin-top: 14px;
}


.season a {
    text-decoration: none;
}

.season a img {
    width: 100%;
    object-fit: cover;
    height: 240px;
    border-radius: 10px;
}

.season a h1 {
    font-size: 17px;
    line-height: 24px;
    margin-top: 10px;
    color: black;
}

.season a p {
    font-size: 13px;
    line-height: 22px;
    color: black;
}

.season2 a img {
    width: 100%;
    object-fit: cover;
    height: 180px;
    border-radius: 10px;
}

.season2 a h1 {
    font-size: 17px;
    line-height: 24px;
    margin-top: 10px;
    color: black;
}

.season2 a p {
    font-size: 13px;
    line-height: 22px;
    color: black;
}

.season2 a {
    text-decoration: none;
}

.newsletter {
    border: 1px solid rgba(189, 189, 189, 0.39);
    padding: 20px;

}


.newsletter-inpt {
    display: flex;
    align-items: center;
    gap: 10px;
}

.newsletter-inpt input {
    width: 100%;
    height: 38px;
    background: no-repeat;
    border: 1px solid #bfbfbf;
    border-radius: 4px;

}

.newsletter-inpt input:focus {
    outline: none;
    border: 1px solid #bfbfbf;
}

.newsletter-inpt button {
    background: #201f1f;
    height: 38px;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 0px 20px;
}

.newsletter p{
    font-size: 16px;
    margin-top: 10px;
}


h1 {
    font-size: 17px;
    line-height: 2.0; /* Space between lines */
    margin: 0;
    display: block;
    max-width: 100%; /* Ensure it fits within the container */
}

/* For limiting to 5 words on the first line */
h1 a {
    display: inline-block;
}

h1 a::after {
    content: attr(data-full-text); /* Show the full text after the line break */
    visibility: hidden; /* Make the full text invisible */
    display: block; /* This ensures the text will start on the next line */
    height: 0; /* No height */
}

h1 a[data-full-text]::after {
    content: " " attr(data-full-text); /* Append the full text */
}



































.dropdown-menu2 {
    opacity: 0;
    position: absolute;
    top: 42px;
    left: -96px;
    background-color: white;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 10px;
    border-radius: 7px;
    width: 200px;
    visibility: hidden;
    transition: all ease-in .35s;
}

.dropdown:hover .dropdown-menu2 {
    opacity: 1;
    visibility: visible;
    transition: all ease-in .35s;
}

.dropdown-menu2 {
    display: flex;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 10px 20px !important;
}



.dropdown img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.profiles {
    text-decoration: none;
    display: flex;
    gap: 20px;
    color: black;
    font-size: 16px;
    margin-bottom: 14px;
}

.profiles:hover {
    color: #d33035;
}

.profiles img {
    height: 28px !important;
    border-radius: 0px !important;
    width: 28px !important;
}



.prfile-sidebar {
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 14px;
    text-align: center;
    padding: 20px;
}

.prfile-sidebar img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin-bottom: 10px;
}

.prfile-sidebar h2 {
    font-size: 24px;
    font-weight: 500;
}

.prfile-sidebar p {
    font-size: 14px;
    margin: 13px 0px;
}

.dropdown-menu3 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.dropdown-menu3 li {
    padding-top: 10px;
}

.information-card {
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 14px;
    padding: 30px 30px;
}





.personal-Information h1 {
    font-size: 26px;
    font-weight: 400;
    border-left: 5px solid black;
    margin: 20px 0px;
    padding-left: 8px;
}














.table-container {
    width: 100%;
    margin: auto;
    overflow-x: auto;
}

/* Table Styles */
.custom-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.custom-table .table-row:hover {
    background-color: #f1f1f1;
}

.custom-table .table-header {
    background-color: #f2f2f2;
    text-align: left;
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
}

.custom-table .table-data {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

.custom-table .table-image {
    width: 100px;
    height: 100px;
    border-radius: 7px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}

/* Status Styles */
.status {
    font-size: 16px;
    color: black;
}


/* Action Buttons */
.action-buttons button {
    background: none;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    font-size: 16px;
}

.action-buttons button:hover {
    opacity: 0.7;
}






.profile ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}





.dropdown-menu3 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.dropdown-menu3 li {
    padding-top: 10px;
}

.information-card {
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 14px;
    padding: 30px 30px;
}

.profile-inputs input {
    width: 100%;
    height: 38px;
    padding-left: 10px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    margin-bottom: 14px;
}

.profile-inputs input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #cf3034;
}

.profile-inputs label {
    font-size: 14px;
    margin-bottom: 10px;
}

.save-btn {
    border: none;
    background: #201f1f;
    color: white;
    padding: 13px 24px;
    border-radius: 7px;
}

.save-btn:hover {
    background: #cf3034;
}

.personal-Information h1 {
    font-size: 26px;
    font-weight: 400;
    border-left: 5px solid black;
    margin: 20px 0px;
    padding-left: 8px;
}
















































/* Accordion Styling */
.accordion-container {
    width: 100%;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.accordion-header {
    padding: 10px;
         font-size: 22px;
    font-weight: 600;

    background-color: transparent;
    color: #000;
    cursor: pointer;
    transition: background 0.3s ease;
}



.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: transparent;
    padding-left: 10px;
}

.accordion-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-content ul li {
    padding: 5px 0;
}

.accordion-content ul li a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}



/* Open state for the accordion */
.accordion-content.open {
    max-height: 200px; /* Adjust this based on your content */
}


.mobile-scrren-accro{
    display: none;
}
a{
    text-decoration:none !important;
}
a:hover{
    text-decoration:none !important;
}

