/* _content/ArchitectNow.Web/Pages/AboutUs.cshtml.rz.scp.css */
.average-size-icon[b-dvo7ow1l76] {
    width: 35%;
    padding-right: 20px;
}

.angular-icon[b-dvo7ow1l76] {
    width: 18%;
    padding-right: 20px;
}

.react-icon[b-dvo7ow1l76] {
    width: 37%;
    padding-right: 20px;
}

.xamarin-icon[b-dvo7ow1l76] {
    width: 23%;
    padding-right: 20px;
}

.mongodb-icon[b-dvo7ow1l76] {
    width: 50%;
}

.building-decor-image[b-dvo7ow1l76] {
    width: 95%;
}

.tech-talk-decor-image[b-dvo7ow1l76] {
    width: 95%;
}

.tech-talk-image[b-dvo7ow1l76] {
    max-width: 80%
}

.github-icon[b-dvo7ow1l76] {
    width: 20%;
}

.management-card[b-dvo7ow1l76] {
    border-radius: 12px;
    overflow: hidden; /* ensures child content and shadow respect the curve */
    flex: 1 1 350px;  /* allows card to grow and shrink, minimum width 350px */
    max-width: 650px; /* prevents it from getting too wide */
}
  

.management-top-card[b-dvo7ow1l76] {
    background: linear-gradient(90deg, rgba(66, 14, 17, 1) 0%, rgba(110, 27, 27, 1) 35%, rgba(172, 47, 48, 1) 100%);
    overflow: hidden;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: nowrap;
    padding: 15px;
    
    text-align: center;
}

.management-bottom-card[b-dvo7ow1l76] {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height:auto;
    overflow: hidden;
}


.management-title[b-dvo7ow1l76] {
    color: white;
    font-size: 1.5em;
    font-family: Poppins, serif;
    line-height: 3rem;
}

.management-description[b-dvo7ow1l76] {
    position: relative;
    height:80px;
    overflow: hidden;
}

.info-cards[b-dvo7ow1l76] {
    justify-content: center;
}

.card-flex[b-dvo7ow1l76] {
    flex: 0;
}

/*
.management-description::after {
    content: "";
    position: absolute; 
    bottom: 0;
    left: 0;
    right: 0;
    height: 2em; 
    background-image: linear-gradient(to bottom, transparent, white 100%);
}
    */

.sub-title[b-dvo7ow1l76] {
    color: white;
    font-size: 1.1em;
    font-family: Poppins, serif;
}

.headshot[b-dvo7ow1l76] {
    width: 80%;
    max-width: 300px;
}

.info-wrapper[b-dvo7ow1l76] {
    justify-content: center;
}

.image-wrapper[b-dvo7ow1l76] {
    justify-content: center;
}

.technology-icons-wrapper[b-dvo7ow1l76] {
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.gallery-image[b-dvo7ow1l76] {
    max-width: 30%;
}

#tech-talk-image-desktop[b-dvo7ow1l76] {
    display: none;
}

#tech-talk-image-mobile[b-dvo7ow1l76] {
    display: flex;
    justify-content: center;
}

#open-new-tab-icon[b-dvo7ow1l76] {
    padding-left: 5px; 
    color: #A7252C;
}
@media (max-width: 767.98px) {
    .gallery-image[b-dvo7ow1l76] {
        max-width: 40%;
    }
    
    .management-card[b-dvo7ow1l76] {
        border-radius: 12px;
        overflow: hidden; /* ensures child content and shadow respect the curve */
        flex: 1 1 100%;      /* allow it to fill the container */
        max-width: 100%;     /* remove width limit */
        margin: 0 auto;      /* center if smaller than container */
        max-width: 450px; /* prevents it from getting too wide */
    }

    #leadership-team .d-flex[b-dvo7ow1l76] {
        align-items: center; /* center the stacked cards horizontally */
    }
}

@media (min-width: 768px) {
    .average-size-icon[b-dvo7ow1l76] {
        width: 25%;
    }

    .angular-icon[b-dvo7ow1l76] {
        width: 12%;
    }

    .react-icon[b-dvo7ow1l76] {
        width: 25%;
    }

    .xamarin-icon[b-dvo7ow1l76] {
        width: 15%;
    }

    .mongodb-icon[b-dvo7ow1l76] {
        width: 36%;
    }

    .tech-talk-decor-image[b-dvo7ow1l76] {
        width: 85%;
    }
    
    .github-icon[b-dvo7ow1l76] {
        width: 20%;
    }

    .thirty-percent[b-dvo7ow1l76] {
        width: 30%
    }

}

@media (min-width: 900px) {
    /*.management-title {
        color: white;
        font-size: 1.5em;
        font-family: Poppins, serif;
    }*/

    .average-size-icon[b-dvo7ow1l76] {
        width: 20%
    }

    .angular-icon[b-dvo7ow1l76] {
        width: 10%
    }

    .react-icon[b-dvo7ow1l76] {
        width: 20%
    }

    .mongodb-icon[b-dvo7ow1l76] {
        width: 25%
    }

    .xamarin-icon[b-dvo7ow1l76] {
        width: 10%
    }

    .tech-talk-decor-image[b-dvo7ow1l76] {
        width: 75%;
    }

    .github-icon[b-dvo7ow1l76] {
        width: 15%;
    }
}

@media (min-width: 1220px) {
    .info-cards[b-dvo7ow1l76] {
        justify-content: space-between;
    }

    .info-wrapper[b-dvo7ow1l76] {
        justify-content: space-between;
    }

    .image-wrapper[b-dvo7ow1l76] {
        justify-content: end;
    }

    #tech-talk-image-desktop[b-dvo7ow1l76] {
        display: flex;
        justify-content: start;
    }

    #tech-talk-image-mobile[b-dvo7ow1l76] {
        display: none;
    }

    .tech-talk-decor-image[b-dvo7ow1l76] {
        width: 95%
    }

    .technology-icons-wrapper[b-dvo7ow1l76] {
        justify-content: space-around;
    }

    .management-title[b-dvo7ow1l76] {
        font-size: 1.8em;
    }

    .gallery-image[b-dvo7ow1l76] {
        width: 48%;
    }
}
/* _content/ArchitectNow.Web/Pages/AppModernization.cshtml.rz.scp.css */
.problem-wrapper[b-0h7f7yh9cw] {
  display: flex;
  justify-content: center;
}

