*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Google Sans Flex", sans-serif;
}
body {top: 0 !important;}
.body-class {overflow: hidden;}
li{list-style: none;}
ul{margin: 0;padding: 0;}
a{text-decoration: none;}
:root{
    --white-color: #ffffff;
    --black-color: #000000;
    --gray-color: #444444;
    --green-color: #79BB00;
    --blue-color: #0071B4;
    --gray-light: #666666;
}
/*BreadCrumb Section Start*/
/* .brd_bnr_sec {position: relative;overflow: hidden;padding: 220px 0 40px;} */
.brd_bnr_sec {
    padding: 160px 0 60px;
    position: relative;
    overflow: hidden;
    background-color: #F3F1EC;
}
.brd_bnr_sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 35%;
    background: url(../images/light_bg.jpg) no-repeat center center / cover;
    mix-blend-mode: luminosity;
    z-index: 0;
}
.brd_bnr_sec .brd_bnr_text {z-index: 1;position: relative;}
.brd_bnr_sec .brd_bnr_text h1 {
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 40px;
    font-weight: 400;
    color: var(--gray-color);
}
.brd_bnr_text ol li, .brd_bnr_text ol li a {
    font-size: 16px;
    color: var(--gray-color);
    font-weight: 500;
    line-height: 1;
    position: relative;
    transition: all 0.4s ease;
}
.brd_bnr_text ol li a:hover{color: var(--blue-color);}
.breadcrumb-item+.breadcrumb-item::before {
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--green-color);
    border-radius: 50%;
    padding-right: 0;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 15px;
    margin-left: 10px;
}
.breadcrumb-item.active {color: var(--gray-color);}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 0;
    list-style: none;
    border:1px solid #44444429;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(7.5px);
    max-width: fit-content;
    padding: 7px 12px;
}
/*Contact Us Page*/
.contact_us_sec {
    padding: 100px 0;
    position: relative;
}
.contact_form .Enquiry_form {
    height: 100%;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    box-shadow: 1px 12px 50px rgba(0, 0, 0, 0.20);
}
.mb_90{
    margin-bottom: 90px;
}
.contact_form .theme_box h2 {
    font-size: 30px;
    margin-bottom: 30px!important;
}
.contact_us_sec .theme_box h2 {
    margin-bottom: 12px;
}
.contact_list_info h3 {
    color: var(--gray-color);
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: 500;
    white-space: pre-line;
    letter-spacing: 0.5px;
}
.contact_list_info a,
.contact_list_info p{
    font-size: 16px;
    font-weight: 400;
    color: var(--gray-color);
    line-height: 1.6;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    white-space: pre-line;
    transition: all 450ms ease;
}
.contact_list_info a:hover{
    color: var(--blue-color);
}
.contact_us_list li {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    gap: 26px;
    padding: 20px 0;
    position: relative;
}
.contact_us_list li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.contact_list_icon img {
    width: 22px;
}
.contact_list_icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #f0f0f0;
    min-width: 50px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 550ms ease;
}
/* .contact_us_list li:hover .contact_list_icon{
    background-color: var(--blue-color);
}
.contact_us_list li:hover .contact_list_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(98deg) brightness(107%) contrast(106%);
} */
.contact_form {
    height: 100%;
    position: relative;
}
.map_sec .contact_map  iframe{
    height: 450px;
}
.map_sec iframe {
    display: block;
}
/* Infrastructure Facility Page*/
.infrastructure_sec{
    padding: 100px 0;
}
.infra_gallery img{
    width: 100%;
    height: 100%;
    transition: all 450ms ease-out;
}
.infra_gallery:hover img{
    transform: scale(1.05);
} 
.fancybox-caption.fancybox-caption--separate {
    display: none;
}
.infra_gallery {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.infra_gallery::after,.infra_gallery::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all 450ms ease-out;
    opacity: 0;
}
.infra_gallery::after {
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    border-radius: 8px;
}
.infra_gallery::before {
    transform: translate(-50%, -50%) scale(0.4);
    width: 46px;
    height: 46px;
    background-image: url(../sub-images/zoom-in.svg);
    background-size: 46px;
    background-repeat: no-repeat;
    z-index: 1;
}
.infra_gallery:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}
.infra_gallery:hover::after {
    opacity: 1;
    visibility: visible;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
}
.mb_50{
    margin-bottom: 50px;
}
.infrastructure_sec .theme_box h2 {
    margin-bottom: 20px;
}
.infrastructure_sec .theme_box p {
    max-width: 1200px;
    margin: 0 auto;
}
/*Quality Assurance Page*/
.quality_assu_sec{
    padding: 100px 0;
}
p strong {
    font-weight: 500;
    color: var(--gray-color);
}
.quality_assu_sec .theme_box h4{
    margin: 0 0 20px 0;
}
.quality_content{
    padding: 30px 0 30px 12px;
}
.quality_details{
    padding-top: 50px;
}
.quality_details_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-radius: 16px 2px;
    position: relative;
    z-index: 0;
    transition: all 450ms ease;
}
.quality_details_list::after {
    position: absolute;
    content: "";
    left: -16px;
    top: 0;
    width: 60px;
    height: 60px;
    opacity: 0;
    border: 6px solid var(--blue-color);
    background-color: transparent;
    border-radius: 100%;
    z-index: -1;
    transition: all 450ms ease;
    opacity: 0;
}
.quality_details_list::before {
    position: absolute;
    content: "";
    left: -8px;
    top: 8px;
    width: 44px;
    height: 44px;
    opacity: 0;
    background-color: var(--green-color);
    border-radius: 100%;
    z-index: -1;
    transition: all 450ms ease;
    opacity: 0;
}
.quality_details_list img {
    max-width: 54px;
    width: 100%;
    transition: all 450ms ease;
}
.quality_details_list:hover::before{
    opacity: 30%;
    transform: scale(1.05);
}
.quality_details_list:hover::after{
    opacity: 10%;
    transform: scale(1.05);
}
.quality_details_list:hover img{
    filter: brightness(0) saturate(100%) invert(24%) sepia(99%) saturate(1650%) hue-rotate(182deg) brightness(97%) contrast(101%);
}
.quality_details_list h4 {
    font-size: 19px;
    color: #444444;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
    transition: all 450ms ease;
    letter-spacing: 0.6px;
}
.quality_details_list:hover h4{
    color: var(--blue-color);
}
.theme_box p:last-child{
    margin-bottom: 0;
}
/*Musterd Seeds Page*/
.musterd_sec{
    position: relative;
    padding: 100px 0;
}
.musterd_img{
    width: 100%;
    height: 100%;
    position: relative;
}
.musterd_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.musterd_content{
    max-width: 850px;
}

