*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0px;
}

html,
body {
}

a {
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif;
}

p{
    margin-bottom: 0;
}

nav {
    /*    position: fixed;
    top: 0;
    left: 0;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background: #004f9e;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 16px 100px;
    z-index: 1000;
}

nav ul {
    display: flex;
    margin-bottom: 0;
    justify-content: center;
}

nav ul li a {
    padding: 10px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    transition: 0.3s;
}

nav ul li a.active {
    font-weight: 700;
}

nav ul li a:hover {
    font-weight: 700;
}

.logo img {
    width: 110px;
}

@media (max-width: 1024px) {
    nav {
        padding: 7px 40px;
        justify-content: end;
    }
}
@media (max-width: 1024px) {
    .toggle {
        display: block !important;
    }
    .menu {
        position: fixed;
        top: 169px;
        right: -100%;
        display: block;
        padding: 50px 50px;
        text-align: center;
        width: 100%;
        height: 100vh;
        background: #fe8040;
        transition: 0.5s ease;
        z-index: 9;
    }

    .menu.active {
        right: 0;
    }

    nav ul li a {
        font-size: 35px;
        line-height: 3em;
    }
    nav ul li a:hover {
        color: #1a112f;
    }
    ul .active-btn {
        background: none;
    }

    nav {
        padding: 10px 70px;
    }
    .home-text h1 {
        font-size: 2.5rem;
    }
    .email-box {
        width: 370px;
    }
    .home-img {
        width: 350px;
        height: 400px;
    }
}

@media (max-width: 810px) {
    nav {
        padding: 14px 40px;
    }
    .home-text h1 {
        font-size: 2rem;
    }
    .home-text p {
        max-width: 320px;
    }
    .email-box {
        width: 304px;
    }
}

@media (max-width: 696px) {
    .menu {
        top: 0px;
    }
    #home {
        flex-direction: column-reverse;
    }
    .email-box {
        margin-bottom: 2rem;
    }
    .services-content {
        grid-template-columns: 1fr;
    }
    .team-content {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }
    .team-box {
        margin: 15px;
    }
    .clients-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 516px) {
    #home {
        justify-content: center;
    }
    .home-img {
        display: none;
    }
    nav ul li a {
        font-size: 20px;
    }
    .heading h1 {
        font-size: 1.2rem;
    }
    .team-content {
        grid-template-columns: 1fr;
    }

    .copyright {
        padding: 12px 50px;
        justify-content: center;
        flex-direction: column-reverse;
        text-align: center;
    }
}

@media (max-width: 360px) {
    .email-box {
        width: 270px;
    }
    .home-text h1 {
        font-size: 1.8rem;
    }
}

.toggle {
    display: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
	z-index: 99;
}

.toggle.open {
    position: absolute;
    top: 30px;
    right: 30px;
}

.toggle div {
    width: 100%;
    height: 4px;
    background: white;
    margin: 5px 0;
    transition: 0.3s;
}

/* When menu is open, transform lines into 'X' */
.toggle.open div:nth-child(1) {
    transform: rotate(45deg) translate(8px, 5px);
}

.toggle.open div:nth-child(2) {
    opacity: 0;
}

.toggle.open div:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -5px);
}

/* Mobile View */
@media (max-width: 768px) {
    .toggle {
        display: block;
    }
}

/* Flexbox for Alignment */
.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Call Section */
.call a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-family: "Open Sans";
}

.call {
    flex: 1;
    text-align: left;
}
.logo {
    text-align: center;
}

/*Banner section*/
.banner-image img {
    width: 100%;
}
.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.banner-section {
    position: relative;
    text-align: center;
}
.banner-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000001a;
}
.banner-content h1 {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(8px);
    padding: 10px 30px;
    color: #fff;
    font-weight: 400;
}
.banner-section h2 {
    font-weight: 800;
    color: #fff;
    font-size: 43px;
    line-height: 75px;
    padding-bottom: 30px;
}
a.read-btn:hover {
    border: 2px solid #f7941d;
    transition: 0.5s;
    background: #fff;
    color: #f7941d;
}

