/*
 Theme Name:   Omexcsms
 Theme URI:    https://omexcsms.com/
 Author:       Omex Infotech
 Description:  Custom theme
 Version:      1.0
 Text Domain:  omexcsms-theme
*/

.card-row{
	margin-top: 50px;
	/* margin-bottom: 50px; */
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;    
	gap: 30px;
	padding: 30px;
}
@media only screen and (max-width:1024px){
	.card-row{
    grid-template-columns: 1fr 1fr;    
    }
}
@media only screen and (max-width:768px){
	.card-row{
    grid-template-columns: 1fr;    
    }
}
   .container-fluid.card-container {
    max-width: 1200px;
}
   .card-row .card {
      width: 100%;
      background: white;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      overflow: hidden;
          flex-direction: column !important;
    }
    /* medua query max width 1300 */
      @media only screen and (max-width: 1200px) {
           .card-row{
    grid-template-columns: 1fr 1fr 1fr;    
    }
    }

          @media only screen and (max-width: 900px) {
           .card-row{
    grid-template-columns: 1fr 1fr;    
    }
    }

             @media only screen and (max-width: 768px) {
           .card-row{
    grid-template-columns: 1fr;    
    }
    }

    .card-row .card img {
      width: 100%;
/*       height: 200px; */
      object-fit: cover;
      position: relative;
    }

    .card-row .date-badge {
      position: absolute;
      background-color: #FF8100;
      color: white;
      padding: 10px;
      top: 15px;
      left: 15px;
      border-radius: 5px;
      text-align: center;
      font-weight: bold;
    }

    .card-row .date-badge span {
      display: block;
      font-size: 12px;
		line-height: 16px;
    }

    .card-row .content {
      padding: 20px;
    }

   .card-row .meta {
      display: flex;
      align-items: center;
      gap: 15px;
      color: #999;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .card-row .title {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .card-row .description {
      font-size: 14px;
      color: #444;
      margin-bottom: 15px;
    }

    .card-row .read-more {
      color: #FF8100;
      font-weight: bold;
      text-decoration: none;
    }

    .card-row .image-wrapper {
      position: relative;
    }

    /* detail page */
    .container-fluid.detail-container {
    display: flex;
    max-width: 1200px;
    margin: 30px auto;
    gap: 30px;
    padding: 0 20px;
}

.meta {
    display: flex;
        gap: 20px;
    margin-bottom: 15px;
}

.main-content img {
    width: 100%;
    height: auto;
}
img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.back-link {
    display: inline-block;
    margin-bottom: 15px;
    color: #FF8100;
    font-weight: 600;
    text-decoration: none;
}

img.img-fluid.main-image {
    margin-bottom: 20px;
}

.contact-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #eee;
    position: sticky;
    top: 20px;
    z-index: 999;
}
.services-box h3, .contact-box h3 {
    color: #FF8100;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.contact-box label {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
}

