/*Utilities*/
*{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body{
    overflow-x: hidden;
    max-width: 100%;
}

.text-wrap {
    word-wrap: break-word; /* Break long words */
    overflow-wrap: break-word; /* Alternative property for breaking long words */
}




/*Top Container Styling*/
.main-container{
    padding:0px 40px 40px 40px; 
    margin-top: 100px;
    text-align: start !important;
}

.main-container .leftS{
    padding-top:40px;
}
.main-container .leftR{
    padding-top:20px;    
}

.main-container h2{
    font-size: 50px;
    font-weight: 700 !important;
}
.main-container h3{
    font-size: 50px;
    font-weight: 500;
}

.main-container .row{
    padding-inline: 10%;
}
.main-container p{
    font-size: 20px;
}

.main-container .indentLeft{
    margin-left: 120px;
}

.goLiveSection{
    margin-top: 40px;
    /*
    margin-left: 200px;*/
}

.fa-arrow-right{
    transform: rotate(25deg);
}

@media (max-width:1200px) {
    .main-container .row{
        padding-inline: 5%;
    }
    .main-container p{
        font-size: 20px;
    
    }
}





/*Calculator Styling*/
    .fullCalculator {
        font-size: 12px;
        margin-bottom: 80px;
    }
    .fullCalculator h2{
    font-size: 30px;
    font-weight: 500 !important;
    }

    label {
      display: block;
      font-weight: bold;
    }
    select {
      width: 100%;
      padding: 8px;
      margin-top: 5px;
    }
    .checkbox-group {
      margin-top: 10px;
    }
    .checkbox-group label {
      display: block;
      font-weight: normal;
      margin-left: 10px;
    }
    .total {
      margin-top: 25px;
      font-size: 30px;
      font-weight: 500 !important;
    }

    .fullCalculator {
      font-family: Arial, sans-serif;
      padding: 20px;
      max-width: 100%;
      border-radius: 10px;
        background-color: #6ab04c;
        margin-inline: 0px;
        justify-self: center;
    }

    .fullCalculator .cust-btn{
        border: none;
        width: auto;
        padding: 12px 35px;
        margin-top: 1rem;
        background-color: rgb(23, 25, 24);
        color: #fff;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        
    }
    .fullCalculator .cust-btn:hover{
        background-color: rgb(24, 25, 24);
        color: rgb(255, 255, 255);
        transition: 0.5s;
    }


    /*all phone and smaller screen changes to top*/

    @media (max-width:992px) {
        .calculatorInvisible{
            visibility: hidden !important;
            display: none !important;
        }
        .calculatorVisible{
            visibility:visible !important;
            display: block !important;
        }
    }

    @media (max-width:990px) {
        .main-container .row{
            padding-inline: 15%;
        }
        
    }
    @media (max-width:650px) {
        .main-container .row{
            padding-inline: 5%;
        } 
    }
    @media (max-width:400px) {
        .main-container h3{
            font-size: 36px;
            font-weight: 500;
        }
    }

/*navbar styling*/

@media (max-width: 600px){
    .navbar-light{
        background-color: rgb(217, 214, 214);
    }
}

.nav-link{
    font-size: 24px;
}

.last-nav-item{
    margin-left: 15px;
}
@media (max-width: 991px){
    .last-nav-item{
        margin-left: 0px;
    }
}



.last-nav-item .cust-btn{
    padding: 10px;
}

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
    border: 0 !important;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none !important;
    border: 0 !important;
    position: relative;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000000;
    border-radius: 1px;
    border: 0 !important;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}


/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    top: inherit;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: inherit;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    top: inherit;
    transform: rotate(-135deg);
}

/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
    background: linear-gradient( 263deg, rgb(0, 0, 0) 0%, rgb(73, 73, 73) 100% );
}
.pattern-back1{
    background: /* horizontal and vertical lines */
    conic-gradient(from 90deg at 1px 1px, 
      transparent 70%, gainsboro 0%) 
    -0.5px -0.5px / 1em 1em,
    
    /* main diagonal */
    linear-gradient(45deg, 
      transparent calc(70% - 0.5px), 
      gainsboro 0 calc(50% + 0.5px), 
      transparent 0) 
    0 0 / 2em 2em,
    
    /* secondary diagonal */
    linear-gradient(-45deg, 
      transparent calc(70% - 0.5px), 
      gainsboro 0 calc(50% + 0.5px), 
      transparent 0) 
    0 0 / 2em 2em;;
}
/*Testimonials Styling*/
.testimonial-container{
    margin-top: 70px;
    margin-inline: 30px;
    max-width: 100%;
}

.divider-container{
    position: relative;
}

.testimonial-container h2{
    font-size: 60px;
    font-weight: 700;
}
.testimonial-container h3{
    font-size: 40px;
}
.testimonial-container img{
    width: 100%;
    border-radius: 8px;
    align-self: center;
}

.testimonial-container .text-section{
    padding:20px;
}

