/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 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;
}

.contact-info {
  list-style: none;
  padding: 0;
  
}
.contact-info li {
  display: flex;
  align-items: center;
  gap: 10px; 
  margin-bottom: 8px;
  color: white;
}
.contact-info i {
  color: white;
  margin-right: 4px; 
}
.contact-info a {
  text-decoration: none;
  color: black; 
}
.slider {
  position: relative; /* Ensures the contact-box is positioned within it */
}

.contact-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(29%, -105%);
  width: 420px;
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 10px 25px rgba(248, 140, 90, 0.548);
  border-left: 5px solid var(--primary-color-one);
  border-right: 5px solid var(--primary-color-one);
  transition: 0.4s ease-in-out;
  z-index: 10; /* Ensures it appears above other content inside .slider */
}

.contact-box:hover {
  box-shadow: 0px 10px 30px rgba(77, 193, 252, 0.5);
  border-color:var(--menu-active-color);
}
.contact-box h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  color: var(--primary-color-one);
  font-weight: 700;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #ff4d4d;
  transition: 0.3s;
}
.close-btn:hover {
  color: #ff0000;
  transform: scale(1.1);
}
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group input, .form-group select {
  width: 100%;
  padding: 12px 40px 12px 12px;
  border: 2px solid #00aaff;
  border-radius: 10px;
  background: transparent;
  color: #333;
  font-size: 15px;
  outline: none;
  transition: 0.3s;
  position: relative;
}
.form-group input:focus, .form-group select:focus {
  border-color: #ff9800;
  box-shadow: 0px 0px 10px rgba(255, 152, 0, 0.6);
}
.form-group label {
  position: absolute;
  top: 14px;
  left: 15px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  transition: 0.3s;
}
.form-group input:focus + label,
.form-group select:focus + label {
  top: -8px;
  left: 15px;
  font-size: 12px;
  color: #ff9800;
  background: white;
  padding: 0px 4px;
}
.form-group i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: var(--menu-active-color);
  font-size: 18px;
  transition: 0.3s;
}
.form-group input:hover + i, .form-group select:hover + i {
  color: #ff9800;
}
.submit-btn {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #0077ff, #00aaff);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.submit-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  left: -100%;
  transition: 0.4s;
}
.submit-btn:hover::after {
  left: 100%;
}
.submit-btn:hover {
  background: var(--menu-active-color);
  box-shadow: 0px 0px 15px #1dc8fc;
}
@media (max-width: 768px) {
  
}
.icon_bx i{
  font-size: 40px;
}
.icon_box_simple {
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ddd;
}

/* Hover Effects */
.icon_box_simple:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  border-color: #007bff;
}

/* Icon Styling */
.icon_bx {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color-one);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* margin: 0 auto 15px; */
  transition: all 0.3s ease-in-out;
}

.icon_bx i {
  font-size: 26px;
  color: #fff;
}

.icon_box_simple:hover .icon_bx {
  background: #0056b3;
}

/* Text Styling */
.text_box h2 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
}
.text_box{
  display: flex;
      justify-content: center;
      align-items: center;
}

.text_box h2 a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease-in-out;
}

.text_box h2 a:hover {
  color: #007bff;
}
.title_all_box strong{
  color: var(--menu-active-color
  );
}
/* Tablet View (Max width: 768px) */
@media (max-width: 768px) {
  .contact-box {
    width: 90%; /* Make it occupy more space */
    transform: translate(-50%, -50%); /* Center it properly */
    left: 50%;
    top: 50%;
  }
}

