/*global-css-start*/
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

body {
   font-size: 16px;
   font-weight: 500;
   color: #000;
   background-color: #fff;
   scroll-behavior: smooth;
   font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   color: #00022A;
   font-weight: 600;
}

strong {
   font-weight: 800;
   color: #000;
}

a {
   text-decoration: none !important;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color: #000;
   font-weight: 400;
}

a:hover,
a:focus {
   text-decoration: none;
   outline: none;
   cursor: pointer;
   color: auto;
}

.btn.focus,
.btn:focus {
   outline: 0;
   box-shadow: none;
}

button {
   color: inherit;
   border: none;
   background-color: transparent;
}

p {
   margin-bottom: 0.5rem;
   font-size: 16px;
   font-weight: 400;
   color: #626884;
   line-height: 24px;
}

ul,
li {
   margin: 0;
   padding: 0;
   list-style-type: none !important;
}

ul {
   padding-left: 0 !important;
}

hr {
   background-color: #D0D0D0 !important;
   opacity: 1;
   border-color: #D0D0D0 !important;
}

.form-select:focus,
.form-control:focus {
   box-shadow: none !important;
   /* border-color: #ccc; */
}

.dropdown-item:focus,
.dropdown-item:hover {
   background-color: inherit;
   color: inherit;
}

label {
   margin-bottom: 5px;
}

textarea {
   resize: none;
}

input:focus,
button:focus,
textarea:focus {
   outline: none;
   box-shadow: none;
}

