

html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 14px !important;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


@media (max-width: 991.98px) {
  html,
body {
    font-size: 13px !important;
  }
}
@media (max-width: 767.98px) {
  html,
body {
    font-size: 12px !important;
  }
}
html a:hover,
html a:active,
html a:focus,
body a:hover,
body a:active,
body a:focus {
  text-decoration: none !important;
}

body {
  display: flex;
  flex-direction: column;
  color: #181C32;
}




.top-view-img{
    width: 80%;
}

.bottom-view-img{
    width: 80%;     
}

.blur-sm{
    filter: blur(5px);
    pointer-events: none;
}

.blur-o{
    filter: none;
    pointer-events: none;
}

/* .preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  display: none;
  background: #fff;
  left: 0px;
  opacity: 0.5;
  text-align: center;
}

.newloader {
  position: absolute;
  top: 40%;
  width: 50px;
} */


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none; /* Initially hidden */
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.preloader .lds-ripple {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.preloader .newloader {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
}

.loader-text {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}


.rupee-value::before {
 content: "₹";
  margin-right: 0px !important;
}

.txt-cemi::after {
    content: ":";
   margin-left: 5px !important;
}

.pcb-cm-div {
    border: 0;
    border-bottom: 2px solid rgba(0, 0, 0, .1) !important;
    margin: 10px 0 !important;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.header-summary-tag{
    background: #f0f2f2;
    border-radius: 29px 22px 0 0;
    padding: 15px 18px;
}

.pcb-cm-div strong {
     font-size: 15px;
    transition: 0.4s all;
    z-index: 0;
    font-weight: 500;
    color: #666666;
    background: #ffffff;
    padding: 2px 10px 2px 7px;
    text-transform: uppercase;
}


.total-price {
    color: #4cae35 !important;
    
}

.upload-box.border-danger {
    border: 2px solid red !important;
}


.cart-empty-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    min-height: 300px;
  }

  .cart-empty-box {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
    max-width: 480px;
    width: 100%;
    text-align: center;
  }

  .cart-empty-box img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    opacity: 0.8;
  }

  .cart-empty-box h2 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
  }

  .cart-empty-box p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
  }

  .btn-return {
    display: inline-block;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 15px;
    transition: background 0.3s;
  }

  .btn-return:hover {
    background-color: #005a8c;
  }

  @media (max-width: 480px) {
    .cart-empty-box {
      padding: 30px 20px;
    }

    .cart-empty-box h2 {
      font-size: 20px;
    }

    .cart-empty-box p {
      font-size: 15px;
    }
  }


  
/*---------------------------------------------sidemodel css-------------------------------------------*/

  .modal.right_modal .modal-dialog {
    margin: 0 0 0 auto;
    max-width: 610px;
    width: 90%;
    height: calc(100% - 0rem);
    transform: translate(80px,0);
}

.modal.right_modal.show .modal-dialog {
    transform: none;
}

.modal.right_modal .modal-dialog .modal-content {
    border-radius: 0;
    height: 100%;
}

.modal.right_modal .modal-dialog button.btn-close {
    margin: 0 auto;
    padding: 0;
    opacity: 1;
    background: transparent;
    text-align: center;
    width: auto;
    height: auto;
    box-shadow: none;
    outline: none;
    transition: 0.4s all;
}

.modal.right_modal .modal-dialog button.btn-close:before {
    content: 'Close';
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 15px;
}

.modal.right_modal .modal-dialog .modal-body {
    padding: 30px 7% 40px 7%;
    text-align: center;
}

.modal.right_modal .modal-dialog button.btn-close:hover {
    color: #ffa800;
}

.modal.our_team_content_modal.right_modal .modal-dialog .modal-body {
    padding: 30px 7% 40px 7%;
    text-align: left;
}
.modal-blur{
   backdrop-filter: blur(1px);
}


.form-group {
    padding: 8px 3px;
}

.form-input{
  padding: 8px 3px;
}

.help-block {
    color: red !important;
    font-size: 13px !important;
}

/*payment-successFull*/

.payment_main .payment_image {text-align: center; position: relative; }

.payment_main .payment_image h2 {position: relative;font-size: 85px;font-weight: 800;letter-spacing: 1.9px;margin: 25px 0px 10px 0px;}

