/*@import http://fonts.googleapis.com/css?family=Open+Sans;*/
/*@import http://fonts.googleapis.com/css?family=Open+Sans;*/
/*@import http://fonts.googleapis.com/css?family=Open+Sans;*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');


.u-btnMain {

    display: inline-block;
    position: relative;
    min-width: 100px;
    cursor: pointer;
    border: 2rem;
    padding: 0.2rem 1rem;
    background-color: #6bbad86e;
    border-radius: 4px;
    border-color: #5594ac;
    font-size: 1.2rem;
    font-weight: 300;
    white-space: nowrap;
    text-align: center;
}


.ksp {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #BFEDFF;
  color: #333333;
  padding: 2px 6px 2px 6px;
  /*
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;

  Instagram: @kathy.schuh
  Facebook: www.facebook.com/kathyschuhphotography
  https://www.kathyschuhphotography.com/
  */
}

.font-effect-3d-float {
  text-shadow: 0 0.032em 0 #b0b0b0, 0px 0.15em 0.11em rgba(0,0,0,0.15), 0px 0.25em 0.021em rgba(0,0,0,0.1), 0px 0.32em 0.32em rgba(0,0,0,0.1);
  color: #fff;
}

*   {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    }

/*    h1 {
      font: 300 21px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      width: 500px;
      margin: 0 auto 15px;
    }*/

h1,h2 {
    margin-bottom:1em;
    font-family:'Open Sans',sans-serif;
    }

p,nav,h3 {
    margin-bottom:1em;
    font-family:'Open Sans',sans-serif;
    font-size:1rem;
    }

/* Bulletted List ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Remove default list style */
.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Style for each list item */
.services-list li {
    position: relative;
 /*   padding-left: 2.45in; /* Indent by 2.125 inches */
    padding-left: .30in; /* Indent by 2.125 inches */
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #333;
}

/* Add a colored checkmark before each list item */
.services-list li::before {
    content: '\2713'; /* Unicode checkmark */
    color: #0000a3; /* Blue color for the checkmark */
    font-size: 1.4rem; /* Adjust the size of the checkmark */
    position: absolute;
/*    left: 2.3in; /* Position checkmark slightly before text */
    left: 0.1in; /* Position checkmark slightly before text */
    top: 0; /* Align it with the text */
}



.sidebar {
    float:left;
    width:235px;
    }

html,body,.wrapper {
    min-height:100%;
    min-height:100vh;/*only works in IE with height set to 100vh (min-height doesn't work) */
    }

body {
    background-color:#bfedff;
    font-family:'Open Sans',Helvetica,Arial,Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
    }




/*******************************************************************[ NAV ]***/
nav {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    list-style:none;
    margin:0;
    background:#5594AC;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-flow:row wrap;
    justify-content:flex-start;
    z-index: 1;
    }

nav a {
    display: inline-block;
    background: #5594AC;
    color: white;
    padding: 5px 15px;
    border: 1px solid white;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    padding:1em;
    color:#fff;
    font-weight:700;
    }

.nav .font-effect-3d-float {
    text-shadow: 0 0.032em 0 #b0b0b0, 0 0.15em 0.11em rgba(0,0,0,0.85), 0 0.25em 0.021em rgba(0,0,0,0.1), 0 0.32em 0.32em rgba(0,0,0,0.1);
    color: #fff;
    }

nav ul {
    font-size: 14px;
    font-weight: 700;
        display: flex; /* Default display for larger screens */
    list-style: none;
    }

nav li {display: inline-block; }
    
nav a:hover {
    transition:background .2s ease;
    -webkit-transition:background .2s ease;

    background:#3B6778;

    border-radius:5px;
    -moz-border-radius:5px;

    box-shadow:5px 5px 5px #000;
    -moz-box-shadow:5px 5px 5px #000;
    -webkit-box-shadow:5px 5px 5px #000;

    }

