
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700,800|Open+Sans:300i,400,400i,600,700,800');
*{
	margin:0;
	padding:0;
}
body {
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	line-height:26px;
	background:#fff;
  font-weight: 400;
}
.floatleft {float:left}
.floatright {float:right}
img {
	max-width:100%;
	height:auto
}
.fix {overflow:hidden}
p {
	margin:0px;
	color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #fb9902;
	margin-bottom: 10px;
	margin-top: 0px;
  font-family: 'Montserrat', sans-serif;
}
input:focus,select:focus{
	outline:none;
}
input, button{
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
}
a {
	-webkit-transition:all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
	text-decoration:none;
	color:#fff;
	font-size:14px;
}
a:hover{
	color:#fb9902;
}
a:active, a:hover, a:focus {
	outline: none;
	text-decoration:none;
}
button:focus{
	outline:none;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
:before,:after{
  -webkit-transition: all .3s;
  transition: all .3s;
}
.bg-1{background:#0d0f11;}
.bg-2{background:#131619;}

.ptb-130{padding: 130px 0px}
.ptb-100{padding: 100px 0px}
.pt-130{padding-top: 130px}
.pt-100{padding-top: 100px}
.pb-130{padding-bottom: 130px}

.mb-30{margin-bottom: 30px;}

.bg-img-1{background: url(../images/bg/1.jpg)no-repeat center center / cover}
.bg-img-2{background: url(../images/bg/2.jpg)no-repeat center center / cover}
.bg-img-3{background: url(../images/bg/3.jpg)no-repeat center center / cover}
.bg-img-4{background: url(../images/bg/4.jpg)no-repeat center center / cover}
.bg-img-5{background: url(../images/bg/6.jpg)no-repeat center center / cover}

.black-opacity{
  position: relative;
  z-index: 9;
}
.black-opacity:before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  z-index: -9;
  opacity: .8;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/*---------header-area start---------*/
        .header-area {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 999;
            left: 0;
            background: #f8f5f0;
            height: 100px;
            transition: all 0.3s ease;
        }
        .header-bottom {
            border-bottom: 2px solid #e8e1d5;
        }
        .logo {
            padding: 10px 0px;
            height: 100px;
            display: flex;
            align-items: center;
        }
        .logo img {
            height: 80px;
            width: auto;
            max-width: 200px;
            display: block;
        }
        .mainmenu {
            position: static;
        }
        .mainmenu ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: flex-end;
        }
        .mainmenu ul li {
            position: relative;
            display: inline-block;
            margin-left: 30px;
        }
        .mainmenu ul li:first-child {
            margin-left: 0px;
        }
        .mainmenu ul li a {
            color: #57312e;
            padding: 38px 0px;
            font-weight: 600;
            text-transform: uppercase;
            display: block;
            font-size: 14px;
            letter-spacing: 1px;
            transition: all 0.3s ease;
        }
        .mainmenu ul li.active > a,
        .mainmenu ul li:hover > a {
            color: #fb9902;
        }
        .mainmenu ul li > ul {
            position: absolute;
            right: 0;
            top: 50%;
            background: #f8f5f0;
            box-shadow: 0px 5px 15px rgba(87, 49, 46, 0.1);
            width: 200px;
            text-align: left;
            padding: 15px;
            visibility: hidden;
            opacity: 0;
            transition: all 0.3s;
            border-top: 3px solid #fb9902;
        }
        .mainmenu ul li:hover > ul {
            visibility: visible;
            opacity: 1;
            top: 50%;
        }
        .mainmenu ul li > ul li {
            display: block;
            margin: 0px;
        }
        .mainmenu ul li > ul li a {
            text-transform: capitalize;
            color: #57312e;
            padding: 8px 0px;
            font-weight: 500;
        }
        .mainmenu ul li > ul li:hover a {
            padding-left: 10px;
            color: #fb9902;
        }

        /* Sticky */
        .header-area.sticky {
            background: #f8f5f0;
            box-shadow: 0px 3px 10px rgba(87, 49, 46, 0.1);
            transition: all 0.5s ease 0s;
            height: 80px;
        }
        .header-area.sticky .logo {
            height: 80px;
        }
        .header-area.sticky .logo img {
            height: 60px;
        }
        .header-area.sticky .mainmenu ul li a {
            padding: 28px 0px;
        }

        /* Hamburger */
        .hamburger {
            display: none;
            flex-direction: column;
            justify-content: space-between;
            width: 25px;
            height: 20px;
            cursor: pointer;
            z-index: 1000;
            position: relative;
        }
        .hamburger span {
            display: block;
            height: 3px;
            background: #57312e;
            border-radius: 2px;
            transition: 0.3s;
        }
        #menu-toggle {
            display: none;
        }

        /* Menu Overlay */
        .menu-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 50%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 998;
        }

        /* Responsive */
        @media (max-width: 991px) {
            .header-area {
                height: 80px;
            }
            
            .logo {
                height: 80px;
            }
            
            .logo img {
                height: 60px;
            }
            
            .mainmenu {
                position: relative;
                display: flex;
                justify-content: flex-end;
            }
            
            .mainmenu ul {
                display: none;
                flex-direction: column;
                position: fixed;
                top: 80px;
                left: 0;
                background: #f8f5f0;
                width: 100%;
                box-shadow: 0px 5px 15px rgba(87, 49, 46, 0.1);
                padding: 10px 0;
                z-index: 999;
                overflow-y: auto;
            }
            
            .mainmenu ul li {
                margin: 0;
                width: 100%;
                text-align: center;
            }
            
            .mainmenu ul li a {
                padding: 15px !important;
                font-size: 16px;
                letter-spacing: 0.5px;
                border-bottom: 1px solid #e8e1d5;
            }
            
            #menu-toggle:checked ~ ul {
                display: flex;
            }
            
            #menu-toggle:checked ~ .menu-overlay {
                display: block;
            }
            
            .hamburger {
                display: flex;
                margin-left: auto;
            }
            
            #menu-toggle:checked + .hamburger span:nth-child(1) {
                transform: rotate(45deg) translate(5px, 5px);
            }
            
            #menu-toggle:checked + .hamburger span:nth-child(2) {
                opacity: 0;
            }
            
            #menu-toggle:checked + .hamburger span:nth-child(3) {
                transform: rotate(-45deg) translate(5px, -5px);
            }
            
            /* Mobile sticky */
            .header-area.sticky {
                height: 70px;
            }
            
            .header-area.sticky .logo {
                height: 70px;
            }
            
            .header-area.sticky .logo img {
                height: 45px;
            }
            
            .header-area.sticky .mainmenu ul {
                top: 70px;
            }
        }

        /* For very small devices */
        @media (max-width: 480px) {
            .mainmenu ul li a {
                font-size: 14px;
                padding: 12px 15px !important;
            }
            
            .logo img {
                height: 50px;
            }
            
            .header-area.sticky .logo img {
                height: 40px;
            }
        }

