/* * {
    font-family: 'Inter Tight', Arial, Arial !important;
} */

html,
body {
    overflow-x: hidden;
}

body.modal-open {
    padding-right: 0 !important;
}

.h1 {
    font-size: 40px;
}

.h2 {
    font-size: 32px;
}

.h3 {
    font-size: 28px;
}

.h4 {
    font-size: 24px;
}

.h5 {
    font-size: 20px;
}

.h6 {
    font-size: 16px;
}

.py-6 {
    padding: 60px 0 60px 0;
}

.justify {
    text-align: justify;
}

p {
    color: black !important;
}

a.text-decoration-none:hover {
    text-decoration: none;
}

.websitebox {
    /* background-color: #ff4d00; */
    background-color: #f08a30;
    color: white;
}

.sub-section-head {
    text-align: center;
    font-weight: 900;
    font-size: 32px;
    line-height: 1em;
}

.btn-color {
    background-color: #010081;
    color: #fff;
    border: none;
    padding: 7px 8px;
}

.quote_btn {
    background-color: #010081;
    color: #fff;
    border: none;
    padding: 7px 8px;
    text-decoration: none !important;
}

/* Header */

.navbar .nav-item.resourse-dropdown:hover>.dropdown-menu,
.navbar .nav-item.resourse-dropdown .dropdown-menu:hover {
    display: block;
}

.navbar .nav-item.resourse-dropdown.position-static>.dropdown-menu {
    left: 0;
    right: 0;
    top: 80%;
    width: 100%;
    margin-top: 0;
}

.dropdown-menu .dropdown-item:hover {
    background-color: white;
    color: #f08a30 !important;
    font-weight: 700;
}

.dropdown-menu .dropdown-item {
    color: black !important;
}

@media (max-width: 991.98px) {
    .navbar .nav-item.resourse-dropdown {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .resourse-dropdown .btn-try {
        display: none !important;
    }
}

.resourse-dropdown .nav-link.dropdown-toggle::after {
    display: none !important;
}

.nav-link i.fa-angle-down {
    position: relative;
    top: 2px;
}

.navbar-nav .nav-link.active {
    color: #f08a30 !important;
}

.navbar-nav .nav-link:hover {
    color: #f08a30 !important;
}

/* home page */
.home-banner-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.home-banner-heading {
    font-weight: 700;
    font-size: 38px;
}

.home-banner-heading span {
    color: #f08a30;
}

.home-banner-text {
    font-size: 1.1rem;
    margin: 1rem 0;
    color: #555;
}

.btn-try {
    background-color: #010081;
    border: none;
    padding: 8px 22px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 6px;
    color: #fff;
}

.btn-try-1 {
    background-color: #010081;
    border: none;
    padding: 5px 18px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 6px;
    color: #fff;
}

.right-img {
    max-width: 100%;
}

.service-card {
    border: none !important;
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-card:hover {
    animation: shake 0.4s ease;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-4px);
    }

    50% {
        transform: translateX(4px);
    }

    75% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(0);
    }
}

.social-icons li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #44506a;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons li a:hover {
    background-color: #f08a30;
    color: #fff;
}

.header-social-icons a {
    color: #fff;
    text-decoration: none;
}

/* testiminials */

.owl-carousel .card {
    margin-bottom: 10px;
    box-shadow: 0px 4px 8px 0px #BDBDBD;
}

.profile-pic {
    width: 100px !important;
    height: 100px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: #010081 !important;
    border: none;
    padding: 5px 20px !important;
    font: inherit;
    font-size: 50px !important;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    color: #010081 !important;
    background-color: transparent !important;
}