/*About Us Page*/
.about_page_sec{
    position: relative;
    padding: 100px 0;
}
.about_page_sec .theme_box h4 {
    margin: 0 auto 20px 0;
}
.about_img_main_box .row .col-6:nth-child(1){
    margin-top: 30px;
}
.about_img_main_box .row .col-6:nth-child(4){
    margin-top: -30px;
}
.about_img_box{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.about_img_main_box.about_multi_pro img{
 aspect-ratio: 300/270;
}
.about_img_main_box .col-6{
    padding: 6px;
}
.about_img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 450ms ease;
    /* aspect-ratio: 300 / 230; */
}
.about_img_box.about_img_main_box.about_multi_pro img {
    aspect-ratio: 300 / 270;
}
.use_of_pro_sec  .about_img_box img{
    aspect-ratio: 300 / 210;
}
.about_img_box::before {
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}
.about_img_box::before, .about_img_box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 450ms ease;
    background-color: rgb(225 225 225 / 10%);
    z-index: 1;
    clip-path: polygon(0 49%, 100% 49%, 100% 0, 0 0);
}
.about_img_box:hover::before {
    opacity: 1;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.about_img_box:hover::after {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.about_img_box:hover img {
    transform: scale(1.03);
}
.about_img_main_box {
    position: sticky;
    top: 100px;
}
/*Fennel Seeds Page*/
.seeds_sec{
    padding: 100px 0;
}   
.seeds_sec .theme_box h2 {
    margin-bottom: 12px;
}
.theme_box.musterd_box p{
    margin-bottom: 12px;
}
.theme_box.musterd_box h2,
.theme_box.ajwain_box h2{
    margin-bottom: 20px;
}
.theme_box.cumin_box h2,
.theme_box.fennel_box h2,
.theme_box.sesame_box h2{
    margin-bottom: 2px;
}
.theme_box.fenugreek_box h5,
.theme_box.cumin_box h5,
.theme_box.fennel_box h5,
.theme_box.sesame_box h5{
    font-size: 19px;
    color: var(--gray-color);
    font-weight: 500;
    line-height: 1.4;
    transition: all 450ms ease;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
    margin-top: 36px;
}
.theme_box.sesame_box h5{
    margin-bottom: 2px;
    margin-top: 26px;
}
.theme_box.fenugreek_box h5{
    margin-bottom: 12px;
    margin-top: 30px;
}
.seeds_sec .theme_box p {
    margin-bottom: 12px;
}
table.table_products {
    width: 100%;
    border-collapse: collapse;
    background: var(--white-color);
    border: 1px solid var(--gray-light);
    min-width: 450px;
}
table.table_products th {
    padding: 10px 30px !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.6px;
    color: var(--gray-color);
    background-color: #f0f0f0!important;
}
table.table_products td {
    padding: 11px 30px !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.6px;
    color: var(--gray-color);
}
.table_products th {
    white-space: nowrap;
}

.table_products td {
    white-space: nowrap; 
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
/* table.table_products tr:nth-child(even) td {
    background-color: #f9f9f9a8;
} */
.product_p_info {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 20px;
}

.pro_know {
    margin-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 12px;
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.pro_know:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.product_p_info .pro_know h5{
    color: var(--gray-color);
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    white-space: pre-line;
    letter-spacing: 0.5px;
}
.product_p_info .pro_know P{
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.6px;
    color: var(--gray-color);
    margin-bottom: 0;
}

/*Uses of Products*/
.use_of_pro_sec{
    padding: 100px 0;
    position: relative;
    background-color: #F3F1EC;
    z-index: 0;
}
.use_of_pro_sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 35%;
    background: url(../images/light_bg.jpg) no-repeat center center / cover;
    mix-blend-mode: luminosity;
    z-index: -1;
}
.use_of_pro_icon img {
    width: 40px;
    max-height: 40px;
    transition: all 450ms ease;
}
.use_of_pro_list:hover .use_of_pro_icon img {
    transform: rotateY(180deg);
    filter: brightness(0) saturate(100%) invert(30%) sepia(42%) saturate(2315%) hue-rotate(176deg) brightness(100%) contrast(103%);
}
.use_of_pro_list{
    display: flex;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
    margin-bottom: 30px;
}
.use_of_pro_icon {
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 24px 4px;
    overflow: hidden;
    width: 80px;
    height: 70px;
    min-width: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: all 450ms ease;
}
.use_of_pro_list:hover .use_of_pro_icon {
    background-color: rgba(255, 255, 255, 0.8);
}
.use_of_pro_text h4 {
    font-size: 19px;
    color: #444444;
    font-weight: 500;
    white-space: pre-line;
    margin-bottom: 10px;
    line-height: 1.4;
    transition: all 450ms ease;
    letter-spacing: 0.6px;
}
/* .use_of_pro_list:hover .use_of_pro_text h4{
    color: var(--blue-color);
} */
.use_of_pro_text p{
    font-size: 16px;
    font-weight: 400;
    color: var(--gray-color);
    line-height: 1.6;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
.pro_know.bb_none{
    border-bottom: none;
}

.po_relative{
    position: relative;
    width: 100%;
}
/*Products Page Start*/
.main_pro_page_sec{
    padding: 100px 0;
}
.main_pro_box:hover .two_arrow_pro_btn {
    background-color: var(--green-color);
}
.two_arrow_pro_btn .arrow.left {
    transform: translate(-150%, -50%);
    opacity: 0;
    width: 16px!important;
}
.two_arrow_pro_btn .arrow.right {
    transform: translate(-50%, -50%);
    opacity: 1;
    width: 16px!important;
}
.main_pro_box:hover .two_arrow_pro_btn .arrow.left {
    transform: translate(-50%, -50%);
    opacity: 1;
}
.main_pro_box:hover .two_arrow_pro_btn .arrow.right {
    transform: translate(150%, -50%);
    opacity: 0;
}
.two_arrow_pro_btn {
    width: 41px;
    height: 41px;
    min-width: 41px;
    min-height: 41px;
    border-radius: 50%;
    background-color: var(--black-color);
    transition: all 450ms ease;
    transform: translateX(0%);
    border: none;
    display: block;
}
.main_pro_ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    gap: 16px;
}
.main_pro_box {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 30px 6px;
    box-shadow: 1px 25px 66px rgba(0, 0, 0, 0.25);
    transition: all 450ms ease;
    overflow: hidden;
    display: block;
}
.main_pro_img {
    border-radius: 30px 6px;
    transition: all 450ms ease;
    overflow: hidden;
    display: block;
    max-height: 310px;
}
.main_pro_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 450ms ease;
}
.main_pro_box:hover .main_pro_img img {
    transform: scale(1.04);
}
.main_pro_ttl h5 {
    margin-bottom: 0;
    color: var(--gray-color);
    font-size: 25px;
    font-weight: 600;
    white-space: pre-line;
    letter-spacing: 0.5px;
}




/*Product Enquiry Modal Form Start*/
.modal.pro_enq_form {
   background: rgb(40 40 40 / 55%);
    backdrop-filter: blur(6px);
} 
.modal.pro_enq_form .modal-dialog {
    max-width: 850px;
    margin: 0 auto;
    /* position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    min-width: 290px;
    width: 100%;
} 
.modal.pro_enq_form .modal-dialog .modal-content {
    padding: 50px 40px;
    background-color: var(--bg-light);
    height: 100%;
    z-index: -1;
}   
.modal.pro_enq_form .modal-dialog .modal-content::after {
    position: absolute;
    content: "";
    bottom: 12px;
    right: 12px;
    width: calc(100% - 0px);
    height: calc(100% - 80px) !important;
    background: url(../sub-images/shape-logo.png);
    background-size: contain;
    background-position: center;
    opacity: 0.06;
    background-repeat: no-repeat;
    z-index: -1;
    max-width: 160px;
    max-height: 160px;
}
.modal.pro_enq_form .modal-dialog .modal-content .modal-header{flex-direction: column;/* align-items: flex-start; */border: none;padding: 0 0 40px;}
.modal.pro_enq_form .modal-dialog .modal-content button.green_fill_btn{
    border: none;
}
.modal.pro_enq_form .modal-content .modal-header h5{
    font-size: 32px;
    font-weight: 400;
    color: var(--gray-color);
    margin-bottom: 14px;
}
.modal.pro_enq_form .modal-content .modal-header p a{color: var(--text-grey);text-decoration: underline;display: inline-block;}
.modal.pro_enq_form .modal-content .modal-header p a:hover{color: var(--text-blue);}
button.btn-close.enquiry_modal_close{position: absolute;top: 15px;right: 15px;
    width: 26px;
    height: 26px;
    padding: 0;
    background-image: none;
    opacity: 1;
    z-index: 1;
    transition: all 450ms ease;
}
button.btn-close.enquiry_modal_close::after{
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: var(--blue-color);
    transition: all 450ms ease;
    opacity: 1;
}
button.btn-close.enquiry_modal_close::before{
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: var(--blue-color);
    transition: all 450ms ease;
    opacity: 1;
}
button.btn-close.enquiry_modal_close:hover::before{
    transform: translate(-50%, -50%) rotate(0deg);
}
button.btn-close.enquiry_modal_close:hover::after{
    transform: translate(-50%, -50%) rotate(0deg);
}
.modal .modal-content .modal-body .form_payment,
.modal.pro_enq_form .modal-content .modal-body .form_group_inner {
    position: relative;
    padding: 0px;
}
.modal .modal-content .modal-body .form_payment img,
.modal.pro_enq_form .modal-content .modal-body .form_group_inner img {
    width: 18px;
    position: absolute;
    top: 8px;
    right: 0;
}
.modal.pro_enq_form .modal-content .modal-body .modal-footer {
    justify-content: center;
    border: none;
}
.modal.pro_enq_form .modal-content .modal-body .form-control {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    color: var(--text-dark-grey);
    font-size: 15px;
    font-weight: 400;
    padding: 8px 0;
    resize: none;
    transition: all 450ms ease;
    border-bottom: 1px solid var(--text-dark-grey);
}
.modal.pro_enq_form .modal-content .modal-body .form-control:focus,
.modal.pro_enq_form .modal-content .modal-body .form-control:hover,
.modal.pro_enq_form .modal-content .modal-body .form-control:active,
.modal.pro_enq_form .modal-content .modal-body .form-control::placeholder {
    color: var(--text-dark-grey);
    font-size: 15px;
    font-weight: 400;
    transition: all 450ms ease;
    box-shadow: none;
}
.modal.pro_enq_form .modal-content .modal-body .form-control:focus,
.modal.pro_enq_form .modal-content .modal-body .form-control:hover,
.modal.pro_enq_form .modal-content .modal-body .form-control:active {
    color: var(--text-dark-grey);
    border-bottom: 1px solid var(--text-dark-grey);
}
/**/
.pro_enq_form .modal-content {
    background-color: #ffffff !important;
}
.pro_enq_form .modal-content p {
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: var(--gray-color);
    line-height: 1.6;
    letter-spacing: 0.5px;
    max-width: 660px;
}
.pro_enq_form .theme_btn {
    background: transparent;
    margin: 0 auto;
    display: flex;
}
/*Product Enquiry Modal Form End*/

.pro_det_list {
    position: relative;
    padding: 20px;
    background-color: rgba(225, 225, 225, 19%);
    height: 100%;
}
.pro_det_list h5 {
    margin-bottom: 12px;
    font-size: 19px;
    font-weight: 500;
    white-space: pre-line;
    letter-spacing: 0.5px;
    color: #444444;
}
.pro_det_list ul li{
    font-size: 16px;
    font-weight: 400;
    color: var(--gray-color);
    line-height: 1.4;
    margin-bottom: 0;
    padding: 6px 6px 6px 22px;
    position: relative;
    letter-spacing: 0.5px;
}
/* .pro_det_list ul li strong{
    color: var(--gray-color);
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    white-space: pre-line;
    letter-spacing: 0.5px;
} */
.pro_det_list ul li::before {
    position: absolute;
    content: "";
    background-image: url(../sub-images/check-mark-blue.svg);
    width: 11px;
    height: 11px;
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center;
    top: 12px;
    left: 2px;
}
.sub-ttl{
    font-size: 25px;
    color: var(--gray-color);
    font-weight: 600;
}
/*All Product DropDown Button start*
.dropbtn {
    background-color: var(--blue-color);
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: var(--white-color);
    transition: all 450ms ease;
    position: relative;
    width: 45px;
    height: 45px;
}
.dropbtn:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background-image: url(../sub-images/dots-white.svg);
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
    animation: zoomInOut 2s ease-out infinite;
    transition: all 0.9s ease-in-out;
}
@keyframes zoomInOut {
    50% {
        opacity: 0.9;
        transform: translate(-50%, -50%) scale(0.9);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}
.pro_dropdown {
  position: fixed;
  z-index: 2;
  right: 0;
  top: 30%;
  bottom: 80px;
  transition: all .5s ease;
}
.dropdown-content {
    position: absolute;
    right: 0;
    background-color: var(--blue-color);
    min-width: 200px;
    max-height: 250px;
    overflow-y: auto;
    z-index: 1;
    transition: all 450ms ease;
    transform-origin: bottom;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    border-radius: 6px;
}
.dropdown-content a {
    color: var(--white-color);
    padding: 11px 16px 10px 22px;
    text-decoration: none;
    display: block;
    line-height: 1;
    border-bottom: 1px solid #aeaeae36;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.4px;
    transition: all 450ms ease;
    position: relative;
}
.dropdown-content a:last-child{
    border-bottom: none;
}
.pro_dropdown a:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    border: 1px solid var(--white-color);
    transform: translateY(-50%);
    border-radius: 50%;
    opacity: 0;
    transition: all 450ms ease;
}
.pro_dropdown a:hover:after {
    opacity: 1;
}
.dropdown-content.show {
   clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
/*All Product DropDown Button End*/
/*theme-btn dark start*/
.theme_btn_dark::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--black-color);
    transition: all 450ms ease;
    border-radius: 20px;
    z-index: -1;
}
.theme_btn_dark:hover::before {
    width: 38px;
}
.theme_btn_dark::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url(../images/arrow-white.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 450ms ease;
    z-index: 0;
}
.theme_btn_dark {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: var(--white-color);
    transition: all 450ms ease;
    margin: 20px 0 0;
    border: none;
    padding: 8px 44px 8px 16px;
}
.theme_btn_dark:hover {
    padding: 8px 44px 8px 0px;
}
.theme_btn_dark:hover{
    color: var(--gray-color);
}
/*theme-btn dark end*/
/***/
/* OTHER PAGES DROPDOWN */
.other_pages {
	right: 10px;
	width: auto;
	position: fixed;
	display: -ms-flexbox;
	-ms-flex-pack: end;
	bottom: 110px;
	z-index: 2;
	padding-right: 0;
}

