* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: white;
  /* overflow: hidden; */
}

html {
  scroll-behavior: smooth;
}

body{
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    background-color: black;
}

.container{
    /* position: initial; */
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.navbar{
    height: 50px;
    display: flex;
    gap: 30px;
    padding: 5px 30px 5px 20px;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    /* border: 2px solid red; */
    position: sticky ;
    top: 0px;
}

.nav_logo>h2{
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 1.7rem;
    color: #32ffb7;
}

.nav_anchors{
    display: flex;
    gap: 30px;
    justify-content: space-evenly;
}

.nav_anchors>div>a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: red;
}

.nav_anchors>div>a:hover{
    color: rgb(72, 255, 69);
    /* border-bottom: 2px solid  rgb(5, 148, 3); */
}

.page1{
    /* border: 2px solid red; */
    height: 84vh;
    display: flex;
    justify-content: center;
    gap: 0px;
    /* padding-top: 40px; */
}

.p1_info{
    /* border: 2px solid red; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 430px;
    padding: 110px 60px 0px 50px;
}

#info_para1>p{
    font-size: 1.2rem;
    letter-spacing: 3px;
    font-weight: 600;
    color: rgb(255, 201, 102);
}

#info_para2>p{
    font-size: 2.3rem;
    letter-spacing: 3px;
    font-weight: 800;
    color: rgb(255, 201, 102);
}

#info_para3>p{
    font-size: 1.4rem;
    letter-spacing: 2px;
    font-weight:700;
    color: rgb(255, 255, 255);
}

.info_btns{
    display: flex;
    flex-direction: row;
    height: 70px;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.info_btn>button{
    font-size: 1.4rem;
    color: rgb(20, 20, 20);
    padding: 18px;
    background-color: rgb(71, 211, 24);
    border-radius: 30px;
    border: 2px solid rgb(45, 45, 45);
    font-weight: 800;
}

/* #info_btn_hire{
    background-color: rgb(255, 202, 103);
    color: #000;
} */

.info_btn>button:hover{
    
    color: rgb(3, 3, 3);
    background-color: rgb(53, 244, 164);
}


.p1_img{
    /* border: 2px solid rgb(203, 238, 28); */
    width: 700px;
    text-align: center;
    overflow: hidden;
}
.p1_img>img{
    width:620px;
    height: 600px;
    border-radius: 20px;
}



/* Page 2 Code */



.page2{
    /* border: 2px solid red; */
    height: 110vh;
    display: flex;
    /* justify-content: center; */
    /* padding-top: 20px; */
    /* mar */
    gap: 50px;
}


.p2_img{
    /* border: 2px solid rgb(203, 238, 28); */
    width:  430px;
    text-align: center;
    overflow: hidden;
    padding: 80px 0px 0px 30px;
}
.p2_img>img{
    width:340px;
    height: 500px;
}

.p2_info{
    /* border: 2px solid red; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    width:600px;
    padding:25px 50px;
}

#p2_info_para1>p{
    font-size: 2.4rem;
    text-align: center ;
    letter-spacing: 2px;
    font-weight: 800;
    color: rgb(255, 201, 102);
}

#p2_info_para2>p{
    font-size: 1.2rem;
    font-weight: 200;
    color: rgb(116, 116, 116);
    text-align: center;
}
/*  */
/* Table-style layout */
.p2_info_table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.info_row {
    display: table-row;
}

.info_label,
.info_value {
    display: table-cell;
    padding: 12px 5px;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 201, 102, 0.2);
}

.info_label {
    font-weight: 700;
    font-size: 1.2rem;
    width: 35%;
    color: rgb(255, 201, 102);
}

.info_value {
    font-size: 1.2rem;
    font-weight: 200;
    color: rgb(116, 116, 116);
}

/*  */


#p2_info_para4{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#p2_info_para4>div>p>span{
    color:  rgb(255, 201, 102);
    font-size: 2rem;
    font-weight: 800;
}

#p2_info_para4>div>p{
    font-size: 1.5rem;
}


.p2_info_btn>button{
    font-size: 1.4rem;
    color: rgb(0, 0, 0);
    padding: 18px;
    border-radius: 30px;
    border: 2px solid rgb(45, 45, 45);
    background-color: rgb(93, 253, 40);
    font-weight: 800;
}

.p2_info_btn>button:hover{
    
    color: rgb(3, 3, 3);
    background-color: rgb(53, 244, 164);
}



.page3{
    /* border: 2px solid red; */
    height: 130vh;
    display: flex;
    justify-content: center;
    /* padding-top: 30px; */
    gap: 10px;
}

.p3_info{
    /* border: 2px solid red; */
    display: flex;
    flex-direction: column;
    gap: 15px;
    width:1000px;
    padding:10px 0px;
}


/*PAGE 3 NEW Table Code  */
/* ===== TABLE STYLES ===== */
.resume-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0px 20px 40px;
}