.owl-dots {
    display: none;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.item {
    display: none;
}

.next {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6;
}

.review-card-next {
    transform: scale(0.8);
    transition-duration: 0.3s;
    display: flex;
}

.prev {
    display: block !important;
    position: relative;
    transform: scale(0.8);
    transition-duration: 0.3s;
    opacity: 0.6;
}

.item.show {
    display: block;
    transition-duration: 0.4s;
}

@media screen and (max-width: 999px) {

    .next,
    .prev {
        transform: scale(1);
        opacity: 1;
    }

    .item {
        display: block !important;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 50px;
}

.slider .slide-track {
    animation: scroll 35s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 100px;
    width: 250px;
}

.slider .slide-track .slide img {
    max-height: 56px;
    max-width: 100%;
}

.tools__area .category__item {
    margin-bottom: 45px;
}

.author-pic img {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    object-fit: cover;
}

/* White background + black text */
.faq-accordion .accordion-item {
    border: none;
    background: #fff;
}

.faq-accordion .accordion-button {
    background: #fff;
    color: #000;
    font-weight: 600;
    box-shadow: none;
    position: relative;
    padding-right: 2.5rem;
}

/* Icon styling */
.faq-accordion .accordion-button::after {
    content: "+";
    font-size: 1.2rem;
    font-weight: bold;
    transform: none !important;
    background-image: none !important;
    position: absolute;
    right: 15px;
    top: 25%;
    transform: translateY(-50%);
}

/* Change + to - when open */
.faq-accordion .accordion-button:not(.collapsed)::after {
    content: "-";
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
}


.blog-title-input {
    width: 100%;
    padding: 8px;
    border: 2px solid rgb(197, 196, 196);
}

.phone-input-wrapper .country-code-select {
    width: 60%;
    padding: 8px;
    border: 2px solid rgb(197, 196, 196);
}

.blog-label {
    margin-bottom: 5px;
    color: black;
    font-weight: 500;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.modal .blog-modal-header {
    border-radius: 10px;
    border: none;
}

.modal .blog-modal-header {
    border-bottom: none;
    display: flex;
    justify-content: flex-end;
}

.blog-modal-close {
    font-size: 14px;
    color: #333;
    background: none;
    border: none;
    outline: none;
}

.sercard {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sercard-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    bottom: 40px;
    overflow: hidden;
    height: auto;
    width: 80%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
    color: #000000;
    padding: 20px;
}

.sercard-content {
    display: flex;
    justify-content: center;
    flex: 1;
}

.sercard-text h3 {
    text-align: center;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
}

.sercard figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.sercard figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.sercard figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

/* Change Bootstrap breadcrumb separator */
.breadcrumb.custom-breadcrumb-2 .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: white;
    padding: 0 8px;
}

.pages-banner-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages-banner-image img {
    max-width: 100%;
    width: 80%;
    height: 100%;
    object-fit: cover;
}

.contact-section {
    background-image: url('images/map-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contactimg img {
    height: 100% !important;
}

.about_card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 15px;
    border-radius: 3px;
    height: 100% !important;
}

.contactbg {
    background-color: #010081;
    padding: 90px;
}

.icon-circle {
    width: 70px;
    height: 70px;
    background-color: #f08a30;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}



.pricing {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px;
    background-color: #f4f4f7;
    border-radius: 15px;
}

.pricing-plans-text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.pricing-plans-text .book-now {
    margin-top: auto;
}

.pricing:hover {
    background-color: #010081;
}

.pricing:hover .list-unstyled li {
    color: white;
}

.pricing:hover .list-unstyled li img {
    filter: brightness(0) invert(1);
}

.pricing:hover .pricing-plans-text p {
    color: white !important;
}

.pricing:hover .pricing-plans-text small {
    color: white !important;
}

.pricing-plans {
    background-color: #ffffff;
    padding: 15px 20px;
    border-radius: 15px;
}

.chek li {
    margin-bottom: 12px;
    line-height: 1.6;
    position: relative;
}

.chek li img {
    filter: invert(40%) sepia(92%) saturate(500%) hue-rotate(-10deg);
}

ul.chek li img {
    margin-right: 12px;
    width: auto;
    height: auto;
}

.book-now {
    background-color: #010081;
    color: #fff;
    border: none;
    padding: 7px 8px;
    width: 100%;
}

.pricing:hover .book-now {
    background-color: #f08a30;
}

.pricing-plans .price-tag i {
    width: 58px;
    height: 65px;
    display: flex;
    border-radius: 30%;
    background-color: #f08a30;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.showcase-badge {
    border: 2px solid white;
}

.web-design-webbox {
    background-color: #f08a30;
    color: white;
    background-image: linear-gradient(to top, white 0%, white 100%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 0%;
    transition: background-size 0.4s ease, color 0.4s ease;
}

.web-design-webbox:hover {
    background-size: 100% 100%;
    color: black;
}

.icon-circle-bg i {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f08a30;
    color: #fff;
    font-size: 40px;
}

.icon-circle-bg i::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.presenting p {
    font-size: 16px;
    border-bottom: 3px solid #e6e6e6;
    padding-bottom: 58px;
    margin-bottom: 28px;
}

.how-do-stap {
    text-align: center;
    position: relative;
    background-color: #fff;
    padding: 50px 24px;
    border-radius: 28px;
}

.how-do-stap span {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #f08a30;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    color: white;
}

.how-do-stap.three {
    margin-top: 60px;
    background-color: #000;
    margin-bottom: 25px;
    color: white;
}

.how-do-stap.two {
    margin-top: 24px;
    background-color: #010081;
    color: white;
}

.how-do-stap i {
    font-size: 60px;
    padding-bottom: 0px;
    line-height: 10px;
    transition: 0.4s;
}

.video img {
    width: 100%;
    height: auto;
    display: block;
}

.web-design-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("images/web-development-banner.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.social-media-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("images/social-media-bg.webp") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

.plans-border {
    border: 3px solid #f08a30;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(240, 138, 48, 0.4);
}

.review-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.login-card {
    width: 100%;
    max-width: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
    padding: 40px 35px;
    color: #fff;
}

.login-card h3 {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.login-card label {
    font-weight: 500;
    margin-top: 20px;
}

.login-card input {
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
}

.login-card input::placeholder {
    color: #ddd;
}

.login-card button {
    margin-top: 40px;
    width: 100%;
    background-color: #f08a30;
    color: #080710;
    font-weight: 600;
    padding: 12px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.policy-container {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.admin-logout-btn a {
    background-color: red;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
}

.admin-logout-btn:hover a {
    color: white;
}

.admin-logout-btn {
    display: flex;
    justify-content: end;
}

.mission-card {
    border: 3px solid #f08a30;
    border-radius: 10px;
    transition: 0.3s;
    position: relative;
    z-index: 2 !important;
    margin-right: -80px;
    background-color: white;
}

.mission-card:hover {
    transform: translateY(-5px);
}

.mission-img {
    border-radius: 10px;
    transition: transform 0.4s ease;
    position: relative;
    z-index: 1;
    margin-top: -50px;
}

@media (max-width: 991px) {
    .mission-card {
        margin-right: 0;
        margin-top: 0 !important;
    }

    .mission-img {
        margin-top: 0;
    }
}

.custom-underline {
    width: 60px;
    height: 3px;
    background-color: #f08a30;
    border: none;
    margin-top: 10px;
}

.why-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.why-bar:hover {
    transform: translateX(8px);
    opacity: 0.9;
}

.bg-sky {
    background-color: #56c3f3;
}

.bg-green {
    background-color: #5bd36b;
}

.bg-purple {
    background-color: #b47ee5;
}

.bg-orange {
    background-color: #e68a2e;
}

/* btn Animation */
.animated-button1 {
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: white;
    text-align: center;
    text-decoration: none;
    border: 2px solid transparent;
}

.animated-button1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f08a30;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button1 span {
    position: absolute;
}

.animated-button1 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#f08a30));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #f08a30);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#f08a30));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #f08a30);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#f08a30));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #f08a30);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#f08a30));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #f08a30);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.scroll-progress-bar {
    transition: width 2s ease;
    font-weight: bold;
    background-color: #f08a30 !important;
}

.seo-banner {
    position: relative;
    height: 350px;
    overflow: hidden;
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0) 45%),
        url('https://royalreefmedia.com/wp-content/uploads/2025/11/Royal-Reef-Media-Marketing.png');
    background-size: cover;
    background-position: center;
}

/* PERFECT MATCH WAVE */
.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 3;
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='120' viewBox='0 0 1440 120' xmlns='http://www.w3.org/2000/svg'><path fill='%23d9d9d9' d='M0,80 C200,100 400,110 720,90 C1040,70 1240,80 1440,110 L1440,120 L0,120 Z' /><path fill='%23ffffff' d='M0,60 C200,90 420,100 720,80 C1040,60 1240,70 1440,100 L1440,120 L0,120 Z' /></svg>");
    background-size: cover;
    background-repeat: no-repeat;
}


.timeline {
    margin: 20px auto;
    padding: 20px;
}

.timeline .outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.timeline-card {
    position: relative;
    max-width: 400px;
}

.timeline-card:nth-child(odd) {
    padding: 30px 0 30px 30px;
}

.timeline-card:nth-child(even) {
    padding: 30px 30px 30px 0;
}

.timeline-card::before {
    content: "";
    position: absolute;
    width: 50%;
    border: solid #f08a30;
}

.timeline-card:nth-child(odd)::before {
    left: 0px;
    top: -4.5px;
    bottom: -4.5px;
    border-width: 5px 0 5px 5px;
    border-radius: 50px 0 0 50px;
}

.timeline-card:nth-child(even)::before {
    right: 0;
    top: 0;
    bottom: 0;
    border-width: 5px 5px 5px 0;
    border-radius: 0 50px 50px 0;
}

.timeline-card:first-child::before {
    border-top: 0;
    border-top-left-radius: 0;
}

.timeline-card:last-child:nth-child(odd)::before {
    border-bottom: 0;
    border-bottom-left-radius: 0;
}

.timeline-card:last-child:nth-child(even)::before {
    border-bottom: 0;
    border-bottom-right-radius: 0;
}

.timeline-card .info {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 10px;
    padding: 10px;
}

.timeline-card .title {
    position: relative;
}

.timeline-card .title::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 999px;
    border: 3px solid #f08a30;
}

.timeline-card:nth-child(even)>.info>.title {
    text-align: right;
}

.timeline-card:nth-child(odd)>.info>.title::before {
    left: -45px;
}

.timeline-card:nth-child(even)>.info>.title::before {
    right: -45px;
}


/* Blogs Page  */

.blogs-image-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.limited-blog-card {
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 8px 20px rgba(0, 0, 0, 0.1),
        0 12px 40px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 15px;
}

.limited-blog-card .card-title a {
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
}

.limited-blog-card .card-title a:hover {
    color: #f08a30;
}

.limited-blog-card-icon-list {
    list-style: none;
}

.limited-blog-card-icon-list li {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}

.limited-blog-card .card-footer ul {
    padding: 0;
}

.limited-blog-card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.limited-blog-card-content .card-footer {
    margin-top: auto;
}

.pagination {
    margin: 20px 0;
}

.page-item {
    margin: 0 5px;
}

.page-item.active .page-link {
    background-color: #f08a30;
    border-color: #f08a30;
    color: #fff;
}

.page-link {
    padding: 10px 15px;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    color: #f08a30;
    text-decoration: none;
}

.page-link:hover {
    background-color: #e9ecef;
    color: #f08a30;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0.25rem;
}

.page-item:not(:last-child) .page-link {
    margin-right: 0.5rem;
}

.search-container {
    position: relative;
}

.blog-search input[type="text"] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: 2px solid gray;
    width: 100%;
    box-sizing: border-box;
}

.search-icon {
    position: absolute;
    right: 8px;
    top: 35%;
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    color: #333;
}

.search-icon i {
    font-size: 16px;
}

.scrollable-posts {
    max-height: 700px;
    overflow-y: auto;
    padding-right: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.scrollable-posts::-webkit-scrollbar {
    width: 8px;
}

.scrollable-posts::-webkit-scrollbar-thumb {
    background-color: #f08a30;
    border-radius: 10px;
}

.scrollable-posts::-webkit-scrollbar-track {
    background-color: #e0e0e0;
    border-radius: 10px;
}

.post-item {
    padding: 10px 0px 0 0px;
    border-bottom: 1px solid #ddd;
    transition: background-color 0.3s ease;
}

.post-item:last-child {
    border-bottom: none;
}

.post-item a {
    color: #333;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.post-item a:hover {
    color: #f08a30;
}

.post-item:hover {
    background-color: #f1f1f1;
}

@media (min-width: 992px) {
    .page-blogs-list {
        margin-top: -90px !important;
    }
}

.text-truncat {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 200px;
    vertical-align: middle;
}

/* BLOG CONTENT PAGE */
.pagecalendar {
    padding: 0;
}

.other-posts-slider-mobile {
    position: relative;
}

.blog-comment-form h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 25px;
}

.blog-custom-input {
    width: 100%;
    padding: 8px;
    border: 2px solid gray;
}

.blog-comment-form button {
    background-color: #f08a30;
    color: white;
}

.blog-comment-form button:hover {
    background-color: #f08a30;
    color: white;
}

.commects-section {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.commects-section .reply p {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media (max-width: 992px) {
    .other-posts-slider-mobile {
        display: none;
    }
}

.other-scrollable-posts {
    max-height: 900px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.other-scrollable-posts::-webkit-scrollbar {
    width: 8px;
}

.other-scrollable-posts::-webkit-scrollbar-thumb {
    background-color: #f08a30;
    border-radius: 10px;
}

.other-scrollable-posts::-webkit-scrollbar-track {
    background-color: #e0e0e0;
    border-radius: 10px;
}

.comment-submit-btn {
    padding: 12px 20px;
}

.all-blogs-btn a {
    font-size: 22px;
    font-weight: 600;
    color: black;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.all-blogs-btn a:hover {
    color: #f08a30;
}

.all-blogs-btn i {
    margin-left: 8px;
}

@media only screen and (max-width: 991px) {
    .all-blogs-btn {
        margin-bottom: 20px;
    }
}

.pagecalendar {
    padding: 0;
}

.pagecalendar li {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    color: white;
}

/* Career  */

.career-job-list-section .row {
    display: flex;
    flex-wrap: wrap;
}

.career-job-list-section .col-lg-4,
.career-job-list-section .col-md-6,
.career-job-list-section .col-12 {
    display: flex;
    flex-direction: column;
}

.career-job-list-section .job-listing-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.career-job-list-section .badge {
    letter-spacing: 0.5px;
    font-size: 14px;
}

.job-listing-card .card-footer {
    margin-top: auto;
}

.job-application-section select {
    background-color: white;
    border-radius: 0;
    padding: 12px;
    color: black;
}

.custom-responsive-table table tbody td {
    padding: 15px;
}