.payment_main .payment_inner h5 {font-size: 30px; font-weight: 500; line-height: 40px;color: #444444; }

.payment_main .payment_inner p {font-size: 20px; font-weight: 400; margin: 16px 0px 31px 0px; }

/*payment_cancel*/

.payment_cancel h2 {font-size: 50px; font-weight: 600; line-height: 60px; margin: 10px 0px 12px 0px; }

.payment_cancel h5{font-size: 25px; font-weight: 500; line-height: 35px; }

.payment_cancel p a{color: #444444;}

.form-control {
    font-weight: 600;
    box-shadow: -10px 15px 25px -10px rgb(151 151 151 / 37%);
    padding: 15px 25px 15px 15px;
    border: none;
    border-bottom: 1px solid #d8d2cf;
    height: 50px;
    background: transparent;
    transition: 0.8s all;
    z-index: 1;
    border-radius: 0px 0px 0px 17px;
    position: relative;
}


.pcb-froms  .form-control {
  border-color: #744009;
    background: rgb(95 7 15 / 0%);
    font-weight: 600;
    box-shadow: -10px 15px 25px -10px rgb(151 151 151 / 37%);
    padding: 15px 25px 15px 15px;
    border: none;
    border-bottom: 1px solid #d8d2cf;
    height: 50px;
    background: transparent;
    box-shadow: 0px 25px 25px -10px rgb(0 0 0 / 5%);
    transition: 0.8s all;
    z-index: 1;
    border-radius: 0px 0px 0px 17px;
    position: relative;
}



.pcb-froms .form-label{
    top: 15px;
    left: 14px;
    font-size: 13px;
    transition: 0.4s all;
    z-index: 0;
    font-weight: 500;
    color: #666666;
    background: #ffffff;
    padding: 2px 10px 2px 7px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}


.pcb-froms .input-group-text {
    /*position: absolute;*/
    right: 10px;
    top: 15px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    cursor: pointer;
    z-index: 1;
}

.pcb-froms .img-fluid{
    max-width: 100%;
    height: 80px;
    
}


.pcb .title h2{
    /*font-family: 'Berlingske Serif';*/
    color: #444444;
    font-weight: 400;
    white-space: pre-line;
    margin-bottom: 20px;
    font-size: 33px;
    font-weight: 500;
}



.btn-toggle.active{
  background: linear-gradient(135deg, #1D6934, #003D91) !important;
  border-color:#003D91 !important;
}
.btn-custome{
  background: linear-gradient(135deg, #1D6934, #003D91) !important;
  border-color:#003D91 !important;
}


.pcb-cm-div small{
      font-size: 13px;
    transition: 0.4s all;
    z-index: 0;
    font-weight: 500;
    color: #666666;
    background: #ffffff;
    padding: 2px 10px 2px 7px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.btn-custom-pcb {
    background: linear-gradient(135deg, #1D6934, #003D91) !important;
    border-color: #003D91 !important;
}


.section-label {
    top: 15px;
    left: 14px;
    font-size: 13px;
    transition: 0.4s all;
    z-index: 0;
    font-weight: 500;
    color: #666666;
    background: #ffffff;
    padding: 2px 10px 2px 7px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    line-height: 25px;
    }


    .cart-section-start .table th{
        font-size: 15px;
        transition: 0.4s all;
        z-index: 0;
        font-weight: 500;
        color: #666666;
        background: #ffffff;
        text-transform: uppercase;
        letter-spacing: 1.1px;
    }

    
    .cart-section-start .table td{
       font-size: 14px;
    
      font-weight: 600;
      color: #666666;
      background: #ffffff;
    }



.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}


.reeyaa-custom-menu li a.menu-link {
    color: #003D91;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 15px;
    display: block;
}
.reeyaa-custom-menu li a.menu-link:hover {
    color: #1D6934;
}
.reeyaa-custom-menu .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    margin-top: 5px;
    list-style: none;
    padding: 10px 0;
}
.reeyaa-custom-menu li:hover > .sub-menu {
    display: block;
}



/* Header Styles */
.reeyaa-header-nav {
    background: transparent;
    padding: 10px 20px;
    border-bottom: 2px solid #001a66;
    /*font-family: 'Segoe UI', sans-serif;*/
}

.reeyaa-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* Logo area */
.reeyaa-logo-wrap {
    background: white;
    padding: 5px 10px;
    border-radius: 4px;
}

.reeyaa-logo img {
    max-height: 50px;
}

/* Menu styles */
.reeyaa-custom-menu {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.reeyaa-custom-menu li {
    position: relative;
}

.nav-link {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s, border-bottom 0.3s;
}

.nav-link:hover,
.nav-link.current-active {
    border-bottom: 2px solid orange;
    color: orange;
}



/* Responsive styles */
@media (max-width: 768px) {
   

    .reeyaa-custom-menu {
        flex-direction: column;
        width: 100%;
        display: none;
        background: #001a66;
        padding: 20px 0;
    }

    .reeyaa-custom-menu li {
        text-align: center;
        margin: 10px 0;
    }

    .reeyaa-custom-menu.active {
        display: flex;
    }
}


/* Responsive styles */
@media (max-width: 768px) {
 

  .reeyaa-custom-menu {
    flex-direction: column;
    width: 100%;
    display: none;
    margin-top: 1rem;
  }

  .reeyaa-custom-menu.active {
    display: flex;
  }
}



/* Cart Link Styling */
.cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.cart-link i {
    margin-right: 5px;
    font-size: 16px;
}

/* Cart Counter Badge */
.cart-count {
    background: red;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    position: absolute;
       top: 3px;
    right: -7px;
    line-height: 1;
}
.form-select {
    font-weight: 600;
    box-shadow: -10px 15px 25px -10px rgb(151 151 151 / 37%);
    padding: 13px 19px 9px 17px;
    border: none;
    border-bottom: 1px solid #d8d2cf;
    height: 50px;
    /* background: transparent; */
    transition: 0.8s all;
    z-index: 1;
    border-radius: 0px 0px 0px 17px;
    position: relative;
}

  .table-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}

.table th,
.table td {
  white-space: nowrap; /* Prevent wrapping */
}



.input-with-unit {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-with-unit input {
  padding-right: 40px; /* space for MM */
  box-sizing: border-box;
}

.unit-label {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #888;
  font-size: 0.85em;
  pointer-events: none;
}


    /* Overlay for full-view */
    #imageModal {
      /*position: fixed;*/
      /*top: 0;*/
      /*left: 0;*/
      /*width: 100vw;*/
      /*height: 100vh;*/
      /*background: rgba(0, 0, 0, 0.9);*/
      /*display: none;*/
      /*align-items: center;*/
      /*justify-content: center;*/
      /*z-index: 9999;*/
      
      
      
      position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* perfectly center */
    width: 100vw;
     height: 100vh;
    background: #fff; /* white background */
    display: none;    /* center content inside */
    align-items: center;
    justify-content: center;
    padding: 1rem;   /* optional inner spacing */
    box-shadow: 0 0 20px rgba(0,0,0,0.5); /* optional */
    z-index: 9999;
    }

    #imageModal img {
         width: 100% !important;
    height: 100% !important;
      transition: transform 0.2s;
      cursor: grab;
    }

    #imageModal.show {
      display: flex;
    }
    
    .container-blur{
    filter: blur(5px);
    pointer-events: none;
    }
    


/*--------------pagination----------------*/

.pagination {
	padding: 25px 0;
	position: relative;
}

.pagination ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pagination ul li {
	height: 100%;
	margin: 4px;
	border: 1px solid #F5F5F5;
	font-size: 14px;
	background: #ffffff;
	border-radius: 4px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	color: #121511;
	border-radius: 5px;
}

.pagination ul li a img.arrow_left {
	transform: rotate(180deg);
}

.pagination ul li.active a,.pagination ul li:hover a,.pagination ul li a.active {
/*	color: #00A642;
	border-color: #00A642;*/
	
    background: linear-gradient(135deg, #1D6934, #003D91) !important;
    border-color: #003D91 !important;
    color: white !important;
	
	
}
/* Sidebar general styles */
.sidebar {
    background-color: #fff;
    border-right: 1px solid #dee2e6;
    max-height: 100vh;      /* Prevents overflow beyond viewport */
    overflow-y: auto;       /* Scroll if content exceeds height */
    padding-bottom: 20px;   /* Optional bottom spacing */
}

/* Mobile / Tablet adjustment */
@media (max-width: 768px) {
    .sidebar {
        height: auto;       /* Shrink based on content */
        max-height: 80vh;   /* Maximum height for mobile */
        overflow-y: auto;   /* Scroll if content exceeds max height */
    }
}

.sidebar-heading {
    font-weight: bold;
}

 /*.nav-link {
    color: #333;
    border-bottom: 1px solid #eee;
}*/

 a.nav-link.text-secondary.active {
    color: #28a745 !important;
    font-weight: bold;
}

.list-page .card {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.list-page .table th {
    font-weight: bold;
    color: #999;
    border: none;
}

.list-page .table td {
    vertical-align: middle;
    border: none;
}
#PayTab a.nav-link.active {
    border-bottom: 2px solid orange;
    color: orange;
}

#PayTab a.nav-link {
    color: #6c757d;
}

.rup-name {
   
    padding: .2rem .2rem;
    
}
.badge-light-primary{
        color: #0a5da7;
    background-color: #F8F5FF;
}

.text-gray-800 {
    color: #3F4254 !important;
}
.text-hover-primary {
    transition: color 0.2s ease, background-color 0.2s ease;
}
.text-hover-primary:hover {
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #0a5da7 !important;
}

.table tr, .table th, .table td {
    font-weight: 500;
    font-size: 14px !important;
    color: #7E8299 !important;
    height: 100%;
}

.badge-light-success {
    color: #50CD89;
    background-color: #E8FFF3;
}

/*table .badge{*/
/*    font-weight: 500;*/
/*    font-size: 13px !important;*/
/*    color: #7E8299 !important;*/
/*}*/

.section-listing  .form-control {
      border-color: #744009;
    /* background: rgb(95 7 15 / 0%); */
    font-weight: 600;
    box-shadow: -10px 15px 25px -10px rgb(151 151 151 / 37%);
    padding: 10px 10px 10px 18px;
    /* border: none; */
    border: 1px solid #d8d2cf;
    height: 35px;
    background: transparent;
    box-shadow: none;
    /* transition: 0.8s all; */
    /* z-index: 1; */
    border-radius: 0% !important;
    position: relative;
}

/*------------------------------Header profile menu-----------------------------------------------*/
/* === Profile Icon Styling === */


.user-profile-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.user-name {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
/*
.user-profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
    cursor: pointer;
    transition: transform 0.2s;
}*/

.user-profile-img:hover {
    transform: scale(1.05);
}

/* === Dropdown Container === */
.profile-dropdown {
    position: relative;
    display: inline-block;
}

.profile-dropdown .dropdown-menu {
     display: none;
    position: absolute;
    right: 0;
    top: 110%;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    min-width: 180px;
    z-index: 1111;
    padding: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

/* === Dropdown Items === */
.profile-dropdown .dropdown-menu li {
    list-style: none;
    border-bottom: 1px solid #eee;
}

.profile-dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

.profile-dropdown .dropdown-menu .dropdown-item {
    display: block;
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
}

.profile-dropdown .dropdown-menu .dropdown-item:hover {
    background: #f6f6f6;
    color: #000;
    width: initial;

}

/* === Toggle on Hover/Desktop === */
.profile-dropdown:hover .dropdown-menu {
    display: block;
}

/* === Responsive Behavior === */
@media (max-width: 768px) {
    .reeyaa-custom-menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-dropdown .dropdown-menu {
        position: static;
        display: block;
        box-shadow: none;
        border: none;
    }

    .profile-dropdown .dropdown-menu .dropdown-item {
        padding: 10px 12px;
    }
}

.tbl-text{
    color:green !important;
}

textarea.form-control {
    min-height: 88px;
}
 ul.terms-list {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    margin-left: 5%;
 }

    ul.terms-list li::before {
      content: "➤ ";
      color: #444;
      font-weight: bold;
      margin-right: 5px;
    }

    .view-fancy img.img-fluid.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 30%;
    height: auto;
}




/*--------------------28-10-2025------------------------------------*/


.image-input:not(.image-input-empty) {
  background-image: none !important;
}
.image-input {
  position: relative;
  display: inline-block;
  border-radius: .475rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.image-input.image-input-outline .image-input-wrapper {
  border: 3px solid var(--bs-body-bg);
  box-shadow: var(--bs-box-shadow);
}
.image-input .image-input-wrapper {
  width: 120px;
  height: 120px;
  border-radius: .475rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.h-125px {
  height: 125px !important;
}

.w-125px {
  width: 125px !important;
}


.upload-label {
  cursor: pointer;
  display: inline-block;
  border: 2px dashed #ccc;
  padding: 10px;
  border-radius: 10px;
}
#preview {
  max-width: 120px;
  border-radius: 6px;
}

.bg-info {
    color: #FFFFFF !important;
    background-color: #0a5da7 !important;
}

a {
    text-decoration: none !important;
}


.frame-file-vl svg {
  
    max-width: 30%;
    height: auto;
}



#footer-bottom { width: 100%;  position: relative; }
.footer-bottom { float: left; width: 100%; padding-top: 10px; padding-bottom: 10px; }
.footer-left { float: left; color: #666; font-size: 13px; font-family: 'robotoregular'; line-height: 30px; }
.footer-left a { color: #666; }
.footer-left a:hover { color: #ccc; }
.footer-mid { float: left; margin-left: 5px; margin-top: 7px; }
.footer-right a { text-decoration: underline; color: #666; }
.footer-right a:hover { text-decoration: none; color: #ccc; }

.footer-right {
    float: right;
    font-size: 15px;
    color: #666;
    /* font-family: 'robotoregular'; */
    padding-top: 10px;
    padding-right: 10px;
}

ul.reeyaa-footer-menu.d-flex li {
    margin: 10px;
    list-style-type: none;
}

.front-img svg,
.back-img svg {
    width: 100%;
    height: auto;
    display: block;
}


/*------------------------------------30-10-2025--------------------------------*/

.plocit-pages .services_sec, .secgap{
    padding-top:clamp(2.75rem, 1.4878rem + 3.5122vw, 5rem);
    padding-bottom:clamp(2.75rem, 1.4878rem + 3.5122vw, 5rem);
    position: relative;
    overflow: clip;
    z-index: 1;
}
.plocit-pages .main_title,.main_subtitle{
    position: relative;
}
.plocit-pages .main_ttl_left{
    padding-left: 50px;
}


.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}



.modal.left .modal-dialog {
  position: fixed;
  right: 0;
  margin: auto;
  max-width: 500px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0 !important;
}
.w500 {
  width: 500px !important;
}
.dnone {
  display: none !important;
}

.dialog {
  display: block;
  top: 0;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.475rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  outline: 0;
}
.dialog-header {
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.75rem 1.75rem;
  border-bottom: 1px solid #e1e6f4;
  border-top-left-radius: 0.475rem;
  border-top-right-radius: 0.475rem;
}
.dialog-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.dialog-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 1.5rem;
  border-top: 1px solid #e1e6f4;
  border-bottom-right-radius: 0.475rem;
  border-bottom-left-radius: 0.475rem;
}



.our_team_content_modal .member_block {display: block;position: relative;padding-right: 10px;
 
    margin-bottom: 20px;}
.our_team_content_modal .member_block h4 {font-size: 20px;font-weight: 600;margin-bottom: 15px;}
.our_team_content_modal .member_block ul {padding: 0px 0 0px 25px; position: relative; margin-bottom: 20px; }
.our_team_content_modal .member_block ul:before {content: '';position: absolute;left: 5px;top: 0;height: 100%;width: 1px;border-left: 2px dashed #cbcbcb;}
.our_team_content_modal .member_block ul li {display: flex; flex-direction: column; margin: 10px 0px 10px 0px; font-size: 16px; padding: 7px 0; }
.our_team_content_modal .member_block ul li:before {content: ''; position: absolute; width: 14px; height: 14px; background: #d67b1d; border-radius: 50px; left: -1px; border: 3px solid #ffffff; }
.our_team_content_modal .member_block ul li h5 {font-size: 14px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; padding-bottom: 3px; }
.our_team_content_modal .modal-dialog .modal-body .member_block li p {margin: 0 0; }
.our_team_content_modal ol.socials {display: flex; padding: 0px 0 20px; margin: 0 0 15px; border-bottom: 1px solid #dddddd; align-items: center; }
.our_team_content_modal ol.socials li {padding: 0 8px 0 0; }
.our_team_content_modal ol.socials li a {text-align: center; display: flex; align-items: center; justify-content: center; border-radius: 50px; color: #ffffff; background: #ffa800; border: 2px solid #ffa800; transition: 0.4s all; padding: 5px 12px; font-weight: 600; text-transform: uppercase; font-size: 11px; letter-spacing: 0.2px; }
.our_team_content_modal ol.socials li a i {margin-right: 8px; font-size: 13px; }
.our_team_content_modal ol.socials li a.linkedin {background: #0077b5; border-color: #0077b5;} 
.our_team_content_modal ol.socials li a.email {background: #BB001B; border-color: #BB001B;}
.our_team_content_modal ol.socials li a:hover {background: transparent; color: #333333;}
.our_team_content_modal .member_block .label-mmg {
    font-weight: 500 !important;
}

.member_block ul li {
    border-bottom: 2px dashed #cbcbcb;
}


p.gerber_uploded_confirm.text-success::before {
    content: "➤ ";
    color: #28a745;
    font-weight: bold;
}

.pr-round{
    border-radius: 30%;
    background-color: #0a5da7;
    padding: 8px 8px;
     color: white;
}
.search-input-box{
    display: flex;
    background: #f3f3f3;
    border: 1px solid #D6D2D2;
}
.search_input{
    padding: 14px 14px;
    width: 100%;
    background: #f3f3f3;
    border: 0;
    font-size: 18px;
    line-height: 1.4;
}
.search_input_btn{
        margin: 0 8px;
    padding: 0;
    background: #f3f3f3;
    border: none;
    transition: 500ms;
}





/*-----------------21-11-2025----------------*/

/* Override Twenty Twenty-Four width using theme/body classes */
body.wp-theme-twentytwentyfour.wp-embed-responsive .wp-site-blocks,
body.wp-theme-twentytwentyfour.wp-embed-responsive .wp-block-post-content,
body.wp-theme-twentytwentyfour.wp-embed-responsive .entry-content {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Header main wrapper */
.reeyaa-header-nav {
    background:#ffffff;
    border-bottom:1px solid #e9e9e9;
    width:100%;
}

/* Flex container */
.reeyaa-nav-container {
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 15px;
    width:100%;
}

/* Logo styling */
.reeyaa-logo-wrap img {
    height: 45px;  /* Desktop default */
    width: auto;
    display: block;
}

/* Mobile only */
@media (max-width: 425px) {
    .reeyaa-logo-wrap img {
        width: 200px;  /* Force width on mobile */
        height: auto;  /* Keep aspect ratio */
    }
}


/* Toggle icon visible only on mobile */

/* Main menu (desktop) */
.reeyaa-custom-menu {
    display:flex;
    gap:22px;
    list-style:none;
    margin:0;
}
.reeyaa-custom-menu li {
    position:relative;
}
.reeyaa-custom-menu a {
    text-decoration:none;
    font-weight:500;
    color:#333;
}
.reeyaa-custom-menu a.current-active {
    color:#0B5BE0;
}

/* Profile dropdown (desktop) */
.profile-dropdown .dropdown-menu {
    display:none;
    position:absolute;
    top:110%;
    right:0;
    background:#fff;
    border:1px solid #ddd;
    min-width:180px;
    border-radius:6px;
    z-index:999;
}
.profile-dropdown.open .dropdown-menu {
    display:block;
}

/* PROFILE IMG */
.user-profile-img {
    width:32px;
    height:32px;
    border-radius:50%;
    object-fit:cover;
    margin-right:6px;
}

/* ---------- MOBILE MODE ---------- */
@media(max-width:768px){

    /* Toggle visible in mobile */
   

    /* Make header cleaner */
    .reeyaa-nav-container {
        padding:10px 12px;
    }

    /* Mobile menu */
    .reeyaa-custom-menu {
        display:none;
        flex-direction:column;
        width:100%;
        position:absolute;
        left:0;
        top:65px;
        background:#ffffff;
        padding:20px;
        border-top:1px solid #eee;
        z-index:999;
    }
    .reeyaa-custom-menu.open {
        display:flex;
    }

    /* Mobile dropdown */
    .profile-dropdown .dropdown-menu {
        position:relative;
        top:0;
        right:0;
        border:none;
        box-shadow:none;
        margin-top:10px;
        padding-left:15px;
    }
}

.reeyaa-menu-toggle {
    color:#0B5BE0 !important; /* default blue */
}

.reeyaa-menu-toggle.active {
    color:#E00000 !important;  /* change to red when active (you can pick any color) */
}

/* Mobile dropdown override */
@media(max-width:768px){
    .profile-dropdown .dropdown-menu {
        position:relative !important;
        top:0 !important;
        right:0 !important;
        border:none !important;
        box-shadow:none !important;
        margin-top:10px;
        padding-left:15px;
    }
}
/* ----- GENERAL MENU ----- */
/* ----- MOBILE HEADER AND MENU FIX ----- */
@media (max-width: 768px) {

    /* Header spacing */
    .reeyaa-header-nav {
        padding: 10px 15px; /* space around logo and toggle */
        position: relative;
        z-index: 10000;
    }

   


}

/* ----- MOBILE MENU FIX ----- */
@media (max-width:768px){

    /* Entire menu box */
    .reeyaa-custom-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        left: 0;
        top: 65px;
        background: #ffffff;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        z-index: 9999;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    /* When open */
    .reeyaa-custom-menu.open {
        display: flex !important;
    }

    /* Each menu item */
    .reeyaa-custom-menu li {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #f1f1f1;
    }

    /* Links inside menu */
    .reeyaa-custom-menu li a {
        display: block;
        width: 100%;
        padding: 15px 18px;
        font-size: 16px;
        text-decoration: none;
        color: #333;
    }

    /* Active link */
    .reeyaa-custom-menu li a.current-active {
        color: #0B5BE0 !important;
        font-weight: 600;
    }

    /* Hover */
    .reeyaa-custom-menu li a:hover {
        background: #f5f5f5;
    }

    /* Cart icon alignment */
    .reeyaa-custom-menu li a .fa-shopping-cart {
        margin-right: 6px;
    }

    /* Profile dropdown inside mobile menu */
    .profile-dropdown .dropdown-menu {
        padding-left: 0 !important;
    }
}


/* ----- MOBILE & TABLET TOGGLE BUTTON ----- */
.reeyaa-menu-toggle {
    display: none; /* hide by default on desktop */
    font-size: 28px;
    background: none;
    color: #0B5BE0;
    border: none;
    cursor: pointer;
    z-index: 10001;
    position: relative;
}

/* Show toggle on devices <=1024px (mobile + tablet) */
@media (max-width: 1024px) {
    .reeyaa-menu-toggle {
        display: block; /* visible on mobile/tablet */
    }

    /* Mobile dropdown menu */
    #reeyaaCustomMenu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 65px;    /* below header/logo */
        left: 0;
        width: 100%;
        background: #ffffff;
        padding: 10px 0;
        border-top: 1px solid #ddd;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        z-index: 9999;
    }

    #reeyaaCustomMenu.open {
        display: flex !important;
    }

    #reeyaaCustomMenu li {
        list-style: none;
        border-bottom: 1px solid #efefef;
    }

    #reeyaaCustomMenu li:last-child {
        border-bottom: none;
    }

    #reeyaaCustomMenu li a {
        display: block;
        padding: 14px 16px;
        color: #333;
        text-decoration: none;
        font-size: 15px;
    }

    #reeyaaCustomMenu li a:hover {
        background: #f5f5f5;
    }
}



/*-----------page section ----------*/



.list-page.section-listing {
    flex: 1 0 auto;
    padding: 0px;
    /*overflow-y: auto;*/
}   
#footer-bottom {
    text-align: center;
    background: #f8f9fa;
}


.profile-dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

.profile-dropdown .dropdown-menu {
    transition: opacity 0.2s ease;
}


.profile-dropdown {
    z-index: 99999 !important;
}


.modal.modal-blur.fade.applicant_new_model_show_popup.our_team_content_modal.left.show {
    z-index: 99999 !important;
}

/*------------------------Cart counter css-----------------*/

.cart-icon-wrap {
    position: relative;
    display: inline-block;
}

.cart-icon-wrap i {
    font-size: 18px;
}

/* Counter bubble */
.cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #ff3b3b;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    min-width: 16px;
    height: 16px;
   /* line-height: 16px;*/
    border-radius: 50%;
    text-align: center;
    pointer-events: none;
}


@media (max-width: 767px) {
    .cart-text {
        display: none;
    }

    .cart-icon-wrap i {
        font-size: 20px;
    }

    .cart-count {
        top: -6px;
        right: -6px;
    }
}
@media (min-width: 768px) {
    .nav-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .cart-text {
        display: inline-block;
        font-size: 14px;
    }

    .cart-count {
        top: -8px;
        right: -10px;
    }
}
.cart-count {
    outline: 1px solid red;
}
