@import url("https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Caveat:wght@400;500;600;700&family=Manrope:wght@200;300;400;500;600;700;800&family=Nunito+Sans:ital,wght@0,700;0,900;1,900&family=Nunito:ital,wght@0,200;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,600;1,700;1,800;1,900;1,1000&family=Open+Sans:ital,wght@1,500&family=Playfair+Display:wght@400;500;600;700;800;900&family=Sansita+Swashed:wght@300&family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
*,
::after,
::before {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
}
a:focus,
.button:focus,
button:focus,
textarea,
.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
ul,
li,
ol,
a,
button,
input,
textarea,
select {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: none !important;
    box-shadow: none !important;
    position: relative;
}
a:hover {
    text-decoration: none;
}
a,
button {
    cursor: pointer;
}
html {
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}
body {
    font-size: 17px;
    line-height: 34px;
    font-weight: 500;
    font-style: normal;
    box-sizing: border-box;
    transition: 0.3 !important;
    font-family: "Nunito", sans-serif;
    padding: 0 !important;
    margin: 0 !important;
}
:root {
    --main_color: #043173;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Nunito", sans-serif !important;
    font-weight: 600;
}
h1 {
    font-weight: 900;
    font-size: clamp(30px, 6vw, 40px);
    line-height: clamp(40px, 7vw, 50px) !important;
    letter-spacing: -0.04em;
}
h2 {
    font-size: clamp(25px, 5vw, 30px);
    line-height: clamp(35px, 5vw, 40px);
}
h3 {
    font-size: clamp(22px, 5vw, 25px);
    line-height: clamp(30px, 5vw, 35px);
}
h4 {
    font-size: clamp(20px, 5vw, 22px);
    line-height: clamp(30px, 5vw, 32px);
}
h5 {
    font-size: clamp(18px, 5vw, 20px);
    line-height: clamp(28px, 5vw, 30px);
}
h6 {
    font-size: clamp(17px, 5vw, 17px);
    line-height: clamp(28px, 5vw, 26px);
    text-transform: capitalize;
}
.section_title h6 {
    font-family: "Caveat", cursive;
    font-size: 18px;
    line-height: 34px;
    color: #043173;
    font-weight: 700;
}
a,
nav.nav.navbar.sticky-bar .navbar-links li a {
    color: #283734;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    margin-bottom: 0;
}
button::-moz-focus-inner {
    border: 0;
}
::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 8px grey;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #c3101b;
    border-radius: 10px;
}
a.readmore__toggle.btn:hover {
    box-shadow: 0px 2px 20px 8px #97b1bf !important;
    border-radius: 10px;
    color: #000;
}
button::-moz-focus-inner {
    border: 0;
}
.img_bg,
section.about::before,
.about_img::before,
.bg_img {
    background-repeat: no-repeat !important;
    background-position: center;
}
.image_bg {
    background-image: url(../img/restaurant_bg.jpg);
    background-size: cover;
}
.bg_blue {
    background-color: var(--main_color);
}
.bg_black {
    background-color: #000000;
}
.bg_gray {
    background-color: #f6f6f6f5;
}
.blue1 {
    background: #0542bf;
}
.blue2 {
    background: #bf0511;
}
.blue3 {
    background: #0c8604;
}
.blue4 {
    background: #008bd7;
}
.blue_light {
    background: #2962ff;
}
.blue_light1 {
    background: #2979ff;
}
.blue_light2 {
    background: #44baff;
}
section {
    padding: clamp(2rem, 6vmax, 10rem) 0rem;
}
section,
h3,
h1,
p {
    position: relative;
}
.btn-danger {
    color: #fff;
    background-color: #c3101b;
    border-color: #c3101b;
}
.btn-danger:hover {
    background-color: #c3101bd2;
    border-color: #c3101bd2;
}
.section_title {
    margin-bottom: 40px;
}

/* form start  */
.form-control {
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    border-radius: 0;
    border: 1px solid #ced4da94;
}

.form-panel {
    background: white;
    padding: 43px;
    box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 25%);
    margin-top: -217px;
    z-index: 999;
    position: absolute;
    top: 123px;
    right: 16.2%;
    width: 460px;
}

textarea.form-control {
    min-height: 212px;
}
/* form end  */
/* button start  */

#button.show {
    opacity: 1;
    visibility: visible;
}

