@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    background-color: #ffffff;
    font-size:17px;
    text-align: justify;
    font-weight: 400;
    line-height: 1.75rem;   
    overflow-x: hidden;    
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;  
}

.layout_padding2-top {
  padding-top: 45px;
}


.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.layout_padding-pg {
  padding-top: 150px;
}

.custom_dark-btn,
.custom_orange-btn {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 145px;
  outline: none;
  color: #f7f7f7;
  border: 1px solid transparent;
}

.custom_dark-btn {
  background-color: #000000;
}

.custom_dark-btn:hover {
  border: 1px solid #000000;
  color: #000000;
  background-color: transparent;
}

.custom_orange-btn {
  background-color: #fc5d35;
}

.custom_orange-btn:hover {
  border: 1px solid #fc5d35;
  color: #fc5d35;
  background-color: transparent;
}

.custom_heading {
  text-align: center;
  font-weight: 600;
  font-family:'Roboto Slab' ;
  font-size:35px;
}

.custom_heading-text {
  text-align: center;
}

.custom_subheading {
  text-align: center;
  font-weight: 600;
  font-family:'Roboto Slab' ;
}

/*header section*/
.hero_area {
  height: 500px;
  background-color: #f7f7f7;
  margin-top:2in !important;
}
.hero_area img{
    height: 500px;
    width:100%;
}
.hero_area.sub_pages {
  height: auto;
}

.header_section {}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
}

.header_section .nav_container {
  margin: 0 auto;
}

/* Sticky */
.header_section .nav_container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 10px;
    color: #343434;
    text-align: center;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 500;
    background-color: #fff; 
    margin-left:20px;
    white-space: nowrap;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover{
  color:#fc5d35;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link .active{
  color:#fc5d35;
}

.navbar-nav .nav-item {
    margin-left: 0px; 
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.navbar{
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
}

.navbar.fixed-top{
    top:15px;
    transition: all 0.3s ease;
}

.navbar.fixed-top.scrolled{
    top:0;
}


.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #fafcfd; 
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);

  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
  margin-left:2rem;
}

.navbar-brand img {
    width:90px;
    height:80px;
    margin-right:10px;
    display: block;
}

.navbar-brand span {
    font-size: 20px;
    font-weight: 700;
    color: #2e2e2d;
    margin-top: 5px;
    font-family: Geologica;
    letter-spacing: 0.04em;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}


.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}
.quote_btn-container a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fc5d35;
  color: #f7f7f7;
  font-size: 14px;
  text-transform: uppercase;
}

/*end header section*/

/* slider section */
.slider_section {
  padding-top: 8%;
}

.slider_item-box {
  width: 100%;
  height: 100%;
}

.slider_item-box .container {
  height: 100%;
}

.slider_img-box {
  width: 85%;
  margin: 0 auto;
}

.slider_img-box img {
  width: 100%;
}

.slider_item-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.slider_item-container .slider_item-detail {}

.slider_item-detail h1 {
  font-weight: 700;
  font-size: 60px;
  width: 95%;
}

.slider_item-detail p {
  margin: 45px 0;
}

.slider_call-btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: #edb040;
  color: #fefdfd;
  border-radius: 20px;
}

.slider_section #carouselExampleControls,
.carousel-inner,
.carousel-item {
  height: 100%;
}

.slider_section .custom_carousel-control {
  position: absolute;
  top: 50%;
  left: 2%;
  width: 105px;
  transform: translateY(-50%);
}

.slider_section .custom_carousel-control .carousel-control-prev,
.slider_section .custom_carousel-control .carousel-control-next {
  margin: 10px 0;
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}

.slider_section .custom_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
  background-color: #fc5d35;
}

.slider_section .custom_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
  background-color: #000000;
}

/* end slider section */


/* service section */
.service_section .card .card-img-top {
  width: 50px;
  margin: 55px auto 5px auto;
  height:auto;
}

