
.container{
    font-family: 'Barlow', sans-serif;
font-family: 'Manrope', sans-serif;
}
.modal-dialog {
    height: 800px; !important /* Set maximum height to 80% of the viewport height */
   }
.alert{
background: var(--MG-Light-Green, #EDF8F1);
color:#004A26;
}
.down{
    font-size:1.2rem;
    font-weight: 700;
    vertical-align: middle;
}
.book{
    vertical-align: middle;
    margin-right:8px;
    color: #06daa8;
}
.link{
    color:#668885;
}
.pr-3{
    display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
        height: 100vh;
}
.call{
    font-size:1.2rem;
    margin-right:2%;
    color: #004A26;

}
.card{
    color: #023a34;
    background-color:white;
  }
    .active + .accordion-body {
      display: block;
     }
  .accordion{
    color: #023a34;
  }
  /* Ensure the accordion button has a white background, green text, and no border */
  .accordion-button {
    background-color: white;
    color: #023a34; /* This is the green color you wanted */
    border: none;
    transition: transform 0.3s ease;
  }

  /* Use FontAwesome icon for the arrow, ensuring it's centered */
  .accordion-button::after {
    content: "\f107"; /* FontAwesome arrow down icon */
    font-family: 'FontAwesome';
    display: inline-block;
    transition: transform 0.3s ease; /* Smooth transition for the rotation */
    float: right; /* Position the arrow to the right */
  }

  /* Rotate the arrow icon when the accordion item is not collapsed (is open) */
  .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg); /* Arrow points up */
  }

  /* Optional: ensure the arrow does not rotate when the accordion item is collapsed */
  .accordion-button.collapsed::after {
    transform: rotate(0deg); /* Arrow points down */
  }
.head{
    font-size:1.1rem;
    height: 30px; /* Specify the height of the container */
    line-height: 30px; /* Make line-height equal to the container's height to center the text vertically */
    text-align: center;
    padding-right:5px;
}
.num a{
    font-size:1rem;
    color: #004A26;
}

div.portal{
    float:left;
    margin-left:1rem;
    margin-top:.5rem;
    font-weight:400;
    font-family: 'Manrope', sans-serif;
    font-size: 1.4rem;
    line-height: 100%;
}
div.welcome{
    text-align: right;
    color:pink;
}
.welcome{
    font-size:1.4rem;
    float:right;

}
.cust{
    font-size:1.6rem;
    float:right;
    text-align: right;;
    font-weight:800;
    margin-left:5%;
    clear:both;
}
.install{
display: flex;
width: 100%;
padding: 1.5rem 1.5rem 1.5rem 1.5rem;
flex-direction: column;
align-items: flex-start;
background: var(--MG-Light-Green, #EDF8F1);
box-shadow: 0px 7px 14px 0px rgba(2, 1, 1, 0.40);
border-radius: 7px;
height:275px;
}
.install2{
    display: flex;
    width: 100%;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    background: var(--MG-Light-Green, #EDF8F1);
    box-shadow: 0px 7px 14px 0px rgba(2, 1, 1, 0.40);
    border-radius: 7px;
    height:575px;
    }
.scroll-container {
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: thin;
}

iframe{
    scrollbar-width: thin;
    width:96%;

}
.hero-image {
    background-image: url('../install/images/servplus_image.png'); /* Replace with the path to your image */
    background-size: cover;
    background-position: center;
    color: #fff; /* Text color on the hero image */
    text-align: center;
    padding: 100px 0; /* Adjust padding as needed */
}
.h4{
    font-weight: 500;
}
.serdetails{
    text-align: left;
    background-color: #004A26 !important;
    border-radius: 25px;
    color: white;
    padding: 20px;
}
.navD{
    font-weight:600;
}

body{color:#003933;}
.btn-primary{
border:none;
border-radius: 0.3125rem;
background: var(--MG-Yellow, #fac600);
font-weight: 500;
color: var(--MG-Dark, #003933);
font-family: Manrope;
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 1rem */
letter-spacing: 0.01rem;
display: flex;
padding: 1rem 1.5rem;
align-items: center;
gap: 0.625rem;
}
.btn-primary:hover{

    background: var(--MG-Yellow, #bd8b04);
}
.btn-secondary{
    border-radius: 0.3125rem;
    border:none;
    background: var(--MG-Dark-Green, #166363);
font-weight: 500;
font-family: Manrope;
font-size: .9rem;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 1rem */
letter-spacing: 0.01rem;
padding: 1rem 1.5rem;
align-items: center;

}
.btn-secondary:hover{
    background: var(--MG-Dark-Green, #003933);
}
.paybtn{
    margin-bottom:15px;
}
#refer{
    font-weight: 700;
    font-size: 1.9rem;

}
.listcontain{
    margin-top:-3.5rem;
}
.list{
    color: var(--MG-Green, #004A26);
font-family: Manrope;
font-size: 1.125rem;
font-style: normal;
font-weight: 600;
margin-bottom: 1.5rem;

}
.cust{
    font-weight: 500;
    font-family: 'Manrope', sans-serif;
    font-size:1.5rem;
}
.ser{
    display: flex;
    width:100%;
    padding: 1.125rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    gap: 0.625rem;
    background: var(--MG-green, #166363);
    /* Card Shadow */
    box-shadow: 0px 10px 16px 0px rgba(2, 1, 1, 0.40);
    border-radius: 7px;
    color:white;
   height:225px;
}
.ser:hover{

    background: var(--MG-green, #00312e);

}
 .line-container {
    width: 50%;
    display: flex;
    align-items: center;
}
.back-btn{
    border-radius: 0.3125rem;
    background: var(--MG-Dark-Green, #004A26);
}
.line-segment {
    height: 2.5px; /* Thickness of the line */
    background-color: #06daa8;
}

.gap {
    width: 5px; /* Adjust the width of the gaps as needed */
}

.thin {
    width: 80%; /* Adjust the width of the thin segment as needed */
}

.medium {
    width: 20%; /* Adjust the width of the medium segment as needed */
}

.thick {
    width: 10%; /* Adjust the width of the thick segment as needed */
}
.small{
    width:5%;
}
.links {
    padding: 15px;
}
a{
    color:black;
    text-decoration: none;
}
.review{
    font-size: 18px;
    float:left;
}
.rating-container {
    display: inline-block; /* Make the rating container an inline-block */
    vertical-align: middle; /* Align the container vertically in the middle */
    margin-right: 10px; /* Add some spacing to the right */
}
.awning{
    display: hidden;
}
.icon{
  font-size:20px;
  vertical-align: middle;
  padding-right:8px;
  color: #06daa8
}
a.me-3{
    font-size:18px;
    color: #003933;
    font-weight:400;
}
.unit{
    font-size:18px;
    color:#083f39;
}
.awning{
    font-size:1.4em;
    color:#083f39;
    font-weight:700;
}
@media (min-width: 992px) {
    .hoaheader{
        display:none;
    }
}
@media (max-width: 600px) {
.table{width:90%;}
    .navbar-toggler{
    margin-left:70%;
    }
    .listcontain{
        margin-top:2rem;
        display: none;
    }
    .nolg{

        display: none;
    }
    .awning{
        margin-top:20px;
    }
    figure img{
        width:100%;
    }
    .call{
        font-size:.7rem;
    }
    .alert svg{
        width:3%;
        margin-top:-3.5px;
    }
    /*.rev{
       display: flex;
       justify-content: center;
    }*/
    h5{
       text-align: center;}
.custom-img{
    width:100vw;
}
}