

.header-section {
    position: relative;
    height: 60vh; 
    display: flex;
    justify-content: center;
    align-items: center;
}



.header-feed-section {
    background: #333;
    color: #fff;
    background: radial-gradient(rgba(68, 31, 31, 0.0), rgba(0, 0, 0, 0.6)), url('https://studio.irproductionhouse.co.ke/wp-content/themes/ir-child/assets/img/Feedback-banner.jpg') no-repeat center center;
    height: 60vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
   
    background-size: cover;
    background-position: center 30%;
    
}


.header-menu-section {
    background: #333;
    color: #fff;
    background: radial-gradient(rgba(68, 31, 31, 0.0), rgba(0, 0, 0, 0.6)), url('https://studio.irproductionhouse.co.ke/wp-content/themes/ir-child/assets/img/Menu-Banner.png') no-repeat center center;
    height: 60vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
   
    background-size: cover;
    background-position: center 50%;
   
}


.header-studio-section {
    background: #333;
    color: #fff;
    background: radial-gradient(rgba(68, 31, 31, 0.0), rgba(0, 0, 0, 0.6)), url('https://studio.irproductionhouse.co.ke/wp-content/themes/ir-child/assets/img/Studio-Etiquette-Banner.png') no-repeat center center;
    height: 60vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

    background-size: cover;
    background-position: center 50%;
   
}



.container {
    z-index: 1;


}


@media (max-width: 768px) {
    .img-header {
        object-position: 0% -39%;
    }
}

@media (max-width: 496px) {
    .img-header {
        object-position: 0% -143%%;
    }
}


.overlay-header {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(68, 31, 31, 0.0), rgba(0, 0, 0, 0.5));
    z-index: -1;

}

.header-section h1 {
    font-family: "Licorice", cursive;
    font-size: 5vw;
    font-weight: 400;
    color: #fff;
}

@media (max-width: 496px) {
    .header-section h1 {
        font-size: 3rem;
    }
}

.navbar-black {
    background-color: #000000 !important;
   
}

.etiquette-section {
    background-color: #000000;

}

.etiquette-box {
    background: #000000;
    border: 2px solid #e6a70087;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 43px;
    text-align: left;
    position: relative;
    transition: background-color 0.3s ease;
    /* max-height: 208px; */
    /* max-width: 345px; */

}

@media (max-width: 796px) {

    .etiquette-box {
    
        padding: 20px;
      
        /* max-height: 208px; */
        max-width: 100%;
        
    
    }
    
}

.circle {
    width: 50px;
    height: 50px;
    background-color: #e6a700;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: background-color 0.3s ease;
   

}


.etiquette-box.active {
    background-color: #e6a700;
}


.etiquette-box:hover .circle {
    background-color: black;
    
}


.etiquette-box:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.circle.active {
    background-color: #000000;
}


.etiquette-box:hover {
    background: #cc7d00;
    background: linear-gradient(to bottom right, #cc7d00, #e7a800);

}


.etiquette-box h5 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}

.etiquette-box i {
    font-size: 24px;

    color: rgb(235, 233, 233);


}

.etiquette-box p {
    font-size: 1rem;
    color: #fff;
}

.etiquette-box.highlight {
    background-color: #ffc107;
    color: #fff;
}

.footer-section {
    background: #333;
    color: #fff;
    background: radial-gradient(rgba(68, 31, 31, 0.0), rgba(0, 0, 0, 0.6)), url('../img/Footer-banner_1.png') no-repeat center center;
    height: 55vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center 20%;
   
}



.footer-section .footer-section3 .footer-section3 h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.footer-section .footer-section3 .footer-section3 .btn-warning {
    font-size: 1.25rem;
    padding: 10px 20px;
}



form {
    color: #fff;
    font-size: 2rem;

}

.form-group {
    margin-bottom: -6px !important;
}

.caps_text
{
    text-transform:unset
} 


@media (max-width: 496px) {
    .form-group {
    margin-bottom: 1rem !important;
}
}

.centered-container {
    min-height: 100vh;
}

