/********** Template CSS **********/
:root {
    --primary: #F3BD00;
    --secondary: #757575;
    --light: #F3F6F8;
    --dark: #0C2B4B;
}
    
body {
    margin: 0;
    font-family: "Work Sans",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #051922;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    scroll-behavior: smooth;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
     position: fixed;
    display: none;
    right: 44px;
    border-radius: 10px;
    bottom: 74px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

/* .btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
} */

.btn.btn-primary,
.btn.btn-outline-primary:hover span a {
    color: #FFFFFF;
}


.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 95px;
}

.navbar .navbar-nav .nav-link {
        font-size: 15px;
    margin-right: 21px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #0c2b4b;
}
.dropdown-item.active, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #F3BD00;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.kf-logo{
    width: 256px;
    padding: 0px 20px 0px 50px;
}

.get-start-btn{
  color: #000;
    background-color: #F3BD00;
    border-color: #F3BD00;
  padding: 33px 50px 0px 50px;
}
.get-start-btn:hover {
    color: #000;
    background-color: #f5c726;
    border-color: #f4c41a;
}
.get-start-btn p{
        font-weight: 500;
    transition: .5s;
        color: #FFFFFF;
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgb(0 0 0 / 41%);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/inner_banner/infrastructure_facilities.png) center center no-repeat;
    background-size: cover;
}


.page-header-about {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/inner_banner/about_us.png) center center no-repeat;
    background-size: cover;
}

.page-header-dimension {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/inner_banner/dimensions.png) center center no-repeat;
    background-size: cover;
}


.page-header-certificate {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/inner_banner/certificates.png) center center no-repeat;
    background-size: cover;
}

.page-header-contact_us {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/inner_banner/contact_us.png) center center no-repeat;
    background-size: cover;
}

.page-header-flanges {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/inner_banner/flanges.png) center center no-repeat;
    background-size: cover;
}

.page-header-steel-pipes {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/inner_banner/steel_pipes.png) center center no-repeat;
    background-size: cover;
}

.page-header-pipe-fittings {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/inner_banner/pipe_fittings.png) center center no-repeat;
    background-size: cover;
}

.page-header-fasteners {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/inner_banner/fasteners.png) center center no-repeat;
    background-size: cover;
}
.page-header-valve {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/inner_banner/valve.png) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Facts ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}