#button {
    display: inline-block;
    background-color: #c3101b;
    color: #fff;

    width: 44px;
    height: 44px;
    text-align: center;
    position: fixed;
    bottom: 100px;
    right: 30px;
    transition:
        background-color 0.3s,
        opacity 0.5s,
        visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    line-height: 50px;

    position: unset;
}

.scroll-down {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in 3s;
    transition: all 0.5s ease-in 3s;
    display: none;
}

.scroll-down {
    position: absolute;
    top: 72vh;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    transform: scale(1) SCROLL DOWN;
    display: none;
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
    display: none;
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
/* button scroll up end  */
.btn_wrapp a,
button.readmore__toggle,
button.contact_btn,
#profile-description .show-more {
    background: #043173;
    padding: 10px 23px;
    border: 1px solid #043173 !important;
    color: white;
    transition: 0.3s;
}
.btn_wrapp a:hover,
button.readmore__toggle:hover,
button.contact_btn:hover,
#profile-description .show-more:hover {
    background: #043173;
    border: 1px solid #043173 !important;

    color: white;
}

/* button end  */

section.banner.p-0 {
    background-size: cover;
    height: clamp(250px, 45vw, 500px);
    margin-top: -111px;
}
.banner_text h1 {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: clamp(30px, 6vw, 50px);
    line-height: clamp(40px, 7vw, 64px) !important;
}
/* banner end  */
/* slider start  */
section.slider_homepage {
    margin-top: -1px;
    margin-top: -109px;
}
@media (min-width: 992px) {
    .slider,
    .slide {
        height: clamp(450px, 50vw, 70vh);
    }
}
.slide {
    position: relative;
}
.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
@media (min-width: 992px) {
    .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
}
.slide .slide__img img {
    max-width: 100%;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: clamp(450px, 50vw, 70vh);
}
section.slider_homepage {
    height: clamp(450px, 50vw, 70vh);
}
.slide .slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slide .slide__content--headings h2 {
    margin: 10px 0;
    font-size: 80px;
    color: var(--oxpins-white);
    line-height: 90px;
    letter-spacing: -0.04em;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
    color: white;
}
.slide .slide__content--headings .animated {
    transition: all 0.5s ease;
    text-transform: capitalize;
}
.slider [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}
.slick-dotted .slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.simple-dots .slick-dots li,
.simple-dots .slick-dots li button {
    width: 20px;
    height: 20px;
}
.simple-dots .slick-dots li button {
    border-radius: 50%;
    opacity: 0.25;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
    opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
    opacity: 0.75;
}
.stick-dots .slick-dots li {
    height: 3px;
    width: 50px;
}
.stick-dots .slick-dots li button {
    position: relative;
    opacity: 0.25;
    width: 50px;
    height: 3px;
    padding: 0;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
    opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
    opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
    opacity: 1;
}
@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }
    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}
.zoomInImage {
    animation-name: zoomInImage;
}
@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
.zoomOutImage {
    animation-name: zoomOutImage;
}
.slide__content--headings p.animated.fadeInUp span {
    padding-right: 10px;
}
.slide__content--headings p.animated.fadeInUp span i {
    padding-right: 3px;
}
section.sliders {
    margin-top: -127px;
}
/* slider end  */
a.navbar-logo {
    padding: 8px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
    opacity: 0;
    transition: 1s all;
}

.section_left h6 span::before {
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 3px;
    left: -56px;
    background-color: #f4851e;
}

.navbar {
    display: flex;
    align-items: center;

    z-index: 9999;
}
nav.navbar,
.navbar-links li.navbar-dropdown,
.navbar,
.navbar,
nav.navbar,
section,
.link_wrapper {
    position: relative;
}
.navbar-logo img {
    width: 100%;
}