a.read-btn {
    background: #f7941d;
    color: #fff;
    padding: 15px 40px;
    transition: 0.5s;
    border: 2px solid #f7941d;
}
.certificate-section .row {
    align-items: center;
}
/*Certificate Section*/
.certificate-section {
    background: #c6d6e2;
    padding: 25px 0;
}
.certificate-section h4 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 0;
}
.certificate-logo {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*Services*/
.services {
    padding: 80px 0;
    text-align: center;
}
.services h6 {
    padding-bottom: 20px;
}
.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    justify-content: center;
    margin: auto;
}

.service-card {
    background: #c6d6e2;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.service-card:hover {
    transform: scale(1.05);
}

.service-card img {
    width: 100%;
    /*height: 300px;*/
    border-radius: 5px;
    padding: 10px;
    object-fit: cover;
}

.service-info {
    background: #f7941d;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
}

.service-info p {
    margin-bottom: 0;
}

.service-info a {
    color: #fff;
    font-size: 14px;
}
.services-container {
    padding-top: 60px;
}

.service-card {
    position: relative;
}

.service-icon {
    position: absolute;
    background: green;
    right: 0;
    padding: 10px;
    bottom: 43px;
}
.service-icon img {
    width: 25px;
    height: 25px;
    padding: 0;
    object-fit: contain;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .services h1 {
        font-size: 26px;
    }

    .services-container {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .service-card {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .services h1 {
        font-size: 22px;
    }

    .services-container {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
}
/*Why Us*/
.why-us-section {
    padding: 100px 0;
    background: url(../images/why-us/why-us.png);
    /* background-size: 100%; */
    /* background-repeat: no-repeat; */
    /* background-position: right; */
    background: #dde5eb;
}
.feature:hover {
    background: #fff;
    transition: 0.5s;
}
.why-us-section .col-md-4 {
    padding: 0;
}
.feature {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 40px;
    border: 3px solid #fff;
    transition: 0.5s;
    margin-top: 50px;
}

.feature p {
    line-height: 28px;
    font-size: 16px;
    color: #14487b;
}
.feature h3 {
    padding-bottom: 20px;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 15px;
    color: #004f9e;
    font-weight: 600;
}

/*Testimonials*/
.testimonial {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.testimonials {
    padding: 80px 0 0;
}
.testi {
    padding: 70px;
}
.testi p {
    font-size: 18px;
    text-align: left;
    line-height: 35px;
    padding: 60px 160px;
    color: #14487b;
    font-weight: 500;
    background: #f8f9fa;
}
.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
}
.slide .quote-icon {
    font-size: 30px;
    color: #4070f4;
}
.slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.details .name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.details .job {
    font-size: 12px;
    font-weight: 400;
    color: #333;
}
/* swiper button css */
.nav-btn {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}
.nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.nav-btn::after,
.nav-btn::before {
    font-size: 20px !important;
    color: #000;
}
.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
    background-color: #4070f4;
}
.testimonial-heading {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .slide p {
        padding: 0 20px;
    }
    .nav-btn {
        display: none;
    }
}
/*Blog*/
.blog-wrapper {
    padding: 30px;
    overflow: hidden;
    transition: 0.3s;
}

.blog-inner h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.blog-inner p {
    line-height: 30px;
    font-size: 17px;
    margin-bottom: 30px;
}

.blog-meta span {
    color: #646464;
}
.custom-row {
    margin: 0 -15px;
}
.dot-style .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -60px;
}
.dot-style .slick-dots > li {
    display: inline-block;
    margin: 0 5px;
    line-height: 0;
}
.dot-style .slick-dots > li.slick-active button {
    background: #adadb0;
}
.dot-style .slick-dots button {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #adadb0;
    text-indent: -10000px;
    padding: 0;
}
.blog-image img {
    width: 100%;
}
.blog-inner h4 a {
    color: #000;
    font-size: 22px;
}
/*Global Section*/
.global-present {
    padding: 100px 0;
}
.map img {
    width: 100%;
}
.global-present h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 40px;
    background: #c6d6e2;
    padding: 25px;
}
/*Client*/
.clients {
    padding: 100px 0;
    background-image: url(../images/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f8f9fa;
}
.client-logo {
    background: #fff;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 1px 14px 0 rgba(0, 0, 0, 0.19);
}
.client-heading {
    text-align: center;
    padding-bottom: 50px;
}
/*Footer*/
.pt-100 {
    padding-top: 100px;
}
.tpfooter__top {
    border-bottom: 1px solid #ffffff82;
}
.tpfooter__widget-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
}
.tpfooter__widget p {
    color: #fbffe1;
    font-size: 15px;
    margin-bottom: 0;
}