/*---------slider-area start---------*/
.slider-items {
  position: relative;
  z-index: 9;
}
.slider-items:before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #000;
  content: "";
  height: 100%;
  opacity: .7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.slider-items img{
  visibility: hidden;
}
.single-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 80px;
}
.single-slider h2{
  font-size: 62px;
  line-height: 62px;
  margin-bottom: 25px;
  font-weight: 600;
}
.single-slider p{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
  padding-right: 50px;
}
.single-slider2.single-slider p{
  padding: 0px 0px 0px 50px;
}
.single-slider a{
  display: inline-block;
  padding:10px 30px;
  background: #fb9902;
  color: #fff;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
}
.single-slider a:hover{
  background: #fff;
  color: #fb9902;
}
.slider-active .owl-dots{
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
  text-align: center;
  width: 100%;
}
.slider-active .owl-dot {
  height: 12px;
  width: 4px;
  background: #fff;
  display: inline-block;
  margin:0px 2px;
  border-radius: 50%;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.slider-active .owl-dot.active{
  background: #fb9902;
  height: 17px;
}

/*---------slider-area end---------*/
/*---------about-area start---------*/
.section-title{
  margin-bottom: 45px;
}
.section-title h2{
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #57312e; /* Added dark brown color */
}
.section-title p{
  font-style: italic;
  font-size: 16px;
  color: #666; /* Added softer color */
}
.about-wrap {
  padding: 60px 0px; /* Reduced padding for better mobile spacing */
}
.about-wrap h3{
  font-size: 28px; /* Increased size */
  font-weight: 700;
  margin-bottom: 25px;
  color: #57312e; /* Dark brown color */
  line-height: 1.3;
}
.about-wrap p{
  margin-bottom: 20px;
  color: #666; /* Softer text color */
  line-height: 1.8;
  font-size: 16px;
}
.about-wrap a{
  display: inline-block;
  padding:12px 30px;
  background: #fb9902; /* Changed to accent color */
  color: #fff; /* White text */
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px; /* Increased spacing */
  border-radius: 3px;
  transition: all 0.3s ease;
  border: 2px solid #fb9902;
}
.about-wrap a:hover{
  background: transparent;
  color: #fb9902; /* Accent color on hover */
  transform: translateY(-2px);
}

/* New image styles */
.about-image-wrapper {
  position: relative;
  padding: 20px;
}

.about-main-img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(87, 49, 46, 0.1);
  transition: all 0.3s ease;
}

.about-main-img:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(87, 49, 46, 0.15);
}

.about-main-img img {
  width: 100%;
  height: auto;
  display: block; /* Remove extra space below image */
  transition: transform 0.3s ease;
}

.about-main-img:hover img {
  transform: scale(1.03);
}

.experience-badge {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #fb9902;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 5px 15px rgba(251, 153, 2, 0.3);
}

/* Remove the hidden visibility */
.about-img img{
  visibility: visible; /* Changed to visible */
  width: 100%;
  height: auto;
}

/* Responsive Design */
@media (max-width: 991px) {
  .about-wrap {
    padding: 40px 0px 20px; /* Adjusted for mobile */
    text-align: center;
  }
  
  .about-wrap h3 {
    font-size: 24px;
  }
  
  .about-image-wrapper {
    padding: 0 20px;
  }
  
  .experience-badge {
    top: 20px;
    right: 20px;
    font-size: 13px;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
  }
  
  .about-wrap h3 {
    font-size: 22px;
  }
  
  .about-wrap {
    padding: 30px 0px 10px;
  }
  
  .about-wrap p {
    font-size: 15px;
  }
  
  .about-wrap a {
    padding: 10px 25px;
    font-size: 14px;
  }
  
  .experience-badge {
    top: 15px;
    right: 15px;
    font-size: 12px;
    padding: 6px 12px;
  }
}

@media (max-width: 480px) {
  .section-title h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  
  .section-title p {
    font-size: 14px;
  }
  
  .about-wrap h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .about-wrap a {
    padding: 8px 20px;
    font-size: 13px;
  }
  
  .experience-badge {
    top: 10px;
    right: 10px;
    font-size: 11px;
    padding: 5px 10px;
  }
  
  .about-main-img {
    border-radius: 8px;
  }
}

/* Large screens */
@media (min-width: 1200px) {
  .about-wrap {
    padding-right: 40px;
  }
  
  .about-image-wrapper {
    padding-left: 40px;
  }
}

/* Achievement Badges */
.achievement-badges {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.badge-item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(87, 49, 46, 0.1);
    transition: all 0.3s ease;
}

.badge-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(87, 49, 46, 0.15);
}

.badge-item i {
    color: #fb9902;
    margin-right: 8px;
    font-size: 14px;
}

.badge-item span {
    font-size: 12px;
    font-weight: 600;
    color: #57312e;
}

/* Experience Badge Enhancement */
.experience-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fb9902;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(251, 153, 2, 0.3);
    z-index: 2;
}

/* Responsive Design for Badges */
@media (max-width: 767px) {
    .achievement-badges {
        justify-content: center;
        margin-top: 15px;
    }
    
    .badge-item {
        padding: 6px 12px;
    }
    
    .badge-item span {
        font-size: 11px;
    }
    
    .experience-badge {
        top: 15px;
        right: 15px;
        padding: 10px 20px;
        font-size: 12px;
    }
    
    .btn-primary,
    .btn-secondary {
        padding: 10px 20px;
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .achievement-badges {
        flex-direction: column;
        align-items: center;
    }
    
    .badge-item {
        width: 100%;
        justify-content: center;
    }
    
    .experience-badge {
        top: 10px;
        right: 10px;
        padding: 8px 15px;
        font-size: 11px;
    }
}
/*---------about-area end---------*/
/* achievements-area start */
.achievements-area {
    padding: 80px 0;
    position: relative;
}

.achievements-area.black-opacity:before {
    opacity: 0.8;
}

.achievement-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(251, 153, 2, 0.1);
    padding: 30px 25px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    margin: 10px 0;
}

.achievement-wrap:hover {
    background: rgba(251, 153, 2, 0.2);
    transform: translateY(-5px);
    border-color: #fb9902;
}

.achievement-content {
    flex: 1;
    text-align: left;
}

.achievement-content h2 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.achievement-content h3 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.achievement-content p {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    margin: 0;
    font-style: italic;
}

.achievement-icon {
    margin-left: 20px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fb9902;
}

.achievement-icon i {
    font-size: 24px;
    color: #fb9902;
}

