:root{
    --wooden-color--:#94745D;
    --cr-green--: #344A35;
    --cr--wood-light--: rgba(148, 116, 93, 0.4);
    --white--:#fff;
    --black--:#000;
}

html {
  scroll-behavior: smooth;
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: #a28672;
    color: var(--white--);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: #a28672;
}


/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary);
}

.topbar a{
    transition: all 0.3s ease 0s;
}

.font-weight-bold{
    font-weight: 900 !important;
}

.topbar .btn {
    padding: 10px !important;
    border-radius: 50px;
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 11px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

/* Add this to your CSS file */
.toggle-icon {
    position: relative;
    width: 30px;
    height: 24px;
    display: inline-block;
    transition: all 0.3s ease;
}

.toggle-icon span {
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #333;
    border-radius: 2px;
    left: 0;
    transition: all 0.3s ease;
}

.toggle-icon span:nth-child(1) {
    top: 0;
}

.toggle-icon span:nth-child(2) {
    top: 11px;
}

.toggle-icon span:nth-child(3) {
    bottom: 0;
}

/* When menu is open */
.navbar-toggler[aria-expanded="true"] .toggle-icon span:nth-child(1) {
    transform: rotate(45deg);
    top: 11px;
}

.navbar-toggler[aria-expanded="true"] .toggle-icon span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .toggle-icon span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 11px;
}

/*** Topbar End ***/



/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active  {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 80px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 70px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

.owl-nav{
    display: none;
}

.owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 2%;
    right: 50%;
    transform: translate(50%, -50%);
}

.wooden-box-title {
    color: var(--cr-green--);
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: var(--white--); 
    border-radius: 50%;
    display: block;
}   

.owl-dots .owl-dot.active span{
    background: var(--cr-green--);
}

.text-primary-wood{
    color: #EFE3DA;
}

.wooden-box-description {
    color: #333;
    line-height: 1.6;
}
.carousel-container {
    height: 100%;
}
.owl-carousel .item img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.main-heading {
    color: var(--cr-green--);
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 60px;
}

.product-description {
    color: #333;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.product-description p {
    font-size: 18px;
}

.product-image-container .product-image {
    width: 100%;
    height: auto;
}

.product-description {
    margin-bottom: 2rem;
}

.specs-table th {
    width: 30%;
    background-color: #f8f9fa;
}

.specs-table {
    margin-top: 1.5rem;
}
.specs-table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 3rem auto;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button:hover {
    background-color: rgba(255, 255, 255, 0.9);
    width: 85px;
    height: 85px;
}

.play-icon {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #1d6343;
    margin-left: 8px;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--cr-green--);
    pointer-events: none;
}

.video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.contact-section {
    padding: 3rem 0;
    background-color: var(--cr-green--);
    margin-top: 20px;
}

.contact-sec{
    background-color: var(--cr-green--);
}

.section-title {
    color: var(--cr-green--);
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 2.8rem;
}

.section-subtitle {
    text-align: center;
    color: #333;
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.contact-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.06);
    padding: 1.4rem;
    height: 100%;
    text-align: center;
    transition: transform 0.3s ease;
}

