/*------------------------------------------------------------------
    File Name: style.css
    Template Name: Landigoo
    Created By: MelodyThemes
    Envato Profile: http://themeforest.net/user/melodythemes
    Website: https://melodythemes.com
    Version: 1.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    [Table of contents]
	
	1. IMPORT FONTS
    2. IMPORT FILES
	3. SKELETON
	  1.1. Preloader
	  1.2. Scrollup
	4. HEADER AREA
	5. BANNER AREA
	6. ABOUT AREA
	7. SPECIAL-MENU AREA
	8. MENU AREA
	9. PRICING AREA
	10. RESERVATIONS AREA
	11. FOOTER AREA
	12. COPYRIGHT AREA
	13. COLOR SWITCHER AREA
    14. Careers
	
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Paprika');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');


/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(owl.theme.css);
@import url(owl.carousel.css);
@import url(slick.css);
@import url(flaticon.css);
@import url(font-awesome.min.css);
@import url(bootstrap-datetimepicker.css);
@import url(bootstrap-select.min.css);
@import url(normalize.css);
@import url(animate.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/
@font-face {
    font-family: 'nautilus_pompiliusregular';
    src: url('../fonts/nautilus-webfont.woff2') format('woff2'),
        url('../fonts/nautilus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #686868;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.80857;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}


html,
body {
    height: 100%;
}

/*------------------------------------------------------------------
   	Preloader
-------------------------------------------------------------------*/

#mhead {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-family: georgia;
    position: fixed;
    top: 0px;
    width: 100%;
    margin-bottom: 50px;
    margin-left: -10px;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 9999;
    height: 100%;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loader-animation.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}


/*------------------------------------------------------------------
   	Scrollup
-------------------------------------------------------------------*/
.scrollup {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: 0.3;
    position: fixed;
    bottom: 20px;
    right: 40px;
    display: none;
    background: url(../images/icon_top.png) no-repeat;
}

.scrollup:hover {
    opacity: 0.8;
}

/*------------------------------------------------------------------
    HEADER AREA
-------------------------------------------------------------------*/

#site-header {}

#header {}

.logo {
    float: left;
}

.header-block-top {
    position: absolute;
    z-index: 11;
    width: 100%;
    top: 0;
    left: 0;
}

.main-menu {}

.header-block-top .navbar-brand {
    margin: 0 !important;
    padding: 15px 0 15px;
    display: inline-block;
    line-height: normal;
    font-size: 100%;
    height: 100%;
}

.main-menu .navbar-default {
    background-color: transparent;
}

.main-menu .navbar {
    min-height: inherit;
    border-radius: 0px;
    border: none;
    margin: 0px;
}

.main-menu nav .navbar-header .navbar-brand {
    height: inherit;
}

.main-menu .navbar-default .navbar-nav li a {
    color: #fff;
}

.main-menu nav li a {
    padding: 43px 0px 15px;
    margin: 0 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    position: relative;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    font-weight: 500;
    font-size: 14px;
}

.main-menu nav li a::after,
.main-menu nav li a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.main-menu nav li a::before {
    background: #b5b5b5;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.main-menu nav li.active a::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.main-menu nav li.active a::after,
.main-menu nav li.active a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.main-menu nav li a:hover::before,
.main-menu nav li a:focus::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.main-menu .navbar-default .navbar-nav .active a {
    background-color: transparent;
}

.fixed-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #202020;
    transition: 0.5s;
    padding: 10px 0 0 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.fixed-menu .navbar-brand {
    padding: 10px 0 10px;
}

.fixed-menu .navbar-brand>img {
    max-width: 150px;
}

.fixed-menu .main-menu nav li a {
    padding: 32px 0px 10px 0;
}

/*------------------------------------------------------------------
    BANNER AREA
-------------------------------------------------------------------*/
/* Banner Section Styles */
.banner {
    position: relative;
    height: 100vh;
    /* Ensures the banner covers the full viewport height */
    width: 100%;
    /* Ensures the banner covers the full viewport width */
    overflow: hidden;
    /* Hides any overflow to maintain a clean appearance */
    margin-bottom: 0;
    /* Prevents gaps below the banner */
}

.swiper-container {
    width: 100%;
    height: 100vh;
    /* Full viewport height */
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    height: 100vh;
    /* Full viewport height */
    width: 100%;
    /* Full width */
}

.swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* Cover the area without distortion */
}