/* Responsive Design */
@media (max-width: 991px) {
    .achievement-wrap {
        padding: 25px 20px;
        margin: 8px 0;
    }
    
    .achievement-content h3 {
        font-size: 36px;
    }
    
    .achievement-icon {
        width: 50px;
        height: 50px;
    }
    
    .achievement-icon i {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .achievements-area {
        padding: 60px 0;
    }
    
    .achievement-wrap {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }
    
    .achievement-content {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .achievement-content h2 {
        font-size: 13px;
    }
    
    .achievement-content h3 {
        font-size: 32px;
    }
    
    .achievement-icon {
        margin-left: 0;
        width: 45px;
        height: 45px;
    }
    
    .achievement-icon i {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .achievement-content h2 {
        font-size: 12px;
    }
    
    .achievement-content h3 {
        font-size: 28px;
    }
    
    .achievement-content p {
        font-size: 13px;
    }
}

/* Counter Animation */
.counter {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

/* Ensure white text for all content in this section */
.achievements-area h2,
.achievements-area h3,
.achievements-area p {
    color: #fff !important;
}
/* achievements-area end */
/* Flag Styles */
.country-flag {
    width: 60px;
    height: 40px;
    margin: 0 auto 20px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
    transition: all 0.3s ease;
}

.flag-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.experience-card:hover .country-flag {
    transform: scale(1.1) rotate(2deg);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Responsive flag sizes */
@media (max-width: 991px) {
    .country-flag {
        width: 50px;
        height: 35px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .country-flag {
        width: 45px;
        height: 30px;
        margin-bottom: 12px;
    }
}

@media (max-width: 480px) {
    .country-flag {
        width: 40px;
        height: 28px;
        margin-bottom: 10px;
    }
}

/* Ensure existing experience card styles work with flags */
.experience-card {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(87, 49, 46, 0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.experience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(87, 49, 46, 0.15);
}

.experience-card h3 {
    color: #57312e;
    margin-bottom: 15px;
    font-weight: 700;
}

.experience-card p {
    color: #666;
    line-height: 1.6;
}



/* Milestones Area Styles */
.milestones-area {
    padding: 100px 0;
}

.milestone-category {
    margin-bottom: 50px;
}

.category-title {
    color: #57312e;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #fb9902;
    display: inline-block;
}

.milestone-card {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(87, 49, 46, 0.1);
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border-left: 4px solid #fb9902;
}

.milestone-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(87, 49, 46, 0.15);
}

.milestone-icon {
    width: 50px;
    height: 50px;
    background: #fb9902;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    font-size: 20px;
}

.milestone-content h4 {
    color: #57312e;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}

.milestone-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.restaurant-milestone {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(87, 49, 46, 0.08);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border-top: 3px solid #fb9902;
}

.restaurant-milestone:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(87, 49, 46, 0.12);
}

.restaurant-milestone h4 {
    color: #57312e;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
}

.restaurant-milestone p {
    color: #666;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 991px) {
    .milestone-card {
        padding: 20px;
    }
    
    .milestone-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
        margin-right: 15px;
    }
    
    .restaurant-milestone {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .milestones-area {
        padding: 80px 0;
    }
    
    .milestone-card {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }
    
    .milestone-icon {
        margin: 0 auto 15px;
    }
    
    .category-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .restaurant-milestone {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .milestone-content h4 {
        font-size: 16px;
    }
    
    .milestone-content p {
        font-size: 14px;
    }
    
    .restaurant-milestone h4 {
        font-size: 15px;
    }
    
    .restaurant-milestone p {
        font-size: 13px;
    }
}

/* Culinary Specialties Styles */
.culinary-specialties-area {
    padding: 100px 0;
}

.specialty-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(87, 49, 46, 0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border-top: 5px solid #fb9902;
}

.specialty-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(87, 49, 46, 0.15);
}

.specialty-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.specialty-icon {
    width: 60px;
    height: 60px;
    background: #fb9902;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 24px;
}

.specialty-header h3 {
    color: #57312e;
    font-weight: 700;
    margin: 0;
    font-size: 22px;
}

/* Cuisine Grid */
.cuisine-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
}

.cuisine-item {
    background: #f8f5f0;
    padding: 12px 15px;
    border-radius: 25px;
    text-align: center;
    font-weight: 600;
    color: #57312e;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.cuisine-item:hover {
    background: #fb9902;
    color: #fff;
    transform: translateY(-2px);
    border-color: #fb9902;
}

/* Skill Grid */
.skill-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
}

.skill-item {
    background: #f8f5f0;
    padding: 12px;
    border-radius: 20px;
    text-align: center;
    font-weight: 600;
    color: #57312e;
    transition: all 0.3s ease;
}

.skill-item:hover {
    background: #57312e;
    color: #fff;
    transform: scale(1.05);
}

/* Leadership Section */
.leadership-card {
    border-top: 5px solid #57312e;
}

.leadership-item {
    text-align: center;
    padding: 20px 15px;
}

.leadership-icon {
    width: 50px;
    height: 50px;
    background: #57312e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 20px;
}

.leadership-item h4 {
    color: #57312e;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}

.leadership-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
    .specialty-card {
        padding: 25px;
    }
    
    .specialty-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-right: 15px;
    }
    
    .specialty-header h3 {
        font-size: 20px;
    }
    
    .cuisine-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 10px;
    }
    
    .cuisine-item {
        padding: 10px 12px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .culinary-specialties-area {
        padding: 80px 0;
    }
    
    .specialty-header {
        flex-direction: column;
        text-align: center;
    }
    
    .specialty-icon {
        margin: 0 auto 15px;
    }
    
    .leadership-item {
        margin-bottom: 20px;
    }
    
    .cuisine-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .skill-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .specialty-card {
        padding: 20px;
    }
    
    .specialty-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .specialty-header h3 {
        font-size: 18px;
    }
    
    .cuisine-item {
        padding: 8px 10px;
        font-size: 13px;
    }
    
    .skill-item {
        padding: 10px;
        font-size: 13px;
    }
    
    .leadership-item {
        padding: 15px 10px;
    }
    
    .leadership-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

/*---------wedo-area start---------*/
.wedo-area {
    padding: 80px 0;
}

.wedo-wrap {
    overflow: hidden;
    background: #f8f5f0; /* Changed to off-white to match header */
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(87, 49, 46, 0.1);
    transition: all 0.3s ease;
    border-left: 4px solid #fb9902;
}

.wedo-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(87, 49, 46, 0.15);
}

.wedo-icon {
    background: #fff;
    float: left;
    margin-right: 20px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(251, 153, 2, 0.2);
}

.wedo-icon span {
    display: block;
    padding-top: 0;
}

.wedo-icon span:before{
    font-size: 40px; /* Reduced size for better balance */
    color: #fb9902;
}

.wedo-info {
    overflow: hidden;
    padding: 5px 0px; /* Reduced padding */
}

.wedo-info h3{
    font-size: 18px;
    font-weight: 700;
    color: #57312e; /* Dark brown */
    margin-bottom: 10px;
}

.wedo-info p{
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 14px;
}

.wedo-img {
    padding: 20px 0;
    text-align: center;
}

.wedo-img img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(87, 49, 46, 0.2);
}

/* Center button styles */
.text-center .btn {
    background: #fb9902;
    color: #fff;
    padding: 15px 40px;
    border: 2px solid #fb9902;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 40px;
}

.text-center .btn:hover {
    background: transparent;
    color: #fb9902;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .wedo-wrap {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .wedo-icon {
        padding: 15px;
        margin-right: 15px;
    }
    
    .wedo-icon span:before{
        font-size: 35px;
    }
    
    .wedo-img {
        padding: 30px 0;
        order: -1; /* Move image to top on mobile */
    }
}

@media (max-width: 767px) {
    .wedo-area {
        padding: 60px 0;
    }
    
    .wedo-wrap {
        text-align: center;
        padding: 20px 15px;
    }
    
    .wedo-icon {
        float: none;
        margin: 0 auto 15px;
        display: inline-block;
        padding: 15px;
    }
    
    .wedo-info {
        padding: 0;
    }
    
    .wedo-info h3 {
        font-size: 16px;
    }
    
    .wedo-info p {
        font-size: 13px;
    }
    
    .hidden-sm {
        display: block !important; /* Ensure image is visible on mobile */
    }
}

@media (max-width: 480px) {
    .wedo-wrap {
        padding: 15px;
    }
    
    .wedo-icon {
        padding: 12px;
    }
    
    .wedo-icon span:before{
        font-size: 30px;
    }
    
    .text-center .btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}

/* Specific layout for 4-box structure */
.row .col-md-4:nth-child(1) .wedo-wrap,
.row .col-md-4:nth-child(3) .wedo-wrap {
    height: auto; /* Allow natural height */
    min-height: 180px; /* Minimum height for consistency */
}

/* Ensure proper spacing for the 2+2 layout */
.col-md-4.col-sm-6.col-xs-12 {
    margin-bottom: 0;
}

/* Center align the middle column content */
.col-md-4.hidden-sm.col-xs-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*---------wedo-area end---------*/
/*---------project-area start---------*/
.project-area{
  padding: 130px 0px 100px;
}
.project-menu{
  text-align: center;
  margin-bottom: 45px;
}
.project-menu button{
  padding: 8px 20px;
  background: #fff;
  color: #222;
  border-radius: 3px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  margin:0px 2px;
}
.project-menu button.active{
  background: #fb9902;
}
.project-wrap{
  position: relative;
  margin-bottom: 30px;
  z-index: 9;
}
.project-wrap:before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  z-index: 9;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}
.project-wrap:hover:before{
  opacity: .5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.project-wrap img{
  width: 100%;
}
.project-wrap a{
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%,-50%) rotate(45deg);
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  -moz-transform: translate(-50%,-50%) rotate(45deg);
  background: #fb9902;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 99;
}
.project-wrap:hover a{
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.project-wrap a:hover{
  background: #fff;
  color: #222;
}
.project-wrap a i{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
/*---------project-area end---------*/
/* consultation-area start */
.consultation-area {
    position: relative;
    padding: 100px 0;
}

.consultation-wrap {
    padding: 40px 0;
}

.consultation-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 40px 0;
}

.consultation-img img {
    max-width: 100%;
    height: auto;
    max-height: 770px;
    object-fit: contain;
    display: block;
}

/* Form Styles */
.consultation-wrap p {
    margin-bottom: 8px;
    font-weight: 500;
    color: #fff;
}

.consultation-wrap input,
.consultation-wrap select,
.consultation-wrap textarea {
    margin-bottom: 20px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 15px;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s ease;
}

.consultation-wrap input:focus,
.consultation-wrap select:focus,
.consultation-wrap textarea:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #fb9902;
    outline: none;
}

