@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');

* {
    box-sizing: border-box;
}

h1,
h2,
h3 {
    font-family: "Instrument Serif", serif;
}

.whatsapp{
    position: fixed;
    display: flex
;
    align-items: center;
    gap: 10px;
    z-index: 9999;
    bottom: 58px;
    right: 112px;
}


.width-fuling{
width: 109px;
}

.flexsing-sring{
    display: flex;
    align-items: center;
    justify-content: end;
}



.navbar-toggler-responsive{
display: flex;
align-items: center;
gap: 15px;
}

.whatsapp-title a i{
    color: #0cc143 !important;
        font-size: 30px;
}

body {
    background: #fff;
    padding: 0;
    font-family: "Mona Sans", sans-serif;
}

img {
    max-width: 100%;
}

header {
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    padding: 20px 0;
    letter-spacing: -0.08em;
    transition: 0.5s ease;
}

header.fixed {
    background: #1b1b22;
    padding: 15px 0;
}

header .navbar {
    background: transparent;
    padding: 0;
    position: relative;
}

html {
  scroll-behavior: smooth;
}


.navbar .navbar-collapse {
    justify-content: center;
}

.navbar .navbar-nav .nav-link {
    font-size: 16px;
    color: #FFFFFF;
    padding: 8px 10px;
}

.navbar .navbar-nav .nav-link:hover {
    color: #B8860B;
}

.navbar .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: "Instrument Serif", serif;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 24px;
    border-radius: 40px;
    outline: none;
    box-shadow: none;
}

.navbar .navbar-toggler svg {
    margin-left: 10px;
}

.contact-link a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 11px 16px;
    border-radius: 100px;
    min-width: 155px;
    transition: 0.2s ease;
    background-color: #131a24;
    text-transform: uppercase;
    text-align: center;
}

.contact-link a:hover {
    background-color: #D2B8A7;
    border-color: #D2B8A7;
    color: #000000;
}

.navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 20px 0px;
    background-color: #131A24;
}

.hero_section {
    position: relative;
    margin-bottom: 0;
    z-index: 1
}

.hero_section img {
    width: 100%;
}

.hero_section .top_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 260px 0 220px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, rgba(19, 26, 36, 0.7) 0%, rgba(19, 26, 36, 0.5) 50%, #131A24 100%);
}

.hero_section h1 {
    font-size: 78px;
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    max-width: 920px;
    margin: 0 auto 10px;
    letter-spacing: -0.03em;
}

.hero_section h1 span {
    color: #D2B8A7;
}

.hero_section p {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, .78);
    ;
    margin: 0 auto 40px;
    max-width: 790px;
    text-align: center;
    letter-spacing: -0.05em;
}


.hero_action {
    text-align: center;
}

.hero_action a {
    border: 1px solid #D2B8A7;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 100px;
    min-width: 198px;
    letter-spacing: 0;
    font-size: 16px;
    background: #D2B8A7;
    transition: 0.2s ease;
    line-height: 24px;
    text-transform: uppercase;
}

.hero_action a:hover {
    background-color: transparent;
    border-color: #D2B8A7;
    color: #D2B8A7;
}


.aboutus_sec {
    background-color: #0B0B15;
    padding: 110px 0 88px;
    position: relative;
}

.aboutus_sec h2 {
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    max-width: 1105px;
    margin: 0 auto;
}

.aboutus_sec h2 span {
    color: #D2B8A7;
}

.our_lesson {
    padding: 100px 0;
}

.our_lesson h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #263143;
    margin: 0 0 10px;
}

.our_lesson h2+p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.05em;
    text-align: center;
    color: rgba(11, 11, 21, .6);
    max-width: 725px;
    margin: 0 auto 34px;
}

.lesson-item {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.lesson-item img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    transition: 0.5s ease;
    border-radius: 30px;
}

.lesson-overlay {
    background: linear-gradient(180deg, rgba(19, 26, 36, 0) 0%, rgba(19, 26, 36, 0.9) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    border-radius: 30px;
}

.lesson-overlay h3 {
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.05em;
    margin: 0 0 10px;
    color: #fff;
}

.lesson-overlay p {
    color: rgba(255, 255, 255, .7);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.05em;
    margin: 0;
}

.lesson-overlay a {
    color: #263143;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid rgba(38, 49, 67, .4);
    padding: 10px 24px;
    display: inline-block;
    visibility: hidden;
    animation: .3s ease;
    transition: max-height 0.7s ease, transform 0.4s ease;
    height: 0;
    border-radius: 60px;
}

.lesson-overlay div {
    position: relative;
    z-index: 2
}

.lesson-overlay:after {
    background: rgba(210, 184, 167, 1);
    content: "";
    position: absolute;
    top: 0;
    transform: translateY(100%);
    border-radius: 30px;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    animation: .3s ease;
    transition: max-height 0.7s ease, transform 0.4s ease;
    z-index: 1
}

.lesson-item:hover .lesson-overlay:after {
    transform: translateY(0);
}

.lesson-item:hover .lesson-overlay a {
    visibility: visible;
    height: 48px;
    margin: 35px 0 0;
}

.lesson-item:hover .lesson-overlay h3 {
    color: #263143;
}

.lesson-item:hover .lesson-overlay p {
    color: rgba(38, 49, 67, .7);
}


.interiors {
    padding: 100px 0;
    background: radial-gradient(100% 100% at 0% 0%, #263143 0%, #131A24 100%);
}

.interiors h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0 0 10px;
    color: #FFFFFF;
}

.interiors h2 span {
    color: #D2B8A7;
}

.interiors h2+p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.05em;
    text-align: center;
    max-width: 725px;
    margin: 0 auto 35px;
    color: rgba(255, 255, 255, .7);
}

