                                                                                          /*dksxxd.css*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
html, body {
  height: 100%;
  margin: 0;
}

body {
  color: #493d26;
  background-color: white;
  font-size: calc(0.5em + 0.4vw);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.mobilenav a,
.desknav a {
  text-decoration: none;
}

header {
  padding: 0;
  margin-bottom: 2px;
  border-bottom: 2px solid grey;
}

.tg-mobile{
  display: none;
}
.desknav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 100px;
  margin-bottom: 0;
}
.desknav > a {
  font-size: 1.5em;
  color: rgb(26, 149, 226);
  display: inline;
}
.dsk-logo-wrap {
  display: flex;               
  align-items: center;         
  justify-content: flex-start;                  
  padding: 0;                
}
.logo {
  display: inline-flex;                
  align-items: center;          
  justify-content: flex-start;                 
  padding: 0;               
}
.logo img {
  width: 80px;                 
  max-width: 100%;            
  height: 60px;                
}

.logo h1 {
    font-style: italic;
    font-size: 1.5em;           
    color: #333;                
    margin: 0;                    
    background: linear-gradient(
     to right,
     #DD850D 9%,
     #787160 25%, 
     #787160 79%,  
     #DE860E 90%
    ); 
    background-clip: text; 
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.dsk-wrp {
  display: flex;
  flex-grow: 1;
  padding-right: 15px;
  flex-wrap: wrap;
}
.dsk-lis {
  list-style: none;
  display: flex;
  height: fit-content;
  align-self: flex-end;
  width: 100%;
  justify-content: center;
  position: relative;
}

.dsk-lis ul {
  position: relative;
  right: 12%;
  margin: 0;
  padding: 0;
  gap: 20px; 
  list-style-type: none;
  display: flex;
  flex-wrap: wrap; 
  font-size: 1.3em;
}

.dsk-lis ul li {
  margin: 0.1em;
  padding: 2px;
}

.dsk-lis a {
  text-decoration: none;        
  color: #333;                  
  font-size: 1.1rem;            
  font-weight: 500;            
  padding: 2px 15px;          
  border-radius: 5px;           
  transition: background-color 0.3s ease, color 0.3s ease; 
}

.dsk-lis a:hover {
  background: linear-gradient(
    to right,
    #DE860E 50%,
    #DD850D 98%,
    #DE860E 100%
  );
  color: white; 
}

@media (max-width: 830px) {

  .dsk-lis ul {
    gap: 10px;              
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .dsk-lis a {
    font-size: 0.95rem; 
    padding: 8px 15px; 
  }

  .log-in {
    margin-top:0; 
    font-size: 1rem;
  }
}

/* Footer */
footer {
  background: #2b2b2be2;
  font-size: 1.4em;
  color: white;
  text-align: center;
  padding: 50px 0;
 margin-top: auto;
}

footer{
  height: 80px;
  background: linear-gradient(135deg, beige, rgb(208, 208, 181), rgb(188, 188, 175));
}
footer {
  height: 80px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, beige, rgb(208, 208, 181), rgb(188, 188, 175));
}

.filler {
  height: 100%;
  background: linear-gradient(135deg, beige, rgb(208, 208, 181), rgb(188, 188, 175)); /* Color for the filling effect */
  width: 0; /* Initial width is 0 for animation */
  position: absolute;
  top: 0;
  left: 0;
  display: none; /* Initially hidden */
}


                                                                                       /*tg mobile styling*/
@media (max-width: 768px) { 

  .desknav{
  display: none;
  } 

  .tg-mobile{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    margin-bottom: 0;
  }

  .tg-mobile > a {
    font-size: 1.5em;
    color: rgb(26, 149, 226);
    display: inline;
    text-decoration: none;
  }

  .logo img {
  width: 56px;
  height: 60px;
  }
   
  .mobilenav {
    display: flex;               
    align-items: center;         
    justify-content: flex-start;                  
    padding: 0; 
  }
  .mobilenav ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  }
  .mobilenav ul li button {
    all: unset;
    text-decoration: none;
    cursor: pointer; 
    border: none; 
    background: none;
    margin-left: 12px; 
    margin-right: 5px;
  }

  h1 {
  color: rgb(80, 67, 49);
  font-size: 1.5em;
  }
  
}

                                                                                         /*psgnral.css*/