/* Pagination and Navigation */
.swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 20;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: white;
    opacity: 0.7;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    z-index: 20;
}

/* Banner Text Styles */
.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 10;
}

.banner-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Additional styles for zoom effect */
.swiper-slide {
    overflow: hidden;
}

.swiper-slide img {
    transition: transform 4s ease;
}

.swiper-slide-active img {
    transform: scale(1.1);
}

/* Responsive adjustments for smaller screens */
@media (max-width: 600px) {
    .banner {
        height: 70vh;
        /* Adjust height for smaller screens */
    }

    .banner-text {
        font-size: 14px;
    }

    .btn {
        font-size: 14px;
        padding: 8px 16px;
    }
}

/* Call or Distributor styling */
.flash-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    background-color: #f9f9f9;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 1050;
    opacity: 0;
    transition: all 0.5s ease;
    max-width: 400px;
    text-align: center;
}

.flash-message.show {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.pdf-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.message-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.message-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.view-btn {
    padding: 12px 25px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s;
}

.view-btn:hover {
    background-color: #218838;
    transform: scale(1.05);
}

.close-widget {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    border: none;
    background: none;
    cursor: pointer;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1049;
    display: none;
}

.overlay.show {
    display: block;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1051;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    position: relative;
    margin: 10% auto;
    padding: 20px;
    width: 80%;
    max-width: 600px;
    background-color: white;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 768px) {
    .flash-message {
        width: 90%;
        padding: 30px;
    }

    .message-title {
        font-size: 20px;
    }

    .message-text {
        font-size: 14px;
    }

    .view-btn {
        width: 100%;
    }
}

/*------------------------------------------------------------------
    h1 AREA
-------------------------------------------------------------------*/
/* Brand Heading Styles */
.brand-heading-section {
    padding: 2rem 0;
    background: #f9f9f9;
    margin-bottom: 3rem;
}

.main-heading {
    font-size: 2.5rem;
    text-align: center;
    color: #333;
    font-weight: 700;
    margin: 0 auto;
    max-width: 800px;
}

#rotating-brands {
    color: #e67e22;
    font-weight: 600;
    position: relative;
    display: inline-block;
    min-width: 220px;
    text-align: center;
    transition: opacity 0.5s ease;
}

#rotating-brands::after {
    content: "|";
    animation: blink 1s infinite;
    margin-left: 5px;
    color: #333;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .main-heading {
        font-size: 1.8rem;
        line-height: 1.4;
    }

    #rotating-brands {
        display: block;
        min-width: 100%;
        margin-top: 0.5rem;
    }
}


/*------------------------------------------------------------------
    Mouse
-------------------------------------------------------------------*/

/* Mouse container styling */
.banner-cell .mouse {
    position: relative;
    width: 32px;
    height: 62px;
    margin: 60px auto 20px;
    border: 2px solid white;
    border-radius: 32px;
    z-index: 1;
    background: none;
}

/* Mouse scroll wheel animation */
.banner-cell .mouse:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 8px;
    height: 8px;
    border: 2px solid white;
    border-radius: 100%;
    background: none;
    transform: translateX(-50%);
    animation: scrollWheel 1.4s ease infinite;
    will-change: transform, opacity;
}

/* Keyframes for scroll wheel animation */
@keyframes scrollWheel {
    0% {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 20px);
        opacity: 0;
    }
}

/* Adjust animation for larger screens */
@media (min-width: 768px) {
    @keyframes scrollWheel {
        0% {
            transform: translate(-50%, 0);
            opacity: 1;
        }

        100% {
            transform: translate(-50%, 40px);
            opacity: 0;
        }
    }
}


