﻿:root {
    --top-header: #fff;
    --top-header-text: #092533;
    --bottom-header: #cb7d47;
    --bottom-header-text: #fff;
    --footer-bg: #F6F8FA;
    --footer-text: #353535;
    --active-menu: #092533;
    --btn-bg: #092533;
    --btn-two-bg: #092533;
    --color: #fff;
    --color-two: #fff;
    --other-bg: #12497f;
    --other-bg-light: #F0F6FF;
    --hover: #e73c3e;
    --all-text-main: #092533;
    --all-text-sub: #7E8389;
    --all-text-third: #62A916;
    --title-text: #e73c3e;
    --input_text: 000;
    --label-color: #757575;
    --border-color: #D4D9DE;
    --table-head: #E7E7E7;
    --box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.07);
}
body {
    background-image: url('https://staticzoromisr.technoheaven.in/assets/project/img/gooo_travel_bg_1.webp');
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
}