nav .hamburger {
    display: none; /* Hidden by default */
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

nav .hamburger span {
    width: 25px;
    height: 3px;
    background-color: #333;
}

nav a:active {background: #0000cc; }
nav select {display: none; } /* Hide dropdown menu on small screens with hamburger */

/***************************************************************[ WRAPPER ]***/
.wrapper {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
    }


/*****************************************************************[ SOCIAL ]***/
#social {
    position: relative;
    }

#social img {
	float: right;
	background: #6bbad8;
    }

#social img a:hover {
	background: #99E2FF;
    }

/*******************************************************************[ MAIN ]***/
.main {
    -webkit-box-flex:1;
    -webkit-flex-grow:1;
    -ms-flex-positive:1;
    flex-grow:1;
    padding:1em 32px;
    line-height:1.4;
    }

.popit {
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
    display: block;
    margin: 0 0 1rem 0;
    font-weight: 300;
    font-style: normal;
    background: lightyellow;
    padding: 1rem;
    border-left: 5px solid #ccc;
    }

.main .title {  
    text-decoration: none;
    font-size:3em;
    font-size:3vw;
    margin-bottom:3px;
    text-shadow:2px 2px 2px #000;
    color:#fff;
    font-weight:700;
    }

.main a {
    color: black;
    }

.main .costs img {
    width: 30px;
    }

.main .sidebar img {
    width: 200px;
    }

.main .sidebar imgC {
    width: 200px;
    }

.main section {
    padding: 0px 10px 15px 15px;
    margin: 0px 25px;
/*    border-radius: 5px; */
/*    border: 5px solid black; */
    }

strong {
    font-weight: bold;
    }

a {
    text-decoration:none;
    font-size:1.1rem;
    }

/* h1,h2 {
    margin-bottom:1em;
    font-family:'Open Sans',sans-serif;
    }
*/


 h1 #help {
    background: red;
    background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet);
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20vw;

    }                

p,nav,h3 {
    margin-bottom:1em;
    font-family:'Open Sans',sans-serif;
/*    font-family:Arial Black,sans-serif;*/
    font-size:1rem;
    }

/****************************************************************[ HEADER ]***/
.phone {
    float: right;
/*    top: 15px;  */
    position: relative;
    }

.phone h2 {
    font-size:3em;
    font-size:4vw;
    margin-bottom:3px;
    text-shadow:2px 2px 2px #000;
    color:#fff;
    font-weight:700;
    }

header,footer {
    background-color:#6bbad8;
    padding-bottom:1em;
    padding-left:1em;
    padding-right:1em;
    padding-top: 1em;  /* color: white;  */
    }

header {
    text-transform:uppercase;
    padding:15px 32px;
    }

header h1 {
    font-size:86px;
    font-size:6vw;
    margin-bottom:10px;
    text-shadow:2px 2px 2px #000;
    color:#fff;
    font-weight:700;
    }

header h2 {
    font-size:3em;
    font-size:4vw;
    margin-bottom:3px;
    text-shadow:2px 2px 2px #000;
    color:#fff;
    font-weight:700;
    }

header h3 {
    font-size:1.4em;
    font-size:1.7vw;
    margin-bottom:0px;
    text-shadow:2px 2px 2px #000;
    color:#fff;
    font-weight:700;
    }

header h3  a:hover {
    color: #fff;
    border:1px solid #5594AC;
    -moz-border-radius:2px;
         border-radius:2px;
    -webkit-box-shadow:5px 5px 5px #000;
       -moz-box-shadow:5px 5px 5px #000;
            box-shadow:5px 5px 5px #000;
    }

header a {
    border:1px solid #6BBAD8;
    text-decoration: none;        
    font-size:1.4em;              
    font-size:1.7vw;              
    margin-bottom:0px;            
    text-shadow:2px 2px 2px #000; 
    color: #fff;                   
    font-weight:700;              
    }

/****************************************************************[ FOOTER ]***/
footer {
    font-size: 10px;
    list-style:none;
    text-align:center;
    text-shadow:1px 1px 1px #000;
    color: #fff;
    font-weight:400;
    }