.service_section .card {
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.service_section .card .card-title {
  color: #fc5d35;
  font-weight:600;
  font-family:Poppins ;
}

.service_section .card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  background-color: transparent;
}

.service_section .card:hover {
  /*cursor: pointer;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);*/

}

.service_section .card:hover::after {
  /*background-color: #fc5d35;*/
}

.service_section p{
    font-family: 'Poppins', sans-serif;
    color: #000000;
    /*background-color: #ffffff;*/
    font-size:17px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.85rem; 
}

.service_section ul {
  list-style: none;   /* remove default bullets */
  padding-left: 0;
}

.service_section ul li {
  font-size: 16px;
  font-family: Poppins;
  text-align: justify;
  line-height: 1.75rem;
  position: relative;
  padding-left: 22px;
}

.service_section ul li::before {
  content: "✔";        /* custom bullet */
  color: #CC0000;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.service_section .service_box{
    padding:10px;
    border:1px double #CC0000;
}

.service_section .margin_set{
    /*margin-top:1in  ;*/
    margin:50px 0 !important;
}

.service_section .padding_set{
    padding: 50px 0;
}

/* end service section */






/* tasty section */

.tasty_section {
  width: 100%;
  height: 450px;
  /*background-image: url(../images/tasty-image.png);*/
  background-image: url(../images/bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0 15px;
}


.tasty_section h2 {
  font-size: 45px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  font-family:'Audiowide' ;
  letter-spacing: 0.07em;
  line-height: 4rem;
}

/* end tasty section */

/* client section */
.client_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.client_img-box {
  width: 350px;
}

.client_img-box img {
  width: 100%
}

.client_container h3 {
  text-align: center;
  margin-bottom: 25px;
  font-size:17px;
  font-weight:500;
  font-family: 'Poppins';
}


.client_section .custom_carousel-control {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 105px;
  transform: translateX(-50%);
}

.client_section .custom_carousel-control .carousel-control-prev,
.client_section .custom_carousel-control .carousel-control-next {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #292727;
}

.client_section .custom_carousel-control .carousel-control-prev:hover,
.client_section .custom_carousel-control .carousel-control-next:hover {
  background-color: #fc5d35;
}

.client_section .custom_carousel-control .carousel-control-prev {
  background-image: url(../images/prev.png);
}

.client_section .custom_carousel-control .carousel-control-next {
  background-image: url(../images/next.png);
}

/* end client section */

/* contact section */

.contact_section {
  background-image: url(../images/orange-dish.png);
  background-repeat: no-repeat;
  background-size: 215px;
  background-position: right center;
}

.contact_section input {
  border: none;
  outline: none;
  border-bottom: .8px solid #252525;
  width: 90%;
  margin: 10px 0;
}

.contact_form-container {
  padding: 15px 0 15px 0;

}

.contact_form-container button {
  border: none;
  background-color: #fc5d35;
  color: #fff;
  padding: 8px 40px;
  text-transform: uppercase;
  font-size: 14px;
}


/* contact section */

/* map section */
.map_section {
  height: 500px;
}


/* end map section */

/* info section */
.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;

}

.info_section h5 {
  margin-bottom: 12px;
  font-size: 22px;
}

.info_section .social-box {
  margin: 25px 0;
}

.info_section .social-box img {
  width: 35px;
  margin-right: 5px;
}

.info_section .form_container input {
  width: 225px;
  height: 30px;
}

.info_section .form_container button {
  background-color: #fc5d35;
  border: none;
  outline: none;
  color: #fff;
  padding: 5px 30px;
  margin-top: 15px;
  font-size: 15px;
}

/* end info section */


/* footer section*/