.contact-box input, .contact-box textarea {

    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.wpcf7-submit {
    background: #FF8100;
    width:100% !important;
    color: white;
    padding: 10px !important;
    font-size: 16px !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    margin-top: 10px;
}

.sidebar .wpcf7 {
    position: sticky;
    top: 20px;
    z-index: 999;
    width: 100%;
}

@media (max-width: 1024px){
    .container-fluid.detail-container{
        flex-direction: column;
    }
    .contact-box input, .contact-box textarea {
    width: 100%;
}


}

/* author box */
.author-box {
    display: flex
;
    gap: 15px;
    background: #f1f1f1;
    padding: 15px;
    border-radius: 6px;
    margin-top: 40px;
}

.title-box {
    display: flex
;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px !important;
}
.title-box .avatar {
    width: 50px;
    height: 50px !important;
    margin-right: 10px;
    border-radius: 50%;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.name-social {
    gap: 10px;
    display: flex
;
    align-items: center;
}
.title-div .position {
    font-size: 14px;
}

/* archive page */
.post-item {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.post-item h1{
    font-size: 26px !important;
}

/* contact style */
.bgcolor {
    background: linear-gradient( -90deg, rgba(9, 35, 62, 0) 0%, rgba(0, 47, 96, 1) 100% );
    width: 100%;
    height: 100%;
}

.product-section {
    background-image: url('https://bondedwarehousesoftware.com/Album/ContactUs/ContactUsMainBanner.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}



.product-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.product-content {
    padding-left: 170px;
}

.product-text-color1 {
    color: #E13335;
}

.product-text-color2 {
    color: #FFFFFF;
}

.Roboto-Black {
    font-family: 'Roboto', math !important;
    font-weight: 900 !important; /* Black */
}

.Roboto-Black-form-header-size {
    font-size: 40px;
}

.Roboto-Black-about-size {
    font-size: 65px;
    color: #FFFFFF;
}

.Roboto-medium-about-size {
    font-size: 25px;
}


.input-box {
    width: 381px;
    height: 65px;
    border-radius: 10px;
    border-style: solid;
    border-color: black;
    border-width: 1.5px;
    margin: 10px;
    padding: 10px 20px;
}

.input-area {
    width: 796px;
    height: 125px;
    margin: 10px;
    border-radius: 10px;
    border-style: solid;
    border-color: black;
    border-width: 1.5px;
    padding: 10px 20px;
}

.formCaptcha {
    width: 200px;
    height: 40px;
    margin: 0px;
    padding: 0px;
}

.product-form, .contactus-header-lable, .contact-form-title {
    padding-left: 50px !important;
}

.contactus-header-lable, .contact-form-title {
    margin-left: 10px;
}

.contact-submit-btn {
    width: 796px;
    height: 65px;
    background-color: #E44A4C !important;
    color: #FFFFFF !important;
    text-align: justified !important;
    font-family: "Roboto-Bold", sans-serif;
    font-size: 22px !important;
    letter-spacing: 0.03em;
    font-weight: 700;
    position: relative;
    margin: 10px;
    border-radius: 10px;
}

.validation-message {
    width: 796px;
    margin: auto;
}

.contact-form-box {
    width: 920px;
}

.contect-side-banner{
    width: 606px;
    height: 680px;
}

.contac-map-section{
    margin-top: 80px;
}

.contact-map-box {
    background: rgba(53, 71, 92, 0.8);
    border-radius: 15px;
    height: 564px;
    position: relative;
    width: 606px;    
}


.Roboto-medium {
    font-family: 'Roboto', math !important;
    font-weight: 500 !important; /* Medium */
}

.Roboto-medium-contact-map-size {
    font-size: 30px;
    color: #FFFFFF;
}


.Roboto-regular {
    font-family: 'Roboto', math !important;
    font-weight: normal !important; /* 400 */
}

.Roboto-regular-contect-map-size {
    font-size: 20px !important;
    color: #FFFFFF;
    width: 350px;
}


.contact-form-section{
    margin-top: 100px;
}

.InputName {
    background: url('https://bondedwarehousesoftware.com/Album/ContactUs/ContactFormName.png');
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.InputEmail {
    background: url('https://bondedwarehousesoftware.com/Album/ContactUs/ContactFormEmail.png');
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}

.InputPhone {
    background: url('https://bondedwarehousesoftware.com/Album/ContactUs/ContactFormPhone.png');
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
}


/*-------------------*/


.contac-map-section {
    position: relative; 
    width: 100%;
    height: 705px; 
    overflow: hidden;
    margin-bottom: 100px;
}

.contac-map-section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    border: 0; 
}

.contact-map-card {
    position: absolute;
    right: 9%;
    top: 50%;
    transform: translateY(-50%);
    width: min(606px,90%);
    height: 564px;
    padding: 2rem;
    border-radius: 15px;
    backdrop-filter: blur(6px);
    background: rgba(53, 71, 92, 0.8);
    padding: 100px 70px;
}


@media(max-width:768px) {
    
    .Roboto-regular-contect-map-size {
        width: 100% !important;
    }

    .contac-map-section {
        height: auto;
    }

        .contac-map-section iframe {
            position: static;
            width: 100%;
            height: 350px;
        }

    .contact-map-card {
        position: static;
        transform: none;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
}




@media screen and (max-width : 1600px) {
}

@media screen and (max-width : 1550px) {

    


@media screen and (max-width : 1600px) {
    
}

@media screen and (max-width : 1550px) {

    .contect-side-banner{
        width: 90% !important;
        margin-bottom:50px;
    }

    .contactus-header-lable{
        display: flex;
        justify-content: center;
    }

    .product-form{
        padding: 0px !important;
    }

    .contactus-header-lable, .contact-form-title {
        padding-left: 0px !important;
    }

    .contect-side-banner {
        height: max-content;
    }
}

@media screen and (max-width : 1455px) {
    
}

@media screen and (max-width : 1400px) {

    .contact-form-box {
        width: 90% !important;
    }

    .contect-product-are {
        width: 90% !important;
        margin-bottom: 50px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
}

@media screen and (max-width : 1200px) {
    .product-content {
        padding: 0px;
    }

    .Roboto-Black-about-size {
        font-size: 52px;
    }

    .hero-box {
        width: 100% !important;
        text-align: center;
    }

    .contac-map-section {
        margin-top: 30px !important;
    }
}

@media screen and (max-width : 881px) {

    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .input-box {
        width: 90%;
    }

    .input-area {
        width: 90%;
    }

    .contact-submit-btn, .validation-message {
        width: 90%;
    }

    .Roboto-Black-about-size {
        font-size: 42px;
    }
}

@media screen and (max-width : 595px) {
    
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .input-box {
        width: 90%;
    }

    .input-area {
        width: 90%;
    }

    .contact-submit-btn, .validation-message {
        width: 90%;
    }
    .Roboto-Black-about-size {
        font-size: 40px;
    }

    .contect-side-banner {
        width: 100% !important;
    }
}

@media (max-width: 575.98px) {

    .input-box {
        width: 90%;
    }

    .input-area {
        width: 90%;
    }

    .contact-submit-btn, .validation-message {
        width: 90%;
    }
    .Roboto-Black-about-size {
        font-size: 30px;
    }
}

@media (max-width: 360px) {

    
}

}

@media screen and (max-width : 1455px) {
}

@media screen and (max-width : 1400px) {
}

@media screen and (max-width : 1200px) {
}

@media screen and (max-width : 881px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media screen and (max-width : 595px) {
}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (max-width: 575.98px) {
}

@media (max-width: 360px) {
}

/* wp custom css */
.single-post .main-image{
    margin-bottom: 20px;
}

.hero-heading1 {
    font-size: 55px !important;
    text-transform: uppercase;
}

/* pagination styling */
.pagination {
    text-align: center;
    margin-top: 30px;
    display:flex !important;
    justify-content:center;
    margin-bottom:20px;
}

.pagination a, .pagination span {
    display: inline-block !important;
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    background-position: 0 !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
}

.pagination .current {
    background-color: #FF8100 !important;
    color: #fff;
    border-color: #FF8100;
}
span.captcha-image {
    width: 100%;
}

.contact-box textarea {
    width:100% !important;
}

.card-row .image-wrapper a {
    width: 100% !important;
}