.contact-card p{
    font-weight: 600;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-add-item{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
}

.contact-icon {
    width: 80px;
    height: 55px;
    margin: 0 auto;
    text-align: center;
    color: var(--cr-green--);
}

.contact-info {
    margin-top: 1.5rem;
    font-size: 1rem;
}

.contact-info p {
    margin-bottom: 0.5rem;
    color: var(--bs-dark);
}

.unit-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.feature-card {
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease;
    background: var(--cr-green--);
}

.feature-card:hover {
    transform: translateY(-10px) ;
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    filter: invert(1);
}

.feature-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.feature .product-card {
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
    margin-bottom: 20px;
    position: relative;
}

.feature .product-card:hover .product-img {
    filter: grayscale(0);
    transform: scale(1.1);
}
.feature .product-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    transition: all 0.3s ease 0s;
    border-radius: 10px;
}
.feature .rating {
    background-color: var(--cr-green--);
    color: #fff;
    padding: 10px 0;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
    position: absolute;
    bottom: 11%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.feature .product-title {
    color: var(--black--);
    font-weight: 600;
    text-align: center;
    padding: 10px;
    margin-top: 25px;
}

.product-info {
    background-color: var(--cr-green--);
    padding: 20px;
    text-align: center;
}

.product-title {
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}

.stars {
    color: #EFE3DA;
    margin-bottom: 10px;
}

.packaging-parent strong {
    font-weight: 700;
    color: #222;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.packaging-parent .logo-container img {
    max-width: 100%;
    height: auto;
}

.packaging-parent .service-list li {
    margin-bottom: 12px;
}

.packaging-parent .highlight-text {
    color: var(--wooden-color--);
    font-weight: 600;
}

.stats-container {
    background-color:var(--cr-green--);
    border-radius: 100px;
    padding: 60px 30px;
    color: white;
    margin: 40px auto;
    max-width: 1200px;
}

.stats-heading {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.stats-title {
    color: var(--white--);
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.stat-number {
    font-size: 64px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 20px;
    text-align: center;
}

.process-section .step-number {
    font-size: 100px;
    font-weight: 300;
    color: #18644c;
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.process-section .step-number {
    text-align: center;
    font-weight: 300;
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: transparent;
}

.process-section .step-card {
    background-color: var(--cr-green--);
    border-radius: 0;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.process-section .step-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.process-section .step-description {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    flex-grow: 1;
}

.process-section .image-container {
    height: 200px;
    overflow: hidden;
}

.process-section .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.process-section .experience-banner {
    background-color: var(--cr-green--);
    color: white;
    padding: 40px 0;
    margin-top: 80px;
}

.process-section .banner-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.process-section .banner-subtitle {
    font-size: 16px;
    font-weight: 400;
}

.leadership-section .team-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.leadership-section .team-member {
    position: relative;
    max-width: 350px;
    margin-bottom: 30px;
}

.leadership-section .member-image {
    width: 100%;
    height: 420px;
    background-color: #f5f5f5;
    border-radius: 0;
    overflow: hidden;
}

.leadership-section .member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leadership-section .section-title {
    color: var(--cr-green--);
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.leadership-section .member-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--cr-green--);
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 0 0 8px 8px;
}

.leadership-section .member-name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--white--);
}

.leadership-section .member-position {
    font-size: 16px;
    font-weight: normal;
}

.leadership-section .background-graphic {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.1;
}

.leadership-section .bg-left {
    left: -10%;
    background-image: url('path-to-left-graphic.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.leadership-section {
    padding: 80px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    overflow: hidden;
}

.leadership-section .bg-right {
    right: -10%;
    background-image: url('path-to-right-graphic.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.bullet::before {
    content: "• "; /* Unicode bullet */
    color: black;
    font-weight: bold;
  }
  

@media (max-width: 767px) {
    .content-section {
        padding: 2rem 1rem;
    }
    .carousel-section {
        margin-top: 2rem;
        padding: 0 1rem;
    }
    .main-heading {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .product-image-container {
        margin-bottom: 2rem;
    }

    .video-container {
        border-radius: 30px;
        aspect-ratio: 16/9;
    }

    .contact-card {
        margin-bottom: 1.5rem;
    }
    
    .section-title {
        font-size: 2.2rem;
    }
    
    .feature-card {
        margin-bottom: 20px;
    }

    .product-info {
        padding: 10px;
    }
    
    .product-image {
        height: 100%;
    }

    .packaging-parent .logo-container {
        margin-bottom: 15px;
    }
    
    .packaging-parent .content-section {
        text-align: center;
    }
    
     .packaging-parent.service-list {
        text-align: left;
        padding-left: 20px;
    }

    .stats-container {
        border-radius: 50px;
        padding: 40px 20px;
    }
    
    .stats-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .stat-number {
        font-size: 48px;
        margin-bottom: 5px;
    }
    
    .stat-label {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .process-section .banner-title {
        font-size: 26px;
    }

    .leadership-section .section-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .leadership-section .member-image {
        height: 380px;
    }
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: none;
        color: #fff;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }

    .process-section .step-card {
        margin-bottom: 30px;
    }

    .leadership-section .team-container {
        gap: 20px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
        background: var(--white--);
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: -1px;
        left: 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::after,
    .navbar-light .navbar-nav .nav-link.active::after {
        width: 2px;
        height: 12px;
    }
}
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
        height: 100vh;
        position: relative;
}

.header-carousel-item:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--cr-green--);
    opacity: 0.8;
    z-index: 0;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 30px;
    margin-left: 90px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    left: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: var(--bs-primary);
}


.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding-top: 120px;
    display: flex;
    align-items: center;
    z-index: 2;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }
}

@media (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }


    .header-carousel .owl-nav .owl-next {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }

}


.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0%  {height: 100%; opacity: 0.9;}

    25% {height: 110%; opacity: 0.50;}

    50% {height: 115%; opacity: 1;}

    75% {height: 110%; opacity: 0.50;}

    100% {height: 100%; opacity: 0.9;}
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/Group-16.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .bg-breadcrumb {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
}

.service .service-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}
/*** Service End ***/


