 
:root {
    --white: #ffffff;
    --light-gray: #f8f8f8;
    --dark-gray: #556;
    --highlight-color: #ffb42c;
    --hover-highlight: #e65100;
    --border-color: #ddd;
}

 h2{
     font-family: 'Lato','Arial','sans-serif';
}
 #myinfo {
     font-family: 'Lato','Arial','sans-serif';
}
 body{
     font-size: 14px;
     color: #556;
      background-color: var(--white);
     letter-spacing: 1px;

}
 .Overlay {
     width:100%;
     height:100%;
     position:absolute;
     z-index:3;
     background-color:rgba(0,0,0,0.3);
}
 .slides-navigation {
     z-index:6;
}
 .slides-navigation .prev, .slides-navigation .next {
     width:47px;
     height:47px;
     background-size:cover;
     background-repeat: no-repeat;
}
 .slides-navigation a.prev {
     left:20px;
     background-image: url(../img/icon/prev5.png);
}
 .slides-navigation a.next {
     right:20px;
     background-image: url(../img/icon/next5.png);
}
 .TitleMessage{
     position:absolute;
     width:100%;
     height:250px;
     top:50%;
     z-index:5;
     text-align:center;
     margin-top:-125px;
}
 .TitleMessage .heading p {
     color:#fff;
     text-shadow:0px 2px 5px rgba(0,0,0,0.4);
     font-weight:100;
     letter-spacing:7px;
}
 .TitleMessage .heading .main {
     font-size: 50px;
}
 .TitleMessage .heading .sub {
     font-size: 23px;
}
 .section {
     padding: 100px 0;
}
 .quali li::before {
     content: "\2022";
     color: rgba(244, 43, 48, 0.91);
     font-weight: bold;
     display: inline-block;
     width: 1em;
     margin-left: -1em;
}
 .dd{
     margin-top: 30px;
     font-family: 'Lato','Arial','sans-serif';
     font-weight: bold;
     font-size: 15px;
}
 .aboutImage {
     margin-top: -10px;
     margin-right: 15px;
     max-width: 55%;
     border-radius: 60%;
     vertical-align: middle;
}
 .skillsSection, .contactSection {
     background-color:#f8f7f8;
     color: #556;
     font-family: 'Lato','Arial','sans-serif';
}
 .skill{
     text-align: center;
     margin-left: 10px;
}
 .chart {
     position: relative;
     width: 152px;
     height: 152px;
     display: inline-block;
     text-align: center;
     font-family: 'Lato','Arial','sans-serif';
}
 .chart canvas {
     position: absolute;
     left: 0;
     top: 0;
}
 .chart .percent {
     color: #556;
     line-height: 152px;
     display: inline-block;
     font-size: 35px;
}
 .chart .percent:after {
     content: '%';
}
 .squareItem {
     margin-top: 30px;
     position: relative;
}
 .squareInnerContainer {
     position: relative;
     padding: 50px 15px 35px;
     text-align: center;
     border: 2px solid #aaa0a0;
     border-top: none;
}
 .squareInnerContainer:before, .squareInnerContainer:after {
     content: '';
     position: absolute;
     top: 0px;
     width: 30%;
     border-bottom: 2px solid #aaa0a0;
}
 .squareInnerContainer:before {
     right: 0px;
}
 .squareInnerContainer:after {
     left: 0px 
}
 .squareContent h2 {
     font-size: 56px;
     margin-bottom: 10px;
     font-weight: 400;
     color: #2459ce;
}
 .squareContent h3 {
     font-size: 13px;
     font-weight: 600;
     margin: 0;
     font-family: 'Lato','Arial','sans-serif';
}
 .squareIcon {
     position: absolute;
     left: 50%;
     top: -30px;
     width: 40%;
     height: 60px;
     font-size: 45px;
     margin-left: -20%;
     color:#ffb42c;
}
 /* Get in Touch Button */
.contactButton {
    display: inline-block;
    padding: 12px 30px;
    background-color: #0F9D58; /* Green background */
    color: #ffffff; /* White text */
    font-size: 16px;
    font-weight: normal; /* Remove bold */
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
}