.problems-container[b-0h7f7yh9cw] {
  border: lightgray solid;
  width: 90vw;
  height: 180px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-blurb[b-0h7f7yh9cw] {
  font-size: 1.4em;
  color: #a7252c;
  font-family: Museo, serif;
}

.sub-problem[b-0h7f7yh9cw] {
  font-size: 1.2em;
  color: black;
}

.other-problems-wrapper[b-0h7f7yh9cw] {
  text-align: center;
  margin: 0 auto;
  max-width: 609px;
}

@media (min-width: 768px) {
  .problems-container[b-0h7f7yh9cw] {
    width: 75vw;
  }
}

@media (min-width: 900px) {
  .problems-container[b-0h7f7yh9cw] {
    width: 67vw;
  }
}
/* _content/ArchitectNow.Web/Pages/ArtificialIntelligenceSolutions.cshtml.rz.scp.css */
.service-description[b-te0n8h4o2n] {
  font-size: 2rem;
  font-weight: 500;
  font-family: Museo, serif;
  padding-left: 20px;
}

#practical-ai-graphic-container[b-te0n8h4o2n] {
  position: relative; /* ensures absolute children are anchored here */
  max-width: 1200px; /* fixed width for layout control */
  margin: 0 auto;
  min-height: 1000px; /* ensures there is room for positioning */
}

#practical-ai-lines[b-te0n8h4o2n] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; /* ensures lines appear above all elements */
  pointer-events: none; /* allows clicks to pass through */
}

/* Base image card styles remain */
.practical-ai-image-card[b-te0n8h4o2n] {
  position: absolute;
  width: 600px; /* fixed width */
  height: auto; /* keep proportional scaling internally */
  max-width: none; /* remove the scaling limit */
  overflow: hidden;
  background-image: url("../images/artificial-intelligence-services/grey-diagonal-background.png");
  background-repeat: repeat;
  padding: 5rem;
  border-radius: 20px;
  text-align: center;
}

/* Left card positioned in center */
#practical-ai-card-left[b-te0n8h4o2n] {
  top: 45%;
  left: 50%;
  transform: translate(-90%, -65%); /* 25% overlap toward bottom-right */
  z-index: 1;
}

/* Right card overlapping the left */
#practical-ai-card-right[b-te0n8h4o2n] {
  top: 45%;
  left: 50%;
  transform: translate(-10%, -35%); /* 25% overlap toward top-left */
  z-index: 2;
}

/* Image sizes remain */
.practical-ai-image-card img[b-te0n8h4o2n] {
  width: 500px; /* fixed width */
  height: auto; /* fixed height */
  max-width: none; /* prevent scaling */
}

#practical-ai-document-ai-card[b-te0n8h4o2n] {
  position: absolute;
  top: 0%; /* small offset from top */
  left: 0; /* flush against the left edge */
  width: 400px; /* fixed width as requested */
  z-index: 3; /* ensures it appears above the image cards */
}

#practical-ai-vision-card[b-te0n8h4o2n] {
  position: absolute;
  top: 10%; /* 25% down from the top of the parent container */
  right: 0; /* flush against the right edge */
  width: 400px; /* fixed width as requested */
  z-index: 3; /* keeps it above the image cards */
}

#practical-ai-chat-card[b-te0n8h4o2n] {
  position: absolute;
  top: 80%; /* starts just below the right image card */
  right: 0; /* anchored to the right edge */
  width: 400px; /* fixed width */
  z-index: 3; /* above image cards */
}

#practical-ai-data-card[b-te0n8h4o2n] {
  position: absolute;
  top: 70%; /* positions it below the left image card */
  left: 0; /* anchored to the left edge */
  width: 400px; /* fixed width */
  z-index: 3; /* ensures it appears above image cards */
}

@media (max-width: 767.98px) {
  #practical-ai-graphic-container[b-te0n8h4o2n] {
    position: relative; /* single stacking context */
    min-height: 1600px; /* allows space for all absolutely positioned elements */
    z-index: 0;
  }

  #practical-ai-lines[b-te0n8h4o2n] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; /* canvas always behind cards */
  }
  /* ✅ Left Image Card moved down to avoid overlap */
  #practical-ai-card-left[b-te0n8h4o2n] {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 700px;
    padding: 2rem;
    text-align: center;
    z-index: 2;
  }
  /* ✅ Right Image Card below vision search */
  #practical-ai-card-right[b-te0n8h4o2n] {
    position: absolute;
    top: 1025px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 700px;
    padding: 2rem;
    text-align: center;
    z-index: 3;
  }

  /* ✅ Document AI Card stays at the top */
  #practical-ai-document-ai-card[b-te0n8h4o2n] {
    position: absolute;
    top: 0px; /* positioned above left card */
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 400px;
    z-index: 7;
  }

  /* ✅ Large Data Card directly under left card */
  #practical-ai-data-card[b-te0n8h4o2n] {
    position: absolute;
    top: 600px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 400px;
    z-index: 8;
  }

  /* ✅ Vision Search Card above the right card */
  #practical-ai-vision-card[b-te0n8h4o2n] {
    position: absolute;
    top: 850px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 400px;
    z-index: 9;
  }

  #practical-ai-chat-card[b-te0n8h4o2n] {
    position: absolute;
    top: 1450px; /* adjust this value as needed to move it up/down */
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 400px;
    z-index: 10;
  }
  .practical-ai-image-card img[b-te0n8h4o2n] {
    width: 100%;
    height: auto;
    max-width: 450px;
    margin: 0 auto;
    display: block;
  }
}
/* _content/ArchitectNow.Web/Pages/Blog.cshtml.rz.scp.css */
.top-card-full[b-8auij8zjhc] {
    background: linear-gradient(90deg, rgba(66,14,17,1) 0%, rgba(110,27,27,1) 35%, rgba(172,47,48,1) 100%);
    width: 100%;
    height: 75px;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: start;
    align-content: center;
    text-align: center;
    margin-top: 20px;
    border: lightgrey solid 1px;
    border-bottom-style: none;
}

