* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

:root {
    --primary-color: #11336F;
    --secondary-color: #C4A04F;
    --text-color: #fff;
}
@font-face {
    font-family: 'inter', sans-serif;
    src: url(../fonts/Inter-VariableFont_opsz\,wght.ttf) format('truetype');
}
body {
  font-family: 'inter', sans-serif;
  font-weight: normal;
}


.section-padding{
    padding: 30px 0 0;
}
.top-header{
    background-color:var(--primary-color);
    padding: 5px 0;
}
.top_header_left_menu li{
    margin-right: 35px;
}
.top-header ul li a{
    font-size: 12px;
    color: #ffff;
    display: flex;
    justify-content: right;
    align-items: center;
    font-weight: 600;
    position: relative;
}
.top-header ul li a i{
    transition: all 0.3s ease-in-out;
}
.top-header ul li a:hover i{
    background: var(--secondary-color);
    color: var(--text-color);
    transform: rotate(360deg);
}
.top_header_right_menu li:first-child{
    margin-right: 35px;
}
.top_header_right_menu li{
    margin-right: 10px;
}
.top_header_right_menu li:last-child{
    margin-right: 0;
}
.top-head-custom-menu  li a i{
 color: var(--primary-color);
 background-color: var(--text-color);
 border-radius: 50%;
 font-size: 14px;
 text-align: center;
 width: 25px;
 height: 25px;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-right: 5px;
}
.main-btn:hover{
    background-color:rgb(155, 127, 62);
    color: #fff;
}
.main-btn{
    background-color:var(--secondary-color);
    color: #fff;
    border-radius: 5px;
}
.social-icon{
    font-size: 16px !important;
}
.top-header .main-btn{
    font-size: 19px;
    font-weight: 600;
    padding: 5px 25px;
}
.search-input{
    width: 335px;
    background-color: rgba(17, 51, 111, 0.2);
    border-color: rgba(17, 51, 111, 0.5);
    position: relative;
    border-radius: 7px;
    padding: 7px 10px;
}
.search-btn{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translateY(-50%);
    right: 18px;
    top: 50%;
    background-color: var(--primary-color);
    color: #fff;
}
.custom-nav > .container-fluid{
    padding: 0;
}
.custom-nav ul li{
    margin-right: 35px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.custom-nav ul li a,
.quick_link li a{
    position: relative;
    z-index: 2;
}
.quick_link{
    padding-left: 15px;
}
.navbar-nav > li > a.active::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
    position:absolute;
    bottom: 0px;
    left: 0;
    /* transform: scaleX(0); */
    transition: all 0.3s ease-in-out;
}
.navbar-nav > li > a::before,
.quick_link li a::before {
    content: '';
    width: 0%;
    height: 2px;
    background-color: var(--primary-color);
    position:absolute;
    bottom: 0px;
    left: 0;
    /* transform: scaleX(0); */
    transition: all 0.3s ease-in-out;
}
.quick_link li a::before{
    background: var(--text-color);
    bottom: -10px
}
.navbar-nav > li > a:hover::before {
    width: 100%;
}
.quick_link li a:hover{
    color: #c4a04f;
}
.custom-nav ul li .dropdown-menu li{
    margin-right: 0;
    margin-bottom: 10px;
}
.custom-nav ul li .dropdown-menu li{
    margin-bottom: 0;
}
.custom-nav ul li:last-child{
    margin-right: 20px;
    padding-bottom: 0;
}
.custom-nav ul li a{
    font-weight: 600;
    color: #000 !important;
    font-size: 14px;
}
.custom-nav ul li .dropdown-menu{
    background: var(--secondary-color);
    border: none;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}
.custom-nav ul li .dropdown-menu li a{
    color: #fff !important;
    font-size: 14px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}
