@charset "UTF-8";
/* Body */
html, body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    background-color: #EE7BA8;
    margin: 0;
    font-style: normal;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
}
a {
    color: #F7C1D0;
    text-decoration: none;
}
h2 {
    color: #9EF4F6;
    font-family: "Kurale", "Playfair Display", Cambria, Georgia, "Times New Roman", serif;
    font-size: 44px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin: 0;
    padding: 15px 10px 10px 10px;
}
h3 {
    color: #ffffff;
    padding-bottom: 12px;
}
.reviews a {

}
/* Container */
.container {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    min-height: 100vh; /* Ensure container spans full viewport height */
    overflow: hidden; /* Clip any overflow to hide body background */
}


/* Navigation Bar */
.navigation { /* FORMAT NAVIGATION BAR FOR DESKTOP */
  background-color: #0B7A7B; /* Background bar color behind buttons */
  height: 50px; /* Height of bar containing buttons */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 0 20px 0; /* Determines the height of the bar that contains the buttons */
  box-sizing: border-box;
}

/* Navigation Bar DARK for FOOTER */
.navigation-dark {
  background-color: #262626; /* Background bar color behind buttons in FOOTER */
  padding-top: 40px; /* This adds extra padding above the footer navigation buttons */
}

.navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px; /* Minimum space between buttons */
  max-width: 1600px; /* Matches .container max-width at 1601px+ */
  width: 100%;
}

.navigation li {
  margin: 0;
}

.navigation a { /* FORMAT PINK BUTTONS FOR DESKTOP */
  color: white; /* Text color on buttons */
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .09em;
  background-color: #E9518D; /* Pink interior */
  padding: 4px 10px; /* Consistent padding */
  border: none;
  border-radius: 15px; /* Radiused corners */
  font-size: 16px; /* Consistent font size */
  line-height: 24px; /*  Height of the buttons */ 
  display: block;
  transition: all 0.3s linear; /* Smooth hover effect */
}

.navigation a:hover {
  background-color: #043535; /* Rollover color */
}

/* Media query for tablet and phone (max-width: 600px) */
@media (max-width: 600px) {
.navigation { /* FORMAT NAVIGATION BAR FOR PHONE */
  height: 56px; /* Height of bar containing buttons */
  padding: 23px 0 25px 0; /* Determines the height of the bar that contains the buttons */
}

    /* Navigation Bar DARK for FOOTER for PHONE */
.navigation-dark {
  padding-top: 40px; /* This adds extra padding above the footer navigation buttons */
}
    
.navigation ul {
  gap: 3px !important; /* Minimum space between buttons */
}

.navigation a { /* FORMAT PINK BUTTONS FOR PHONE */
  font-weight: 400;
  letter-spacing: .03em;
  padding: 4px 5px; /* Consistent padding */
  border-radius: 14px; /* Radiused corners */
  font-size: 13px !important; /* Consistent font size */
  line-height: 34px; /*  Height of the buttons */
}
  .navigation ul {
    gap: 5px 3px; /* 10px horizontal, 5px vertical gap between rows */
  }
    /* Enhance multi-row display */
  .navigation ul.multi-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .navigation ul.multi-row li {
    width: 100%;
    text-align: center;
    margin-bottom: 5px; /* Ensure 5px vertical space */
  }
  .navigation ul.multi-row li:last-child {
    margin-bottom: 0; /* Remove margin from last item */
  }
}
/* END NAGIVATION BAR */