footer a {
    color: orange;
    }

/****************************************************************[ Tutoring BUTTON ]***/

.highlight {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(145deg, #bfedff, #357ab8); /* Contoured effect */
    border: 2px solid #357ab8;
    border-radius: 8px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3),
                inset -3px -3px 8px rgba(255, 255, 255, 0.2); /* Back shadow */
    cursor: pointer;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.highlight:hover {
    transform: translateY(-2px);
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.4),
                inset -5px -5px 12px rgba(255, 255, 255, 0.25);
}

.highlight:active {
    transform: translateY(1px);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3),
                inset -1px -1px 5px rgba(255, 255, 255, 0.2);
}





/****************************************************************[ BUTTON ]***/
.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 1px 1px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 19px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }


.example-image-link {
  display: inline-block;
  padding: 1px;
  margin: 0 0.5rem 1rem 0.5rem;
  background-color: #fff;
  line-height: 0;
  border-radius: 2x;
  transition: background-color 0.5s ease-out; }
  .example-image-link:hover {
    background-color: #4ae;
    transition: none; }

.example-image {
  width: 7rem;
  border-radius: 1px; }

/*****************************************************************[ MEDIA ]***/    
/* Hide the default navigation menu and display the dropdown on small screens */
/* Mobile Styles */
@media (max-width: 350px) {
    nav ul {
        display: none; /* Hide the standard menu */
    }

    nav .hamburger {
        display: flex; /* Show the hamburger icon */
        justify-content: center;
        align-items: center;
        cursor: pointer;
        padding: 10px;
        background-color: #f9f9f9;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    nav ul.active {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        position: absolute;
        top: 50px; /* Position the dropdown below the header or nav */
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 10px 0;
        border-top: 1px solid #ccc;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    }

    nav ul.active li {
        text-align: center;
        margin: 10px 0;
    }

    nav ul.active li a {
        color: #333;
        text-decoration: none;
        padding: 10px;
        display: block;
    }

    nav ul.active li a:hover {
        background-color: #f2f2f2;
        color: #000;
    }

    nav select {
        display: none; /* Hide dropdown menu on small screens with hamburger */
    }
}


/*****************************************************************[ TABLE ]***/
table#costs caption {
    font-size: 1.6rem; color: #444;
    margin: 1rem;
    background-image: url(costs.png), url(costs22.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left, center right;
    }
table#costs {
    border-collapse: collapse;
    font-family:'Open Sans',sans-serif; font-weight: 100;
    background: #5594AC; color: #fff;
/*    text-rendering: optimizeLegibility;*/
    border-radius: 2px;
    }
table#costs thead th { font-weight: 600; text-shadow:2px 2px 2px #191919;}
table#costs thead th, table#costs tbody td {
    padding: .7rem;
    font-size: 1.1rem;
    }
table#costs tbody td {
    padding: .7rem; font-size: 1.1rem;
    color: #444; background: #eee;
    border: 1px solid #5594AC;
    }
table#costs tbody tr:not(:last-child) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    }


/***************************************************************[ CONTACT ]***/
<!-- #contact, #form h2 .captcha, .button, input, textarea {
    font-family:'Open Sans',Helvetica,Arial,Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
    }

textarea {
    border: 2px inset;
    color: #000;
    outline: none;
    float: left;
    border: 0px;
    width: 300px;
    height: 140px;
    padding: 10px 10px 10px 30px;
    }

#contact {
/*  overflow: auto; */
    }
  
#contact #form {
  width:400px;
  float:left;
    }

#contact #form span {
    color: #5594AC;
    outline: none;
    display:block;
    float:left;
    width:80px;
    padding-top:0px;
    }

#contact #form input {
  color: #000;
  outline: none;
  float:left;
  width:350px;
  border:0px;
  padding:10px 10px 10px 30px;
  margin-bottom:10px;
    }

