@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.woff2') format('woff2'),
        url('fonts/Gilroy-Regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
      }
      
body {
    margin: 0;
    font-family: 'Gilroy', sans-serif;
}

main {
    display: block
}

header {
    display: flex;
    align-items: center; /* Align items vertically in the middle */
    background-color: white;
    flex-direction: column;
    text-align:justify;
}

.nav {
    display: flex;
    align-items: center; /* Align items vertically in the middle */
    background-color: white;
    /*flex-direction: column;*/
    text-align:justify;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0;
    flex-shrink: 0;
}

.nav img {
    width: 60%;
}

header h2 {
    font-size: 2.2857142857142856em;;
}


header p {
    font-size: 1.4em;
}

/*header.nav {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 0;
    flex-shrink: 0;
}*/


#container {
    max-width: 70em;
    margin: 0 auto;
    padding: 0 1em;
    /*display: flex;*/
    flex-direction: column;
    height: 100vh;
}

#container-portfolio {
    max-width: 50em;
    margin: 0 auto;
    padding: 0 1em;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

#container-blog {
    max-width: 50em;
    margin: 0 auto;
    padding: 0 1em;
    display: flex;
    flex-direction: column;
    height: 100vh;
}


article h2,article h3,article h4,article h5,article h6 {
    margin-top: 1.2em;
}

article header {
    text-align: center;
}


article header h1,article header h2,article header h3 {
    margin-bottom: .2em
}


article header time {
    font-size: .9em;
    color: gray;
}

article header p {
    margin-top: 0;
}

article ul {
    margin-bottom: 1.2em
}

article ul li {
    margin-bottom: .5em
}

article img {
    display: block;
    margin: 0 auto;
    /*width: 70%; removed because of signup form */
}

article.intro header {
    margin-left: 0;
    margin-right: 0
}

article.intro header p {
    color: black;
}

article.intro h1,article.intro h2,article.intro h3,article.intro h4 {
    text-align: center
}

img {
    /*max-width: 100%;*/
    height: auto;
    transition: all .5s ease-in-out;
    will-change: opacity
}

@media (max-width: 767px) {
    body {
        font-size: 115%;
        text-align: center !important;
        
    }

    nav li {
        padding: 40px;
    }

    nav li a {
        font-size: 0.8em;
    }

    header.nav h1 {
        font-size: 1.5em
    }
    article img {
        width: 350px;
    }

    article h1 {
        font-size: 1.5em;
    }

    article h2 {
        font-size: 1.5em;
    }

    /*.tab > button {
        position: static;
        margin-top: 1em;  /* Add some margin to the top of the button */
    /*}*/

    .contact-button-linkedin {
        flex-direction: column;
    }

    .linkedin-logo {
        display: none;
    }
    
    #logo .img-container img {
        display: none;
    }

    blockquote p img {
        width: 125em;
    }

    blockquote:before {
        left:-30px;
    }

    header p {
        font-size: 0.9em;
    }

    blockquote p img {
        width: 20%;
    }

    .portfolio-icon img {
        width: auto;
    }

    #container {
        padding:0 1em
    }

    .services-container {
        flex-direction: column; /* Stack items on top of each other */
        align-items: center;
    }

    .service {
        margin-bottom: 20px;
        margin-right: 0 !important;
}
    .service .explanation p {
        font-size:1.5em;
    }

    .short-services-container {
        flex-direction: column; /* Stack items on top of each other */
        align-items: center;
        display:block !important;
    }

    .short-service {
        margin-bottom: 20px;
        margin-right: 0;
}
    #home-photo {
        width:100% !important;
    }


    .blog-cart-container {
        flex-direction: column; /* Stack items on top of each other */
        align-items: center;
        display:block !important;
    }

    .blog-cart {
        margin-bottom: 35px;
        margin-right: 0 !important;
    }

    .nav {
        display: none;
    }

    .mobile-nav {
        margin-top: 2em;
        margin-bottom: 2em;
        display:flex !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
        
    }

    .mobile-nav img {
        width:7.2em;
        height:auto;
    }

}

nav {
    display: block;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    }