/*** Courses ***/
.courses {
    min-height: 100vh;
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-demo-3.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.courses-item:hover .courses-overlay {
    height: 100%;
    opacity: 1;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
    border: solid 1px;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    height: 100%;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;

    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    /* width: 150px;
    height: 150px; */
      -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.testimonial-carousel .owl-item img:hover{
     -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: all 0.3s ease-in-out;
}
/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}
.footer .btns.btn-link:hover {
    color: var(--primary);
   /* letter-spacing: 1px;*/
    box-shadow: none;
}
.btns{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    /*text-align: center;*/
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border-radius: 0px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.btns-header.btn-link:hover {
    color: #f3bd00;
   /* letter-spacing: 1px;*/
    box-shadow: none;
}
.btns-header{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    /*text-align: center;*/
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border-radius: 0px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.btns-header-contact{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #0c2b4b;
    /*text-align: center;*/
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border-radius: 0px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.btn-link-contact:hover {
    color: #e9c02f;
}
.copyright {
    background: #092139;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}


/* CSS Multiple Whatsapp Chat */


a.blantershow-chat {
  /*   background: #009688; */
  background: #fff;
  color: #404040;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  right: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
  transform: scale(1.5);
  margin: 0 10px 0 0;
}



  .blantershow-chat {
      display: inline-block;
      text-decoration: none;
      padding: 10px;
      border: 1px solid #4caf50;
      border-radius: 5px;
      transition: background-color 0.3s, color 0.3s;
    }

    .blantershow-chat:hover {
      background-color: #4caf50;
      color: #fff;
    }

    .blantershow-chat svg {
      vertical-align: middle;
      margin-right: 5px;
    }

    .blantershow-chat-chatbox {
      display: none;
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 300px;
      height: 400px;
      background-color: #fff;
      border: 1px solid #4caf50;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

  /*  .blantershow-chat:hover .blantershow-chat-chatbox {
      display: block;
    }*/

    .inner-footer-address{
    display: flex;
    margin-left: 36px;
    margin-top: -25px;
    }

        /*infrastructure section  */
        .inner-table ul li{
            padding-top: 4px;
        }
        .inner-table{
            border: solid 1px;
            /* padding: 10px; */
            border-bottom: solid;
            margin-left: 33px;
        }
        .inner-table ul li{
            margin-bottom: -12px
        }
        .inner-table-bg {
            color: #fff;
            background-color: #0c2b4b;
        }
        .inner-table-bg h2{
            color: #fff;
        }



        /*contact us section   */
        .cont-card {
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
    padding: 31px;
    font-size: 17px;
    min-height: 222px;
    text-align: center;
}
.cont-card i {
    color: #fab600;
    font-size: 24px;
}
.cont-card span {
    color: #0c2b4b;
    font-weight: 600;
}
.cont-card p {
    font-size: 14px;
    margin: 10px 0px;
}
.inner-contact-card{
    padding-bottom: 80px;
}
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    border: 1px dashed /*var(--primary)*/#fab600 !important;
}
.text-primary-custom {
    color: #fab600;
}

    /*Certification Section  */

    .card {
    background: color-white;
    box-shadow: box-shadow;
    color: color-dark;
    border-radius: 2px;

    &-image {
      background: color-white;
      display: block;
      padding-top: 70%;
      position: relative;
      width: 100%;

      img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }


@media only screen and (max-width: 600px) {
  .main {
    .container {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
    }
  }
}


li a img{
 width: 200px!important ;
}
.inner-certfication{
        border-top: solid 1px;
    margin-top: 10px;
}

@media (min-width: 1500px) {
  .team-item{
      padding: 1.75rem;
    border: solid 1px;
  }

};

  /*flanges css   */





.flanges-card:hover .flanges-card-button {
 transform: translate(-50%, 50%);
 opacity: 1;
}
.fg-card {
 width: 350px;
 height: 278px;
 border-radius: 20px;
 background: #ffffff;
 position: relative;
 padding: 1.8rem;
 border: 2px solid #c3c6ce;
 transition: 0.5s ease-out;
 overflow: visible;
}

.card-details {
    color: black;
    height: 111%;
    background-position: center;
    gap: 0.5em;
    display: grid;
    place-content: end center;
}

.card-details img {
    width: 100%;
    align-items: center;
    border-radius: 10px;
}

.card-button {
 transform: translate(-50%, 125%);
 width: 60%;
 border-radius: 1rem;
 border: none;
 background-color:#0c2b4b;
 color: #fff;
 font-size: 1rem;
 padding: .5rem 1rem;
 position: absolute;
 left: 50%;
 bottom: 0;
 opacity: 0;
 transition: 0.3s ease-out;
}

.text-body {
 color: rgb(134, 134, 134);
}

/*Text*/
.text-title {
    font-size: 16px;
    border: solid 1px #FFF;
    font-weight: 500;
    padding: 6px;
    color: #fff;
    border-radius: 16px;
    background: #f3bd00;
    text-align: center;
}

/*Hover*/
.fg-card:hover {
 border-color: #f3bd00;
 box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.fg-card:hover .card-button {
 transform: translate(-50%, 50%);
 opacity: 1;
}
.fg-1{
    /* background-image: url(../img/products/flanges/opening-flanges.jpg); */
    background-size: 270px;   
    background-repeat: no-repeat;
    background-position: top;
}
.fg-2{
    /* background-image: url(../img/products/flanges/hydraulic-sae-flanges.jpg); */
    background-size: 270px;   
    background-repeat: no-repeat;
    background-position: top;
}
.fg-3{
    /* background-image: url(../img/products/flanges/spade-flange.jpg); */
    background-size: 270px;   
    background-repeat: no-repeat;
    background-position: top;
}
.fg-4{
    /* background-image: url(../img/products/flanges/non-standard-flange.jpg); */
    background-size: 270px;   
    background-repeat: no-repeat;
    background-position: top;
}
.fg-5{
    /* background-image: url(../img/products/flanges/flange-adaptor.jpg); */
    background-size: 270px;   
    background-repeat: no-repeat;
    background-position: top;
}
.fg-6{
    /* background-image: url(../img/products/flanges/flange-adaptor.jpg); */
    background-size: 270px;   
    background-repeat: no-repeat;
    background-position: top;
}

/* // rl code // */

.div_ss_flanges p{
    align-items: center;
    justify-content: center;
    text-align: justify;
}

.div_ss_flanges {
    text-align: justify;
}  


/*sidebar */
accordion-panel {
    padding:10px; 
    border-bottom:1px solid #999898; 
    background:#e5e5e5;
  }
  .accordion-panel p {
    line-height: 21px;
    color: #444;
    font-size: 13px;
    margin-top:0;
  }
  .accordion-toggle {
    margin: 0px auto; 
    width: 500px; 
    border: 1px solid #999898; 
    border-bottom:0;
  }
  .accordion-link {
      position: relative;
      color: #fff;
      font-size: 14px;
      margin: 0px;
      padding: 10px 7px;
      cursor: pointer;
      background: #0C2B4B;
      background: -moz-linear-gradient(top, #6c6e74 0%, #4b4d51 100%);
      /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51)); */
      /* background: -webkit-linear-gradient(top, #6c6e74 0%,#4b4d51 100%); */
      background: -o-linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
      background: -ms-linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
      background: linear-gradient(top, #6c6e74 0%,#4b4d51 100%);
      border-bottom: 1px solid #999898;
      box-sizing: border-box;
  }
  .accordion-link span {
    position: absolute; 
    background: #E2E2E2; 
    width: 1px; 
    height: 11px; 
    top: 13px; 
    right: 16px; 
    transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -webkit-transition: all 0.3s; 
    -o-transition: all 0.3s;
  }
  .accordion-link span:after {
    content: ''; 
    position: absolute; 
    background: #E2E2E2; 
    height: 1px; 
    width: 11px; 
    top: 5px; 
    left: -5px; 
    transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -webkit-transition: all 0.3s; 
    -o-transition: all 0.3s;
  }
  .accordion-on.accordion-link span:after {
    opacity:0;
  }
  .accordion-on.accordion-link span {
    transform: rotate(90deg);
  }
  
  
  .sidebar .accordion-toggle {
      width: 100%;
  }

  
  
.category-sidebar ul li a {
    /* display: block; */
    padding: 0px 0px 3px 10px;
    text-transform: capitalize;
    position: relative;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}


/* ul.overview-points li::before {
content: "\f0a9";
    position: absolute;
    left: 0;
    top: 4px;
    font-family: 'FontAwesome';
    font-weight: 600;
    font-size: 12px;
    color: #1c4671;
} */


.heading {
    color: #0069ab;
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 20px;
    border-bottom: 1px solid #c8c0cf;
    padding-bottom: 10px;
    width: 100%;
}

.category-sidebar ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.category-sidebar {
    border: 1px solid #bcbfc2;
}

ul.side li {
    margin-left: 20px;
}


.category-sidebar ul li {
    display: block;
    border-bottom: 1px solid #bcbfc2;
}

/* .category-sidebar ul li a::before {
    position: absolute;
    left: 20px;
    content:"\f244"; 
    font-family: 'FontAwesome'; 
    font-weight: 400;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
} */


img.img-fluid.logo {
    background: #0C2B4B;
       width: 97%;
       padding: 10px 17px;
   }
   
   h2.title {
       font-size: 21px;
   }
   
   
   .sideheade{
     background: red !important;
   }


   .headingtopic {
    color: #0069ab;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 20px;
}

ul.overview-points {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
}


ul.overview-points {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.div_sec{
    padding: 20px 0px 20px 0px;
  }

  .div_sec h4,h6 {
    text-align: justify;
  }


 /* start  custom code */ .inner-arrow{
    padding: 10px;
 }
 .inner-arrow i{
    color: #212121;
    text-align: center;
    font-size: 18px;
    /* width: 35px;
    height: 35px; */
    line-height: 35px;
    border-radius: 50%;
    /* border: 1px solid #212121; */
    transition: all 0.2s ease-in-out;
 }

 .inner-arrow i:hover{
    border-color: #FF9800;
    background: #FF9800;
    color: #fff;
    text-decoration: none;
 }

 /* ul.overview-points li:hover {
    border-color: #FF9800;
    background: #FF9800;
    color: #fff;
    text-decoration: none;
} */

.custom_logo {
    /* border: solid 2px; */
    padding: 25px;
}

ul.overview-points li .flanges_product_name {
  
    color: #000;
    display: flex;
    gap: 8px;
    text-decoration: none;
    align-items: center;
    padding: 5px 10px;
    /* align-items: center; */
}


ul.overview-points li .flanges_product_name.active {
    border-color: #FF9800;
    background: #FF9800;
    color: #000;
    text-decoration: none;
    padding: 5px 10px;
}
 /* end  custom code */
  /* modal css  */

  .modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  }
  .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 2rem 2.5rem;
    width: 30em;
    border-radius: 0.5rem;
  }
  .close-button {
    float: right;
    width: 1.5rem;
    font-size: 1.2em;
    line-height: 1;
    padding: 0 0.2em 0.15em;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: var(--clr-neutral);
    color: var(--clr-dark);
    transition: color 0.12s ease-in-out;
  }
  .close-button:hover {
    color: var(--clr-main);
  }
  .show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  }
  

  .elbow_pipe_fittings {
    border-top: 2px solid rgb(0 0 0 / 67%);
  }
 
  .div_inner_copper {
    text-align: center;
    align-items: center;
  }

  .weld_neck {
    /* display: flex; */
    align-items: center;
    text-align: center;
  }

  /* .card {
    box-shadow: 10px 10px lightblue;

  } */

  .card:hover  {

    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  } 

  .custom_reducer {
    margin-bottom: 30px;
  }

  .read_more {
    background-color: #0C2B4B;
    border-radius: 50px;
    font-size: 12px;
    padding: 8px 17px;
    box-shadow: 1px 2px 4px #bf9c9c;
    margin-top: 10px;
    font-weight: 700;
    border: unset;
    color: #fff;

}
  
.custom_border {
    border-top: solid 2px;
    border-bottom: solid 2px;
}


#section {
    width: 500px;
    height: 400px;
    word-wrap: break-word;
  }
  
  .moretext {
    display: none;
  }

  .copper_content {
    text-align: justify;
    align-items: center;
  }
  
  .main_content {
    padding: 20px 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }


  p.form-message.success, p.form-message.error {
    font-size: 16px;
    color: #1A3154;
    background: #f7f7fd;
    padding: 10px 15px;
    margin-top: 30px; }
    p.form-message.success.form-message.error, p.form-message.error.form-message.error {
      color: #f00; }


      .about-content {
        font-size: 26px;
      }


      /* start industries we serve */


section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
}

.recipe-container {
  background: rgba(189, 181, 181, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  padding: 30px 0;
  width: min(1200px, 100%);
}

.recipe-container h1 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 20px 0 40px;
}


.post {
  max-width: 400px;
  font-size: 1rem;
  font-weight: 500;
  /* color: var(--clr-text); */
  background: #FFF;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 16px 16px 0;
  margin-bottom: 16px;
}

.post-img {
  width: 100%;
  max-width: 400px;
  object-fit: cover;
  overflow: hidden;
  aspect-ratio: 4/3;
  border-radius: 6px;
  user-select: none;
  pointer-events: none;
}

.post-body {
  display: grid;
  /* grid-template-columns: 15% 60% 20%; */
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 15px 0;
  cursor: default;
}

.post-name {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-author {
  width: fit-content;
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0.6;
  color: var(--clr-text);
}

.post-avatar {
  width: 40px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
}

.post-actions {
  position: relative;
}

.post-actions-content {
  position: absolute;
  bottom: 130%;
  right: 0;
  padding: 8px;
  border-radius: 8px;
  background: rgba(172, 172, 172, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 2px 2px 10px 2px hsl(0, 0%, 0%, 0.25);
  transition: opacity 0.25s, scale 0.25s;
  transform-origin: bottom right;
}

.post-actions-content[data-visible="false"] {
  pointer-events: none;
  opacity: 0;
  scale: 0;
}

.post-actions-content[data-visible="true"] {
  pointer-events: unset;
  scale: 1;
  opacity: 1;
}

.post-actions-content li {
  padding: 0.5rem 0.65rem;
  border-radius: 0.25rem;
  list-style: none;
}

.post-actions-content li:is(:hover, :focus-within) {
  background-color: rgba(247, 245, 245, 0.7);
}

.post-actions-link {
  width: max-content;
  display: grid;
  grid-template-columns: 1rem 1fr;
  align-items: center;
  gap: 0.6rem;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.post-like {
  text-decoration: none;
  color: var(--clr-text);
  margin-right: 5px;
  font-size: 1.1rem;
  opacity: 0.65;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.35s ease;
}

.post-actions-controller {
  border: 0;
  background: none;
  color: var(--clr-text);
  cursor: pointer;
  opacity: 0.65;
}

.post-like:hover,
.post-actions-controller:hover {
  opacity: 1;
}

.post-like:focus {
  outline: none;
}

.post-like.active {
  color: rgb(255, 0, 0);
  opacity: 1;
  transform: scale(1.2);
}

/* MEDIA QUERIES */

@media (max-width: 1200px) {
  .swiper {
    width: 80%;
  }
}

@media (max-width: 900px) {
  #recipes {
    padding: 60px 80px;
  }

  .swiper {
    width: 50%;
  }
}

@media (max-width: 765px) {
  .swiper {
    width: 70%;
  }
}

@media (max-width: 550px) {
  #recipes {
    padding: 40px 40px;
  }

  .swiper {
    width: 80%;
  }

  .bulk_enquiry {
    display: unset !important;
  }

  .emergency-call-icon {
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
  }

  .emergency-call-info a {
    font-size: 17px;
  }
}

      /* end industries we serve */


      .cta-wrap {
        position: relative;
        background: #000000;
        border-radius: 4px;
        overflow: hidden;
        z-index: 1;
        padding: 20px;
    }

    .cta-content a {
        background-color: #FF9800;
        border-radius: 4px;
        border: 1px solid #FF9800;
    }

    .cta-content a:hover {
        background-color: #FF9800;
        border: 1px solid #FF9800;

    }

    .cta-content {
        text-align: center;
    }

    .cta-content h2 {
        color: #fff;
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .theme-btn2 i {
        margin-left: 8px;
        transform: rotate(-40deg);
        transition: var(--transition2);
    }


    /* start contact us  */
    .call-content {
      padding: 50px;
      position: relative;
      background: #000000;
      border-radius: 0px;
      box-shadow: var(--box-shadow);
      z-index: 1;
      margin-top: 30px;
      width: 100%;
  }

  .call-content::before {
    content: "";
    position: unset;
    border: unset;
    border-radius: unset;
  }

  .call-content h2 {
    margin-top: 0px;
    margin-bottom: 25px;
    color: #ffffff;
    text-align: center;
}

.bulk_enquiry {
  display: flex;
  gap: 35px;
  justify-content: center;
  align-items: center;
}

.call-content::after {
  content: "";
  position: unset;
  background: unset;
}

.emergency-call {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.emergency-call-icon {
  width: 75px;
  height: 75px;
  background: #FF9800;
  color: #fff;
  font-size: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

    /* end contact us  */


    /* start faq */

    .site-heading {
      position: relative;
      z-index: 1;
  }

  .faq-area {
    margin-top: 50px;
    margin-bottom: -40px;
  }

  .site-title-tagline {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    background: #000000;
    border-radius: 50px;
    padding: 2px 15px 2px 3px;
    margin-bottom: 15px;
}

.site-title-tagline i {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 50px;
  margin-right: 5px;
}

.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 45px;
  color: #000000;
  margin-bottom: 0;
}


.faq-area .accordion-item {
  border: none;
  background: #ffffff;
  border-radius: 40px 40px 40px 0;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.faq-area .accordion-button {
  border-radius: 0px;
  background: transparent;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  box-shadow: none;
}

.faq-area .accordion-button::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* Use 900 for solid icons or 400 for regular icons */
  background: none;
  color: #f3bd00;
  font-size: 24px;
  margin-right: 3px;
}


.faq-area .accordion-body {
  color: #000000;
  font-weight: 500;
}

.faq-area .accordion-button span {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

.faq-area .accordion-button span i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px 50px 50px 0;
  background: #f3bd00;
  text-align: center;
  color: #ffffff;
}

.faq-area .accordion-button:not(.collapsed) {
  color: #f3bd00;
  background: transparent;
  border-bottom: 1px dashed #f3bd00;
  box-shadow: none;
}
    /* end faq */