nav.navbar {
    background: transparent;
    background-image: linear-gradient(#000, #00000000);
}
.navbar-links {
    list-style-type: none;
    display: flex;
}
.navbar-links li a {
    display: block;
    padding: 20px 20px;
    transition: 0.4s all;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
}
.navbar-links li a {
    color: white;
}
.navbar-links li.navbar-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.navbar-links li.navbar-dropdown .dropdown {
    visibility: hidden;
    opacity: 0;
    padding: 0px 0;
    top: 100%;
    left: 0;
    transform: translateY(50px);
    width: 250px;
    background-color: #c3101b;
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
    z-index: 111;
    transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .dropdown,
.link_wrapper .icon,
.link_wrapper .icon svg {
    position: absolute;
}
.navbar-links li.navbar-dropdown .dropdown a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    border-bottom: 1px solid #ffffff29;
    color: #e3d3db;
}
.navbar-dropdown .dropdown a:hover {
    padding-left: 37px;
    color: white !important;
}
a.booking_btn {
    font-size: 23px !important;
    font-weight: 800 !important;
}
.dropdown a::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 1px;
    background: white !important;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    opacity: 0;
}
.dropdown a:hover::before {
    opacity: 1;
}
/* HEADER STICKY  */
nav.nav.navbar.sticky-bar .dropdown a {
    color: white !important;
    font-weight: 200 !important;
}
nav.nav.navbar.sticky-bar .navbar-logo img {
    height: 75px;
    padding: 4px;
}
.sticky {
    top: 0;
    z-index: 99;
    width: 100%;
}
header.header.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: -3px;
    width: 100%;
    z-index: 999999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0 5px 30px rgb(0 0 0 / 10%) !important;
    box-shadow: 0px 5px 35px 0px rgb(0 0 0 / 10%);
}
@keyframes fadeInDown {
    from {
        transform: translateY(0px);
        opacity: 0;
    }
    to {
        transform: translateY(50);
        opacity: 1;
    }
}
nav.nav.navbar.sticky-bar {
    box-shadow: rgb(0 0 0 / 41%) 0px 18px 7px -20px !important;
    z-index: 99999;
    margin-top: -2px;
}
nav.nav.navbar.sticky-bar a.navbar-logo {
    padding: 0px 0;
}
nav.nav.navbar.sticky-bar {
    background-color: white;
    background-image: unset;
}
.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #fff;
}

