
.downtop {
  clip-path: polygon(0 0,100% 0,100% calc(100% - 50px),50% 100%,0 calc(100% - 50px));
  margin-top: -1px;
  margin-bottom: -45px;
}
.downbottom {
  clip-path: polygon(0 0,50% 50px,100% 0,100% 100%,0 100%);
  margin-top: -0px;
  margin-bottom: -1px;

}


.uptop {
  clip-path: polygon(0 0,100% 0,100% 100%,50% calc(100% - 56px),0 100%);

  margin-top: -1px;
}
.upbottom {
  clip-path: polygon(0 56px,50% 0,100% 56px,100% 100%,0 100%);
  margin-top: -57px;
}



.lightblue {

    background-color: #DCE0F4;
    color: #273C8C;;
}

.darkblue {

    background-color: #273C8C;
    color: #DCE0F4;
}


.darkbluetext {

    color: #273C8C;
}

.white {
    color: white;
}

.red {
    color: red;
}



.slashtop_bw {
  clip-path: polygon(0 0,100% 0,100% calc(100% - 50px),0 100%);

  background-color: #273C8C;

  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;

}

.slashbottom_bw {
  clip-path: polygon(0 50px,100% 0,100% 100%,0 100%);
  background-color: #ffffff;
  margin-top: -52px;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
  color: white;
}

.slashtop_wb {
  clip-path: polygon(0 0,100% 0,100% calc(100% - 50px),0 100%);

  background-color: #ffffff;
}
.slashbottom_wb {
  clip-path: polygon(0 50px,100% 0,100% 100%,0 100%);
  margin-top: -51px;
  background-color: #273C8C;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
}



.ordertop {

    clip-path: polygon(0 0,100% 0,100% calc(100% - 50px),50% 100%,0 calc(100% - 50px));
    color: #1E2B5F;
    background-color: #FCEDC7;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px;
    padding-bottom: 50px;
}
.ordermain {
    clip-path: polygon(0 0,50% 50px,100% 0,100% 100%,0 100%);
    margin-top: -51px;
    color: darkred;
    background-color: #FFFFEF;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px;
    padding-top: 50px;

}


.orderform {


    padding: 20px;

}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.5em;
    text-transform: capitalize;
    font-style: italic;
}

p {
    font-size: 16px;
}

h1, p {
    margin: 0; /* Remove default margins if needed */
    padding: 10px; /* Add padding to create space between elements */
}

li {

    margin-bottom: 1.8em;
    font-size: 1.5em;
    font-style: italic;
}

.bold {

    font-weight: bold;
    font-size: 1.1em;
    text-transform: capitalize;
}

.light {

    font-weight: lighter;
}

.ninety {

    max-width: 90%;
}

.tiny {
    font-size: 12px;
    color: gray;
}

.txtmid {
    text-align: center;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.middle {

  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;

}
.full-screen-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Aligns the image to the top */
    cursor: pointer;
    overflow: auto;  /* Enables scrolling */
}
.full-screen-container img {
    width: auto;
    height: auto;
}
 /* CSS for laptops */
        @media (min-width: 1024px) {
            .midcol {

                  max-width: 900px;
                  display: block;
                  margin-left: auto;
                  margin-right: auto;
                  margin-top: 0px;
                  padding-top: 0px;

                
                  padding: 0px;

                 }
        }

        /* CSS for phones */
        @media (max-width: 600px) {
            .midcol {

            }
        }

.left-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    height: auto;
}

.smallbooks {

    height: 270px;
    margin: 0.5px;
}

.crossed {
    text-decoration: line-through;
}

.room {

    margin-top: 20px;
    margin-bottom: 20px;
}

.backsplash {

    background: linear-gradient(to top left, whitesmoke, rgba(255, 153, 150, 0), red),
                linear-gradient(to top right, yellow, rgba(255, 153, 150, 0), magenta) rgba(255, 153, 150, 1);

    height: 33vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
    flex-direction: column;
}

.shadow {
  background-color: #fff; /* Background color of the element */
  box-shadow:   6px 8px 6px rgba(0, 0, 0, 0.3); /* Box shadow properties */
}

.quote {
    position:relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    box-align: center;
    padding:25px;
    margin-top: 50px;
    margin-bottom: 50px;
    color:#333;
    background:#eee;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

.quote h2 {
    color: red;
    font-size: 1.4em;
}
.quote p {
    font-size:1.3em;
    font-style: italic;
    line-height:1.4em;
    color: #666666;
    padding-left: 50px;
}
.quote:after {
    content:"";
    position:absolute;
    top:-30px;
    left:50px;
    border:15px solid transparent;
    border-bottom-color:#eee;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

.q_name {

    font-size: 1em;
    font-weight: bold;
    padding-left: 50px;

}

.q_title {

    font-size: 0.8em;
    font-weight: lighter;
    padding-left: 50px;

}

.container {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}

.column {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
}

.column:last-child {
        border-right: none;
}

.col25 {flex: 1 1 25%;}
.col50 {flex: 1 1 50%;}
.col75 {flex: 1 1 75%;}
.col80 {flex: 1 1 80%;}



@media (max-width: 768px) {
    .column {
        flex-basis: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }


    .column:last-child {
        border-bottom: none;
    }
}



/* Style for the footer */
.footer {
  background-color: #333;
  color: #fff;
  padding: 40px 20px; /* Adjust padding as needed */
  font-family: Arial, sans-serif;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}



.footer-left {
  flex: 1;
}

.footer-right {
  flex: 1;
  text-align: right;
}

.footer h3 {
  font-size: 18px;
  color: #fff;
}

.footer p {
  font-size: 14px;
  line-height: 1.5;
  color: #ccc;
}


.footer a {
  font-size: 14px;
  line-height: 1.5;
  color: #ccc;
}


.footer a:visited {
  font-size: 14px;
  line-height: 1.5;
  color: #ccc;
}

.footer ul {
  list-style-type: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer ul li a:hover {
  color: #66cdaa;
}




/* TESTIMONIALS BANNER */


.testimonial-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 600px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    animation: fadeInOut 48s infinite;
    color: black;
}

@keyframes fadeInOut {
    0% { opacity: 0; }
    5% { opacity: 1; }
    12% { opacity: 1; }
    16% { opacity: 0; }
    100% { opacity: 0; }
}

.testimonial:nth-child(1) { animation-delay: 0s; }
.testimonial:nth-child(2) { animation-delay: 6s; }
.testimonial:nth-child(3) { animation-delay: 12s; }
.testimonial:nth-child(4) { animation-delay: 18s; }
.testimonial:nth-child(5) { animation-delay: 24s; }
.testimonial:nth-child(6) { animation-delay: 30s; }
.testimonial:nth-child(7) { animation-delay: 36s; }
.testimonial:nth-child(8) { animation-delay: 42s; }