.resume-row {
    display: table-row;
}

.resume-label,
.resume-detail {
    display: table-cell;
    padding: 12px 15px;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 201, 102, 0.2);
}

.resume-label {
    width: 35%;
    font-weight: 700;
    font-size: 1.1rem;
    color: rgb(255, 201, 102);
}

.resume-detail {
    font-size: 1.1rem;
    color: rgb(180, 180, 180);
    line-height: 1.5;
}

/* Section Headings */
#p3_info_para3_para > p {
    font-size: 1.4rem;
    font-weight: 600;
    color: rgb(255, 201, 102);
}
/*  */

#p3_info_para4{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

#p3_info_para4>div>p>span{
    color:  rgb(255, 201, 102);
    font-size: 2rem;
    font-weight: 800;
}

#p3_info_para4>div>p{
    font-size: 1.5rem;
}


.p3_info_btn>button{
    font-size: 1.4rem;
    color: rgb(0, 0, 0);
    padding: 18px;
    border-radius: 30px;
    border: 2px solid rgb(45, 45, 45);
    background-color: rgb(93, 253, 40);
    font-weight: 800;
    cursor: pointer;
}

.p3_info_btn>button:hover{
    color: rgb(3, 3, 3);
    background-color: rgb(93, 253, 40);
}






/* Page 4 */
.page4{
    /* border: 2px solid red; */
    height: 150vh;
    display: flex;
    justify-content: center;
    gap: 10px;
    /* padding-top: 10px; */
}

.p4_info{
    /* border: 2px solid red; */
    display: flex;
    flex-direction: column;
    gap: 15px;
    width:1200px;
    align-items: center;
    padding:0px 50px;
    margin-top: 10px;
}

/* ===== SERVICES TABLE STYLES ===== */
.services-table {
    width: 100%;
    margin: 0px 0;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.service-row {
    display: table-row;
}

.service-title,
.service-description {
    display: table-cell;
    padding: 10px;
    vertical-align: top;
    background-color: rgba(30, 30, 30, 0.7);
    border: 1px solid rgba(255, 201, 102, 0.2);
}

.service-title {
    width: 30%;
    font-weight: 700;
    font-size: 1.2rem;
    color: rgb(255, 201, 102);
    border-right: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.service-description {
    font-size: 1.1rem;
    color: rgb(200, 200, 200);
    line-height: 1.6;
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
/*  */

/* Page 5 */

.page5{
    height: 93vh;
    display: flex;
    justify-content: center;
    gap: 10px;
}


.p5_info{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width:1300px;
    align-items: center;
    padding:0px 50px;
}

#p5_info_para2>p{
    font-size: 1.0rem;
    width: 900px;
    margin: auto;
    font-weight: 200;
    text-align: center;
}

.p5_cards{
    width: 98%;
    margin: auto;
    /* border: 2px solid rgb(255, 33, 33); */
    height: 80vh;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
}

.p5_card{
    /* border: 2px solid rgb(255, 33, 33); */
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
}

.p5-card {
  background-color: #000;
  color: white;
  /* padding: 20px; */
  border-radius: 8px;
  width: 400px;
  /* text-align: center; */
  margin-left: 50px;
  font-family: sans-serif;
}

.p5-card h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.skill {
  margin-bottom: 15px;
}

.skill-name {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 5px;
}

.progress-bar {
  background-color: #222;
  border-radius: 8px;
  height: 8px;
  overflow: hidden;
}

.progress {
  height: 100%;
  background-color: #fbc02d; /* yellow */
  border-radius: 8px;
}


/* Page 6 */

.page6{
 /* border: 2px solid red; */
    height: 97vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding-top: 30px;
}

.p6_main{
 /* border: 2px solid red; */
    width: 90%;
    margin: auto;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.p6_card{
    padding: 20px;
    /* align-items: center; */
}
.p6_card1{
    height: 93%;
    width: 95%;
    display: flex;
    padding: 55px 30px;
    /* border: 2px solid red; */
    flex-direction: column;
    background-color: #161616;
    gap: 30px;
    /* position: relative; */
    /* top: 0px; */
    border-radius: 20px;
    /* transition:0.3s ease-in-out; */
}

.p6_card1>p{
    font-size: 1.2rem;

}
.p6_card1>h2{
    color: rgb(255, 201, 102);
    font-size: 1.9rem;
}

#p6_card_hed{
    font-size: 1.4rem;
    font-weight: 700;
    /* line-gap-override: 5px; */
    color: rgb(255, 108, 82);
}

.p6_logos{
    display: flex;
    justify-content: center;
    gap: 20px;
}



#p6_logo_img>img{
    height: 70px;
    width: 70px;
    /* background-color: #000; */
    border-radius: 10px;
}

.p6_card1:hover{
    position: relative;
    top: 4px;
}

.page7{
 /* border: 2px solid red; */
    height: 93vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    /* padding-top: 80px; */
}

.p7_contact{
    width: 70%;
    height: 70%;
    margin: auto;
    margin-top: 60px;
    border: 2px solid rgb(255, 255, 255);
    display: flex;
    gap: 90px;
    /* background-color: azure; */
    padding: 40px 50px;
}

.p7_leftbox{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.p7_rightbox{
    width: 50%;
}

.p7_fullname{
    border-bottom: 4px solid white;
    width: 340px;
}


.p7_email{
    border-bottom: 4px solid white;
    width: 340px;
}

input{
    border: none;
    background-color: #000;
    font-size: 1.4rem;
    width: 340px;
    padding: 5px; 
}
input:focus{
    outline: none;
}

.p7_info_btn>button{
    font-size: 1.6rem;
    color: rgb(0, 0, 0);
    padding: 10px 18px;
    border-radius: 50px;
    border: 2px solid rgb(45, 45, 45);
    background-color: rgb(255, 255, 255);
    font-weight: 800;
    width: 300px;
    margin-left: 15px;
}

.p7_info_btn>button:hover{
    
    color: rgb(0, 0, 0);
    /* background-color: rgb(255, 84, 68); */
    font-size: 1.7rem;
}


.p7_rightbox{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.p7_Rb>h2{
    font-size: 1.8rem;
    letter-spacing: 2px;
    font-weight: 200;
    color: #ff5c3b;
}

.p7_Rb>p{
    font-size: 1.2rem;
    margin-left: 40px;
    color:#32ffb7;
}

#mailanchor{
    font-size: 1.3rem;
    margin-left: 0px;
    text-decoration: underline;
    color:#32ffb7;
}

#mailanchor:hover{
    font-size: 1.3rem;
    margin-left: 0px;
    color:#00834a;
}

.p7_Rb_Logos{
    display: flex;
    margin-top: 40px;
    flex-direction: row;
    gap: 10px;
}

#p7_Rb_logo_img{
    height: 50px;
    width: 50px;
    border-radius: 27px;
}