img {
   max-width: 100%;
   height: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

input[type=number] {
   -moz-appearance: textfield;
}

.img-40 {
   width: 40px;
   height: 40px;
}

.img-80 {
   width: 80px;
   height: 80px;
   background-color: #ccc;
}

.fz-14 {
   font-size: 14px !important;
}

.fz-16 {
   font-size: 16px !important;
}

.fz-18 {
   font-size: 18px !important;
}

.fz-20 {
   font-size: 20px !important;
}

.fz-22 {
   font-size: 22px !important;
}

.fz-24 {
   font-size: 24px !important;
}

.fz-26 {
   font-size: 26px !important;
}

.fz-28 {
   font-size: 28px !important;
}

.fz-30 {
   font-size: 30px !important;
}

.fw-300 {
   font-weight: 300 !important;
}

.fw-400 {
   font-weight: 400 !important;
}

.fw-500 {
   font-weight: 500 !important;
}

.fw-600 {
   font-weight: 600 !important;
}

.fw-700 {
   font-weight: 700 !important;
}

.fw-800 {
   font-weight: 800 !important;
}

.decoration {
   text-decoration: underline !important;
}

.btn-close {
   /* background-image: none; */
   padding: 0 !important;
   box-shadow: none !important;
   opacity: 1 !important;
}

.form-check {
   vertical-align: middle;
   margin-bottom: 10px;
}

.form-check .form-check-label {
   margin-bottom: 0;
   cursor: pointer;
}

.tp-space {
   padding-top: 100px;
   padding-bottom: 100px;
}

.tp-space-scond {
   padding-top: 50px;
   padding-bottom: 50px;
}

.pt-100 {
   padding-top: 100px;
}

.pb-100 {
   padding-bottom: 100px;
}

.title {
   font-size: 40px;
   font-weight: 600;
   color: #00022A;
   margin-bottom: 30px;
   text-transform: capitalize;
}

.lg_title {
   font-size: 42px;
   color: #00022A;
   margin-bottom: 24px;
}

.subtitle {
   font-size: 18px;
   font-weight: 500;
   color: #00022A;
   margin-bottom: 20px;
}

.innr-title {
   font-size: 24px;
   font-weight: 600;
   color: #fff;
   margin-bottom: 30px;
}

.new_title {
   font-size: 32px;
   font-weight: 500;
   color: #00022A;
   line-height: 1.4;
}

.thm-btn {
   display: inline-block;
   padding: 12px 20px;
   background-color: #4F40FF;
   border: 1px solid #4F40FF;
   border-radius: 8px;
   color: #fff;
   font-weight: 500;
   font-size: 16px;
   text-align: center;
}

.thm-btn.light-btn {
   background-color: #fff;
   border-color: #fff;
   color: #4F40FF;
}

.thm-btn:hover,
.thm-btn.outline:hover {
   background-color: #4435f4;
   border-color: #4435f4;
   color: #fff;
}

.thm-btn.outline {
   background-color: transparent;
   border-color: #4F40FF;
   color: #4F40FF;
}

.thm-lg-btn {
   display: inline-block;
   padding: 16px 30px;
   font-size: 18px;
   color: #00022A;
   font-weight: 500;
   background-color: #fff;
   border: 1px solid #fff;
   border-radius: 8px;
}

.thm-lg-btn:hover {
   background-color: #d3d4d5;
   border-color: #d3d4d5;
   color: #00022A;
}

.thm-lg-btn.grn-btn {
   background-color: #BEE14A;
   border-color: #BEE14A;
}

.thm-lg-btn.warning {
   background-color: #EEBD5B;
   color: #fff;
   border-color: #EEBD5B;
   text-align: center;
}

.custom-frm-bx {
   margin-bottom: 30px;
   position: relative;
}

.custom-frm-bx label {
   font-size: 16px;
   font-weight: 600;
   color: #000;
}

.custom-frm-bx .form-control,
.custom-frm-bx .form-select {
   height: 56px;
   border-radius: 5px;
   border: 1px solid #e5e5e5;
   font-size: 18px;
   font-weight: 400;
   color: #000;
}

.custom-frm-bx textarea.form-control {
   height: 150px;
}

.custom-frm-bx::placeholder {
   color: #626884;
   opacity: 1;
}

.custom-frm-bx::-ms-input-placeholder {
   color: #626884;
}

.p-100 {
   padding-top: 100px;
   padding-bottom: 100px;
}

.clr {
   color: #4F40FF !important;
}

/*global-css-end*/


/* Custom Css Start */
.tp-header-section {
   background: #13528F;
   /* padding: 5px 0; */
}

.tp-header-section .tp-rating-bx {}

.tp-header-section .tp-rating-bx {
   display: inline-flex;
   gap: 10px;
   align-items: center;
}

.tp-header-section .tp-rating-bx {
   color: #F1EB2E;
   background: #256bb0;
   padding: 5px 10px;
}

.tp-header-section .tp-rating-bx p {
   margin-bottom: 0;
   font-size: 18px;
   font-weight: 700;
   color: #Fff;
}

.tp-header-section .tp-right-side-header {
   display: flex;
   /* gap: 10px; */
   align-items: center;
}

.tp-header-section .tp-contact-bx {
   padding: 5px 10px;
   background: #F1EB2E;
   ;
}


.tp-header-section .tp-social-bx {
   padding: 5px 10px;
   background: #fff;
}

.tp-header-section .tp-social-bx a {
   color: #256bb0;
   font-size: 16px;
   display: inline-block;
   padding: 0 5px;
}


.main-tp-header .navbar-title-bx {
   background: #F1EB2E;
   text-align: center;
   border: 2px solid #000;
   display: inline-block;
   font-size: 20px;
   font-weight: 800;
   margin-bottom: 0;
   /* transform: rotate(-10deg); */
   width: 180px;
   max-width: 250px;
   border-radius: 12px;
   margin-bottom: 0;
   text-transform: uppercase;
   padding: 10px;

}

.main-tp-header .navbar-title-bx h3{
   font-size: 20px;
   font-weight: 800;
}

.main-tp-header .navbar-logo-bx {
   text-align: center;
   transform: rotate(-10deg);
}

.main-tp-header .navbar-logo-bx p {
   font-size: 14px;
   font-weight: 800;
   /* transform: rotate(-10deg); */
   color: #000;
   margin-bottom: 0;
   text-transform: uppercase;
   /* letter-spacing: 1px; */
   letter-spacing: -0.9px;
}

.main-tp-header .navbar-nav .nav-item .nav-link {
   font-size: 16px;
   color: #256bb0;
   font-weight: 600;
   display: inline-block;
   text-transform: uppercase;
   letter-spacing: -0.5px;
   padding: 0 12px;
}

.frm-section {
   padding: 50px 0;
}


.frm-section .submit-btn {
   background: #13528F;
   padding: 10px 15px;
   display: inline-block;
   font-size: 16px;
   font-weight: 600;
   color: #fff;
   text-align: center;
   border-radius: 5px;
   border: none;

}


.your-quotaton-section {
   background: #13528F;
   padding: 50px 0;
}


.your-quotaton-section .quotation-heading {
   color: #fff;
   font-weight: 700;
   text-align: center;
   margin: 30px 0;
   text-transform: uppercase;
}

.your-quotaton-section .option-card {
   background: #fff;
   padding: 50px !important;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
   height: 100%;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}

.your-quotaton-section .option-card ul {
   padding: 0 20px !important;
}

.your-quotaton-section .option-card ul li {
   list-style-type: disc !important;
   padding: 5px 0;
   font-size: 16px;
   font-weight: 500;
   color: #000;
}


.your-quotaton-section .option-title h5 {
   font-weight: 500;
   margin-bottom: 15px;
   font-size: 16px;
   color: #000;
   text-align: center;
}

.your-quotaton-section .price-box {
   border: 2px solid #f1d54c;
   padding: 15px;
   margin-top: 20px;
   font-size: 14px;
}

.your-quotaton-section .price-box p {
   margin: 5px 0;
   display: flex;
   align-items: center;
   justify-content: space-between;
   font-size: 16px;
   font-weight: 600;
   color: #000000;
}


.your-quotaton-section .option-card p {
   font-size: 16px;
   font-weight: 600;
   color: #000000;
   /* text-align: center; */
}


.review-section {
   padding: 60px 0;
   background: #f9fafc;
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.rating-box {
   text-align: center;
   /* background: #fff; */
   /* border: 1px solid #e5e5e5; */
   /* border-radius: 12px; */
   padding: 30px 20px;
   /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
}

.rating-box .fa-review {
   font-size: 30px;
   color: #f5c518;
}

.rating-box .feedback-btn {
   background: purple;
   padding: 15px 25px;
   color: #fff;
   font-size: 16px;
   font-weight: 400;
   text-align: center;
   border: none;
   outline: none;
}



.rating-box h2 {
   font-size: 2.8rem;
   font-weight: 700;
   color: #333;
   margin-bottom: 10px;
}

.rating-box h2 small {
   font-size: 1rem;
   font-weight: 400;
   display: block;
   margin-top: 6px;
   color: #000;
}

.rating-box p {
   font-size: 14px;
   color: #000;
   margin: 15px 0;
   font-weight: 500;
}

/* .rating-box .btn {
  border-radius: 8px;
  font-size: 14px;
  padding: 10px 14px;
  font-weight: 500;
} */

.rating-box .btn-outline-secondary {
   border-color: #ccc;
   color: #555;
}

.rating-box .btn-outline-secondary:hover {
   background: #f0f0f0;
}

/* Review Cards */
.review-card {
   border: 1px solid #eaeaea;
   border-radius: 10px;
   padding: 20px;
   background: #fff;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   height: 100%;
}

.review-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.review-card .stars {
   margin-bottom: 10px;
}

.review-card .stars i {
   color: #f5c518;
   font-size: 18px;
}

.review-card img {
   width: 100px;
}

.review-card h4 {
   margin-bottom: 0;
   font-size: 14px;
   font-weight: 400;
}

.review-card strong {
   font-size: 15px;
   color: #222;
}

.review-card small {
   color: #888;
   font-size: 13px;
   display: block;
}

.review-card p {
   font-size: 14px;
   color: #444;
   margin-top: 8px;
}

.review-card a {
   font-size: 14px;
   font-weight: 500;
   color: purple;
   text-decoration: none;
}

.review-card a:hover {
   text-decoration: underline;
}

/* Splide Pagination & Arrows */
.splide__pagination {
   margin-top: 20px;
}

.splide__pagination__page {
   background: #ddd;
   width: 10px;
   height: 10px;
   margin: 0 5px;
   border-radius: 50%;
   opacity: 1;
   transition: background 0.3s ease;
}

.splide__pagination__page.is-active {
   background: #007bff;
}

.splide__arrow {
   background: #fff;
   border: 1px solid #ddd;
   width: 36px;
   height: 36px;
   border-radius: 50%;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
   opacity: 0.9;
}

.splide__arrow svg {
   fill: #555;
   width: 14px;
   height: 14px;
}

.splide__arrow:hover {
   background: #007bff;
   border-color: #007bff;
}

.splide__arrow:hover svg {
   fill: #fff;
}

/* Powered by text */
.powered {
   text-align: center;
   margin-top: 15px;
   font-size: 13px;
   color: #555;
}

.powered a {
   color: #007bff;
   text-decoration: none;
}

.powered a:hover {
   text-decoration: underline;
}





/* Footer */
.footer-section {
   padding: 50px 0;
   background: #13528F;
}

.footer-service-link h5 {
   font-size: 20px;
   font-weight: 600;
   color: #fff;

}

.footer-service-link ul li {
   padding: 5px 0;

}

.footer-service-link ul li a {
   font-size: 14px;
   color: #fff;
   font-weight: 400;
   display: inline-block;
   text-align: start;

}

.address-section h5 {
   font-size: 20px;
   font-weight: 600;
   color: #fff;
}

.address-section p {
   font-size: 16px;
   font-weight: 400;
   color: #fff;
}

.footer-section .social-icons {
   display: flex;
   align-items: center;
   gap: 10px;
}

.footer-section .footer-icon {
   background: #fff;
   width: 40px;
   height: 40px;
   line-height: 40px;
   border-radius: 50%;
   color: purple;

   font-size: 16px;

}

.footer-section .iframe-bx iframe {
   width: 500px;
}

.your-quotaton-section .deal-box {
   border: 2px solid #F1EB2E;
   padding: 10px 20px;
}

.your-quotaton-section .deal-box h2 {
   font-size: 24px;
   font-weight: 800;
   color: #fff;
   text-align: center;

}

.social-icons{
   display: flex;
   align-items: center;
   gap: 15px;
}

.your-quotaton-section .deal-box p {
   font-size: 14px;
   color: #fff;
   font-weight: 500;
   text-align: center;
}


/* Submission */
.submission-section .sidebar {
   background-color: #1f4b86;
   min-height: 100vh;
   padding: 20px 10px;
   color: white;
}

.submission-section .sidebar h6 {
   font-size: 14px;
   font-weight: 500;
   margin-bottom: 15px;
   text-transform: uppercase;
   color: #fff;
   padding-left: 10px;
}

.submission-section .sidebar a {
   display: inline-block;
   color: #fff;
   padding: 5px 10px 5px 30px;
   margin-bottom: 5px;
   text-decoration: none;
   border-radius: 5px;
   font-size: 14px !important;
}

.submission-section .sidebar a.active {
   text-decoration: underline !important;
   font-size: 16px;
   font-weight: 600;
}


.submission-section .content-area {
   padding: 20px;
   background-color: #fff;
   min-height: 100vh;
}

.submission-section .breadcrumb {
   font-size: 14px;
   margin-bottom: 20px;
   font-weight: 500;
   color: #000;
}

.submission-section .breadcrumb span a {
   font-size: 14px;
   margin-bottom: 20px;
   font-weight: 500;
   color: #13528F;
}


.submission-section .table thead {
   background-color: #f8f9fa;
   font-weight: 600;
}

.submission-section .btn-view {
   background-color: #13528F;
   color: #fff;
   border: none;
   padding: 5px 15px;
   border-radius: 5px;
   font-size: 14px;
}

.submission-section .btn-view:hover {
   background-color: #15406e;
}

.submission-section .main-content-bx h2 {
   font-size: 20px;
   font-weight: 700;
   color: #000;
}

.submission-section .table-responsive thead tr th {
   font-size: 16px;
   font-weight: 500;
   color: #00022A;
}

.submission-section .table-responsive tbody tr td {
   font-size: 16px;
   font-weight: 400;
   color: #000;
}


.submission-section .main-content-bx {
   background: #FAFAFAAF !important;
   height: 100%;

}

.submission-section .dash-frm-bx input {
   background: #4F40FF0D;
   padding: 0 40px;

}


.submission-section .card-box {
   background: #fff;
   padding: 20px;
   margin-bottom: 20px;
}

.submission-section .search-box input {
   border-left: none;
   box-shadow: none;
}

.submission-section .fa-search-icon {
   position: absolute;
   top: 45px;
   left: 12px;
}

.submission-section .card-box ol li {
   list-style-type: decimal !important;
   font-size: 16px;
   font-weight: 600;
   color: #000;
   padding: 10px 0;
}


 .submission-section  .area-list {
      padding: 20px;
    }
    .submission-section .area-checkbox {
      margin-bottom: 8px;
    }
   .submission-section  .custom-table-card {
      background: #FFFEDF;
      border: 1px solid #FFFEDF;
      border-radius: 6px;
      padding: 15px;
      margin: 15px 0;
    }



   .submission-section  .custom-tables th, 
   .submission-section  .custom-tables td {
      text-align: center;
      vertical-align: middle;
      font-size: 14px;
       background: #FFFEDF;
    }
  .submission-section  .custom-input {
      width: 60px;
      text-align: center;
      padding: 3px;
      font-size: 14px;
      
    }



.dropdown-menu {
   border-radius: 8px;
   border: none;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
   padding: 10px 0;
}

.dropdown-menu .dropdown-item {
   padding: 8px 16px;
   font-weight: 500;
   color: #0d2c66;
}

.dropdown-menu .dropdown-item:hover {
   background-color: #f5f5f5;
   color: #0056b3;
}

/* Search box */
.search-box {
   position: relative;
   max-width: 200px;
}

.search-box input {
   border-radius: 50px;
   padding: 10px;
   font-size: 14px;
   border: 1px solid #13528F;



}

.search-box button {
   position: absolute;
   top: 50%;
   right: 10px;
   transform: translateY(-50%);
   border: none;
   background: none;
   color: #13528F;
   font-size: 14px;
}

.btn-estimation {
   background-color: #13528F;
   color: #F1EB2E;
   font-weight: bold;
   border-radius: 20px;
   padding: 8px 20px;
   border: 2px solid #ffd700;
   transition: all 0.3s ease;
   width: 150px;
}

/* .btn-estimation:hover {
      background-color: #ffd700;
      color: #0d2c66;
      border-color: #0d2c66;
    } */


    .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px 0;
  list-style: none;
}

.page-item {
  margin: 0 4px;
}

.page-link {
  display: block;
  padding: 8px 14px;
  color: purple;
  background-color: transparent;
 border: none;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
    font-weight: 500;
}

/* .page-link:hover {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
} */

.page-item.active .page-link {
  background-color: #fff;
  border-color: #007bff;
  color: purple;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #f8f9fa;
  border-color: #dee2e6;
}