header {
    height: 100%;
    width: 100%;
    background: #08595A;
}
.top-bar {
    height: 30px;
    text-align: center;
    background-color: #0d8e90;
    padding: 6px 0 5px 0;
    width: 100%;
}
.top-bar p {
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 auto;
}
.top-page {
    position: relative;
}
.top-page::before {
    content: "";
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(74%);
}
.top-page header, .top-page section {
    position: relative;
    text-align: center;
}
/* Fonts From Google */
.corinthia-regular {
    font-family: "Corinthia", cursive;
    font-weight: 400;
    font-style: normal;
}
.corinthia-bold {
    font-family: "Corinthia", cursive;
    font-weight: 700;
    font-style: normal;
}
.playfair {
    font-family: "Playfair", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.great-vibes-regular {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}
.kurale-regular {
    font-family: "Kurale", serif;
    font-weight: 400;
    font-style: normal;
}
/* END Fonts From Google */
.logo {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 10px 2px 10px;
    font-family: "Great Vibes", "Dancing Script", "Corinthia", Script, cursive, serif;
    box-sizing: border-box;
}
.logo-subhead {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin: 0 auto 23px auto;
    padding: 0 10px;
    font-family: "Great Vibes", "Dancing Script", "Corinthia", Script, cursive, serif;
}
hr.light-line {
    height: 0;
    display: block;
    width: 85%;
    margin: 20px 8%;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,0.3);
}
.hero_header {
    color: #FFFFFF;
    text-align: center;
    margin-top: 100px;
    margin-right: 0;
    margin-bottom: 0;
    letter-spacing: 2px;
    padding: 0 30px;
}
.tagline {
    width: 85%;
    margin: 15px auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.intro {
  padding: 30px 20px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.serviceslink {
  padding: 30px 20px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
/* Gain Clarity, Find Peace - small text under main image */
.intro h4 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 30px 10px 5px 10px;
    margin: 0;
    color: #043535;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
}
.intro p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;
    padding: 10px 27px !important;
}
.serviceslink p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    padding: 10px 27px !important;
}
.about.pink {
    background: #E9518D;
    color: #FFFFFF;
    margin: 0;
}
/* About Psychic Dina */
.about.pink h2 {
 /* color: #9EF4F6; */
    text-align: center;
}
/* Over 20 Years of Experience */
.about.pink h3 {
    font-size: 24px;
    font-weight: 400;
}
.about.pink p {
    color: #fff;
}
.about .column.first {
    padding: 10px 40px 30px 40px;
}
.about .column.image {
    background-image: url(images/Dinas-picture-in-frame-1000x1000.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
.about .column.image::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.payment h2 {
    /* color: #9EF4F6; */
    margin: 10px auto;
}
.light {
    font-weight: bold;
    color: #717070;
}
/* About Section */
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.about .row {
    display: flex;
    flex-wrap: wrap;
}
.column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1 1 auto;
    margin: 0;
    width: 45%;
    align-content: center;
    justify-content: center;
}
.about .column {
    flex: 1;
    box-sizing: border-box;
}
.column p {
    margin-top: 0;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.one-col-img {
    margin: 20px auto;
    width: 95%;
}
.one-col-img2 {
    margin: 20px auto;
    width: 95%;
}
.big-text {
    font-size: 20px;
    line-height: 26px;
}
.services {
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
    background-color: #FFFFFF;
    padding: 0 0 15px 0;
    margin: 0;
}
.services .service {
    width: 45%; /* 30.25% Makes 3 services wide on desktop computers */
    text-align: center;
    font-weight: 400;
    line-height: 1.2;
    padding: 20px 0;
    color: #ffffff;
}
.service img {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 12px;
}
.service h3 {
    font-family: "Playfair Display", Cambria, Georgia, "Times New Roman", serif;
    color: #ffffff; /* color of the service name headers */
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    margin: 15px 0 0px 0;
}
.service p {
    color: #ffffff;
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
}
.payment {
    color: #333333;
    text-align: left;
    padding: 3px 20px 20px 20px;
}
.payment .row {
    align-content: center;
    text-align: center;
}
.payment .row .column {
    width: 30%;
}
/* Pink large button */
.button {
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
    background-color: #E9518D;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    width: 180px;
    margin: 10px auto;
    padding: 12px 10px 12px 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 30px;
    border: none;
    transition: all 0.3s linear;
    text-decoration: none;
}
.button a {  
    color: #fff;
}
.button:hover {
    background-color: #043535;
}
/* CALL NOW MAIN BIG BUTTON - Extra space below it */
.button.pink {
    margin-bottom: 1.7em;
}
.button.pink a, a .button.pink {
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.big-phone-number a {
    display: block;
    text-decoration: none;
    font-weight: 500;
    padding: 0 0 40px 0;
    font-size: 26px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    letter-spacing: 0.10em;
}
.social {
    text-align: center;
    margin-bottom: 50px;
}
.white-on-teal {
    background-color: #0d8e90;
    color: #EFEFEF;
}
.white-on-dark-teal {
    background-color: #08595A;
    color: #EFEFEF;
}
.white-on-teal p {
    padding: 10px 0;
}
.add-padding-after {
    padding-bottom: 40px;
}
footer .location {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    margin: 0 0 20px 0;
    /* my version margin: 0 0 0 0; */
}

footer .location h3 {
    color: #FFFFFF;
    font-size: 24px;
    margin: 10px 0; /* Copies from styles.css that Grok adjusted, test to see if this helps fix the misalgined copyright section*/
   padding-top: 25px;
}
footer .location p { /* Tested font size and margin and has no affect on text in contact section*/
    color: #FFFFFF;
}
.storefront-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 20px auto;
    display: block;
}
footer #map-container {
    width: 100%;
    height: 375px;
    margin: 0;
}
footer {
    background-color: #08595A;
}
footer .footer_column {
   width: 100%; /* Changed from 48% to ensure full width alignment */
    text-align: center;
    margin: 0 auto; /* Added from styles.css */
    padding: 0;
}
footer .footer_column h2 {
    color: #9EF4F6;
    font-family: "Kurale", "Playfair Display", Cambria, Georgia, "Times New Roman", serif;
    font-weight: 500;
    font-style: italic;
    margin: 0px 0 20px 0;
    text-align: center;
}

footer .footer_column p {
    color: #dddddd;
    padding: 0 40px;
    line-height: 1.4;
    font-size: 20px;
}

footer iframe {
    margin-top: 25px;
}
footer .button {
    margin-top: 15px;
    padding: 12px;
    background-color: #E9518D;
    color: #FFFFFF;
}
footer .button a {
    color: #FFFFFF;
    text-decoration: none;
}
footer .button:hover {
    background-color: #8551b2;
}
footer .col-padding {
    padding: 20px 30px;
}
footer .copyright {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 5px 0; /* Adjusted padding to avoid extending beyond map */
    background-color: #262626;
    color: #FFFFFF;
    font-weight: lighter;
    letter-spacing: 1px;
    margin: 0;
}

footer .copyright a {
    color: #F7C1D0;
}
footer {
    display: block;
    width: 100%;
}
.hidden {
    display: none;
}
.center {
    text-align: center;
}
/* Footer Styles */
footer .footer_column {
    margin: 0 auto;
    text-align: center;
}

footer .location-text {
    flex: 1;
    padding-right: 20px; /* From styles.css */
    /* padding: 10px 20px; my version */
    text-align: center;
}
footer .location-text h3 {
    margin: 10px 0;
}
footer .location-text p {
    margin: 5px 0;
}
footer .slideshow-container {
    flex: 1;
    max-width: 50%;
    position: relative;
    overflow: hidden;
    display: block;
}
footer .slideshow-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    display: none;
}
footer .slideshow-image[style*="display: block"] {
    display: block;
    width: 100%;
    max-width: 800px;
}