/*------------------------------------------------------------------
    h1 AREA
-------------------------------------------------------------------*/
/* Brand Heading Styles */
.brand-heading-section {
    padding: 2rem 0;
    background: #f9f9f9;
    margin-bottom: 3rem;
}

.main-heading {
    font-size: 2.5rem;
    text-align: center;
    color: #333;
    font-weight: 700;
    margin: 0 auto;
    max-width: 800px;
}

#rotating-brands {
    color: #e67e22;
    font-weight: 600;
    position: relative;
    display: inline-block;
    min-width: 220px;
    text-align: center;
    transition: opacity 0.5s ease;
}

#rotating-brands::after {
    content: "|";
    animation: blink 1s infinite;
    margin-left: 5px;
    color: #333;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .main-heading {
        font-size: 1.8rem;
        line-height: 1.4;
    }

    #rotating-brands {
        display: block;
        min-width: 100%;
        margin-top: 0.5rem;
    }
}

/*------------------------------------------------------------------
    ABOUT AREA
-------------------------------------------------------------------*/

.about-main {
    background: #E6E6E6;
}

.pad-top-100 {
    padding-top: 90px;
}

.pad-bottom-100 {
    padding-bottom: 90px;
}

.pad-top-70 {
    padding-top: 70px;
}

.pad-bottom-70 {
    padding-bottom: 70px;
}

/* Add this CSS code to your stylesheet or in a <style> tag within your HTML */
#about p {
    text-align: justify;
}

.block-title {
    font-size: 52px;
    font-family: 'nautilus_pompiliusregular';
    font-weight: bold;
}

.about-images {
    text-align: center;
    position: relative;
}

.about-main h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.left-btn {
    padding-top: 10px;
}

.about-images img {
    border: 10px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}

.about-images img {
    border: 10px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    max-width: 100%;
}

.about-inset {
    position: absolute;
    top: 0;
    right: 0;
}

/*------------------------------------------------------------------
    SPECIAL-MENU AREA
-------------------------------------------------------------------*/
.special-menu {
    background: url(../images/special_menu_bg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.special-menu:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.67);
    position: absolute;
    top: 0;
    left: 0;
}

.title-caption {
    letter-spacing: 0.16px;
    padding: 20px 120px;
    color: #fff;
    font-size: 18px;
}

.color-white {
    color: #fff;
}

#owl-demo .item {
    margin: 15px;
    position: relative;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.special-box .owl-theme .owl-controls {
    margin: 0px;
}

.item-type-zoom {
    border: 4px solid #fff;
}

.item-type-zoom .item-hover {
    z-index: 5;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
}

.item-type-zoom .item-info {
    z-index: 10;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    z-index: 5;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    bottom: 0px;
}

.item-type-zoom .item-info .headline {
    font-size: 18px;
    width: 75%;
    margin: 0 auto;
    border: 4px solid #ffffff;
    padding: 10px;
}

.item-type-zoom .item-info .line {
    height: 1px;
    width: 60%;
    margin: 15px auto 10px auto;
    background-color: #ffffff;
}

.item-type-zoom .item-info .dit-line {
    font-size: 14px;
    font-style: italic;
}

.item-hover,
.item-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.item-type-zoom .item-hover:hover {
    opacity: 1;
}

.item-type-zoom .item-hover:hover:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(231, 91, 30, 0.5);
    top: 0px;
    left: 0px;
}

.item-type-zoom .item-hover:hover .item-info {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.special-box {
    padding-bottom: 40px;
}

.special-box .owl-theme .owl-controls .owl-page.active span {
    /*background:#e75b1e;*/
    height: 16px;
    width: 16px;
}

.special-box .owl-theme .owl-controls .owl-page span {
    border: 2px solid #fff;
    opacity: 1;
    background: #202020;
    height: 16px;
    width: 16px;
}

/*------------------------------------------------------------------
    MENU AREA
-------------------------------------------------------------------*/
.menu-main {
    background: url(../images/specialsw-01.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.menu-main:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.67);
    position: absolute;
    top: 0;
    left: 0;
}

.menu-main {
    width: 100%;
    padding: 0 15px;
    /* Adjust padding as needed */
}

.tab-menu {
    max-width: 1400px;
    /* Adjust max-width as needed */
    margin: 0 auto;
    /* Center the menu */
}

.menu-main .title-caption {
    color: #ffffff;
}

.tab-title-menu {
    text-align: center;
}

.tab-title-menu h2 {
    border-bottom: 1px solid #faf7f7;
    display: inline-block;
    padding-top: 10px;
}

.tab-title-menu p {
    font-size: 35px;
    padding-top: 0px;
    color: #000;
    /* Adjust color as needed */
}

.tab-menu {
    background: #f5f5f5;
    padding: 2px 0px;
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.05);
}