.other_pages ul {
	width: 280px;
	color: #000;
	transition: 0.4s all;
	position: absolute;
	background: var(--blue-color);
	box-shadow: 0px 10px 50px -10px rgb(0 0 0 / 30%);
	display: block !important;
	height: auto !important;
	/* right: 70px; */
	bottom: 0px;
	padding: 10px 0 !important;
	transform: scaleY(0.6);
	transform-origin: bottom right;
	margin: 0 !important;
	opacity: 0;
	visibility: hidden;
	max-height: 400px;
	overflow-y: auto;
    border-radius: 5px;
}

.other_pages ul li {
	width: 100%;
	position: relative;
	display: block;
}

.other_pages ul li a {
	padding: 8px 20px 8px 20px;
	width: 100%;
	position: relative;
	display: block;
	padding-right: 13px;
	color: #ffffff96;
	font-weight: 400;
	letter-spacing: 0.4px;
	font-size: 15px;
	border-bottom: 1px solid rgb(255 255 255 / 9%);
	transition: 0.4s all;
}

.other_pages ul li a:hover,.other_pages ul li.active a {
	color: #ffffff;
}

.other_pages ul li:last-child a {
	border: none;
}

.other_pages ul.result_hover {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.other_page_toggle a.page_toggle svg {
    fill: currentColor;
    height: auto;
    /* max-width: 50px; */
}
.other_page_toggle {
    position: absolute;
    right: 0;
    bottom: 0;
    animation: zoom 2s ease-out infinite;
    transition: all 0.9s ease-in-out;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}






.other_page_toggle a.page_toggle {
    border-radius: 5px 0px 0px 5px;
    background: var(--blue-color);
    display: block;
    border-radius: 4px;
    padding: 3px;
    color: var(--white-color);
    transition: 0.3s all;
    box-shadow: 1px 25px 66px rgba(0, 0, 0, 0.25);
}
.other_page_toggle a.page_toggle:after {
    content: '';
    position: absolute;
    border-radius: 2px;
    /* width: 5px; */
    /* height: 5px; */
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    /* box-shadow: -14px -14px 0 0 #ffffff, 0px -14px 0 0 #ffffff, 14px -14px 0 0 #ffffff, -14px 0px 0 0 #ffffff, 14px 0px 0 0 #ffffff, -14px 14px 0 0 #ffffff, 0px 14px 0 0 #ffffff, 14px 14px 0 0 #ffffff; */
    background: #ffffff;
    transition: 0.5s all;
}
.other_page_toggle a.page_toggle.show {
    background: var(--black-color);
}
.other_page_toggle a.page_toggle.show:after {
    /* box-shadow: -15px -15px 0 0 #ffffff, 8px -8px 0 0 #ffffff, 15px -15px 0 0 #ffffff, -8px -8px 0 0 #ffffff, 8px 8px 0 0 #ffffff, -15px 15px 0 0 #ffffff, -8px 8px 0 0 #ffffff, 15px 15px 0 0 #ffffff; */
}



 .other_page_toggle a.page_toggle.show:after {
       box-shadow: -13px -13px 0 0 #ffffff, 6px -6px 0 0 #ffffff, 13px -13px 0 0 #ffffff, -6px -6px 0 0 #ffffff, 6px 6px 0 0 #ffffff, -13px 13px 0 0 #ffffff, -6px 6px 0 0 #ffffff, 13px 13px 0 0 #ffffff;
    }
    .other_page_toggle a.page_toggle:after {
        width: 4px;
        height: 4px;
        box-shadow: -12px -12px 0 0 #ffffff, 0px -12px 0 0 #ffffff, 12px -12px 0 0 #ffffff, -12px 0px 0 0 #ffffff, 12px 0px 0 0 #ffffff, -12px 12px 0 0 #ffffff, 0px 12px 0 0 #ffffff, 12px 12px 0 0 #ffffff;
        
    }
    .other_page_toggle a.page_toggle svg {
        max-width: 38px;
    }
    .other_pages ul {right: 50px;}
    /*add-05-05-2026*/
    .card-header-custom h5 img {
        max-width: 26px;
        width: 100%;
        transition: all 450ms ease;
        margin-right: 6px;
    }
    .custom-card.full_box{
        background: #f5f5f5;
        border-radius: 10px;
        padding: 30px;
        height: 100%;
    }
    .custom-card.full_box p:last-child{margin-bottom: 0;}
    .custom-card.full_box h5{
        font-size: 17px!important;
        color: var(--gray-color);
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: 0.6px;
        margin-bottom: 16px;
        margin-top: 0;
    }
    .card-header-custom {
        display: flex;
        margin-bottom: 20px;
        border-bottom: 1px solid #AEAEAE;
    }
    .icon {
        width: 28px;
        height: 28px;
        margin-right: 10px;
        fill: #2d3a3f;
    }
    .card-header-custom h5 {
        font-size: 17px!important;
        font-weight: 500;
        color: var(--gray-light);
        width: 100%;
        letter-spacing: 0.4px;
    }
    .custom-card.full_width_box{background-color: transparent;padding: 0;}
    .custom-card ul li {
        font-size: 17px;
        font-weight: 400;
        color: var(--gray-color);
        line-height: 1.6;
        letter-spacing: 0.5px;
        padding: 4px 6px 8px 24px;
        position: relative;
    }
    .seeds_sec h5,
    .custom-card h5 {
        font-size: 19px;
        color: #444444;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: 0.6px;
        margin-bottom: 12px;
    }
   
    .custom-card ul li:last-child{
        padding-bottom: 0;
    }
    .custom-card ul li strong{
        font-weight: 500;
    }
   .custom-card ul li::before {
        left: 0;
        position: absolute;
        content: url(../sub-images/list-icon.svg);
    }
    .theme_btn_dark.btn_margin{
        margin-top: 30px;
    }
    /***/

    /* .pillars_sec .custom-tabs {
        border-radius: 5px 5px 0 0;
        background-color: rgba(255, 255, 255, 0.3);
        box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(7.5px);
        padding: 6px 0;
        border-bottom: 1px solid #aeaeae;
    } */
    /* .custom-tabs .nav-link{
        color: #444444;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0.4px;
        padding: 8px 10px;
        text-align: left;
     }
    .custom-tabs .nav-link:focus, .custom-tabs .nav-link:hover,
    .custom-tabs .nav-link.active {
        color: #0071B4;
        background-color: transparent;
    }
    .tab-content-box {
        background-color: rgba(255, 255, 255, 0.5);
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.03);
        transition: all 450ms ease;
        z-index: -1;
        padding: 20px;
        border-radius: 0 0 6px 6px;
    } */
    .use_of_pro_list {
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }
    .use_of_pro_icon img {
        width: 50px;
    }
    .use_of_pro_text h4 {
        font-size: 19px;
        color: var(--gray-color);
        font-weight: 500;
        line-height: 1.4;
        transition: all 450ms ease;
        letter-spacing: 0.6px;
    }
    .use_of_pro_text p {
        color: #444444;
        margin: 0;
    }
    /*Vision Section Start*/
    .vision_sec{
        padding: 80px 0;
    }
    .vision_img{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .vision_img img{
        max-width: 300px;
        width: 100%;
        border-radius: 60px;
    }
    .vision_sec .custom-card.full_box {padding: 36px;}
    /*Vision Section End*/
    /*Shambhudayal Section Start*/
    .shambhudayal_sec{
        padding: 100px 0;
        position: relative;
        background-color: #F3F1EC;
        z-index: 1;
    }
    .shambhudayal_sec::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 35%;
        background: url(../images/light_bg.jpg) no-repeat center center / cover;
        mix-blend-mode: luminosity;
        z-index: -1;
    }
    /*Shambhudayal Section End*/
    /*architect Section*/
    .architect_sec{
        padding: 100px 0;
    }
    .architect_sec .custom-card.full_box {
        padding: 36px;
        border-radius: 0 0 10px 10px;
    }
    .architect_sec .custom-card ul li {padding: 4px 6px 4px 30px;}
    .architect_sec .theme_box.architect_ttl_box p{
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
    }
    .architect_boxs {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 22px;
        padding: 30px;
        height: 100%;
        border-radius: 10px;
        background-color: #f5f5f5;
        position: relative;
        z-index: 0;
        transition: all 450ms ease;
    }
    .architect_boxs:hover{
        background-color: transparent;
        box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
    }
    .architect_in_box h4 {
        font-size: 19px;
        color: #444444;
        font-weight: 500;
        margin-bottom: 16px;
        letter-spacing: 0.6px;
    }
    .architect_icon {
        position: relative;
    }
    .architect_icon img {
        width: 54px;
        transition: all 450ms ease;
    }
    .architect_icon:hover img {
        filter: brightness(0) saturate(100%) invert(24%) sepia(99%) saturate(1650%) hue-rotate(182deg) brightness(97%) contrast(101%);
    }
    .architect_boxs:hover .architect_icon::before {
        opacity: 30%;
        transform: scale(1.05);
    }
    .architect_boxs .architect_icon::before {
        position: absolute;
        content: "";
        left: -8px;
        top: 0;
        width: 44px;
        height: 44px;
        background-color: var(--green-color);
        border-radius: 100%;
        z-index: -1;
        transition: all 450ms ease;
        opacity: 0;
    }
    .architect_boxs:hover .architect_icon::after {
        opacity: 10%;
        transform: scale(1.05);
    }

    .architect_boxs .architect_icon::after {
        position: absolute;
        content: "";
        left: -16px;
        top: -8px;
        width: 60px;
        height: 60px;
        border: 6px solid var(--blue-color);
        background-color: transparent;
        border-radius: 100%;
        z-index: -1;
        transition: all 450ms ease;
        opacity: 0;
    }
    .architect-tabs {
        border: 0;
        gap: 0;
        background-color: #f5f5f5;
        border-bottom: 1px solid #aeaeae;
        border-radius: 10px 10px 0 0;
        margin-top: 46px;
    }

    .architect-tabs .nav-link {
        border: none;
        background: transparent;
        padding: 8px 30px;
        border-radius: 14px;
        font-size: 19px;
        color: #444444;
        font-weight: 500;
        letter-spacing: 0.6px;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: all 0.35s ease;
        text-align: left;
    }

    .architect-tabs .nav-link:hover,
    .architect-tabs .nav-link.active {
        color: #0071b4;
        background: transparent;
    }
    .architect-tabs .nav-link:hover img,
    .architect-tabs .nav-link.active img {
        filter: brightness(0) saturate(100%) invert(32%) sepia(67%) saturate(6015%) hue-rotate(186deg) brightness(89%) contrast(101%);
    }
    .architect-tabs .nav-item{
        border-right: 1px solid #aeaeae;
        margin: 10px 0;
    }
    .architect-tabs .nav-item:last-child{
        border-right: 0px;
    }

    .architect-tabs .tab-icon {
        width: 22px;
        height: 22px;
        object-fit: contain;
        transition: 0.3s ease;
    }

    /*our visionary Section*/
    
    .quote-box {
    padding: 30px 30px;
    border: 1px solid #aeaeae;
    border-radius: 12px;
    position: relative;
    text-align: center;
    margin-top: 50px;
}
 .quote-box::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    font-weight: 400;
    z-index: -1;
    border-radius: 12px;
 }