section.packages {
    z-index: 9;
}
section.discover .blog_img img {
    height: clamp(310px, 24vw, 450px);
    width: 100%;
}
.blog_block {
    transition: 0.5s;
}
.portfolio-hover-content {
    opacity: 0;
    transition: 0.4s;
}
.blog_block:hover .portfolio-hover-content {
    opacity: 1;
    top: 42%;
    left: 50%;
    transform: translate(-50%, 42%);
    transition: 0.5s;
}
.portfolio-hover-content {
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, 34%);
    z-index: 99;
}
.portfolio-hover-content a.btn {
    border-radius: 0;
}
.blog_block:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #00000080;
    width: 100%;
    height: 100%;
}
.blog_content {
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 29px;
    background: linear-gradient(
        0deg,
        rgba(19, 17, 32, 0.8) 0%,
        rgba(19, 17, 32, 0.7) 22.46%,
        rgba(19, 17, 32, 0) 55.82%,
        rgba(19, 17, 32, 0) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 3;
    height: 100%;
    width: 100%;
}
.blog_content h3 {
    font-size: 23px;
    padding-bottom: 4px;
    line-height: 33px;
    padding-right: 63px;
    color: whitesmoke;
}

/* Discover by Interest end  */
img.about_youtube-btn {
    width: 75px;
    height: 75px !important;
    object-fit: cover;
    border-radius: 45% 55% 70% 35% / 45% 45% 55% 45%;
}
.news_slider_img img {
    height: 424px;
    width: 100%;
    object-fit: cover;
}
.news_slider_content {
    bottom: 25px;
    left: 32px;
    position: absolute;
}
.news_slider_content h5 {
    font-weight: 100;
}
.news_slider_content h5 {
    font-weight: 400;
}
.news_slider_content h5 span:nth-child(1) {
    color: #e4a853;
}
.news_slider_wrap::before {
    background: linear-gradient(
        0deg,
        rgba(19, 17, 32, 0.8) 0%,
        rgba(19, 17, 32, 0.7) 22.46%,
        rgba(19, 17, 32, 0) 55.82%,
        rgba(19, 17, 32, 0) 100%
    );
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56%;
}

/* the slides */
section#news .slick-slide,
section.about .slick-slide {
    margin: 0 14px;
}

/* the parent */
section#news .slick-list,
section.about .slick-list {
    margin: 0 -14px;
}
.news_slider_wrap::before {
    content: "";
    position: absolute;
    background: linear-gradient(
        0deg,
        rgba(19, 17, 32, 0.8) 0%,
        rgba(19, 17, 32, 0.7) 22.46%,
        rgba(19, 17, 32, 0) 55.82%,
        rgba(19, 17, 32, 0) 100%
    );
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news_slider_content h4 {
    font-size: clamp(18px, 5vw, 20px);
    line-height: clamp(28px, 5vw, 31px);
}
section.news_page .news_slider_itme {
    margin-bottom: 30px;
}
.news_right_two a h6 {
    font-weight: 700;
}
.news_right_two a h6:hover {
    color: #c3101b;
}
.work_date h4 strong {
    font-size: 33px;
    line-height: 41px;
}
/* news end  */
.work_wrapp {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 29px;
}
.work_date h4 {
    position: absolute;
    top: 20px;
    display: flex;
    flex-direction: column;
    background: #c3101b;
    color: white;
    width: 73px;
    height: 73px;
    justify-content: center;
    align-items: center;
    left: 27px;
}

.work_img img {
    min-height: 280px;
    max-height: 280px;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
    width: 100%;
}
.work_content {
    border-top: 3px solid #c3101b;
    padding: 30px;
}
a.work_btn i.fa.fa-angle-right {
    transform: translate(3px, 2px);
}
a.work_btn {
    color: #c3101b;
    font-weight: 700;
    transition: 0.3s;
}

/* work end  */
.title {
    margin-bottom: 5px;
}
.report_img img {
    min-width: 55px;
    max-width: 55px;
}
.report_text h3 {
    font-weight: 700;
    transition: 0.5s;
}
.report_text h3:hover {
    color: #c3101b;
}
.report_list_item {
    transition: 0.5s;
    border-bottom: 1px solid #dbdbdb;
}

.report_list_item:hover {
    background: #c3101b !important;
    color: white;
}
.work_date h4 small {
    font-size: 18px;
    line-height: 20px;
}
.report_list {
    box-shadow: 0 15px 40px rgb(0 0 0 / 8%);
    margin-bottom: 33px;
    background: white;
}
.prakashan_date {
    background: #c3101b;
    color: white;
    padding: 20px;
}

.prakashan_title {
    background: #043173;
    padding: 20px;
}
.prakashan_bg {
    position: relative;
    background-color: #07405e;
    color: white;
}

.prakashan_bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/slider/slider01.jpg") center center no-repeat;
    background-size: cover;
    opacity: 0.2;
}

/* Publication Section Styles */
.publication-section {
    background: url("../img/slider/slider01.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}
.publication-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
}
.publication-section .container {
    position: relative;
    z-index: 1;
}
.publication-section .section_title h6 {
    color: #333;
    font-weight: 500;
    margin-bottom: 5px;
}
.publication-section .section_title h1 {
    color: #1a1a1a;
    font-weight: 800;
}

/* Modern Publication Card Styles */
.publication-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 12px;
    padding: 24px 20px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    min-height: 160px;
}
.publication-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.publication-card__title {
    font-size: 16px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}
.publication-card__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}
.publication-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.publication-card__btn--view {
    background: transparent;
    border: 2px solid #c3101b;
    color: #c3101b;
}
.publication-card__btn--view:hover {
    background: #c3101b;
    color: #ffffff;
    text-decoration: none;
}
.publication-card__btn--download {
    width: 44px;
    height: 44px;
    padding: 0;
    background: #043173;
    border: none;
    color: #ffffff;
    border-radius: 8px;
}
.publication-card__btn--download:hover {
    background: #032555;
    color: #ffffff;
    text-decoration: none;
}
.publication-card__btn--download i {
    font-size: 18px;
}
/* End Modern Publication Card Styles */

.report_page-block.d-flex.justify-content-between.w-100.p-3 {
    padding: 10px 36px !important;
}
.report_text h4:hover {
    color: #c3101b;
}
.report_text h4 {
    transition: 0.3s;
}

/* report end  */
.testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.testimonial_sliders {
    border-left: 3px solid #c3101b;
    padding: 49px;
}
.testimonial_box-img {
    border: 2px solid #043173;
    border-radius: 50%;
    padding: 6px;
}
.testimonial_box-name h4 {
    color: #021532;
    font-weight: 700;
}
.testimonial_sliders::before {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 54px;
    background: #f6f6f6;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    padding: 42px;
}
.quote i.fa {
    font-size: 89px;
    right: 35px;
    position: absolute;
    top: 137px;
    color: #c3101b;
}
/* testimonial end  */
hr.hr_custom {
    border-top: 1px solid #ffffff2e;
    margin: 48px 0;
}
.footer_block {
    /* border-right: 1px solid #4a4a4a; */
    padding: 0 20px;
}
.footer_block_border {
    border-right: 1px solid #4a4a4a;
    border-left: 1px solid #4a4a4a;
}
.footer_block a {
    color: white;
}
.website_brand.text-white a strong {
    color: #bf0713;
}
.social_icon li a i.fa {
    background: #c3101b;
    margin-right: 26px;
    width: 45px;
    height: 45px;
    line-height: 46px;
}
/* footer end  */