.main {  
    font-size: 1.25em; 
    display: flex;
    flex-direction: column;
    width: 90%;
    height: 690px;
    border: 5px solid rgb(208, 208, 181);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow: 5px 2px 2px rgba(112, 135, 112, 0.704),
                0px -2px 2px rgba(112, 135, 112, 0.704);  
}

.main a {
    text-decoration: none;
    color: #493d26;
    text-shadow: 
                1px 1px 2px #fff,  
                -1px -1px 2px #666;  
}

.disArea {
    overflow-y: scroll;
    width: 100%;
    padding-bottom: 10px;  
}
.disArea li {
    padding: 5px;
}

li > a:hover { 
    cursor: pointer;
}

h3 {
    font-family: 'roboto', sans-serif;
    margin: 23.4px auto;
    text-align: center;
}

.menu {
    background: linear-gradient(135deg, beige, rgb(208, 208, 181), rgb(232, 232, 219));
    box-shadow: 1px 3px gray;
    font-size: calc(0.7em + 1vw);
    height: 60px;
}

.chevron {
    color: rgba(249, 172, 5, 1);
}
.menuSub {
    display: flex;
    justify-content: space-around;
    height: 100%;
    border: 2px solid grey;
}

.level1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background: linear-gradient(135deg, beige, rgb(208, 208, 181), rgb(232, 232, 219));
    font-size: calc(0.7em + 1vw);
    border: 0.6px solid gray;
    cursor: pointer;
    width: 90%;
    height: 100%;
    transition: all 0.2s ease; 
}

.level1:active {
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.3), 
        inset -2px -2px 5px rgba(255, 255, 255, 0.3); 
    background: linear-gradient(135deg, rgb(208, 208, 181), beige, rgb(232, 232, 219)); 
    transform: translateY(2px); 
}

.list {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 400;
} 
.menuSub a:nth-child(4) {
    text-align: center;
}

#educationMenu {
    visibility: hidden; /* Initially hidden */
    opacity: 0; /* Fully transparent */
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    width: fit-content;
    z-index: 1000;
    transition: visibility 0.2s, opacity 0.2s ease; /* Smooth transition */
}

#educationMenu li {
    padding: 0.5em 1em;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

#educationMenu li:last-child {
    border-bottom: none; 
}

#educationMenu li:hover {
    background: #e0e0e0;
}

                                                                                        /*sumxx45sm.css*/

.profile {
    box-sizing: border-box;
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    font-size: 1.1em;
    border: 3px solid #ded9cd; 
    background-color: rgba(235, 238, 233, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3),  
                0 20px 50px rgba(0, 0, 0, 0.2);

}
.sumPara p {
    margin-bottom: 20px;
    line-height: 1.5;
}
.profile .upSection {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 25px;
}
.profile .upSection .imageSection {
    max-width: 25%;
    border: 3px solid rgb(208, 208, 181);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); 
    background-color: #d7d7d1;
    border-radius: 50%;
}
.profile .upSection .imageSection > img {
    max-width: 100%;
    height: 100%;
    border-radius: 50%;
}
.profile .upSection .description {
    width: 60%; 
}
.upSection .description .givenName {
    font-size: 1.2em;
    font-family: 'Merriweather', serif;
    font-weight: bolder;
    text-align: center;
}
.upSection .description .Proffession {
    font-family: 'michroma', sans-serif;
    margin-top: 15px;
    text-align: center;
}

.upSection .description address .item {
    display: grid;
    grid-template-columns: 1fr 3fr;
    margin-bottom: 20px;
}
.upSection .description address .item .name {
    text-align: left;
    
}
.upSection .description address .item .value {
    font-weight:200;
}
.downsection {
    width: 98%;
    border: 2px solid #ded9cd; 
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 20px 10px;
    border-radius: 8px;
}

.downsection .sumPara {
    margin-bottom: 20px;
}