.custom-nav ul li .dropdown-menu li a:hover{
    background-color: var(--primary-color);
}
.custom-nav-border .nav-item.dropdown:hover .dropdown-menu{
    display: block;
}
.logo{
    width: 255px;
    height: 148px;
}
.custom-nav-border::before{
    content: '';
    width: 100%;
    height: 2px;
    background-color: rgba(17, 51, 111, 0.5);
    position:absolute;
    bottom: -17px;
}
.banner-img{
    width: 100%;
    border-radius: 15px;
     height: 100%;
    object-fit: cover;
}

.banner-text-bg{
    padding-left: 60px;
}
.banner-text h4{
    color:var(--primary-color);
    font-size: 28.7px;
    line-height:37px;
    font-weight: 800;
}
.banner-text p{
    padding: 36px 0 43px;
    color:rgba(94, 129, 189, 1);
    font-size: 14px;
    font-weight: 600;
}
.banner-text .main-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding: 12px 15px;
}
.banner-bottom-text{
    margin-top: 30px;
}
.banner-bottom-text h6{
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
}

/* solution css start */
.solution-box-img{
    width: 90%;
    height: 400px;
    margin: auto;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.solution-box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transition: all 0.3s ease-in-out;
}
.solution-box:hover img{
    transform: scale(1.1);
}
.solution-box:hover .solution-box-text{
    background-color: var(--secondary-color);
}
.solution-box-text{
    background-color:var(--primary-color);
    border-radius: 16px;
    color:#fff;
    padding: 40px;
    text-align: center;
    min-height: 209px;
    transition: all 0.3s ease-in-out;
}
.solution-box-text h5{
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.solution-box-text p{
    font-size: 16px;
    line-height: 28px;
    color: var(--text-color);
}
/* main_heading */


.main_heading {
    position: relative;
    text-align: center;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    margin: 0px auto 30px;
}

.main_heading::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #9aa5b1;
}

.main_heading span {
    background: #c49a3a;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 26px;
    width: 100%;
    max-width: 390px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.serve-box{
    margin: 0 0 30px;
    border-radius: 15px;
    overflow: hidden;
}
.serve-img {
    overflow: hidden;
}
.serve-img img{
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transition: all 0.3s ease-in-out;
}
.serve-box:hover img{
    transform: scale(1.1);  
}
.serve-text-box{
    width: 100%;
    color: #fff;
    background-color:var(--primary-color);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    min-height: 114px;
    padding: 25px;
}
.serve-text{
    width: 100%;
    color: #fff;
    /* background-color:var(--primary-color);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* min-height: 125px; */
    /* padding-bottom: 25px; */
}
.serve-text a{
    color: #fff;
    display: flex;
    align-items: center;
}
.serve-text span{
    font-size: 19px;
    font-weight: 600;
    margin-left: 19px;
    text-transform: uppercase;
}
/* .serve-text i{
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #11336f;
    font-size: 20px;
    margin-left: 15px;
} */
/* Tooltip wrapper */
.custom-tooltip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: #e9ecef;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 10px;
}

/* Icon */
.custom-tooltip i {
    font-size: 12px;
    color: #333;
}

/* Hover effect */
.custom-tooltip:hover {
    background: #0d6efd;
}

.custom-tooltip:hover i {
    color: #fff;
}

/* Tooltip text */
.tooltip-text {
    position: absolute;
    /* bottom: -35px; */
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    padding: 4px 5px;
    font-size: 12px !important;
    border-radius: 3px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
    text-transform: capitalize !important;
    margin-left: 0 !important;
    width: 100%;
    min-width: 200px;
    height: 70px;
    text-wrap: inherit;
    overflow-y: auto;
    font-weight: 300 !important;
}

/* Tooltip arrow */

/* Show on hover */
.custom-tooltip:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
}

/* Webkit browsers (Chrome, Edge, Safari) */
.tooltip-text::-webkit-scrollbar {
    width: 6px;
}

.tooltip-text::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

.tooltip-text::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
    transition: 0.3s;
}

.tooltip-text::-webkit-scrollbar-thumb:hover {
    background: #11336f;
}