/* New Footer Styles */
.footer_new {
    background-color: #000000;
    background-image: url("../img/footer-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.footer_new::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #043173;
    z-index: 1;
}

.footer_new .container {
    position: relative;
    z-index: 2;
}

.footer_new_block h4.footer_heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    padding-bottom: 5px;
}

.footer_new_block p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.footer_new_block a.footer_link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    display: block;
}

.footer_new_block a.footer_link:hover {
    text-decoration: underline;
}

.social_icon_new ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social_icon_new ul li {
    margin-right: 15px;
}

.social_icon_new ul li:last-child {
    margin-right: 0;
}

.social_icon_new .social_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #4776b7;
    font-size: 18px;
    transition: all 0.3s ease;
}

.social_icon_new .social_link:hover {
    background-color: #043173;
    color: #ffffff;
    transform: scale(1.1);
}

.footer_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_nav ul li {
    margin: 0 15px;
}

.footer_nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer_nav ul li a:hover {
    color: #043173;
    text-decoration: underline;
}

.footer_copyright {
    background-color: #008bd7;
    z-index: 999;
}

.footer_copyright p {
    color: #ffffff;
    font-size: 13px;
    margin: 0;
}

@media (max-width: 768px) {
    .footer_new_block {
        text-align: center !important;
    }

    .social_icon_new ul {
        justify-content: center;
    }

    .footer_nav ul {
        flex-direction: column;
    }

    .footer_nav ul li {
        margin: 5px 0;
    }
}
/* New Footer Styles End */
section#news .work_date h4 {
    left: 26px;
}
section.work .btn_wrapp a {
    background: white;
    color: #043173;
    border: 1px solid #043173;
}
/* scop start  */
.scope_block img {
    width: 31px;
    height: 31px;
}
.scope_item {
    position: absolute;

    top: 50%;
    transform: translateY(-50%);
}
.scope_block {
    border-radius: 50%;
    width: 115px;
    height: 115px;
    padding: 25px;
    margin-bottom: 20px;
    margin-left: 38px;
    box-shadow: 0 0 10px #cccccc;
}
.scope_text p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
}
/* scop end  */

/* team  start  */

.section-team {
    font-family: "Poppins", sans-serif;
    padding: 80px 0;
}

.section-team .header-section .small-title {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #3e64ff;
}

.section-team .single-person {
    background-color: #f6f9ff;
    box-shadow: 0 0 10px #cccccc;
    margin-bottom: 30px;
    transition: 0.5s;
}

.section-team .single-person:hover {
    background: #043173;
}
.section-team .single-person-main:hover {
    background: #bf0511;
}

.section-team .single-person .person-image img {
    width: 100%;
}
.team_social a {
    position: absolute;
    top: 372px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    min-width: 50px;
    display: inline-block;
    border-radius: 50%;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 0 10px #cccccc !important;
}
.person-info {
    padding: 35px 0 19px;
}

.section-team .single-person .person-info .full-name {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}

.section-team .single-person .person-info .speciality {
    color: #016cec;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
    color: #fff;
}
.person-image img {
    min-height: 400px;
    max-height: 400px;
    object-fit: cover;
    object-position: top;
}
.single-person:hover .person-info small {
    color: white;
}
/* team  end  */
.img_before::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/rath-img.png);
    width: 22%;
    height: 531px;
    background-repeat: no-repeat;
    background-size: contain;
}
section.section-team.team_button .person-image img {
    min-height: 327px;
    max-height: 327px;
}
section.team_button .team_social a {
    position: absolute;
    top: 302px;
}
section.team_button .single-person .person-info .full-name {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}
section.work.bg_black .work_date h4 {
    left: 38px;
}
section.about .person-image img {
    min-height: 315px;
    max-height: 315px;
}
section.about .team_social a {
    top: 290px;
}
/* sidebar start  */
.news_right_two p {
    font-size: 15px;
    line-height: 28px;
    color: #f1f1f1;
}
.news_right_block {
    box-shadow: 0 15px 40px rgb(0 0 0 / 8%);
    border: 1px solid #dcdcdc;
    border-bottom-left-radius: 30px;
    overflow: hidden;
    border-top-right-radius: 30px;
}