.interior-list {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}

.interior-img {
    width: 100%;
    height: 478px;
    overflow: hidden;
    border-radius: 40px;
}

.interior-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
    border-radius: 40px;
    transition: 0.3s ease;
}

.interior-overlay {
    padding: 40px 0;
}

.interior-overlay h3 {
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.05em;
    margin: 0 0 10px;
    color: #fff;
}

.interior-overlay h3 a {
    color: #fff;
    text-decoration: none;
}

.interior-overlay p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.05em;
    text-align: left;
    max-width: 725px;
    margin: 0;
    color: rgba(255, 255, 255, .7);
}

.interior-list:hover img {
    transform: scale(1.3);
}

.quality_right {
    padding: 100px 0;
    padding-left: 100px;
    padding-right: 100px;
}

.quality_right h2 {
    font-family: Instrument Serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
    color: #263143;
}

.quality_right h2+p {
    font-family: Mona Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: rgba(38, 49, 67, .7);
    margin: 0 0 30px;
}

.feature-card {
    position: relative;
    padding: 25px;
    padding-left: 85px;
    border: 1px solid rgba(38, 49, 67, .21);
    border-radius: 20px;
}

.feature-card h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.05em;
    color: #263143;
}

.feature-card h6+p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.05em;
    color: rgba(38, 49, 67, .7)
}

.feature-card~.feature-card {
    margin-top: 10px;
}

.feature-card img {
    position: absolute;
    left: 25px;
}

.quality_right .btn-custom {
    background: radial-gradient(100% 100% at 0% 0%, #263143 0%, #131A24 100%);
    border-radius: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 40px;
    display: inline-block;
    padding: 13px 29px;
}


.news_home {
    padding: 100px 0;
}

.news_home h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: center;
    text-transform: capitalize;
    color: #263143;
    margin: 0 0 10px;
}

.news_home h2+p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.05em;
    text-align: center;
    margin: 0 0 25px;
    color: rgba(38, 49, 67, .7);
}

.blog-item .blog-img {
    border-radius: 20px;
    margin: 0 0 20px;
    height: 290px;

}

.blog-item .blog-img img {
    object-fit: cover;
    width: 100%;
    height: 290px;
    border-radius: 30px;
}

.blog-item a {
    text-decoration: none;
}

.blog-head {
    display: flex;
}

.blog-dec h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: #263143;
    margin: 0 0 10px;
}

.blog-time {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.05em;
    color: rgba(38, 49, 67, .7)
}

.blog-time span {
    margin: 0 5px;
}


section.about_project {
    padding: 90px 0px 0px 0px ;
}

section.about_project .about_project_left {
    padding-right: 80px;
    padding-left: 80px;
    max-width: 720px;
    margin-left: auto;
}

section.about_project .about_project_left h2 {
    font-family: Instrument Serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
    color: #263143;
}

section.about_project .about_project_left h2+p {
    font-family: Mona Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: rgba(38, 49, 67, .7);
    margin: 0 0 30px;
}

section.about_project .about_project_left .btn-custom {
    background: radial-gradient(100% 100% at 0% 0%, #263143 0%, #131A24 100%);
    border-radius: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 40px;
    display: inline-block;
    padding: 13px 29px;
}

.about-project-card .form-control {
    background: #DFD0C5;
    padding: 10px 24px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.05em;
    color: #263143;
    border: none;
    min-height: 60px;
    border-radius: 50px;
}

.about-project-card .form-field {
    margin: 0 0 10px;
}

.about-project-card textarea.form-control {
    min-height: 139px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    padding-left: 18px;
    border-right: 1px solid #263143;
    top: 17px;
    height: auto;
    bottom: 10px;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

.iti {
    width: 100%
}

footer.footer {
    background: radial-gradient(100% 100% at 0% 0%, #263143 0%, #131A24 100%);
    padding: 80px 0 18px;
}

.footer-logo {
    margin: 0 0 35px;
}

.social-icon {
    display: flex;
    flex-wrap: wrap;
}

.social-icon a {
    text-decoration: none;
    color: #D2B8A7
}

.social-icon a:hover {
    text-decoration: none;
    color: #fff
}

.social-icon a~a {
    margin-left: 24px;
}

footer.footer h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    margin: 20px 0 40px;
    color: #D2B8A7;
    font-family: "Mona Sans", sans-serif;
}

footer.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.footer ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

footer.footer ul li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
}

.phone-no {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 30px;
}

.phone-no a {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 15px;
    text-align: center;
    margin-top: 50px;
}

.footer-bottom p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, .5);
    margin: 0;
}