/* Firefox */
.tooltip-text {
    scrollbar-width: thin;
    scrollbar-color: #11336f transparent;
}
.col-md-4:nth-child(even) .serve-text-box {
    background-color:var(--secondary-color);
}

/* choose_gbj_start */
.choose_gbj {
    margin: 0px 0;
}

.choose_gbj_heading {
    text-align: center;
    margin-bottom: 30px;
}

.choose_gbj h3 {
    font-size: 56px;
    color: var(--primary-color);
    text-transform: capitalize;
    border: 1px solid #000000;
    display: inline-block;
    padding: 20px 25px;
    border-radius: 16px;
    font-weight: 700;
}

.choose_gbj span {
    text-transform: uppercase;
    color: var(--secondary-color);
}

.choose_list_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #00205B;
    font-size: 15px;
    line-height: 1.4;

}

.choose_icon {
    width: 50px;
    height: 50px;
    border: 2px solid #00205B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}
.choose_gbj_content{
    margin-top: 20px;
}
.choose_icon img{
    padding: 8px;
    width: 100%;
    max-width: 40px;
}
.choose_icon_text p{
    font-size: 18px;
    font-weight: 700;
    color: #11336F;
}
.choose_gbj_img img{
    width: 100%;
    object-fit: cover;
}

/* letest_update_start*/
.letest_update_content{
    padding: 0 20px 30px;
}
.letest_update_content h3{
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 800;
    line-height: 42px;
}
.letest_update_content p{
    font-size: 16px;
    color: #5E81BD;
    padding: 25px 0;
    font-weight: 600; 
    line-height: 28px; 
} 

.letest_update_content h6{
    color: #5E81BD;
    font-size: 16px;
    padding-top: 20px;
    font-weight: 800;
}

.my-card {
    width: 350px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    font-family: Arial;
    line-height: 22px;
}
.read-btn {
    color: var(--secondary-color);
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}
.full-text { 
    display: none;
    }
.read-more-btn {
    color: var(--secondary-color);
    cursor: pointer;
    font-weight: bold;
    padding-top: 30px;
    transition: all 0.3s ease-in-out;
}
.read-more-btn:hover {
    color: var(--primary-color);
}

.readmore-box .more-text {
    display: none;
}

.footer-section{
    background-image: url(../images/footer-bg.webp);
    margin-top: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}
.footer-section::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color:rgb(17 51 111 / 90%);
    position: absolute;
    top: 0;
}
.footer-box{
    color: #fff;
    padding-top: 25px;
}
.footer-box .footer-logo{
    margin-top: -25px;
}
.footer-box p{
    font-size: 14px;
    font-weight: 700;
    margin-top: 15px;
}
.footer-box h3{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
.footer-box ul li {
    line-height: 40px;
    font-size: 13px;
    font-weight: 700;
}
.footer-box ul li a{
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
}
.footer-box .social-icon{
    padding: -1px 10px;
}
.footer-box-info a {
    display: flex;
    align-items: center;
}
.footer-box-info a i{
    background-color: var(--text-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: var(--primary-color);
    margin-right: 20px;
}
.footer_box-2 li{
    margin-bottom: 20px;
}
.copyright-section{
    padding: 10px 0 0;
}
.copyright-text-border::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--secondary-color);
    position: absolute;
    top: 0;
    left: 0;
}
.footer-box ul li a i{
    transition: all 0.3s ease-in-out;
}
.footer-box ul li a:hover i{
    color: var(--secondary-color);
    transform: rotate(360deg);
}
/* the floating text */
.footer-header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); 
    z-index: 10;
}
.footer-header .main-btn {
    background-color: var(--secondary-color);
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 800;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 25px;
}
.copyright-text-border p{
    padding: 25px 0;
    font-size: 14px;
}
/* ready_to_section start */
.ready_to_section {
    background: #fff;
    margin-bottom: 60px;
}
/* .ready_to_section .main_heading{
    margin-top: 50px;
} */
.ready_to_small_text {
    font-size: 24px;
    color: #5E81BD;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.ready_to_heading {
    font-size: 36px;
    font-weight: 800;
    color: #002a6c;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
}