.offer-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.offer-item img {
    width: 20%;
    float: left;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
}

.offer-item div {
    width: 60%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.offer-item .offer-price {
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    width: 92px;
    height: 92px;
    line-height: 92px;
    border-radius: 92px;
    transform: translate(0, -50%);
    color: #fffcfc;
    font-size: 26px;
    font-family: Georgia, serif !important;
    /* Change to Georgia */
    text-align: center;
    letter-spacing: .5px;
}

.offer-item div h3 {
    font-size: 20px;
    margin: 9px 0 0px;
    font-family: Georgia, serif !important;
    /* Change to Georgia */
    font-weight: 400;
    letter-spacing: .5px;
}

.offer-item div p {
    color: #fffefe;
    text-align: Justify;
}


.tab-menu .slick-prev.slick-arrow {
    display: none;
}

.tab-menu .slider.slider-single {
    border-top: 1px solid #ccc;
    padding-top: 25px;
}

.tab-menu .slick-initialized .slick-slide {
    outline: none;
}

.tab-menu .is-active h2 {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.tab-menu .is-active p {
    color: #fff;
}

/*------------------------------------------------------------------
    Blog Section
-------------------------------------------------------------------*/
.blog-main {
    background-color: #f9f9f9;
}

.blog-post {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.blog-post:hover {
    transform: translateY(-5px);
}

.blog-img img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-content {
    padding: 20px;
}

.blog-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-content .date {
    font-size: 14px;
    color: #999999;
    margin-bottom: 15px;
    display: block;
}

.blog-content p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
}

.blog-content .btn {
    background-color: #ff6f61;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.blog-content .btn:hover {
    background-color: #ff3b2f;
}

.blog-post:hover {
    transform: translateY(-10px);
}

.blog-post .blog-img img:hover {
    transform: scale(1.1);
}

.btn-primary:hover {
    background-color: #ff3b2f;
}

.blog-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------------------------------
    News letter
-------------------------------------------------------------------*/
/* Modal Background */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Form Styles */
#newsletter-form input[type="email"] {
    width: 80%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#newsletter-form button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#newsletter-form button:hover {
    background-color: #0056b3;
}

/*------------------------------------------------------------------
    RECIPE SECTION AREA
-------------------------------------------------------------------*/

#recipe-categories {
    padding: 60px 0;
}

.categories-lists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

/* Individual category items */
.category-item {
    position: relative;
    width: 100px;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    transition: width 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
}