.news_right_title h2 {
    text-align: center;
    font-weight: 700;
    padding: 12px;
    background: #f6f6f6;
}
.news_right_two {
    background: #043173;
    color: #e1e1e1;
}
section.report_page .work_date h4,
section.profile .work_date h4 {
    position: unset;
}
.news_right_two h4 {
    width: 83px;
    height: 105px;
}

.news_right_two h4 strong {
    font-size: 37px;
    line-height: 47px;
}
.news_right_title {
    border-bottom: 1px solid #dbdbdb;
}
/* sidebar end  */
.date_report h4 {
    display: flex;
    flex-direction: column;
    background: #043173;
    padding: 20px;
    align-items: center;
    color: white;
}
.date_report h4 small {
    font-size: 16px;
}
.date_report h4 {
    display: flex;
    flex-direction: column;
    background: #043173;
    min-width: 126px;
    color: white;
    min-height: 126px;
    max-height: 126px;
    max-width: 126px;
    align-items: center;
    justify-content: center;
}
.date_report h4 strong {
    font-size: 47px;
    line-height: 57px;
}
/* report end  */
.contact_wrapp-icon {
    min-height: 262px;
    border-right: 1px solid #fff;
}
.contact_wrapp-icon a {
    color: white;
}
.contact_page_text a {
    font-size: 40px;
    margin: 28px 0;
    display: block;
    color: var(--main_color);
    font-weight: 700;
}
section.contact_page_top {
    padding-bottom: 209px;
}
section.contact_page h2 {
    line-height: 48px;
}

.inner_title h6 {
    color: #c3101b;
}
.contact_wrapp-icon i.fa {
    font-size: 59px;
}
/* contact end  */

/* profile end  */
.sidebar_right .work_date h4 {
    position: unset;
}

.entry-content li strong a {
    transition: 0.3s;
}
.entry-content li strong a:hover {
    color: #c3101b !important;
}
.entry-content ul li {
    list-style: auto;
    margin-bottom: 10px;
}
/* online form start  */
button.close span {
    background: red;
    opacity: 1;
    min-width: 30px;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: white;
}
button.close span:hover {
    opacity: 1;
}
.application_form input.form-control {
    height: 45px;
    line-height: 24px;
}
.work_img img:hover {
    transform: scale(1.3);
}

.work_img {
    overflow: hidden;
    position: relative;
}

.prakashan_mon {
    width: 100%;
    height: 75px;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 22px;
}
a.work_btn:hover {
    padding-left: 4px;
}
.gray_text h6 {
    color: gray;
}
.news_detail-date h5 {
    color: #c3101b;
}

.modal-header {
    background: #043173;
    color: white;
    padding: 25px;
}

.modal-dialog {
    margin-top: 100px;
}
.modal-footer.py-4 a {
    padding: 10px 16px;
}
.prakashan_title h6 {
    color: #d7e7ff;
    font-weight: 600;
}
.news_detail-date h4 {
    background: #c3101b;
    width: 110px;
    line-height: 31px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    height: 135px;
}
.news_detail-date h4 strong {
    font-size: 44px;
    line-height: 55px;
}
.detail_block {
    margin-left: 36px;
}
.application_block {
    background: white;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 24px;
}
.application_block {
    background: white;
    border-bottom: 1px solid #dbdbdb;
    padding: 13px 12px 9px 22px;
}
.application_block a {
    transition: 0.3s;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
}
.application_block a:hover {
    color: #c3101b;
}
.application_block a::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 8px;
    width: 10px;
    height: 2px;
    background: #043173;
}

/* show more start  */

#profile-description .text {
    margin-bottom: 5px;

    padding: 0 15px;
    position: relative;

    display: inline-block;
}
#profile-description .show-more {
    width: 168px;
    cursor: pointer;
    margin-top: 20px;
}

#profile-description .show-more-height {
    height: 165px;
    overflow: hidden;
}
.news_right_two h5 {
    color: #d7e7ff;
}

.news_right_two h4 {
    background: #f6f6f6;
    color: black;
}
.sidebar_date::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 4px;
    height: 38px;
    transform: translateY(-50%);
    background: #c3101b;
}