.footer {
    background-color: #000;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 201, 102, 0.2);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.footer-link {
    color: rgb(255, 201, 102);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: rgb(72, 255, 69);
}

.footer-copyright p {
    color: rgb(255, 0, 0);
    font-size: 0.9rem;
    text-align: center;
}







/* ===== MOBILE NAVBAR (468px) ===== */
@media screen and (max-width: 468px) {

    
    body, html {
        overflow-x: hidden;
        width: 100%;
    }

    .container{
        width: auto;
    }

    .navbar {
        flex-direction: column;
        height: auto;
        padding: 10px;
        gap: 10px;
        align-items: flex-start;
    }

    .nav_anchors {
        display: none; /* Hide by default */
        flex-direction: column;
        width: 100%;
        gap: 15px;
        text-align: center;
        padding-top: 10px;
        justify-content: center;
        /* align-items: center; */

    }

    .nav_anchor {
        width: 100%;
        padding: 0px 0;
    }

    .nav_anchor>a {
        display: block;
        /* font-size: 1.4rem; */
        height: 30px;
    }
    .nav_anchors>div>a{
        font-size: 24px;
    }

    /* Hamburger menu icon */
    .navbar {
        position: relative;
    }

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

    .nav_logo {
        padding-left: 6px;
    }
    .nav_logo::after {
        content: "☰";
        font-size: 1.8rem;
        color: rgb(255, 201, 102);
        cursor: pointer;
    }

    /* Show menu when hamburger is clicked */
    .navbar.active .nav_anchors {
        display: flex;
    }

    .navbar.active .nav_logo::after {
        content: "×";
    }

        
    .page1{
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .p1_info{
        flex-direction: column;
        gap: 20px;
        /* justify-content: center; */
        /* align-items: center; */
        width: 430px;
        padding:80px 40px 0px 70px;
    }

    #info_para3>p{
        font-size: 1.2rem;
    }

    .p1_img{
        width: 330px;
    }
    .p1_img>img{
        width:230px;
        height: 290px;
        border-radius: 20px;
    }


 /* Page 2 */
    .page2 {
        flex-direction: column;
        height: auto;
        padding: 8px 15px;
        gap: 30px;
    }

    .p2_img {
        width: 100%;
        padding: 0;
        order: 2; /* Moves image below text */
    }

    .p2_img > img {
        width: 80%;
        height: auto;
        max-height: 400px;
        margin: 0 auto;
        display: none;
    }

    .p2_info {
        width: 100%;
        padding: 0;
        gap: 25px;
    }

    #p2_info_para1 > p {
        font-size: 2.9rem;
    }

    #p2_info_para3 {
        flex-direction: column;
        gap: 20px;
    }

    .p2_info_para3_para_left,
    .p2_info_para3_para_right {
        width: 100%;
    }

    .p2_info_para3_para_left > span,
    .p2_info_para3_para_right > p {
        font-size: 1rem;
    }

    #p2_info_para4 {
        flex-direction: column-reverse; /* Button above project count */
        align-items: center;
        gap: 20px;
    }

    .p2_info_btn > button {
        font-size: 1.2rem;
        padding: 12px 24px;
        
    }

    #p2_info_para4 > div > p {
        font-size: 1.2rem;
        text-align: center;
    }

    #p2_info_para4 > div > p > span {
        font-size: 1.5rem;
    }