.contactButton:hover {
    background-color: #0C7A43; /* Darker green on hover */
    color: #ffffff; /* Ensure text remains white */
    transform: scale(1.05);
    text-decoration: none;
}
 .contactButton2 {
     color:#556;
     background: #fff;
     padding: 15px 20px;
     display: inline-block;
     margin-top: 7px;
     border: 1px solid #aaa0a0;
     border-radius: 200px;
     margin-left: 40px;
}
 .contactButton2:hover {
     text-decoration: none;
     color: #fff;
     background-color: #0F9D58;
     border: 1px solid #0F9D58;
}
 #contactButton3{
     color:#fff;
     background: #0F9D58;
     padding: 15px 20px;
     display: inline-block;
     margin-top: 5px;
     border: 1px solid #0F9D58;
     border-radius: 200px;
     margin-left: 10px;
     margin-bottom: 20px;
}
 #contactButton3:hover{
     text-decoration: none;
     color: #fff;
     background-color: #ffb42c;
     border: 1px solid #ffb42c;
}
/*-------------------------------------------------*/
/* Stats and Experience */
/*--------------------------------------------*/
 h5{
     color: #f42b30;
     font-size: 25px;
}
 h4{
     color:#556;
}
/*-------------------------------------------------*/
/* Portfolio */
/*--------------------------------------------*/
 .filter a {
     color: #556;
     border: 1px solid #aaa0a0;
     padding: 10px 18px;
     display: block;
     text-decoration: none;
     font-family: 'Lato','Arial','sans-serif';
     border-radius: 200px;
}
 .filter a:hover {
     background-color: #2459ce;
     border-color: #2459ce;
     border-radius: 200px;
     color: white;
}
 .filter li {
     display: inline-block;
     padding: 5px 
}
 .filter a.current {
 background-color: var(--highlight-color);
    color: var(--white);
    border-color: var(--highlight-color);
}
 .filter {
     text-align: center;
     width: 100%;
}
 .section .heading {
     text-align: center;
     padding-bottom: 40px;
     width: 100%;
}
 .items li {
     display: inline-block;
     padding: 5px;
}
 .itemsContainer {
     width: 100%;
}
 .items li img {
     width: 100%;
     -webkit-transition: all 0.2s linear, 1s;
     -moz-transition: all 0.2s linear, 1s;
     -o-transition: all 0.2s linear, 1s;
     -ms-transition: all 0.2s linear, 1s;
     -transition: all 0.2s linear, 1s;
}
 .items .item {
     position: relative;
     display: block;
     overflow: hidden;
}
 .items .icons {
     position: absolute;
     width: 90px;
     height: 40px;
     left: 50%;
     top: 50%;
     margin: -20px auto 0 -47px;
     text-align: center;
     z-index: 3;
}
 .items .icons i {
     color: #fff;
     font-size: 20px;
     margin-top: 9px;
}
 .items a {
     width: 40px;
     height: 40px;
     background-color: #ffb42c;
     position: relative;
     display: inline-block;
     -webkit-transition: all 0.2s linear, 0.2s;
     -moz-transition: all 0.2s linear, 0.2s;
     -o-transition: all 0.2s linear, 0.2s;
     -ms-transition: all 0.2s linear, 0.2s;
     -transition: all 0.2s linear, 0.2s;
}
 .items .imageOverlay {
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5);
     position: absolute;
     left: 0px;
     top: 0px;
     opacity: 0;
     -webkit-transition: all 0.2s linear, 1s;
     -moz-transition: all 0.2s linear, 1s;
     -o-transition: all 0.2s linear, 1s;
     -ms-transition: all 0.2s linear, 1s;
     -transition: all 0.2s linear, 1s;
}
 .items .item:hover .imageOverlay {
     opacity: 1;
}
 .items .openButton {
     float: left;
     left: -200px;
}
 .items .projectLink {
     float: right;
     right: -200px;
}
 .items .item:hover .openButton {
     left: 0px;
}
 .items .item:hover .projectLink {
     right: 0px;
}
 .items .item:hover img {
     -webkit-transform: scale(1.05, 1.05);
     -moz-transform: scale(1.05, 1.05);
     -o-transform: scale(1.05, 1.05);
     -ms-transform: scale(1.05, 1.05);
     -transform: scale(1.05, 1.05);
}
 .items {
     padding: 0;
}




.copyrightSection {
    background-color: #f8f8f8; /* Light gray background */
    color: #556; /* Dark gray text for consistency */
    padding: 55px 5px; /* Keep existing spacing */
    font-size: 105%;
    text-align: center;
}


 .copyrightSection p {
     margin: 0;
}

.copyrightSection {
    margin-top: 20px; /* Add slight spacing above footer */
}
 .subHeading {
     font-size: 22px;
     font-family: 'Lato','Arial','sans-serif';
}




/*-------------------------------------------------*/
/* NAVIGATION BAR */
/*--------------------------------------------*/
 #navigation {
     background-color:#fff ;
     padding: 20px 10px;
     z-index: 100;
     width: 100%;
     box-shadow:0 2px 2px #e8e8e8;
     font-family: 'Lato','Arial','sans-serif';
}
 #navigation li {
     padding: 0 10px;
}
 #navigation li a {
     color: #2459ce;
}
 #navigation li a:hover {
     background: #2459ce;
     border-radius: 200px;
     color: white;
}
 .navbar-nav {
     font-size: 16px;
}
 .navbar-brand, .navbar-brand:hover {
     color: #ffb42c;
}
 .navbar-toggler-icon {
     background: url(../img/icon/menu1.png);
     background-size: 100%;
}
 .fixedNav #navigation {
     position: fixed;
     top: 0;
}
 .loader {
     width: 100%;
     height: 100%;
     background-color: #fff;
     position: fixed;
     top: 0px;
     left: 0px;
     z-index: 1000;
}
 .loader .inner {
     width: 100%;
     height: 100%;
     background: url(../img/loader.gif) center center no-repeat;
}

