:root {
    --primary-font: "goldenbook-extrabold",sans-serif;
    --secoundry-font:"Mulish", sans-serif;

    --primary-color: #1c362d;
    --secoundry-color: #eedc9e;
    --text-color: #363435;
    --dark-black: #000;
}
a {
    text-decoration: none;
}
img {
    width: 100%;
}
@font-face {
  font-family:'goldenbook-extrabold';
  src: url(../fonts/goldenbook-extrabold.otf);
}


/* .container {
    padding: 0 20px;
} */
 .conditions_policy .container-fluid {
    padding: 0px 200px;
}
.text_dec.max-width {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.about_img2 {
    position: absolute;
    right: -15px;
    width: 250px;
    bottom: -40px;
    border-radius: 20px;
}
.about_block {
    background-color: #f4f3f3;
    height: 100%;
    padding: 24px;
    border: 3px double;
        border-radius: 20px;
}
.img_border {
    border: 3px double;
    padding: 7px;
        border-radius: 20px;
}
.section_yspace {
    margin-top: 80px;
    margin-bottom:80px;
}
.section_inner_yspace {
    padding-top: 85px;
    padding-bottom: 84px;
}
.contact .img-box {
    height: 550px;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}
.contact .img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.contact .img-box.bstore_img img {
    object-fit: scale-down;
    /* background-color: #dce8f7; */
    border-radius: 10px 10px;
    background: radial-gradient(circle,rgba(238, 174, 202, 1) 0%, rgba(157, 186, 230, 1) 90%, rgba(148, 187, 233, 1) 100%);
}
.rounded-25 {
    border-radius: 25px;
}
.contact p a {
    color: var(--primary-color);
    font-weight: 500;
}
.main_title {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 40px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0;  
}
.sub_title {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 27px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0.7px;
}
.text_dec a,
.text_dec {
    color: var(--text-color);
    font-family: var(--secoundry-font);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0;
    text-align: start;
}
.text_dec p:last-child {
    margin-bottom: 0;
}
.text_dec b { 
    color: var(--dark-black)
}

/*---------------------------------------- Page Title ----------------------------------------*/
.page_title {
    padding: 50px 0;
    /* text-align: center; */
}
.page_title .logo {
    max-width: 200px;
}
.page_title h1 {
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 52px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0;
}
.page_title .breadcrumb {
    color: #fff;
    font-family: var(--secoundry-font);
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: 0;
    display: none;
}
.page_title .breadcrumb a {
    color: #ffffff;
    font-weight: 600;
    pointer-events: none;
    outline: none;
    text-decoration: none;
    box-shadow: none;
}
img.about_offer {
    border-radius: 100px;
    border: 4px solid #aca6a6;
}
.about_block_title {
    font-size: 20px;
}
.about_block1 {
    padding-bottom: 15px;
}
.offers_t_c .text_dec p {
    font-size: 17px;
}
.offers_t_c ul li {
    margin-bottom: 8px;
    font-size: 16px;
}
.offers_t_c .sub_title span {
    color:var(--primary-color);
}
.about_block1 .about_block_title {
    border-bottom: 1px solid;
    display: inline-block;
}
.content_part {
    padding: 0px 15px;
}
.about_block img {
    width: unset;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    margin-bottom: 15px;
}
.about_info h4.main_title {
    font-size: 19px;
}
.founder .content_part .main_title
 {
    width: unset;
}

    .legecy{
        background-color: var(--secoundry-color);
    }
   
    .founder{
        background-color: var(--secoundry-color);
    }
    .founder .main_title{
        width: max-content;
        /* margin-left: auto;
        margin-right: auto; */
        padding-bottom: 5px;
        /* border-bottom: 2px solid var(--primary-color); */
    }
/*---------------------------------------- about-us e ----------------------------------------*/

.term_section .sub_title:after {
      position: absolute;
    content: '';
    background-image: url(../image/arrow-right.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    left: 0;
    background-size: 17px;
    top: 7px;
}
.term_section .sub_title {
    position: relative;
        padding-left:26px;
}
.r_c_policy ol li {
    margin-bottom: 16px;
}


/* css  */
/* ===== PAGE TITLE ===== */
.page_title {
    background-color: var(--primary-color);
    /* background: linear-gradient(rgba(28, 54, 45, 0.85), rgb(20 35 30 / 85%)), url(../image/banner.jpg) center / cover no-repeat; */
    padding: 55px 0;
    text-align: center;
    color: #fff;
}

.page_title h1 {
    color:#ffffff;
    font-size: 42px;
    letter-spacing: 1px;
}

.breadcrumb {
    justify-content: center;
    font-size: 14px;
    color: #ddd;
}

.breadcrumb a {
    color: var(--secoundry-color);
    transition: 0.3s;
}

.breadcrumb a:hover {
    color: #fff;
}

.breadcrumb span {
    color: #aaa;
}

.breadcrumb p {
    color: #fff;
}



/* ===== CONTENT BOX ===== */
.section_yspace .container {
    max-width: 950px;
}

/* ===== TITLE ===== */
.sub_title {
    font-family: var(--primary-font);
    font-size: 20px;
    color: var(--primary-color);
    /* border-left: 4px solid var(--secoundry-color);
    padding-left: 12px; */
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ===== TEXT ===== */
.text_dec p {
    font-size: 16px;
    margin-bottom: 15px;
    /* color: #555; */
}

/* Highlight important uppercase text */
.text_dec p b,
.text_dec p strong {
    color: var(--primary-color);
}

/* ===== LINKS ===== */
.text_dec a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: underline;
}

.text_dec a:hover {
    color: var(--secoundry-color);
}

/* ===== CARD STYLE ===== */
.mb-3 {
    background: #fff;
    padding: 25px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.mb-3:hover {
    transform: translateY(-3px);
}
/* Table General Styling */
.custom-policy-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: inherit;
    color: #333;
    border: 1px solid #dee2e6;
}

.custom-policy-table thead {
    background-color: #f8f9fa;
}

.custom-policy-table th {
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #f4f4f4;
}

.custom-policy-table td {
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    vertical-align: top;
    line-height: 1.5;
    font-size: 14px;
    font-family: var(--secoundry-font);
}

/* Collected column centering */
.custom-policy-table td:last-child, 
.custom-policy-table th:last-child {
    text-align: center;
    font-weight: bold;
}

/* Row Hover Effect */
.custom-policy-table tbody tr:hover {
    background-color: #fdfdfd;
}

/* Table Responsive Wrapper */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.custom_table tr:hover {
    background: #faf9f6;
}

/* Container styling */
.tab-container {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

/* Tab buttons ki row */
.tab-header {
    display: flex;
    border-bottom: 2px solid #dee2e6;
    gap: 10px;
}

/* Individul Button styling */
.tab-btn {
    padding: 12px 25px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    transition: 0.3s;
    border-bottom: 3px solid transparent;
}

/* Hover effect */
.tab-btn:hover {
    color: #000;
    background-color: #f8f9fa;
}

/* Active tab styling (Jo tab khula hai) */
.tab-btn.active {
    color: #d4af37; /* Gold color for Gandaram Jewellers theme */
    border-bottom: 3px solid #d4af37;
}

/* Content box styling */
.tab-content {
    display: none; /* By default sab hidden rahenge */
    padding: 20px;
    border: 1px solid #dee2e6;
    border-top: none;
    animation: fadeIn 0.5s;
}

/* Smooth transition animation */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.sub_title {
    color: #b19453;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.text_dec p {
    color: #444;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 15px;
}
.img-fluid {
    transition: transform 0.5s ease;
}
.img-fluid:hover {
    transform: scale(1.02); /* Prism hover effect */
}
ul li {
    margin-bottom: 8px;
    font-size: 14px;
}
.valuation_img1 {
    width: 280px;
}
.shadow {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
        width: unset;
}
.rounded {
       border-radius: 100px !important;
    height: 510px;
    width: unset;
}
.valuation_part .text_dec p {
    font-size: 18px;
}
.valuation_part ul li {
    font-size: 16px;
}
.ring-img-bg {
    background: url(../image/valuation/bg_full_img1.jpg) no-repeat;
    background-position: right;
    background-size: cover;
    height: 550px;
    /* background-attachment: fixed; */
    position: relative;
}
/* .ring-img-bg2 {
    background: url(../image/valuation/bg_full_img2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 66vh;
    background-attachment: fixed;
} */
.ring-img-bg3 {
    background: url(../image/valuation/bg_full_img3.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    /* background-attachment: fixed; */
}
.bg-img {
    width: 100%;
    /* height: 66vh !important; */
    /* height: 75vh !important; */
    object-fit: cover;
    position: relative;
}
.valuation_banner_img {
    position: relative;
}

.valuation_banner_info {
    position: absolute;
    top: 0;
    height: 100%;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.valuation_banner_section {
    position: relative;
}

.valuation_banner_info h1 {
    color: #ffffff;
    font-family: var(--primary-font);
    font-size: 90px;
    line-height: 90px;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .page_title {
        padding: 50px 0;
    }

    .page_title h1 {
        font-size: 28px;
    }

    .sub_title {
        font-size: 18px;
    }

    .text_dec p {
        font-size: 14px;
    }
}

/* Faq page Start  */
.faq_section {
    width: 100%;
}
.faq_question.sub_title {
    color: var(--primary-color);
}
.faq_item {
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
        border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.faq_question {
    width: 100%;
    background:transparent;
    border: none;
    outline: none;
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
}

.faq_question:hover, .faq_item.active .faq_question {
    background: #f1f1f1;
}

.faq_question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    transition: 0.3s;
}

.faq_item.active .faq_question::after {
    content: '-';
}

.faq_answer {
    display: none;
    padding: 20px;
    background: #fff;
}

.faq_answer ul {
    padding-left: 0px;
    margin: 0;
}

.faq_answer li {
    margin-bottom: 20px;
    line-height: 1.8;
    list-style: none;
    font-size: 16px;
}

.faq_answer strong {
    display: block;
    font-size: 17px;
    margin-bottom: 5px;
    
}

/*-------------------------------------------------------------------------------- Responsive --------------------------------------------------------------------------------*/
@media (max-width:1600px) {
.conditions_policy .container-fluid {
    padding: 0px 100px;
}
}
@media (max-width:1440px) {
    .contact .container{
        max-width: 95%;
    }
    .contact .ps-md-5{
        padding-left: 25px !important;
    }
    .valuation_banner_info h1 {
    font-size: 70px;
    line-height: 70px;
}
.ring-img-bg {
        height: 500px;
    }

}
@media (max-width:1366px) {
    .conditions_policy .container-fluid {
        padding: 0px 40px;
    }
    .ring-img-bg {
        height: 450px;
    }
    }
@media only screen and (min-width: 1230px) and (max-width: 1445px) {
    .page_title {
        padding: 50px 0;
    }
    .page_title h1 {
        font-size: 46px;
    }
    .main_title {
        font-size: 30px;
    }
    .section_inner_yspace {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section_yspace {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    
    .about-us .text-con {
        max-width: 70%;
    }
    .contact .sub_title{
        font-size: 22px;
    }
}
@media only screen and (max-width: 1200px) {

    .contact .sub_title{
        font-size: 22px;
    }
    .wide_range_list {
        flex-flow: wrap;
    }
    .ml_mob {
        margin-right: 15px !important;
    }
    .bg_gray {
        margin: 0.8rem 0px;
    }
    .wide_range_list li {
        width: 31.9%;
    }
    .about_block {
        padding: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    
    .container { 
        padding-left: 0;
        padding-right: 0;
    }
    .about_block_title {
        font-size: 17px;
    }

    .page_title {
        padding: 40px 0;
    }
    .page_title h1 {
        font-size: 44px;
    }
    .main_title {
        font-size: 30px;
    }
    .section_inner_yspace {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section_yspace {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .about-us .text-con {
        max-width: 70%;
        padding: 20px;
    }
    .contact .sub_title {
        font-size: 19px;
    }
    .contact .text_dec p{
        font-size: 15px;
    }
    
}
@media only screen and (max-width: 991px) { 
    .page_title .logo {
        max-width: 250px;
    }
        .wide_range_list li {
        width: 31%;
    }
    .about_img2 {
        right: -8px;
    }
    .wide_range_list li {
        width: 31.3%;
    }
    .about-us .text-con {
        max-width: 100%;
    }
    .contact .img-box {
        height: 400px;
    }
    .contact .ps-md-5{
        padding-left: 10px !important;
    }
    .about-us .profile .name {
        font-size: 21px;
    }
    .about-us .profile .position {
        font-size: 18px;
        margin-bottom: 3px;
    }
    .promise .box-con .pr-box .title {
        text-align: center;
        color: var(--primary-color);
        margin-top: auto;
        font-size: 16px;
    }
    .contact .sub_title {
        font-size: 18px;
    }
    .contact .text_dec p{
        font-size: 16px;
    }
    .conditions_policy .container-fluid {
        padding: 0px 20px;
    }
}
@media only screen and (max-width: 767px) { 
    .container {
        padding: 0 15px;
    }
    .rounded-25 {
        border-radius: 15px;
    }
    ul.wide_range_list li {
        width: 48%;
    }
    .shreeji_about_flex .row {
        flex-flow: column-reverse;
    }

    .page_title {
        padding: 30px 0;
    }
    .page_title h1 {
        font-size: 35px;
    }
    .main_title {
        font-size: 28px;
    }
    .sub_title {
        font-size: 20px;
    }
    .text_dec {
        font-size: 16px;
    }
    .section_inner_yspace {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section_yspace {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .text_dec ol li,
    .text_dec p {
        margin-bottom: 8px;
    }
    .page_title .logo {
        max-width: 200px;
    }
    .about-us .text-con {
         max-width:100%; 
        padding: 10px;
    }
    .about-us .box-line {
       margin-bottom: 30px;
    }
   
    
    .contact iframe{
        height: 300px;
    }
  
    .contact .sub_title {
        font-size: 16px;
    }
    .ring-img-bg, .ring-img-bg3 {
        height:250px;
        background-attachment: inherit !important;
        width: 100%;
    }
    .rounded {
        height: auto;
    }
}
@media only screen and (max-width: 600px) { 

    .page_title h1 {
        font-size: 27px;
    }
        .main_title {
        font-size: 20px;
    }
.page_title .breadcrumb {
    font-size: 12px;
}
.section_yspace {
        margin-top: 30px;
        margin-bottom: 30px;
    }
        .text_dec {
        font-size: 14px;
    }

    .sub_title {
        font-size: 16px;
    }
    .mb-3 {
    padding: 8px;
    }
    .contact .img-box {
        height: 300px;
    }
    .bg_gray {
        margin: 2px 0px;
    }
    .about_img2 {
        margin-top: 10px;
        width: 100%;
        right: 0;
        position: unset;
    }
    .content_part {
        padding-left: 10px;
    }
    .about_block {
        padding-bottom: 15px;
    }
    ul.wide_range_list li {
        width: 100%;
        padding: 3px;
    }
    .contact .img-box.bstore_img img {
        border-radius: 10px 10px;
    }
        .section_heading .main_title {
        font-size: 19px;
    }
.valuation_part .text_dec p {
    font-size: 15px;
    line-height: 24px;
}
.valuation_img1 {
    width: 180px;
}
.valuation_part ul li {
    font-size: 14px;
}
.bg-img {
    height: 330px !important;
}
.faq_answer strong {
    line-height: 20px;
    font-size: 15px;
}
.faq_answer li {
    font-size: 14px;
}
.faq_question::after {
    right: 7px;
}
.faq_item {
    margin-bottom: 10px;
}

    .valuation_banner_info h1 {
        font-size: 34px;
        line-height: 38px;
    }
    .text_dec.p-4 {
    padding: 15px !important;
}
}