*
{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", "DejaVu Sans", "PT Sans", "Open Sans", sans-serif;

}
body
{
    background: rgb(211, 233, 240);
    display: block;
    min-height:100vh;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cv-container
{
    position: relative;
    width: 80%;
    background: #fff;
    margin:0 auto;
    box-shadow: 0 35px 55px rgba(211, 68, 68, 0.1);
    border-radius: 12px;
    overflow: hidden;
}
.cv-container .left_Side
{
    position: relative;
    background: #037396;
    padding: 40px;
}
.profileText
{
    position: relative;
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(179, 46, 46, 0.2);
}
.profileText .imgBx
{
    position:relative;
    width: 200px;
    height:200px;
    border-radius: 50%;
    overflow:hidden;

}
.profileText .imgBx img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profileText h2
{
    color: #fff;
    font-size: 1.375rem;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    line-height: 1.4em;
}

.profileText h2 span
{
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: none;
}
.contactInfo
{
    padding-top: 10px;
}
.title
{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;

}

.contactInfo ul
{
position: relative;
}
.contactInfo ul li
{
position: relative;
list-style: none;
margin: 10px 0;
cursor: pointer;
}
.contactInfo ul li .icon
{
    display: inline-block;
    width: 30px;
    font-size: 18px;
    color: #e37b7d;
}
.contactInfo ul li span
{
    color: #fff;
    font-weight: 300;
}
.contactInfo.education li
{
margin-bottom: 15px;

}
.contactInfo.education h5
{
    color: rgb(241, 141, 141);
    font-weight: 500;
}
.contactInfo.education h4
{
    color: rgb(252, 248, 248);
    font-weight: 500;
}
.contactInfo.education h5,
.contactInfo.education h4,
.contactInfo.education .list-group-item div {
    font-size: 0.9rem; /* match .profileText h2 span */
    line-height: 1.4;
}
.contactInfo.education h4:nth-child(2)
{
color: #fff;
font-weight: 300;
}
/* removed unused .contactInfo.language progress bar */
.cv-container .right_Side
{
    position: relative;
    background: #fff;
    padding: 40px;
}

/* Dark theme */
body.dark {
    background: #0b0d10;
    color: #e6e6e6;
}
body.dark .cv-container {
    background: #0f1317;
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}
body.dark .cv-container .left_Side {
    background: #0d3b4a;
}
body.dark .cv-container .right_Side {
    background: #1a1f24; /* slightly lighter gray for better contrast */
}
body.dark .title,
body.dark .title2,
body.dark .card-header,
body.dark .list-group-item,
body.dark .descr ul li {
    color: #e6e6e6;
}
body.dark a.link-light {
    color: #d7e9ff !important;
}
body.dark .descr ul li .fa, body.dark .descr ul li .bi {
    color: #e6e6e6;
}

/* Ensure theme toggle visible on both themes */
.cv-container #themeToggle {
    z-index: 3;
}
body.dark #themeToggle.btn-outline-dark {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.about 
{
    margin-bottom: 25px;

}
.about:last-child
{
    margin-bottom: 0;
}
.title2
{
    color:#003147;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-size: 1.2rem;
    font-weight: 700;
}
p
{
    color: #333;
}
.about .box
{
    display:flex ;
    flex-direction: column;
    margin: 20px 0;
}
.about .box .year_company
{
    min-width: 150px;
}
.about .box .year_company h5
{
    text-transform: uppercase;
    color: #848c90;
    font-weight: 600;
    font-size: 0.95rem;
}
.about .box .text h4{
    text-transform: uppercase;
    color: rgb(148, 8, 81);
    font-size: 0.95rem;
	justify-content: right;
	margin-top: 5px;
}
/* Ensure contrast in dark theme for experience section */
body.dark .about .box .year_company h5 {
    color: #b0b8bd;
}
body.dark .about .box .text h4 {
    color: #e6e6e6;
}
/* removed unused .skills styles */

.descr {
padding-top: 15px;
margin-bottom: 25px;
}

.descr ul{
font-style: italic;
list-style: none;
padding-left: 0;
}
.descr ul li 
{
    color: #333;
    font-weight: 500;
    margin: 10px 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

/* Left panel cards spacing and headers */
.left_Side .card {
    margin-bottom: 12px;
}
.left_Side .card-header {
    font-size: 1.1rem;
}
.left_Side .list-group-item {
    padding: 0.4rem 0.75rem;
    border: 0;
}
.compact-list .list-group-item {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
/* White separators only for the Education list */
.contactInfo.education .list-group-item {
    border-top: 1px solid rgba(255,255,255,0.85);
    padding-top: 1.5rem;
    padding-bottom: 0rem;
}
.contactInfo.education .list-group-item:first-child {
    border-top: 00rem;
    padding-top: 00rem;
}
.descr ul li .fa, .descr ul li .bi 
{
    color: #000;
    font-size: 18px;
    width: 20px;
}

/* Ensure contact icons on the left sidebar have proper contrast */
.left_Side .list-group-item i.bi {
    color: #ffffff;
}
body.dark .left_Side .list-group-item i.bi {
    color: #ffffff;
}

.About.descr.outlink > div {
	margin-top: 15px;
}

a:link {
  color: white;
  text-decoration: none;
  font-weight: 200;
}

a:visited  {
  color: white;
  text-decoration: none;
  font-weight: 200;
}

a:hover {
  font-weight: 300;
}

a.publication:link {
  color: black;
  text-decoration: none;
  font-weight: 400;
}

a.publication:visited    {
  color: black;
  text-decoration: none;
  font-weight: 400;
}

a.publication:hover  {
  font-weight: 700;
}

/* Dark mode color for publication link */
body.dark a.publication:link,
body.dark a.publication:visited {
  color: #d7e9ff;
}

.site-footer {
    color: #003147;
}
body.dark .site-footer {
    color: #e6e6e6;
}


  