/* Override existing footer styles to align with new layout */
@media (min-width: 995px) {
    footer .footer_column {
        width: 100%;
        float: none;
    }
    footer .location {
        max-width: 1200px;
        margin: 0 auto;
    }
}

.reviews {
    background-color: #E9518D;
    padding: 10px 0 20px 0;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0px;
}
.review-container {
    position: relative;
    max-width: 90%;
    margin: 0px auto 0px auto;
    overflow: hidden;
}
.review-slides {
display: flex;
flex-wrap: nowrap;
transition: transform 0.5s ease;
width: 100%;
}
.review-slide {
    min-width: 33.33%;
    box-sizing: border-box;
    padding: 20px 40px;
    text-align: center;
}
.reviewer-image {
    border-radius: 50%;
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
}

.review-slide h4 { /* Reviewer's name */
    color: #FFFFFF;
    font-size: 20px;
    margin: 10px 0 5px;
}
.stars {
    color: #FFD700;
    font-size: 1.3em;
    margin: 5px 0;
}
.review-date {
    color: #9EF4F6;
    font-size: 18px;
    margin: 8px 0 23px 0; /* Space befoe and after date in review */
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.review-text {
    color: #FFFFFF;
    font-size: 19px;
    line-height: 1.35;
    margin: 10px 5px; /* the 2nd number is the R&L margin of the individual review's text. I increaed it from 0 tp 5px to keep the arrows off the text */
}
.review-arrow {
    position: absolute;
    top: 40%; /* Adjust the height of the arrows along the Review section */
    transform: translateY(-50%);
    background-color: #08595A;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prev {
    left: -1px;
}
.next {
    right: -1px;
}

@media (min-width: 601px) and (max-width: 750px) {
.reviewer-image { /* Scales down the reviewer image so they don't overlap when they 1st go to 2 on the screen */
    width: 215px;
    height: 215px;
}
    .review-arrow {
    top: 32%; /* Adjust the height of the arrows along the Review section */
}
}

@media (min-width: 995px) {
    .review-arrow {
        padding: 10px;
    }
    .payments-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        max-width: 650px;
    }
}
@media (max-width: 1200px) {
    footer .location {
        flex-direction: column;
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
    }
    footer .location-text {
        text-align: center;
        margin-bottom: 20px;
        padding: 0;
    }
    footer .location-text h3 {
        text-align: center;
         margin: 10px 0;
    }
    footer .slideshow-container {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0 ;
        max-width: none;
        position: relative;

        box-sizing: border-box;
        display: block;
        overflow: hidden;
    }
    footer .slideshow-image {
        width: calc(100% - 30px);
        height: auto;
        object-fit: cover;
        margin: 0 auto;
        padding: 0;
        display: none;
    }
    footer .slideshow-image[style*="display: block"] {
        display: block;
        width: calc(100% - 30px);
    }
    footer .footer_column {
        width: 100%;
        float: none;
        text-align: center;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }
    footer .footer_column h2 {
        margin: 0 0 20px 0;
    }
    footer #map-container { /* continued @media (max-width: 1200px) */
        width: 100%;
        height: 375px;
        margin: 0;
    }
    footer .copyright {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 994px) {
    .top-bar {
        height: 30px;
    }
    .top-bar p {
        font-size: 14px;
        padding: 6px 0 4px 0;
    }
    .review-slide {
        min-width: 50%;
    }
    .review-arrow { /* Size of the arrows in phone screen size */
        padding: 5px;
        width: 35px;
        height: 35px;
    }
    .prev { /* This was -15px and that was cutting off the arrows on a phone */
        left: 2px;
    }
    .next {
        right: 2px;
    }
    .about .column.first {
    padding: 10px 30px 30px 30px;
}
    footer .footer_column p {
    padding: 0 30px;
}
   footer .copyright p {
       font-size: 12pt;
       padding: 10px 20px;
    }
}