/* Mobile View (Max width: 480px) */
@media (max-width: 480px) {
  .contact-box {
    width: 95%; /* Make it wider for small screens */
    padding: 20px; /* Reduce padding */
    transform: translate(-50%, -50%); /* Ensure it's centered */
    left: 50%;
    top: 50%;
  }
}
.icon_image i{
  font-size: 35px;
  color: var(--menu-active-color);
}
.text-justify{
  text-align: justify !important;
}
.black{
  color: black !important;
}
.count{
  font-family: var(--creote-family-one);
  font-size: 40px;
  font-weight: bold;
}
.counter-wrapper{
  background: #333;
   background-image:url(../img/counter.jpg);
  background: cover;
  background-position: center center;
  position: relative;
}
.counter-wrapper:after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: rgba(0,0,0,.5);
}
.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  font-size: 48px;
}
.icon-size i{
  font-size: 40px;
  margin-bottom: 10px;
}
.bg1{
  background-image: url(../img/bg1.avif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg2{
  background-image: url(../img/bg2.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg3{
  background-image: url(../img/footer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.map-outer1 {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.map-outer1:hover {
  transform: scale(1.02);
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.3);
}
.google-map1 {
  width: 100%;
  height: 450px;
  filter: grayscale(10%) brightness(90%);
  transition: filter 0.5s ease-in-out;
}
.google-map1:hover {
  filter: grayscale(0%) brightness(100%);
}
.service_wrapper {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 380px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.service_wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

/* Title */
.service_title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Service List */
.service_list {
  list-style: none;
  padding: 0;
}
.service_list li {
  margin: 12px 0;
  padding: 15px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.service_list li a {
  text-decoration: none;
  color: var(--menu-active-color);
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--creote-family-one);
  position: relative;
  z-index: 2;
}

/* Hover Effects */
.service_list li::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s;
}
.service_list li:hover::before {
  left: 100%;
}
.service_list li:hover {
  background: linear-gradient(135deg, #f17a18, #e45f06);
  transform: scale(1.07);
 
}
.service_list li:hover a {
  color: white;
  transition: 0.1s;
}

/* Icon Effects */
.service_list li i {
  transition: transform 0.3s ease-in-out;
}
.service_list li:hover i {
  transform: rotate(360deg);
}
 /* Sidebar Container */
 .sidebar-widget {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /* width: 320px; */
  text-align: center;
}

/* Title */
.sidebar-widget h5 {
  font-size: 24px;
  font-weight: 800;
  color: black;
  margin-bottom: 15px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

/* Service Box */
.service-box {
  background: #f1f1f1;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.service-box img {
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}

.service-box h6 {
  padding: 12px;
  font-size: 17px;
  font-weight: 600;
  color:  black;
  background: #fff;
  margin: 0;
  transition: background 0.3s ease, color 0.3s ease;
}

.service-box:hover h6 {
  background:  var(--menu-active-color);
  color: #fff;
}
@media (max-width:728px){
  .top_bar{
    display: none;
  }
  .style_page_fourteen .slide-item-content .slider_content{
    margin-left: 0px !important;
  }
  .style_page_fourteen .slide-item-content .slider_content h6{
    font-size: 19px !important;
  }
  .image_boxes .year_of_experience .content h2 {
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
}
.title_all_box.style_six .title_sections .title{
  font-size: 18px !important;
}
.icon_box_all.style_two{
  padding-bottom: 20px !important;
}
.service_list li a{
  font-size: 15px !important;
}
}
.content_box h5{
  padding-bottom: 20px;
}
/* gallery section */

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}
.gallery-item {
  flex: 1 1 calc(20% - 10px);
}
.gallery-item img {
  width: 100%;
  height: 200px;
  cursor: pointer;
  padding-left: 10px;
  margin-bottom: 20px;
}
.modal {
  display: none;
  position: fixed;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}
.modal {
  display: none;
  position: fixed;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 2;
}
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 0.3rem;
  outline: 0;
}
.ph {
  width: 80px;
  height: auto;
  display: table;
  float: right;
  position: fixed;
  z-index: 99999999999;
  top: 40%;
  right: 10px;
}

.whatsapp {
  width: 50px;
  height: auto;
  display: table;
  float: right;
  position: fixed;
  z-index: 99999999999;
  top: 60%;
  right: 15px;
}
.table-container {
  overflow-x: auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: white;
  padding: 10px;
}
table {
  width: 100%;
  border-collapse: collapse;
  animation: fadeIn 1s ease-in-out;
}
th, td {
  padding: 12px;
  text-align: left;
  border: 2px solid rgb(212, 211, 211);
  color: black;
  font-size: 17px;
  font-weight: 600;
  font-family: var(--creote-family-one);
}
th {
  background-color: var(--primary-color-one);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--creote-family-one);
  color: white;
}
tr:hover {
  background-color: #f1f1f1;
  transition: 0.3s;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 768px) {
  .table-container {
      overflow-x: scroll;
  }
  th, td {
      padding: 10px;
      font-size: 14px;
  }
  .ph {
    width: 80px !important;
    height: auto;
  }
  .whatsapp {
    width: 60px !important;
    height: auto;
  }
  .footer_copy_content{
    font-size: 13px !important;
  }
}
.footer-bar {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--menu-active-color);
  color: white;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999999;
  animation: slideUp 0.5s ease-in-out;
}

/* Icon and Phone Number */
.phone-number {
  font-size: 20px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
}
.phone-number .icon-phone {
  margin-right: 5px;
  font-size: 22px;
}
.phone-number a{
  color: white !important;
}

/* Hover Effect */
.footer-bar:hover {
  background: var(--primary-color-one);
}

/* Slide-in Animation */
@keyframes slideUp {
  from {
      transform: translateY(100%);
      opacity: 0;
  }
  to {
      transform: translateY(0);
      opacity: 1;
  }
}

/* Show only on mobile devices */
@media (max-width: 768px) {
  .footer-bar {
      display: block;
  }
}
.footer-map iframe{
  border-radius: 20px !important;
  
}
/* Container Styling */
.terms-container {
  /* max-width: 900px; */
  margin: 50px auto;
  padding: 30px;
  background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  animation: fadeIn 1s ease-in-out;
}

/* Heading */
.terms-heading {
  font-size: 28px;
  color: #007bff;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.terms-heading i {
  font-size: 30px;
  color: var(--primary-color-one);
}

/* List Styling */
.terms-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  /* max-width: 800px; */
}

/* List Items */
.terms-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  font-family: var(--creote-family-one);
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease-out forwards;
}

.terms-list li:last-child {
  border-bottom: none;
}

/* Animating Each Item Delay */
.terms-list li:nth-child(1) { animation-delay: 0.1s; }
.terms-list li:nth-child(2) { animation-delay: 0.2s; }
.terms-list li:nth-child(3) { animation-delay: 0.3s; }
.terms-list li:nth-child(4) { animation-delay: 0.4s; }
.terms-list li:nth-child(5) { animation-delay: 0.5s; }
.terms-list li:nth-child(6) { animation-delay: 0.6s; }
.terms-list li:nth-child(7) { animation-delay: 0.7s; }

/* Icons Styling */
.terms-list i {
  font-size: 22px;
  color: #007bff;
}

/* Bold Span */
.terms-list span {
  font-weight: bold;
  color: #000;
}

/* Fade-in Animation */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .terms-container {
      padding: 20px;
  }

  .terms-heading {
      font-size: 24px;
  }

  .terms-list {
      font-size: 16px;
  }

  .terms-list i {
      font-size: 20px;
  }
}