.quote-icon {
    position: absolute;
    top: -31px;
    left: 50px;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444444;
    font-size: 18px;
    background-color: transparent;
    backdrop-filter: blur(8px);
}
.quote-icon img {
    width: 100%;
}
.quote-text {
    line-height: 1.6;
    margin: 0 auto 15px;
    font-size: 19px;
    color: #444444;
    transition: all 450ms ease;
    letter-spacing: 0.6px;
    max-width: 1000px;
}
.quote-author {
    font-size: 17px;
    font-weight: 600;
    color: #0071b4;
    letter-spacing: 0.5px;
    line-height: 1.6;
}

    @media(max-width:768px){
        .quote-text{
            font-size:22px;
        }

        .quote-box{
            padding:40px 25px;
        }
    }    
/*why choose about section start*/
.why_about_sec{
    padding: 100px 0;
    position: relative;
    background-color: #F3F1EC;
}
.why_about_sec .theme_box h2 {
    max-width: 900px;
}
.why_about_sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 35%;
    background: url(../images/light_bg.jpg) no-repeat center center / cover;
    mix-blend-mode: luminosity;
    z-index: 0;
}
.why_about_sec .container{
    position: relative;
    z-index: 1;
}
.why_about_sec .theme_box h4 {
    margin: 0 0 20px;
}
.why_about_sec .why_icon_main {
    padding-top: 16px;
    padding-bottom: 10px;
}
.why_about_sec .pillars_sec {
    max-width: 100%;
    padding: 46px;
    border-radius: 10px;
    margin-top: 40px;
    background-color: var(--white-color);
}
.pillars_list_icon img {
    width: 40px;
    transition: all 450ms ease;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(90deg) brightness(111%) contrast(102%);
}
.pillars_list {
    background-color: rgba(255, 255, 255, 0.3);
    transition: all 450ms ease;
    padding: 40px 36px 40px 40px;
    border-radius: 10px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #aeaeae;
}
.pillars_list:hover{
    border: 1px solid var(--blue-color);
}
.pillars_list:hover .pillars_list_icon img{
    transform: rotateY(180deg);
}
.pillars_list_icon {
    position: relative;
    background-color: var(--blue-color);
    border-radius: 24px 4px;
    overflow: hidden;
    width: 80px;
    height: 70px;
    min-width: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: all 450ms ease;
    margin-bottom: 26px;
}
.pillars_list_text h4 {
    font-size: 19px;
    color: #444444;
    font-weight: 500;
    white-space: pre-line;
    margin-bottom: 10px;
    line-height: 1.4;
    transition: all 450ms ease;
    letter-spacing: 0.6px;
}
.pillars_list:hover .pillars_list_text h4 {
    color: var(--blue-color);
}
.pillars_list_text p {
    font-size: 16px;
    font-weight: 400;
    color: var(--gray-color);
    line-height: 1.6;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}
.quality_icon_box img {
    width: 92px;
    max-height: 90px;
    opacity: 0.9;
}
.quality_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 28px;
    border: 1px solid #dee2e6;
    padding: 30px 0;
}
.quality_icon_box {
    padding: 0px 30px;
}
.quality_list {
    padding-left: 30px;
    border-left: 1px solid #dee2e6;
}
.quality_list ul li{
    font-size: 17px;
    font-weight: 400;
    color: var(--gray-color);
    line-height: 1.6;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.quality_list ul li:last-child{
    margin-bottom: 0;
}
.quality_list ul li strong {
    font-weight: 500;
}
/*why choose about section end*/

    