.consultation-wrap input::placeholder,
.consultation-wrap textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.consultation-wrap select {
    color: #fff;
}

.consultation-wrap select option {
    color: #333;
}

.consultation-wrap textarea {
    min-height: 120px;
    resize: vertical;
}

.consultation-wrap button {
    padding: 15px 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background: #fb9902;
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.consultation-wrap button:hover {
    background: #e58900;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 991px) {
    .consultation-area {
        padding: 80px 0;
    }
    
    .consultation-wrap {
        padding: 30px 0;
    }
    
    .consultation-img {
        padding: 30px 0;
    }
    
    .consultation-img img {
        max-height: 400px;
    }
}

@media (max-width: 767px) {
    .consultation-area {
        padding: 60px 0;
    }
    
    .consultation-wrap {
        padding: 20px 0;
    }
    
    .consultation-wrap button {
        padding: 12px 30px;
    }
}

@media (max-width: 480px) {
    .consultation-area {
        padding: 40px 0;
    }
    
    .consultation-wrap {
        padding: 15px 0;
    }
    
    .consultation-wrap input,
    .consultation-wrap select,
    .consultation-wrap textarea {
        padding: 10px 12px;
        margin-bottom: 15px;
    }
}
/* consultation-area end */

/*---------team-area start---------*/
.team-area{
  padding: 130px 0px 100px;
}
.team-wrap{
  margin-bottom: 30px;
}
.team-img{
  position: relative;
}
.team-img img{
  width: 100%;
}
.team-img:before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 9;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}
.team-wrap:hover .team-img:before{
  opacity: .5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.team-icon{
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 125px;
  z-index: 9;
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
    transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
}
.team-wrap:hover .team-icon{
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.team-icon ul{
  text-align: center;
  margin-bottom: 5px;
}
.team-icon ul li{
  display: inline-block;
  margin: 0px 3px;
}
.team-icon ul li a{
  display: block;
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
.team-icon ul li a:hover{
  background: #fb9902;
  border-color: #fb9902;
}
.team-content{
  background: #0d0f11;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  text-align: center;
  padding: 25px 0px;
}
.team-content h3{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
.team-content p{
  font-size:13px;
  font-style: italic;
}
/*---------team-area end---------*/

/*---------booknow-area start---------*/
.booknow-wrap{
  padding: 120px 0px;
}
.booknow-wrap p{
  margin-bottom: 5px;
  font-style: italic;
}
.booknow-wrap input,
.booknow-wrap select,
.booknow-wrap textarea {
  margin-bottom: 25px;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #fff;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  box-sizing: border-box;
}
.booknow-wrap input,
.booknow-wrap select {
  height: 40px;
}
.booknow-wrap textarea {
  min-height: 120px;
  resize: vertical;
}
.booknow-wrap select option{
  color: #222;
}
.booknow-wrap input::-webkit-input-placeholder,
.booknow-wrap textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color:#fff;
}
.booknow-wrap input::-moz-placeholder,
.booknow-wrap textarea::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color:#fff;
}
.booknow-wrap input:-ms-input-placeholder,
.booknow-wrap textarea:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color:#fff;
}
.booknow-wrap input:-moz-placeholder,
.booknow-wrap textarea:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color:#fff;
}
.booknow-wrap button{
  padding: 12px 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  background: #fb9902;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.booknow-wrap button:hover{
  background: #fff;
  color: #222;
}
/*---------booknow-area end---------*/

