

.hero-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 65px;
    margin-bottom: 35em;
}


.hero-section h1 {
    font-size: var( --hero-display-font-size);
    font-family: var(--tertiary-font-family);
    text-align: center;
    color: var(--font-color);
    line-height: normal;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    font-weight: var(--regular);
}
.hero-section h1 span {
    display: inline-block;
}

.hero-content {
    position: relative;
    margin-top: 47px;
}

.hero-content img {
    position: absolute;
    top: 70%;
    transform: translate(-50%, -5%);
    width: 100%;
    max-width: 600px;
    background-position: center;
    background-size: contain;
}
@media (max-width: 1073px) {
    .hero-content img {
        max-width: 500px ;
    }
}

@media (max-width: 936px) {
    .hero-section {
        margin-bottom: 30em;
    }
    .hero-content img {
        max-width: 480px ;
    }
}
@media (max-width: 838px) {
    .hero-section {
        margin-bottom: 26em;
    }
    .hero-content img {
        max-width: 420px ;
    }
}

@media (max-width: 729px) {
    .hero-content img {
        max-width: 400px ;
    }
}
@media (max-width: 679px) {
    .hero-content img {
        max-width: 380px ;
    }
}
@media (max-width: 653px) {
    .hero-content img {
        max-width: 350px ;
    }
}
@media (max-width: 564px) {
    .hero-content img {
        max-width: 320px ;
        transform: translate(-50%, -2%);
    }
}
@media (max-width: 473px) { 
    .hero-section {
        margin-bottom: 29em;
    }
}
@media (max-width: 416px) {
    .hero-content img {
    transform: translate(-50%, -2%);
    }
}


.hero-img-dark-variant {
    display: none;
}

.UI-text {
    position: absolute;
    font-size: var(--hero-ui-ux-font);
    font-family: var(--secondary-font-family);
    font-weight: var(--extra-bold);
    left: 18%;
    transform: rotate(-71.624deg);
    z-index: -1;
}
.UX-text {
    position: absolute;
    font-size: var(--hero-ui-ux-font);
    font-family: var(--secondary-font-family);
    font-weight: 700;
    right: 16%;
    transform: rotate(68.106deg);
    z-index: -1;
}

@media (max-width: 1254px) {
    .UI-text {
        left: 16%;
    }
    .UX-text {
        right: 14%;
    }
}
@media (max-width: 1168px) {
    .UI-text {
        left: 14%;
    }
    .UX-text {
        right: 12%;
    }
}

@media (max-width: 936px) { 
    .UI-text {
        left: 16%;
    }
    .UX-text {
        right: 14%;
    }
}

@media (max-width: 926px) { 
    .UI-text { 
        left: 14%;
    }
    .UX-text {
        right: 12%;
    }

}
@media (max-width: 870px) { 
    .UI-text { 
        left: 12%;
    }
    .UX-text {
        right: 10%;
    }

}
@media (max-width: 800px) { 
    .UI-text { 
        left: 14%;
    }
    .UX-text {
        right: 12%;
    }

}
@media (max-width: 532px) { 
    .UI-text { 
        left: 12%;
    }
    .UX-text {
        right: 10%;
    }

}
@media (max-width: 479px) { 
    .UI-text { 
        left: 10%;
    }
    .UX-text {
        right: 8%;
    }
}
@media (max-width: 473px) { 
    .UI-text { 
        transform: rotate(0);
        top: -57px;
        left: 80px;
    }
    .UX-text {
        transform: rotate(0);
        top: -57px;
        right: 80px;
    }
}

.hero-bio {
    position: absolute;
    left: 8%;
    bottom: -26em;
    width: 35%;
    border-radius: 19px;
    font-family: var(--primary-font-family);
    font-size: var(--body-text-font-size);
    font-weight: var(--regular);
    line-height: normal;
    color: var(--font-color);
    backdrop-filter: blur(8.199999809265137px);
    padding: 12px 24px;
}