.footer-bottom a {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, .5);
    margin: 0;
    text-decoration: none;
}

.footer-bottom span {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, .5);
    margin: 0 5px;
}


/* .....................................................  */

/* about pages start  */

.about_quantity {
    padding: 50px 0px;
    background-color: #131A24;
}

.statistics {
    padding: 60px 20px;
    text-align: center;
}


.about_quantity .stat {
    text-align: center;
}

.about_quantity .stat h2 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #D2B8A7;
}

.about_quantity .stat p {
    font-size: 16px;
    color: #B8BABD;
    font-weight: 400;
}


/* about_tailored start  */

.about_tailored {
    padding: 100px 0px;
    background-color: rgb(255, 255, 255);
}

.about_tailored h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #263143;
    margin: 0 0 10px;
}


.about_tailored h2+p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.05em;
    text-align: center;
    color: rgba(11, 11, 21, .6);
    max-width: 725px;
    margin: 0 auto 34px;
}

.about_tailored_box h4 {
    font-weight: 500;
    font-size: 24px;
    color: #fff;


}

.about_tailored_box {
    position: relative;
    margin-bottom: 20px;
}

.about_tailored_box p {
    font-weight: 500;
    font-size: 16px;
    color: #97999B;
}

.about_tailored_box img {
    border-radius: 30px;
    width: 100%;
        height: 591px;
        object-fit: cover;
}

.about_tailored_box a {
    border: 1px solid #fff;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    width: 170px;
    text-align: center;
    border-radius: 40px;
    padding: 15px 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: space-between;
    text-transform: uppercase;
    margin-top: 18px;
    transition: all 0.5s ease;
}

.about_tailored_box a:hover {
    background-color: #D2B8A7;
    border-color: #D2B8A7;
    color: #000000;
}

.fit_out {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(180deg, #131A2400 0%, rgba(19, 26, 36, 0.5) 50%, #131A24E5 100%);
    padding: 43px;
}

/*responsive*/

.service_details-one_section {
    padding: 100px 0;
    background-color: #131A24;
}

.service-detailsone .owl-dots button {
    width: 33%;
}

.service-detailsone .owl-dots button span {
    width: 100% !important;
    border-radius: 0px !important;
}

.service-detailsone .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #131A24 !important;
}

.service-detailsone .owl-theme .owl-dots .owl-dot span {
    height: 4px !important;
    background: #D2B8A7 !important;
}



.marble-boxsing {
    border: 1px solid #FFFFFF1A;
    padding: 90px 90px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

}

.marble-boxsing:hover .defolt {
    display: none;
}


.marble-boxsing:hover {
    background-color: #D2B8A7;
}

.marble-boxsing .hover {
    position: absolute;
    opacity: 0;
    left: 50%;
}

.marble-boxsing:hover .hover {
    position: initial;
    opacity: 1;
    left: initial;
}

.bespoke-marble-section {
    padding: 150px 0px;
    background-image: url("../images/service-details.png");
    background-size: cover;
    position: relative;
}

.bespoke-marble-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(19, 26, 36, 0.7);
    background: linear-gradient(180deg, rgba(19, 26, 36, 0.7) 0%, rgba(19, 26, 36, 0.5) 50%, #131A24 100%);
    z-index: 1;
}


.bespoke-marble-box {
    position: relative;
    z-index: 2;
}

.bespoke-marble-box h1 {
    font-size: 78px;
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: -0.03em;
}

.bespoke-marble-box p {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, .78);
    margin: 0 auto 40px;
    text-align: center;
    letter-spacing: -0.05em;
}

/* all-products-portfolio satrt  */

.all-products-portfolio {
    padding: 100px 0px;
}

.search-containers input {
    border: 1px solid #D2D4D6;
    outline: none !important;
    text-align: end;
    border-radius: 40px;
    position: relative;
    width: 100%;
    padding: 10px 10px 10px 10px;
}

.search-containers input::placeholder {
    font-size: 16px;
    color: #131A24;
    text-transform: uppercase;
}

.search-containers input:focus {
    border: 1px solid #131A24;
}


.main-content-gty {
    position: sticky;
    top: 140px;
}


.search-containers {
    width: 151px;
    position: relative;
}

.search-containers svg {
    position: absolute;
    left: 13px;
    top: 13px;
}