.ready_to_btn_contact {
    background: #c9a24a;
    color: #fff;
    padding: 12px 54px;
    font-weight: 700;
    border-radius: 6px;
    margin-right: 15px;
    font-size: 22px;
    font-weight: 800;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.ready_to_btn_consult {
    background: #0c2e74;
    color: #fff;
    padding: 14px 33px;
    font-weight: 700;
    border-radius: 6px;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
}
.letest_button{
    padding-top: 30px;
    padding-bottom: 30px;
}
.ready_to_btn_contact:hover{
    color: var(--text-color);
    background: var(--primary-color);
}
.ready_to_btn_consult:hover{
    color: var(--text-color);
    background: var(--secondary-color);
}


/* about section start */

.about_start{
    padding: 30px 0 0px;
}
.about_heading{
    padding-bottom: 40px;
}
.about_heading h3{
    text-transform: capitalize;
    color: #1D3371;
    font-size: 46px;
    position: relative;
    display: inline-block;
    font-weight: 600;
}
.about_heading h3::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #BE9E54;
    bottom: -8px;
}
.about_banner_img img{
    width: 100%;
    object-fit: cover;
}
.about_banner_text p{
    font-size: 17px;
    font-weight: 700;
    line-height: 1.7;
    padding: 120px 0 120px 30px;
}
.about_banner_text img{
    text-align: center;
}
/* <!-- text content start --> */
.text_content {
    padding: 30px 0;
}
.custom_container {
    padding: 30px 0px 30px 0px;
    border-top: 1px solid #11336F;
    border-bottom: 1px solid #11336F;
}
.text_content_1 {
    text-align: center;
    margin-bottom: 30px;
}
.text_content_1 p {
    font-size: 19px;
    color: #11336F;
    font-weight: 600;
}
.custom_row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.text_content_2 {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 25px;
    /* text-align: center; */
    padding: 23px 34px;
    border-radius: 16px;
    background: linear-gradient(90deg, #11336F, #C4A04F);
}
.text_content_2 p {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
/* <!-- goverment section start --> */
.goverment {
/* padding-bottom: 30px; */
}
.goverment_img {
    height: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.goverment_content h4 {
    color: #11336F;
    margin-bottom: 22px;
    font-weight: 700;
}
.goverment_content p {
    color: #5E81BD;
    margin-bottom: 22px;
    font-weight: 600;
}
.logo-card-wrapper {
    padding: 4px; 
    border-radius: 18px;
    background: linear-gradient(330deg, #11336F 0%, #BD9C53 55%, #11336F 100%) ;
    max-width: 100%;
    margin: 0px auto;
}

.logo-card {
    width: 100%;
    max-width: 1100px;
    background: #ffffff;
    border-radius: 15px;
    padding: 25px;
    /* border: 3px solid;
    border-image: linear-gradient(330deg, #11336F 0%, #BD9C53 55%, #11336F 100%) 1; */
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 25px;
}

.logo-box {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    transition: all 0.3s ease-in-out;
}
.logo-box:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
} 
.logo-box img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
}

/* faq_banner_start */
.faq_banner_start{
    padding: 55px 0 0px;
}
.faq_banner h1{
    padding: 180px 0;
    color: #00faff;
    font-size: 40px;
    font-weight: 300;
    position: relative;
    font-family: 'inter', sans-serif;
    font-weight: 100;
}
/* faq accordian */

.faq-frame {    
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.faq-frame .accordion-item,
.accordion .accordion-item {
    border: 1px solid #11336F;
    margin-bottom: 10px;
}
.accordion .accordion-item h2{
    margin-bottom: 0 !important;
}
.faq-frame .accordion-button,
.accordion .accordion-button{
    background: #f7f7f7;
    padding: 18px 22px;
    font-size: 17px;
    font-weight: 500;
    color: #11336F;
    letter-spacing: 1px;
    font-weight: 700;
}

.faq-frame .accordion-button:focus,
.accordion .accordion-button:focus{
    box-shadow: none;
}

/* PLUS ICON */
.faq-frame .accordion-button::after,
.accordion .accordion-button::after{
    background-image: none;
    content: "+";
    font-size: 25px;
    font-weight: 600;
    color: #11336F;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===== ACTIVE STATE ===== */
.faq-frame .accordion-button:not(.collapsed),
.accordion .accordion-button:not(.collapsed){
    background: var(--primary-color);        
    color: #fff;              
}

.faq-frame .accordion-button:not(.collapsed)::after,
.accordion .accordion-button:not(.collapsed)::after{
    content: "–";
    color: #fff;        
}

/* BODY TEXT */
.faq-frame .accordion-body p,
.accordion .accordion-body p{
    padding: 0 30px 10px 0px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    color: #5E81BD; 
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button {
    border-radius: 0 !important;
}

/* faq_banner_end */




/* Grid cards */
.card-img-top {
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card:hover .card-img-top {
    transform: scale(1.05);
}

.card-title a:hover {
    color: #0d6efd;
}

/* Single post */
.entry-title {
    font-size: 2.3rem;
}

.entry-content p {
    margin-bottom: 1.25rem;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.pagination .page-link {
    color: #0d6efd;
}

.pagination .page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.navbar-nav > .nav-item {
    display: flex;
    align-items: center;
}

/* blog page css */
.blog .card {
    border-radius: 15px;
    color: #fff;
}
.blog .card .blog_image_box{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.blog .card img{
    height: 250px;
    object-fit: cover;
} 
.blog .card .card-body{
    background: var(--primary-color);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 1.5rem;
}
.blog .card h5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff !important;
}
.blog .card h5 a,
.blog .card .card-body small{
    color: #fff !important;
}
.blog .card .card-body .card-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #fff;
    margin-bottom: 15px;
}
.blog .card .card-body a.btn-outline-primary{
    text-transform: capitalize;
    background: #c9a24a;
    padding: 8px 25px;
    color: var(--text-color);
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    border: none !important;
}


/* blog dtl page css */


.blog-wrapper{
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.blog_heading {
    font-weight: 700;
    line-height: 1.3;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.blog-wrapper h2,
.blog-wrapper h3,
.blog-wrapper h4,
.blog-wrapper h5{    
    font-weight: 700;
    line-height: 1.3;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.blog-wrapper p{
    margin-bottom: 16px;
    color: #000;
    line-height: 1.4;
    font-size: 16px;
}
.blog-wrapper p span{
    margin-bottom: 16px;
    font-size: 16px;
}
.blog-wrapper .entry-footer .cat-links{
    display: block;
    border: 1px solid #11336F;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #000;
}
.blog-wrapper .entry-footer .tags-links{
    display: block;
    border: 1px solid #11336F;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
}
.post-template-default .nav-links{
    display: flex;
    justify-content: space-between;
}
.post-template-default .nav-links a,
#block-3 a,
.post-template-default a{
    color: #11336F;
}
.text-primary{
    color: #11336F !important;
}
#block-2{
    display: none;
}
#block-2,
#block-3{
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
    margin-bottom: 20px;
}
#block-2 input{
    padding: 10px;
    border: 1px solid #11336F;
    border-radius: 5px;
}
.wp-block-search__inside-wrapper button{
    padding: 0 15px;
    background: #11336F;
    border-radius: 5px;
    outline: none;
    border: none;
    color: #fff;
}
#block-3 .wp-block-heading{
    margin-bottom: 15px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
    margin-bottom: 10px;
    border-bottom: 1px solid #11336F;
    padding-bottom: 10px;
}

/* Inorganic Ventures Australia page css */
.page_text h1{
    font-weight: 700;
    line-height: 1.1;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.page_text h2,
.page_text h3,
.manage-products-template-default h2{
    font-weight: 600;
    line-height: 1.1;
    color: var(--primary-color);
    margin-bottom: 15px;
}
.page_text p{
    margin-bottom: 15px;
}
.page_text p strong{
    font-weight: 600;
    color: var(--primary-color);
}
.page_text p a{
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 15px 20px;
    background: #11336F;
    border-radius: 5px;
    color: #fff;
    margin: 10px 0;
}

/* Download Brochure page css */

/*#wpcf7-f9443-p36-o1  CF7 Wrapper */
.contact-page{
    padding: 30px 0;
}
.cf7-form {
    max-width: 100%;
    margin: auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(17, 51, 111, 0.15);
    margin-top: 30px;
}

/* Form group spacing */
#wpcf7-f9443-p36-o1 .cf7-form .form-group {
    margin-bottom: 18px;
}

/* Input & textarea */
#wpcf7-f9443-p36-o1 .cf7-form .form-control {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    border-radius: 10px;
    border: 1.5px solid #d9e1f2;
    background: #f9fbff;
    transition: all 0.3s ease;
}

/* Focus effect */
#wpcf7-f9443-p36-o1 .cf7-form .form-control:focus {
    outline: none;
    border-color: #11336F;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(17, 51, 111, 0.15);
}

/* Placeholder color */
#wpcf7-f9443-p36-o1 .cf7-form .form-control::placeholder {
    color: #7a8bb5;
}

/* Textarea height */
#wpcf7-f9443-p36-o1 .cf7-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

/* Submit button */
#wpcf7-f9443-p36-o1 .cf7-form .btn-primary {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #11336F, #1a4aa3);
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Button hover */
#wpcf7-f9443-p36-o1 .cf7-form .btn-primary:hover {
    background: linear-gradient(135deg, #0d285a, #163f8c);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(17, 51, 111, 0.35);
}

/* Button active */
#wpcf7-f9443-p36-o1 .cf7-form .btn-primary:active {
    transform: translateY(0);
    box-shadow: none;
}

/* CF7 error text */
.wpcf7-not-valid-tip {
    font-size: 13px;
    color: #e63946;
    margin-top: 5px;
}

/* CF7 response message */
.wpcf7-response-output {
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    margin-top: 20px;
}

/* contact page css */
.contact_left_box h6,
.contact_left_box p{
    border: 1px solid #11336F;
    padding: 20px 15px;
    border-radius: 5px;
    background: #11336f1f;
    margin-bottom: 15px !important;
}
.contact_left_box h6{
    color: #11336F;
}
.page-template-contact-page p strong{
    font-weight: 600;
    color: var(--primary-color);
}
#wpcf7-f9445-p40-o1.wpcf7 form {
    margin: auto;
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(17, 51, 111, 0.15);
}