nav li{
    display: inline;
    padding: 10px;
    font-family: 'Gilroy', sans-serif;
    color: black;
    transition: color 0.7s ease;
    border-bottom: 0.125em solid transparent;
    text-decoration: none;
    font-size: 1.35em; /* 18px -> 1.125em */
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

a {
    color: black;
    transition: all .7s ease-in-out;
    transition-property: color,opacity;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

nav ul li a:active, 
nav ul li a:focus {
    border-bottom: 0.125em solid transparent; /* 2px -> 0.125em */

}


nav ul li a.active {
    /*border-bottom: 0.125em solid #ED1B24; /* 2px -> 0.125em */
    color:#ED1B24;
  }

  
nav ul li a {
    color:#00A2E1;
}

nav ul li a:hover {
    color: #ED1B24;
    /*border-bottom: 0.125em solid #ED1B24; /* 2px -> 0.125em */
    transition:color 0.7s ease;
}

.button-linkedin-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25em; /* 20px -> 1.25em */
    /*margin-bottom: 0.9375em; /* 15px -> 0.9375em */

  }

  .linkedin-logo {
    width: 2.5em; /* 40px -> 2.5em */
    height: 2.5em; /* 40px -> 2.5em */
    border-radius: 0%;
  }

.button {
    background-color: #00A2E1;
    color: white;
    border: none;
    padding: 0.625em 1.25em; /* 10px -> 0.625em, 20px -> 1.25em */
    text-align: center;
    text-decoration: none;
    display: block; /* Change this from inline-block to block */
    font-size: 1em; /* 16px -> 1em */
    transition-duration: 0.7s;
    cursor: pointer;
    border-radius: 1em; /* 5px -> 0.3125em */
}

#pop-up-calendly-button {
    justify-content: center;
    align-items: center;
    display:flex;
}
  
.button:hover {
    background-color: #ED1B24; /* This will be the color of the button when you hover over it */
    color: white; /* This will be the color of the text when you hover over the button */
}

footer {
    width: 100%;
    float: left;
    text-align: center;
    flex-shrink: 0
}


footer p {
    margin: 0.5em 0; /* adjust the values as needed */
}



html {
    overflow-y: scroll;
}

.img-container img {
    width: 10vw; /* Adjust based on your logo size */
    height: auto;
    cursor: pointer;
}

#main {
    flex: 1 0 auto;
    
}

#main-blog-portfolio {
    max-width: 50em;
    margin: 0 auto;
    padding: 0 1em;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

#main li {
    list-style-position: inside;
    padding-left: 1.5em;
    text-indent: -1.5em;
    margin-bottom: 10px; /* Adjust this value to add more or less space */
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.8em;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.01em;
}

h1 {
    font-size: 2.2857142857142856em
}

h2 {
    font-size: 1.7142857142857142em
}

h3 {
    font-size: 1.5em
}

h4 {
    font-size: 1.2857142857142858em
}

h5 {
    font-size: 1.1428571428571428em
}

h6 {
    font-size: 1em
}

p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 1.2em
}

hr {
    margin: 2em 20%;
    border: 0;
    border-top: 1px dashed #082F4F;
}

footer hr {
    margin: 0;
    border: 0;
    border-top: 3px solid #082F4F;
}

nav hr {
        margin: 0;
        border: 0;
        border-top: 7px solid #082F4F;
        border-radius: 10px;
}
small {
    font-size: 80%
}

p small {
    display: inline-block;
    line-height: 1.5
}

#dynamic-role {
    color: #00BABA;
}

#dynamic-role-container {
    display: inline-block;
    width: 1%;  /* adjust as needed */
    text-align: center;
}

blockquote {
    position: relative;
    padding: 1em 0 1em 1em;
    text-align: justify;
}

blockquote p {
    margin-top: 0
}

blockquote p img {
    width: 150px;
    border-radius: 50%;
    shape-outside: circle();
    margin-left: 20px;
    float: right
}

blockquote:nth-of-type(2n) p img {
    margin-right: 20px;
    margin-left: 0;
    float: left
} 



blockquote p:last-of-type {
    margin-bottom: 0
}

blockquote cite {
    display: block;
    color: #082F4F;
    font-size: 0.8em;
    text-align: right;   
    margin-top: 1.5em;
}

blockquote cite:before {
    content: "\2014 \2009"
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 4em;
    position:absolute;
    left: -30px;
    top: -20px;
    color: #08304F;
    float:left;
}