.hero-bio {
    text-align: left;
    font-size: var(--body-text-font-size);
}
@media (max-width: 1290px) { 
    .hero-bio {
        width: 40%;
        left: 5%;
    }
}
@media (max-width: 936px) {
    .hero-bio {
        bottom: -22em;
    }
}
@media (max-width: 634px) {
    .hero-bio {
        bottom: -25em;
    }
}
@media (max-width: 572px) {
    .hero-bio {
       width: 50%;
    }
}
@media (max-width: 473px) {
    .hero-bio {
        width: 100%;
        left: 0%;
        bottom: -26em;
        text-align: center;
    }
}

.hero-location {
    position: absolute;
    right: 10%;
    bottom: -28em;
    
}

.hero-location img{
    max-width: 60px;
    margin-top: -7em;
}

.hero-location .state, .hero-location .country {
    font-family: var(--secondary-font-family);
}

.hero-location .state {
    font-size: var(--location-state-text-font-size);
    font-weight: var(--medium);
    color: var(--font-color);
}
.hero-location .country {
    font-size: var(--location-country-text-font-size);
    font-weight: var(--semi-bold);
    color: var(--accent-font-color);
}

@media (max-width: 1290px) {
    .hero-location {
        right: 2%;
    }
}
@media (max-width: 936px) {
    .hero-location img {
        max-width: 50px;
        margin-top: -6em;
    }
    .hero-location {
        bottom: -24em;
    }
}

@media (max-width: 838px) {
    .hero-location {
        bottom: -22em;
    }
}
@media (max-width: 678px) {
    .hero-location {
        bottom: -20em;
    }
}
@media (max-width: 490px) {
    .hero-location img{
        max-width: 40px;
        margin-top: -4.5em;
    }
}

@media (max-width: 473px) {
    .hero-location {
        bottom: -27em;
        right: 0;
        left: 0;
    }
}

.hero-cta {
    margin-bottom: 88px;
}
.hero-cta .cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}


.second-sec-wrapper {
    width: 100%;
    height: 100%;
    background-color: var(--section-bg-color);
    padding: 50px 0;
    margin-bottom: 100px;
    position: relative;
    
    
}

.why-hire-me-sec {
    padding-bottom: 80px;
}

.why-hire-me-sec h2 {
    text-align: center;
    font-size: var(--section-heading-font-size);
    font-family: var(--secondary-font-family);
    font-weight: var(--semi-bold);
    color: var(--font-color);
    margin-bottom: 47px;
}

.why-hire-me-sec .item-card {
    text-align: center;
    background-color: #B0FFB3;
    padding: 16px 18px;
    border-radius: 8px;
    margin-bottom: 20px;
    height: 300px;
    color: black;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); 
    transition: all var(--transition-speed) ease-in-out; 
}
.why-hire-me-sec .item-card:hover {
    transform: translateY(-5px); /* Slight lift effect */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25); /* Stronger shadow on hover */
    background-color: #A0F7A5; /* Slight color change for depth */
}
@media (max-width: 1276px ) {
    .why-hire-me-sec .item-card {
        height: 350px;
    }
}
@media (max-width: 1034px ) {
    .why-hire-me-sec .item-card {
        height: 380px;
    }
}
@media (max-width: 991px ) {
    .why-hire-me-sec .item-card {
        height: 250px;
    }
}
@media (max-width: 767px ) {
    .why-hire-me-sec {
        padding-bottom: 47px;
    }
    .why-hire-me-sec .item-card {
        height: 200px;
    }
}
.why-hire-me-sec .item-card h3 {
    font-size: var(--card-ui-heading-font-size);
    font-family: var(--secondary-font-family);
    font-weight: var(--semi-bold);
    margin-top: 32px;
    margin-bottom: 20px;
}
@media (max-width: 767px ) {
    .why-hire-me-sec .item-card h3 {
        margin-top: 16px;
    }
}

.why-hire-me-sec .item-card p {
    font-size: var(--body-text-font-size);
    font-family: var(--primary-font-family);
    font-weight: var(--regular);
}

