body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #e8eaed;
    color: #333;
}
.header-wrapper {
    display: flex;
    align-items: flex-start;
    padding: 15px 20px;
    position: relative;
	margin-left: 90px;
}
.logo-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #32be5b;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid #32be5b;
    border-radius: 50%;
    background-color: white;
}

.search-container {
    flex: 1;
    max-width: 616px;
    margin-left: 15px;
    margin-right: 15px;
}

.search-bar {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    padding: 5px 15px;
    background-color: white;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.search-bar input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 10px;
    color: #333;
}

.search-bar .icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 13px;
    color: #000;
    margin-left: 10px;
	gap: 10px
}

.search-bar .search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

.navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation ul li {
    margin-right: 15px;
}

.navigation ul li a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 15px;
}

.navigation ul li a.active {
    background-color: #f1eaff;
    color: #32be5b;
}

.options {
    font-size: 14px;
    color: #555;
}

.results-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.result-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	width: 618px;
	margin: 10px 0 0 126px;
}

.result-content {
    flex: 3;
    margin-right: 15px;
}

.result-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.result-image img {
    max-width: 120px;
    max-height: 120px;
    border-radius: 4px;
    object-fit: cover;
}

.pagination {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 0 0 10px 215px;
    gap: 5px;
}

.page-link {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
}

.page-link:hover {
    background-color: #f1f1f1;
}

.page-link.active {
    background-color: #32be5b;
    color: #fff;
    border-color: #32be5b;
}

.page-link.next {
    font-weight: bold;
    background-color: #32be5b;
    color: white;
}

.footer {
    background-color: #f2f2f2;
    padding: 15px 20px;
    font-size: 12px;
    color: #5f6368;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-container {
    width: 100%;
    max-width: 960px;
	padding: 0 0 0 106px;
}
.footer-location {
    margin-bottom: 5px;
    color: #202124;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.footer-location a {
    color: #1a73e8;
    text-decoration: none;
}

.footer-location a:hover {
    text-decoration: underline;
}

.footer-links {
    display: flex;
    gap: 15px;
    color: #5f6368;
}

.footer-links a {
    color: #5f6368;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.gsc-control-searchbox-only {
    display: none !important;
}

img.gcsc-branding-img-noclear {
    display: none !important;
}

.gcsc-find-more-on-google {
    display: none !important;
}

.gsc-control-cse {
    border: none !important;
}

.gsc-control-cse.gsc-control-cse {
    max-width: 650px;
    padding: 0 0 0 127px;
    background: #e8eaed;
}
.gsc-control-cse {
	background-color: #e8eaed !important;
}
.gsc-cursor-box.gs-bidi-start-align {
    text-align: center;
    font-size: 16px;
}

.gsc-webResult.gsc-result {
    background-color: #e8eaed !important;
}

.gsc-webResult.gsc-result {
    border: none !important;
}

.gsc-webResult.gsc-result .gs-title {
    margin-bottom: 10px;
}

.gsc-above-wrapper-area {
    display: none;
}

.gsc-cursor {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    position: relative;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	background-color: #e8eaed !important;
}
.gsc-cursor::before,
.gsc-cursor::after {
    content: '';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
}

.gsc-cursor::before {
    content: '«';
    margin-right: 10px;
}

.gsc-cursor::after {
    content: '»';
    margin-left: 10px;
}

.gsc-cursor::before:hover,
.gsc-cursor::after:hover {
    background-color: #e0e0e0;
    color: #0073e6;
}

.gsc-cursor .gsc-cursor-current-page {
    font-weight: bold;
    background-color: #0073e6;
    color: #fff;
    border-radius: 50%;
    padding: 5px 10px;
    text-align: center;
}
.gsc-cursor::before,
.gsc-cursor::after {
    cursor: pointer;
}

/* Call phone */
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
    margin-bottom: 100px;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 85px;
    height: 85px;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    opacity: 0.5;
    transform-origin: 50% 50%;
    transition: all 0.5s;
}

.hotline-phone-ring-circle-fill {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 55px;
    height: 55px;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transform-origin: 50% 50%;
    transition: all 0.5s;
}

.hotline-phone-ring-img-circle {
    position: absolute;
    top: 36px;
    left: 36px;
    width: 33px;
    height: 33px;
    background-color: #e60808;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}

.hotline-bar {
    position: absolute;
    left: 33px;
    bottom: 37px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: rgba(230, 8, 8, 0.75);
    border-radius: 50px !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.8s;
    z-index: 9;
}

/* Keyframes */
@keyframes phonering-alo-circle-anim {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@keyframes phonering-alo-circle-img-anim {
    0%, 100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
}

@media (max-width: 768px) {
.header-wrapper {
	padding: 10px;
	margin-left: 1px;
	margin-right: 1px;
	flex-direction: column;
	align-items: center;
}

.logo {
	display: none;
}

.search-container {
	width: 100%;
	padding: 0 10px;
}

.search-bar {
	width: 95%;
	border: 1px solid #e0e0e0;
	border-radius: 50px;
	padding: 5px 10px;
	display: flex;
	align-items: center;
}

.search-bar input {
	width: 100%;
	font-size: 14px;
	border: none;
	outline: none;
}

.search-bar button {
	background: none;
	border: none;
	margin-left: 5px;
	font-size: 18px;
	cursor: pointer;
	color: #32be5b;
}

.navigation {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}

.navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.navigation ul li {
	list-style: none;
}

.navigation ul li a {
	font-size: 14px;
	text-decoration: none;
	color: #333;
	padding: 5px;
}

.gsc-results .gsc-cursor {
	margin: 2px 2px 2px 2px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	background-color: #e8eaed !important;
}

.gsc-webResult.gsc-result {
    background-color: #e8eaed !important;
}

.gcsc-find-more-on-google-root {
display: none;
}

.results-container {
	padding: 10px;
}

.options {
	display: none;
}

.footer {
	margin-left: 0px;
}
.footer-container {
	padding: 0 0 0 0;
}
.footer-location {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	text-align: center;
}

.footer-location span,
.footer-location a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.footer-location a {
	color: #32be5b;
}

.footer-location a:hover {
	text-decoration: underline;
}

.footer-links {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	text-align: center;
	margin: 0;
}

.footer-links a {
	font-size: 14px;
	color: #32be5b;
	text-decoration: none;
	white-space: nowrap;
}

.footer-links a:hover {
	text-decoration: underline;
}

.gcse-searchresults-only {
	font-size: 14px;
	line-height: 1.5;
}

.gcse-searchresults-only .gsc-webResult.gsc-result {
	border: none;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.gcse-searchresults-only .gsc-webResult.gsc-result a {
	font-size: 16px;
	font-weight: bold;
	color: #32be5b;
	text-decoration: none;
}

.gcse-searchresults-only .gsc-webResult.gsc-result a:hover {
	text-decoration: underline;
}

.gcse-searchresults-only .gs-bidi-start-align {
	font-size: 14px;
	color: #555;
}

.gcse-searchresults-only .gs-visibleUrl-long {
	font-size: 12px;
	color: #888;
}
.gsc-control-cse.gsc-control-cse {
	padding: 0 0 0 2px
}
}