/*  */
     .p2_info_table {
        display: block;
    }
    
    .info_row {
        display: block;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(255, 201, 102, 0.2);
    }
    
    .info_label,
    .info_value {
        display: block;
        width: 100%;
        padding: 3px 0;
        border: none;
    }
    
    .info_label {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }
    
    .info_value {
        font-size: 1.2rem;
        padding-left: 50px;
    }
/*  */




/* PAGE 3  */

    .resume-table {
        display: block;
        padding-left:0px ;
        width: 360px;
    }
    
    .resume-row {
        display: block;
        margin-bottom: 15px;
        width: 340px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 201, 102, 0.3);
    }
    
    .resume-label,
    .resume-detail {
        display: block;
        width: 340px;
        padding: 8px 0px 8px 0px;
    }
    
    .resume-label {
        font-size: 1rem;
        margin-bottom: 5px;
    }
    
    .resume-detail {
        font-size: 0.95rem;
        padding-left: 10px;
        border-left: 2px solid rgba(255, 201, 102, 0.3);
    }
    
    #p3_info_para3_para > p {
        font-size: 1.6rem;
        padding-left: 30px;
    }


    /* page 4 code */
    .page4 {
        height: auto;
        padding: 10px 10px;
    }

    .p4_info {
        width: 100%;
        padding: 0;
    }

    #p2_info_para1 > p {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .services-table {
        display: block;
        border-spacing: 0;
    }

    .service-row {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .service-title,
    .service-description {
        display: block;
        width: 100%;
        padding: 15px;
        border-radius: 0;
    }

    .service-title {
        border-radius: 8px 8px 0 0;
        font-size: 1.1rem;
        border-bottom: none;
    }

    .service-description {
        border-radius: 0 0 8px 8px;
        font-size: 1rem;
    }
    /*  */


    /* page 5 */
 .page5 {
        height: auto;
        padding: 0px 10px;
    }

    .p5_info {
        width: 100%;
        padding: 0;
    }

    #p2_info_para1 > p {
        font-size: 1.8rem;
    }

    #p5_info_para2 > p {
        width: 100%;
        font-size: 0.9rem;
        padding: 0 10px;
    }

    .p5_cards {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: auto;
        gap: 20px;
    }

    .p5_card {
        width: 100%;
        margin: 0;
    }

    .p5-card {
        width: 100%;
        margin-left: 0;
        padding: 20px;
    }

    .p5-card h3 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .skill {
        margin-bottom: 12px;
    }

    .skill-name {
        font-size: 14px;
    }

    .progress-bar {
        height: 6px;
    }

    /*  */



    /* Page 6 */
    .page6 {
        height: auto;
        padding: 20px 0;
        width: auto;
    }

    #p2_info_para1 > p {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .p6_main {
        grid-template-columns: 1fr;
        gap: 20px;
        height: auto;
    }

    .p6_card {
        padding: 10px;
    }

    .p6_card1 {
        width: 100%;
        height: auto;
        padding: 30px 20px;
        gap: 40px;
    }

    .p6_card1 > h2 {
        font-size: 1.2rem;
    }

    .p6_card1 > p {
        font-size: 1rem;
    }

    #p6_card_hed {
        font-size: 1.1rem;
    }

    .p6_logos {
        flex-wrap: wrap;
        gap: 15px;
    }

    #p6_logo_img > img {
        height: 50px;
        width: 50px;
    }

    /* Disable hover effect on mobile */
    .p6_card1:hover {
        position: static;
    }
    /*  */


    /*PAGE 7*/
    .page7 {
        height: auto;
        padding: 30px 15px;
    }

    #p2_info_para1 > p {
        font-size: 2.6rem;
        margin-bottom: 20px;
    }

    .p7_contact {
        flex-direction: column;
        width: 100%;
        height: auto;
        margin-top: 0px;
        gap: 40px;
        padding: 20px;
        border: none;
    }

    .p7_leftbox,
    .p7_rightbox {
        width: 100%;
    }

    .p7_fullname,
    .p7_email,
    input {
        width: 100%;
    }

    input {
        font-size: 1.1rem;
        padding: 8px 5px;
    }

    .p7_info_btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .p7_info_btn > button {
        width: 100%;
        margin-left: 0;
        font-size: 1.2rem;
        padding: 12px;
    }

    .p7_Rb > h2 {
        font-size: 1.5rem;
    }

    .p7_Rb > p {
        font-size: 1rem;
        /* margin-left: 20px; */
    }

    #mailanchor{
        font-size: 1rem;
    }
    #mailanchor:hover{
         font-size: 1rem;
        
    }




    .p7_Rb_Logos {
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
        gap: 5px;
    }

    #p7_Rb_logo_img {
        height: 40px;
        width: 40px;
    }
    /*  */

    /*  */
    .footer {
        padding: 30px 0;
    }
    
    .footer-nav {
        gap: 15px;
        row-gap: 20px;
    }
    
    .footer-link {
        font-size: 0.9rem;
        padding: 5px 10px;
    }
    
    .footer-copyright p {
        font-size: 0.8rem;
        padding: 0 15px;
    }
    /*  */

   
}