/* Inputs & textarea */
#wpcf7-f9445-p40-o1.wpcf7 .form-control {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    border-radius: 12px;
    border: 1.5px solid #d8e1f1;
    background: #f9fbff;
    transition: all 0.3s ease;
}

/* Focus effect */
#wpcf7-f9445-p40-o1.wpcf7 .form-control:focus {
    outline: none;
    border-color: #11336F;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(17, 51, 111, 0.18);
}

/* Placeholder */
#wpcf7-f9445-p40-o1.wpcf7 .form-control::placeholder {
    color: #7c8eb8;
    font-weight: 400;
}

/* Textarea */
#wpcf7-f9445-p40-o1.wpcf7 textarea.form-control {
    min-height: 130px;
    resize: vertical;
}

/* Submit button */
#wpcf7-f9445-p40-o1.wpcf7 .btn-secondary {
    padding: 12px 34px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #11336F, #1a4aa3);
    border: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
}

/* Button hover */
#wpcf7-f9445-p40-o1.wpcf7 .btn-secondary:hover {
    background: linear-gradient(135deg, #0d285a, #163f8c);
    box-shadow: 0 10px 25px rgba(17, 51, 111, 0.35);
    transform: translateY(-2px);
}

/* Button active */
#wpcf7-f9445-p40-o1.wpcf7 .btn-secondary:active {
    transform: translateY(0);
    box-shadow: none;
}