.top-card[b-8auij8zjhc] {
    background-image: linear-gradient(133deg,#fff 0,#e8e8e8 91%);
    width: 350px;
    height: 150px;
    padding-top: 25px;
    border-radius: 20px 20px 0 0;
    background-size: cover;
    border: lightgrey solid 1px;
    border-bottom-style: none;
}

.bottom-card-full[b-8auij8zjhc] {
    background: white;
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    border: lightgrey solid 1px;
    border-top-style: none;
}

.bottom-card[b-8auij8zjhc] {
    background: white;
    width: 350px;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    border: lightgrey solid 1px;
    border-top-style: none;
}

.header-title[b-8auij8zjhc] {
    color: white;
    font-size: 2.5rem;
    font-family: Poppins, serif;
}

.section-line[b-8auij8zjhc] {
    border-left: 1px solid lightgrey;
    color:  black;
    height: 100%;
}

.day-font-size[b-8auij8zjhc] {
    font-size: 30px;
}

.load-more-button[b-8auij8zjhc] {
    color: var(--color-primary);
    background-color: white; !important;
    border-radius: 1.6rem !important;
    border-color: lightgrey;
    padding-left: 100px;
    padding-right: 100px;
}

.read-more-button[b-8auij8zjhc] {
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 767px) {
    .d-flex.flex-row[b-8auij8zjhc] {
        flex-direction: column;
    }
    
    .section-line[b-8auij8zjhc] {
        border-left: none;
        border-top: 1px solid lightgrey;
        color:  black;
        height: 1px;
    }
    
    .read-more-button[b-8auij8zjhc] {
        padding-left: 100px;
        padding-right: 100px;
    }
}
/* _content/ArchitectNow.Web/Pages/BlogDetails.cshtml.rz.scp.css */
.all-blogs-link[b-16ye31wjx5] {
    width: auto;
}

@media (max-width: 600px) {
    .all-blogs-link[b-16ye31wjx5] {
        width: 100%;
    }
}

.blog-dates[b-16ye31wjx5] {
    font-size: 1.25rem;
    color: #6c757d !important;
    align-items: center;
}

.cms-body > *[b-16ye31wjx5] {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
/* _content/ArchitectNow.Web/Pages/CampaignDetail.cshtml.rz.scp.css */
/* _content/ArchitectNow.Web/Pages/CaseStudies.cshtml.rz.scp.css */
.top-card-full[b-spw8qmq5td] {
    background: linear-gradient(90deg, rgba(66, 14, 17, 1) 0%, rgba(110, 27, 27, 1) 35%, rgba(172, 47, 48, 1) 100%);
    width: 100%;
    height: 75px;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: start;
    align-content: center;
    text-align: center;
    margin-top: 20px;
    border: lightgrey solid 1px;
    border-bottom-style: none;
}

.bottom-card-full[b-spw8qmq5td] {
    background: white;
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    border: lightgrey solid 1px;
    border-top-style: none;
}

.header-title[b-spw8qmq5td] {
    color: white;
    font-size: 2.5rem;
    font-family: Poppins, serif;
}

.load-more-button[b-spw8qmq5td] {
    color: var(--color-primary);
    background-color: white;
!important;
    border-radius: 1.6rem !important;
    border-color: lightgrey;
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 767px) {
    .d-flex.flex-row[b-spw8qmq5td] {
        flex-direction: column;
    }
}
/* _content/ArchitectNow.Web/Pages/CaseStudyDetails.cshtml.rz.scp.css */
.all-events-link[b-849yzcra31] {
    width: auto;
}

@media (max-width: 600px) {
    .all-events-button[b-849yzcra31] {
        width: 100%;
    }
}

.case-study-dates[b-849yzcra31] {
    font-size: 1.25rem;
    color: #6c757d !important;
    align-items: center;
}
/* _content/ArchitectNow.Web/Pages/ContactUsSubmitted.cshtml.rz.scp.css */
.browse-image[b-aquej8c8qi] {
    width: 80%;
}

@media (min-width: 768px) {
    .browse-image[b-aquej8c8qi] {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .browse-image[b-aquej8c8qi] {
        width: 40%;
    }
}

@media (min-width: 1220px) {
    .browse-image[b-aquej8c8qi] {
        width: 30%;
    }
}
/* _content/ArchitectNow.Web/Pages/CustomTechnologySolutions.cshtml.rz.scp.css */
.service-description[b-mdwqhsceob] {
    font-size: 2rem;
    font-weight: 500;
    font-family: Museo, serif;
    padding-left: 20px;
}


@media (max-width: 767.98px) {
    .border-end.border-2[b-mdwqhsceob] {
      border: none !important;
    }
}
/* _content/ArchitectNow.Web/Pages/DevelopModernCloudApplications.cshtml.rz.scp.css */
h3[b-rzre7z9y9f] {
    margin: 0px;
    padding-bottom: 10px;
}

.sub-problem[b-rzre7z9y9f] {
    font-size: 1.2em;
    color: black;
}

.other-problems-wrapper[b-rzre7z9y9f] {
    text-align: center;
    margin: 0 auto;
    max-width: 609px;
}
/* _content/ArchitectNow.Web/Pages/DownloadDetails.cshtml.rz.scp.css */
.top-card-full[b-9m3c0zl4ue] {
    background-image: linear-gradient(133deg,#fff 0,#e8e8e8 91%);
    width: 100%;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: start;
    align-content: center;
    text-align: center;
    margin-top: 20px;
    border: lightgrey solid 1px;
    border-bottom-style: none;
}

.bottom-card-full[b-9m3c0zl4ue] {
    background: white;
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    border: lightgrey solid 1px;
    border-top-style: none;
}

@media (max-width: 767px) {
    .d-flex.flex-row[b-9m3c0zl4ue] {
        flex-direction: column;
    }
}
/* _content/ArchitectNow.Web/Pages/Downloads.cshtml.rz.scp.css */
.top-card-full[b-ihhhusm4jj] {
    background: linear-gradient(90deg, rgba(66,14,17,1) 0%, rgba(110,27,27,1) 35%, rgba(172,47,48,1) 100%);
    width: 100%;
    height: 75px;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: start;
    align-content: center;
    text-align: center;
    margin-top: 20px;
    border: lightgrey solid 1px;
    border-bottom-style: none;
}

.top-card[b-ihhhusm4jj] {
    background-image: linear-gradient(133deg,#fff 0,#e8e8e8 91%);
    width: 350px;
    border-radius: 20px 20px 0 0;
    background-size: cover;
    border: lightgrey solid 1px;
    border-bottom-style: none;
}

.bottom-card-full[b-ihhhusm4jj] {
    background: white;
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    border: lightgrey solid 1px;
    border-top-style: none;
}

.bottom-card[b-ihhhusm4jj] {
    background: white;
    width: 350px;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    border: lightgrey solid 1px;
    border-top-style: none;
}

@media (max-width: 375px) {
    .bottom-card[b-ihhhusm4jj] {
        width: 250px;
    }
    .top-card[b-ihhhusm4jj] {
        width: 250px;
    }
}

.header-title[b-ihhhusm4jj] {
    color: white;
    font-size: 2.5rem;
    font-family: Poppins, serif;
}

.section-line[b-ihhhusm4jj] {
    border-left: 1px solid lightgrey;
    color:  black;
    height: 100%;
}

.day-font-size[b-ihhhusm4jj] {
    font-size: 30px;
}

.load-more-button[b-ihhhusm4jj] {
    color: var(--color-primary);
    background-color: white; !important;
    border-radius: 1.6rem !important;
    border-color: lightgrey;
    padding-left: 100px;
    padding-right: 100px;
}

.read-more-button[b-ihhhusm4jj] {
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 767px) {
    .d-flex.flex-row[b-ihhhusm4jj] {
        flex-direction: column;
    }

    .section-line[b-ihhhusm4jj] {
        border-left: none;
        border-top: 1px solid lightgrey;
        color:  black;
        height: 1px;
    }

    .read-more-button[b-ihhhusm4jj] {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.date-day[b-ihhhusm4jj] {
    margin-top: -0.8rem;
}

.date-year[b-ihhhusm4jj] {
    margin-left: -0.5rem;
}

.small-date[b-ihhhusm4jj] {
    font-size: 1.25rem;
}
/* _content/ArchitectNow.Web/Pages/EventDetails.cshtml.rz.scp.css */
.all-events-button[b-oci3ymb9ks] {
    width: auto;
}

@media (max-width: 600px) {
    .all-events-button[b-oci3ymb9ks] {
        width: 100%;
    }
}
/* _content/ArchitectNow.Web/Pages/Events.cshtml.rz.scp.css */
.top-card-full[b-ri40zff0t6] {
    background: linear-gradient(90deg, rgba(66, 14, 17, 1) 0%, rgba(110, 27, 27, 1) 35%, rgba(172, 47, 48, 1) 100%);
    width: 100%;
    height: 75px;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: start;
    align-content: center;
    text-align: center;
    margin-top: 20px;
    border: lightgrey solid 1px;
    border-bottom-style: none;
}

.top-card[b-ri40zff0t6] {
    background-image: linear-gradient(133deg, #fff 0, #e8e8e8 91%);
    width: 350px;
    border-radius: 20px 20px 0 0;
    background-size: cover;
    border: lightgrey solid 1px;
    border-bottom-style: none;
}

.bottom-card-full[b-ri40zff0t6] {
    background: white;
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    border: lightgrey solid 1px;
    border-top-style: none;
}

.bottom-card[b-ri40zff0t6] {
    background: white;
    width: 350px;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    border: lightgrey solid 1px;
    border-top-style: none;
}

@media (max-width: 375px) {
    .bottom-card[b-ri40zff0t6] {
        width: 250px;
    }

    .top-card[b-ri40zff0t6] {
        width: 250px;
    }
}

.header-title[b-ri40zff0t6] {
    color: white;
    font-size: 2.5rem;
    font-family: Poppins, serif;
}

.section-line[b-ri40zff0t6] {
    border-left: 1px solid lightgrey;
    color: black;
    height: 100%;
}

.day-font-size[b-ri40zff0t6] {
    font-size: 30px;
}

.load-more-button[b-ri40zff0t6] {
    color: var(--color-primary);
    background-color: white;
!important;
    border-radius: 1.6rem !important;
    border-color: lightgrey;
    padding-left: 100px;
    padding-right: 100px;
}

.read-more-button[b-ri40zff0t6] {
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 767px) {
    .d-flex.flex-row[b-ri40zff0t6] {
        flex-direction: column;
    }

    .section-line[b-ri40zff0t6] {
        border-left: none;
        border-top: 1px solid lightgrey;
        color: black;
        height: 1px;
    }

    .read-more-button[b-ri40zff0t6] {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.event-date[b-ri40zff0t6] {
}

.event-nav-button[b-ri40zff0t6] {
    width: 100%;
}

.event-nav-button-left[b-ri40zff0t6] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.event-nav-button-right[b-ri40zff0t6] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.event-nav-border-right[b-ri40zff0t6] {
    border-right-width: thin;
}

@media (min-width: 600px) {
    .event-nav-border-right[b-ri40zff0t6] {
        border-right-width: 0;
    }

    .event-nav-button-left[b-ri40zff0t6] {
        border-top-right-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    .event-nav-button-right[b-ri40zff0t6] {
        border-top-left-radius: inherit;
        border-bottom-left-radius: inherit;
    }
}

@media (max-width: 600px) {
    .event-nav-button-left[b-ri40zff0t6] {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .event-nav-button-right[b-ri40zff0t6] {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
}

.button.event-nav-button:active:not(:disabled)[b-ri40zff0t6],
[type="button"]:active:not(:disabled)[b-ri40zff0t6],
[type="reset"]:active:not(:disabled)[b-ri40zff0t6],
[type="submit"]:active:not(:disabled)[b-ri40zff0t6],
button:active:not(:disabled)[b-ri40zff0t6] {
    -webkit-transform: unset;
    transform: unset;
}

.no-events-scheduled[b-ri40zff0t6] {
    font-size: 1.4em;
}
/* _content/ArchitectNow.Web/Pages/Index.cshtml.rz.scp.css */
.landing-overlay[b-7xmb9rlfe1] {
  top: 30%;
  left: 30%;
  transform: translate(-30%, -30%);
  text-align: left;
}

.top-card[b-7xmb9rlfe1] {
  background: linear-gradient(90deg, rgba(66, 14, 17, 1) 0%, rgba(110, 27, 27, 1) 35%, rgba(172, 47, 48, 1) 100%);
  width: 100%;
  max-width: 350px;
  height: 280px;
  padding: 20px;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  margin-top: 20px;
}

.bottom-card[b-7xmb9rlfe1] {
  background: white;
  width: 100%;
  max-width: 350px;
  height: 100%;
  max-height: 100px;
  text-align: center;
  border-radius: 0 0 20px 20px;
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 20px;
  flex-wrap: wrap;
}

.case-study-top-card[b-7xmb9rlfe1] {
  background: linear-gradient(90deg, rgba(66, 14, 17, 1) 0%, rgba(110, 27, 27, 1) 35%, rgba(172, 47, 48, 1) 100%);
  width: 100%;
  max-width: 350px;
  height: 210px;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}

.case-study-bottom-card[b-7xmb9rlfe1] {
  background: white;
  width: 100%;
  max-width: 350px;
  max-height: 300px;
  height: 100%;
  border-radius: 0 0 20px 20px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.case-study-bottom-card p[b-7xmb9rlfe1] {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cards-header[b-7xmb9rlfe1] {
  color: #a7252c;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}

.service-option[b-7xmb9rlfe1] {
  font-family: Poppins, serif;
  color: #a7252c;
  font-weight: 500;
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 15px;
}

.typing-image[b-7xmb9rlfe1] {
  width: 300px;
  margin-bottom: 20px;
}

.info-cards[b-7xmb9rlfe1] {
  justify-content: center;
}

.case-study-title[b-7xmb9rlfe1] {
  color: white;
  font-size: 1.25em;
  font-family: Poppins, serif;
}

.case-study-title p[b-7xmb9rlfe1] {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.problem-headers[b-7xmb9rlfe1] {
  color: white;
  font-size: 1.5em;
  margin-top: 12px;
}

.service-space[b-7xmb9rlfe1] {
  margin-left: 20px;
}

.header-underline[b-7xmb9rlfe1] {
  width: 20%;
  margin: auto;
}

.card-content[b-7xmb9rlfe1] {
  padding-right: 20px;
  padding-left: 20px;
}

.problem-icon[b-7xmb9rlfe1] {
  height: 100px;
}

.card-flex[b-7xmb9rlfe1] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-wrapper[b-7xmb9rlfe1] {
  justify-content: center;
}

.microsoft-image-right-margin[b-7xmb9rlfe1] {
  width: 60%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.microsoft-image-no-right-margin[b-7xmb9rlfe1] {
  width: 60%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

button.carousel-control-prev[b-7xmb9rlfe1] {
  background: none;
}

.client-logo[b-7xmb9rlfe1] {
  /*flex: 0 0 35%;*/
  /* ensures 5 per row with spacing */
  /*max-width: 300px;*/
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.client-logo:hover[b-7xmb9rlfe1] {
  opacity: 0.85;
}

/* Problems section styling */

.problem-solution-section[b-7xmb9rlfe1] {
  background-color: #f7f7f7;
  /* Replace with your secondary grey */
  border-radius: 30px;
  padding: 3rem;
  margin-bottom: 4rem;
}

.ps-container[b-7xmb9rlfe1] {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-items: center; /* Vertically centers the child columns */
}

.ps-nav[b-7xmb9rlfe1] {
  flex: 0 0 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.ps-line[b-7xmb9rlfe1] {
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #d72b3f;
  z-index: 0;
}

.ps-topic[b-7xmb9rlfe1] {
  position: relative;
  padding-left: 2rem;
  z-index: 1;
  cursor: pointer;
  color: var(--grey);
}

.ps-topic.active[b-7xmb9rlfe1] {
  margin-bottom: 1rem;
  color: #000;
}

.ps-topic[b-7xmb9rlfe1]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--grey);
  border-radius: 3px;
}

.ps-topic.active[b-7xmb9rlfe1]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background-color: #d72b3f;
  border-radius: 3px;
}

.ps-topic h3[b-7xmb9rlfe1] {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.ps-problem[b-7xmb9rlfe1] {
  font-size: 1.5rem;
  color: #555;
  margin: 0;
}

.hidden[b-7xmb9rlfe1] {
  display: none;
}

.ps-main[b-7xmb9rlfe1] {
  flex: 0 0 700px; /* or whatever fixed width you want */
  display: flex;
  flex-direction: column;
  justify-content: center; /* centers its content vertically */
}

.ps-solution p[b-7xmb9rlfe1] {
  font-size: 1.5rem;
  line-height: 1.6;
}

.ps-solution img[b-7xmb9rlfe1] {
  width: 100%;
  max-height: 200px;
  object-fit: contain;
  margin-top: 1.5rem;
  display: block;
  border-radius: 8px;
}

/* End Problems section styling */

/* BOOTSTRAP CAROUSEL STYLING - START */

.carousel-inner[b-7xmb9rlfe1] {
  border-radius: 10px;
}

button.carousel-control-prev[b-7xmb9rlfe1],
button.carousel-control-next[b-7xmb9rlfe1] {
  background: none;
  border: none;
}

.carousel-control-next-icon[b-7xmb9rlfe1],
.carousel-control-prev-icon[b-7xmb9rlfe1] {
  width: 5rem;
  height: 5rem;
}

.carousel-caption[b-7xmb9rlfe1] {
  background: rgba(65, 65, 65, 0.9);
  border-radius: 10px;
  padding-bottom: 4rem;
  margin-bottom: 3rem;
  bottom: 4rem;
  left: 5%;
  right: 5%;
}

.carousel-caption blockquote[b-7xmb9rlfe1] {
  background: none;
  border: none;
  font-style: italic;
  font-size: 24px;
  line-height: 3rem;
}

/* BOOTSTRAP CAROUSEL STYLING - END */

.card-grid .header img[b-7xmb9rlfe1] {
  width: 100%;
  height: 100px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Start of Problem & Solution Section Column width percentages */
.problem-col[b-7xmb9rlfe1] {
  flex: 0 0 20%;
  max-width: 25%;
}

.problem-desc-col[b-7xmb9rlfe1],
.solution-col[b-7xmb9rlfe1] {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

/* Ensure all boxes in a row share equal height */
.equal-row > .col > div[b-7xmb9rlfe1] {
  height: 100%;
}

/* Responsive stacking */
@media (max-width: 769px) {
  .problem-col[b-7xmb9rlfe1],
  .problem-desc-col[b-7xmb9rlfe1],
  .solution-col[b-7xmb9rlfe1] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Hide header row on small screens */
  #problem-solution .header-row[b-7xmb9rlfe1] {
    display: none;
  }
  /* Ensure all boxes in a row share equal height */
  .equal-row > .col > div[b-7xmb9rlfe1] {
    height: auto !important;
  }

  #problem-solution .col[b-7xmb9rlfe1] {
    margin: 0;
  }
}
/* END OF Problem & Solution Section */

@media (max-width: 330px) {
  .case-study-bottom-card[b-7xmb9rlfe1] {
    max-height: 360px;
  }

  .case-study-bottom-card p[b-7xmb9rlfe1] {
    -webkit-line-clamp: 8;
    line-clamp: 8;
  }
}

@media (min-width: 768px) {
  .gradient-div[b-7xmb9rlfe1] {
    /*
        height: calc(25vh);
        min-height: 350px;
        max-height: unset;
        */
  }

  .grad-img[b-7xmb9rlfe1] {
    float: right;
    height: 100%;
    max-height: unset !important;
    width: 100%;
  }

  .landing-overlay[b-7xmb9rlfe1] {
    transform: translate(-45%, -45%);
    top: 45%;
  }

  .typing-image[b-7xmb9rlfe1] {
    width: 530px;
    margin-top: 15px;
  }

  .service-option[b-7xmb9rlfe1] {
    font-family: Poppins, serif;
    color: #a7252c;
    font-weight: 500;
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .top-card[b-7xmb9rlfe1] {
    min-width: 350px;
  }

  .bottom-card[b-7xmb9rlfe1] {
    min-width: 350px;
  }

  .case-study-top-card[b-7xmb9rlfe1] {
    min-width: 350px;
  }

  .case-study-bottom-card[b-7xmb9rlfe1] {
    min-width: 350px;
  }

  /* Container for the grid */
  .image-grid[b-7xmb9rlfe1] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* Four columns on large screens */
    gap: 20px;
    /* Adds space between grid items */
    margin: 20px auto;
    /* Centers the grid container */
    max-width: 1200px;
    /* Limits the overall width */
    padding: 0 10px;
  }

  /* Images */
  .image-grid img[b-7xmb9rlfe1] {
    display: block;
    width: 100%;
    /* Fills the container width */
    height: 150px;
    /* Ensures consistent height */
    object-fit: contain;
    /* Scales the image to fit within its container */
    border: 0px;
    /* Optional: Adds a subtle border */
    border-radius: 8px;
    /* Ensures consistent rounded corners */
    background-color: #fff;
    /* Ensures a consistent background */
    padding: 5px;
    /* Adds padding inside the image container */
  }

  /* Responsive Breakpoints */

  /* Medium screens: Two columns */
  @media (max-width: 1024px) {
    .image-grid[b-7xmb9rlfe1] {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* Small screens: One column */
  @media (max-width: 768px) {
    .image-grid[b-7xmb9rlfe1] {
      grid-template-columns: 1fr;
    }
  }
}

@media (min-width: 900px) {
  .typing-image[b-7xmb9rlfe1] {
    width: 500px;
    margin-top: 0;
  }

  .service-option[b-7xmb9rlfe1] {
    font-family: Poppins, serif;
    color: #a7252c;
    font-weight: 500;
    font-size: 22px;
    margin-top: 16px;
    margin-bottom: 15px;
  }

  .case-study-bottom-card[b-7xmb9rlfe1] {
    max-height: 300px;
  }
}

@media (min-width: 1024px) {
  .typing-image[b-7xmb9rlfe1] {
    width: 500px;
  }
}

@media (min-width: 1220px) {
  .typing-image[b-7xmb9rlfe1] {
    width: 600px;
    margin-top: 0;
  }

  .service-option[b-7xmb9rlfe1] {
    font-family: Poppins, serif;
    color: #a7252c;
    font-weight: 500;
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 15px;
  }

  .cards-header[b-7xmb9rlfe1] {
    font-size: 30px;
  }

  .info-cards[b-7xmb9rlfe1] {
    justify-content: space-between;
  }

  .case-study-title[b-7xmb9rlfe1] {
    color: white;
    font-family: Poppins, serif;
  }

  .case-study-bottom-card[b-7xmb9rlfe1] {
    max-height: 300px;
  }
}
/* _content/ArchitectNow.Web/Pages/ManagingRemoteWorkforce.cshtml.rz.scp.css */
.solutions-header[b-9323sn3yej] {
    font-size: 1.1em;
    font-weight: 500;
}

.workforce-image[b-9323sn3yej] {
    width: 90%;
}

.other-problems-wrapper[b-9323sn3yej] {
    text-align: center;
    margin: 0 auto;
    max-width: 609px;
}

@media (min-width: 768px) {
   .workforce-image[b-9323sn3yej] {
        width: 75%;
    }
}

@media (min-width: 900px) {
    .workforce-image[b-9323sn3yej] {
        width: 70%;
    }
}

@media (min-width: 1220px) {
    .workforce-image[b-9323sn3yej] {
        width: 100%;
    }
}
/* _content/ArchitectNow.Web/Pages/MicrosoftCloudHosting.cshtml.rz.scp.css */
.icon-img[b-6uxc2uzeos] {
    max-height: 60px; 
    max-width: 60px;
    min-height: 60px;
    min-width: 60px;
    align-self: center;
    margin-bottom: 10px;
}

.icon-text[b-6uxc2uzeos] {
    font-size: 1rem;
    text-align: center;
}

.icon-row[b-6uxc2uzeos] {
    flex-wrap: wrap;
    justify-content: center;
}

.icon-wrapper[b-6uxc2uzeos] {
    margin-right: 30px; 
    width: 100px;
}

.csp-image[b-6uxc2uzeos] {
    width: 90%;
    height: 60%;
}

.msp-image[b-6uxc2uzeos] {
    width: 90%;
    height: 100%;
}

.csp-wrapper[b-6uxc2uzeos] {
    width: 50%;
    display: flex;
    justify-content: end;
}

.msp-wrapper[b-6uxc2uzeos] {
    width: 50%;
    display: flex;
    justify-content: start;
}

.row-gap[b-6uxc2uzeos] {
    gap: 20px;
}



@media (min-width: 768px) {
    .icon-row[b-6uxc2uzeos] {
        flex-wrap: nowrap;
        justify-content: start;
    }
    
    .infrastructure-image[b-6uxc2uzeos] {
        width: 60%;
    }

    .csp-image[b-6uxc2uzeos] {
        width: 85%;
        height: 60%;
    }

    .msp-image[b-6uxc2uzeos] {
        width: 85%;
        height: 100%;
    }

    .row-gap[b-6uxc2uzeos] {
        gap: 20px;
    }
    
    .csp-wrapper[b-6uxc2uzeos] {
        width: 50%; 
        display: flex; 
        justify-content: end;
    }

    .msp-wrapper[b-6uxc2uzeos] {
        width: 50%;
        display: flex;
        justify-content: start;
    }
}

@media (min-width: 900px) {
    .icon-row[b-6uxc2uzeos] {
        flex-wrap: nowrap;
        justify-content: start;
    }

    .csp-image[b-6uxc2uzeos] {
        width: 75%;
        height: 60%;
    }

    .msp-image[b-6uxc2uzeos] {
        width: 75%;
        height: 100%;
    }
}

@media (min-width: 1024px) {
    .icon-row[b-6uxc2uzeos] {
        flex-wrap: nowrap;
        justify-content: start;
    }

    .csp-image[b-6uxc2uzeos] {
        width: 65%;
        height: 60%;
    }

    .msp-image[b-6uxc2uzeos] {
        width: 65%;
        height: 100%;
    }
}

@media (min-width: 1220px) {
    .icon-row[b-6uxc2uzeos] {
        flex-wrap: nowrap;
        justify-content: start;
    }

    .infrastructure-image[b-6uxc2uzeos] {
        width: 100%;
    }
    
    .csp-image[b-6uxc2uzeos] {
        width: 90%;
        height: 60%;
    }

    .msp-image[b-6uxc2uzeos] {
        width: 90%;
        height: 100%;
    }
}
/* _content/ArchitectNow.Web/Pages/MigrateToCloud.cshtml.rz.scp.css */
.other-problems-wrapper[b-otmd61lpc6] {
    text-align: center;
    margin: 0 auto;
    max-width: 609px;
}

.csp-image[b-otmd61lpc6] {
    width: 100%;
    height: 60%;
}

.msp-image[b-otmd61lpc6] {
    width: 100%;
    height: 100%;
}

.csp-wrapper[b-otmd61lpc6] {
    width: 50%;
    display: flex;
    justify-content: end;
}

.msp-wrapper[b-otmd61lpc6] {
    width: 50%;
    display: flex;
    justify-content: start;
}

.row-gap[b-otmd61lpc6] {
    gap: 20px;
}

@media (min-width: 768px) {
   .csp-image[b-otmd61lpc6] {
        width: 95%;
        height: 60%;
    }

    .msp-image[b-otmd61lpc6] {
        width: 95%;
        height: 100%;
    }

    .row-gap[b-otmd61lpc6] {
        gap: 20px;
    }

    .csp-wrapper[b-otmd61lpc6] {
        width: 50%;
        display: flex;
        justify-content: end;
    }

    .msp-wrapper[b-otmd61lpc6] {
        width: 50%;
        display: flex;
        justify-content: start;
    }
}

@media (min-width: 900px) {
    .csp-image[b-otmd61lpc6] {
        width: 95%;
        height: 60%;
    }

    .msp-image[b-otmd61lpc6] {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1024px) {
    .csp-image[b-otmd61lpc6] {
        width: 95%;
        height: 60%;
    }

    .msp-image[b-otmd61lpc6] {
        width: 95%;
        height: 100%;
    }
}

@media (min-width: 1220px) {
    .csp-image[b-otmd61lpc6] {
        width: 95%;
        height: 60%;
    }

    .msp-image[b-otmd61lpc6] {
        width: 95%;
        height: 100%;
    }
}
/* _content/ArchitectNow.Web/Pages/Shared/_CaseStudyCardPartial.cshtml.rz.scp.css */
.card-grid[b-2emohjyipv] {
    display: grid;
    grid-template-rows: minmax(128px, auto) min-content minmax(0, 1fr) 60px;
    border-radius: 20px;
    width: 350px;
    border: lightgray solid 1px;
    /*border: none;*/
    padding-bottom: 2rem;
}

.header[b-2emohjyipv] {
    background-image: linear-gradient(133deg, #fff 0, #e8e8e8 91%);
    background-size: cover;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.custom-image[b-2emohjyipv] {
    border-radius: 10px;
}

.title[b-2emohjyipv],
.description[b-2emohjyipv],
.footer[b-2emohjyipv] {
    background: white;
    padding: 10px;
}

.footer[b-2emohjyipv] {
    border-radius: 0 0 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* _content/ArchitectNow.Web/Pages/Shared/_CaseStudyCardsPartial.cshtml.rz.scp.css */
.cards[b-y6teuxf8u2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    align-items: stretch;
    justify-items: center;
    justify-content: space-around;
}
/* _content/ArchitectNow.Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
ul[b-pppon2mgun] {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
/* _content/ArchitectNow.Web/Pages/Shared/_OtherProblemsWeSolve.cshtml.rz.scp.css */
.border-rounded-lightgray[b-r2hhnzhxxa] {
    border: lightgray solid;
    border-radius: 30px;
}

.text-black[b-r2hhnzhxxa] {
    font-size: 1.2em !important;
    color: black !important;
}
/* _content/ArchitectNow.Web/Pages/Shared/_PageFooterPartial.cshtml.rz.scp.css */
ul[b-dy8ip3wijr] {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.section-divider[b-dy8ip3wijr] {
  display: none;
}

@media (min-width: 900px) {
  .section-divider[b-dy8ip3wijr] {
    display: block;
  }
}
/* _content/ArchitectNow.Web/Pages/Shared/_PageHeaderPartial.cshtml.rz.scp.css */
/* PAGE TITLE HEADERS */

.page-centered-overlay[b-tcdp5at0f2] {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  text-align: center;
  color: white;
  justify-content: center;
  /*padding-left: 20px;*/
}

#hero-content[b-tcdp5at0f2] {
  color: white;
  padding: 3rem;
  max-width: 1680px;
  margin: 0 auto;
  align-items: flex-start;
  /*text-align: center;*/
}

.page-gradient-div[b-tcdp5at0f2] {
  /*background: linear-gradient(73deg, rgba(2, 0, 36, 1) 0%, rgba(50, 1, 1, 1) 0%, rgba(167, 37, 44, 1) 100%);
  min-height: 0;
  height: 100%;*/
}

.page-grad-img[b-tcdp5at0f2] {
  float: right;
  height: calc(30vh - 75px);
  min-height: 250px;
}

.huge-header[b-tcdp5at0f2] {
  /*font-size: 1.0em;*/
}

@media (min-width: 540px) {
  .huge-header[b-tcdp5at0f2] {
    font-size: 2.4em;
  }
}

@media (min-width: 768px) and (max-height: 1000px) {
  .page-gradient-div[b-tcdp5at0f2] {
    height: calc(30vh - 75px);
    min-height: 200px;
  }
}

@media (min-width: 768px) {
  .huge-header[b-tcdp5at0f2] {
    font-size: 3em;
  }
}

@media (min-width: 900px) {
  .huge-header[b-tcdp5at0f2] {
    font-size: 3.5em;
  }
}

@media (min-width: 1220px) {
  .huge-header[b-tcdp5at0f2] {
    font-size: 3.5em;
  }
}
/* _content/ArchitectNow.Web/Pages/Shared/_WorkWithUs.cshtml.rz.scp.css */
.image-container[b-noewi4vy2c] {
    position: relative;
    text-align: start;
}

.image[b-noewi4vy2c] {
    width: 100%;
}

.image-text[b-noewi4vy2c] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -100%);
    font-size: 1.3em;
    color: white;
    width: 67%;
    line-height: 30px;
}

.message-button-text[b-noewi4vy2c] {
    font-size: 0.7em;
    font-weight: 300;
    color: #A7252C !important;
}

.image-button[b-noewi4vy2c] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, 40%);
    width: 75%;
}

@media (min-width: 320px) {
    .image-text[b-noewi4vy2c] {
        transform: translate(-60%, -85%);
        font-size: 1.7em;
        line-height: 45px;
    }

    .message-button-text[b-noewi4vy2c] {
        font-size: 1.1em;
    }
}

@media (min-width: 375px) {
    .image-button[b-noewi4vy2c] {
        transform: translate(-55%, 60%);
    }
}

@media (min-width: 768px) {
    .image-text[b-noewi4vy2c] {
        transform: translate(-60%, -100%);
        font-size: 3.6rem;
        line-height: 45px;
    }

    .message-button-text[b-noewi4vy2c] {
        font-size: 2.5rem;
    }


}

@media (min-width: 900px) {
    .image-text[b-noewi4vy2c] {
        transform: translate(-60%, -100%);
        font-size: 3.6rem;
        line-height: 45px;
    }

    .message-button-text[b-noewi4vy2c] {
        font-size: 2.5rem;
    }
}

@media (min-width: 1220px) {
    .image-text[b-noewi4vy2c] {
        transform: translate(-60%, -100%);
        font-size: 3.6rem;
        line-height: 45px;
    }

    .message-button-text[b-noewi4vy2c] {
        font-size: 2.5rem;
    }
}
/* _content/ArchitectNow.Web/Pages/SupportSubmitted.cshtml.rz.scp.css */
.link[b-b2nut2f3r3] {
    font-weight: 400;
    color: #0d6efd !important;
    text-decoration: underline;
}
/* _content/ArchitectNow.Web/Pages/TeamDetail.cshtml.rz.scp.css */
@media (min-width: 768px) {
    .team-content[b-iehsuwtnvw] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 60%;
        margin: 4rem auto 8rem;
    }

    .team-badges[b-iehsuwtnvw] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        width: 80%;
        margin: auto;
    }

    .team-badge[b-iehsuwtnvw] {
        text-align: center;
        max-width: 25%;
    }

    .team-badge-image[b-iehsuwtnvw] {
        height: 5rem;
        width: 5rem;
    }

    .badge-caption[b-iehsuwtnvw] {
        text-wrap: normal;
        text-align: center;
        align-self: baseline;
        font-size: 1.5rem;
    }

    .main-content[b-iehsuwtnvw] {
        display: flex;
        flex-direction: row;
    }

    .team-photo.mobile[b-iehsuwtnvw] {
        display: none;
    }

    h3[b-iehsuwtnvw] {
        font-size: 2rem;
    }

    .content-left[b-iehsuwtnvw] {
        display: flex;
        padding-right: 3rem;
        flex-direction: column;
        width: 70%;
    }

    .info-wrapper[b-iehsuwtnvw] {
        margin-top: 30px;
    }

    .content-right[b-iehsuwtnvw] {
        margin-left: 5rem;
        width: 30%;
    }

    .content-right h3[b-iehsuwtnvw], .content-right ul[b-iehsuwtnvw] {
        text-align: left;
        padding: 0;
    }

    ul[b-iehsuwtnvw] {
        list-style: none !important;
        font-size: 1.5rem;
        font-weight: lighter;
    }

    li[b-iehsuwtnvw] {
        margin-bottom: .2rem;
    }
}

@media (max-width: 768px) {
    .team-content[b-iehsuwtnvw] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
        margin: 4rem auto 2rem;
    }

    .team-badges[b-iehsuwtnvw] {
        display: none;
    }

    .team-badge[b-iehsuwtnvw] {
        text-align: center;
        max-width: 50%;
        margin-bottom: 2rem;
    }

    .team-badge-image[b-iehsuwtnvw] {
        height: 5rem;
        width: 5rem;
    }

    .badge-caption[b-iehsuwtnvw] {
        text-wrap: normal;
        text-align: center;
        max-width: 100%;
        font-size: 1.5rem;
    }

    .main-content[b-iehsuwtnvw] {
        display: flex;
        flex-direction: column;
    }

    .team-photo.desktop[b-iehsuwtnvw] {
        display: none;
    }

    .team-photo.mobile[b-iehsuwtnvw] {
        display: block;
        margin: 2rem 0;
    }

    h3[b-iehsuwtnvw] {
        font-size: 2rem;
    }

    .content-left[b-iehsuwtnvw] {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .content-right[b-iehsuwtnvw] {
        width: 100%;
    }

    .content-right h3[b-iehsuwtnvw], .content-right ul[b-iehsuwtnvw] {
        text-align: left;
        padding: 0;
    }

    ul[b-iehsuwtnvw] {
        list-style: none !important;
        font-size: 1.5rem;
        font-weight: lighter;
        margin-bottom: 4rem;
    }

    li[b-iehsuwtnvw] {
        margin-bottom: .3rem;
    }
}


/* _content/ArchitectNow.Web/Pages/TeamMemberDetail.cshtml.rz.scp.css */
.management-title[b-fo11wl4f40] {
    color: white;
    font-size: 1.5em;
    font-family: Poppins, serif;
}

.sub-title[b-fo11wl4f40] {
    color: white;
    font-size: 1.1em;
    font-family: Poppins, serif;
}

.email[b-fo11wl4f40] {
    color: white !important;
}

.phone-number[b-fo11wl4f40] {
    color: white;
    font-size: 1em;
    font-family: Poppins, serif;
}

.headshot-wrapper[b-fo11wl4f40] {
    flex-direction: column;
    width: 100%;
}

.bio[b-fo11wl4f40] {
    justify-content: center;
}

.social-icon[b-fo11wl4f40] {
    color: white !important;
}

@media (max-width: 900px) {
    .team-member-profile[b-fo11wl4f40] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .profile-card[b-fo11wl4f40] {
        display: flex;
        flex-direction: column;
        height: 70%;
        width: 100vw;
        padding-bottom: 10px;
    }

    .profile-card-left[b-fo11wl4f40] {
        background: linear-gradient(180deg, rgba(66, 14, 17, 1) 0%, rgba(110, 27, 27, 1) 35%, rgba(172, 47, 48, 1) 100%);
        flex-direction: column;
        width: 100%;
        padding-bottom: 10px;
    }

    .profile-card-right[b-fo11wl4f40] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 20px;
    }

    .headshot[b-fo11wl4f40] {
        background-color: white;
        border-radius: 0 0 20px 20px;
        max-height: 70vh;
    }
}

@media (min-width: 900px) {
    .team-member-profile[b-fo11wl4f40] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 5rem;
        min-height: 700px;
    }

    .profile-card[b-fo11wl4f40] {
        border-radius: 20px 20px 20px 20px;
        display: flex;
        flex-direction: row;
    }

    .profile-card-left[b-fo11wl4f40] {
        background: linear-gradient(180deg, rgba(66, 14, 17, 1) 0%, rgba(110, 27, 27, 1) 35%, rgba(172, 47, 48, 1) 100%);
        border-radius: 20px 0 0 20px;
        flex-direction: column;
        width: 34%;
        justify-items: center;
        align-items: center;
        padding-bottom: 5rem;
    }

    .profile-card-right[b-fo11wl4f40] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 66%;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 20px;
    }

    .headshot[b-fo11wl4f40] {
        background-color: white;
        border-radius: 0 0 0 20px;
    }
}
