/*
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;
}

.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; 
}

.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;
}



.navbar_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
}

.menu-item {
  margin-right: 20px; 
}

@media (max-width: 768px) {


  .header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .logo_column {
    flex: 1;
  }

  .menu_column {
    display: flex;
    justify-content: flex-end;
    width: auto;
  }

  .navbar_togglers {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: -150px; 
  }
}


.quote-call-btns {
  display: flex;
  gap: 20px;
  align-items: center;
}

.quote-btn {
  padding: 10px 20px;
  background-color: #F03729 !important; 
  color: white;
  border: solid 2px transparent; 
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease; 
}

.quote-btn:hover {
  background-color: white !important;
  color: #F03729;
  border: 1px solid #F03729; 
}



.call-btn {
  padding: 12px;
  background-color: #4caf50; 
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}

.call-btn:hover {
  background-color: #45a049;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  width: 270px; 
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  padding: 15px;
  z-index: 1;
  border-radius: 5px;
  white-space: nowrap;
  left: -100px; 
  transform: translateX(-95px); 
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content h3 {
  font-size: 18px;
  margin: 5px 0;
}

.dropdown-content p {
  font-size: 14px;
  width: 350px;
  margin: 5px 20px;
}


.dropdown:hover .dropdown-content {
  display: block;
}
body{
  font-family: 'Spartan', sans-serif;

}

.about-section {
  padding: 30px 0;
  background-color: #F0F3F9;
}

.about-content {
  color: #333;
  padding-right: 30px;
  text-align: justify;  /* ✅ text justified for both desktop & mobile */
}

.about-content h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: left; /* keep heading aligned left */
}

.about-content p {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify; /* ✅ ensures justified paragraphs */
}

.about-content p strong {
  color: #100269;
  font-weight: bold;
}

.know-more-btn {
  display: inline-block;
  padding: 12px 25px;
  background-color: #F03729;
  color: white;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.know-more-btn:hover {
  background-color: white !important;
  color: #F03729;
  border: 1px solid #F03729;
}

.about-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

/* ✅ Responsive fix for small screens */
@media (max-width: 768px) {
  .about-content {
    padding-right: 0;
    margin-bottom: 20px;
    text-align: justify;
  }

  .about-content h2 {
    font-size: 2rem;
    text-align: center; /* center heading on mobile */
  }

  .about-content p {
    font-size: 1rem;
    text-align: justify;
  }

  .know-more-btn {
    display: block;
    margin: 20px auto 0; /* center button on mobile */
  }
}


.stats-section {
  background-color: #032466;
  text-align: center;
  padding: 15px 15px;
}

.stat-box {
  margin-top: 30px;
  flex: 1; 
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #F03729;

}

.stat-box p {
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: bolder;
  color: #F03729;
}
.service-section {
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  background-color: #F0F3F9;
}

.service-header {
  font-size: 2.8rem;
  font-weight: 700;
  margin-left: 200px;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.3;
}



.service-description {
  color: #555;
  margin-left: 200px;

  font-size: 20px;
  margin-bottom: 30px;
  max-width: 1100px;
}


.sliderr-wrapper {
margin-left: 280px;
  display: flex;
  overflow: hidden;
  position: relative;
  width: 945px; 
}

.sliderr {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: fit-content; 
}

.service-card {
  background-color: #032466;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 300px;
  padding: 20px;
  margin-right: 15px;
  flex-shrink: 0;
}
.service-card h3{
  color: #9ddeef;
  margin-bottom: 10px;


}
.s_tab_wrapper .content_image h6 {
  margin-left: 180px; 
}
.s_tab_wrapper .content_image h2 {
  margin-left: 180px; 
}
.s_tab_wrapper .content_image p {
  margin-left: 180px; 
  font-size: 20px;
}
.service-card h4 {
  color: #ded1ea;
  margin-bottom: 10px;
}

.service-card p {
  color: #e9e2e2;
  margin-bottom: 15px;
}

.service-card a {
  text-decoration: none;
  color: #ded1ea;
  font-weight: bold;
}

.sliderr-btn {
  background-color: rgba(2, 0, 18, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

#prevBtn {
  left: 10px;
}

#nextBtn {
  right: 10px;
}



@media (max-width: 768px) {
  .service-header {
    margin-left: 0;
    text-align: center;
  }

  .service-title {
    margin-left: 0;
    text-align: center;
  }

  .service-description {
    margin-left: 0;
    text-align: center;
    font-size: 16px;
  }

  .sliderr-wrapper {
    margin-left: 0; 
    width: 97%; 
    overflow: hidden;
  }

  .sliderr {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%; 
  }

  .service-card {
    margin-right: 10px;

    width: 100%; 
    flex-shrink: 0; 
    box-sizing: border-box;
  }

  .sliderr-btn {
    display: block; 
    
  }
}
@media (max-width: 1400px) {
  .service-header {
    margin: 0 auto;
    text-align: center;
  }

  .service-title {
    margin: 0 auto;
    text-align: center;
  }

  .service-description {
    margin: 0 auto;
    text-align: center;
  }

  .sliderr-wrapper {
    margin: 20px auto;
    width: 80%; 
  }
}

.customersimg {
  height: 560px;
  object-fit: cover;
}

.customersimg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px){
  .customersimg{
    height: 300px;
    margin-bottom: -30px;
  }
}
.career-section {
  padding: 60px 0;
  margin-left: 20px;
  background-color: white;
  color: #333;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.career-header-wrapper {
  margin-bottom: 40px;
}