.sidebar_date.work_date {
    position: relative;
    margin: 10px 0;
}
.sidebar_date.work_date h4 {
    position: relative;
    top: unset;
    left: unset;
    background: #043173;
    color: white;
    min-width: 70px;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sidebar_date.work_date h4 strong {
    font-size: 24px;
    line-height: 28px;
}
.sidebar_date.work_date h4 small {
    font-size: 14px;
    line-height: 18px;
}
.news_side .news_right_two {
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0;
}
.news_side .news_right_two.border-0 {
    border-bottom: none;
}
.news_side .news_right_two a h6 {
    color: #333;
    font-weight: 600;
    transition: 0.3s;
    line-height: 1.5;
}
.news_side .news_right_two a h6:hover {
    color: #c3101b;
}
.news_side .news_right_title h2 {
    background: none;
    padding: 0 0 15px 0;
    text-align: left;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    border-bottom: 2px solid #c3101b;
    margin-bottom: 10px;
}
.news_side.news_right_block {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: none;
    border-radius: 8px !important;
}
.widget-heading {
    position: relative;
    text-align: center;
    margin-bottom: 11px;
    border-bottom: 1px solid #d8d8d8;
}

/* Work Detail Page Styles */
.work_detail_banner {
    background-image: url("../img/slider/slider05.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work_banner_overlay {
    background: linear-gradient(
        to right,
        rgba(54, 113, 195, 0.9),
        rgba(54, 113, 195, 0.7)
    );
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
}

.work_banner_content h1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0 15px;
    color: white;
}

.work_detail_content {
    background-color: #cfe3f4;
}

.work_content_block {
    padding: 0 15px;
}

.work_content_title {
    font-size: 28px;
    font-weight: 700;
    color: #043173;
    line-height: 1.4;
}

.work_content_image {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.work_content_image img {
    border-radius: 8px;
}

.work_content_text p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

/* Sidebar Styles */
.work_sidebar {
    padding: 0 15px;
}

.work_sidebar_block {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.work_sidebar_title {
    font-size: 22px;
    font-weight: 700;
    color: #043173;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 3px solid #4776b7;
}

.work_sidebar_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.work_sidebar_list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.work_sidebar_list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.work_sidebar_list li a {
    display: flex;
    align-items: flex-start;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.work_sidebar_list li a:hover {
    color: #4776b7;
}

.work_list_number {
    font-size: 18px;
    font-weight: 700;
    color: #4776b7;
    margin-right: 10px;
    min-width: 25px;
}

.work_list_text {
    font-size: 15px;
    line-height: 1.6;
    flex: 1;
}

/* Testimonial Section Styles */
.testimonial_section {
    background-color: #f1f1f1;
}

.testimonial_subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 10px;
}

.testimonial_title {
    font-size: 32px;
    font-weight: 700;
    color: #043173;
    margin-bottom: 0;
}

.testimonial_card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.testimonial_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.testimonial_icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.testimonial_icon_wrap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1877f2;
    color: #ffffff;
    font-size: 24px;
}

.testimonial_icon_wrap.google {
    background-color: #db4437;
}

.testimonial_author h5 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.testimonial_author p {
    font-size: 14px;
    color: #666;
}

.testimonial_text p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .work_banner_content h1 {
        font-size: 28px;
    }

    .work_content_title {
        font-size: 24px;
    }

    .work_sidebar {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .work_detail_banner {
        min-height: 250px;
    }

    .work_banner_content h1 {
        font-size: 22px;
    }

    .work_content_title {
        font-size: 20px;
    }

    .testimonial_title {
        font-size: 26px;
    }
}

/* Work Page Additional Styles */
.work_short_desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 10px 0;
}

.work_category .badge {
    font-size: 12px;
    padding: 5px 10px;
    background-color: #4776b7;
    color: white;
    border-radius: 15px;
}

.badge-primary {
    background-color: #4776b7;
}

.work_meta {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.work_date_large h3 {
    color: #043173;
    font-weight: 700;
    margin: 0;
}

.work_date_large strong {
    font-size: 36px;
}

.work_date_large small {
    font-size: 16px;
}

.badge-lg {
    font-size: 14px;
    padding: 8px 16px;
}

.badge-info {
    background-color: #17a2b8;
    color: white;
}

/* Work Detail Page Styles End */

/* CSS Variables for Main Content Section */
:root {
    --primary-color: #2563eb;
    --primary-light: #3b82f6;
    --secondary-color: #64748b;
    --accent-color: #f59e0b;
    --light-color: #f8fafc;
    --dark-color: #1e293b;
    --border-color: #e2e8f0;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.12);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --transition: all 0.3s ease;
}

/* Work Detail Card */
.work-detail-card {
    background: white;
    border-radius: var(--radius-lg);
    padding: 40px;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    height: 100%;
}

.work-detail-card:hover {
    box-shadow: var(--shadow-lg);
}

.work-header {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
}

.work-meta {
    font-size: 0.9rem;
    color: var(--secondary-color);
}

.work-category-badge {
    background: var(--primary-color);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}

.work-date-display {
    font-size: 0.9rem;
}

.work-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--dark-color);
    margin: 1rem 0;
}