.tools-i-play-with-sec h2 {
    text-align: center;
    font-size: var(--section-heading-font-size);
    font-family: var(--secondary-font-family);
    font-weight: var(--semi-bold);
    color: var(--font-color);
    margin-bottom: 20px;
}

.tools-i-play-with-sec .dynamic-tools-text {
    font-size: var(--dynamic-text-font-size);
    font-weight: var(--bold);
    font-family: var(--primary-font-family);
    text-align: center;
    text-transform: uppercase;
    color: var(--font-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.tools-i-play-with-sec .cursor {
    display: inline-block;
    font-weight: bold;
    font-size: inherit;
    margin-left: 5px;
    opacity: 1;
    animation: blink 0.6s infinite alternate;
}

@keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.faq-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-bottom: 80px;
}

@media (max-width: 414px) {
    .faq-sec {
        padding-bottom: 47px;
    }
}

.faq-sec h2 {
    font-size: var(--section-heading-font-size);
    font-family: var(--secondary-font-family);
    font-weight: var(--semi-bold);
    color: var(--font-color);
    text-align: center;
    margin-bottom: 47px;
}

.accordion {
    width: 100%;
    max-width: 800px !important;
    margin: auto;
}

.accordion-item {
    margin-bottom: 15px; /* Adds gap between items */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.accordion-item h3 button{
    font-size: var(--faq-heading-font-size) !important;
    font-family: var(--secondary-font-family);
    font-weight: var(--semi-bold);
    line-height: 28px;
    color: #000 !important;
}

.accordion-button {
    font-weight: 600;
    background: #ffffff;
    transition: background 0.3s ease-in-out;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}

.accordion-button:hover {
    background: #e9ecef;
}


.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-body {
    font-size: var(--faq-body-text-font-size) !important;
    text-align: left;
    line-height: 1.5;
    background: #fff;
}




/*
======================================================
About.html
======================================================
*/


.about-hero-sec {
    margin-top: 47px;
    margin-bottom: 80px;
}

.about-hero-sec h2{
    color: var(--font-color);
    font-family: var(--secondary-font-family);
    font-size: var(--about-hero-font-size);
    font-weight: var(--semi-bold);
    text-align: center;
    margin-bottom: 16px;
}


.about-hero-sec p {
    color: var(--font-color);
    font-family: var(--primary-font-family);
    font-size: var(--body-text-font-size);
    font-weight: var(--regular);
    text-align: center;
}
.about-hero-sec p span {
    font-weight: var(--medium);
    text-transform: uppercase;
}
.what-I-do-sec {
    margin-bottom: 80px;
}
.what-I-do-sec h2 {
    color: var(--font-color);
    font-family: var(--secondary-font-family);
    font-size: var(--section-heading-font-size);
    font-weight: var(--semi-bold);
    text-align: center;
    margin-bottom: 47px;
}

.what-I-do-sec .row {
   justify-content: center;
   padding: 0 100px;
}

.what-I-do-sec .item-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 24px;
    border-radius: 12px;
    height: 300px;
    text-align: center;
    color: var(--font-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform var(--transition-speed) ease-in-out;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    margin-bottom: 20px;
}

.what-I-do-sec .item-card:hover {
    transform: perspective(1000px) rotateX(5deg) rotateY(10deg) scale(1.05);
    box-shadow: var(--card-box-shadow);
}

@media (max-width: 1068px) {
    .what-I-do-sec .item-card {
        height: 320px;
    }
}
@media (max-width: 1007px) {
    .what-I-do-sec .item-card {
        height: 350px;
    }
}
@media (max-width: 818px) {
    .what-I-do-sec .item-card {
        height: 380px;
    }
}
@media (max-width: 767px) {
    .what-I-do-sec .row {
        padding: 0px 80px;
}

    .what-I-do-sec .item-card {
        height: 250px;
    }
}
@media (max-width: 734px) {
    .what-I-do-sec .item-card {
        height: 280px;
    }
}
@media (max-width: 529px) {
    .what-I-do-sec .item-card {
        height: 300px;
    }
}
@media (max-width: 520px) {
    .what-I-do-sec .item-card {
        height: 300px;
    }
}
@media (max-width: 516px) {
    .what-I-do-sec .item-card {
        height: 320px;
    }
}
@media (max-width: 500px) {
    .what-I-do-sec .row {
        padding: 0px 40px;
}


.what-I-do-sec .item-card {
    height: 280px;
}
}
@media (max-width: 495px) {

.what-I-do-sec .item-card {
    height: 300px;
}
}

@media (max-width: 412px) {
    .what-I-do-sec .item-card {
        height: 320px;
    }
}

@media (max-width: 390px) {

    .what-I-do-sec .item-card {
        height: 320px;
    }
}
@media (max-width: 336px) {
    .what-I-do-sec .row {
        padding: 0px 20px;
}
    .what-I-do-sec .item-card {
        height: 350px;
    }
}



.what-I-do-sec .item-card-title h3 {
    font-size: var(--card-ui-heading-font-size);
    font-family: var(--secondary-font-family);
    font-weight: var(--semi-bold);
    margin-bottom: 24px;
    text-transform: uppercase;
    color: var(--font-color);
}

.what-I-do-sec .item-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.what-I-do-sec .item-card ul li {
    font-size: var(--card-ui-body-font-size);
    font-family: var(--primary-font-family);
    line-height: 1.6;
    color: var(--font-color);
    opacity: 0.8;
    padding-bottom: 8px;
}

.what-I-do-sec .item-card ul li::before {
    content: "\00BB"; /* Right chevron icon */
    color: var(--li-bullet-color);
    font-size: 18px;
    margin-right: 8px;
}

.process-sec {
    margin-bottom: 100px;
}
.process-container {
    text-align: center;
    position: relative;
    font-size: 1.8rem;
}
.process-container h2 {
    color: var(--font-color);
    font-family: var(--secondary-font-family);
    font-size: var(--section-heading-font-size);
    font-weight: var(--semi-bold);
    text-align: center;
    margin-bottom: 30px;
}
.process-step {
    color: var(--font-color);
    display: inline-block;
    font-size: var(--body-text-font-size);
    font-family: var(--primary-font-family);
    font-weight: var(--regular);
    margin: 10px;
    padding: 8px 16px;
    border: 1px solid var(--border-color);
    border-radius: 50px;
    box-shadow: var(--about-hero-font-size--card-box-shadow);
}

/*
======================================================
work.html
======================================================
*/

.work-hero-sec {
    margin-top: 47px;
    margin-bottom: 47px;
}

.work-hero-sec h2{
    color: var(--font-color);
    font-family: var(--secondary-font-family);
    font-size: var(--about-hero-font-size);
    font-weight: var(--semi-bold);
    text-align: center;
}
.work-ui-cards {
    margin-bottom: 80px;
}
.work-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 47px;
}
.work-tabs li {
    color: var(--font-color);
    padding: 10px 20px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-size: var(--work-tab-font-size);
    font-family: var(--primary-font-family);
    font-weight: var(--semi-bold);
    transition: all var(--transition-speed);
    cursor: pointer;
}
.work-tabs li.active {
    color: #000;
    background-color: var(--primary-button-bg-color);
}


.work-tabs li:hover {
 background-color: #dddddd;
 color: #000;
}

@media (max-width: 574px) {
    .work-tabs {
        flex-wrap: wrap;
    }
    .work-tabs li:last-child {
        padding: 10px 60px;
    }

}

@media (max-width:1400px) {
    .project-card-wrapper {
        padding: 0 20px;
    }
}
.project-card-wrapper .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    text-align: center;
  }
  .project-content.active {
    display: block;
    opacity: 1;
  }