.career-header {
   font-size: 2.8rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  
}

.career-title {
  font-size: 42px;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 10px;
}

.career-description {
  font-size: 18px;
  color: #7f8c8d;
  line-height: 1.8;
  margin-bottom: 20px;
}

.career-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
    position: relative;
  z-index: 0;
    overflow: visible !important;
}

.career-card {
  background-color:  #F0F3F9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;

  position: relative;
  z-index: 1;
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.career-card:hover {
  transform: translateY(-5px);
}



.card-description {
  font-size: 16px;
  color: #555;
}

.career-btn-wrapper {
  text-align: center;
}

.career-btn {
  display: inline-block;
  padding: 12px 25px;
  background-color: #0056b3;
  color: white;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.career-btn:hover {
  background-color: white ;
  color: #0056b3;
  border: 1px solid #0056b3; 
}
.apply-form-modal {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  width: 600px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin-top: 50px; 
}

.close-btn {
  font-size: 30px;
  color: #333;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
}

.apply-form input,
.apply-form textarea, 
.apply-form select {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.form-row {
  gap: 20px;
  display: flex;
  justify-content: space-between;
}

.form-row input, .form-row select {
  width: 80%;
}

label {
  text-align: left;
  display: block;
  margin-top: 10px;
}

textarea {
  height: 150px;
  resize: vertical;
}

.submit-btn {
  background-color: #0056b3;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.submit-btn:hover {
  background-color: #003d80;
}

.apply-btn-wrapper a {
   display: inline-block;
  width: 200px;              /* Fixed width */
  height: 45px;              /* Fixed height */
  line-height: 45px;         /* Vertically center text */
  background-color: #2c5aa0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.9rem;
  border-radius: 5px;
  transition: background 0.3s ease;
  overflow: hidden;          /* Prevent text overflow */
  white-space: nowrap; 
}

.apply-btn-wrapper a:hover {
  
   background-color: #1e3f7a;
}

#file-name {
  margin-top: 5px;
  font-size: 14px;
  color: #555;
}
@media (max-width: 768px) {
    .tabs_header {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        text-align: left; 
    }

    .showcase_tabs_btns {
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
    }

    .nav-item {
        width: 100%;
        margin: 10px 0; 
        text-align: left;
    }

    .s_tab_btn {
        font-size: 14px;
        width: 100%;
        text-align: left;
        padding: 12px;
    }

    .s_tab_wrapper {
        padding: 0 10px;
        width: 100%;
    }

    .s_tabs_content {
        width: 100%;
    }

    .tab_content {
        min-height: 250px;
        background-size: cover;
        background-position: center;
        padding: 20px;
        width: 100%;
    }

    .content_image {
        text-align: left;
        padding: 10px;
    }

    .content_image h6 {
        font-size: 30px;
        margin-top: -80px;
        margin-bottom: 30px;
    }

    .content_image h2 {
        font-size: 28px;
    }
  
    .content_image p {
        font-size: 14px;
        line-height: 1.6;
    }
  
    .toll_free a {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .tabs_header {
        width: 100%;
        text-align: left;
        margin-left: 0;
    }
  
    .showcase_tabs_btns {
        width: 100%;
        display: block;
    }
  
    .nav-item {
        width: 100%;
        text-align: left;
    }
  
    .s_tab_btn {
        font-size: 12px;
        width: 100%;
        padding: 10px;
        text-align: left;
    }
  
    .content_image {
        text-align: left;
        padding: 10px;
    }
  
    .content_image h6 {
        font-size: 25px;
        margin-top: -60px;
        margin-bottom: 20px;
    }
   
    .content_image h2 {
        font-size: 22px;
    }

    .content_image p {
        font-size: 12px;
        line-height: 1.5;
    }
}
.apply-form-modal .modal-content {
 margin-top: 60px;
  max-width: 90%; 
  max-height: 80vh; 
  overflow-y: auto; 
  padding: 20px;
}
@media (max-width: 1200px) {
  .tabs_header {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .showcase_tabs_btns {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .content_image h6 {
    font-size: 40px !important;
    margin-top: -120px !important;
    margin-bottom: 120px !important;
  }
  .content_image h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 992px) {
  .tab_over_all_box {
    flex-direction: column !important;
    align-items: center !important;
  }
  .tabs_header {
    width: 100% !important;
    text-align: center !important;
  }
  .showcase_tabs_btns {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .content_image h6 {
    font-size: 35px !important;
    margin-top: -100px !important;
    margin-bottom: 100px !important;
  }
  .content_image h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 768px) {
  .tabs_header {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .showcase_tabs_btns {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .s_tab_wrapper {
    padding: 10px !important;
  }
  .tab_content {
    min-height: 250px !important;
    padding: 15px !important;
  }
  .content_image h6 {
    font-size: 30px !important;
    margin-top: -80px !important;
    margin-bottom: 80px !important;
  }
  .content_image h2 {
    font-size: 25px !important;
  }
}

@media (max-width: 576px) {
  .showcase_tabs_btns {
    width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .content_image h6 {
    font-size: 25px !important;
    margin-top: -60px !important;
    margin-bottom: 60px !important;
  }
  .content_image h2 {
    font-size: 22px !important;
  }
  .tab_content {
    min-height: 200px !important;
    padding: 10px !important;
  }
}
@media (max-width: 1024px) {
  .tabs_all_box.type_one {
    display: flex;
    flex-direction: column; 
    align-items: center; 
  }

  .tab_over_all_box {
    display: flex;
    flex-direction: column; 
    width: 100% !important;
  }
  .tabs_header{
    width: 900px !important;
  }
  .tabs_all_box.type_one .tab_content .content_image h6{
    margin-left: -250px !important;
  } 
  .tabs_all_box.type_one .tab_content .content_image h2{
    margin-left: -250px !important;
  }   
  .tabs_all_box.type_one .tab_content .content_image p{
    margin-left: -250px !important;
  }  
  .tabs_header {
    position: relative !important; 
    z-index: 10; 
    margin-bottom: 20px !important;  }

  .s_tab_wrapper {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .tabs_all_box.type_one .tab_content .content_image h6 {
    font-size: 30px !important;
    margin-top: -150px !important;
    margin-bottom: 80px !important;
  }
}

@media (max-width: 576px) {
  .tabs_all_box.type_one .tab_content .content_image h6 {
    font-size: 25px !important;
    margin-left: -30px !important;
    margin-top: -220px !important;
    width: 500px !important;
    margin-bottom: 30px !important;
  }

  .tabs_all_box.type_one .tab_content .content_image h2 {
    font-size: 22px !important;
    margin-left: -20px !important;
    margin-bottom: 15px !important;
    position: relative;
    z-index: 2;
  }

  .tabs_all_box.type_one .tab_content .content_image p {
    font-size: 18px !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
    width: 100% !important;
    max-width: 350px !important;
    margin-bottom: 30px !important;
    position: relative;
    z-index: 1;
    display: block !important;
    line-height: 1.4 !important;
  }
}


@media (max-width: 768px) {
  .career-section{
    margin-left: 0;
  }
  .career-header{
    font-size: 30px;
  }
  h2.career-title{
    font-size: 25px;
  }
  .apply-form-modal {
    top: 20%; 
    left: 0;
    width: 700px;
    height: 80%; 
    margin: 0;
    margin-left: -160px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start; 
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 1000;
    overflow-y: auto;
  }

  .modal-content {
    width: 90%;
    max-width: 500px; 
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }

  .close-btn {
    font-size: 25px;
    top: 15px;
    right: 15px;
    position: absolute;
  }

  .form-row input, .form-row select {
    width: 100%;
    margin-bottom: 10px;
  }

  .apply-form input,
  .apply-form textarea,
  .apply-form select {
    margin-top: 2px;

  }

  .form-row {
    flex-direction: column;
    gap: 0;
    
  }

  textarea {
    height: 120px;
  }

  .submit-btn {
    width: 100%;
    padding: 12px;
  }

  .apply-btn-wrapper a {
    padding: 10px 20px;
    font-size: 16px;
  }

  #file-name {
    font-size: 12px;
    color: #777;
  }
}



@media (max-width: 768px) {
  .career-title {
    font-size: 28px;
  }

  .career-description {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .career-title {
    font-size: 24px;
  }
}
.who-we-work-with {
  background-color: #032466;
  padding: 40px 10px;
  color: #fff;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.who-we-work-with .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-heading {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.section-description {
  font-size: 18px;
  color: #f3f3f3;
  max-width: 600px;
  margin: 0 auto 20px;
  line-height: 1.6;
}

.logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.logo-img {
  width: 120px;
  height: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
  background: white; /* White background */
  padding: 10px;
  border-radius: 10px;
}

.logo-img:hover {
  transform: scale(1.1);
}


@media (max-width: 992px) {
  .logos {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .section-heading {
    font-size: 28px;
  }
  .section-description {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .who-we-work-with .container {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;   }

  .section-heading {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center; 
    padding-left: 15px;
  }

  .section-description {
    font-size: 18px;
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
  }

  .logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 10px;
    justify-items: center;
    width: 100%; 
  }

  .logo-img {
    width: 100%;
    max-width: 140px; 
  }
}

@media (max-width: 480px) {
  .logos {
    grid-template-columns: repeat(2, 1fr); 
    gap: 8px;
  }
  .section-heading {
    font-size: 28px;
  }
  .section-description {
    font-size: 14px;
  }
  .logo-img {
    width: 90px;
  }
}

.recent-news {
  padding: 30px 0 20px;
  margin-bottom: 20px;
  background-color: #F0F3F9;
}

.recent-news h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.3;
  text-transform: none; 
  text-shadow: none; 
  text-align: left;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.news-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.slider-items {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
  width: 95%;
}

.slider-item {
  flex: 0 0 calc(33.33% - 15px);
  box-sizing: border-box;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 10px;
}

.slider-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.recent-news p {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 10px;
}

.news-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.news-description {
  text-align: left;
  font-size: 14px;
  color: #666;
}

.news-link {
  font-size: 14px;
  color: white;
  text-decoration: none;
  background-color: #F03729;
  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
  align-self: flex-start;
  margin-top: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.news-link:hover {
  background-color: white;
  color: #F03729;
  border: 1px solid #F03729;
}

.slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.slider-prev-btn, .slider-next-btn {
  background-color: rgba(0, 0, 0, 0.1);
  color: #333;
  border: none;
  font-size: 25px;
  cursor: pointer;
  margin-top: 20px;
  padding: 10px;
  border-radius: 50%;
}


@media (max-width: 768px) {
  .slider-item {
    flex: 0 0 calc(50% - 10px); 
  }
}

@media (max-width: 480px) {
  .slider-item {
    flex: 0 0 95%; 
  }
}


.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px ;
  background: #F0F3F9;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.contact-form {
  padding: 30px;
  background-color: #032466;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
  font-size: 26px;
  color: #edeff6;
  margin-bottom: 20px;
  text-transform: uppercase;
}

form {
  display: flex;
  flex-direction: column;
}

.form-group {
  margin-bottom: 20px;
}

input, textarea {
  padding: 14px;
  border: 2px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
}

textarea {
  height: 100px;
  resize: none;
}

.contact-form button {
  padding: 14px;
  background-color: #021a35 !important;
  color: #F0F3F9 !important;
  font-size: 18px !important;
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: #F0F3F9 !important;
  color: #002f62 !important;
}


.contact-info {
  padding: 50px;
  color: #003d80;
  height: 50%;
  max-width: 500px;
  background: linear-gradient(135deg, #f0f3f9, #dfe7f3); 
  border-left: 6px solid #003d80;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 61, 128, 0.4); 
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 61, 128, 0.6); 
}

.contact-info h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #002f62;
  text-align: center;
}

.contact-info p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .testimonial .row {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial .col-xxl-5,
  .testimonial .col-xl-5,
  .testimonial .col-lg-5 {
    width: 100% !important;
    padding: 0 20px;
  }

  .testimonial .image {
    text-align: left;
  }

  .testimonial .image img {
    max-width: 80%;
    margin-left: 0;
  }

  .testimonial_sec_wrapper {
    padding-left: 20px !important;
  }
}
@media  (max-width: 768px){
  .testimonial .image img{
    width: 800px !important;
    height: 400px !important;
   margin-left: 80px !important;

  }
  .testimonial_sec.style_one .testimonial_box .authour_details.image_yes .image img{
    width: 100px  !important;
    height: 80px !important;
    margin-left: 0 !important;
  }
  
}
@media (max-width: 576px) {
  .testimonial_sec.style_one .testimonial_box .authour_details.image_yes .image img{
    width: 100px  !important;
    height: 100px !important;
    margin-left: 0 !important;
  }
  .testimonial .image img{
    margin-left: 20px !important;
    width: 500px !important;
  }
  .testimonial .row {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial .col-md-12 {
    width: 100% !important;
    padding: 0 15px;
  }

  .testimonial .image {
    text-align: left;
  }

  .testimonial .image img {
    max-width: 90%;
    margin-left: 0;
  }

  .testimonial_sec_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial_sec .comment {
    font-size: 16px !important;
    padding: 10px;
    text-align: left;
  }

  .arrows {
    display: flex;
    justify-content: flex-start;
  }
}


@media (max-width: 1024px) {
  .contact-container {
    grid-template-columns: 1fr;
    padding: 30px;
  }
  .contact-info {
    max-width: 100%;
    text-align: center;
    padding: 30px;
  }.contact-info{
    height: 270px;
  }
}

@media (max-width: 768px) {
  .contact-form {
    padding: 20px;
  }
  input, textarea {
    padding: 12px;
    font-size: 14px;
  }
  .contact-form button {
    padding: 12px;
    font-size: 16px;
  }.contact-info{
    height: 270px;
  }
  .contact-info h2 {
    font-size: 24px;
  }
  .contact-info p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .contact-container {
    padding: 20px;
  }
  .contact-form h2 {
    font-size: 22px;
    text-align: center;
  }
  .contact-info {
    padding: 20px;
  }
  .contact-info p {
    flex-direction: column;
    text-align: center;
  }
}

.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 20px;
  position: relative;
}
.slider {
  display: flex;
  overflow: hidden;
  width: 500px;
}
.slider img {
  width: 120px;
  height: auto;
  margin: 0 10px;
  transition: transform 0.3s ease-in-out;
}
.slider-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: red;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#prev {
  left: 10px;
}
#next {
  right: 10px;
}


.contact-map-section {
  /* padding: 60px 0; */
  background-color: #f9f9f9;
   padding-top: 70px;
}

.section-title {
  margin-top: -40px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: bold;
  color: #2c3e50;
  padding-top: 30px;
}

.section-subtitle {
 font-size: 18px;
  color: #7f8c8d;
  margin-bottom: 30px;
}

.map-outer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-image {
  width: 100%;
  max-width: 1400px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.social_media_v_one ul {
  display: flex;
  justify-content: left;
  gap: 15px;
  list-style: none;
  padding: 0;
}

.social_media_v_one li {
  text-align: left;
}

.social_media_v_one a {
  display: flex;
  flex-direction: column;
  align-items: left;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.social-icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}

.social-icon span, .social-icon svg {
  font-size: 24px;
  color: inherit;
}

.social_media_v_one li:nth-child(1) .social-icon { color: #4267B2; }
.social_media_v_one li:nth-child(2) .social-icon { color: black; }
.social_media_v_one li:nth-child(3) .social-icon { color: #0077B5; }
.social_media_v_one li:nth-child(4) .social-icon { color: #E4405F; }

.social-icon:hover {
  transform: scale(1.1);
}