.tpfooter__widget-social a {
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}

.tpfooter__widget-social-title {
    color: #fbffe1;
    display: block;
}
.tpfooter__widget-social img {
    width: 100%;
}
.tpfooter__widget-time-info span {
    font-size: 16px;
    color: #fbffe1;
    display: block;
}
.tpfooter__widget-time-info span b {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tpfooter__widget-time-info span b {
        font-size: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpfooter__widget-time-info span b {
        font-size: 13px;
    }
}
.tpfooter__widget-links ul li {
    list-style: none;
}
.tpfooter__widget-links ul li a {
    font-size: 16px;
    color: #fbffe1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
    margin-bottom: 8px;
}
.tpfooter__widget-links ul li a:hover {
    color: #fff;
    padding-left: 8px;
}
.tpfooter__widget-newsletter p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpfooter__widget-newsletter p br {
        display: none;
    }
}
.tpfooter__widget-newsletter form {
    position: relative;
}
.tpfooter__widget-newsletter form input {
    border-radius: 3px;
    height: 50px;
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 5px 150px 5px 50px;
}
.tpfooter__widget-newsletter form input::placeholder {
    color: #acafb7;
    font-size: 14px;
}
.tpfooter__widget-newsletter form span {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.tpfooter__widget-newsletter-submit {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.tpfooter__widget-newsletter-check .form-check-label {
    font-size: 14px;
    color: #fff;
}
.tpfooter__widget-newsletter-check .form-check-input:checked {
    border-color: transparent;
}
.tpfooter__widget-newsletter-check .form-check-input:focus {
    box-shadow: none;
}
.tpfooter__widget-newsletter-check .form-check-input.form-check-input[type="checkbox"] {
    border-radius: 2px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpfooter__copyright {
        text-align: center;
    }
}
@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tpfooter__copyright {
        margin-bottom: 20px;
    }
}
.tpfooter__copyright-text {
    font-size: 16px;
    color: #fbffe1;
}

@media (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .tpfooter__copyright-thumb {
        text-align: center !important;
    }
}
.tpfooter__copyright-thumb img {
    max-width: 100%;
}
.tpfooter__phone-num {
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    line-height: 1;
}
.tpfooter__phone-num:hover {
    color: #fff;
}

.footer-col-2 {
    margin-left: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-col-2 {
        margin-left: -15px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-col-2 {
        margin-left: 0px;
    }
}

.footer-col-3 {
    margin-left: -100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-col-3 {
        margin-left: -10px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-col-3 {
        margin-left: 0px;
    }
}

.footer-col-4 {
    margin-left: 60px;
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-col-4 {
        margin-left: 0px;
    }
}
.footer-col-4::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #fff;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px), only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-col-4::before {
        display: none;
    }
}

.tpfooter__widget-links ul {
    padding-left: 0;
}
.footer {
    background: #004f9e;
    padding-top: 100px;
}
.footer p,
.footer span,
.tpfooter__widget-time-info span b {
    font-family: "Montserrat";
}
.footer a {
    color: #fff;
}
.tpfooter__widget-newsletter-submit {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.tp-news-btn {
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 30px;
    background-color: #4caf50;
    border-radius: 3px;
    border: 1px solid #4caf50;
}

/*About Us*/
.page__title-wrapper.mt-100 h1 {
    text-align: center;
    /*background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(8px);*/
    padding: 10px 30px;
    color: #fff;
    font-weight: 400;
}
/*Bottle_juice_section*/
div#bottle_juice_banner {
    height: 330px;
}
/**/
.about-us {
    padding: 100px 0;
}

.centered-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.abt-section {
    background: #fff;
    padding: 45px;
    margin-top: 0;
    display: inline-block;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3), -3px -3px 5px rgba(255, 255, 255, 0.3);
}

.bracket {
    font-size: 100px;
    color: #004f9e;
}