.category-item:hover {
    width: 180px;
    /* Expands on hover */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.category-details {
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    width: 100%;
    border-radius: 0 0 20px 20px;
}

.category-details .icon img {
    width: 40px;
    height: auto;
}

.category-details .info {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

/* Animation on hover */
.category-item:hover .category-details {
    background: rgba(0, 0, 0, 0.7);
    /* Darkens background on hover */
}

@media screen and (max-width: 768px) {
    .category-item {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 576px) {
    .category-item {
        width: 100%;
    }
}


/*------------------------------------------------------------------
    MAP SECTION AREA
-------------------------------------------------------------------*/
/* General Styles */
.map-main {
    background: url(../images/maps-main.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.map-main:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.67);
    position: absolute;
    top: 0;
    left: 0;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f9;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.block-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #333;
}

.title-caption {
    font-size: 1.2em;
    color: #666;
}

.map-main {
    background-color: #fff;
    padding: 50px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Toggle Styles */
.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
    background-color: #EEE;
    line-height: 44px;
    padding: 0 0 0 36px;
    border-radius: 2px;
}

.toggle.toggle-bg .togglet i {
    left: 14px;
    line-height: 44px;
}

.toggle.toggle-bg .togglec {
    padding: 12px 0 0 36px;
}

.toggle.toggle-border {
    border: 1px solid #CCC;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
}

.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
    line-height: 44px;
    padding: 0 15px 0 36px;
    background-color: #f9f9f9;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s, border-left-color 0.3s;
    border-left: 5px solid transparent;
}

.toggle.toggle-border .togglet:hover {
    background-color: #f1f1f1;
    border-left: 5px solid #007bff;
}

.toggle.toggle-border .togglet i {
    left: 14px;
    line-height: 44px;
    position: absolute;
    top: 0;
}

.toggle.toggle-border .togglec {
    padding: 0 15px 15px 36px;
    background-color: #fff;
}

.hidden {
    display: none;
}

.distributor-detail {
    border-top: 1px solid #eee;
    padding: 10px 0;
    margin-top: 10px;
}

.distributor-detail h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.distributor-detail p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

/*------------------------------------------------------------------
    FEEDBACK AREA
-------------------------------------------------------------------*/
.feedback-section {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.form-feedback {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.form-feedback:hover {
    transform: scale(1.02);
}

.feedback-box .form-group {
    position: relative;
    margin-bottom: 20px;
}

.feedback-box .form-group .fas {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #ccc;
}

.feedback-box input,
.feedback-box select,
.feedback-box textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background: #f5f5f5;
    color: #202020;
    transition: border 0.3s ease;
}

.feedback-box input:focus,
.feedback-box select:focus,
.feedback-box textarea:focus {
    border-color: #007bff;
    outline: none;
}

.feedback-box textarea {
    resize: vertical;
}

#feedback_message {
    height: 150px;
}

.rating-display {
    margin-top: 10px;
    color: #007bff;
}

.btn-submit {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-submit:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.invalid-feedback {
    color: #dc3545;
    display: none;
}

.success-message,
.error-message {
    margin-top: 20px;
    display: none;
}

@media (max-width: 768px) {
    .feedback-section {
        padding: 30px 0;
    }

    .feedback-box {
        padding: 20px;
    }
}

/* WhatsApp Button */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-button:hover {
    background-color: #1da851;
}

.whatsapp-button i {
    font-size: 30px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 600px) {
    .whatsapp-button {
        padding: 10px;
        font-size: 20px;
    }

    .whatsapp-button i {
        font-size: 26px;
    }
}

/* End Chat Button */

/*------------------------------------------------------------------
    RECAPTCHA
-------------------------------------------------------------------*/
.custom-button {
    background-color: #0044cc;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    /* Smooth Edges */
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: #003399;
}

/*------------------------------------------------------------------
    FOOTER AREA
-------------------------------------------------------------------*/

.footer-main {}

.footer-news {
    background: url(../images/newsletter-bg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.footer-news::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    position: absolute;
    top: 0;
    left: 0;
}

.ft-title.color-white {
    color: #fff;
}

.ft-title {
    letter-spacing: 0.96px;
    margin-bottom: 22px;
    font-family: 'nautilus_pompiliusregular';
    font-size: 52px;
}

.footer-news p {
    margin-bottom: 40px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-align: center;
}

.footer-news form {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position: relative;
}

.footer-news form input {
    width: 100%;
    border: 2px dotted #ccc;
    background: #f5f5f5;
    color: #202020;
    padding: 12px;
    text-transform: capitalize;
    border-radius: 4px;
    opacity: 1;
    min-height: 53px;
}

.footer-news form a {
    border: 2px dotted #ccc;
    padding: 0px 19px;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    min-width: inherit;
    height: 53px;
    line-height: 51px;
    color: #ffffff;
}

.footer-news form a:hover {
    background: #f5f5f5;
    color: #202020;
}

.footer-box {
    background: #202020;
}

/*.footer-in-main{
	max-width:960px;
	margin:0 auto;
	width:100%;
}*/

.footer-logo {
    padding-bottom: 40px;
}

.footer-socials {
    margin: 10px 0;
    line-height: 30px;
    padding: 4px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.socials-box {
    display: table-cell;
    vertical-align: middle;
    margin: 1px 0px;
    padding: 4px;
}

.footer-box {
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.87) 100%);
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.87) 100%), url(../images/footer_background.jpg);
    background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.87) 100%), url(../images/footer_background.jpg);
    background-color: #111;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.socials-box li {
    display: inline-block;
    opacity: 1;
    margin-right: 7px;
}