.project-card {
    background-color: var(--section-bg-color);
    color: var(--font-color);
    padding: 20px 20px 80px 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden; 
    transition: all var(--transition-speed) ease-in-out;
}
.project-card:hover {
    transform: perspective(1000px) rotateX(5deg) rotateY(10deg) scale(1.02);
    box-shadow: var(--card-box-shadow);
}
.project-bio h3 {
    font-family: var(--secondary-font-family);
    font-size: var(--card-ui-heading-font-size);
    font-weight: var(--semi-bold);
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}
.project-card p{
    font-size: var(--card-ui-body-font-size);
    font-family: var(--primary-font-family);
    font-weight: var(--regular);
    margin-bottom: 40px;
}

.project-visual {
    width: 100%;
    height: 100%;
    margin-bottom: 16px;
    border-radius: 8px;
    overflow: hidden;
}
.disabled-link {
    pointer-events: none;
    cursor: none;
    opacity: 0.5;
}

.view-project-cta {
    position: absolute;
    bottom: 30px;
    right: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(145deg, #fd612e, #f84a4a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition-speed) ease-in-out;
}

.view-project-cta svg {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease-in-out;
}

.view-project-cta:hover {
    transform: scale(1.01);
    box-shadow: 3px 3px 6px rgba(255, 169, 135, 0.904),
                -3px -3px 6px rgba(150, 5, 138, 0.1);
}

.view-project-cta:hover svg {
    transform: translateX(5px);
}


/*
======================================================
contact.html
======================================================
*/


.contact-page {
    padding: 60px 0;
  }
  
  .contact-page h2 {
    color: var(--font-color);
    font-family: var(--secondary-font-family);
    font-size: var(--about-hero-font-size);
    font-weight: var(--semi-bold);
    text-align: center;
  }
  
  .contact-page p {
    color: var(--font-color);
    font-family: var(--primary-font-family);
    font-size: var(--body-text-font-size);
    font-weight: var(--regular);
    text-align: center;
    margin-bottom: 47px;
  }
  
 
.contact-form {
    perspective: 1000px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background-color: var(--section-bg-color);
    margin-bottom: 47px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all var(--transition-speed) ease-in-out;
}
.contact-form:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) scale(1.02);
    box-shadow: var(--card-box-shadow);
}
  
  /* Form group spacing */
  .contact-form .form-group {
    margin-bottom: 20px;
  }
 
  
  /* Label styles */
  .contact-form label {
    font-family: var(--secondary-font-family);
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--font-color);
  }
  .contact-form label span {
    margin-left: 4px;
  }
  
  /* Input & textarea styles with a 3D feel */
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: none;
    border-radius: 8px;
    background: #e7e7e7;
    /* Neumorphic-like shadows for 3D appearance */
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1), -5px -5px 10px rgba(255,255,255,0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  /* Focus effect: slight lift and deeper shadow */
  .contact-form input:focus,
  .contact-form textarea:focus {
    background: #ffffff;
    outline: none;
    transform: translateY(-3px);
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2), -2px -2px 10px rgba(255,255,255,0.8);
  }
  
  /* Submit button styles with gradient and 3D hover effect */
  .submit-btn {
    display: inline-block;
    background: linear-gradient(145deg, #fd612e, #f84a4a);;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1), -2px -2px 10px rgba(255,255,255,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  /* Hover state for button: lifts up with deeper shadows */
  .submit-btn:hover {
    transform: translateY(-3px) translateZ(10px);
    box-shadow: 5px 5px 20px rgba(0,0,0,0.3), -2px -2px 10px rgba(255,255,255,0.9);
  }

  
  
  .contact-details h3 {
    color: var(--font-color);
    font-family: var(--secondary-font-family);
    font-size: var(--contact-heading-font-size);
    font-weight: var(--semi-bold);
    text-align: center;
  }

 
  .contact-details ul {
    font-family: var(--primary-font-family);
    list-style: none;
    padding: 0;
    color: var(--font-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .contact-details li {
    font-size: 1.1rem;
    margin: 8px 0;
  }
  
  .contact-details a {
    color: var(--font-color);
    text-decoration: none;
    margin: 8px;
  }
  
  .contact-details a:hover {
    text-decoration: underline !important;
  }
  .contact-details a svg {
    transition: all var(--transition-speed) ease-in-out;
  }
.contact-details a svg:hover {
    transform: scale(1.2);
    border-radius: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}