/*---------blog-area start---------*/
.blog-area{
  padding: 130px 0px 100px;
}
.blog-wrap{
  margin-bottom: 30px;
  background: #131619;
}
.blog-img img{
  width: 100%;
}
.blog-content{
  overflow: hidden;
  padding: 10px 20px 30px;
}
.blog-content ul {
  margin-bottom: 10px;
}
.blog-content ul li{
  display: inline-block;
  margin-right: 10px;
}
.blog-content ul li:last-child{
  margin-right: 0px;
}
.blog-content ul li a{
  display: block;
  color: #ccc;
  font-size: 12px;
}
.blog-content h3{
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.blog-content  p{
  margin-bottom: 15px;
}
.blog-content a{
  display: inline-block;
  float: right;
  color: #fff;
}
.blog-content a:hover{
  color: #fb9902;
}
/*---------blog-area end---------*/
/*---------footer-area start---------*/
.footer-top{
  padding: 100px 0px 70px;
}
.footer-widget {
  margin-bottom: 30px;
}
.footer-widget h2{
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
}
.footer-widget h2:before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #fff;
  content: "";
}
.footer-widget p{
  margin-bottom: 20px;
}
.footer-content ul li{
  display: block;
  margin-bottom: 5px;
  line-height: 30px;
  padding-left: 30px;
  position: relative;
}
.footer-content ul li i{
  position: absolute;
  left: 0;
  color: #fb9902;
  font-size: 18px;
  top: 7px;
}
.footer-time ul li span.color{
  color: #fb9902;
}
.footer-menu ul li a{
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.footer-menu ul li a:before{
  position: absolute;
  left: 0;
  top: 0;
  content: "\f061";
  color: #fff;
  font-size: 12px;
  font-family: fontawesome;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}
.footer-menu ul li a:hover:before{
  padding-left: 5px;
}
.instragram ul{
  overflow: hidden;
}
.instragram ul li{
  float: left;
  margin:3px 3px;
  width: 23%;
}
.instragram ul li a{
  display: block;
  position: relative;
}
.instragram ul li a:before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
}
.instragram ul li a img{
  width: 100%;
}
.instragram ul li a:hover:before{
  opacity: .5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.footer-bottom-area{
  padding: 20px 0px;
  background: #fb9902;
}

.copyright p a{
  font-weight: 600;
  color: #222;
}
.socil-media-icon {
  text-align: right;
}
.socil-media-icon ul li{
  display: inline-block;
}
.socil-media-icon ul li a{
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
}
.socil-media-icon ul li a:hover{
  background: #fff;
  color: #222;
}

/* Scroll to Top Button */
#scrollUp {
    background: #fb9902 !important; /* Your accent color */
    color: #fff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 50px !important;
    font-size: 20px !important;
    right: 30px !important; /* Position from right */
    bottom: 30px !important; /* Position from bottom */
    box-shadow: 0 5px 15px rgba(251, 153, 2, 0.3) !important;
    transition: all 0.3s ease !important;
}

#scrollUp:hover {
    background: #e58900 !important; /* Darker shade on hover */
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(251, 153, 2, 0.4) !important;
}

#scrollUp i {
    line-height: 50px !important;
    display: block !important;
}

/* Remove any existing positioning */
#scrollUp {
    left: auto !important; /* Remove left positioning */
    margin: 0 !important; /* Remove any margins */
}

/* Responsive positioning */
@media (max-width: 767px) {
    #scrollUp {
        right: 20px !important;
        bottom: 20px !important;
        width: 45px !important;
        height: 45px !important;
        line-height: 45px !important;
        font-size: 18px !important;
    }
    
    #scrollUp i {
        line-height: 45px !important;
    }
}

@media (max-width: 480px) {
    #scrollUp {
        right: 15px !important;
        bottom: 15px !important;
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 16px !important;
    }
    
    #scrollUp i {
        line-height: 40px !important;
    }
}
/*---------footer-area end---------*/


/*=======================================
      home page two style here
=======================================
*/
.about-area2 .about-wrap{
  padding: 0px;
}
.wedo-area2{
  padding: 130px 0px 100px;
}
.wedo-area2 .wedo-wrap {
    text-align: center;
    padding: 40px 40px 30px;
    margin-bottom: 30px;
}
.wedo-area2 .wedo-icon {
    background: #191b1e;
    float: none;
    margin-right: 0;
    height: 110px;
    padding: 30px;
    width: 110px;
    margin:0px  auto 10px;
    border-radius: 50%;
}