article.quotes .quote {
    position: relative
}

article.quotes .quote:after {
    content: "";
    display: block;
    margin: 2em 20%;
    border-top: 1px dashed var(--gray-light)
}

article.quotes .quote blockquote {
    font-size: .9em;
    padding: .9em
}

article.quotes .quote .permalink {
    display: none;
    position: absolute;
    left: -1.5em;
    padding: 0 .5em 1em
}

article.quotes .quote:hover .permalink {
    display: block
}

article.blog em {
    font-size: 0.8em;
}

.footer-links {
    display: flex;
    justify-content: center; /* Align links horizontally */
}

.footer-links p {
    margin: 0 0.5em;
}

.footer-links a {
    font-size: 1.2em; /* Reduce the font size if necessary */
}

/* index.css */

.underline-link {
    text-decoration: underline;
}


.learn-more {
    background-color: #00A2E1;
    border: none;
    color: white;
    padding: 0.625em; /* 10px -> 0.625em */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em; /* 16px -> 1em */
    border-radius: 0.3125em; /* 5px -> 0.3125em */
    cursor: pointer;
}

/*end of index.css */

/*start of resume.css*/

/* end of resume.css */

#enpal-link {
    color: #FFA600;
    text-decoration: underline;
    font-weight: bold;
}

#trendyol-link {
    color: #ff6821;
    text-decoration: underline;
    font-weight: bold;
}

.blog h3 {
    text-align: center;
    margin-bottom: 10px; /* Optional: Add some space below the heading */
}

.blog a:hover {
    color: #ED1B24;
}

.blog a {
    text-decoration: underline; /* Underline the link to indicate it's clickable */
    color:#00A2E1
}

.blog img {
    width: 50%;
}

.blog {
    text-align: justify;
}

.blog h2 {
    text-align: center
}

.intro li a {
    text-decoration: underline; /* Underline the link to indicate it's clickable */
    color: #00A2E1; /* Default color for links */
}

.intro li a:hover {
    color: #ED1B24; /* Change color on hover */

}

.intro strong {
    color: #00A2E1; /* Color for <strong> element */
}

.intro strong a {
    color: #00A2E1; /* Color for <strong> element */
}

.intro strong a:hover {
    color: #ED1B24; /* Change color on hover */
}

.intro h1, h2, h3 {
    color:#08304F;
}

.intro p {
    color: #08304F;
}

.blog li a {
    text-decoration: underline; /* Underline the link to indicate it's clickable */
    color: #00A2E1; /* Default color for links */
}

.blog li a:hover {
    color: #ED1B24; /* Change color on hover */

}

.blog strong {
    color: #00A2E1; /* Color for <strong> element */
}

.blog strong a {
    color: #00A2E1; /* Color for <strong> element */
}

.blog strong a:hover {
    color: #ED1B24; /* Change color on hover */
}

.blog h1, h2, h3 {
    color:#08304F;
}

.blog p {
    color: #08304F;
}

.article p {
    color: #08304F;
}

p {
    color: #08304F;
}

.services-container {
    display: flex;
    justify-content: space-between; /* Distribute items equally */
    margin-bottom: 1.25em; /* Adjust as needed */
    /*border: 0.125em solid #00A2E1; /* Just for visualization */
    border-radius: 1.5625em;
    background-color:#f0f0f0;
    margin-top: 2em;
}

.services-container img {
    border-radius: 0%; /* This will make the image circular */
}

.service {
    flex: 1;
    /*margin-right: 0.625em;/* Adjust as needed */
    /*border: 0.125em solid #00A2E1; /* Just for visualization */
    border-radius: 1.5625em;
    padding: 0.625em; /* Adjust as needed */
    /*cursor: pointer; /* Change cursor to pointer */
    text-align: center; /* I added a missing value here */

}

/*.service:hover {
    background-color:#f0f0f0;
}*/

/*home page services*/

.service img {
    width: 6.25em; /* Adjust the size of the icon */
    height: auto;
}

.explanation {
    margin-top: 0.625em; /* Adjust as needed */
    text-align: justify;
}