.prodecat-egoriesse {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prodecat-egoriesse h2 {
    font-size: 40px;
    font-weight: 400;
    color: #131A24;
    letter-spacing: -0.03em;
}

.products-title img {
    border-radius: 40px;
    width: 100%;
    height: 400px;
}
.products-title{
    text-decoration: none !important;

}
.products-title h4 {
    font-weight: 500;
    font-size: 24px;
    color: #131A24;
    letter-spacing: -0.03em;
    margin-top: 20px;
    text-decoration: none !important;


}

.products-title p {
    font-weight: 500;
    font-size: 16px;
    color: #353F4D;
    letter-spacing: -0.03em;
    text-decoration: none !important;

}

.info-form .rowdef {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.carding h2 {
    font-weight: 500;
    font-size: 24px;
    color: #131A24;
    letter-spacing: -0.03em;

}

.portfolio_details-section {
    padding: 100px 0px;
}

.eco-friendly {
    background-color: #D2B8A7;
    padding: 30px;
    border-radius: 30px;
}

.carding p {
    font-weight: 500;
    font-size: 16px;
    color: #353F4D;
    letter-spacing: -0.03em;
}

.description {
    margin-bottom: 30px;
}

.info-form .rowdef {
    margin-bottom: 20px;
}

.info-form .rowdef .label {
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    color: #514F53;
    letter-spacing: -0.03em;
}

.info-form .rowdef .value {
    font-weight: 600;
    font-size: 16px;
    color: #263143;
    text-align: end;
    letter-spacing: -0.03em;
}

.testimonial-card {
    border: 1px solid #D2D3D5;
    padding: 30px;
    border-radius: 30px;
}

.testimonial-card .stars {
    color: #FF9204;
    margin-bottom: 10px;
    font-size: 20px;
}

.testimonial-card h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0px;
    letter-spacing: -0.03em;
    color: #263143;
}

.testimonial-card p {

    color: #514F53;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

.testimonial-card .author {
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #263143;
    font-size: 14px;
    margin-bottom: 0px;

}

.raindededimg img {
    border-radius: 30px;
    margin-bottom: 20px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}



/* blog details start */



.inner_hero_section {
    position: relative;
    margin-bottom: 0;
    z-index: 1
}

.inner_hero_section img {
    width: 100%;
}

.inner_hero_section .top_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 260px 0 220px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, rgba(19, 26, 36, 0.7) 0%, rgba(19, 26, 36, 0.5) 50%, #131A24 100%);
}

.inner_hero_section h1 {
    font-size: 78px;
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    max-width: 1030px;
    margin: 0 auto 10px;
    letter-spacing: -0.03em;
}

.inner_hero_section h1 span {
    color: #D2B8A7;
}

.inner_hero_section p {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, .78);
    ;
    margin: 0 auto 40px;
    max-width: 790px;
    text-align: center;
    letter-spacing: -0.05em;
}

.blog_row .row {
    gap: 40px 0;
}

.blog-dec h3 {
    font-family: "Mona Sans", sans-serif;
    line-height: 30px;
}

.action_btn {
    text-align: center;
    margin-top: 40px;
    width: 100%;
}

.action_btn .load_btn {
    text-decoration: none;
    background: #D2B8A7;
    color: #263143;
    font-family: Mona Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 12px 76px;
    border-radius: 40px;
    display: inline-block;
    border: 1px solid #D2B8A7;
}

.action_btn .load_btn:hover {
    background: transparent;
    color: #D2B8A7;
    border: 1px solid #D2B8A7;
}

/*blog detail */
.blog_d_top_section {
    position: relative;
    margin-bottom: 0;
    z-index: 1
}

.blog_d_top_section img {
    width: 100%;
}

.blog_d_top_section .top_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 160px 0 60px;
    display: flex;
    align-items: end;
    background: linear-gradient(180deg, rgba(19, 26, 36, 0.7) 0%, rgba(19, 26, 36, 0.5) 50%, #131A24 100%);
}

.blog_d_top_section h1 {
    font-size: 78px;
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    max-width: 790px;
    margin: 0 auto 10px;
    letter-spacing: -0.03em;
}

.blog_d_top_section h1 span {
    color: #D2B8A7;
}

.blog_d_top_section p {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, .78);
    ;
    margin: 0 auto 40px;
    max-width: 790px;
    text-align: center;
    letter-spacing: -0.05em;
}

.blog_d_top_section p span {
    margin: 0 10px;
}

.blog-content-sec {
    padding: 60px 0 0;
}

.blog-content-sec .blog-content {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 100px;
}

.blog-content-sec .blog-content h2 {
    color: #263143;
    font-family: Mona Sans;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.05em;
}

.blog-content-sec .blog-content h3 {
    color: #263143;
    font-family: Mona Sans;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.05em;
}

.blog-content-sec .blog-content h4 {
    color: #263143;
    font-family: Mona Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.05em;
}

.blog-content-sec .blog-content p {
    font-family: Mona Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.05em;
    color: #626873;
}

.blog-content-sec .blog-content ul {
    font-size: 12px;
}

.blog-content-sec .blog-content ul li {
    font-family: Mona Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.05em;
    color: #626873;
}


/* .contanct start pages  */

