html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.gallery-caption {
  position: relative;
}
.bypostauthor {
  position: relative;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

table {
  width: 100%;
}
.widgets_grid_box .widget_categories ul:before,
.widgets_grid_box .widget_meta ul:before,
.widgets_grid_box .widget_archive ul:before {
  clear: both;
  content: "";
  overflow: auto;
}

.widgets_grid_box ul ul.children {
  padding: 0px 0px 0px 5px !important;
  border-radius: 0px;
  border: 0px !important;
}

.widgets_grid_box .widget_categories ul li,
.widgets_grid_box .widget_archive ul li {
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a,
.widgets_grid_box .widget_archive ul li a {
  float: left;
}
.post-password-form label {
  width: 100%;
}
input[type="password"] {
  width: 100%;
}
.wp-block-button {
  margin-bottom: 15px;
}
.has-background-dim,
.has-background-dim p {
  color: #fff;
}

.col-lg-12.padding_zero {
  padding: 0px;
}
.sec_comments .col-lg-12 {
  padding: 0px;
}

/* customecss */

/* Custom CSS for the Boxes Section */
.custom-box {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  height: 100%;
  /* Ensures equal height for all boxes */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-box:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.box-icon img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.box-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.box-text {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .box-title {
    font-size: 16px;
  }

  .box-text {
    font-size: 13px;
  }
}

.service_section {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.service_box {
  background-color: #fff;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.icon_image img {
  /* max-width: 240px; */

  margin: 9px auto;
  /* height: 231px; */
  width: 299px;
  border-radius: 10px;
}

.ll{
line-height: 30px !important;
font-size: 16px !important;
}

.service_box h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}

.service_box p {
  font-size: 14px;
  color: #6c757d;
  margin: 10px 0 15px;
}

.service_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service_box ul li {
  font-size: 14px;
  color: #495057;
  margin: 5px 0;
}

.content_inner {
  padding: 10px;
}

.ovarlay_link {
  margin-top: 15px;
}

.ovarlay_link a {
  font-size: 18px;
  color: #007bff;
  text-decoration: none;
}

.ovarlay_link a:hover {
  text-decoration: underline;
}

.overlay_content {
  padding: 15px;
}

.title_sections {
  margin-bottom: 40px;
}

.title_sections h2 {
  font-size: 28px;
  font-weight: bold;
}

.title_sections p {
  font-size: 16px;
  color: #6c757d;
}

.mr_bottom_20 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .service_box {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  /* Targets devices with a width of 768px or less */
  .top_bar {
    display: none; /* Hides the top bar */
  }
}

/* customizecss */

.umm {
  padding: 12px 45px;
  background: #1e3384;
  transition: all 0.3s ease; /* Smooth transition for all properties */
  cursor: pointer; /* Change cursor to indicate it's clickable */
}

.umm:hover {
  background: #24203b;
  transform: scale(1.05); /* Slight scale effect */
}

.popup {
  transition: transform 0.3s;
  cursor: pointer;
}

.popup:hover {
  transform: scale(1.05);
}

.bolgg {
  border-radius: 24px;
  padding: 24px 15px !important;
  position: relative;
  height: 247px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 0px -8px;
}

.bolgg:hover {
  border-radius: 29px !important;
  box-shadow: rgb(0 0 0) 0px 5px 8px !important;
}

.lolo {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 0px; /* Initial border-radius */
  transition: all 2s ease; /* Slow transition */
  cursor: pointer;
}

.lolo:hover {
  border-radius: 29px !important;
  box-shadow: rgb(0 0 0) 0px 5px 8px !important;
}

@keyframes gradientAnimation {
  0% {
    background: linear-gradient(to right, #1e3c72, #2a5298);
  }
  50% {
    background: linear-gradient(to right, #2a5298, #1e3c72);
  }
  100% {
    background: linear-gradient(to right, #1e3c72, #2a5298);
  }
}

.animated-gradient {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(to right, #1e3c72, #2a5298);
  background-size: 200% 200%; /* Ensures smooth animation */
  animation: gradientAnimation 5s infinite ease-in-out;
}

/* Ensure Modal Width Stays Within Viewport */
.modal-dialog {
  max-width: 400px; /* Compact width for the form */
  width: 90%; /* Responsive width */
  margin: auto; /* Center align */
  padding: 0; /* Prevent unwanted extra spacing */
  overflow-x: hidden; /* Remove horizontal scrollbar */
}

/* Modal Content Styling */
.modal-content {
  border-radius: 10px; /* Smooth rounded corners */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Soft shadow for depth */
  padding: 20px; /* Compact and uniform padding */
  background: #fff; /* Clean background */
  border: 1px solid #ddd; /* Subtle border for structure */
}

/* Form Input Fields */
.form-control {
  border: 1px solid #ced4da; /* Subtle border color */
  border-radius: 5px; /* Rounded corners for input fields */
  padding: 10px; /* Compact padding */
  font-size: 14px; /* Standard font size */
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.form-control:focus {
  border-color: #007bff; /* Blue focus effect */
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.5); /* Soft glow effect */
  outline: none;
}

/* Spacing Between Form Fields */
.modal-body .form-group {
  margin-bottom: 15px; /* Add space between fields */
}

/* Modal Header */
.modal-header {
  border-bottom: 1px solid #ddd; /* Subtle separator */
  padding-bottom: 10px;
}

.modal-header .modal-title {
  font-weight: 600;
  font-size: 16px;
  color: #333; /* Darker title color */
}

.modal-header .btn-close {
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.modal-header .btn-close:hover {
  opacity: 1;
}

/* Buttons Styling */
.modal-footer .btn {
  border-radius: 5px; /* Consistent button shape */
  padding: 8px 15px; /* Compact padding */
  font-size: 14px; /* Standard font size */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.modal-footer .btn-secondary {
  background-color: #6c757d;
  color: #fff;
  border: none;
}

.modal-footer .btn-secondary:hover {
  background-color: #5a6268;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.modal-footer .btn-primary {
  background-color: #007bff;
  color: #fff;
  border: none;
}

.modal-footer .btn-primary:hover {
  background-color: #0056b3;
  box-shadow: 0 4px 6px rgba(0, 123, 255, 0.4);
}

/* Adjustments for Smaller Screens */
@media (max-width: 576px) {
  .modal-dialog {
    width: 95%; /* Slightly narrower for mobile */
  }
  .modal-content {
    padding: 15px; /* Reduced padding */
  }
  .form-control {
    font-size: 13px;
    padding: 8px; /* Smaller padding for inputs */
  }
  .modal-footer .btn {
    font-size: 13px;
    padding: 8px 12px; /* Compact buttons for mobile */
  }
}

/* Add Space and Remove Scrollbar */
body.modal-open {
  overflow-x: hidden; /* Prevent horizontal scrolling */
  padding-right: 0 !important; /* Remove body scrollbar padding */
}

.enquiry-btn a {
  background-color: #007bff;
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.enquiry-btn a:hover {
  background-color: #0056b3;
}

.yy {
  /* margin: 10px 2px; */
  padding: 2px 10px !important;
  background: #24203b !important;
  border-radius: 99px;
  margin-left: 88px;
  /* color: white; */
}

.yy:hover {
  background: #4260aa !important;
  box-shadow: rgb(0 0 0 / 26%) 0px 5px 15px !important;
}

.popup {
  transition: transform 0.3s;
  cursor: pointer;
}

.popup:hover {
  transform: scale(1.02);
}




/* //three box// */

.core-values-section {
  padding: 60px 0;
  background: #f8f9fa;
}

.value-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
}

.value-box .icon {
  font-size: 40px;
  color: #0057ff;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.value-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.value-box p {
  font-size: 15px;
  color: #666;
}

.value-box:hover {
  background: #405297;
  color: #fff;
  transform: translateY(-5px);
}

.value-box:hover .icon,
.value-box:hover h4,
.value-box:hover p {
  color: #fff;
}





.service_sectionn{
  padding: 0px 0 80px 0px;
}

.read_more {
    display: inline-block;
    background-color: #007bff;
    color: white !important;
    padding: 6px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
}

.read_more:hover {
    background-color: #0056b3;
    text-decoration: none;
}

@media(max-width:756px){
  .image_boxes.style_three img {
    height: auto;
    /* padding: 10px; */
    width: 100%;
    -o-object-fit: cover;
    object-fit: scale-down;
}
.product-title {
    font-size: 20px !important;
    line-height: 31px !important;
}

.extra_content .simple_image h2 {
    font-size: 17px !important;
}
.title_all_box.style_six .title_sections .title, .title_all_box.style_six .title_sections h1, .title_all_box.style_six .title_sections h2, .title_all_box.style_six .title_sections h3, .title_all_box.style_six .title_sections h4, .title_all_box.style_six .title_sections h5, .title_all_box.style_six .title_sections h6 {
  font-size: 25px !important;
}

.faq_section.type_two .faq_header {
    font-size: 14px !important;
}

}

.pt-80{
  padding-top:80px !important;
}