.centered-text h5 {
    margin-bottom: 0;
}

.years {
    font-size: 50px;
    color: #004f9e;
}

.experience {
    width: 80px;
    display: inline-flex;
    font-size: 15px;
    line-height: 20px;
}

.centered-text h5 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    text-align: left;
    gap: 22px;
    margin-top: 30px;
}

.about-pure-tropic h1 {
    font-size: 33px;
    padding: 0;
    line-height: 40px;
}

.story h3 {
    font-size: 30px;
    padding-bottom: 15px;
    font-weight: 500;
}

.story .story-content p {
    line-height: 35px;
}
.story .icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
.story {
    background: #f8f9fa;
    padding: 50px;
    margin-bottom: 30px;
    display: flex;
    gap: 30px;
    min-height: 480px;
}

.our-story {
    padding-bottom: 80px;
}

.wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-main {
    position: relative;
    display: inline-block;
}

.video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #004f9e;
    z-index: 999;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 100%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.video-section {
    position: relative;
}

.video-section img {
    width: 100%;
}

.excellence-section {
    background: #f8f9fa;
    padding: 100px 0;
}

.package-image-section img {
    width: 100%;
}

.package-content-section {
    background: #004f9e;
    padding: 80px;
}

.excellence-section .plr-0 {
    padding-right: 0;
    padding-left: 0;
}

.package-image-section img {
    width: 100%;
    min-height: 540px;
    max-height: 540px;
    object-fit: cover;
}

.package-content-section {
    background: #004f9e;
    padding: 80px 60px;
    min-height: 540px;
    max-height: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 30px;
}

.package-content-section h2 {
    font-size: 20px;
    line-height: 35px;
}

.package-content-section p {
    line-height: 35px;
}

.excellence-image img {
    width: 100%;
}

.excellence-content {
    padding: 45px 40px;
    background: #fff;
}

.excellence-content h2 {
    font-size: 20px;
    padding-bottom: 15px;
}

.excellence-content p {
    line-height: 30px;
}
/*Blog*/
.blog {
    padding: 100px 0;
}
.custom-card {
    border-radius: 0px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
}
.blog .col-md-10.mx-auto:last-child .custom-card {
    margin-bottom: 0;
}
.card-img {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.card-body {
    padding: 20px;
}
.card-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    padding-bottom: 15px;
}
.cards-text {
    margin: 0;
    line-height: 30px;
    padding-top: 15px;
}
/* Style the meta-info list */
.meta-info {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 15px; /* Space between items */
    flex-wrap: wrap; /* Ensures responsiveness */
}

/* Style individual list items */
.meta-info li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666; /* Subtle text color */
    font-weight: 500;
}

/* Style the icons inside list items */
.blog-icon {
    width: 16px; /* Adjust icon size */
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

/*Common template css*/
.branding-section {
    background-color: #004f9e;
    color: white;
    padding: 60px 0;
    text-align: left;
}
.branding-text {
    font-size: 34px;
    font-weight: 400;
    line-height: 54px;
}
.divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin: 30px 0;
}
.package-card h3 {
    font-size: 22px;
}
.package-card p {
    font-size: 14px;
    opacity: 0.8;
}
.common-package-image img {
    width: 100%;
}
.common-package-section .row {
    align-items: center;
}
.common-package-section {
    background: #f8f9fa;
    padding: 100px 0;
}
.common-package-contant {
    margin-left: 90px;
}
.common-package-contant h2 {
    font-size: 27px;
    line-height: 40px;
    padding-bottom: 30px;
}
.common-content-section p {
    padding-bottom: 20px;
}
.common-content-section h6 {
    font-family: "Open Sans";
    padding: 0 0 30px 0;
    color: #004f9e;
    font-weight: 500;
    font-size: 17px;
}
.content-section {
    padding: 100px 0;
}
.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #003b8b;
    padding-bottom: 30px;
    position: relative;
}
.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 50%;
    height: 3px;
    background-color: #004F9E;
}
.section-text {
    font-size: 16px;
    color: #14487B;
    margin-bottom: 15px;
    line-height: 35px;
}
.custom-list {
    padding-left: 20px;
}
.custom-list li {
    color: #003b8b;
    font-weight: 500;
}
.image-container img {
    width: 100%;
}