.contact-us-title h3 {
    font-weight: 400;
    font-size: 80px;
    letter-spacing: -0.05em;
    color: #263143;
}

.contact-us-title p {
    font-weight: 500;
    font-size: 20px;
    color: #5F646E;
}




/* fomr code start / */


.formsing {
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
}

.formsing form .input-group {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.formsing form .input-group input::placeholder {
    color: #999999;
}

.formsing form .input-group input,
.formsing form .input-group textarea {
    flex: 1;
    padding: 12px 12px 12px 0px;
    border: none;
    border-bottom: 1px solid #999999;
    font-size: 16px;
    font-weight: 400;
    color: #0B0B15;
    outline: none;
    background-color: transparent;
}

.formsing form .input-group textarea {
    width: 100%;
    min-height: 100px;
    resize: vertical;
}

.formsing form .submit-btn {
    text-align: left;
}

.formsing form .submit-btn button {
    border: none;
    padding: 12px 80px;
    text-transform: uppercase;
    border-radius: 40px;
    background-color: #263143;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    color: #D2B8A7;
}

.office-gmail-title {
    text-align: center;
}

.office-gmail-title span {
    color: #131A24;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 500;
    display: block;
}


.contact-office-email-section {
    padding: 50px 0px;
    /* background: radial-gradient(100% 100% at 0% 0%,  #131A24 100%, #131A24 0%); */
    /* background:linear-gradient(0deg, #263143 48%, #ffffff 45%); */

}

.office-gmail-title h3 {
    font-weight: 400;
    font-size: 60px;
    color: #263143;
    margin: 0px;
    letter-spacing: -0.05em;

}

.office-gmail-title h2 {
    color: #263143;
    font-weight: 400;
    letter-spacing: -0.05em;
    font-size: 40px;
    margin: 0px;

}

.contact-office-email-title {
    background-color: #D2B8A7;
    border-radius: 30px;
    padding: 80px 0px;
}


.text-centerborder {
    padding-bottom: 50px;
    border-bottom: 1px solid #263143;
}

.socials-copy {
    margin-top: 30px;
}

.socials-copy span {
    color: #131A24;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 30px;
    font-weight: 500;
    display: block;
    text-align: center;
}


.padding-title {
    padding: 0px 40px;
    border-right: 1px solid #263143;
}

.social-icon-title {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.about_section-one {
    padding: 50px 0px 100px 0px
}

.founded-title h3 {
    font-weight: 400;
    font-size: 35px;
    color: #263143;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: -0.05em;

}

.about-benner-title img {
    border-radius: 40px;
    margin-top: 30px;
}

.about-blogsing {
    padding: 40px;
    border-radius: 40px;
    height: 100%;
    border: 1px solid #CCCCCC;
}

.none-titlre {
    width: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 66px;
    background: radial-gradient(100% 100% at 0% 0%, #263143 0%, #131A24 100%);
}

.about-blogsing h2 {
    font-weight: 400;
    font-size: 40px;
    color: #263143;
    letter-spacing: -0.05em;
    padding-top: 30px;
}

.about-blogsing p {
    font-weight: 500;
    font-size: 20px;
    color: #5F646E;
    margin-bottom: 0px;
    letter-spacing: -0.03em;
}

.about-values-section {
    padding: 100px 0px;
    background-color: #D2B8A7;
}

.about-title img {
    width: 110px;
}

.about-title {
    padding: 90px 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #263143;
    cursor: pointer;
}

.marble-boxsing-title-box h4 {
    font-weight: 500;
    font-size: 24px;
    color: #263143;
    letter-spacing: -0.03em;
    text-align: center;
    margin-top: 30px;
}

.marble-boxsing-title-box p {
    font-weight: 500;
    font-size: 16px;
    color: #504E51;
    letter-spacing: -0.03em;
    text-align: center;

}

.hero_section img{
height: 100vh;
object-fit: cover;
}



@media(max-width: 1199px) {
    .about-title {
        padding: 50px 50px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 8px 13px;
    }

    .contact-link a {
        padding: 12px 15px;
        min-width: 152px;
    }

    .hero_section h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .hero_section p {
        font-size: 18px;
    }

    .hero_action {
        margin: 20px 0 0;
        padding: 20px 0 0;
    }

    .hero_action a {
        padding: 15px 73px;
        font-size: 16px;
    }

    .aboutus_sec {
        padding: 100px 0
    }

    .aboutus_sec h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .our_lesson {
        padding: 80px 0;
    }

    section.about_project .about_project_left {
        padding: 30px 30px;
    }

    .quality_right {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(max-width: 991px) {
    .hero_section img {
        height: 100vh;
    }

    .inner_hero_section img {
        height: 100vh;
    }

    .blog_d_top_section img {
        object-fit: cover;
        height: 110vh;
    }

    .blog-item .blog-img {
        height: initial;
    }

    .blog-item .blog-img img {
        object-fit: cover;
        height: 185px;
    }

    .office-gmail-title span {
        margin-top: 20px;
    }

    .formsing {
        background-color: #fff;
        padding: 30px 15px 30px 15px;
        border-radius: 10px;
        width: 100%;
    }

    .about-title {
        width: 232px;
        height: 232px;
        margin: 0 auto;
        padding: 0;
    }
}

@media(max-width: 768px) {
    .contact-office-email-section {
    padding: 0px 0px 50px 0px ;}
    .padding-title
{
        padding: 0px 11px;
}
.raindededimg img {
    height: 300px;
}
    .products-title img {
    height: 250px;
}
    .about_tailored_box img {
    height: 400px;}
    .lesson-overlay div {
        padding-bottom: 20px;
    }

    .lesson-item {
        margin: 15px 0px;
    }

    .contact-office-email-title {
        padding: 50px 0px;
    }

    .office-gmail-title h3 {
        font-size: 40px;
    }

    .contact-us-title h3 {
        font-size: 50px;
    }

    .blog_d_top_section h1 {
        font-size: 50px;
    }

    .blog-item .blog-img img {
        height: 290px;
    }

    .news_home {
        padding: 50px 0;
    }

    .inner_hero_section p {
        margin: 0px;
    }

    .inner_hero_section h1 {
        font-size: 50px;
    }

    .inner_hero_section img {
        height: 100vh;
        object-fit: cover;
    }

    .hero_section img {
        height: 80vh;
        background-size: cover;
        background-position: top;
        object-fit: cover;
        object-position: right;
    }

    .hero_section h1 {
        margin-top: 50px;
    }

    .about_quantity .stat h2 {
        font-size: 45px;
    }

    .fit_out {
        padding: 22px;
    }

    .about_tailored_box a {
        padding: 10px 28px;
    }

    .about_tailored {
        padding: 50px 0px;
    }

    .footer-bottom {
        display: block;
    }

    .footer-logo {
        text-align: center;
    }

    .lesson-item img {
        height: 352px;
    }

    .lesson-overlay {
        padding: 17px 17px 0px 17px;
    }

    .service-detailsone .owl-dots button {
        width: 20%;
    }

    .marble-boxsing {
        width: 232px;
        height: 232px;
        padding: 0px;
        margin: 20px auto;
    }

    .quality_right {
        padding: 50px 15px;

    }

    .interiors {
        padding: 50px 0;
    }

    .hero_action a {
        padding: 15px 42px;
    }

    .bespoke-marble-box h1 {
        font-size: 40px;
    }

    .bespoke-marble-section {
        padding: 100px 0;
        background-position: center;
    }

    .prodecat-egoriesse h2 {
        font-size: 25px;
    }

    .about-blogsing {
        height: initial;
    }

    .about-blogsing {
        padding: 25px;
    }

    .founded-title h3 {
        letter-spacing: -0.02em;
        font-size: 30px;
    }


    .about-benner-title img {
        border-radius: 18px;
    }

    .about_section-one {
        padding: 50px 0px 50px 0px
    }

    .interior-img {
   height: 278px;}

   section.about_project{
    padding: 50px 0;
   }

   .about-project-card .form-control{
    border-radius: 20px;
   }
}

@media(max-width: 567px) {
    .whatsapp-title a i
 {
    font-size: 24px;
}
    .portfolio_details-section {
        padding: 50px 0px;
    }

    .service-detailsone .owl-dots button {
        width: 9%;
    }

    .navbar-brand {
        margin: 0px;
        width: 33%;
    }

    .marble-boxsing img {
        width: 62px;
    }

    .about-title img {
        width: 62px;
    }

    .quality_right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-title {
        width: 140px;
        height: 140px;
    }

    .marble-boxsing {
        width: 140px;
        height: 140px;
    }

    .contact-link a {
        padding: 5px 13px;
        min-width: initial;
        font-size: 13px;
    }

    .navbar .navbar-toggler {
        padding: 11px 13px;
        font-size: 15px;
        line-height: 0;
        display: flex;
        align-items: center;
        line-height: 0;
    }

    .all-products-portfolio {
        padding: 50px 0px;
    }

}
@media(max-width: 413px) {
  .whatsapp{
      gap: 0px;
  }
}

.collapsed:hover [stroke="white"] {
    stroke: #cba865;
}

/* blog_detail-section code start  */



.collapsed:hover [stroke="white"] {
    stroke: #cba865;
}

.blog_detail-section {
    padding: 200px 0px 50px 0px;
}

.blog_detail-section h1 {
    font-size: 78px;
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    color: #D59A74;
    text-align: center;
    max-width: 790px;
    margin: 0 auto 10px;
    letter-spacing: -0.03em;
}

.blog_detail-section img {
    border-radius: 50px;
}

.blog_detail-section-b-2 {
    padding: 0px 0px 0px 0px;
}

.author-title h4 {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    letter-spacing: -1px;
}

.author-title p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    letter-spacing: -1px;
    margin-bottom: 0px;
}

.author-info-title {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.1);
    margin: 40px 0px;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kt-content #kt-title {
    color: #263143;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.kt-content .kt-list {
    padding-left: 20px !important;
}

.kt-content .kt-list li {
    font-size: 18px;
    color: #626873;
    margin-bottom: 0px !important;
    font-weight: 500;
    letter-spacing: -0.03em;

}

.main-article-title .accordion-button:not(.collapsed) {
    background-color: #D2B8A7 !important;


}

.main-article-title .accordion-button {
    background-color: #D2B8A7 !important;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 0px;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    letter-spacing: -0.05em;
    color: #263143 !important;
    padding: 10px 10px 10px 22px !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.main-article-title .accordion-item {
    overflow: hidden;
    border: 1px solid #00000080;
}


.why-dlels li {
    font-weight: 400;
    color: #626873;
    letter-spacing: -0.03em;
    font-size: 16px;
    margin-bottom: 10px;
}

.why-dlels-arabia li {
    list-style: none;
    margin-bottom: 0px;
}

.article-content-title p {
    font-size: 18px;
    font-weight: 500;
    color: #626873;
    letter-spacing: -0.03em;
    margin-bottom: 0px;
}

.article-content-title {
    margin-top: 40px;
}

.article-content-title h5 {
    font-size: 28px;
    font-weight: 500;
    color: #263143;
    letter-spacing: -0.05em;

}

.article-content-title .why-dlels {
    padding-left: 20px !important;
}

.article-content-title .why-dlels li {
    font-size: 18px;
    font-weight: 500;
    color: #626873;
    letter-spacing: -0.03em;
    margin-bottom: 1px;
}


.article-content-title .table-container {
    width: 100%;
    overflow-x: auto;
    /* responsive scroll */

    margin-top: 15px;

}

.article-content-title .table-container table {
    border-collapse: collapse;
    width: 100%;
    min-width: 700px;
}

.article-content-title .table-container thead {
    background-color: #D59A74;
    color: #fff;

}


.article-content-title .table-container th,
td {
    border: 1px solid #000000;
    text-align: left;
    padding: 12px 14px;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;

}

th {
    white-space: nowrap;
}

.blogsting-btn-ttile {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blogsting-btn-ttile a {
    text-align: center;
    margin-top: 40px;
    width: 100%;
    background-color: #263143;
    color: #D2B8A7;
    font-weight: 400;
    font-size: 16px;
    padding: 18px 50px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
    text-decoration: none;
    width: 251px;



}

.titlebox {
    background-color: #D59A74 !important;
    font-weight: 500;
    border-radius: 8px !important;
    font-size: 17px;
    margin-bottom: 0px ;
    color: #000000 !important;
}

/*.titlebox::after {*/
/*    background-image: url('{{ asset('frontend/images/plush.svg') }}') !importantim;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background-position: center;*/

/*}*/

/*.titlebox:not(.collapsed)::after {*/
/*    background-image: url('{{ asset('frontend/images/munush.svg') }}');*/
/*    background-position: center;*/
/*}*/

.wrapper-title-one {
    background: #fff;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 20px 30px;
    overflow: hidden;
}

.wrapper-title-one h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    color: #d28d5c;
    /* orange-brown shade like your screenshot */
    font-weight: 600;
}

.wrapper-title-one .form-group {
    margin-bottom: 15px;
}

.wrapper-title-one label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    color: #000000;
}

.wrapper-title-one input,
.wrapper-title-one textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #000000;
    font-size: 14px;
    outline: none;
}

.wrapper-title-one input:focus,
.wrapper-title-one textarea:focus {
    border-color: #2563eb;
}

.wrapper-title-one button {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border: none;
    border-radius: 25px;
    background: linear-gradient(to right, #131A24, #263143, #263143);
    /* dark gradient */
    color: #D2B8A7;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}

.wrapper-title-one button:hover {
    opacity: 0.9;
}

.client-ttilr{
    position: sticky;
    top: 80px;
}


.client-ttilr h4 {
    color: #D59A74;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.05em;
    text-align: center;
}

.phone-number-title .iti--separate-dial-code .iti__selected-flag {
    top: 10px !important;
}

.mainclass {
    margin: 30px 0px 0px 0px;
}

.mainclass h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #000000;
    margin-bottom: 16px;
}

.mainclass .blog-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    border: 1px solid #D59A74;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 12px;
    transition: transform 0.2s ease;
    background: #fff;
}

.mainclass .blog-card:hover {
    transform: translateY(-3px);
}

.mainclass .blog-card img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.mainclass .blog-content {
    flex: 1;
    cursor: pointer;
}

.mainclass .blog-content p {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 6px 0;
    line-height: 1.4;
    color: #263143;
}

.mainclass .blog-meta {
    font-size: 12px;
    color: #263143;
    font-weight: 500;
    display: flex;
    gap: 10px;
}

.form-boxsing {
    padding: 50px 0px;
}
 
.registeredpharmacist .share-section {
    text-align: center;
    margin: 20px 0;
}
 
.registeredpharmacist .share-section p {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 24px;
    border-top: 2px solid #000000;
    color: #000000;
    padding-top: 20px;
}
 
.registeredpharmacist .share-icons a {
    margin: 0 8px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
}
 
.registeredpharmacist .comment-box {
    margin-top: 30px;
}
 
.registeredpharmacist .comment-box h4 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 28px;
    border-bottom: 2px solid #000000;
    color: #000000;
    letter-spacing: -0.05em;
    padding-bottom: 15px;
}
 
.registeredpharmacist .form-group {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
 
.registeredpharmacist .form-group input::placeholder {
    color: #000000;
}
 
.registeredpharmacist .form-group input {
    flex: 1;
    padding: 37px 4px;
    border: none;
    border-bottom: 2px solid #000;
    outline: none;
    font-size: 18px;
    font-weight: 500;
}
 
.registeredpharmacist textarea::placeholder {
    color: #000000;
}
 
.registeredpharmacist textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #000;
    padding: 8px 4px;
    outline: none;
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    resize: none;
    margin-bottom: 20px;
}
 
.registeredpharmacist button {
    text-align: center;
    margin-top: 40px;
    width: 100%;
    background-color: #263143;
    color: #D2B8A7;
    font-weight: 400;
    font-size: 16px;
    padding: 18px 50px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
    text-decoration: none;
    width: 251px;
}

.blog-dec{
    padding: 0px 10px ;
}
.blog-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.author-name {
    color: blue;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    padding: 10px 0px;
}

.blog-dec p {
    color: #777777;
    overflow: hidden;
    font-weight: 500;
    font-size: 13px;
    text-overflow: ellipsis;
}

:root {
    --primary-color: #000000; 
    --text-color: #000000;
    --dark-bg: #000a1a; 
    --light-bg: #ffffff;
    --border-color: #e0e0e0;
}

.latest-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    align-items: center;
    margin-bottom: 3rem; 
    padding: 1rem;
}