/* On small screens make image come before text, text and image align centre and change padding and margins */
@media (max-width: 950px) {

    .testimonial-container img{
        padding: 5px;
        width: 80%;
        justify-self: center;       
    }
    .testimonial-container{
        margin-top: 40px;
    }
    .testimonial-container .text-section{
        padding: 5px;
        text-align: center;
    }
}
/* On small screens make image come before text, text and image align centre and change padding and margins */
@media (max-width: 580px) {

    .testimonial-container{
        margin-inline: 10px;
    }
}


.testimonial{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline: 40px;
    max-width: 100%;
}

.testimonial h2{
    font-size: 44px;
    color:black;
    padding-bottom: 10px;
}
.testimonial .testimonialText{
    font-size: 20px;
    color:black;
    margin-bottom: 20px;
}

.testimonial .avatar img{
    border-radius: 60px;
    height: 45px;
    width: 45px;
    padding:0;
    margin: 0px 0px 0px 20px;
    transition: 0.1s;
}

.testimonial .avatar img:hover{
    border: 1px solid #6ab04c;
    transform: scale(1.05);
    transform: rotate(-20deg);
    transition: 0.1s;
}


.testimonial .avatar .avatarName{
    font-size: 11px;
    color:#474747;
    padding:0;
    margin:0;
}
.testimonial .avatar .avatarOccupation{
    font-size: 11px;
    color:black;
    padding:0;
    margin:0;
}

.testimonial .testimonialCard{
    border-radius: 10px;
    border: 0.5px solid #aeadad;
    /*Top Right Bottom Left*/
    padding:20px;
    margin: 30px,30px,30px,30px;
    background-color: #FFFFFF;
    transition: 0.5s;
}
/*
.testimonial .testimonialCard:hover{
    transform: scale(1.03);
    transform: rotate(0.3deg);

}*/

@media (max-width: 800px) {
    .testimonial h2{
        text-align: center;
    }
}

@media (max-width: 650px){
    .testimonial{
        padding-top: 40px;
        padding-bottom: 40px;
        padding-inline: 10px;
    }
    
}

@media (max-width: 480px){
    .testimonial{
        padding-top: 40px;
        padding-bottom: 40px;
        padding-inline: 0px;
    }
    .testimonialCard {
        padding:10px !important;
    }
}





/*Shape Divider top*/
.custom-shape-divider-top-1744817973 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1744817973 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 92px;
}

.custom-shape-divider-top-1744817973 .shape-fill {
    fill: #FFFFFF;
}


.pattern-back2{
    position: relative;
    padding-bottom: 80px;
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='200' viewBox='0 0 160 80'%3E%3Cg fill='%239F9F9F' fill-opacity='0.07'%3E%3Cpolygon points='0 10 0 0 10 0'/%3E%3Cpolygon points='0 40 0 30 10 30'/%3E%3Cpolygon points='0 30 0 20 10 20'/%3E%3Cpolygon points='0 70 0 60 10 60'/%3E%3Cpolygon points='0 80 0 70 10 70'/%3E%3Cpolygon points='50 80 50 70 60 70'/%3E%3Cpolygon points='10 20 10 10 20 10'/%3E%3Cpolygon points='10 40 10 30 20 30'/%3E%3Cpolygon points='20 10 20 0 30 0'/%3E%3Cpolygon points='10 10 10 0 20 0'/%3E%3Cpolygon points='30 20 30 10 40 10'/%3E%3Cpolygon points='20 20 20 40 40 20'/%3E%3Cpolygon points='40 10 40 0 50 0'/%3E%3Cpolygon points='40 20 40 10 50 10'/%3E%3Cpolygon points='40 40 40 30 50 30'/%3E%3Cpolygon points='30 40 30 30 40 30'/%3E%3Cpolygon points='40 60 40 50 50 50'/%3E%3Cpolygon points='50 30 50 20 60 20'/%3E%3Cpolygon points='40 60 40 80 60 60'/%3E%3Cpolygon points='50 40 50 60 70 40'/%3E%3Cpolygon points='60 0 60 20 80 0'/%3E%3Cpolygon points='70 30 70 20 80 20'/%3E%3Cpolygon points='70 40 70 30 80 30'/%3E%3Cpolygon points='60 60 60 80 80 60'/%3E%3Cpolygon points='80 10 80 0 90 0'/%3E%3Cpolygon points='70 40 70 60 90 40'/%3E%3Cpolygon points='80 60 80 50 90 50'/%3E%3Cpolygon points='60 30 60 20 70 20'/%3E%3Cpolygon points='80 70 80 80 90 80 100 70'/%3E%3Cpolygon points='80 10 80 40 110 10'/%3E%3Cpolygon points='110 40 110 30 120 30'/%3E%3Cpolygon points='90 40 90 70 120 40'/%3E%3Cpolygon points='10 50 10 80 40 50'/%3E%3Cpolygon points='110 60 110 50 120 50'/%3E%3Cpolygon points='100 60 100 80 120 60'/%3E%3Cpolygon points='110 0 110 20 130 0'/%3E%3Cpolygon points='120 30 120 20 130 20'/%3E%3Cpolygon points='130 10 130 0 140 0'/%3E%3Cpolygon points='130 30 130 20 140 20'/%3E%3Cpolygon points='120 40 120 30 130 30'/%3E%3Cpolygon points='130 50 130 40 140 40'/%3E%3Cpolygon points='120 50 120 70 140 50'/%3E%3Cpolygon points='110 70 110 80 130 80 140 70'/%3E%3Cpolygon points='140 10 140 0 150 0'/%3E%3Cpolygon points='140 20 140 10 150 10'/%3E%3Cpolygon points='140 40 140 30 150 30'/%3E%3Cpolygon points='140 50 140 40 150 40'/%3E%3Cpolygon points='140 70 140 60 150 60'/%3E%3Cpolygon points='150 20 150 40 160 30 160 20'/%3E%3Cpolygon points='150 60 150 50 160 50'/%3E%3Cpolygon points='140 70 140 80 150 80 160 70'/%3E%3C/g%3E%3C/svg%3E");
    margin-top: -50px;
}