.footer-box .social-circle-border {
    background-color: transparent;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-circle-border {
    font-size: 20px;
    line-height: 23px;
    margin-right: 2px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: transparent;
    color: #6f6f6f;
    text-align: center;
}

.footer-box-a h3 {
    font-size: 24px;
    font-family: 'nautilus_pompiliusregular';
}

.footer-box-a p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    line-height: 25px;
}

.footer-box-b h3 {
    font-size: 24px;
    font-family: 'nautilus_pompiliusregular';
}

.footer-box-b p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}

.footer-box-b ul li {
    line-height: 30px;
}

.footer-box-b ul li a {
    color: #ffffff;
}

.footer-box-b ul li a:hover {
    padding-left: 5px;
}

.footer-box-c h3 {
    font-size: 24px;
    font-family: 'nautilus_pompiliusregular';
}

.footer-box-c p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}


.footer-box-c p i {
    font-size: 20px;
    position: relative;
    top: 4px;
    float: left;
    min-width: 20px;
    text-align: center;
}

.footer-box-c p span {
    display: table;
    padding-left: 12px;
    padding-top: 1px;
}

.footer-box-c p a {
    color: #ffffff;
}

.footer-box-d h3 {
    font-size: 24px;
    font-family: 'nautilus_pompiliusregular';
}

.footer-box-d p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}

.footer-box-d ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footer-box-d ul li {
    display: inline-block;
    width: 100%;
    padding-bottom: 12px;
}

.footer-box-d ul li p {
    padding: 0px;
    margin: 0px;
}

.footer-box-d ul li span {
    color: #666;
}

/* Include Font Awesome */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');

/* Include Roboto Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

.footer-box-d {
    margin-top: 20px;
}

.footer-box-d h3 {
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 24px;
    /* Set font size to 24px */
    display: flex;
    align-items: center;
    /* Align items vertically in the center */
}

.social-icons {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
    /* Space between icons */
}

.social-icons li {
    display: inline-block;
}

.social-icons a {
    text-decoration: none;
    color: #fff;
    /* Set icon color to white */
    font-size: 30px;
    /* Set icon size */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.social-icons a:hover {
    background-color: #007bff;
    /* Change background color on hover */
}

/* Specific colors for each social media platform */
.social-icons a.facebook {
    background-color: #3b5998;
    /* Facebook blue */
}

.social-icons a.twitter {
    background-color: #03090c;
    /* Twitter blue */
}

.social-icons a.instagram {
    background-color: #e1306c;
    /* Instagram gradient */
}

.social-icons a.linkedin {
    background-color: #0077b5;
    /* LinkedIn blue */
}

.social-icons a.whatsapp {
    background-color: #25d366;
    /* WhatsApp green */
}


/*------------------------------------------------------------------
    COPYRIGHT AREA
-------------------------------------------------------------------*/

.copyright-main {
    border-top: 2px dotted #fff;
    text-align: center;
    padding-top: 25px;
    margin-top: 70px;
    padding-bottom: 25px;
}

.copyright-main .copy-title {
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding-bottom: 0px;
}

/*------------------------------------------------------------------
    COLOR SWITCHER AREA
-------------------------------------------------------------------*/

/*--- color switcher ---*/

#color-panel {
    position: fixed;
    width: 180px;
    height: auto;
    top: 150px;
    /*min-height: 200px;*/
    text-align: left;
    border: 1px solid rgba(100, 100, 100, 0.55);
    z-index: 11;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.45);
}

.close-color-panel {
    right: -180px;
}

.open-color-panel {
    right: -1px;
}