.latest-posts .section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-color);
    margin: 1rem 0; 
}


.latest-posts .search-bar {

    margin: 1rem 0;
}

.latest-posts .quicksearch-input {
    padding: 0.75rem 1.5rem;
    border: 2px solid var(--primary-color);
    border-radius: 25px; 
    width: 300px; 
    font-size: 1rem;
    color: var(--text-color);
    outline: none; 
}

.latest-posts .quicksearch-input::placeholder {
    color: #a0a0a0;
}


.latest-posts .filter-dropdown {
    position: relative;
    width: 250px; 
    margin: 1rem 0;
}

.latest-posts .dropdown-header {
    background-color: var(--dark-bg);
    color: var(--light-bg);
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 5px; 
    font-weight: 600;
    font-size: 1rem;
}

.latest-posts .dropdown-arrow {
    font-size: 0.7rem;
    transform: rotate(0deg); 
    transition: transform 0.3s ease;
}


.latest-posts .filter-dropdown:focus-within .dropdown-arrow {
    transform: rotate(180deg);
}

.latest-posts .dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%; 
    left: 0;
    right: 0;
    background-color: var(--light-bg);
    border: 1px solid var(--border-color);
    border-top: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    max-height: 200px; 
    overflow-y: auto; 
    display: none; 
}