.footer_section {
  background-color: #efeded;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}

.footer_section p {
    color: #fff;
    margin: 0;
    text-align:left;
    font-family: Poppins;
    font-size:13px;
}

.footer_section a {
  color: #191818;
}

.footer_section h5 {
    color:#efeded;
    font-family:'Roboto Slab' ;
    font-size: 18px;
    font-weight: 600;
}

.footer_section a{
    text-decoration: none;
}

.footer_section a:hover{
    color: #ffc107;
}

.footer_section .list-unstyled a{
  color:#edb040;
  font-family: Poppins;
  font-size:14px;
  text-decoration: none;
}

.footer_section i{
    width: 35px;     
}

.footer_section i:hover{
    color: #fc5d35;
}

.footer_section p span a{
    color:#fff;
}

.top-nav{
  background-color: #fc5d35;
  height:15px;
}

/* end footer section*/
@media (max-width: 768px) {
   .top-nav{display: none;}
   .navbar-brand span {font-size: 16px;}
   .tasty_section h2 {font-size: 20px;}
   .tasty_section {height:375px;}
   .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
      text-align: left;
      line-height:1.75rem;
   }
   
    .hero_img{height:200px !important;}
    .service_section-main{height:200px !important; margin-bottom:-300px !important;}
    .service_section .margin_set{margin:-40px 0 important;}
    .service_section .padding_set{padding:10px 0;}
    .service_section p{font-size:15px; font-weight:400;}
     h2, .h2 {font-size:1.5rem;}
     .custom-bullets-2 li {font-size:14px;}
    .footer_section h5{
        margin-top:20px;
    }
    
    
}

@media (max-width: 576px) {
  .top-nav{display: none;}
  .navbar.fixed-top{top:0px;}
  .vbar-brand {margin-left:10px;}

  .navbar-brand img {width:50px;height:45px}
  .navbar-brand span {font-size: 16px;}
  .tasty_section h2{font-size: 20px;}
  .tasty_section {height:375px;}
  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
      text-align: left;
      line-height:1.75rem;
   }
    .hero_img{height:200px !important;}
    .service_section-main{height:200px !important; margin-bottom:-350px !important;}
    .service_section .margin_set{margin:-40px 0 !important;}
    .service_section .padding_set{padding:10px 0;}
    .service_section p{font-size:15px;}
    .custom-bullets-2 li {font-size:14px;}
    h2, .h2 {font-size:1.5rem;}
    .footer_section h5{
        margin-top:20px;
    }
}

.team{
  padding:50px 20px;
  text-align:center;
}

.team h2{
  font-size:32px;
  margin-bottom:40px;
}

.team-container{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px,1fr));
  gap:20px;
  max-width:1100px;
  margin:auto;
}

.team-card{
  background:#fff;
  padding:20px;
  border-radius:10px;
  box-shadow:0 4px 10px rgba(0,0,0,0.1);
  /*transition:0.3s;*/
  margin-bottom: 8px;
}