#contact #form input:focus {
/*  border: 1px solid blue; */
  outline: none;
}

#contact #form .button {
  color: #fff;
  }

#contact #form textarea:focus, input:focus {
/*  border: 1px solid blue; */
  outline: none;
}

#contact #form textarea {
  color: #000;
  outline: none;
  float:left;
  border:0px;
  width:350px;
  height:140px;
  padding:10px 10px 10px 30px;
  resize: none;
}

#contact #form input.name {
  background:#99e2ff url(http://img7.uploadhouse.com/fileuploads/17737/177370145f09fe433945815665aa214f80dbc6af.png) no-repeat 10px 8px;
}
#contact #form input.email {
  background:#99e2ff url(http://img6.uploadhouse.com/fileuploads/17737/177370138cc63992182149e9befabff3eafa6d23.png) no-repeat 10px 9px;
}
#contact #form input.captcha {
  background:#99e2ff url(../images/reCaptcha.png) no-repeat 10px 9px;
}
#contact #form textarea.message {
  background:#99e2ff url(http://img3.uploadhouse.com/fileuploads/17737/1773701229ed8c2f465a8274623ca8976adaf196.png) no-repeat 10px 8px;
}

#contact #form input.submit {
  cursor: pointer;
  width:85px;
  height:30px;
  float:right;
  padding:0px 0px 10px 0px;
  margin:10px 16px 0px 0px;
  background:#99E2FF;
  color:#fff;
  font-family:'Open Sans',Helvetica,Arial,Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
}

#contact .button {
    background-color:#99e2ff;
    margin:10px 0px 0px 0px;
    padding:0px 77px;
    margin-bottom:1em;
    border:0px solid #99E2FF;
 /*   border-bottom:4px solid #6BBAD8; */  /* TAKES AWAY THE RAISED BUTTON FEEL  */
    border-radius:0px;
    color:#fff;
    font-weight:700;
    text-shadow: 0 0.032em 0 #b0b0b0, 0px 0.15em 0.11em rgba(0,0,0,0.85), 0px 0.25em 0.021em rgba(0,0,0,0.1), 0px 0.32em 0.32em rgba(0,0,0,0.1);
    font-family:'Open Sans',Helvetica,Arial,Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
    font-size:16px;
    line-height:16px;
    font-weight:700;
    display:inline-block;
    -webkit-transition:background .2s ease;
    transition:background .2s ease;
    -webkit-appearance:none
    }

#contact .button:hover {
/*    border:1px solid #6bbad8;   */
    color: #fff;
    -moz-border-radius:2px;
    border-radius:2px;
    -moz-box-shadow:5px 5px 5px #000;
    -webkit-box-shadow:5px 5px 5px #000;
    box-shadow:5px 5px 5px #000;
    }

#contact .button:active {
    background-color:#99E2FF;
    -webkit-transform:translateY(2px);
    -ms-transform:translateY(2px);
    transform:translateY(2px);                         
    outline:0;
    }

#contact #captcha span{
  width: 44px;
}
#contact #captcha input{
  background: url(../images/reCaptcha.png) no-repeat scroll 0 0 transparent;
  margin: 4px 0 0;
  padding: 0;
/*  border: medium none; */
  cursor: pointer;
  width: 20px;
}

-->

/*-----------------------------------------------------[ Test Contact Page ]---*/
.contact-page {
  position: absolute;
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  top: 0;
  z-index: 1;
}
.contact-page .box {
  display: block;
  align-self: center;
/*  padding:25px 30px 0px 30px;*/
  padding: 4em 2.5em 4em 2.5em;
  background: #BFEDFF;
  border-radius: 0.1em;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.4), 0 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #ffffff;
}

.contact-page .g-recaptcha {
    padding:0px 0px 0px 0px;
    }

.contact-page .box label {
    margin: 0;
    padding: 5px;
    float: right;
    }