.pricing-container .col-12, .pricing-container .col-md-4{
    background-color: #FFFFFF;
}

@media (max-width: 950px) {
    .pricing-container .col-12, 
    .pricing-container .col-md-4 {
        background-color: #FFFFFF;
        margin-inline: auto;
    }
    .pricing-container {
        align-items: center;
    }
}

.custom-list li {
    padding-inline: 0px;
    padding-top: 5px;     /* Adjust the value as needed */
    list-style-type: none;   /* Removes the bullet point */
}
.custom-list {
    padding-inline: 0px;
}



/*Adpated From https://codepen.io/sheikh_ishaan/pen/GRgamLM */

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");

.pricingSection {
  margin: 0;
  /*Bottom Padding*/
  padding: 0,0,90px,0;
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pricingSection h1 {
  text-align: center;
  margin-top: 2rem;
}

.pricingSection p {
  text-align: center;
  margin-bottom: 4rem;
}

.pricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing .plan {
  background-color: #fff;
  padding: 2.5rem;
  margin: 12px;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}

.pricing .plan h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.pricing .plan .price {
  margin-bottom: 1rem;
  font-size: 30px;
}

.pricing .plan ul.features {
  list-style-type: none;
  text-align: left;
}

.pricing .plan ul.features li {
  margin: 8px;
}

.pricing .plan ul.features li .fas {
  margin-right: 4px;
}

.pricing .plan ul.features li .fa-check-circle {
  color: #6ab04c;
}

.pricing .plan ul.features li .fa-times-circle {
  color: #eb4d4b;
}

.cust-btn{
    border: none;
    width: auto;
    padding: 12px 35px;
    margin-top: 1rem;
    background-color: #6ab04c;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.pricing .plan button {
  border: none;
  width: 100%;
  padding: 12px 35px;
  margin-top: 1rem;
  background-color: #6ab04c;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.pricing .plan.popular {
  border: 2px solid #6ab04c;
  position: relative;
  transform: scale(1.08);
}

.pricing .plan.popular span {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #6ab04c;
  color: #fff;
  padding: 4px 20px;
  font-size: 18px;
  border-radius: 5px;
}

.pricing .plan:hover {
  box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}


.custom-shape-divider-bottom-1744824913 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1744824913 svg {
    position: relative;
    display: block;
    width: calc(137% + 1.3px);
    height: 117px;
}

.custom-shape-divider-bottom-1744824913 .shape-fill {
    fill: #FFFFFF;
}

html{
    scroll-behavior: smooth;
}



.nav-link {
    color: #000000 !important;
    transition: 0.5s;
}
.nav-link:hover {               
    color: #796a6a !important;
    transform:scale(1.05);
    transition: 0.5s
}   

button{
    transition: 0.5s;
}
button:hover{
    transform:scale(1.05);
    transition: 0.5s;
}
.crossed-price{
    text-decoration: line-through;
    color: #474747;
    font-size: 25px;
}

.largeImage img{
    transition: 1s;
}
.largeImage img:hover{
    transform: scale(1.05);
    transition: 1s;
}

.navbar-brand img{
    transition: 0.5s;
}
.navbar-brand img:hover{
    transform: scale(1.1);
    transition: 0.5s;
}

.bounce {
            animation-name: bounce;
        }

        .bouncing-letters span {
            animation-timing-function: linear;
            animation-duration: 1s;
            animation-iteration-count: 1;
            display: inline-block;
        }

        @keyframes bounce {

            20%,
            50%,
            80%,
            to {
                transform: scale(1, 1);
            }

            40% {
                transform: scale(1.75, 0.65);
            }

            45% {
                transform: scale(1.75, 0.65);
            }

            70% {
                transform: scale(1.25, 0.75);
            }

            90% {
                transform: scale(1.15, 0.85);
            }
        }


#contact h2{
    font-size: 40px;
}



@keyframes fade {
  0% {
    opacity: 0;
    transform: translate(0, 3rem);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .in-view {
    animation: fade 0.5s 0.5s both;
  }

  .not-in-view {
    opacity: 0;
  }
}