.rayan-new-slider {
    border-radius: 25px;
}
.rayan-new-slider img {
    border-radius: 25px;
    box-shadow: 0 0 30px 0 #00000040;
}
.rayan-hamburger-menu {
    display: none;
    position: relative;
}

span.rayan-icon-menu {
    width: 30px;
    height: 2px;
    background: #444345;
}

span.rayan-icon-menu2 {
    width: 30px;
    height: 2px;
    opacity: 0.34;
    background: #444345;
}
.rayan-hamburger-icon {
    font-size: 24px;
    display: flex;
    cursor: pointer;
    gap: 6px;
    flex-direction: column;
}

.rayan-hamburger-sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: left 0.3s ease;
    z-index: 9999;
    padding: 50px 20px 50px 20px;
}

.rayan-hamburger-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rayan-hamburger-sidebar li {
    margin: 10px 0;
    position: relative;
}

.rayan-hamburger-sidebar li a {
    text-decoration: none;
    color: #242424;
    display: block;
    padding: 6px 10px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
}

.rayan-hamburger-sidebar li ul {
    display: none;
    padding-left: 20px;
}

.rayan-hamburger-sidebar li.open > ul {
    display: block;
    background: #2083e614;
    border-radius: 15px;
    padding: 1px 10px;
}

.rayan-hamburger-sidebar li.open > ul li.open > ul {
    background: white;
}


.rayan-hamburger-sidebar li a::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 10px;
}

.rayan-hamburger-sidebar li.has-children > a::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="M9 18l6-6-6-6"%3E%3C/path%3E%3C/svg%3E');
	transform: rotate(90deg);
}

.rayan-hamburger-sidebar li.open > a::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3E%3Cpath d="M6 9l6 6 6-6"%3E%3C/path%3E%3C/svg%3E');
}

.rayan-hamburger-menu.open .rayan-hamburger-sidebar {
    left: 0;
}

.rayan-hamburger-close-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    background: none;
    border: none;
    font-size: 40px;
    font-weight: 300;
    cursor: pointer;
    color: #333;
    z-index: 1001;
    transition: color 0.3s ease;
}


.rayan-hamburger-close-btn:hover {
    color: #555;
}

@media (max-width: 768px) {
    .rayan-hamburger-menu {
        display: block;
		float: left;
    }




}
button.rayan-seemore-textbox-toggle {
    border: none !important;
    padding: 0 !important;
    color: #175CD3  !important;
    border-bottom: solid 1px #175CD3 ! IMPORTANT;
    border-radius: 0 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: inherit;
	background: white !important;
}
button.rayan-seemore-textbox-toggle:hover {
    border: none !important;
    padding: 0 !important;
    color: #175CD3  !important;
	background: white !important;
    border-bottom: solid 1px #175CD3 ! IMPORTANT;
    border-radius: 0 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: inherit;
}

.rayan-seemore-textbox-content {
    margin-bottom: 20px;
}

.rayan-see-section {
    display: flex;
    gap: 10px;
    align-items: center;
}