/*AAAAAAAAAAAAAAAAAAAAAAA!!! GLOBAL RESET & TYPOGRAPHY STARTS !!!AAAAAAAAAAAAAAAAAAA*/
body {
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    font-size: 0.9375rem;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #777777;
    background-color: #FFFFFF;
}

h1, h1 span, h1 a { font-size: 1.75rem; margin-bottom: 15px; }
h2, h2 span, h2 a { font-size: 1.5rem; }
h3, h3 span, h3 a { font-size: 1.375rem; }
h4, h4 span, h4 a { font-size: 1.25rem; }
h5, h5 span, h5 a { font-size: 1.125rem; }
h6, h6 span, h6 a { font-size: 1rem; }

label, p, ul, ol, a, blockquote, input, textarea, select, [type=date], [type=text], [type=email], span { 
    font-size: 0.9375rem;
    line-height: 26px;
    color: #777777;
}

h1, h2, h3, h4, h5, h6, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #444444;
}

a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #f39f51;
    font-size: 0.875rem; 
}

a:hover { color: #1c7bb8; }
a.button {
    min-width: 137px;
    min-height: 30px;
    padding: 6px 12px;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! GLOBAL RESET & TYPOGRAPHY ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! BUTTON STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.button {
    text-transform: uppercase;
    font-size: 0.875rem;
    border-radius: 5px 5px 5px 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-right: 12px;
}

.button:last-child { margin-right: 0; }

.button.primary {
    background-color: #1c7bb8;
    color: #fff;
}

.button.primary:hover {
    background-color: #f2963f;
    color: #fff;
}

.button.secondary {
    background-color: #f2963f; 
    color: #fff;
}

.button.secondary:hover {
    background-color: #1c7bb8;
    color: #fff;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! BUTTON STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! TOPBAR STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.topBar {
    background: linear-gradient(90deg, #F2963F 40%, rgba(248, 248, 248, 0.9) 40%);
    border-top: 10px solid #f2963f;
    z-index: 99;
    position: relative;
}

.topBar .grid-container .cell:first-child { padding-right: 0px; }
.topBar .grid-container .cell:last-child { padding-left: 0px; }

.left-topBar { background-color: #F2963F; }
.right-topBar, .left-topBar { padding-top: 5px; padding-bottom: 5px; }

.left-topBar ul li i, .left-topBar ul li {
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 5px;
}

.left-topBar ul li { margin-right: 28px; display: inline-block; }
.left-topBar ul li:last-child { margin-right: 0px; }
.left-topBar ul li i { margin-right: 8px; }
.left-topBar ul { margin: 0; padding: 0; list-style: none; }

.right-topBar { position: relative; text-align: right; }
.right-topBar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    height: 0px;
    border-bottom: 40px solid rgba(249, 253, 255, 0);
    border-left: 40px solid #f2963f;
}

.right-topBar a {
    margin-bottom: 0;
    margin-right: 6px;
    min-width: 137px;
    min-height: 30px;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! TOPBAR STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! HEADER & NAVIGATION STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgba(248, 248, 248, 0.98);
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.header .header-Wrap {
    padding: 15px 0px;
    z-index: 99;
    position: relative;
}

.header .header-Wrap .grid-x {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.logo-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

.logo-side {
    display: flex;
    align-items: center;
}

.logo img {
    max-height: 70px;
    width: auto;
    transition: all 0.3s ease;
}

.nav-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px;
    flex-wrap: wrap;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu li a {
    display: block;
    padding: 12px 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #444444;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.nav-menu li a:hover {
    color: #f39f51;
}

.header-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f2963f;
    padding: 8px 18px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.header-phone i {
    font-size: 1rem;
    color: white;
}

.header-phone span {
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
}

.header-phone:hover {
    background: #1c7bb8;
    transform: scale(1.02);
}

.mobile-menu-toggle {
    display: none;
    background: #f2963f;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! HEADER & NAVIGATION STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! BANNER & SLIDER STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.banner-container { margin-top: -170px; position: relative; }

.main-banner .slide.slide-two:after { background-image: url('https://placehold.co/1920x1080?text=Coconut+Export'); }
.main-banner .slide.slide-one:after { background-image: url('https://placehold.co/1920x1080?text=Coco+Pith+Quality'); }
.main-banner .slide.slide-three:after { background-image: url('https://placehold.co/1920x1080?text=Global+Export'); }

.main-banner .slide:after {
    content: '';
    position: absolute;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -2;
    left: 0;
    right: 0;
    bottom: 0;
}

.transparent-background:before {
    content: "";
    background-color: rgba(68, 68, 68, 0.3);
    top: 0; left: 0; bottom: 0; right: 0;
    position: absolute;
    z-index: -1;
}

.slide-text {
    text-align: center;
    padding: 350px 80px;
    z-index: 2;
    margin: auto;
}

.slide-text h2 {
    font-size: 3.5rem;
    font-weight: 800;
    max-width: 1090px;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    line-height: 70px;
    margin-top: 170px;
    margin-bottom: 44px;
}

.main-banner .slide-text a {
    background-color: transparent;
    border: 2px solid #FFF;
    border-radius: 0px;
    color: #FFF;
    font-size: 1.375rem;
    min-width: 300px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 0;
    display: inline-block;
    text-decoration: none;
}

.main-banner .owl-prev { left: 20px; }
.main-banner .owl-next { right: 20px; }

.main-banner .owl-prev, .main-banner .owl-next {
    font-size: 19px;
    border: 2px solid;
    color: #fff;
    line-height: 31px;
    width: 35px;
    height: 35px;
    display: table;
    text-align: center;
    position: absolute;
    top: 50%;
}

.main-banner .owl-nav { opacity: 0; }
.main-banner:hover .owl-nav { opacity: 1; }
/*AAAAAAAAAAAAAAAAAAAAAAA!!! BANNER & SLIDER STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! FEATURED BOXES STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.featured-boxes { position: relative; z-index: 99; margin-top: -80px; margin-bottom: 60px; }

.featured-box { text-align: center; position: relative; padding: 40px 38px; }
.featured-box.two { padding: 55px 38px; margin-top: -0.9375rem; }
.featured-box.one { background: #f6f6f6; }
.featured-box.two { background: #f2963f; }
.featured-box.three { background: #f6f6f6; }

.featured-box h5 a { text-transform: uppercase; font-weight: 600; color: #444444; text-decoration: none; }
.featured-box.two h5 a, .featured-box.two p, .featured-box.two a { color: #FFFFFF; }
.featured-box p { margin-bottom: 20px; }
.featured-box a { font-size: 1.125rem; font-weight: 400; text-decoration: none; }
/*AAAAAAAAAAAAAAAAAAAAAAA!!! FEATURED BOXES STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! SECTION TITLE STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #444;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    background: #f2963f;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! SECTION TITLE STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! ABOUT SECTION STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.about-img img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-content h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #1c7bb8;
}

.about-content p {
    margin-bottom: 20px;
    line-height: 1.8;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! ABOUT SECTION STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! PREMIUM PRODUCT CARD STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    position: relative;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.product-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.4s ease;
}

.product-card:hover img {
    transform: scale(1.05);
}

.product-info {
    padding: 25px 20px;
    text-align: center;
    background: #fff;
}

.product-info h4 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: #1c7bb8;
    font-weight: 700;
}

.product-info p {
    margin-bottom: 20px;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #666;
}

.product-buttons .button {
    margin: 5px 8px;
    padding: 8px 22px;
    font-size: 0.75rem;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.product-buttons .button.primary {
    background-color: #1c7bb8;
}

.product-buttons .button.secondary {
    background-color: #f2963f;
}

.product-buttons .button:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! PREMIUM PRODUCT CARD STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! GALLERY STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.03);
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.3s;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! GALLERY STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! CONTACT SECTION STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.contact-info-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}

.contact-info-box h4 {
    margin-bottom: 20px;
    color: #1c7bb8;
}

.contact-details-list {
    list-style: none;
    padding: 0;
}

.contact-details-list li {
    padding: 12px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.contact-details-list li i {
    width: 40px;
    font-size: 1.2rem;
    color: #f2963f;
}

.contact-form-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}

.contact-form-box input, .contact-form-box textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}

.contact-form-box textarea {
    height: 120px;
    resize: vertical;
}

.contact-form-box button {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! CONTACT SECTION STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! FOOTER STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.dark-bg { position: relative; }
.dark-bg:before {
    content: "";
    background-color: rgba(68, 68, 68, 0.9);
    top: 0; left: 0; bottom: 0; right: 0;
    position: absolute;
    z-index: -1;
}
.dark-bg:after {
    content: "";
    background: url('https://placehold.co/1920x1080?text=Footer+Pattern');
    background-position-y: top;
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0; left: 0; bottom: 0; right: 0;
    position: absolute;
    z-index: -2;
}
.grey-bg { padding-top: 60px; padding-bottom: 60px; }

.footer-top { background-color: #2c2c2c; }
.footer-box { margin-bottom: 30px; }

.footer-box h6 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 1.1rem;
    position: relative;
    padding-bottom: 12px;
}

.footer-box h6:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #f2963f;
}

.footer-box p, .footer-box a, .footer-box li { color: #ccc; font-size: 0.85rem; line-height: 1.6; }
.footer-box a { text-decoration: none; transition: all 0.3s ease; }
.footer-box a:hover { color: #f2963f; padding-left: 5px; }

.footer-box .links { list-style: none; margin: 0; padding: 0; }
.footer-box .links li { padding: 6px 0; }
.footer-box .links li:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    color: #f2963f;
    font-size: 0.75rem;
}

.footer-logo-side img { max-width: 180px; margin-bottom: 20px; }

.contact-info ul { list-style: none; margin: 0; padding: 0; }
.contact-info ul li { padding: 10px 0; display: flex; align-items: center; }
.contact-info ul li i { width: 30px; color: #f2963f; font-size: 0.9rem; }
.contact-info ul li span { font-weight: bold; min-width: 65px; color: #fff; }

.social-icons { margin-top: 20px; }
.social-icons ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 15px; }
.social-icons ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}
.social-icons ul li a:hover { background: #f2963f; color: #fff; padding-left: 0; }

.footer-bottom { background: #1a1a1a; padding: 20px 0; }
.copyrightinfo { color: #999; font-size: 0.8rem; }

.footer-bottom-nav ul { float: right; margin: 0; padding: 0; list-style: none; }
.footer-bottom-nav ul li { display: inline-block; }
.footer-bottom-nav ul li a { color: #999; padding: 0 15px; border-right: 1px solid #444; text-decoration: none; font-size: 0.8rem; }
.footer-bottom-nav ul li a:hover { color: #f2963f; }
.footer-bottom-nav ul li:last-child a { border-right: 0; padding-right: 0; }
/*AAAAAAAAAAAAAAAAAAAAAAA!!! FOOTER STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! SCROLL TO TOP BUTTON STARTS !!!AAAAAAAAAAAAAAAAAAA*/
#scrollTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: #f2963f;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    z-index: 999;
    transition: all 0.3s ease;
}

#scrollTop:hover { background: #1c7bb8; transform: translateY(-3px); }
/*AAAAAAAAAAAAAAAAAAAAAAA!!! SCROLL TO TOP BUTTON ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! GRID SYSTEM STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.grid-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.grid-x { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.cell { padding: 0 15px; }
.large-3 { width: 25%; }
.large-4 { width: 33.333%; }
.large-5 { width: 41.666%; }
.large-6 { width: 50%; }
.large-7 { width: 58.333%; }
.large-9 { width: 75%; }
.large-12 { width: 100%; }
.medium-3 { width: 25%; }
.medium-4 { width: 33.333%; }
.medium-5 { width: 41.666%; }
.medium-7 { width: 58.333%; }
.small-12 { width: 100%; }

.featured-boxes .grid-x { display: flex; justify-content: center; }
.featured-box { width: 100%; }
/*AAAAAAAAAAAAAAAAAAAAAAA!!! GRID SYSTEM STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! UTILITY CLASSES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
.padding-60 { padding: 60px 0; }
.bg-light-grey { background-color: #fafafa; }
.clearfix { clear: both; }
.float-right { float: right; }
/*AAAAAAAAAAAAAAAAAAAAAAA!!! UTILITY CLASSES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/

/*AAAAAAAAAAAAAAAAAAAAAAA!!! RESPONSIVE STYLES STARTS !!!AAAAAAAAAAAAAAAAAAA*/
@media (max-width: 1200px) {
    .grid-container { max-width: 1140px; }
}

@media (max-width: 992px) {
    .logo-menu-wrapper { justify-content: center; gap: 15px; }
    .nav-menu li a { padding: 10px 12px; font-size: 0.75rem; }
    .header-phone { padding: 6px 12px; }
    .header-phone span { font-size: 0.8rem; }
    .large-3 { width: 50%; margin-bottom: 30px; }
}

@media (max-width: 768px) {
    .logo-menu-wrapper {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .logo-side { order: 1; }
    .mobile-menu-toggle {
        display: block;
        order: 2;
    }
    .header-phone {
        order: 3;
        margin-left: auto;
        padding: 8px 14px;
    }
    .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background: white;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        border-radius: 0 0 10px 10px;
        order: 4;
    }
    .nav-menu.show { display: flex; }
    .nav-menu li {
        text-align: center;
        border-bottom: 1px solid #eee;
        white-space: normal;
    }
    .nav-menu li a { padding: 14px; font-size: 0.9rem; }
    .logo img { max-height: 55px; }
    .header-phone span { display: none; }
    .header-phone { padding: 8px 12px; }
    .header-phone i { font-size: 1.2rem; }
    
    .right-topBar:before { display: none; }
    .right-topBar { text-align: center; }
    .slide-text { padding: 200px 30px; }
    .slide-text h2 {
        font-size: 2rem;
        line-height: 1.3;
        margin-top: 50px;
    }
    .footer-bottom-nav ul {
        float: none;
        text-align: center;
        margin-top: 15px;
    }
    .copyrightinfo { text-align: center; }
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .large-3, .large-4, .large-6 { width: 100%; }
}

@media (max-width: 480px) {
    .header-phone span { display: none; }
    .header-phone { padding: 8px 12px; }
    .logo img { max-height: 50px; }
    .slide-text h2 { font-size: 1.5rem; }
}
/*AAAAAAAAAAAAAAAAAAAAAAA!!! RESPONSIVE STYLES ENDS !!!AAAAAAAAAAAAAAAAAAAAA*/