@media (max-width: 320px) {
    .logo {
        width: 100%;
        font-size: 38px;
        text-align: center;
        padding: 20px 10px 8px 10px;
        margin: 0;
    }
    .logo-subhead {
        width: 100%;
        font-size: 30px;
        text-align: center;
        padding: 0 10px 20px 10px;
        margin: 0;
    }
    .top-bar {
        height: 40px;
    }
    .top-bar p {
        font-size: 14px;
    }
    header .button {
        display: none;
    }
    .column, .payment .row .column {
        width: 100%;
    }
    .intro {
        padding: 25px 0;
    }
    .serviceslink {
        padding: 25px 0;
    }
    .text_column {
        width: 100%;
        text-align: justify;
        padding: 0;
    }
    .service {
        width: 100%;
    }
    .service img {
        width: 100%;
        border-radius: 0;
        margin: 20px 0 0 0;
        border: none;
    }
    .services .service p {
        font-size: 20px;
        padding: 15px 10px;
    }
    .service h4 {
        color: #ffffff;
        font-size: 22px;
        margin-bottom: 0;
    }
    .intro h2 {
        padding: 20px 30px;
        font-style: italic;
    }
    .serviceslink h2 {
        padding: 20px 30px;
        font-style: italic;
    }
    .column-33 {
        width: 100%;
    }
    .footer_column {
        width: 100%;
        margin-top: 0;
    }
    .parallax {
        text-align: center;
        margin: 0;
        padding-top: 40%;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        width: 100%;
        font-size: 18px;
    }
    .parallax_description {
        padding: 0;
        width: 90%;
        margin: 25px 0 0 12px;
        float: none;
        text-align: center;
    }
    .banner {
        background-color: #0d8e90;
        background-image: none;
        background-attachment: scroll;
    }
    .shadow-container {
        padding-top: 20%;
}
    .tagline {
        margin-top: 20px;
        line-height: 22px;
    }
    .hero_header {
        font-size: 30px;
        padding: 0 10px;
        line-height: 22px;
        text-align: center;
        font-family: "Playfair Display", Cambria, Georgia, "Times New Roman", serif;
    }
    .about {
        text-align: center;
    }
}
@media (min-width: 321px) and (max-width: 944px) {
    header {
        position: relative;
        width: 100%;
        display: flex;
        flex: 1 0 auto;
        align-content: center;
        flex-direction: column;
    }
    header .button {
        display: none;
    }
    .top-bar p {
        font-size: 16px;
    }
    .container, .column, .payment .row .column {
        width: 100%;
    }
    .logo {
        width: calc(100% - 20px);
        margin: 0 auto;
        padding: 20px 10px 10px 10px;
        font-size: 40px;
    }
    .logo-subhead {
        width: calc(100% - 20px);
        font-size: 32px;
        padding: 0 10px;
    }
    hr.light-line {
        display: flex;
        flex-wrap: wrap;
    }
    .about {
        text-align: center;
    }
    .intro {
        padding: 0;
    }
    .serviceslink {
        padding: 0;
    }
    .intro h4 {
        letter-spacing: 0.04em;
    }
    .about .row {
        flex-direction: column-reverse;
    }
    .one-col-img {
        width: 100%;
        border: none;
        margin: 0;
        border-radius: 0;
        padding: 0;
    }
        .one-col-img2 {
        width: 100%;
        border: none;
        margin: 0;
        border-radius: 0;
        padding: 0;
    }
    .text_column {
        width: 100%;
        text-align: left;
        padding: 0;
    }
    .services .service {
        width: 100%;
    }
    .services .service p {
        font-size: 18px;
        padding: 4px 20px;
    }
    .service img {
        width: 100%;
        border-radius: 0;
        margin: 20px 0 0 0;
        border: none;
    }
    .service h4 {
        color: #ffffff;
        font-size: 22px;
        margin-bottom: 0;
    }
    .footer_column {
        width: 100%;
        margin-top: 0;
    }
    .banner {
        background-attachment: scroll;
    }
    .parallax {
        text-align: center;
        margin: 0;
        padding-top: 40%;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        width: 90%;
        font-size: 18px;
    }
}
@media (min-width: 945px) and (max-width: 1600px) {
    header {
        position: relative;
        width: 100%;
        display: flex;
        flex: 1 0 auto;
        align-content: center;
        flex-direction: column;
    }
    .logo {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        align-content: center;
        font-size: 44px;
        flex-grow: 1;
        text-align: center;
        margin: 0 auto;
        color: #FFFFFF;
        padding: 20px 20px 10px 20px;
    }
    .container, .text-column {
        width: 100%;
    }
    .service {
        width: 45%;
    }
    .banner {
        margin-top: 0;
        padding-top: 0;
    }
    .hero {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 380px;
        margin-top: 0;
        background-position: right;
    }
    .one-col-img {
        object-fit: cover;
        object-position: 50% 50%; /* This is how to change the center point of the picture in the 1st teal-backed welcome style section */
        width: 100%;
        height: 100%;
        border: none;
        margin: 0;
        border-radius: 0;
        padding: 0;
    }
      .one-col-img2 {
        object-fit: cover;
        object-position: 37% 50%; /* This is how to change the center point of the picture in the 2nd teal-backed welcome style section */
        width: 100%;
        height: 100%;
        border: none;
        margin: 0;
        border-radius: 0;
        padding: 0;
    }
}
@media (min-width: 1601px) {
    .container {
        max-width: 1600px;
        margin: 0 auto;
    }
}
.review-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.review-slide h4 {
margin: 10px 0 5px;
}

.review-slide {
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
}

.review-text {
  margin-bottom: 10px;
}


@media (max-width: 600px) {
  .review-arrow {
    padding: 8px 12px;
    font-size: 16px;
  }
}