/* About-Page  */

    .main-content {
        display: block; /* Visible by default */
    }

    .about-page {
        display: none; /* Hidden by default */
    }

        /* When About is active */
    body.about-active .main-content {
        display: none;
    }

    body.about-active .about-page {
        display: block;
    }

/*  */



/*  */

/* About Page Styles */
.about-page {
    background-color: #0a0a0a;
    color: white;
    padding: 40px 0;
    display: none;
    /* display: unset; */
}

.about-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 40px 5%;
    max-width: 1400px;
    margin: 0 auto;
}

.about-image {
    position: relative;
    width: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(255, 201, 102, 0.2);
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 30px 20px;
    text-align: center;
}

.image-overlay h2 {
    color: #32ffb7;
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.image-overlay p {
    color: rgb(255, 201, 102);
    font-size: 1.1rem;
}

.about-intro {
    flex: 1;
    max-width: 600px;
}

.about-intro h1 {
    font-size: 3rem;
    color: rgb(255, 201, 102);
    margin-bottom: 20px;
}

.about-intro h1 span {
    color: #32ffb7;
}

.tagline {
    font-size: 1.3rem;
    color: #aaa;
    margin-bottom: 40px;
    line-height: 1.6;
}

.about-highlights {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.highlight-card {
    background: rgba(30, 30, 30, 0.7);
    border: 1px solid rgba(255, 201, 102, 0.2);
    border-radius: 10px;
    padding: 20px;
    flex: 1;
    text-align: center;
    transition: transform 0.3s ease;
}

.highlight-card:hover {
    transform: translateY(-5px);
}

.highlight-icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.highlight-card h3 {
    color: #32ffb7;
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.highlight-card p {
    color: #aaa;
    font-size: 0.9rem;
}

.about-details {
    display: flex;
    gap: 40px;
    max-width: 1400px;
    margin: 60px auto;
    padding: 0 5%;
}

.personal-info {
    flex: 1;
    max-width: 400px;
}

.professional-info {
    flex: 2;
}

.personal-info h2,
.professional-info h2 {
    font-size: 2rem;
    color: rgb(255, 201, 102);
    margin-bottom: 30px;
}

.personal-info h2 span,
.professional-info h2 span {
    color: #32ffb7;
}

.info-table {
    background: rgba(30, 30, 30, 0.7);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid rgba(255, 201, 102, 0.2);
}

.info-row {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 201, 102, 0.1);
}

.info-row:last-child {
    border-bottom: none;
}

.info-label {
    flex: 1;
    font-weight: 600;
    color: rgb(255, 201, 102);
}

.info-value {
    flex: 2;
    color: #ddd;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.social-link {
    color: rgb(255, 201, 102);
    text-decoration: none;
    padding: 8px 20px;
    
    border: 1px solid rgb(255, 201, 102);
    border-radius: 30px;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: rgb(255, 201, 102);
    color: #000;
}

.skill-bars {
    margin-top: 20px;
}

.skill-item {
    margin-bottom: 25px;
}

.skill-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.skill-info span:first-child {
    color: #ddd;
}

.skill-info span:last-child {
    color: rgb(255, 201, 102);
}

.skill-bar {
    height: 8px;
    background-color: #222;
    border-radius: 4px;
    overflow: hidden;
}

.skill-progress {
    height: 100%;
    background: linear-gradient(90deg, #32ffb7, rgb(255, 201, 102));
    border-radius: 4px;
}

.timeline {
    position: relative;
    margin-top: 30px;
    padding-left: 30px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(255, 201, 102, 0.5);
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgb(255, 201, 102);
    border: 3px solid #0a0a0a;
}

.timeline-date {
    color: #32ffb7;
    font-weight: 600;
    margin-bottom: 5px;
}

.timeline-content {
    background: rgba(30, 30, 30, 0.7);
    border: 1px solid rgba(255, 201, 102, 0.2);
    border-radius: 10px;
    padding: 20px;
}

.timeline-content h3 {
    color: rgb(255, 201, 102);
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.timeline-content p {
    color: #aaa;
    line-height: 1.6;
}

.about-cta {
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('pattern-bg.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 80px 20px;
    margin-top: 60px;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 2.5rem;
    color: rgb(255, 201, 102);
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 1.2rem;
    color: #ddd;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
    background-color: rgb(93, 253, 40);
    color: #000;
    border: none;
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: rgb(53, 244, 164);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(93, 253, 40, 0.3);
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .about-hero {
        flex-direction: column;
        text-align: center;
    }
    
    .about-image {
        margin-bottom: 40px;
    }
    
    .about-highlights {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .about-details {
        flex-direction: column;
    }
    
    .personal-info {
        max-width: 100%;
    }
    
    .about-intro h1 {
        font-size: 2.5rem;
    }
    
    .highlight-card h3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .about-highlights {
        flex-direction: column;
    }
    
    .about-intro h1 {
        font-size: 2rem;
    }
    
    .cta-content h2 {
        font-size: 2rem;
    }
    
    .info-row {
        flex-direction: column;
        gap: 5px;
    }
    
    .info-label, .info-value {
        flex: none;
    }
}




/* Resume-Page */
/* Resume Page Styles */
.resume-page {
    max-width: 900px;
    margin: 50px auto;
    padding: 40px;
    background-color: #1a1a1a;
    color: #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    display: none;
}

.resume-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ffc966;
}

.resume-header h1 {
    font-size: 2.5rem;
    color: #ffc966;
    margin-bottom: 5px;
}

.resume-title {
    font-size: 1.2rem;
    color: #aaa;
    margin-bottom: 15px;
}

.resume-contact {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.resume-contact span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.resume-section {
    margin-bottom: 30px;
}

.section-title {
    color: #ffc966;
    font-size: 1.5rem;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.section-content {
    padding-left: 20px;
}

/* Skills Grid */
.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.skill-category h3 {
    color: #ddd;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.skill-category ul {
    list-style-type: none;
    padding-left: 0;
}

.skill-category li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.skill-category li:before {
    content: "▹";
    position: absolute;
    left: 0;
    color: #ffc966;
}

/* Experience & Education Items */
.experience-item, .education-item {
    margin-bottom: 25px;
}

.experience-header, .education-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}

.experience-header h3, .education-header h3 {
    color: #ddd;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.experience-date, .education-date {
    color: #aaa;
    font-style: italic;
}

.experience-company, .education-institution {
    color: #bbb;
    font-weight: 500;
    margin-bottom: 10px;
}

.experience-details, .education-details {
    padding-left: 20px;
}

.experience-details li, .project-item li {
    margin-bottom: 8px;
    position: relative;
}

.experience-details li:before, .project-item li:before {
    content: "•";
    position: absolute;
    left: -15px;
    color: #ffc966;
}

/* Projects */
.project-item {
    margin-bottom: 20px;
}

.project-item h3 {
    color: #ddd;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

/* Certifications */
.certification-item {
    margin-bottom: 15px;
}

.certification-item h3 {
    color: #ddd;
    font-size: 1.1rem;
    margin-bottom: 3px;
}

/* Resume Footer Buttons */
.resume-footer {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #333;
}

.resume-footer button {
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

#print-resume-btn {
    background-color: #333;
    color: #ffc966;
}

#print-resume-btn:hover {
    background-color: #444;
}

#download-resume-btn {
    background-color: #ffc966;
    color: #1a1a1a;
}

#download-resume-btn:hover {
    background-color: #ffd58a;
}

/* Responsive Design */
@media (max-width: 768px) {
    .resume-page {
        padding: 25px;
        margin: 20px;
    }
    
    .experience-header, .education-header {
        flex-direction: column;
    }
    
    .experience-date, .education-date {
        margin-top: 5px;
    }
}

@media print {
    .resume-page {
        background-color: white;
        color: black;
        box-shadow: none;
        padding: 0;
        max-width: 100%;
    }
    
    .resume-footer {
        display: none;
    }
    
    a {
        text-decoration: none;
        color: black;
    }
}
/*  */






/* Services-Page */
    /* Services Page Styles */
.services-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: none;
}

.services-hero {
    text-align: center;
    margin-bottom: 60px;
    padding: 40px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 10px;
}

.services-hero h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #2c3e50;
}

.services-hero h1 span {
    color: #3498db;
}

.services-subtitle {
    font-size: 1.2rem;
    color: #7f8c8d;
    max-width: 700px;
    margin: 0 auto;
}

/* Service Categories */
.service-category {
    margin-bottom: 60px;
}

.category-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ecf0f1;
}

.category-icon {
    width: 50px;
    height: 50px;
    background-color: #3498db;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.category-icon img {
    width: 30px;
    height: 30px;
}

.service-category h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin: 0;
}