.short-services-container {
    display: flex;
    justify-content: space-between; /* Distribute items equally */
    margin-bottom: 1.25em; /* Adjust as needed */
    /*border: 0.125em solid #00A2E1; /* Just for visualization */
    border-radius: 1.5625em;
    background-color:#f0f0f0;
    
}

.short-services-container img {
    border-radius: 0%; /* This will make the image circular */
}

.short-service {
    flex: 1;
    /*margin-right: 0.625em;/* Adjust as needed */
    /*border: 0.125em solid #00A2E1; /* Just for visualization */
    border-radius: 1.5625em;
    padding: 0.625em; /* Adjust as needed */
    text-align: center; /* I added a missing value here */
    /*transition-duration: 0.7s;*/
}

/*.short-service p {
    transition-duration: 0.7s;
}

.short-service:hover {
    background-color:#ED1B24;
    opacity: 0.9; /* Reduced opacity on hover 
}
.short-service:hover p {
    color:white;
}*/


.short-service img {
    width: 6.25em; /* Adjust the size of the icon */
    height: auto;
}

.short-service-explanation {
    margin-top: 0.625em; /* Adjust as needed */
}





#home-photo {
    display: block;
    margin: 0 auto;
    border-radius: 10%;
    width: 80%;
}

.emailParagraph {
    display: none;
  }

#emailToggleButton {
    background-color: #00A2E1;
    color: white;
    border: none;
    padding: 0.625em 1.25em; /* 10px -> 0.625em, 20px -> 1.25em */
    text-align: center;
    text-decoration: none;
    display: block; /* Change this from inline-block to block */
    font-size: 1em; /* 16px -> 1em */
    transition-duration: 0.7s;
    cursor: pointer;
    border-radius: 1em; /* 5px -> 0.3125em */
    margin: 0 auto; /* Center the button horizontally */
}

#emailToggleButton:hover {
    background-color: #ED1B24; /* This will be the color of the button when you hover over it */
    color: white; /* This will be the color of the text when you hover over the button */
}

.direction-button {
    background-color: #00A2E1;
    color: white;
    border: none;
    padding: 0.625em 1.25em; /* 10px -> 0.625em, 20px -> 1.25em */
    text-align: center;
    text-decoration: none;
    display: block; /* Change this from inline-block to block */
    font-size: 1em; /* 16px -> 1em */
    transition-duration: 0.7s;
    cursor: pointer;
    border-radius: 1em; /* 5px -> 0.3125em */
    margin: 0 auto; /* Center the button horizontally */
}

.direction-button:hover {
    background-color: #ED1B24; /* This will be the color of the button when you hover over it */
    color: white; /* This will be the color of the text when you hover over the button */
}


.questions {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  
  .question {
    position: relative;
    background-color: #f0f0f0;
    border-radius: 25px;
    /*border: 2px solid #00A2E1;*/
  }

  .question-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0.2rem 0.8rem;
  }
  
  .questions-btn {
    float: right;
    border: none;
    background: transparent;
    font-size: 1rem;
  }
  
  /*** Hide Text ***/
  .question-text {
    display: none;
    padding: 10px;
    text-align: justify;
  }
  
  .show-text .question-text {
    display: inline-block;
    padding: 15px;
  }

  .plus-icon {
    color:#00A2E1;
  }

  
  .minus-icon {
    display: none;
    color:#ED1B24;
  }
  
  .show-text .minus-icon {
    display: inline-block;
  }
  .show-text .plus-icon {
    display: none;
  }  
  
  
#faq-icon {
    width: 6.25em; /* Adjust the size of the icon */
    height: auto;
}

.portfolio-title-container {
    display: flex;
    align-items: center;
  }

  .portfolio-icon img {
    width: 4em; /* Adjust the size of the icon */
    height: auto;
  }


.blog-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.blog-cart-container {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.blog-cart {
    flex: 1;
    margin-right: 10px; /* Adjust as needed */
    /*border: 2px solid #00A2E1; /* Just for visualization */
    border-radius: 25px;
    background-color: #f0f0f0;
    padding: 10px; /* Adjust as needed */
    cursor: pointer; /* Change cursor to pointer */
    transition-duration: 0.7s;
}

.blog-detail {
    text-align: justify;
}

#salesforce-advanced-blog-cart {
    cursor:default;
}

