html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    /* Prevent horizontal scrolling */
}



body {
    font-family: 'Inter', sans-serif;
}

.gridContainer {
    width: 100%;
    margin: auto;
}

.gridContainer {
    width: 88.2%;
    max-width: 1232px;
    margin: auto;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.header {
    /* font-family: 'Open Sans'; */
    font-size: 400;
}

.header article.logo {
    padding-top: 6px;
    cursor: pointer;
}

.header article {
    display: inline-block;
}

.header article.citis-list {
    width: 45%;
    vertical-align: middle;
    padding-bottom: 5px;
}

.header article {
    display: inline-block;
}

.header article.citis-list span {
    font-size: 1.312em;
    /* font-family: 'Open Sans'; */
    font-weight: 600;
    padding-left: 4px;
    position: relative;
    margin-top: 8px;
}

.header article.citis-list ul {
    list-style: none;
    margin: 34px 0 0;
    padding: 0;
    line-height: 15px;
}

.header article.citis-list ul li {
    display: inline-block;
    border-right: 2px solid #0b7893;
    line-height: 12px;
    padding-right: 10px;
}

.header article.citis-list ul {
    list-style: none;
    margin: 5px 0 0;
    padding: 0;
    line-height: 15px;
    font-size: 13px;
}

.header .nav-links {
    float: right;
}

.header article {
    display: inline-block;
}

.header .nav-links a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    /* font-family: 'Open Sans'; */
    font-weight: 600;
}

.header .nav-links nav#home.nav-selected {
    background-position: 15px 9px;
}

.header .nav-links nav#home {
    background-color: #4ac9e9;
    background-image: url(/assets/images/CAT_sprite1.png);
    background-repeat: no-repeat;
    background-position: 15px 14px;
    line-height: 90px;
}

.header .nav-links .nav-selected {
    border-top: 5px solid #FF0;
    position: relative;
    height: 100px;
    line-height: 80px !important;
    /* background-position: center 14px; */
}

.header .nav-links nav {
    width: 75px;
    text-align: center;
    float: left;
    height: 95px!important;
}

.header .nav-links nav span {
    display: block;
    padding-top: 20px;
}

.header .nav-links nav#about-us {
    background-color: #37b2d0;
    background-image: url(/assets/images/CAT_sprite1.png);
    background-repeat: no-repeat;
    background-position: -55px 14px;
    line-height: 90px;
}

.header .nav-links nav {
    width: 75px;
    text-align: center;
    float: left;
    height: 100px;
}

.header .nav-links nav#test-center {
    background-color: #1e99b7;
    background-image: url(/assets/images/CAT_sprite1.png);
    background-repeat: no-repeat;
    background-position: -127px 14px;
    line-height: 90px;
}

.header .nav-links nav#faq {
    background-color: #0c88a7;
    background-image: url(/assets/images/CAT_sprite1.png);
    background-repeat: no-repeat;
    background-position: -198px 14px;
    line-height: 90px;
}

.header .nav-links nav#contact-us {
    background-color: #0b7893;
    background-image: url(/assets/images/CAT_sprite1.png);
    background-repeat: no-repeat;
    background-position: -268px 14px;
    line-height: 90px;
}

.slider-container {
    max-width: 1200px;
    margin: 20px auto;
    /* overflow: hidden; */
    /* position: relative; */
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-item {
    flex: 0 0 auto;
    width: 10%;
    box-sizing: border-box;
    padding: 5px;
}

.slider-item img {
    width: 100%;
    height: auto;
    display: block;
}

.slider-arrow {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    /* Increased size */
    font-weight: bold;
    color: #a3c5e3;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 10; */
 }

.slider-arrow:hover {
    color: #7ba9d5;
}

.slider-arrow.prev {
    left: -10px;
    font-size: 0px;
    /* Moved outside of the images */
}

.slider-arrow.next {
    right: -10px;
    font-size: 0px;
    /* Moved outside of the images */
}

#stickyButton {
    position: fixed;
    top: 50%; /* Position at the middle of the screen */
    right: 0; /* Align it to the right side */
    transform: translateY(-50%); /* Center vertically */
    z-index: 1050; /* Ensure it stays above other elements */
}

#stickyButton button {
    border-radius: 5px 0 0 5px; /* Rounded corners on the left */
    font-size: 16px;
    padding: 15px;
    writing-mode: vertical-lr; /* Text orientation for a vertical look */
    text-orientation: mixed;
    line-height: 1.5;
    cursor: pointer;
}

@media (max-width: 768px) {
    .slider-item {
        width: 50%;
        /* Display 2 items at a time */
    }

    .slider-arrow.prev {
        left: -30px;
        font-size: 0px;
        /* Adjusted for smaller screens */
    }

    .slider-arrow.next {
        font-size: 0px;
        right: -30px;
    }

    .header article.citis-list ul {
        list-style: none;
        margin: 13px 0 0;
        padding: 0;
        line-height: 15px;
        font-size: 13px;
    }
}

.highlight {
    background: #f8d347;
    height: 100px;
    display: block;
}

.clearfix {
    zoom: 1;
}

.gridContainer {
    width: 100%;
    margin: auto;
}

.gridContainer {
    width: 88.2%;
    max-width: 1232px;
    margin: auto;
}