.team-card:hover{
    /*transform:translateY(-8px);*/
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.team-card img{
  width:200px;
  height:200px;
  /*border-radius:50%;*/
  /*object-fit:cover;*/
  margin-bottom:15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border:1px solid #fc5d35;
  border-radius: 10%;
}

.team-card h3{
  margin-bottom:5px;
  text-align: center;
  font-size :20px;
  font-family:Geologica ;
}

.team-card p{
  color:#777;
  text-align: center;
  font-size: 15px;
  font-weight:500;
  font-family: Poppins;
}

.modal{
  padding:10px 8px;
}
.modal .modal-body p{
  font-size: 14px;
  font-family: Poppins;
  text-align: justify;
  line-height: 1.75rem;
  
}

.modal .modal-body ul {
  list-style: none;   /* remove default bullets */
  padding-left: 0;
}

.modal .modal-body ul li {
  font-size: 14px;
  font-family: Poppins;
  text-align: justify;
  line-height: 1.75rem;
  position: relative;
  padding-left: 22px;
}

.modal .modal-body ul li::before {
  content: "✔";        /* custom bullet */
  color: green;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.custom-icon {
  font-size: 60px; /* any size you want */
  color: #fff;  /* optional color */
}

.par-bold{
  font-weight: 500;
}

.contact-card {
  background: #fff;
  transition: 0.3s;
  border:1px solid #fc5d35;
  padding:10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.contact-card:hover {
 
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.contact-card .profile-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.contact-card .social-icons a {
  margin: 10px 15px;
  color: #555;  
  font-size:25px;
  
}
.contact-card .social-icons a:hover {
  color: #fc5d35;
  transform: scale(1.2);
}

.contact-card a{
    text-decoration: none;
}
.social-ico{
    font-size:2rem !important;
    padding:10px 15px ;
    color:#000000;
}

.social-ico:hover{
    color:#fc5d35;
}
.address {
  display: flex;
  align-items: flex-start;
  gap: 10px;          /* space between icon and text */
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
}

.address i {
  flex-shrink: 0;     /* icon stays fixed */
  margin-top: 4px;    /* vertical alignment with first line */
}

.address br {
  display: block;     /* normal line break */
  margin: 0;
}

.pg-sub1 {
  width: 100%;
  height: 250px;
  background-image: url(https://tag.rightklicknews.com/apacs/assets/images/bg-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0 15px;
}

.hero_img{
    width:100% !important;
    height:700px; 
}

.service_section-main{
  width: 100%;
  margin-top: 0px;
  margin-bottom: 100px;
  height:700px !important;
  
}



.gallery-card {
    overflow: hidden;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}


.gallery-card img {
    width: 100%;
    height: 260px !important;
    object-fit: cover;
    transition: transform 0.4s ease;
}


.gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}


.gallery-card:hover img {
    transform: scale(1.08);
}


.gallery-item.hide {
    display: none;
}


.gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}


.gallery-card:hover img {
    transform: scale(1.08);
}

/* Zoom modal image */
.modal-img {
    width: 100%;
    border-radius: 12px;
    transition: transform 0.3s ease;
}


.modal-img:hover {
    transform: scale(1.05);
}

.text-head1{
    color:#CC0000;
    font-size:17px;
    font-weight:500;
    font-family:Audiowide ;
}

.custom-bullets-2 {
    list-style: none;
    padding-left: 0;
}

.custom-bullets-2 li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: justify;
}

.custom-bullets-2 li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #CC0000;
    position: absolute;
    left: -25px;
}

/* Card Hover Effect */


.price {
  font-weight: bold;
  color: #ffc107;
}

.topimg{
    width:100px !important;
    height:200px !important;
}

.topimg1{
    width:200px !important;
    height:200px !important;
}

.social-float{
    position: fixed;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 999;
}

.social-float a{
    display: block;
    width: 45px;
    height: 45px;
    margin: 8px 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s;
}

/* Colors */
.social-float .whatsapp{ background: #25D366; }
.social-float .facebook{ background: #3b5998; }
.social-float .instagram{ background: #E4405F; }
.social-float .youtube{ background: #CC0000; }

/* Hover effect */
.social-float a:hover{
    transform: scale(1.1);
}

.social-float a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

.subhead1{
    font-weight:500;
}
.custom-img {
    max-width: 100%;
    height: auto;
    transform: scale(1.2); /* slightly enlarge */
}
.product-section {
    overflow: hidden;
}

.product-img-wrapper {
    position: relative;
    padding: 20px;
}

.product-img {
    border-radius: 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Image hover zoom */
.product-img:hover {
    transform: scale(1.08);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

/* Content animation */
.product-content {
    animation: fadeInUp 1s ease;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive spacing */
@media (max-width: 768px) {
    .product-content {
        text-align: center;
    }
}

.vm-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-left: 4px solid #198754;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

.vm-card p,
.vm-card li {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    /* background-color: #ffffff; */
    font-size: 17px;
    text-align: justify;
    font-weight: 300;
    line-height: 1.85rem;
}