#color-panel .segment {
    width: 100%;
    padding: 15px 10px 15px 0;
    border: 1px solid rgba(100, 100, 100, 0.55);
    padding: 15px 25px;
    background: rgba(50, 50, 50, 0.95);
}

#color-panel a.panel-button {
    position: absolute;
    width: 50px;
    height: 50px;
    left: -50px;
    top: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 47px;
    cursor: pointer;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #d1d1d1;
    background: rgba(100, 100, 100, 0.85);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#color-panel a.panel-button i {
    padding: 7px;
}

#color-panel a.panel-button:hover {
    color: #35cc75;
}

#color-panel h4 {
    margin: 3px auto 15px;
    padding-top: 0;
    padding-bottom: 0;
    color: #ffffff;
}


#color-panel .segment a.switcher {
    width: 24px;
    height: 35px;
    display: inline-block;
    margin-right: 3px;
    margin-top: 5px;
    border: 1px solid #efefef;
    cursor: pointer;
}

.orange-bg {
    background: #e75b1e;
}

.strong-blue-bg {
    background: #1E69B8;
}

.moderate-green-bg {
    background: #8dc63f;
}

.vivid-yellow-bg {
    background: #fdcb03;
}

/*------------------------------------------------------------------
    Careers Page
-------------------------------------------------------------------*/
/* General Body Styling */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}

/* Header Styling */
.full-header {
    background-color: transparent;
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: background-color 0.3s ease;
}

.header-scrolled {
    background-color: #1b1b1b;
    color: #fff;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#logo img {
    height: 50px;
}

/* Primary Menu Styling */
.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: bold;
    position: relative;
    transition: color 0.3s ease;
}

.navbar-nav .nav-item .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ff6106;
    transition: width 0.3s;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.navbar-nav .nav-item .nav-link:hover::after,
.navbar-nav .nav-item .nav-link.active::after {
    width: 100%;
}

.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
    color: #ff6606;
}

.navbar-toggler {
    border: none;
    background-color: transparent;
}

.navbar-toggler-icon {
    color: #fff;
}

/* Page Title Styling */
.page-title-parallax {
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
}

.page-title-inner {
    position: relative;
    z-index: 1;
}

.page-title-parallax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

/* Job Listing Styling */
.job {
    border: 1px solid #dee2e6;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.3s;
    position: relative;
}

.job:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.job p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}

.job p strong {
    font-weight: 700;
}

/* Apply Button Styling */
.apply-btn {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.apply-btn:hover {
    background-color: #218838;
}

.apply-btn.disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}

/* Application Form Styling */
.application-form {
    padding: 50px;
    background: rgba(255, 255, 255, 0.9);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.application-form h3 {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 30px;
}

.form-group label {
    font-weight: bold;
}

.custom-file-input~.custom-file-label::after {
    content: "Browse";
}

.btn-primary {
    background-color: #007bff;
    border: none;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.alert {
    display: none;
    text-align: center;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .form-row .form-group {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Footer Styling */
#footer {
    background-color: #333;
    padding: 40px 0;
    text-align: center;
    color: #fff;
}

#footer img {
    max-width: 150px;
}

#footer h5 {
    font-size: 18px;
    margin-bottom: 20px;
}

#footer p,
#footer a {
    color: #fff;
    margin: 0;
}

#footer a:hover {
    color: #ffd700;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-right {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.footer-right a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
    font-size: 20px;
}

.footer-right a:hover {
    color: #ffd700;
}

/* Alert Styling */
.alert {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1050;
    transition: opacity 0.3s ease-in-out;
}

/* File List Styling */
#fileList {
    list-style-type: none;
    padding: 0;
}

.file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

/* Distributor Ad Styles */
.distributor-ad-small {
    position: absolute;
    left: -90px;
    /* Adjust position to your liking */
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.distributor-ad-small:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Modal Styling */
.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: 10% auto;
    padding: 20px;
    width: 80%;
    max-width: 600px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    position: relative;
}

.modal-content img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #000;
    font-size: 30px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close:hover {
    color: #ff0000;
}