.gridContainer {
    width: 100%;
    margin: auto;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.lower-header {
    background-color: #0b7893;
    background-image: url(assets/images/bg.jpg);
    background-position: left center;
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    height: 460px;
}

.lower-header-left {
    width: 35%;
    float: left;
    margin: 10px;
    margin-top: 15px;
}

.lower-header-left h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 31px;
    /* font-family: 'Open Sans'; */
    font-weight: 400;
}

.lower-header-left .process-name {
    margin-right: -25px;
}

.lower-header-left .process-name {
    border-bottom: 1px solid #69dae4;
    padding: 10px 0;
    margin-right: -25px;
}

.process-name a {
    cursor: default;
    outline: none;
}

a {
    color: #00e;
}

.lower-header-left .process-name .check-img {
    display: inline-block;
    vertical-align: top;
}

.lower-header-left .process-name .process-details {
    color: #f0f8f9;
    font-size: 12px;
    /* font-family: 'Open Sans'; */
    font-weight: 400;
}

.lower-header-left .process-name .process-details {
    display: inline-block;
    margin-left: 5px;
}

.lower-header-left .process-name .process-details h3 {
    color: #fff;
    font-size: 18px;
    /* font-family: 'Open Sans'; */
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.lower-header-left .process-name .process-details {
    color: #f0f8f9;
    font-size: 12px;
    /* font-family: 'Open Sans'; */
    font-weight: 400;
}

.lower-header-left .process-name {
    margin-right: -25px;
}

.lower-header-left .process-name {
    border-bottom: 1px solid #69dae4;
    padding: 10px 0;
    margin-right: -25px;
}

.lower-header-center {
    width: 26%;
    float: left;
    margin: 10px;
    transform: translateY(-1%);
    margin-left: 73px;
}

.no-of-people {
    color: #fff;
    font-size: 15px;
    /* font-family: 'Open Sans'; */
    font-weight: 400;
    background: #011A34;
    padding: 0px 0px 10px;
    text-align: center;
    margin-bottom: 14px;
    display: inline-block;
    width: 98%;
    margin: 4% 0;
    /* margin-top: 20px; */
}

.no-of-people span {
    background: #2d3e50;
    padding: 0 5px;
    text-align: left;
}

.bigbtn {
    margin-top: 10px;
}

.bigbtn {
    margin: 5px 20px;
}

.bigbtn a {
    background: #FFF;
    color: #FFF;
    border-radius: 4px;
    padding: 7px 7px;
    font-size: 14px;
    display: block;
    background-color: #18a5c8;
}

.no-of-people {
    color: #fff;
    font-size: 15px;
    /* font-family: 'Open Sans'; */
    font-weight: 400;
    background: #011A34;
    padding: 0px 0px 10px;
    text-align: center;
    margin-bottom: 14px;
    display: inline-block;
    width: 98%;
    margin: 4% 0;
    /* margin-top: 20px; */
}

.no-of-people span {
    background: #2d3e50;
    padding: 0 5px;
    text-align: left;
}

.bigbtn {
    margin-top: 10px;
}

.bigbtn {
    margin: 5px 20px;
}

.lower-header-right {
    display: inline-block;
    /* float: right; */
    width: 26%;
    margin-top: 7px;
    margin-left: 13px;
}

.lower-header-right {
    width: 26%;
    float: left;
    margin: 10px;
    margin-bottom: 68px;
}


@media (max-width: 767px) {

    .header article.citis-list span {
        font-size: 20px;
        /* font-family: 'Open Sans'; */
        font-weight: 600;
        padding-left: 4px;
        position: relative;
        margin-top: 8px;
        line-height: 23px;
    }

    .header article.citis-list {
        width: 70% !important;
        vertical-align: middle;
        padding-bottom: 5px;
        margin-top: 16px;
    }
    .header .nav-links nav {
        width: 67px;
        text-align: center;
        float: left;
        height: 100px;
    }

    .phoneche {
        width: 100% !important;
        margin-top: 23px;
        margin-bottom: 5px;
    }

    .header .nav-links .nav-selected {
        border-top: 5px solid #FF0;
        position: relative;
        height: 85px;
        line-height: 80px !important;
        background-position: center 14px;
    }

    .slider-item img {
        width: 70% !important;
        height: auto;
        display: block;
    }

    .oohon {
        font-size: 18px;
        font-weight: 700;
    }

    .highlight {
        background: #f8d347;
        height: 340px;
        display: block;
        padding: 10px;
    }

    .lower-header-left {
        width: 100%;
        float: left;
        margin: 10px;
        margin-top: 15px;
    }

    .lower-header-right {
        width: 100%;
        float: inline-end;
        margin: -4px;
        margin-bottom: 110px;
    }

    .lower-header-left h1 {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 32px;
        /* font-family: 'Open Sans'; */
        font-weight: 400;
        text-align: center;
    }

    .lower-header-left .process-name {
        border-bottom: 1px solid #69dae4;
        padding: 20px 0;
        margin-right: 0px;
    }

    .lower-header {
        background-color: #0b7893;
        background-image: url(assets/images/bg.jpg);
        background-position: left center;
        height: inherit;
        background-repeat: no-repeat;
        background-size: cover;
        height: 900px;
    }
}

.slider-wrapper {
    width: 90%;
    margin: 0 auto;
}

.slider-item img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.slick-prev,
.slick-next {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #ff6600;
}