.blog-cart button {
    opacity: 1 !important;
}

/*.blog-cart:hover {
    background-color: #ED1B24; /* Change background color on hover if desired 
    opacity: 0.9;  Reduced opacity on hover 
}

.blog-cart:hover h4, .blog-cart:hover h3, .blog-cart:hover p{
    color:white;
}

.blog-cart:hover h4, .blog-cart:hover h3, .blog-cart:hover p{
    transition-duration: 0.7s;
}*/



.article-blog {
    flex: 2;
    margin-top: 20px; /* Adjust as needed */
}

.blog-icon img {
    width:6.25em;
}

.blog-title {
    text-align: center; /* Center text within the blog-title */
}

    /* Container styles */
    #customForm {
        max-width: 400px;
        margin: 0 auto;
        padding: 20px;
        /*border: 2px solid #ED1B24; /* Just for visualization */
        background-color: #f0f0f0;
        border-radius: 25px;
    }

    /* Heading styles */
    #SIGNUP_HEADING {
        font-size: 20px;
        margin-bottom: 20px;
        color:#082F4F;
    }

    /* Success message styles */
    /*#Zc_SignupSuccess {
        display: none;
        margin-top: 10px;
        padding: 10px;
        background-color: #c2e19a;
        border: 2px solid #00A2E1;
        border-radius: 25px;
        color: #497c84;
    }*/

    /* Form field styles */
    .SIGNUP_FLD {
        margin-bottom: 15px;
    }

    .SIGNUP_FLD div {
        font-weight: bold;
        margin-bottom: 5px;
        color: #082F4F;
    }

    input[type="text"],
    input[type="button"] {
        width: 100%;
        padding: 10px;
        border: 1px solid #082F4F;
        border-radius: 5px;
        box-sizing: border-box; /* Ensure padding and border are included in width */
    }

    input[type="button"] {
        background-color: #00A2E1;
        color: white;
        border: none;
        padding: 0.625em 1.25em; /* 10px -> 0.625em, 20px -> 1.25em */
        text-align: center;
        text-decoration: none;
        display: block; /* Change this from inline-block to block */
        font-size: 1em; /* 16px -> 1em */
        transition-duration: 0.7s;
        cursor: pointer;
        border-radius: 1em; /* 5px -> 0.3125em */
        margin: 0 auto; /* Center the button horizontally */
    }

    input[type="button"]:hover {
        background-color: #ED1B24;
    }

    .burger {
        display: inline-block;
        border: 0;
        background: none;
        outline: 0;
        padding: 0;
        cursor: pointer;
        border-bottom: 4px solid currentColor;
        width: 28px;
        transition: border-bottom 1s ease-in-out;
        -webkit-transition: border-bottom 1s ease-in-out;
      }
      .burger::-moz-focus-inner {
        border: 0;
        padding: 0;
      }
      .burger:before {
        content: "";
        display: block;
        border-bottom: 4px solid currentColor;
        width: 100%;
        margin-bottom: 5px;
        transition: transform 0.5s ease-in-out;
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
      }
      .burger:after {
        content: "";
        display: block;
        border-bottom: 4px solid currentColor;
        width: 100%;
        margin-bottom: 5px;
        transition: transform 0.5s ease-in-out;
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
      }
      
      .burger-check {
        display: none;
      }
      
      .burger-check:checked ~ .burger {
        border-bottom: 4px solid transparent;
        transition: border-bottom 0.8s ease-in-out;
        -webkit-transition: border-bottom 0.8s ease-in-out;
      }
      .burger-check:checked ~ .burger:before {
        transform: rotate(-405deg) translateY(1px) translateX(-3px);
        -webkit-transform: rotate(-405deg) translateY(1px) translateX(-3px);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
      }
      .burger-check:checked ~ .burger:after {
        transform: rotate(405deg) translateY(-4px) translateX(-5px);
        -webkit-transform: rotate(405deg) translateY(-4px) translateX(-5px);
        transition: transform 0.5s ease-in-out;
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
      }
      
      .navigation {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s ease-in-out;
      }
      
      .burger-check:checked ~ .navigation {
        max-height: 500px;
        transition: max-height 0.5s ease-in-out;
      }

      .mobile-nav {
        display: none;
      }
      
     