/* New Footer Section */
.new-footer-section {
    background-color: #f9f9f9;
    color: #333;
    padding: 30px 20px;
    font-family: Arial, sans-serif;
    text-align: center;
}

/* Footer Container */
.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

/* Navigation Links */
.new-footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.new-footer-nav a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.new-footer-nav a:hover {
    color: #ffb42c;
}

/* Social Links */
.new-social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.new-social-links li a {
    color: #333;
    font-size: 24px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.new-social-links li a:hover {
    color: #ffb42c; /* Highlight color on hover */
    transform: scale(1.2); /* Slight zoom effect */
}

/* Copyright Text */
.footer-copyright {
    margin-top: 15px;
    font-size: 14px;
    color: #777;
}


/*******Timeline New*******//* Full Page Timeline Section */
/* General Styling */
body {
    margin: 0;
    font-family: 'Lato', Arial, sans-serif;
    background-color: #fff;
    color: #333;
}

#timeline-page {
    padding: 60px 0;
    background-color: #fff;
}

/* Timeline Container */
.timeline-container {
    width: 80%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

/* Header Styling */
.timeline-header {
    margin-bottom: 40px; /* Increased spacing below header */
}

.timeline-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    position: relative;
    margin-bottom: 10px;
}

.timeline-title::after {
    content: none; /* Remove horizontal line */
}

/* Vertical Solid Line */
.timeline-content::before {
    content: '';
    position: absolute;
    top: 60px; /* Starts below the header */
    left: 50%;
    width: 4px;
    height: calc(100% - 60px); /* Adjust for timeline height */
    background-color: #007bff; /* Solid blue color */
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 2px; /* Slightly rounded edges */
}

/* Timeline Entries */
.timeline-entry {
    position: relative;
    width: 50%;
    margin-bottom: 30px;
}

.timeline-entry.left {
    text-align: right;
    padding-right: 40px;
}

.timeline-entry.right {
    left: 50%;
    text-align: left;
    padding-left: 40px;
}

/* Timeline Dots - Updated to Red */
.timeline-dot {
    position: absolute;
    top: 20px;
    width: 14px;
    height: 14px;
     background-color: #ff9800; /* Yellow color */
    border-radius: 50%;
    z-index: 2;
    border: 3px solid #fff;
}

.timeline-entry.left .timeline-dot {
    right: -7px;
}

.timeline-entry.right .timeline-dot {
    left: -7px;
}

/* Timeline Boxes */
.timeline-box {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px 20px;
    display: inline-block;
    width: 80%;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.timeline-entry-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.timeline-box p {
    font-size: 1rem;
    color: #555;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .timeline-container {
        width: 90%;
    }

    .timeline-content::before {
        left: 20px;
    }

    .timeline-entry {
        width: 100%;
        padding: 0 0 0 40px;
    }

    .timeline-entry.left,
    .timeline-entry.right {
        text-align: left;
        left: 0;
    }

    .timeline-entry .timeline-dot {
        left: 10px !important;
    }

    .timeline-box {
        width: 100%;
    }
}






/***************************************/
/******** Animation **********/
/***************************************/
 .js--wp-1, .js--wp-2, .js--wp-3, .js--wp-4, .js--wp-5, .js--wp-6 {
     opacity:0;
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
}
 .js--wp-1.animated,.js--wp-2.animated,.js--wp-3.animated,.js--wp-4.animated,.js--wp-5.animated,.js--wp-6.animated {
     opacity:1;
}
 .colls{
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     text-align: center;
     margin-top: 40px;
}
 .cc {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     text-align: center;
     min-height: 100vh;
}
 .conta {
     overflow: hidden;
     padding: 10px;
     position: relative;
}
 .conta:before {
     content: '';
     width: 8px;
     height: 100%;
     background: #0F9D58;
     position: absolute;
     left: 20px;
     border: #656;
}
 .con {
     background: #e8e8e8;
     padding: 20px;
     margin: 20px 60px;
     width: 500px;
     border-radius: 8px;
     position: relative;
}
 .con:before {
     content: '';
     width: 20px;
     height: 20px;
     background: white;
     position: absolute;
     left: -10px;
     top: 50%;
     transform: translateY(-50%) rotate(45deg);
}
 .con:after {
     content: '';
     width: 32px;
     height: 32px;
     border: 4px solid #ffb42c;
     background: #ffb42c;
     border-radius: 50%;
     position: absolute;
     left: -63px;
     top:50%;
     transform: translateY(-50%);
}
 .con:hover {
     text-decoration: none;
     color: #fff;
     background-color: #ff6666;
     border: 1px solid #ff6666;
}