.work-divider {
    height: 3px;
    width: 60px;
    background: linear-gradient(
        to right,
        var(--primary-color),
        var(--accent-color)
    );
    margin-top: 1rem;
}

/* Featured Image */
.work-featured-image {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
}

.image-wrapper {
    position: relative;
}

.image-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: var(--transition);
}

.image-wrapper:hover img {
    transform: scale(1.02);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.1) 100%
    );
    pointer-events: none;
}

/* Work Content */
.work-content {
    line-height: 1.8;
    color: var(--dark-color);
}

.content-body {
    font-size: 1.1rem;
}

.content-body p {
    margin-bottom: 1.5rem;
}

/* Tags */
.work-tags {
    padding-top: 1rem;
}

.tags-title {
    font-weight: 600;
    color: var(--dark-color);
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-item {
    background: var(--light-color);
    color: var(--secondary-color);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    border: 1px solid var(--border-color);
    transition: var(--transition);
}

.tag-item:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

/* Responsive Design for Main Content */
@media (max-width: 992px) {
    .work-title {
        font-size: 1.75rem;
    }

    .work-detail-card {
        padding: 30px;
    }

    .image-wrapper img {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .work-detail-card {
        padding: 20px;
    }

    .work-title {
        font-size: 1.5rem;
    }

    .image-wrapper img {
        height: 250px;
    }
}

@media (max-width: 576px) {
    .work-title {
        font-size: 1.35rem;
    }

    .work-detail-card {
        padding: 16px;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.work-detail-card {
    animation: fadeInUp 0.6s ease forwards;
}

/* Focus States for Accessibility */
.work-detail-card:focus-within {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Image Loading Effect */
.image-wrapper img {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.image-wrapper img.loaded {
    opacity: 1;
}

/* Discover section grid - First and Last items take half screen */
#discover .row.no-gutters > div:first-child,
#discover .row.no-gutters > div:last-child {
    flex: 0 0 50%;
    max-width: 50%;
}

#discover .row.no-gutters > div:nth-child(2),
#discover .row.no-gutters > div:nth-child(3),
#discover .row.no-gutters > div:nth-child(4),
#discover .row.no-gutters > div:nth-child(5) {
    flex: 0 0 25%;
    max-width: 25%;
}

/* Large tablets and small desktops */
@media (max-width: 1200px) {
    #discover .row.no-gutters > div:first-child,
    #discover .row.no-gutters > div:last-child {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    #discover .row.no-gutters > div:nth-child(2),
    #discover .row.no-gutters > div:nth-child(3),
    #discover .row.no-gutters > div:nth-child(4),
    #discover .row.no-gutters > div:nth-child(5) {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* Medium tablets */
@media (max-width: 992px) {
    #discover .row.no-gutters > div:first-child,
    #discover .row.no-gutters > div:last-child {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    #discover .row.no-gutters > div:nth-child(2),
    #discover .row.no-gutters > div:nth-child(3) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    #discover .row.no-gutters > div:nth-child(4),
    #discover .row.no-gutters > div:nth-child(5) {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Small tablets and large phones */
@media (max-width: 768px) {
    #discover .row.no-gutters > div:first-child,
    #discover .row.no-gutters > div:nth-child(2),
    #discover .row.no-gutters > div:nth-child(3),
    #discover .row.no-gutters > div:nth-child(4),
    #discover .row.no-gutters > div:nth-child(5),
    #discover .row.no-gutters > div:last-child {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Mobile phones */
@media (max-width: 576px) {
    #discover .row.no-gutters > div:first-child,
    #discover .row.no-gutters > div:nth-child(2),
    #discover .row.no-gutters > div:nth-child(3),
    #discover .row.no-gutters > div:nth-child(4),
    #discover .row.no-gutters > div:nth-child(5),
    #discover .row.no-gutters > div:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Optional: If you want different behavior for very small phones */
@media (max-width: 400px) {
    #discover .row.no-gutters > div:first-child,
    #discover .row.no-gutters > div:nth-child(2),
    #discover .row.no-gutters > div:nth-child(3),
    #discover .row.no-gutters > div:nth-child(4),
    #discover .row.no-gutters > div:nth-child(5),
    #discover .row.no-gutters > div:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