/* Service Cards */
.service-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
}

.service-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.service-card h3 {
    background-color: #3498db;
    color: white;
    padding: 20px;
    margin: 0;
    font-size: 1.3rem;
}

.service-details {
    padding: 25px;
}

.service-details p {
    color: #7f8c8d;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-features {
    margin-bottom: 20px;
    padding-left: 20px;
}

.service-features li {
    margin-bottom: 10px;
    position: relative;
    color: #34495e;
}

.service-features li:before {
    content: "•";
    position: absolute;
    left: -15px;
    color: #3498db;
    font-weight: bold;
}

.service-tech {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.service-tech span {
    background-color: #ecf0f1;
    color: #3498db;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Process Section */
.process-section {
    margin: 80px 0;
    text-align: center;
}

.process-section h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 40px;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.process-step {
    flex: 1;
    min-width: 150px;
    background: white;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.process-step:hover {
    transform: translateY(-10px);
}

.step-number {
    width: 50px;
    height: 50px;
    background-color: #3498db;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 20px;
}

.process-step h3 {
    color: #2c3e50;
    margin-bottom: 10px;
}

.process-step p {
    color: #7f8c8d;
    font-size: 0.9rem;
}

/* CTA Section */
.cta-section {
    text-align: center;
    padding: 60px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 10px;
    margin-top: 60px;
}

.cta-section h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 15px;
}

.cta-section p {
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-button {
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button.primary {
    background-color: #3498db;
    color: white;
}

.cta-button.primary:hover {
    background-color: #2980b9;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(41, 128, 185, 0.3);
}

.cta-button.secondary {
    background-color: white;
    color: #3498db;
    border: 2px solid #3498db;
}

.cta-button.secondary:hover {
    background-color: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .services-hero h1 {
        font-size: 2.2rem;
    }
    
    .service-items {
        grid-template-columns: 1fr;
    }
    
    .process-steps {
        flex-direction: column;
    }
    
    .process-step {
        margin-bottom: 20px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-button {
        width: 100%;
        max-width: 250px;
        text-align: center;
    }
}
/*  */










/* Skills-Page */
    /* Skills Page Styles */
.skills-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #333;
    display: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.skills-hero {
    text-align: center;
    margin-bottom: 60px;
    padding: 60px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    border-radius: 10px;
}

.skills-hero h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #2c3e50;
}

.skills-hero h1 span {
    color: #3498db;
}

.skills-subtitle {
    font-size: 1.2rem;
    color: #7f8c8d;
    max-width: 700px;
    margin: 0 auto;
}

/* Skills Sections */
.skills-section {
    margin-bottom: 60px;
}

.section-title {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title .icon {
    font-size: 1.8rem;
}

/* Core Competencies */
.competencies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.competency-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.competency-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.competency-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.competency-card h3 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.competency-card p {
    color: #7f8c8d;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Skill Categories */
.skills-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.skill-category {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.category-title {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.category-icon {
    font-size: 1.2rem;
}

.skill-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.skill-item {
    margin-bottom: 15px;
}

.skill-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.skill-info span:first-child {
    color: #2c3e50;
    font-weight: 500;
}

.skill-info span:last-child {
    color: #3498db;
    font-weight: 600;
}

.skill-bar {
    height: 8px;
    background-color: #ecf0f1;
    border-radius: 4px;
    overflow: hidden;
}

.skill-progress {
    height: 100%;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    border-radius: 4px;
}

/* Proficiency Chart */
.proficiency-chart {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.chart-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.chart-label {
    width: 100px;
    font-weight: 500;
    color: #2c3e50;
}

.chart-bar {
    flex-grow: 1;
    height: 12px;
    background-color: #ecf0f1;
    border-radius: 6px;
    margin: 0 15px;
    overflow: hidden;
}

.chart-fill {
    height: 100%;
    background: linear-gradient(90deg, #3498db, #9b59b6);
    border-radius: 6px;
}

.chart-value {
    width: 50px;
    text-align: right;
    font-weight: 600;
    color: #3498db;
}

/* Additional Expertise */
.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.expertise-item {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.expertise-item h3 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.expertise-item p {
    color: #7f8c8d;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .skills-hero h1 {
        font-size: 2.2rem;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .skills-categories {
        grid-template-columns: 1fr;
    }
    
    .chart-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .chart-label {
        margin-bottom: 5px;
    }
    
    .chart-bar {
        width: 100%;
        margin: 5px 0 10px;
    }
    
    .chart-value {
        text-align: left;
    }
}
/*  */



/* Projects-Page */
    /* Projects Page Styles */
.projects-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: none;
}

.projects-hero {
    text-align: center;
    margin-bottom: 60px;
    padding: 40px 0;
}

.projects-hero h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #2c3e50;
}

.projects-hero h1 span {
    color: #3498db;
}

.projects-subtitle {
    font-size: 1.2rem;
    color: #7f8c8d;
    max-width: 700px;
    margin: 0 auto 30px;
}

/* Project Filters */
.project-filters {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.filter-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    background-color: #ecf0f1;
    color: #7f8c8d;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background-color: #3498db;
    color: white;
}

.filter-btn.active {
    background-color: #3498db;
    color: white;
}

/* Projects Container */
.projects-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

/* Project Card */
.project-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.project-card.featured {
    border: 2px solid #3498db;
}

.project-image {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: 90%;
    transition: transform 0.5s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.05);
}

.project-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #3498db;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
}

.project-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.project-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.project-header h2 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin: 0;
    flex: 1;
}

.project-links {
    display: flex;
    gap: 10px;
}

.project-link {
    padding: 8px 15px;
    background-color: #3498db;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.project-link:hover {
    background-color: #2980b9;
}

.project-description {
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 25px;
}

.project-features {
    margin-bottom: 25px;
}

.project-features h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.project-features ul {
    padding-left: 20px;
}

.project-features li {
    margin-bottom: 8px;
    color: #34495e;
    position: relative;
}

.project-features li:before {
    content: "•";
    position: absolute;
    left: -15px;
    color: #3498db;
    font-weight: bold;
}

.project-tech h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tech-tags span {
    background-color: #ecf0f1;
    color: #3498db;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

/* CTA Section */
.projects-cta {
    text-align: center;
    padding: 60px 0;
    margin-top: 60px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    border-radius: 10px;
}

.projects-cta h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 15px;
}

.projects-cta p {
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
}

.cta-button {
    padding: 15px 30px;
    background-color: #3498db;
    color: white;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.cta-button:hover {
    background-color: #2980b9;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(41, 128, 185, 0.3);
}

/* Responsive Design */
@media (max-width: 992px) {
    .project-card {
        grid-template-columns: 1fr;
    }
    
    .project-image {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .projects-hero h1 {
        font-size: 2.2rem;
    }
    
    .project-header {
        flex-direction: column;
        gap: 15px;
    }
    
    .project-links {
        width: 100%;
        justify-content: flex-start;
    }
    
    .project-features ul {
        padding-left: 15px;
    }
}

@media (max-width: 576px) {
    .project-filters {
        gap: 10px;
    }
    
    .filter-btn {
        padding: 8px 15px;
        font-size: 0.9rem;
    }
    
    .projects-cta h2 {
        font-size: 1.6rem;
    }
    
    .cta-button {
        padding: 12px 25px;
    }
}
/*  */



/* Contact-page */
    /* Contact Page Styles */
.contacts-page {
    max-width: 1200px;
    margin: 0 auto;
    display: none;
    padding: 40px 20px;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contact-hero {
    text-align: center;
    margin-bottom: 60px;
    padding: 60px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    border-radius: 10px;
}

.contact-hero h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #2c3e50;
}

.contact-hero h1 span {
    color: #3498db;
}

.contact-subtitle {
    font-size: 1.2rem;
    color: #7f8c8d;
    max-width: 700px;
    margin: 0 auto;
}

/* Contact Container */
.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.section-title {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-title .icon {
    font-size: 1.5rem;
}

/* Contact Form */
.contact-form {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #2c3e50;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
}

.form-group textarea {
    resize: vertical;
    min-height: 150px;
}

.submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    background-color: #3498db;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

.submit-btn svg {
    transition: transform 0.3s ease;
}

.submit-btn:hover svg {
    transform: translateX(5px);
}

/* Contact Info Cards */
.contact-info-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.info-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
}

.info-content h3 {
    color: #2c3e50;
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.info-content p {
    color: #7f8c8d;
    margin-bottom: 10px;
}

.info-link {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.info-link:hover {
    color: #2980b9;
    text-decoration: underline;
}

/* Social Media Section */
.social-media-section {
    background: white;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.social-media-section h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.3rem;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f5f7fa;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: #3498db;
    transform: translateY(-5px);
}

.social-link img {
    width: 54px;
    height: 54px;
}

/* Map Section */
.map-section {
    margin-bottom: 60px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Contact CTA */
.contact-cta {
    text-align: center;
    padding: 60px;
    background: linear-gradient(135deg, #3498db 0%, #2ecc71 100%);
    border-radius: 10px;
    color: white;
}

.contact-cta h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.contact-cta p {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.cta-btn {
    padding: 15px 30px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-btn.primary {
    background-color: white;
    color: #3498db;
}

.cta-btn.primary:hover {
    background-color: #f5f7fa;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

.cta-btn.secondary {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.cta-btn.secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .contact-container {
        grid-template-columns: 1fr;
    }
    
    .contact-hero {
        padding: 40px 0;
    }
    
    .contact-hero h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .contact-hero h1 {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 250px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .contact-hero {
        padding: 30px 20px;
    }
    
    .contact-hero h1 {
        font-size: 1.8rem;
    }
    
    .contact-subtitle {
        font-size: 1rem;
    }
    
    .info-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .info-icon {
        margin-bottom: 15px;
    }
}
/*  */