@media (max-width: 720px) {

    .profile .upSection {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 25px;
    }

    .profile .upSection .description {
        width: 100%; 
    }
    .profile .upSection .imageSection {
        max-width: 35%;
        border: 3px solid rgb(208, 208, 181);
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); 
        background-color: #d7d7d1;
        border-radius: 50%;
    }
}

                                                                                              /*wxx4w.css*/

.JbSec {
    margin: 0 auto 50px auto;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-left: 2px solid #fab500;
    width: 90%;
}
.descript {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.descript p {
    line-height: 1.5;
    margin-bottom: 20px;
}
.demarcate {
    color: #fab500;
}

.wrktitle {
    font-family: 'rockwell', sans-serif;
}
.wrkdate {
    font-family: 'Merriweather', serif;
}
.contract {
     font-size: 0.8em;
}
.jt {
    background: linear-gradient(135deg, beige, rgb(208, 208, 181), rgb(232, 232, 219));
    padding: 8px;
}
hr {
    margin-top: 3px;
    margin-bottom: 10px;
    background-color: #fab500;
    border: none;
    height: 3px;
}


@media (max-width: 767px) {
  
    #menu {
        display: none;
        width: 30vw;
        background-color: rgba(235, 238, 233, 1);
        border-radius: 15px;
        position: absolute;
        left: 4px;
        z-index: 1;
        font-size: 0.8em;
        font-weight: bold;
        padding-left: 0;
    }

    #menu li {
        padding-top: 1em;
        padding-bottom: 1em;
        text-align: center;
        cursor: pointer;
        list-style-type: none;
        border: 1px solid green;
        border-radius: 8px;
    }

    #menu li {
        text-decoration: none;
        color: rgb(10, 101, 101);
        transition: transform 0.2s, box-shadow 0.2s;
        padding: 5px; 
    
    }
    #menu a {
        text-decoration: none;
        color: rgb(10, 101, 101);
        transition:none;
        padding: 5px; 
        display: inline-block; 
    }
    
    #menu a:hover {
        transform: 0;
        box-shadow: 0;
        border-radius: 0;
        background-color: #b9a677;
    }
    
    #menu li:hover {
        transform: translateY(-5px);
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        background-color: #b9a677;
    }
}

                                                                                      /*edxxe.css*/

/* Container */
.container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
}

/* Board */
.board {
  display: flex;
  width: 95%; 
  height: auto;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background: linear-gradient(135deg, beige, rgb(223, 223, 201), rgb(232, 232, 219));
  box-shadow: 
      5px 5px 7px rgba(56, 55, 55, 0.775),
     -5px -5px 7px rgba(53, 49, 49, 0.379);
}

.image-component {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-component > img {
  max-width: 70%;
  height: 40%;
}

.progsection {
  width: 70%;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 2px solid #fab500;
}

.schname,
.date {
  font-size: 1.2em;
}
.schname {
  text-align: center;
}

.badges { 
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.badge {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
  
}

.badge > img {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.badge a {
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: rgb(208, 208, 181);
  border: 1.5px solid rgb(148, 148, 116);
}
.badge a:hover {
  background-color: rgb(202, 202, 190);
  color: rgb(4, 96, 28);
}

.date {
  text-align: center;
  background-color: rgb(208, 208, 181);
  margin-bottom: 20px;
}

.top {
  text-align: center;
}

.progname {
  font-family: 'michroma', sans-serif;
  color: #493d26;
  font-size: 1.3em;
}

/* For Screens Smaller than 768px */
@media (max-width: 767px) {

  .board {
      flex-direction: column;
      width: 95%;
  }

  .image-component {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      font-size: 1.3em;
      border-bottom: 3px solid #fab500;
  }

  .image-component img {
      max-width: 40%;
  }

  .progsection {
      display: block;
      width: 100%;
      border-left: unset;
  }

  .badges { 
      display: block;
  }

  .badge {
      max-width: 178px;
      margin-left: auto;
      margin-right: auto;
      flex-direction: row;
      justify-content: space-between;
      margin-top: 10px;
      margin-bottom: 10px;
  }

  .badge img {
      max-width: 50%;
      margin-right: 2px;
      margin-left: 0;
  }

  .progname {
      font-size: 1em;
      font-weight: bold;
  }
}

  