.question {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.question label {
    flex: 1;
    margin-right: 10px;
}

.question div {
    flex-shrink: 0;
}

.emoji, .icon {
    /* font-size: 28px; */
    cursor: pointer;
    margin: 10px 40px;
}

.emoji img {
    transition: transform 0.2s ease; /* Smooth transition */
    cursor: pointer; /* Pointer cursor on hover */
}




.mr-2, .mx-2 {
    margin-right: 2.5rem !important;

}

@media (max-width: 768px) {
    .mr-2, .mx-2 {
        margin-right: -0.5rem !important;
}


@media (max-width: 496px) {
    .emoji, .icon {
        cursor: pointer;
        margin: 10px 0px;
        text-align: left;
        padding-inline: 0px 16px;
    }
}

@media (max-width: 496px) {
    .header-text {

        text-align: left;
        margin-left: 17px;

    }
}


@media (max-width: 496px) {
.move-2{
    padding-left: 8px;
}

}

}




/* Menu  */

.section-menu {
    background-color: #f6a62d;
    padding: 50px 0;
    color: #221d1d;
    text-align: center;

}

/* .section-menu h2 {
    font-size: 2rem;
    margin-bottom: 30px;
} */

.menu-item {
    text-align: left;
    padding: 10px;
}

.menu-item h4 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.menu-item p {
    margin-bottom: -25px;
    color: #333;
}

.divider-menu {
    height: 1.5px;
    background-color: #272323;
    margin: 6px 0px;
}

.carousel-item {
    height: 400px;
   
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
}


.custom-textarea {
    width: 100%;
    background-color: #000000;

}

.btn-gradient {
    background: linear-gradient(90deg, #cc7d00, #e7a800, #cc7d00);
    border: none;
    color: white; 
    border-radius: 6px; 
    align-items: center;
   
}

/* START TOOLTIP STYLES */
[tooltip] {
    position: relative; /* opinion 1 */
  }
  
  /* Applies to all tooltips */
  [tooltip]::before,
  [tooltip]::after {
    text-transform: none; /* opinion 2 */
    font-size: .9em; /* opinion 3 */
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
  }
  [tooltip]::before {
    content: '';
    border: 5px solid transparent; /* opinion 4 */
    z-index: 1001; /* absurdity 1 */
  }
  [tooltip]::after {
    content: attr(tooltip); /* magic! */
    
    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;
    
    /* 
      Let the content set the size of the tooltips 
      but this will also keep them from being obnoxious
      */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000; /* absurdity 2 */
  }
  
  /* Make the tooltips respond to hover */
  [tooltip]:hover::before,
  [tooltip]:hover::after {
    display: block;
  }
  
  /* don't show empty tooltips */
  [tooltip='']::before,
  [tooltip='']::after {
    display: none !important;
  }
  
  /* FLOW: UP */
  [tooltip]:not([flow])::before,
  [tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
  }
  [tooltip]:not([flow])::after,
  [tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
  }
  [tooltip]:not([flow])::before,
  [tooltip]:not([flow])::after,
  [tooltip][flow^="up"]::before,
  [tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
  }
  
  /* FLOW: DOWN */
  [tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
  }
  [tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
  }
  [tooltip][flow^="down"]::before,
  [tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
  }
  
  /* FLOW: LEFT */
  [tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
  }
  [tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
  }
  
  /* FLOW: RIGHT */
  [tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
  }
  [tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
  }
  
  /* KEYFRAMES */
  @keyframes tooltips-vert {
    to {
      opacity: .9;
      transform: translate(-50%, 0);
    }
  }
  
  @keyframes tooltips-horz {
    to {
      opacity: .9;
      transform: translate(0, -50%);
    }
  }
  
  /* FX All The Things */ 
  [tooltip]:not([flow]):hover::before,
  [tooltip]:not([flow]):hover::after,
  [tooltip][flow^="up"]:hover::before,
  [tooltip][flow^="up"]:hover::after,
  [tooltip][flow^="down"]:hover::before,
  [tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
  }
  
  [tooltip][flow^="left"]:hover::before,
  [tooltip][flow^="left"]:hover::after,
  [tooltip][flow^="right"]:hover::before,
  [tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
  }
  
  
  
  
  
  
  
  
  
  