/*-----------fanfact-area start-----------*/
.fanfact-area{
  padding: 120px 0px;
}
.fanfact-wrap{
  overflow: hidden;
  padding: 0px 40px;
}
.fanfact-content{
  float: left;
  margin-right: 20px;
}
.fanfact-content h2{
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.fanfact-content h3{
  font-size: 67px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 700;
  width: 170px;
}
.fanfact-icon{
  overflow: hidden;
}
.fanfact-icon i{
  font-size: 100px;
  color: #fb9902;
}
/*-----------fanfact-area end-----------*/
.banner-area{
  height: 750px;
}
/*--------------------tetsmonial-area start--------------------*/
.test-active{
  padding-bottom: 70px;
}
.test-img{
  height: 180px;
  width: 180px;
  overflow: hidden;
  margin:0px auto 30px;
  border-radius: 50%;
}
.test-items h2{
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
.test-items p{
  font-size: 16px;
  padding: 0px 10px;
}
.test-active .owl-dots{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.test-active .owl-dot{
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 3px;
  background: #fff;
}
.test-active .owl-dot.active{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  background: #fb9902;
}
/*--------------------tetsmonial-area end--------------------*/

/*===========================================
      home page three style here
===========================================
*/
.about-area3 .about-wrap{
  padding: 0px;
}
.faq-wrap {
    margin-top: 30px;
}
.faq-wrap .panel-default > .panel-heading {
  background-color: transparent;
  border-color: #e1e1e1;
  padding:0px;
  font-weight: 700;
}
.about-wrap .faq-wrap .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  padding: 12px 20px;
}
.faq-wrap  .panel-body p {
  margin-bottom:0px;
  color: #fff;
}
.faq-wrap .panel-body {
    padding: 20px 20px;
	background: #131619;
}
.faq-wrap .panel-default a {
  display: block;
  position: relative;
  background:#fb9902;
  color:#fff;
  overflow:hidden;
  font-size:14px;
  margin-top: 0px;
}
.faq-wrap .panel-default a:before{
    position: absolute;
    right: -15px;
    top: 0;
    width: 57px;
    height: 100%;
    background: #fb9902;
    content: "";
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
}
.faq-wrap .panel-default a.collapsed{
  background: #131619;
}
.faq-wrap .panel-default a:after {
  content: "";
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  right: 0;
  background: #fb9902;
  height: 100%;
  top: 0;
  width: 35px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  border:1px solid #fb9902;
}
.faq-wrap .panel {
    margin-bottom: 10px;
    background-color: #fff;
    border:none;
    border-radius: 4px;
    box-shadow:none;
    -moz-box-shadow:none;
    color: #222;
}
.faq-wrap .panel-default a.collapsed:after{
  content:"\f107";
}

.wedo-area3 .wedo-wrap{
  padding: 0px;
  background: transparent;
}
.wedo-area3 .wedo-info{
  padding-bottom: 0px;
}
.wedo-area3{
  padding-bottom: 0px;
}
.wedo-area3 .wedo-img{
  padding:0px;
}
/*-------------------quote-area start-------------------*/
.quote-area{
  padding: 125px 0px;
}
.quote-wrap p{
  text-align: center;
  font-size: 16px;
  padding: 0px 10px;
}
.quote-wrap p span{
  color: #fb9902;
}
/*-------------------quote-area end-------------------*/

/*-------------------shop-area start-------------------*/
.shop-area{
  padding: 130px 0px 100px;
}
.shop-wrap{
  background: #131619;
  text-align: center;
  margin-bottom: 30px;
}
.shop-img{
  position: relative;
  padding: 30px 0px;
  overflow: hidden;
}
.shop-img ul{
  position: absolute;
  right: 0;
  height: 100%;
  background: #fb9902;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 15px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform-origin: right;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  visibility: hidden;
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.shop-wrap:hover .shop-img ul{
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  visibility: visible;
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.shop-img ul li{
  margin-bottom: 20px;
}
.shop-img ul li a{
  font-size: 25px;
}
.shop-img ul li a:hover{
  color: #222;
}
.shop-content{
  background: #222;
  padding: 30px 0px;
}
.shop-content h3{
  font-size: 20px;
  color: #fff;
  margin-bottom: 0px;
}

/*-------------------shop-area end-------------------*/
/*-------------------strategy-area start-------------------*/
.strategy-area{
  padding: 80px 0px;
}
.strategy-area.black-opacity:before{
  opacity: .85;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  background: #1a1a1a; /* Darker overlay for better text contrast */
}
.strategy-wrap h2{
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fb9902; /* Chef's accent color */
  font-size: 36px;
}
.strategy-wrap p{
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.6;
  color: #fff;
}
.strategy-benefits {
  margin-bottom: 30px;
}
.strategy-benefits span {
  display: inline-block;
  margin: 0 15px 10px;
  padding: 8px 15px;
  background: rgba(251, 153, 2, 0.2);
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
}
.strategy-benefits i {
  color: #fb9902;
  margin-right: 5px;
}
.strategy-wrap a{
  display: inline-block;
  padding: 15px 40px;
  text-transform: uppercase;
  background: #fb9902;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: 2px solid #fb9902;
}
.strategy-wrap a:hover{
  background: transparent;
  color: #fb9902;
}
/*-------------------strategy-area end-------------------*/
/*-------------------breadcumb-area start-------------------*/
.breadcumb-area{
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.breadcumb-wrap{
  padding-top: 70px;
}
.breadcumb-wrap h2{
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.breadcumb-wrap ul li{
  display: inline-block;
  margin: 0px 2px;
  font-size: 16px;
  font-weight: 600;
}
.breadcumb-wrap ul li.active{
  color: #fb9902;
}
/*-------------------breadcumb-area end-------------------*/
.about-area3 .about-img {
    height: 636px !important;
}
/*=============================================
            service-page start
=============================================*/
.service-page-wrap h3{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}
.service-page-wrap p{
  margin-bottom: 20px;
}

/* Service Features List */
.service-features {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    text-align: left;
}

.service-features li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    text-align: left;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #fb9902;
    font-weight: bold;
    font-size: 16px;
}

.wedo-wrap {
    padding: 25px 20px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(87, 49, 46, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    background: #fff;
    height: auto; /* Changed from fixed height */
    min-height: 320px; /* Minimum height for consistency */
}

.wedo-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(87, 49, 46, 0.15);
}

.wedo-icon {
    text-align: center;
    margin-bottom: 20px;
}

.wedo-icon span {
    font-size: 40px;
    color: #fb9902;
    display: inline-block;
}

.wedo-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.wedo-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    color: #57312e;
}

.wedo-info p {
    margin-bottom: 15px;
    text-align: center;
    color: #666;
    line-height: 1.6;
    flex-grow: 1;
}

/* Font Awesome Icons */
.wedo-icon span.fa {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.wedo-icon span.fa:before {
    display: block;
}

/* Service Page Image */
.service-page-img img {
    max-width: 50%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(87, 49, 46, 0.2);
}

/* Quote Area Styling */
.quote-wrap p span {
    color: #fb9902;
    font-weight: 600;
}

/* ========== RESPONSIVE DESIGN ========== */
/* Tablets (768px - 991px) */
@media (max-width: 991px) {
    .wedo-wrap {
        padding: 20px 15px;
        min-height: 300px;
    }
    
    .wedo-icon {
        margin-bottom: 15px;
    }
    
    .wedo-icon span {
        font-size: 35px;
    }
    
    .wedo-info h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .wedo-info p {
        font-size: 15px;
        margin-bottom: 12px;
    }
    
    .service-features li {
        font-size: 13px;
        padding-left: 20px;
    }
}

/* Mobile Devices (767px and below) */
@media (max-width: 767px) {
    .wedo-wrap {
        padding: 20px;
        min-height: auto; /* Remove min-height on mobile */
        margin-bottom: 20px;
        height: auto; /* Ensure full height flexibility */
    }
    
    .wedo-icon {
        margin-bottom: 15px;
    }
    
    .wedo-icon span {
        font-size: 32px;
    }
    
    .wedo-info h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .wedo-info p {
        font-size: 14px;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .service-features {
        margin: 10px 0 0 0;
    }
    
    .service-features li {
        font-size: 13px;
        padding-left: 18px;
        margin-bottom: 6px;
        line-height: 1.4;
    }
    
    .service-page-wrap h3 {
        font-size: 24px;
    }
    
    .service-page-wrap p {
        font-size: 15px;
    }
}

/* Small Mobile Devices (480px and below) */
@media (max-width: 480px) {
    .wedo-wrap {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .wedo-icon {
        margin-bottom: 12px;
    }
    
    .wedo-icon span {
        font-size: 28px;
    }
    
    .wedo-info h3 {
        font-size: 16px;
    }
    
    .wedo-info p {
        font-size: 13px;
    }
    
    .service-features li {
        font-size: 12px;
        padding-left: 16px;
    }
    
    .service-features li:before {
        font-size: 14px;
    }
    
    /* Ensure proper grid layout on mobile */
    .col-xs-12 {
        width: 100%;
    }
}

/* Extra small devices (320px and below) */
@media (max-width: 320px) {
    .wedo-wrap {
        padding: 12px;
    }
    
    .wedo-info h3 {
        font-size: 15px;
    }
    
    .wedo-info p {
        font-size: 12px;
    }
    
    .service-features li {
        font-size: 11px;
    }
}

/* Fix for specific screen sizes */
@media (min-width: 768px) and (max-width: 991px) {
    .wedo-wrap {
        min-height: 340px;
    }
}

/* Ensure proper alignment on all screens */
.wedo-info > *:last-child {
    margin-bottom: 0;
}

/* Prevent text overflow */
.wedo-info h3,
.wedo-info p,
.service-features li {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/*--------work-area start--------*/
.work-area{
  padding: 100px 0px 70px;
}
.work-wrap {
  margin-bottom: 30px;
  text-align: center;
}
.work-wrap i{
  height: 100px;
  width: 100px;
  background: #131619;
  border-radius: 50%;
  line-height: 100px;
  font-size: 30px;
  color: #fb9902;
  margin-bottom: 25px;
}
.work-wrap h3{
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}
/*--------work-area end--------*/

/*--------working-time-area start--------*/
.working-time-wrap {
    padding: 115px 0;
}
.working-time-wrap h2{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}
.working-time-wrap ul{
  overflow: hidden;
}
.working-time-wrap ul li{
  margin-bottom: 5px;
  position: relative;
}
.working-time-wrap ul li:before{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
  content: "";
  border-bottom: 1px dashed #fff;
  width: 100px;
}
.working-time-wrap ul li.weekend{
  color: #fb9902;
}
.working-time-wrap ul li.weekend:before{
  border-bottom: 1px dashed #fb9902; 
}
/*--------working-time-area end--------*/
.wedo-area.bg-2.wedo-area2.wedo-area3.pt-100 {
    padding-top: 100px;
}

/*-------------------------single-team-area start-------------------------*/
.single-team-img img{
  visibility: hidden;
}
.single-team-wrap h3{
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0px;
}
.single-team-wrap span.single-team{
  display: block;
  margin-bottom: 25px;
  font-style: italic;
  font-weight: 600;
}
.single-team-wrap p{
  margin-bottom: 20px;
}
.progress-wrap{
  width: 80%;
  overflow: hidden;
}
.progress-wrap .progress {
    height: 20px;
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: none;
    overflow:visible;
}
.progress-wrap .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    color: #fff;
    text-align: center;
    background-color: #fb9902;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    border-radius: 10px;
    position: relative;
}
.progress-wrap .progress-bar span{
  position: absolute;
  right: 0;
  top: -15px;
  font-size: 16px;
  font-weight: 600;
}
.progress-wrap p{
  margin-bottom: 10px;
  font-size: 16px;
}
a.appoinment-btn{
  padding: 10px 30px;
  text-transform: uppercase;
  background: #fb9902;
  font-weight: 700;
  font-size: 12px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 20px;
}
a.appoinment-btn:hover{
  background: #fff;
  color: #222;
}
.socil-icon{
  margin-top: 30px;
}
.socil-icon ul li{
  display: inline-block;
  margin-right: 3px;
}
.socil-icon ul li a{
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: block;
  text-align: center;
}
.socil-icon ul li a:hover{
  background: #fff;
}
/*-------------------------single-team-area end-------------------------*/

/*-------------------------sidebar-area start-------------------------*/
.widget{
  margin-bottom: 40px;
}
.search-wrap form{
  position: relative;
}
.search-wrap input{
  width: 100%;
  height: 40px;
  padding-right: 45px;
  border:none;
  border-bottom: 1px solid #fff;
  background: transparent;
}
.search-wrap button{
  position: absolute;
  right: 0px;
  background: transparent;
  border:none;
  color: #fff;
  height: 40px;
  top: 0px;
}
.search-wrap button:hover{
  color: #fb9902;
}
.search-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color:#fff;
}
.search-wrap input::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color:#fff;
}
.search-wrap input:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color:#fff;
}
.search-wrap input:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color:#fff;
}
.widget .widget-title{
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.sidebar-menu ul li{
  line-height: 30px;
}
.sidebar-menu ul li a{
  position: relative;
  padding-left: 20px;
}
.sidebar-menu ul li a:before{
  position: absolute;
  left: 0;
  top: 50%;
  content: "\f101";
  font-family: fontawesome;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar-menu ul li a:hover:before{
  left: 5px;
}
.recent-post ul li{
  overflow: hidden;
  margin-bottom: 20px;
}
.recent-post ul li:last-child{
  margin-bottom: 0px;
}
.post-img{
  float: left;
  margin-right: 15px;
}
.post-content{
  overflow: hidden;
}
.post-content a{
  display: block;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.post-content p{
  font-size: 12px;
  font-style: italic;
}
.tag-wrap ul li{
  display: inline-block;
  margin-bottom: 5px;
}
.tag-wrap ul li a{
  display: block;
  padding: 6px 20px;
  border:1px solid #fff;
  font-weight: 500;
  border-radius: 3px;
}
.tag-wrap ul li a:hover{
  color: #fff;
  background: #fb9902;
  border-color: #fb9902;
}
.tag-wrap{
  margin-bottom: 0px;
}
.pagination-wrap{
  margin: 20px 0px 30px;
}
.pagination-wrap ul li{
  display: inline-block;
}
.pagination-wrap ul li a,.pagination-wrap ul li span{
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #fff;
  color: #222;
  font-weight: 600;
  font-size: 16px;
  display: block;
}
.pagination-wrap ul li span,.pagination-wrap ul li:hover a{
  background: #fb9902;
  color: #fff;
}

/*------------ price-range start-----------*/
.price-range {
  overflow: hidden;
  padding: 10px 0px 30px;
}
.ui-slider-horizontal .ui-slider-handle {
  background: #ffffff none repeat scroll 0 0;
  border: 3px solid #fb9902;
  border-radius: 50%;
  height: 15px;
  top: -4px;
  outline:none;
  width: 15px;
}
.ui-slider-horizontal .ui-slider-range {
  background: #fb9902 none repeat scroll 0 0;
}
.ui-slider-horizontal {
  background: #e9e9e9 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  height: 7px;
}
.value {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: normal;
  left: 50%;
  margin: 0 0 0 -20px;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 40px;
}
.price-range-both.value {
  margin: 0 0 0 500px;
  top: 26px;
  width: 100px;
}
/*------------ recent-product-area-----------*/
.recent-product-wrap ul li{
  overflow:hidden;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #eee;
}
.recent-product-wrap ul li:last-child{
  border-bottom:none;
   margin-bottom:0px;
  padding-bottom:0px;
}
.recent-product-img {
  float: left;
  margin-right: 20px;
}
.recent-product-content {
  overflow: hidden;
}
.recent-product-content a {
  color: #fb9902;
  font-size: 16px;
  display: block;
}
.recent-product-content a:hover{color:#fb9902}
.recent-product-content span {
  display: block;
  margin-bottom: 5px;
}
.recent-product-content i{
  color:#f5bc00;
}
/*-------------------------sidebar-area end-------------------------*/
.blog-details-area{
  padding: 130px 0px;
}
.blog-details-area .blog-content h3{
  color: #fff;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
}
.blog-details-wrap p{
  margin-bottom: 25px;
}
.blog-details-wrap blockquote {
    background: #131619;
    padding: 30px 25px 30px 40px;
    font-size: 16px;
    font-style: italic;
    margin: 40px 0;
    border-left: 10px solid #fb9902;
}
.socila-link{
  margin-bottom: 100px;
}
.socila-link ul li{
  display: inline-block;
  color: #fb9902;
}
.socila-link ul li a{
  font-size: 16px;
  margin-left: 7px;
}
.blog-form h3{
  margin-bottom: 25px;
  font-weight: 700;
}
.blog-form span{
  display: block;
  margin-bottom: 3px;
}
.blog-form input,.blog-form textarea,.contact-form input,.contact-form textarea{
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  border-radius: 3px;
  background: transparent;
  border:1px solid #fff;
  padding-left: 20px;
}
.blog-form textarea,.contact-form textarea{
  height: 200px;
  padding-top: 10px;
}
.blog-form button,.contact-form button{
  padding:10px 30px;
  background: #fb9902;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  border:none;
}
.blog-form button:hover,.contact-form button:hover{
  background: #fff;
  color: #222;
}
/*-------------------------contact-area start-------------------------*/
.contact-area{
  padding-top: 130px;
}
.contact-form textarea{
  height: 270px;
}
.contact-wrap ul li{
  position: relative;
  padding:30px 20px 30px 100px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  background: #131619;
  margin-bottom: 25px;
  border-radius: 5px;
}
.contact-wrap ul li:last-child{
  margin-bottom: 0px;
}
.contact-wrap ul li i{
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 30px;
  font-size: 35px;
  color: #fb9902;
}
.contact-wrap ul li p{
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
  text-transform: capitalize;
}
.contact-wrap ul li p span{
  display: block;
}
#googleMap{
  margin-top: 100px;
  height: 550px;
  width: 100%;
}
/*-------------------------contact-area end-------------------------*/

/*-------------------------error-area start-------------------------*/
.error-area{
  padding: 130px 0px;
}
.error-wrap{
  text-align: center;
}
.error-wrap img{
  margin-bottom: 50px;
}
.error-wrap h3{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.error-wrap p{
  margin-bottom: 30px;
}
.error-wrap ul li{
  display: inline-block;
  margin:0px 3px;
}
.error-wrap ul li a{
  padding: 10px 30px;
  border-radius: 5px;
  background: #fff;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
}
.error-wrap ul li a:hover{
  background: #fb9902;
  color: #fff;
}
/*-------------------------error-area end-------------------------*/

/*-------------------------shop-area start-------------------------*/
.view-wrap{
  background:#131619;
  padding:15px 20px;
  margin-bottom:30px;
}
.shop-title {
  font-size: 18px;
  font-weight: 600;
  margin: 7px 0px;
  text-transform: uppercase;
}
.selector{float:right;}
.selector select {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  height: 35px;
  padding: 0 10px;
  width: 215px;;
  background: transparent;
}
.selector select option{
  color: #222;
  font-size: 14px;
}
/*-------------------------shop-area end-------------------------*/

/*-------- checkout-area start ----------*/
.checkout-title{
  padding:20px 30px;
  background:#fb9902;
  color:#fff;
  font-size:20px;
  font-weight:600;
  text-transform: uppercase;
  margin-bottom:0px;
}
.checkout-form{
  background:#131619;
  padding:30px 30px 30px;
}
.checkout-form p,.account-area .checkout-form span{
  color:#fb9902;
  font-weight:600;
  margin-bottom:5px;
  font-size:14px;
}
.checkout-form p span,.account-area .checkout-form span.star{
  color:#fb9902;
}
.checkout-form input, .checkout-form select {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #cdd5d9;
  border-radius: 5px;
  color: #6a6a6a;
  font-weight: 400;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  width: 100%;
}
.checkout-form input[type="checkbox"]{
  width:auto;
  margin:0px 5px 25px 0px;
  height:auto;
}
.checkout-form ul li{
  overflow:hidden;
  color:#fb9902;
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #e1e1e1;
  position:relative;
}
.checkout-form ul li.last{
  padding-bottom:0px;
  margin-bottom:0px;
  border-bottom:transparent;
}
.checkout-form ul li strong{
  float:right;
  font-family:raleway;
  font-size:16px;
  color:#fb9902;
}
.checkout-form ul li span{
  position:absolute;
  left:50%;
  top:0;
  font-size:16px;
  color:#fb9902;
}
.checkout-form ul li b{
  font-size:16px;
  color:#fb9902;
  font-weight:800;
}
.checkout-form .panel-default > .panel-heading {
  background: transparent none repeat scroll 0 0;
  border-color: transparent;
  color: #fb9902;
  padding: 10px 35px;
  border-bottom: 1px solid #ccc;
}
.checkout-form .panel-body {
  border-top: medium none;
  padding: 15px 35px;
}
.checkout-form .panel {
  background-color: #0d0f11;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 0px;
}
.checkout-form .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: medium none transparent;
}
.checkout-form .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  position: relative;
}
.checkout-form .panel-default a::before {
    background: rgba(0, 0, 0, 0) url(../images/image-1.png) no-repeat scroll center center / cover;
    border-radius: 5px;
    content: "";
    height: 25px;
    left: -30px;
    position: absolute;
    top: 8px;
    width: 25px;
    z-index: 9;
}
.checkout-form .panel-default a.collapsed::after{
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 50%;
  content: "";
  height: 25px;
  left: -30px;
  position: absolute;
  top: 8px;
  width: 25px;
  background-image:none;
  z-index:999;
}
.checkout-form a.order,.checkout-form button{
  display:block;
  width:100%;
  height:50px;
  line-height:50px;
  color:#fff;
  font-weight:700;
  background:#fb9902;
  border-radius:5px;
  text-align:center;
  font-size:16px;
}
.checkout-form a.order:hover{background:#222}
/*-------- checkout-area end ----------*/

/*-------- cart-area start ----------*/
.shoping-cart-wrap thead{
  background:#fb9902;
  color:#fff;
  height:50px;
}
.shoping-cart-wrap thead tr th{
  text-align:center;
  border-right:1px solid #fff;
  padding: 15px;
}
.shoping-cart-img{width:150px;}
.shoping-cart-name{width:285px;}
.shoping-cart-price{width:120px;}
.shoping-cart-quantity{width:150px;}
.shoping-cart-total{width:120px;}
.shoping-cart-remove{width:150px;}
.table-wrap{
  padding:20px 0px;
}
.table-wrap tr {
    border-bottom: 1px solid #e1e1e1;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.table-wrap tr td{
  text-align:center;
  font-size:16px;
  color:#fb9902;
  font-weight: 600;
}

.shoping-cart-name a,.shoping-cart-remove a{
  color:#fb9902;
  font-size: 16px;
  font-weight: 700;
}
.shoping-cart-name a:hover,.shoping-cart-remove a:hover{
  color:#fff;
}
.shoping-cart-quantity input{
  width:80px;
  height:50px;
  background:#f2f2f2;
  border-radius:5px;
  border:1px solid #f2f2f2;
  padding-left:10px;
  position:relative;
}
.shoping-cart-btn {
  float: right;
  margin-bottom: 30px;
  padding-right: 20px;
}
.shoping-cart-btn a{
  display:inline-block;
  padding:10px 40px;
  background:#fb9902;
  color:#fff;
  font-weight:600;
  margin-left:5px;
  border-radius:5px;
}
.shoping-cart-btn a:hover{
  background: #fff;
  color: #222;
}
.cart-form-wrap {
  padding:30px 20px;
}
.cart-form-wrap input,.cart-form-wrap select{
  background:transparent;
  width: 100%;
  height: 45px;
  margin-bottom:10px;
  border:1px solid #cdd5d9;
  padding-left: 20px;
}
.cart-form-wrap select option{
  color: #222;
}
.cart-form-wrap button{
  width:100%;
  height:45px;
  border-radius:5px;
  border:transparent;
  background:#fb9902;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
}
.cart-form-wrap button:hover{
  background:#fff;
  color: #222;
}
.cart-form-wrap ul li{
  padding-bottom:25px;
  margin-bottom:25px;
  color:#fb9902;
  font-size:16px;
  overflow:hidden;
  border-bottom:1px solid #cdd5d9;
}
.cart-form-wrap ul li span{float:right}
.cart-form-wrap h3.widget-title{
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  border:none;
}
/* -------- cart-area end ----------*/

 /* WhatsApp Button Top Right Position */
    .whatsapp-float-top {
        position: fixed;
        bottom: 100px; /* Adjust this value to move up/down */
        right: 32px; /* Adjust this value to move left/right */
        z-index: 9999;
        animation: whatsapp-pulse 2s infinite;
    }
    
    @keyframes whatsapp-pulse {
        0% { transform: scale(1); }
        50% { transform: scale(1.05); }
        100% { transform: scale(1); }
    }
    
    .whatsapp-float-top a:hover {
        background: #128C7E; /* Darker green on hover */
        transform: scale(1.1);
        transition: all 0.3s ease;
    }
    
    /* For mobile devices */
    @media (max-width: 768px) {
        .whatsapp-float-top {
            bottom: 80px;
            right: 15px;
        }
        
        .whatsapp-float-top a {
            width: 45px;
            height: 45px;
            line-height: 45px;
            font-size: 22px;
        }
    }
    
    /* For very small screens */
    @media (max-width: 480px) {
        .whatsapp-float-top {
            bottom: 70px;
            right: 10px;
        }
    }