/* Validation message */
#wpcf7-f9445-p40-o1.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 5px;
    color: #e63946;
}

/* Response message */
#wpcf7-f9445-p40-o1 .wpcf7-response-output {
    margin-top: 25px;
    padding: 14px 18px;
    border-radius: 12px;
    font-size: 14px;
}
.wpcf7-spinner{
    display: none;
}

/* product page css */
.manage-products-template-default .border.rounded{
    border-color: #1c306d !important;
    display: flex;
    align-items: center;
    gap: 5px;
}
.manage-products-template-default .border.rounded span{
    color: #1c306d;
}
.pdf-icon{
    width: 35px;
}

/* product filter css */
.shop-container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.shop-filters {
    padding: 25px;
    border-radius: 8px;
    background: #f2f2f2;
    margin-bottom: 30px;
}
.shop-filters h2 {
    margin-bottom: 15px;
    color: #12346c;
    font-weight: 300;
}
.shop-filters input {
    border-radius: 6px;
    border: 2px solid #c6c7c9;
    height: 48px;
    padding: 10px;
}
.shop-products .row {
    display: flex;
    flex-wrap: wrap;
}
.col-pridcr {
    margin-bottom: 20px;
}
.product-con-holder {
    -webkit-box-shadow: 0 0 27px rgba(11, 12, 11, 0.1);
    box-shadow: 0 0 27px rgba(11, 12, 11, 0.1);
    padding: 16px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    height: 100%;
    position: relative;
}
.product-con-holder:hover{
    background: #c4a04f;
  
}
.product-con-holder:hover .product-tile-title,
.product-con-holder:hover .packaging p{
   color: #fff;
}
/* .product-add-to-cart {
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 35px;
    background: #374c94;
    color: #fff !important;
    text-align: center;
    line-height: 35px;
    transition: all 0.3s ease-in-out;
} */
.product-add-to-cart {
    border-radius: 100%;
    width: 33px;
    height: 35px;
    background: #374c94;
    color: #fff !important;
    text-align: center;
    line-height: 35px;
    display: block;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 0;
} 
.product-add-to-cart.product-add-to-cart2{
    position: unset;
    line-height: 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.product-add-to-cart:hover{
    color: #ffff;
} 
.go-to-inquiry {
    background-color: green;
    border: 1px solid green;
    padding: 2px 9px;
    border-radius: 7px;
    color: rgb(255, 255, 255);
    display: inline;
    position: absolute;
    bottom: 8px;
    left: 18px;
    font-size: 13px;
}
.product-tile-title {
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.5;
    word-break: break-all;
    font-weight: bold;
    color: #000;
    /* position: relative; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.product-tile-title a{
    color: #000;
} 
.packaging p {
    color: #12346c;
    margin-bottom: 15px;
}
.description {
    padding: 15px;
    border-radius: 5px;
    background: #f2f2f2;
    color: #12346c;
}
.description .size {
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
}
.btn-primary{
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 15px 20px;
    background: #11336F;
    border-radius: 5px;
    color: #fff;
    margin: 10px 0;
    outline: none;
    border: 1px solid #11336F
}


.table-container {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    overflow: hidden;
}

.table-header {
    background: #12346c;
    color: #fff;
    padding: 20px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}

.table-wrapper {
    overflow-x: auto;
}

.table-container table {
    border-collapse: collapse;
    width: 100%;
    min-width: 1200px;
}

.table-container thead {
    background: #12346c;
    color: #fff;
    position: sticky;
    top: 0;
    z-index: 2;
}

.table-container th {
    padding: 12px 15px;
    text-align: left;
    font-size: 14px;
    white-space: nowrap;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

.table-container th:last-child {
    border-right: none;
}

.table-container tbody tr {
    transition: 0.3s ease;
}

.table-container tbody tr {
    background: #f8f9fc;
}

.table-container tbody tr:hover {
    background: #c4a04f;
    color: #fff;
}

.table-container td {
    padding: 10px 15px;
    font-size: 13px;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.table-container .highlight {
    color: #c4a04f;
    font-weight: 600;
}

.table-container .badge {
    background: #c4a04f;
    color: #fff;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.table-container tbody tr:hover .highlight{
    color: #fff;
}
.table-container tbody tr:hover .badge{
    background: #12346c;
} 
/* Scrollbar Styling */
.table-wrapper::-webkit-scrollbar {
    height: 8px;
}

.table-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.table-wrapper::-webkit-scrollbar-thumb {
    background: #12346c;
    border-radius: 10px;
}

.select2-container--default .select2-selection--multiple{
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding-bottom: 11px;
    padding-top: 1px;
    padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background: #12346c;
    color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #fff;
}

.shop-filters .form-control{
    appearance: auto;
    padding: 9px 10px;
}

/* custom css 28-02-2026 */
form.contact_custom_frm {
    margin: auto;
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(17, 51, 111, 0.15);
}

/* Inputs & textarea */
.contact_custom_frm .form-control {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    border-radius: 12px;
    border: 1.5px solid #d8e1f1;
    background: #f9fbff;
    transition: all 0.3s ease;
}

/* Focus effect */
.contact_custom_frm .form-control:focus {
    outline: none;
    border-color: #11336F;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(17, 51, 111, 0.18);
}

/* Placeholder */
.contact_custom_frm .form-control::placeholder {
    color: #7c8eb8;
    font-weight: 400;
}

/* Textarea */
.contact_custom_frm textarea.form-control {
    min-height: 130px;
    resize: vertical;
}

/* Submit button */
.contact_custom_frm .btn-secondary {
    padding: 12px 34px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #11336F, #1a4aa3);
    border: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
}

/* Button hover */
.contact_custom_frm .btn-secondary:hover {
    background: linear-gradient(135deg, #0d285a, #163f8c);
    box-shadow: 0 10px 25px rgba(17, 51, 111, 0.35);
    transform: translateY(-2px);
}

/* Button active */
.contact_custom_frm .btn-secondary:active {
    transform: translateY(0);
    box-shadow: none;
}

.view-link {
    display: none;
    float: right;
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #1e73be;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    margin-right: 10px;
}

.view-link:hover {
    color: #0d5ea8;
    text-decoration: underline;
}
.product-tags {
    margin-top: 10px;
}

/* Make tags wrap nicely */
.product-tags .col-md-10 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Beautiful product tag */
.enquiry-product-tag {
    display: inline-flex;
    align-items: center;
    background: #f1f4f9;
    border: 1px solid #d6e0f0;
    border-radius: 30px;
    padding: 6px 14px;
    font-size: 13px;
    color: #2c3e50;
    transition: all 0.2s ease;
}

/* Hover effect */
.enquiry-product-tag:hover {
    background: #e6f0ff;
    border-color: #b3ccff;
}

/* Text spacing */
.enquiry-product-tag span {
    margin-right: 8px;
}

/* Remove (X) icon style */
.enquiry-product-tag a {
    color: #5c6f91;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.enquiry-product-tag a:hover {
    color: #e74c3c;
}

/* Smooth fade when removing */
.product-tags .col-md-10 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
}

/* Prevent tags from stretching */
.enquiry-product-tag {
    display: inline-flex;
    width: auto !important;
    max-width: 100%;
    animation: fadeIn 0.2s ease;
}

.enquiry-product-tag:last-child {
    margin-bottom: 24px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.solution-box-text h5 a{
    color: #fff;
}