.contact-page input {
    padding:0px 0px 5px 0px;
    margin:0px 0px 20px 0px;
    float: left;
    width: 300px;
    }

.contact-page span {
    padding:0px 0px 0px 10px;
    color: #5594AC;
    outline: none;
    display:block;
/*    float:left; */
    width:80px;
    padding-top:0px;
    }

.contact-page target {
    float: right;
    }

input[type='submit'],input[type='reset'],input[type='image'], label[for], select, .pointer {
    cursor: pointer;
    background-color:#99e2ff;
    padding:7px 14px;
    margin-top:.75em;
    margin-bottom:.5em;
    border:1px solid #bfedff;
    border-bottom:4px solid #6BBAD8;    /* TAKES AWAY THE RAISED BUTTON FEEL  */
    border-radius:2px;
    color:#000;
    font-weight:300;
    font-family:'Arial',sans-serif;
/*    font-size:16px;*/
    line-height:16px;
    font-weight:700;
    display:inline-block;
    -webkit-transition:background .2s ease;
    transition:background .2s ease;
    -webkit-appearance:none    
    }
    
input[type='submit']:hover, input[type='reset']:hover, input[type='image']:hover, label[for]:hover, select:hover, button:hover, .pointer:hover {
    border:1px solid #bfedff;
    color: #000;
    -moz-border-radius:2px;
    border-bottom:4px solid #6BBAD8;    /* TAKES AWAY THE RAISED BUTTON FEEL  */
    border-radius:2px;
    -moz-box-shadow:5px 5px 5px #000;
    -webkit-box-shadow:5px 5px 5px #000;
    box-shadow:5px 5px 5px #000;
    }

label {
  z-index: 0;
}

input[type="checkbox"]:checked + .contact-page {
  display: flex;
}

input[type="checkbox"]:checked + .contact-confirmation {
  display: flex;
}

#inner {
    padding: 0px -1;                
    }

/*--------------------------------------[ Test Contact Confirmation Page ]---*/
.contact-confirmation {
  position: absolute;
  width: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  top: 0;
  z-index: 1;
}
.contact-confirmation .box {
  display: block;
  align-self: center;
/*  padding:25px 30px 0px 30px;*/
  padding: 4em 2.5em 4em 2.5em;
  background: #BFEDFF;
  border-radius: 0.1em;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.4), 0 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #ffffff;
}

.contact-confirmation .g-recaptcha {
    padding:0px 0px 0px 0px;
    }

.contact-confirmation .box label {
    margin: 0;
    padding: 5px;
    float: right;
    }

.contact-confirmation input {
    padding:0px 0px 5px 0px;
    margin:0px 0px 20px 0px;
    float: left;
    width: 300px;
    }

.contact-confirmation span {
    padding:0px 0px 0px 10px;
    color: #5594AC;
    outline: none;
    display:block;
/*    float:left; */
    width:80px;
    padding-top:0px;
    }

.contact-confirmation target {
    float: right;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[ Modal Business Card ]---*/
/* Modal background */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Dark semi-transparent background */
  backdrop-filter: blur(5px); /* Blur effect */
  z-index: 1000; /* Above other elements */
  overflow: hidden; /* Prevent scrolling */
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal {
    z-index: 9999; /* High value to keep it above all other elements */
}

/* Modal content */
.modal-content {
  position: relative;
  width: 90%; /* Use a percentage width for responsiveness */
  max-width: 7in; /* Maximum width for larger screens */
  height: auto; /* Automatically adjust height based on the width */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Business card image */
.business-card {
  display: block;
  width: 100%; /* Ensures it fits within the modal content */
  height: auto; /* Maintains aspect ratio */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Close button */
.close {
  position: absolute;
  top: 0; /* Align to the top edge of the business card */
  right: 0; /* Align to the right edge of the business card */
  width: 32px; /* Fixed size for the close button */
  height: 32px;
  cursor: pointer;
  z-index: 1100; /* Keep it above the card image */
  opacity: 0.75; /* 75% visible */
}