.latest-posts .filter-dropdown:focus-within .dropdown-list {
    display: block;
}

.latest-posts .dropdown-item {
    padding: 0.6rem 1rem;
    cursor: pointer;
    color: var(--primary-color);
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
}

.latest-posts .dropdown-item:last-child {
    border-bottom: none;
}

.latest-posts .dropdown-item:hover,
.latest-posts .dropdown-item.active {
    background-color: #f0fafa; 
    color: var(--primary-color);
    font-weight: 500;
}



@media (max-width: 992px) {
    .latest-posts {
        flex-direction: column; 
        align-items: flex-start; 
    }

    .latest-posts .quicksearch-input,
    .latest-posts .filter-dropdown {
        width: 100%; 
    }
    .latest-posts .search-bar{
        width: 100%;
    }
}


@media(max-width: 991px) {

    .article-content-title .table-container th, td{
        white-space: nowrap;
    }
}

@media(max-width: 767px) {
    .filter-sding{
        width: 100% !important;
    }
    .blog_detail-section h1 {
        font-size: 50px;
    }

    .blog_detail-section img {
        border-radius: 15px;
    }

    .titlebox {
        font-size: 14px;
    }

    .client-ttilr {
        margin-top: 20px;
    }

    .blog_detail-section-b-2 {
        padding: 0px 0px 40px 0px;
    }


}

.filter-sding{
    width: 200px;
}

.filter-sding select {
    appearance: none; /* default arrow hatane ke liye */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #0a1f44 url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5H5z'/></svg>") no-repeat right 10px center;
    background-size: 15px;
    color: white !important;
    padding: 10px 40px 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color:  #0a1f44 !important;
}