/* Web Projects Section */
.web-projects-section {
    padding: 60px 0;
    background-color: var(--white);
}

/* Full-width Separator Line */
.full-width-separator {
    border-top: 2px solid var(--border-color);
    margin: 0 auto 40px auto;
    width: 100%;
}

/* Section Heading */
.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--dark-gray);
}

.section-description {
    font-size: 1.1rem;
    color: #777;
    margin-bottom: 30px;
}

/* Project Cards */
.project-card {
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Ensure both cards have the same height */
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.project-content {
    flex-grow: 1; /* Pushes the content to align evenly */
}

.project-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--dark-gray);
}

.project-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}

/* Buttons */
.btn-primary {
    background-color: var(--highlight-color);
    border: none;
    padding: 10px 20px;
    color: var(--white);
    font-size: 1rem;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--hover-highlight);
}

/* Dice Rules Section */
.rules-content {
    background-color: var(--light-gray);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 1.1rem;
    color: #444;
    max-width: 1000px; /* Increased width */
    margin: 0 auto; /* Center alignment */
    padding: 20px;
}

.rules-content ol {
    padding-left: 20px;
    line-height: 1.8;
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }

    .project-card {
        margin: 0 auto 20px auto;
    }

    .rules-content {
        max-width: 90%; /* Adjust width for smaller screens */
        padding: 15px;
    }
}




/***************************************/
/******* Advanced Technical Skills *******/
/***************************************/
.advanced-skills-section {
    padding: 80px 0;
    background-color: #ffffff; /* White background */
    text-align: center;
    border-top: 1px solid #e0e0e0; /* Light gray top line */
    border-bottom: 1px solid #e0e0e0; /* Light gray bottom line */
}


.advanced-skills-section .heading h2 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 20px;
}

.advanced-skills-section .heading p {
    font-size: 1.2em;
    color: #777;
    margin-bottom: 40px;
}

.skill-box {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin: 15px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.skill-box i {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 15px;
}

.skill-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.skill-box h3 {
    font-size: 1.5em;
    color: #2a4d69;
    margin-bottom: 10px;
    font-weight: 600;
}

.skill-box p {
    font-size: 1em;
    color: #555;
    margin-bottom: 10px;
}

/***************************************/
/******* Certifications Section ********/
/***************************************/
.certifications-section {
    padding: 80px 0;
    background-color: #f9f9f9; /* Keeps the light gray background */
    text-align: center;
}

.certifications-section .heading h2 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 10px;
}

.certifications-section .heading p {
    font-size: 1.2em;
    color: #777;
    margin-bottom: 40px;
}

.cert-card {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    height: 100%;
}

.cert-card i {
    font-size: 2.5rem;
    color: #ff9800; /* Orange for Certifications icons */
    margin-bottom: 15px;
}

.cert-card:hover i {
    color: #e65100; /* Darker Orange on Hover */
}

.cert-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.cert-card p {
    font-size: 1rem;
    color: #555;
}

.cert-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    background-color: #f0f8ff;
}

/* Responsive Fix */
@media (max-width: 768px) {
    .cert-card {
        padding: 20px;
    }

    .cert-card i {
        font-size: 2rem;
    }

    .cert-card h3 {
        font-size: 1.1rem;
    }

    .cert-card p {
        font-size: 0.9rem;
    }
}



/* Color sepration of sections */


.section-white {
    background-color: #ffffff; /* White */
    padding: 80px 0;
}

.section-gray {
    background-color: #f8f8f8; /* Light gray */
    padding: 80px 0;
}

.section-separator {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}


body.portfolio-page {
    background-color: #ffffff; /* White background for Portfolio */
}

#portfolio {
    background-color: #ffffff; /* White background */
    padding: 80px 0; /* Ensure spacing consistency */
}

#portfolio .itemsContainer {
    background-color: #ffffff; /* Make sure container inherits white */
}




/* Tooltip Wrapper */
.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* Tooltip Text */
.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 280px; /* Ensure box is wide enough for text */
    background-color: #FFB42C; /* Orange background */
    color: #ffffff; /* White text */
    text-align: center;
    padding: 10px 15px; /* Add padding for better spacing */
    border-radius: 8px;
    font-size: 14px;
    font-weight: normal;

    position: absolute;
    top: 110%; /* Position below the button */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
    white-space: nowrap; /* Prevent text wrapping */
}

/* Show Tooltip on Hover */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}