@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


.two-column-container {
    display: flex;
    width: 100%;
    gap: 48px;
    margin: 30px 0;
    max-width: 100vw;
    align-items: flex-start;
}

.column {
    padding: 20px;
    margin-top: 20px;
}

.left-column {
    flex: 0 0 28%;
    padding-top: 0px !important;
    width: 30%;
    text-align: left;
}

.right-column {
    flex: 0 0 65%;
    width: 60%;
    background-color: #ffffff;
    border: 1px solid #a0a0a04d;
    padding: 48px !important;
    position: relative;
    height: auto;
    min-height: min-content;
}

/* Ensure the right column's content is properly contained */
.right-column .content-after-border {
    margin-top: 30px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
}

.profile-image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 0 20px 0;
}

/* Title in left column */
.left-column .about-me-title {
    font-size: 1.5em;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

/* Professional title styling */
.my-professsion {
    display: inline-block;
    font-size: .8em !important;
    letter-spacing: .25em;
    font-family: Raleway, Helvetica, sans-serif;
    border-bottom: 1px dotted #a0a0a04d;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease, border-bottom-color .2s ease;
    margin-bottom: 15px;
}

/* Left column paragraph text */
.left-column p:not(.my-professsion) {
    font-size: 0.9em;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #555;
    font-family: Raleway, Helvetica, sans-serif;
}

/* Left column section title */
.left-section-title {
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: .2em;
    margin: 25px 0 15px 0;
    text-transform: uppercase;
    color: #333;
    font-family: Raleway, Helvetica, sans-serif;
}

/* Red line between title and content */
.red-line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #a0a0a04d;
    margin: 20px -48px;
    position: relative;
    box-sizing: content-box;
    padding: 0 48px;
    left: 0;
}

.content-after-border {
    margin-top: 30px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

/* Left column separator line */
.left-column-separator {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #a0a0a04d;;
    margin: 20px 0; /* horizontally center */
    position: relative;
    box-sizing: border-box;
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #0000;
    border: 0;
    box-shadow: inset 0 0 0 1px #a0a0a04d;
    color: #3c3b3b !important;
    cursor: pointer;
    display: inline-block;
    font-family: Raleway, Helvetica, sans-serif;
    font-size: .6em;
    font-weight: 800;
    height: 4.8125em;
    letter-spacing: .25em;
    line-height: 4.8125em;
    padding: 0 2.5em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s ease, box-shadow .2s ease, color .2s ease;
    white-space: nowrap;
}

.button:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    box-shadow: inset 0 0 0 1px #1877f2;
    color: #1877f2 !important;
}

.left-column .button-container {
    margin-top: 30px;
}

@media screen and (max-width: 1280px) {
    .two-column-container {
        flex-direction: column-reverse;
        gap: 20px;
    }
    
    .column {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .left-column, .right-column {
        flex: 0 0 100%;
        width: 100% !important;
    }
    
    .left-column {
        text-align: center;
    }
    
    .left-column .about-me-title {
        text-align: center;
    }
    
    .left-column p {
        text-align: left;
    }
    
    .left-column .left-section-title {
        text-align: left;
    }

    .profile-image {
        margin: 0 auto 20px auto; /* Horizontally center */
    }

    .left-column .button-container {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}

@media screen and (max-width: 980px) {
    body {
        padding: 0 !important;
        margin: 0 !important;
        overflow-x: hidden !important;
        width: 100% !important;
    }


    .profile-image {
        margin: 0 auto 20px auto; /* Horizontally center */
    }
    
    .content {
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
    
    .two-column-container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        gap: 0 !important;
        padding: 0 !important;
    }

    /* .left-column .left-section-title {
        text-align: center;
    }


    .left-column p {
        text-align: center;
    } */
    
    
    
    .column {
        padding: 24px !important;
        border-radius: 0 !important;
    }
    
    .right-column {
        padding: 24px !important;
        border-left: none !important;
        border-right: none !important;
    }

    .about-me-title {
        text-align: center !important;
    }


    .about-me-text {
       text-align: center;
    }
}

@media screen and (min-width: 1681px) {
    .two-column-container {
        width: 80%;
        margin: 30px auto;
        max-width: 1600px;
    }
}

/* About Me Title Styling */
.about-me-title {
    font-family: "Raleway", sans-serif !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    color: #333 !important;
    margin-top: 20px !important;
    margin-bottom: 24px !important;
    letter-spacing: .25em !important;
    line-height: 1.65 !important;
    margin: 0 0 1em !important;
    text-transform: uppercase !important;
    display: block !important;
} 

.about-me-text {
    font-family: Raleway, Helvetica, sans-serif;
    font-size: 11.2px !important;
    font-weight: 400;
    letter-spacing: .25em;
    line-height: 2.5;
    margin-top: 1em;
    text-transform: uppercase;
}

.right-column .right-column-subheading {
    font-size: 0.9em;
    font-weight: 800;
    letter-spacing: .2em;
    margin: 15px 0 15px 0;
    text-transform: uppercase;
    color: #3c3b3b;
    font-family: Raleway, Helvetica, sans-serif;
}

.social-icons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: flex-start;
}

.social-icons a {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 16px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #3c3b3b;
    transition: color 0.2s ease;
}

.social-icons a:hover {
    color: #1877f2;
}

.social-icons a i {
    font-size: 15px;
}


.center-align-subheading {
    text-align: center;
}

.note {
    font-size: 12px !important;
    text-align: center;
}


.entry-block {
    font-family: Raleway, Helvetica, sans-serif;
    font-size: 12.8px !important;
    font-weight: 400;
    letter-spacing: .16em;
    line-height: 2.5;
    margin-top: 1em;
}


.less-bold {
    font-size: 11.2px !important;
    font-weight: 800 !important; /* You can also try 400 or 300 depending on your font */
}



.igettools-link {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

.igettools-link:hover {
    color: #1877f2;
}