/*** Features Start ***/
.feature .feature-item {
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    border: 1px solid transparent;
    transition: 0.5s;
}

.feature .feature-item:hover {
    border: 1px solid var(--bs-primary);
}

.feature .feature-item .feature-icon {
    background: var(--bs-white);
    border-radius: 10px;
    display: inline-block;
}
/*** Features End ***/

/*** Offer Start ***/
.offer-section .nav a.accordion-link {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: var(--bs-white);
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.offer-section .nav a.accordion-link h5 {
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active h5 {
    color: var(--bs-white);
}
/*** Offer End ***/

.carousel-container .item {
    height: 500px;
}

.carousel-container .item img{
    width: 100%;
    height: 100%;
}

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-white);
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
    transition: 0.5s;
}

.blog .blog-item a {
    transition: 0.5s;
}

.blog .blog-item:hover a:hover {
    color: var(--bs-primary);
}

.blog .blog-item .blog-img {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 208, 132, 0.1);
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
    opacity: 1;
}

.blog .blog-item .blog-img .blog-title {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 5;
}

.blog .blog-item .blog-img .blog-title a {
    color: var(--bs-white);
    background: var(--bs-primary);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img .blog-title a:hover {
    color: var(--bs-dark);
}

.blog-carousel .owl-stage-outer {
    margin-top: 58px;
}

.blog .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.blog .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 6px 35px;
    border-radius: 30px;
    transition: 0.5s;
}

.blog .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}
/*** Blog End ***/
.download-btn{
    padding-left: 50px !important;
}

/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-secondary);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
}
/*** FAQs End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.team .team-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::before {
    height: 0;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::after {
    height: 100%;
    background: var(--bs-primary);
}

.team .team-item .team-img {
    width: 100%; 
    height: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid var(--bs-primary);
    border-style: dotted;
    padding: 4px;
    background: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-img {
    border: 4px solid var(--bs-white);
    border-style: dotted;
    background: 0;
}

.team .team-item .team-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: 0.5s;
}

.team .team-item .team-title {
    padding: 25px 0 25px 0;
    text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
    transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
    color: var(--bs-white);
}

.team .team-item .team-icon {
    display: flex;
    justify-content: center;
}

.team .team-item .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-icon a {
    color: var(--bs-dark);
    background: var(--bs-white);
}

.team .team-item:hover .team-icon a:hover {
    color: var(--bs-primary);
    background: var(--bs-dark);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px 25px;
}

.testimonial .testimonial-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
    display: flex;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
    width: 100px; 
    height: 100px;
    border-radius: 100px;
    border: 5px solid var(--bs-light);
    border-style: double;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-text {
    padding: 25px 0;
    text-align: center;
}

.testimonial .testimonial-item .testimonial-title {
    display: flex;
    justify-content: space-between;
}

.testimonial .testimonial-item  .testimonial-quote-left {
    position: absolute;
    width: 60px; 
    height: 60px;
    top: 20px;
    left: 25px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item  .testimonial-quote-right {
    position: absolute;
    width: 60px; 
    height: 60px;
    bottom: -30px;
    right: 25px;
    margin-top: -5px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}

/*** Testimonial End ***/


/*** Footer Start ***/
.footer {
    background: #f4f4f4;
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.text-cstm-green{
    color: var(--cr-green--);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--black--);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
    color: var(--black--);
}

.footer .footer-item a:hover {
    color: var(--cr-green--);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: var(--bs-dark);
}
/*** copyright end ***/






/* fluip book */
  
#magazine{
	width:576px;
	height:752px;
}
#magazine .turn-page{
	background-color:#ccc;
	background-size:100% 100%;
}
section.flip-book-sec {
    display: flex;
    justify-content: center;
    background-color: var(--cr-green--);
    padding:40px 0px;
    overflow: hidden;
}
  
/* fluip book end */