:root {
    --primary: #30318e;
    --secondary: #000000;
    --primary-hover: #db382f;
    /* --title:32328f; */
    /* var(--title); */
}

p{
    font-size: 16px;
    color: black;
}

.dz-card.style-1 img{
    height: 300px;
    object-fit: cover;
}

footer p,
.dz-page-text p,
.widget_getintuch ul li,
.widget_categories ul li a{
    color: var(--secondary);
}


.logo-header img {
    height: 90px;
    max-width: 350px;
}

.banner-content p{
    color:white;
}
.dz-accordion .accordion-item {
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	margin-bottom: 15px;
	overflow: hidden;
}

.dz-accordion .accordion-button {
	font-weight: 600;
	font-size: 16px;
}

.dz-accordion .accordion-button:not(.collapsed) {
	background-color: #f8f8f8;
	color: #000;
	box-shadow: none;
}

.icon-bx-wraper.style-4 {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.icon-bx-wraper.style-4:hover {
    transform: translateY(-5px);
}
.offer-swiper .dz-card {
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.offer-swiper .dz-card:hover {
    transform: translateY(-8px);
}

dzMove1 animation {
    transform: translate(5.80964px, 5.80964px);
}
element.style {
    opacity: 0;
    transform: translate3d(-20%, 40%, 0px);
    transition-duration: 0ms;
}
.silder-one .dz-slide-item .slider-img {
   
     bottom: 0px;
}
.content-inner-2 .dz-media img{
    height: 500px;
}
swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
     bottom: unset;
     left:unset;
     width:unset
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: none;
}
.list-2 {
    display: flex;
    flex-direction: column;
}
.site-footer.style-1 .social-list {
    display: flex;
}
.site-footer.style-1 .footer-top .footer-logo img {
    
    height: unset;
}
.DZ-theme-btn.DZ-bt-support-now {
display:none;
}
.DZ-theme-btn.DZ-bt-buy-now,
.styleswitcher .switcher-btn-bx  {
    display:none;
}
.dz-bnr-inr{
    height: auto;
}
.dz-bnr-inr .dz-bnr-inr-entry {
    height: 200px;
}
.dz-bnr-inr h1, .dz-bnr-inr .h1{
    font-size: 40px;
}
.dz-bnr-inr .dz-bnr-inr-entry {
    height: auto;
    padding: 25px 0;
}

.widget_getintuch ul li {
    margin-bottom:  10px;
}
.whatsapp-chat img {
    width: 50px;
    margin: 0 15px;
    z-index: 9999;
}
.content-inner{
    padding: 60px 0;
}

.section-head.style-1 h2, .section-head.style-1 .h2 {
    font-size: 26px;
    color: var(--primary);
}

.gallery .dz-media img{
    width: 100%;
    height: 300px;
    object-fit: fill;
}


@media screen and (max-width:768px){
    .header-layout{
        justify-content: center!important;
    }
    .logo-header{
        margin: 0 auto;
    }
}