.custom-list li {
    list-style: disc;
    line-height: 35px;
}
.bg-image-common img {
    width: 100%;
}
.contact-page-sec {
    padding: 100px 0;
}
.contact-info-item {
    display: flex;
    gap: 20px;
}
.contact-info-title p {
    padding: 30px 0 20px;
}
.contact-form-content {
    margin-bottom: 30px;
}

.contact-form-content p {
    margin: 0;
}

.contact-sidebar {
    border: 1px solid var(--divider-color);
    padding: 30px;
}

.contact-info {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--divider-color);
}

.contact-info:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.contact-info-title h3 {
    font-size: 30px;
    letter-spacing: -0.02em;
}

.contact-info-box {
    padding-right: 30px;
}

.contact-info-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-info-item .icon-box {
    position: absolute;
    top: 1px;
    left: 0;
}

.contact-info-item .icon-box i {
    color: var(--accent-color);
    font-size: 18px;
}

.contact-info-item p a {
    color: var(--primary-color);
    font-size: 16px;
    margin: 0;
}

.contact-us-form .form-control {
    padding: 12px 10px;
    font-size: 16px;
    background-color: transparent;
    border-color: var(--divider-color);
    border-radius: 0;
    color: var(--primary-color);
    box-shadow: none;
    outline: none;
}

.contact-us-form .form-group label {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.google-map .section-title {
    text-align: center;
}


.google-map-iframe {
    width: 100%;
    height: 700px;
}

.google-map-iframe iframe {
    width: 100%;
    height: 700px;
}
.contact-form-btn button {
    background: #004f9e;
    border: 1px solid #004f9e;
    padding: 13px 30px;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-family: 'Montserrat';
}
.contact-us-form h3 {
    font-size: 20px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.feature p strong {
    padding: 8px 0;
    display: inline-block;
}
.feature ul {
    padding: 15px 0 0;
    line-height: 35px;
}
.story-content ul li {
    padding-top: 14px;
}
.story-content ul {
    padding: 0;
    line-height: 30px;
}
.story-content ul li:first-child {
    padding-top: 0;
}
.content-section p {
    line-height: 30px;
    padding-bottom: 10px;
}
.common-package-contant .custom-list li {
    color: #000;
}
.common-package-contant .custom-list li strong {
    color: #004f9e;
}
.image-container img {
    border-radius: 10px;
}
.client-logo img {
    width: 100%;
}
ul.icon-list {
    padding: 0;
    display: flex;
    gap: 10px;
    font-size: 15px;
    justify-content: end;
}
ul.icon-list li a {
    color: #fff;
}
ul.certificate-logo li img {
    width: 60%;
    margin: 0 auto;
}
ul.icon-list li {
    background: #004f9e;
    width: 30px;
    height: 30px;
    padding: 4px 7px;
    border-radius: 5px;
}

.banner-section {
    position: relative;
    width: 100%;
    height: 80vh; /* Or however tall you want the banner */
    overflow: hidden;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Behind other content */
    overflow: hidden;
}

.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certificate-logo {
    margin-bottom: 0;
}

.certificate-logo li:last-child img {
    width: 190px;
}

.on-hover-content {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    background: #004f9e;
    width: 100%;
    height: 100%;
    padding: 14px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.service-card:hover .on-hover-content {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}
.on-hover-content ul {
    padding-left: 0;
    line-height: 35px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 225px;
}
.on-hover-content ul li {
    list-style: disc;
    color: #fff;
    font-size: 15px;
}
.branding-section.Bottle.Juice.Packaging .col-md-6:nth-child(1) {
    width: 100%;
    text-align: center;
}
.branding-section.Bottle.Juice.Packaging .col-md-6:nth-child(2) {
    display: none;
}

.service-card:hover .on-hover-content:after {
    content: "";
    background-image: url(../images/bg-abstract.svg);
    background-size: cover;
    background-position: center;
    opacity: 0.09;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.research {
    padding-left: 0;
}
.research li:last-child {
    padding-bottom: 0;
}
.research li {
    list-style: none;
    padding-bottom: 30px;
}
.research li strong {
    color: #004f9e;
}
.research li {
    color: #000;
}