/*
Theme Name: rakawaglobal
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: Custom theme generated for rakawaglobal with static header, footer and front page.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rakawaglobal
*/
/* Importing fonts in CSS */
/* Importing fonts in CSS */
/* Importing fonts in CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Open+Sans:wght@400;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
 
}
.cta-section{
    display: none;
}

.truncate-text {
    white-space: nowrap;
    overflow: hidden;
    max-width: 312px;
    text-overflow: ellipsis;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 15px !important;
    vertical-align: middle;
}

.truncate-text span {
    margin-left: 10px;
    font-size: 0.8em;
    color: #666;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  position: relative;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.close span{
    
     font-size:18px !important;
}
.close {
    padding: 5px 11px;
    border: 1px solid #000;
    border-radius: 30px;
}
a{
  text-decoration: none;
}
.abt-secbtn {
  background: #fff !important;
  color: var(--blue) !important;
  margin-left: 20px !important;
}
.welcome-box h6{
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
}
.marqu{
  background-color: var(--blue);
}
.marqu marquee{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 4px 0px 3px;
}
.marqu marquee a{
  color: var(--red);
}
.welcome-box a{
  padding: 9px 25px ;
  background-color: var(--blue);
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  border: 2px solid var(--blue);
  font-weight: 700;
  font-family: var(--main-header);
}
/* Styling for the floating contact box */
.contact-box {
    position: fixed;
    bottom: 130px; /* Distance from bottom */
    right: 20px; /* Distance from right */
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Styling for WhatsApp icon */
.contact-box .whatsapp-icon {
   
    transition: transform 0.3s ease;
}

.contact-box .whatsapp-icon:hover {
    transform: scale(1.1);
}

.contact-box .whatsapp-icon img {
    width: 50px; background-color: #fff; /* Light blue for phone */
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    padding: 7px;
    height: 50px;
}


.healthcare-banner{
  margin-top: 84px;
}
.btn-nurses-only{
  display: flex;
}
:root {
  --primary-color: #333333; /* Neutral dark grey for text and headings */
  --secondary-color: #666666; /* Lighter grey for less prominent text */
  --background-color: #ffffff; /* White background for simplicity */
  --accent-color: #0078D7; /* Subtle blue for highlights or links */

  --main-head:"Raleway", sans-serif;; /* Professional font for headings */
  --main-line:"Poppins", sans-serif; /* Clean font for body text */
  --sec-line:"Poppins", sans-serif; /* Secondary font for consistency */
}

/* Global Typography */
body {
  font-family: var(--main-line);
  color: var(--primary-color); /* Neutral dark grey */
  background-color: var(--background-color);
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.wining-content p{
  text-transform: capitalize;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--main-head); /* Headings font */
  color: var(--primary-color); /* Dark grey for all headings */
  margin: 0 0 15px;
  font-weight: 600;
}

/* Heading Sizes */
h1 {
  font-size: 2.2rem; /* Main titles */
  line-height: 1.2;
}
h2 {
  font-size: 1.8rem; /* Section titles */
  line-height: 1.3;
}
h3 {
  font-size: 1.5rem; /* Subtitles */
  line-height: 1.4;
}
h4 {
  font-size: 1.2rem;
  font-weight: 500;
}
h5, h6 {
  font-size: 1rem;
  font-weight: 600;
  color:#000; /* Lighter grey for less emphasis */
}
.contact-formn img{
  position: absolute;
  left: 39%;
  top: 20px;
  display: inline-block;
  margin-bottom: 30px;
  bottom: 30px;

}
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index:9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000001cc;
}

.modal-content {
  background-color: rgb(255 255 255 / 53%); /* Semi-transparent background */
  backdrop-filter: blur(10px); /* Glass effect with blur */
  margin: 30px auto;
  padding: 70px 20px 50px;
  border: 1px solid #888;
  width: 40%;
  /* border: 2px solid #fff; */
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.contact-formn .form-control {
  background-color: #f7f8fa3d !important;
  border: none;
  color: #fff !important;
}
.contact-formn .form-control::placeholder{
  color: #ddd;
}
.contact-formn .form-control option{
  color: #000;
}
.contact-formn .form-label {
  padding-bottom: 8px;
font-size: 15px;
font-family: var(--main-head);
font-weight:500;
color: #fff;
}
.close {
  top: 20px;
right: 22px;
position: absolute;
color: #000;
background-color: #fff;
/* float: right; */
font-size: 20px;
font-weight: bold;
cursor: pointer;
}
.close {
padding: 1px 10px;
border: 1px solid #000;
border-radius: 30px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* Paragraphs */
p {
  font-family:  "Poppins", sans-serif !important;
  font-size: 16px;
  line-height: 1.8;
  color: var(--primary-color); /* Standard text color */
  margin: 0 0 15px;
}

/* Links */
a {
  color: var(--accent-color); /* Blue for links */
  text-decoration: none;
}
.welcome-box h3{
  color: #191d34;
  font-size: 30px;
  font-weight: 700;
  padding-right: 50px;
  line-height: 1.4;
}
.welcome-box h3 span{
  margin-bottom:10px;
  color:#26B3FB;
  font-size: 40px;
  font-weight: 800;
  padding-right: 50px;
  line-height: 1.3;
}


/* Button Styling */
button {
  font-family: var(--main-line);
  background-color: var(--accent-color); /* Accent color for buttons */
  color: #ffffff; /* White text */
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
}


.mobile-view{
    display:none;
}
/* Basic styling for the dropdown */

/* Hide the submenu initially */
.dropdown-menu.sub-abbbtt {
  display: none;
  position: absolute;
  left: 100% !important;
  top: 10px;
  margin-left: -10px;
  max-height: 350px; /* Set max height to control scroll area */
  overflow-y: auto; /* Add vertical scroll */
 
}

/* Customize scrollbar for the dropdown */
.dropdown-menu.sub-abbbtt::-webkit-scrollbar {
  width: 5px; /* Make scrollbar narrower */
}

.dropdown-menu.sub-abbbtt::-webkit-scrollbar-thumb {
  background-color: #019020; /* Customize scrollbar thumb color */
  border-radius: 4px; /* Make it rounded */
}

.dropdown-menu.sub-abbbtt::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Change color on hover */
}

.dropdown-menu.sub-abbbtt::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Customize scrollbar track color */
}

.sub-abbbtt li a{
  color: #000 !important;
}
.sub-abbbtt li a i{
  color: var(--blue) !important;
}
.sub-abbbtt li:hover a {
  color: #fff !important;
}
.sub-abbbtt li:hover a i{
  color: #2c2c2c !important;
}
.dropdown-menu{
  padding: 0 !important;
}
.submenu-icon {
  position: absolute;
  margin-left: 5px;
  top: 39%;
  right: 18px;
  float: right;
  font-size: 17px;
  color: #151515;
  transition: .5s all linear;
}
.dropdown-item:hover .submenu-icon{
  right:7px;
  transform: rotate(180deg);
  color: #4a4a4a !important;
}
.footer-text h6{
   margin: 0;
}
/* Full-page popup modal styles */
.custom-popup-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Transparent black background */
  z-index: 1000;
  padding-top: 60px;
}

.custom-popup-content {
  position: relative;
  margin: auto;
  background-color: #fff;
  width: 60%;
  max-width: 700px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-popup-content h2 {
  margin-bottom: 20px;
}

.custom-popup-content p {
  margin-bottom: 20px;
}

.custom-close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: #000;
  cursor: pointer;
}

/* Hide country content by default */
.custom-country-content {
  display: none;
}

.custom-country-link {
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

.custom-country-link:hover {
  color: #0066cc; /* Optional: Change color on hover */
}

/* Show the submenu when hovering over the Healthcare item */
.dropdown-item.dropdown:hover .dropdown-menu.sub-abbbtt {
  display: block;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  left: 20px;
  width: 280px;
  background-color: #fff;
  border: none;
  border-radius: 7px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  position: absolute;
}

.dropdown-content {
    position: absolute;
    background-color: #ffffff;
    width: 100px;
    min-width: unset;
    text-align: start !important;
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index:9999;
    border-radius: 5px;
    padding: 5px 0px;
    opacity: 0; /* Initially hidden */
    transform: translateY(-40px) !important; /* Start slightly above */
    transition: opacity 0.3s all linear ease, transform 0.3s all linear ease; /* Smooth transition */
}

.dropdown-content a {
    color: #898989;
    padding:7px 10px  !important;
    text-align: start !important;
    text-decoration: none;
    display: block;
    font-size: 10px !important;
    font-family: var(--top);
    font-weight: 500 !important;
    border: none !important;
    transition: opacity 0.3s all linear ease, transform 0.3s all linear ease; /* Smooth transition */

}

.dropdown-content a i{
    margin-right: 5px;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: #898989 !important;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    opacity: 1; /* Fade in */
    transform: translateY(0) !important; /* Slide down */
}

.dropbtn i{
    margin-left: 5px;
    font-size: 7px;
    transition: opacity 0.3s all linear , transform 0.3s all linear ; /* Smooth transition */
    transform:translateY(-2px);
}
.dropbtn:hover  i{
    transform: translateY(-2px) rotate(180deg);
}
/* top bar end here */

/* header part start here */



/* Base styles for the dropdown menu */
.abbbtt {
  background-color: #fff !important;
  padding:  0;
  transform-origin: top;
  transform: translateY(20px); /* Initial position below */
  opacity: 0; /* Start hidden */
  transition: transform 0.5s ease-out, opacity 0.5s ease-out; /* Smooth fade-in */
  top:30px !important;
  position: absolute;
  z-index: 1000; /* Make sure it appears on top */
  pointer-events: none; /* Prevent interaction when hidden */
}
.foot p {
    padding: 6px 0px 0;
    text-align: justify;
    font-size: 15px !important;
}
.footer-email-para{
  padding: 10px 0px;
}
/* When hovering over the nav-item or abbbtt, show the dropdown */
.navbar-nav .nav-item:hover .abbbtt,
.navbar-nav .nav-item .abbbtt:hover {
  transform: translateY(0); /* Slide up */
  opacity: 1; /* Make visible */
  pointer-events: auto; /* Allow interaction */
}
  .dropdown-item a{
    transition:  0.3s all linear!important; /* Smooth transition */

}
  /* ============ desktop view ============ */
  @media all and (min-width: 992px) {
    .dropdown-menu li {
      padding: 5px;
      position: relative;
    }
    /* .supermenu{
        display: none !important;
    }
  
    .submenu:hover .supermenu{
        display: block !important;
    } */
   .dropdown-menu{
    display: block;
    position: fixed;
   }
  
  
    .front{
      /* position: relative; */
      display: block;
  
    }
    
    .dropdown, .dropend, .dropstart, .dropup {
      position: relative !important;
  }
   
    .dropdown-menu li:hover {
      background:var(--blue);
      color: #fff;
  }
  .dropdown-menu li:hover a{
    color: var(--primary-color) !important; 

  }
    
  }
  /* ============ desktop view .end// ============ */
  
  /* ============ small devices ============ */
  @media (max-width: 991px) {
   
    .navbar-nav .dropdown-menu {
      padding: 20px;
      position: static;
  }
 
  .dropdown-menu li a{
    color: #404040;
    font-size: 14px;
  
  }
  .side-img{
    padding-top: 20px;
  }
    .back{
      display: block;
  
    }
  
    
    .dropdown-menu .dropdown-menu {
      margin-left: 0.7rem;
      margin-right: 0.7rem;
      margin-bottom: .5rem;
    }
  }
  .extra-top{
    background-color: var(--dark);
  }
  .navbar-scrolled{
    background:url(images/banner/head-bg.jpg)!important;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0 !important;
  }
  .navbar-brand{
    width: 20%;
    /* display: none; */
  }
  
  .head-icon{
    background: #eee;
    border-radius: 50%;
    width:40px;
    height:40px;
    margin-right: 10px;
    padding: 5px;
    overflow: hidden;
  }
.navbar-nav .nav-item .nav-link {
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.33;
    letter-spacing: 1;
    overflow: visible;
    cursor: pointer;
    padding: 10px 0px !important;
    margin: 0px 19px;
    color: #000000 !important;
    position: relative;
    transition: .3s all linear all;
    font-family: var(--main-head);
}
  
  .navbar-scrolled .nav-item .nav-link{
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #000000 !important; 
    line-height: 1.33;
    letter-spacing: 0.6px;
    overflow: visible;
    cursor: pointer;
    padding: 10px 0px !important;
    margin: 0px 15px;
    position: relative;
    transition: .3s all linear all !important;
    font-family: var(--sec-line);
  }
  .navbar-scrolled .nav-item .nav-link:hover{
    color: var(--primary-color) !important; 


  }
  .navbar-nav .nav-item .nav-link:hover{
    color: var(--primary-color) !important; 
  }
  .navbar-nav .nav-item .nav-link::before{
    content: '';
    position: absolute !important;
    width: 0px;
    height: 3px;
    background-color: var(--blue);
    transition: .5s all ease-in-out;
    bottom: 0;
   /* left: 0; */

  }
  .extra-btn a{
    padding: 8px 25px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--sec-line);
    text-decoration: none;
    background-color: var(--primary-color);
  }
  .extra-btn {
    align-items: center;
    list-style: none;
    text-align: end;
  }
  .extra-btn a i{
    color: #fff;
    align-items: center;
    font-size: 14px;
    padding-right: 10px;
  }
  .navbar-nav .nav-item .nav-link:hover::before{
    width: 100% !important;
    left: 0 !important;
  }
  
  .dropdown-item {
    padding: 5px 0px;
    border-bottom: 1px dashed #eee;
  }
  .abbbt h6 a {
    display: flex;
    color:var(--blue);
    font-weight: 600;
    font-size: 18px;
    font-family: var(--main-line);
    position: relative;
    padding-top: 8px;
  
  }
  .pl{
    margin-left: 15px!important;
  }

  .abbbt h6:after {
    display: block;
    height: 4px;
    content: '';
    background: var(--red);
    position: absolute;
    left: 0;
    width: 22%;
    bottom: -2px;
  }
  .abbbt li a i{
    font-size: 15px;
    margin-right: 8px;
  
  }
  .abbbt li a {
    font-size: 11px;
    font-family: var(--main-head);
    font-weight: 500;
    color: #2c2c2c;
  }
 
  .abbbtt h6:after {
    display: block;
    height: 4px;
    content: '';
    background: var(--red);
    position: absolute;
    left: 0;
    width: 22%;
    bottom: -2px;
  }
  .abbbtt li a i{
    color: var(--blue);
    font-size: 15px;
    margin-right: 8px;
  
  }
  .abbbtt li a {
    display: block;
    padding: 8px 15px 8px 15px;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    line-height: 1.4;
    font-family: var(--sec-line);
  }
  .dropdown-item:hover{
    background: #fff;
  }
  #side-line{
    border-right: 1px dashed #eee;
  }
  .dropdown-item{
    margin-top: 3px;
  }
  .navbar{
    position: relative;
    padding:10px 0px;   
     background: #fff;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0 !important;
    transition: .3s all linear all;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  }
  .fixed-top {
    position: fixed;
    top:0px;
    right: 0;
    left: 0;
    z-index: 1030;
  }
/* navbar end here */

.baner{
    position: relative;
}
.baner::before{
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.862);
    width: 100%;
    height: 100%;
}

.banner-index{
  position: relative;
}
.border-shape{
  position: absolute;
  bottom: 0%;
  right: -10%;
  z-index: 99999;
}
.bottom-shape{
  position: absolute;
  bottom: -21%;
  left: 0;
  right: 0;
  z-index: 9;
}
.banner-index .active .link-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2500ms;
}
.banner-index .link-box {
  opacity: 0;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.carousel-caption {
  position: absolute;
  right: 15%;
  top:12rem;
  width: 60%;
  left: 10%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align:start;
}
.banner-index .active p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1500ms;
}
.banner-index p {
  color: #d8d8d8;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  padding-top: 10px;
  opacity: 0;
  margin-bottom: 30px;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  font-family:var(--sec-line);
}

.banner-index .active h6 {
  opacity: 1;
  -webkit-transform:translatex(0);
  -moz-transform:translatex(0);
  -ms-transform:translatex(0);
  -o-transform:translatex(0);
  transform:translatex(0);
  transition-delay:500ms;
}
.banner-index h6{
 font-size: 14px;
  position: relative;
  letter-spacing:1px;
  opacity: 0;
  color: #e3e3e3;
  margin: 0 0 10px;
  padding-left:  40px;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
  -webkit-transform: translatex(500px);
  -moz-transform: translatex(500px);
  -ms-transform: translatex(500px);
  -o-transform: translatex(500px);
  transform: translatex(500px);
}
.content h6::before{
  position: absolute;
  content: '';
  width: 35px;
  height: 3px;
  background: #fff;
  left: 0;
  top:7px;
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 53% !important;
  bottom: auto !important;
}
.banner-index .active h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 00ms;
}
.banner-index h2 {
  text-transform: capitalize;
  position: relative;
  color: #ffffff;
     line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 50px;
  opacity: 0;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.banner-index .active h3 {
  opacity: 1;
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
  transition-delay: 1000ms;
}

.banner-index h3 {
  position: relative;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
  -webkit-transform:translatex(500px);
  -moz-transform:translatex(500px);
  -ms-transform:translatex(500px);
  -o-transform:translatex(500px);
  transform:translatex(500px);
}

.carousel-item{
  position: relative;
}
.carousel-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, black, #000000, #1d1d1ddc, #3b3b3bb5, #4a4a4ac0);
  opacity: 1;
}

.btn-style-one{
  background-color: var(--secondary-color);
  color: #fff;
  padding:10px 25px;
  font-size: 14px;
  font-family: var(--main-line);
  font-weight: 700;
  border-radius: 20px;
  transition: .5s all ease-in-out;
  border: 1px solid var(--blue);
}
.btn-style-one i{
  padding-left: 5px;
  font-size: 13px;
}
.btn-style-two{
  color:#fff;
  padding:8px 17px;
  font-size: 14px;
  transition: .5s all ease-in-out;
  font-family: var(--main-line);
  font-weight: 700;
  margin-left: 20px;
  border-radius: 20px;
  border:2px solid var(--secondary-color);
}
.btn-style-one:hover{
  color: var(--secondary-color);
  background-color: #fff;
  border: 1px solid var(--blue);
}
.btn-style-two:hover{
  color: #ffffff;
  background-color: var(--blue);
  border:2px solid var(--secondary-color);


}
.btn-style-two i{
  padding-left: 10px;
}
/* ********************************************** */

.opportunites {
  padding: 30px 10px;
}

.opportunites-heading {
  position: relative;
  margin: 24px 10px;
}

.opportunites-heading h4::after {
  content: "";
  width: 60px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 1%;
  bottom: -10px;
  background: var(--yellow);
}

.opportunites-para p {
  font-size: 14px;
  font-family: var(--sec-line);
  font-weight: 400;
}

.opportunites-text {
  margin: 30px 8px;
  transition: .8s all;
}
.opportunity-box{
  height: 100%;
  background-color: #f2f2f2;
}

.opportunites-text:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}

.opportunites-text img {
  border-radius: 5px;
}

.opportunites-content {
  padding: 22px 15px;
}

.opportunites-content h5 {
  font-size: 17px;
  font-weight: 700;
  font-family: var(--sec-line);
}

.opportunites-content p {
  font-size: 14px;
  font-weight: 400;
  color: #3e3e3e;
  font-family: var(--sec-line);
}

.opportunites-btn-1 {
  border: 1px solid var(--yellow);
  border-radius: 30px;
  padding: 8px 18px;
  margin-right: 14px;
  font-family: var(--main-line);
  font-size: 13px;
  color: var(--yellow);
  transition: .4s all linear;
  font-weight: 700;
}

.opportunites-btn .opportunites-btn-1:hover {
  background-color: var(--yellow);
  color: #fff;
  transform: translateY(-5px);
}

/* ************************** */

.newsletter {
  background: linear-gradient(to left, #00000094, #00000087), url(images/img/news-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 10px;
}

.news-text h5 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}


.news-btn {
    padding-top: 18px;
}

.news-button {
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  padding: 13px 27px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.news-button:hover{
  color: #1a2d45;
  background-color: beige;
  border: none;
}

/* ************************************ */

.footer {
  padding: 45px 10px;
}


.footer-section {
  padding: 0px 23px;
}

.footer-section-1 {
  padding: 0px 25px;
}


.footer-section-1 ul {
  padding: 0px;
}

.footer_heading {
  font-family: var(--sec-line);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 18px;
}

.footer_heading-2 {
  font-family: var(--sec-line);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 17px;
}

.footer-section {
  position: relative;
}

.footer_heading::after {
  content: "";
  width: 60px;
  border: solid 1px var(--yellow);
  position: absolute;
  left: 8%;
  top: 27px;
  /* bottom: -10px; */
  background: var(--yellow);
}

.footer-section-1 {
  position: relative;
}

.footer_heading-2::after {
  content: "";
  width: 60px;
  border: solid 1px var(--yellow);
  position: absolute;
  left: 12%;
  top: 27px;
  /* bottom: -10px; */
  background: var(--yellow);
}

.footer-icon i {
  font-size: 15px;
  color: var(--yellow);
  padding-right: 8px;
}

.footer-text p {
  font-size: 13px;
  font-weight: 500;
  padding: 3px 0px;
  font-family: var(--sec-line);
  
}


.footer-text p a{
  font-size: 13px;
  font-family: var(--sec-line);
  font-weight: 600;
  color: #4e4e4e;
}


.footer-text-1 p a{
  font-size: 13px;
  font-family: var(--sec-line);
  font-weight: 600;
  color: #4e4e4e;
}
.footer-section-1 a {
  font-size: 13px;
  font-weight: 600;
  position: relative;
  color: #262626;
  transition: .3s all linear;
  font-family: var(--sec-line);
}
.footer-section-1 a::before{
  content: '';
    position: absolute;
    width: 0px;
    height: 3px;
    background-color: var(--yellow);
    transition: .5s all ease-in-out;
    bottom: -5px;
}
.footer-section-1 a:hover::before{
  width: 100%;
}
.footer-section-1 a:hover {
  color: var(--yellow);
}

.footer-section-1 li {
  margin: 8px 0px;
}

.footer-copyrights {
  background-color: #f1f1f1;
  padding: 18px 10px;
}

.footer-copyrights p {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  font-family: var(--sec-line);
}

.footer-copyrights p a{
  color: var(--yellow);
}
.foot-image img {
  /* width: 120px;
height: 120px; */
  padding-top:Â 20px;
}

.text-black{
  color: #000;
}

.about-content .title {
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.30;
  letter-spacing: normal;
  color: #000000;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 18px;
  font-family: var(--sec-line)
}

.about-content span{
  font-size: 35px;
  font-weight: 700;
}
.about-content .title::after {
  content: "";
  width: 70px;
  border: solid 2px var(--blue);
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--blue);
}

.about-img {
  padding-top: 50px;
  padding-bottom: 100px;
}

.about-content {
  padding-top: 78px;
}

.about-img img {
  border-top-right-radius: 400px;
  border-bottom-right-radius: 400px;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 99;
  margin-left: -12px;
}

.para1 {
  font-size: 15px;
  font-family: var(--sec-line);
}

.ab-left {
  padding-right: 56px;
  text-align: justify;
  line-height: 26px;
}

.ab-btn .btn {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2px;
  color: var(--yellow);
  border: 1px solid var(--blue);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin: 0 0 5px 0;
  font-family: var(--main-head);
  border-radius: 25px;
  padding: 8px 20px;
}

.btn {
  font-family: var(--main-line);
  transition: .5s all ease-in-out;
  box-shadow: none !important;
  padding: .375rem .75rem;
}

.btn:hover {
  transform: translateY(-5px);
}

.btn i {
  font-size: 10px;
}

.wining-box {
  margin-top: 50px;
}

.wining-content .title {
  font-size: 35px;
  font-weight: 500;
  position: relative;
}
.wining-content .title::before {
  content: "";
  width: 60px;
  border: solid 2px var(--secondary-color);
  position: absolute;
  left: 47%;
  bottom: -18px;
  background: var(--secondary-color);
}
.whychoose {
  padding: 40px 0px;
}
.ppi{
  padding-top: 30px;
}
.wining-content .title::after {
  content: "";
  width: 90px;
  border: solid 2px var(--secondary-color);
  position: absolute;
  left: 46%;
  bottom: -10px;
  background: var(--secondary-color);
}
.wining-content .title span {
  font-size:33px;
  font-family: var(--main-line);
  font-weight: 700;
  color: #000;
}
.opportunites-heading h2{
  font-size:33px;
  font-family: var(--main-line);
  font-weight: 700;
  color: #000;
}
.wining-content .title img{
  margin-bottom: 10px;
}

.wining-section {
  /* background-color: #049c370f; */
    background: #f2f2f2;

  padding: 50px 0px;
}

.wining-content {
  position: relative;
}

.wining-section .wining-content .title::after {
  content: "";
  width: 110px;
  border: solid 2px var(--primary-color);
  position: absolute;
  left: 46%;
  bottom: -10px;
  background: var(--primary-color);
}
.wining-section .wining-content .title::before {
  content: "";
  width: 80px;
  border: solid 2px var(--primary-color);
  position: absolute;
  left: 47%;
  bottom: -18px;
  background: var(--primary-color);
}
.wining-img img {
  width: 55%;
  height: 226px;
  border-radius: 20px;
  object-fit: cover;
  position: relative;
}

.wining-contentBox {
  border-radius: 10px;
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 27px 29px 23px;
  width: 333px;
  margin-left: 219px;
  position: relative;
  z-index: 2;
  align-self: center;
  margin-top: -215px;
  height: 200px;
  border-bottom: 5px solid var(--yellow);
}





.wining-contentBox p {
  font-family: var();
  font-size: 13px;
}

.wining-btn .btn {
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2px;
  color: var(--yellow);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin: 0 0 5px 0;
  margin-top: 0px;
  padding: 8px 0px;
}

.btn {
  font-family: var(--main-head);
  transition: .5s all ease-in-out;
  box-shadow: none !important;
  padding: .375rem .75rem;
}

.btn:hover {
  transform: translateY(-5px);
}

.btn i {
  font-size: 10px;
}

.wining-img {
  position: relative;
}

.wining-contentBox::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  background-color: #ffffff;
  border-radius: inherit;
  z-index: -1;
}


.event-content .card-text {
  cursor: pointer;
  margin-top: 3px;
  transition: .5s all linear;
}

.event-content .card-text:hover {
  color: var(--yellow);
}

.event {
  padding-top: 50px;
  padding-bottom: 50px;
}

.event-content {
  padding: 15px;
}

.event-img img {
  border-radius: 10px;
  width: 100%;
  height: 250px;
    object-fit: cover;
}
.title5{
  color: #000;
}
.heading {
  font-size:28px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  padding-left: 0;
  line-height: 1.30;
  letter-spacing: normal;
  color: #000000;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 38px;
  font-family: var(--sec-line);
}
.accordion-item{
  margin-bottom: 20px;
}

.heading strong {
  font-weight: 600;
}

.heading {
  position: relative;
}

.heading::after {
  content: "";
  width: 50px;
  border: solid 2px var(--yellow);
  position: absolute;
  left:0;
  bottom: 3px;
  background: var(--yellow);
}

.heading::before {
  content: "";
  width: 75px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 0;
  bottom: -5px;
  background: var(--yellow);
}

.event-btn {
  margin-top: 30px;
  transition: .5s all linear;
}

.event-btn .eventbtn {
  color: #ffffff;
  background-color: var(--yellow);
  border: 1px solid var(--yellow);
  border-radius: 40px;
  text-decoration: none;
  font-size: 14px;
  padding: 8px 12px;
  font-weight: 600;
  transition: .3s all linear;
}

.event-btn:hover {
  transform: translateY(-5px)
}
.latest-content{
  padding-top: 50px;
}
.latest-news {
  background-color: #F0F9F3;
}
.latest-newsimg{
  background: #F0F9F3;
}
.opportunites {
  padding:70px 10px;
}

.opportunites-heading {
  position: relative;
  margin:0;
}

.opportunites-heading h4::after {
  content: "";
  width: 50px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 0;
  bottom: -5px;
  background: var(--yellow);
}
.opportunites-heading h4::before {
  content: "";
  width: 80px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 0;
  bottom: -10px;
  background: var(--yellow);
}


.opportunites-para p {
  font-size: 14px;
  font-family: var(--sec-line);
  font-weight: 400;

}

.opportunites-text {
  margin: 30px 8px;
  transition: .8s all;
}

.opportunites-text:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}

.opportunites-text img {
  border-radius: 5px 5px 0 0 ;
}

.opportunites-content {
  padding: 22px 15px;
}

.opportunites-content h5 {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: var(--sec-line)
}

.opportunites-content p {
  font-size: 14px;
  font-weight: 400;
  color: #3e3e3e;
  font-family: var(--sec-line)
}

.opportunites-btn-1 {
  border: 1px solid var(--secondary-color);
  border-radius: 30px;
  padding: 8px 12px;
  margin-right: 14px;
  font-size: 12px;
  color: var(--primary-color);
  transition: .4s all linear;
  font-weight: 600;
}

.opportunites-btn .opportunites-btn-1:hover {
  background-color: var(--primary-color);
  color:#fff;
  transform: translateY(-5px);
}

.latest-newsimg img {
  margin-left: -64px;
}

.latest-para p i {
  margin-left: 20px;
  font-size: 13px;
}

.latest-para p i:hover {
  background-color: #3e3e3e0f;
  border-radius: 50px;
  padding: 10px 13px;
}

#newsbtn {
  background: transparent;
  color: var(--yellow);
}

#newsbtn:hover {
  background-color: var(--yellow);
  color: #fff;
  transform: translateY(-20px);
}

.latest-para p {
  margin-bottom: 32px;
}

.risk-compliance-card{
  height: 100%;
  border: 1px solid rgba(255, 255, 255,0.5);
}

/* placement partner  */
.placement-partner-img{
  width: 250px;
  height: 100px;
  padding: 10px;
  border-radius: 15px;
  object-fit: contain;
  text-align: center;
  margin: auto;
  background-color: #a39898;
}
.placement-partner-img img{
  height: 100%;
  width: max-content;
}

.testimonial-title {
  position: relative;
  margin: 0px 0px;
  font-size: 35px;
  font-weight: 600 !important;
  font-weight: normal;
  color: #000;
  font-family: var(--sec-line);
}

.testimonial-title::after {
  content: "";
  width: 95px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 46%;
  bottom: -6px;
  background: var(--yellow);
}
.testimonial-title::before {
  content: "";
  width: 70px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 47%;
  bottom: -15px;
  background: var(--yellow);
}

.testimonial-title span {
  font-size:28px;
  font-family: var(--sec-line);
  font-weight: 700;

}

.testimonial {
  background-color: #F0F9F3;
  padding: 50px 0px;
}
.testi-img{
  display: flex;
}

.testi-img img{
 
    border-radius: 50%;
    width: 80px !important;
    height: 80px;
    z-index: 99;
    overflow: hidden;
    margin-right: 20px;
}
.testi-img h3{
  margin: 0;
}
.testi-content{
  padding-top: 20px;
  min-height: 120px;
}
.testi-img img {
  width: 100%;
}

.testimonial-box {
  padding: 20px;
  background-color: #fff;
  position: relative;
  margin: 0px 0px;
}

.testimonial-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 112px;
  height: 100%;
  background-color: var(--yellow);
  z-index: 1;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}

.testi-btn .btn {
  padding-top: 20px;
}

.testi-btn .btn {
  font-size: 13px;
  font-family: var(--sec-line);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 2px;
  color: var(--yellow);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  margin: 0 0 5px 0;
  margin-top: 0px;
  padding: 8px 0px;
}

.btn {
  font-family: var(--main-line);
  transition: .5s all ease-in-out;
  box-shadow: none !important;
  padding: .375rem .75rem;
}

.btn:hover {
  transform: translateY(-5px);
}

.btn i {
  font-size: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--yellow) !important;
}

.btnlink-box {
  background: #fff;
  width: 22%;
  border-radius: 42px;
  padding: 6px 0px 0px 0px;
  height: 50px;
  margin: 20px auto;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--secondary-color) !important;
  padding: 8px 25px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--main-line);
}

.nav-pills .nav-link {
  color: rgba(0, 0, 0, 0.644);
  font-size: 14px;
  font-family: var(--main-line);
}




.service {
  margin-bottom: 20px;
}

blockquote {
  border-left: 5px solid #007BFF;
  margin: 20px 0;
  padding-left: 10px;
  font-style: italic;
}



/* staffing start here */
.visa-banner{
  background: url(images/visa/banner.jpg);
  background-position: top  center ;
  background-size: cover;
  /* background-attachment: fixed; */
  padding: 65px 0px;
  position: relative;
}
.healtcare-banner::before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.862);
  width: 100%;
  height: 100%;
  /*padding:150px 0px;*/
}
.healtcare-banner{
  background: url(images/healthcare/service-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
   /*padding: 150px 0px; */
  position: relative;
}
.healt-banner::before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.862);
  width: 100%;
  height: 100%;
}
.healt-banner{
  background: url(images/healthcare/banner.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /* padding: 150px 0px; */
  position: relative;
}
.healt-banner::before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.862);
  width: 100%;
  height: 100%;
}
.It-banner{
  background: url(images/it/bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /* padding: 150px 0px; */
  position: relative;
}
.It-banner::before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.862);
  width: 100%;
  height: 100%;
}
.Eng-banner{
  position: relative;
}
.healt-head{
  position: absolute;
  top: 35%;
  left: 10%;
  z-index: 1;
}
.health-head-2{
  padding: 90px 0px 70px;

  width: 52%;
}
.breadcrumb-item+.breadcrumb-item {
  color: #bababa;
  padding-left: .5rem;
}
.health-head-2 h6{
  position: relative;
  display: inline-block;
}
.health-head-2 h1{
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 30px;
  line-height: 1.1;
  letter-spacing: normal;
  /* text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1); */
  color:#fff;
  display: inline-block;
  
}
.health-head-2 a{
  
  background-color: var(--blue);
  color: #fff;
  padding: 10px 25px;
  font-size: 14px;
  font-family: var(--main-line);
  font-weight: 700;
  border-radius: 20px;
  transition: .5s all ease-in-out;
  border: 1px solid var(--blue);

}
.health-head-2 p{
  position: relative;
  padding-top: 10px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
}
#imme-tab #accordionExample {
  padding: 20px 0px 40px !important;
}
.healt-head h1{
  font-size: 60px;
  font-style: normal;
  color: #fff;
  line-height: 1.1;
  letter-spacing: normal;
  
  display: inline-block;
  
}
.breadcrumb a {
  font-weight: 600;
  text-decoration: none;
  color:#fff !important;
  font-size: 15px;
  z-index: 999999 !important;
  font-family: var(--main-header);
}
.breadcrumb {
  font-weight: 600;
  text-decoration: none;
  color:#fff !important;
  font-size: 15px;
  z-index: 999999 !important;
  font-family: var(--main-header);
}
.breadcrumb-item.active {
  color: var(--blue);
}
.healt-head h4{
  position: relative;
  
  line-height: 1.1;
  letter-spacing: normal;
  color: #fff;
  display: inline-block;
  
}
.healt-head p {
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 500;
    padding-top: 2px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #fff;
    display: inline-block;
    font-family: var(--sec-line);
}
.health-ser h2{
  padding-top: 10px;
  line-height: 1.1;
  letter-spacing: normal;
  display: inline-block;
  
}
.health-ser h2 span{
  font-size:30px;
  font-weight: 800;
  padding-top: 10px;
  line-height: 1.1;
  position: relative;
  letter-spacing: normal;
  color: #000;
  display: inline-block;
  font-family: var(--sec-line);
  
}
.health-ser h2 span::before{
  position: absolute;
  content: '';
  background-color: var(--blue);
  width: 100px;
  height: 3px;
bottom: -10px;
left: 50px;
}
.health-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding-bottom: 20px;
}
.health-body{
  padding: 10px 10px;
}
.ii{
  margin-top: 30px;
}
.health-body h3{
  padding-top: 10px;
  line-height: 1.1;
  position: relative;
}
.health-img img{
  border-radius: 10px 10px 0 0px;

}
.health-body a{
  border: 1px solid var(--blue);
  padding: 7px 28px;
  border-radius: 20px;
  font-size:14px;
  font-weight:600;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  font-family:var(--main-head);
  color: var(--blue);
}
.health-menu{
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.health-menu h6 i{
  color: var(--blue);
  font-size: 23px;
  padding-right: 10px;
}
.health-menu ul {
  margin-left: 10px;
}
.health-body p {
  font-weight: 500;
  font-size: 12px;
  padding-bottom: 10px;
}
.health-menu ul li{
  border-bottom:  1px dashed #eee;
  padding: 10px 10px;
  transition: .5s all;

  display: flex;
  justify-content: space-between;

}
.health-menu ul li a{
  color: #000;
  transition: .5s all;
  font-size:14px;
  font-family: var(--main-head);
  font-weight: 600;
}
.health-menu ul li a i {
   padding-right: 10px;
   transition: .5s all;
   font-size: 16px;
   color: var(--blue);
   opacity: 0;

}
.health-menu ul li:hover a i{
  opacity: 1;
  transform: translateX(20px);
  font-size: 18px;

}
.icc{
  display: block;
  transition: .5s all;
}
.health-menu ul li:hover .icc{
  display: none;
}
.health-menu ul li:hover a{
  color: var(--blue);
}
.health-menu ul li:hover{
  border-bottom:  1px dashed var(--blue);
}
.Why-text{
  padding-top: 50px;
}
.Why-text h2{
  padding-top: 10px;
  line-height: 1.1;
  letter-spacing: normal;
}
.Why-text h2 span{
  font-size:30px;
  font-weight: 800;
  padding-top: 10px;
  line-height: 1.1;
  position: relative;
  letter-spacing: normal;
  color: #000;
  font-family: var(--sec-line);
  
}
.why-point ul li h6 {
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  padding: 20px 10% 0;
  margin: 0;
}
.why-health{
  background:#EDF4F2;
  margin: 50px 0px 0;
}
.why-point  ul li img {
  width: 79px;
  height: 74px;
  object-fit: contain;
}
.why-point ul li {
  text-align: center;
  display: inline-block;
  border-bottom: 1px solid rgba(217, 223, 231, 0.6);
  padding-bottom: 20px;
  vertical-align: top;
  padding-top: 24px;
  flex: 0 0 50%;
  max-width: 50%;
  border-right: 1px solid rgba(217, 223, 231, 0.6);
}
.why-point ul li:first-child {
  border-right: 1px solid rgba(217, 223, 231, 0.6);
  /* padding-top: 0; */
}
.why-point  ul {
  height: 400px;
  margin: 50px 70px 0;
  overflow: auto;
  scrollbar-width: thin;
  z-index: 1;
}
.why-point  ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.why-point ul li:nth-child(even) {
  border-right: 0;
}
.why-point ul li:nth-last-child(2) {
  border-bottom: none;
  padding-bottom: 0;
  border-right: 1px solid rgba(217, 223, 231, 0.6);
}
.health-menu ul li.active{
  color:#fff !important;
  background-color: var(--blue) !important;
}
.health-menu ul li a.active{
  color:#afafaf !important;
}
.health-menu ul li a.active i{
  color:#fff !important;
  opacity: 1;
  transform: translateX(20px);
}
/* staffing start here */





/* contact form css here */
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.contact-form1{
  padding-bottom: 50px;
}
.content-header .txt1{
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
  font-family: "Playwrite AR", cursive;
}
.content-header .txt2{
  color: #1a1b1b;
  font-size: 28px;
  font-weight: 600;
  font-family: "Playwrite AR", cursive;
 
}
.content-header .para1{
  color: #1a1b1b;
  font-size: 16px;  
}
.inner-box{
  padding: 57px 13px;
  border: 2px solid rgb(224, 222, 222);
  align-items: center;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.box1{
  background-color: #071628;
  color: #fff;
}
.icons-content a i{
  font-size: 35px;
  font-weight: 600;
  color:  var(--blue);
  text-align: center;
}
.icons-content a {
  font-size: 20px;
  font-weight: 500;
  color: var(--blue);
  text-align: center;   
}
.icons-content h6 span{
  font-size: 15px;
 
 
}
.icons-content h5 {
  font-size: 22px;
  padding-top: 13px;
  font-weight: 700;
}
.icons .txt3{
  padding-top: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #1a1b1b;
  
} 
.map{
  padding-top: 100px;
  padding-top: 50px;
}
.contact-form1{
  padding-top: 100px;
  border-radius: 10px;
  padding-top: 50px;


}

.contact-form1 label {
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 1px;
}

.contact-form1 h1 {
  font-weight: 600;
  font-size: 30px;
}

.contact-form1 h5 {
  font-size: 25px;
  font-weight: 400px;
}

.contact-form1 p {
  font-size: 15px;
  font-weight: 200px;
  word-spacing: 2px;
  text-align: justify;
}

.contact-form1 input::placeholder{
  color: var(--blue);  
}
.contact-form1 textarea::placeholder{
  color: var(--blue);
 

}
.contact-form1 input {
  background-color: #fff;
  font-size: 12px;
  margin-bottom: 18px;
  border-radius: 10px;
  padding: 10px 10px;
}

.contact-form1 textarea {
  background-color: #fff;
  padding-bottom: 30px;
  font-size: 12px;
  border-radius: 10px;
}


.btn-btn {
  margin-top: 25px;
  padding: 7px 44px;
  border-radius: 32px;
  border: none;
  background-color:#fff;
  padding: 8px 30px;
  border: 1px solid  var(--blue);
  position: relative;
  overflow: hidden;
  display: flex;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
  transition: .3s;
  z-index: 1;
  font-family: inherit;
  color:  var(--blue);
 }
 
 .btn-btn::before {
  content: '';
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: var(--blue);

  transition: .5s ease;
  display: block;
  z-index: -1;
 }
 
 .btn-btn:hover::before {
  width: 105%;
 }
 
 .btn-btn:hover {
  color: #fff;
 }



.contact-banner{
  background: linear-gradient(to left, #27262600, #000000 ), url(images/homepageimg/ab1.png);
    padding-top: 400px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-banner h1 {
  padding: 50px;
}
.contact-touch{
  margin-top: 50px;
}
.contact-banner {
  position: relative;
}

.breadcrumb-main {
  border-bottom: 1px solid #f1f1f1;
  background:blanchedalmond;
  padding-top: 5px;

}
.contact-banner-text {
  position: absolute;
  top: 48%;
  left: 10%;
}

.breadcrumb a {
  font-weight: 600;

  text-decoration: none;
  color:black

}
.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.cont-img img{
  padding-top: 52px;
}
.cont-heading span{
  font-size: 35px;
  font-weight: 900;
  font-family: var(--main-header);
  color: #049C37;
}
/* ******************************************************************* */



/* visa page start here  */
.type-box{
  padding: 20px 0;
  margin-top: 30px;
}
.type-img{
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: inline-block;
}
.type-text a{
  background-color: var(--blue);
  padding: 10px 25px;
  font-size: 15px;
  transition: .5s all;

  font-weight: 600;
  font-family: var(--main-head);
  border: 1px solid var(--blue);
}
.type-text a:hover{
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  color: var(--blue);
  background-color: #fff;
  
}
.type-text a i{
  padding-left: 10px;
  font-size: 15px;
}
.type-text h5{
  font-size: 20px;
  font-family: var(--sec-line);
  font-weight: 700;
  color:var(--blue);
  letter-spacing: 1px;
  text-transform:uppercase;
}
.type-text p{
  min-height:122px;
}

.hhii{
    height: 452px !important;
    margin: 10px 25px 0 !important;
    overflow: auto;
    scrollbar-width: thin;
    z-index: 1;
}
.type-visa{
  padding: 40px 0px;
}

/* Slide-In Animation */
.modal-dialog-slide {
  transform: translateX(100%) !important; /* Start offscreen to the right */
  transition: transform 0.5s ease; /* Smooth transition */
}

.modal.show .modal-dialog-slide {
  transform: translateX(0) !important; /* Slide in */
}

.form-image {
  background-size: cover;
  background-position: center;
  height: 100%;
}

.modal-backdrop.show {
  opacity: 0.8 !important;
  background-color: black !important;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
}
.modal-dialog {
  max-width: 900px;
  margin: 1.75rem auto;
}
.btn-close {
  position: absolute;
  box-sizing: content-box;
  right: 10px;
  top: 10px;
}
.modal-title{
  font-size: 25px ;
  font-family: var(--main-head);
  font-weight: 700;
  color:#ffc300;
}
.inquery-btn{
  position: fixed;
  right: -94px;
  top: 60%;
  background-color: #ffc300;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  font-family: var(--sec-line);
  color: #fff;
  border: none;
  transform: rotate(90deg);
  box-shadow: rgba(31, 255, 154, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.form-label{
  font-size: 16px;
  font-family: var(--main-head);
  font-weight: 600;
  color: #000;
  margin: 0;
}
.form-image img{
  border-radius: 5px 0 0px 5px;
}
.btn-primary {
  margin-top: 13px;
  color: #fff;
  background-color: #ffc300;
  border-color: #ffc300;
}
.form-control {
  display: block;
  width: 100%;
  padding: 11px 20px;
  font-size: 14px;
  font-weight:500;
  line-height: 1.5;
  font-family: var(--sec-line);
  color: #4d4d4d;
  background-color: #F7F8FA !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  margin-bottom: 13px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus{
  box-shadow: none !important;
  border: none !important;
}
.site:focus{
  box-shadow: none !important;
  border: none !important;
}
.site {
  display: block;
  width: 100%;
  padding: 11px 20px;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight:500;
  line-height: 1.5;
  font-family: var(--sec-line);
  color: #4e4e4e !important;
  background-color: #F7F8FA !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-section{
  padding: 4px 20px;
}
.study-icon{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 120px;
  height: 120px;
  padding: 10px;
  background-color: #e6e6e6ee;
  border-radius: 50%;
  display: inline-block;
  border: 5px solid #fff;
}
.study-head {
  padding-bottom: 20px;
}


.study-content {
  background: #f2f2f2;
  padding: 90px 0px 90px;
}
.study-box{
  background: #fff;
  
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.study-text
{
  padding: 10px;

}

.study-text a{
  color: var(--blue);
  font-size: 14px;
  font-family: var(--sec-line);
  font-weight: 600;
}
.study-text a i{
  font-size: 14px;
  padding-left: 10px;
}
.study-icon img{
  padding: 10px;
}





 /* about uss section css  */
.aboutus {
  padding: 50px 0px;
}
.abbt-content {
  padding-left: 50px;
  position: relative;
}
.why-abt-head h3{
  font-size: 45px;
  margin: 0;
  color: #000;
  font-weight: 800;
}
.byy h4{
  font-size: 40px !important;
  margin: 0 0 20px;
  color: #000;
  font-weight: 800;
}
.byy{
  text-align: center;
  align-content: center;
  align-items: center;
}
.abbt-content h2{
  font-size: 53px;
  color: #000;
  margin: 0;
  font-weight: 800;
}
.banner-content{
  padding-top: 120px;
  align-self: center;
  align-content: center;
  align-items: center;
}
.banner-content h2{
  font-size: 50px;
  color: #000;
  font-weight: 800;
}
.abbt-content p {
    /* padding-top: 24px; */
    font-size: 17px;
    color: #000;
    /* text-align: justify; */
    /* font-family: var(--sec-line); */
    /* margin-right: 36px; */
}
.abbt-content h6{
  margin: 0;
}
.abbt-content p{
     margin-top: 10px;
}

.abbt-content h5{
  color: #000;
  margin: 25px 0px 5px;
}
.abbt-content h1{
  margin: 0 0 10px;
}
.abbt-content ul{
  color: #000;
  list-style:disc;
  padding-left: 20px;
  margin-bottom: 30px;
}
.abbt-content ul li::marker{
  font-size: 20px;

} 
.abbt-consult{
  background-color: var(--accent-color);
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--main-header);
  color: #fff;
  border-radius: 30px;
  transition: .56s all;
  margin-top: 25px;
}
.abbt-consult:hover{
  color: #fff;
  background:linear-gradient(to top ,#1074c6 ,#70bfff );
}
.abbt-content ul li{
  padding-top: 8px;
  font-size: 15px;
  font-weight: 400;
}
.why-wbt{
  padding: 70px 0px;
  
}
.why-abt-content{
  margin-top: 30px;
  min-height:280px;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 30px 30px;
}
.parallax {
  background-image: url('your-image.jpg');
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
html {
  scroll-behavior: smooth !important;
}
.why-abt-content h5{
  margin-top: 10px;
  position: relative;
}
.why-abt-content h5::before{
  position: absolute;
  content: '';
  width: 75%;
  height: 1px;
  border: 1px dashed #ddd;
  top: 10px;
  right: 0;
}
.extra-min{
  min-height:423px !important;
}
.why-abt-content h4{
  font-weight: 600;
  margin: 20px 0 25px;
  color: #000;
}
.yyuu{
  padding-top: 50px;
}
.abbt-content h3::after {
  content: "";
  width: 90px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 0;
  bottom: -15px;
  background: var(--yellow);
}
.abbt-content h3::before {
  content: "";
  width:45px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 0;
  bottom: -7px;
  background: var(--yellow);
}

.abbt-content h3{
  position: relative;
}

.abbt-content strong{
  font-family: var(--main-head);
    font-size: 18px;
    font-weight: 700;
}

.abbt-imgbox img{
    border-radius: 5px;
    width: 100%;
    margin-top:-70px!important;
}

/* leadership css  */
.leadership-team{
  padding: 50px 0px;
  background: #049c370f;
}
.leadership{
  background-color: #fff;
}
.imgbox img{
  width: 100%;
}
.img-teambox{
  background: white;
    margin-right: 20px;
    padding: 24px 40px;
    text-align: center;
}
.social-icons a i {
 color: var(--yellow);  
}

.team-content {
  position: relative;
}
.team-content h3::before {
  content: "";
  width: 45px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 0;
  bottom:-8px;
  background: var(--yellow);
}
.team-content h3::after {
  content: "";
  width: 90px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 0;
  bottom: -14px;
  background: var(--yellow);
}
.img-teambox h3{
  margin-bottom: 0;
  position: relative;
}
.team-content p{
  padding-top: 20px;
}
.why-content strong {
  background: var(--blue);
  padding: 5px 9px;
  height: 52px;
  border-radius: 13px;
  color: #fff;
  font-size: 19px;
  font-family: var(--sec-line);
  margin-right: 12px;
}

.why-para p {
  font-size: 14px;
  margin-left: 55px;
  text-align: justify;
  font-family: var(--sec-line);
}
.top-head{
  font-family: var(--main-line);
    font-size: 33px;
    text-align: center;
    padding: 40px;
    font-weight: 500;
}
.top-head strong{
  font-family: var(--main-line);
    font-size: 33px;
    text-align: center;
    font-weight: 900;
}
.top-head{
  position: relative;
}
.top-head::after {
  content: "";
  width: 94px;
  border: solid 2px var(--yellow);
  position: absolute;
  left: 45%;
  background: var(--yellow);
  bottom: 25%;
}
.why-img img{
  border-radius:0px;
}

.abbt {
  padding: 34px 0px;
  margin-bottom: 21px;
  background-color: #fafafa;
  border-radius: 10px;
}

.abbt-img img {
  width: 64px;
  height: 64px;
}

.abbt-text h5 {
  font-size: 18px;
  font-weight: 900;
  padding-top: 12px;
  color: #fff;
  font-family: var(--sec-line);
}


.abbt-text p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: var(--sec-line);
}
#id1{
  background-color: #0399bf;
}
#id2{
  background-color: #5e9414;
}
#id3{
  background-color: #e8d100;
}
#id4{
  background-color: #05a69e;;
}
.about-banner {
  background: linear-gradient(to bottom, #27262600, #000000e6), url(images/img/bannerab.jpg);
  padding-top: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-side-img{
  border-radius: 15px;
}
.about-touch{
  margin-top: 50px;
}
.about-banner {
  position: relative;
}
.about-banner-text {
  position: absolute;
  top: 48%;
  left:10%;
}
.about-banner::before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background: rgba(34, 34, 34, 0.4);
}

/* testimonial css start */
.image-owl{
  display: inline-block !important;
}
.study-abroad-carowsal .image-owl img{
    width: 400px !important;
    height: 300px;
    background-color: #efeeec;
    border-radius: 50px;
    padding: 11px;
    /* left: 88px; */
    display: inline !important;
    text-align: center;
    position: relative;
}
.study-abroad{
 background: linear-gradient(to left, #0000008f, #06060661), url(Images/img/europe.png);
  padding-top: 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-bottom: 50px;
  margin-top: 45px;
 
}
.study-abroad-index{
  margin-top: 10px;
}
.item figcaption {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding-top: 10px;
  text-transform: uppercase;
  text-align: center;
}
.image-owl{
  position: relative;
}
.item figcaption {
  position: absolute;
  top: 45%;
  left: 23%;
}

/* /----Testimonial-------/ */
 /* Ensures icon is aligned to the right */
 .icon-toggler {
  display: inline-flex;
  align-items:end;
}
.accordion-button:focus {
  z-index: 3;
  border-color:#ddd !important;
  outline: 0;
  box-shadow:none !important;
}
.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #26b3fb !important;
  border:  1px solid #ddd;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-item:first-of-type {
  margin-bottom: 20px;
}
.accordion-item {
  background-color: #fff;
  border: 0 !important;
}
.accordion-item .accordion-button {
  border-radius: 5px !important;
  font-size: 18px;
  font-family: var(--main-head);
  font-weight: 500;
  padding: 18px 22px !important;
  background: #F7F8FA;
}
.accordion-button::after {
  display: none !important;
}
#accordionExample {
  padding: 70px 0px 3px;
}
.accordion-body ul li{
  font-size: 14px;
  font-family: var(--main-head);
  font-weight: 500;
  padding-top: 10px;
  color: #2f2f2f;

}
.accordion-body ul{
  list-style: circle;
}
/*study in canada  stsrt */
.canda-box{
  padding: 0px 0px;
}
.canda-box h6 {
  font-size: 35px;
  margin-bottom: 0px;
  text-align: start !important;
  position: relative;
  color: #000;
  padding-top: 10px;
  text-transform: capitalize;
}

.canda-box p {
  text-align: start;
  font-weight: 400;
}
.canda-box ul li i{
  display: none;
  font-size: 14px;
  padding-right: 10px;

}
.canda-box ul li {
font-family: var(--sec-line);
  font-size: 15px;
  font-weight: 400;
  margin-top: 9px;
  color: #2c2c2c;
  list-style: circle;
}
.canda-box ul{
  padding-bottom: 40px;
  padding-left: 20px;
}

/* nurces to uk start here  */
.btn-nurses-only{
  justify-content: center;
}
.btn-nurses-only li a{
  color:var(--blue);
  font-size: 14px;
  font-weight: 800;
  transition: .5s all;
  font-family:var(--main-header);

}
.btn-nurses-only li.active{
  padding: 13px 25px;
  margin-right: 30px;
  background-color: var(--blue);
  border-radius: 30px 0px 30px 0px;
  border: 2px solid var(--blue);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.btn-nurses-only li.active a{
  color:#fff;
}
.btn-nurses-only li:hover{
  background: var(--blue);
  border-radius: 0px 30px 0px 30px;
  border: 2px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;



}
.btn-nurses-only li:hover a{
  color: #fff;
}
.btn-nurses-only li{
  padding: 13px 25px;
  transition: .5s all;
  margin-right: 30px;
  cursor: pointer;
  background-color:#ffffff;
  border: 2px solid var(--blue);
  border-radius: 30px 0px 30px 0px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.btn-nurses{
  background: #ffffff;
border-top: 1px solid #ddd;
margin-top: 30px;
  padding: 30px 0px 50px;
}
.circle-yes {
  background-color: var(--primary-color);
  padding: 3px 9px;
  margin-right: 7px;
  border-radius: 50%;
  color: #fff;
  height: 32px;
  width: 30px;
}
.whyhealth-content{
  padding-top: 90px;
  padding-left: 100px;
}
.circle-yes i{
  color: #fff;
  font-size: 12px;
}
.nurcess-content{
  padding: 30px 0px;
}


.whyhealth-content h2{
  font-size: 30px;
}
.whyhealth-content ul li p{
  font-weight: 500;
  margin: 0;
}

.whyhealth-content ul li{
  font-weight: 500;

  display: flex;
  margin-top: 15px;
}
.nurces-box-sec{
  padding-top: 50px;
}

.nurces-box-sec h5{
  font-size: 30px;
  color: #000;

}
.valueicon i{
  background-color: var(--primary-color);
  padding: 14px 13px;
  margin-right: 7px;
  border-radius: 50%;
  color: #fff;

}
.val{
  padding: 70px 0px;
}
.nurces-box h5{
  font-size: 30px;
  color: #000;
}
.values-box h5{
  margin: 10px 0 10px;
  font-size: 23px;
  color: #000;
  font-weight: 400;
}
.values-box{
  margin: 20px 0px 0px ;
  padding: 30px 0px;
}

.nuces-box-third h6 {
  align-content: center;
  align-items: center;
  min-height: 66px;
}
.last {
  /* margin-top: 30px; */
  font-size: 16px;
  font-family: var(--main-header);
  font-weight: 400;
  color: #3e3e3e;
  line-height: 1.5;
  margin-bottom: 30px;
}
.benefit{
  padding: 30px 0px ;
  background: #f2f2f2;
}
.beni-box{
  margin-bottom: 40px;
  min-height: 520px;
  background: #fff;
  border-radius: 10px;
  padding-bottom: 20px;
}
.beni-img img{
  border-radius: 10px 10px 0px 0px;
}
.beni-box .beni-text h6 {
  text-transform: capitalize;
  margin-top: 15px;
  /* text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.5); */
}
.beni-box .beni-text p{
  text-align: center;

}
.beni-text{
  padding: 0px 15px;
}
.nurces-box-sec ul{
   list-style:circle;
   margin-left: 14px;

}
.nurces-box-sec ul li{
  font-size: 13px;
  padding-top: 10px;
  font-family: var(--main-header);
  font-weight: 500;
  color: #313131;
}


.health-ser-text{
  padding-top: 140px;
}

.health-ser-text h2 {
  padding-top: 40px;
}


.story{
  /* margin-top: 60px; */
  background: radial-gradient(at bottom right, #006849cc 0%, #015377 75%),url(images/about-img/last-bg.jpg) center right no-repeat fixed;
  background-size: cover;
  padding: 130px 0px 100px;
}
.story-01{
  padding: 50px 0px !important;
}
.mission-box{
  border-radius: 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF2B;;
  transition: 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px 10px 10px 10px;
  padding:20px 10px ;
}
.mission-icon{
  display: inline-block;
  align-items: center;
  padding: 20px 25px;
  border-radius: 5px;
  background: #fff;
}
.mission-icon i{
  align-items: center;
  font-size: 45px;
  color: #008BC5;
}
.mission-content h5{
  color: #fff;
  padding: 10px 0px 0;
  font-family: var(--sec-line);
  font-weight: 700;
  font-size: 30px;

}
.mission-content p{
  color: #fff;
}
.mission-box:hover{
  background-color: #fff;
}
.mission-box:hover h5{
  color: #000000;

}
.mission-box:hover p{
  color: #000000;
}
.story-box{
  padding: 30px 0 0;
}
.story-box span{
  color: #fff;
  font-family: var(--main-head);
  font-size: 30px;
  font-weight: 700;
 
}

.story-box p{
  color: #fff;
}
.it-ser-text nav ol li a{
  color: var(--blue) !important;
  font-weight:800 !important;
  background: transparent !important;
  padding: 0 !important;
}
.it-ser-text{
  padding-top: 40px;
}
.it-ser-text nav ol li.active{
  color: #696969 !important;
}
.it-ser-text h3 {
  /* padding-top: 20px; */
  font-size: 30px;
  /* padding-bottom: 20px; */
  /* line-height: 60px; */
  margin-top: 50px;
}
.it-sec-text h3 {
  /* padding-top: 20px; */
  font-size: 30px;
  /* padding-bottom: 20px; */
  color: #fff;
  /* line-height: 60px; */
  margin-top: 30px;
}
.it-ser-text p{
  line-height: 23px;
  margin-bottom: 30px;
  padding-right: 40px;
}
.offer{
  margin-bottom: 20px;
}
.it-ser-text a{
  padding:9px 40px;
  background: #858585;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px;
}
.healt-banner {
  background: url(images/healthcare/banner.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  /* padding: 150px 0px; */
  position: relative;
  height: 100vh;
}
.it-sec-text{
  background-color: #4A4A4A;
}
.offering{
  list-style: circle;
  color: #c6c6c6;
}
.offer{
  list-style: circle;
}
.it-sec-text{
  padding: 50px 100px 0px 100px;
}

.it-sec-text p{
  color: #c6c6c6;
  line-height: 28px;
  margin-bottom: 30px;
  padding-right: 40px;
}
.why-it{
  padding-top: 50px;
}



.Welcome {
    position: relative;
    background-color: #ffffff;
    align-items: center;
    padding: 102px 0px 130px;
    align-self: center;
}


.welcome-box p{
  font-family: "Poppins", sans-serif;
  color: #506172;
  font-size: 16px;
  line-height: 30px ;
}
.contact-query{
  position: absolute;
  width:420px;
  background-color: #fff;
  /* height: 100%; */
  z-index: 999;
  padding: 30px 30px 30px;
  right: 8%;
  top: -20%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
}

.contact-query h2 {
  text-align: center;
  margin-bottom: 20px;

}

.contact-query label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 13px !important;
}

.contact-query input,
.contact-query select {
  width: 100%;
  padding: 8px 10px;
  margin-bottom:15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.contact-query textarea{
  width: 100%;
  padding: 8px 10px;
  height: 70px;
  margin-bottom:15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.contact-query button {
  background-color:#26B3FB;
  color: white;
  padding: 10px 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%;
}

.contact-query button:hover {
  background-color: #45a049;
}
#imme-tab .accordion .accordion-item{
  margin-bottom: 30px;
}
.imee-img{
  transition: .5s all;

  position: relative;
}
.immi-box-lyer {
  display: flex;
  justify-content: center;
  position: absolute;
  background: #049c37c7;
  content: '';
  line-height: 50px;
  align-items: center;
  height: 0%;
  width: 100%;
  transition: .5s all;
  border-radius: 10px 10px 0px 0px;
}
.immi-ser-box{
  margin-top: 20px;
  border-radius: 10px;

  background-color: #fff;
  transition: .5s all;
}
.immi-ser-box:hover .imee-img .immi-box-lyer{
 /* width: 100%; */
 height: 100%;
}
.imee-img img{
  border-radius: 10px 10px 0 0;
}
.immi-box-lyer a i {
  justify-content: center;
  position: absolute;
  height: 100%;
  display: flex;
  top: 0;
  text-align: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
}
.immi-text h6{
  padding: 20px  20px;
}
.imme-ser{
  padding: 40px 0px ;
  background: #f3f3f3;
}
.main-ser-box{
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin-top: 50px;
  overflow: hidden; 
  min-height: 280px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 30px 20px;
}

.main-lyer {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: var(--blue);
  color: #fff;
  border-radius: 50%;
  top: -15%;
  right: -18%;
}
.main-ser-box img{
  width:60px;
  height:60px;
}
.main-lyer span {
  background-color: #fff;
  color: var(--blue);
  font-size: 17px;
  margin-top:29px;
  right:30px;
  font-family: var(--main-header);
  position: absolute;
  padding: 11px 15px;
  font-weight: 800;
  border-radius: 50%;
}
.main-ser-box i{
  font-size:60px;
  color: var(--red);
}
.main-ser-box h6{
  margin-top: 15px;
  margin-bottom: 0;
  color: #000;
}
.main-ser-box p {
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 0px;
  color: #404040;
  line-height: 1.5;
  min-height: 101px;
}
.main-ser-box a{
  font-size: 14px;
  font-family: var(--sec-line);
  font-weight: 600;
  color: var(--secondary-color);
}
.main-ser-box:hover a{
  color: var(--primary-color);
}
.main-ser-box:hover a i{
  padding-left: 20px;
  font-size: 20px;
}
.main-ser-box a i{
  transition: .5s all ;
  padding-left: 6px;
  color: var(--red);
  font-size: 14px;
}
.main-service{
  /* background: #f2f2f2; */
  background-image: url(images/banner/ser-bg.png);
  width: 100%;
  padding: 40px 0px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size:contain;
}
.canda-box h5 {
  text-align: center;
  font-size: 25px;
  font-family: var(--main-header);
  font-weight: 600;
  color:#000;
  margin-bottom: 51px;
}
.iii .accordion-item:first-of-type {
  margin-bottom: 30px !important;
}
.iii .accordion-item {
  margin-bottom: 30px !important;
}
.iii #accordionExample {
  padding: 7px 0px 54px;
}



@media (max-width:300px){
  .contact-query{ position: relative;
    right: 0%;
    margin-top: 20px;
    margin-bottom: 20px;
    width:100%;
}
}


@media (max-width:500px){
  .contact-query{ position: relative;
    right: 0%;
    margin-top: 20px;
    margin-bottom: 20px;
    width:100%;
}
}

@media (max-width:997px){
  .Welcome{padding: 0%;
  }
}

@media (max-width:997px){
  .contact-query{ position: relative;
    right: 0%;
    margin-top: 20px;
    margin-bottom: 20px;
    width:100%;
}
}

/* nurces to uk end  here  */



.healtcarestaffing-banner{
  position: relative;
  background: linear-gradient(#ededed, #afabab);
  padding-bottom: 24px;
}
.healthcare-head{
  position: absolute !important;
  top: 90px !important;
  left: 3%;
}
.healtcarestaffing-banner h4{
  font-size: 40px !important;
  color: #000 !important;
}
.healtcarestaffing-banner p{
  font-size: 20px !important;
  color: #252525 !important;
}
.healtcarestaffing-banner .breadcrumb .breadcrumb-item a {
  font-weight: 600;
  text-decoration: none;
  color: #000000 !important;
}

.testi-health{
  background: #F9F9FB;
  padding: 80px 0px 70px;
}

.eng-content{
   align-content: center;
   align-items: center;
   margin-left: 100px;
   margin-right: 100px;
}
.eng-content h4{
  font-size: 50px;
  color: #000;
  text-align: center;
  font-weight: 600;
}
.eng-content p{
  text-align: center;
  margin-top: 50px;
}
.sector-head h2{
  font-size: 45px;
  color: #000;
  text-align: center;
}
.sector-head{
  padding-top: 50px;
  padding-bottom: 50px;
}
.sec-box {
  justify-content: center;
  display: flex;
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.sec-box img{
  vertical-align: middle;
  width: 150px !important;
}
.box-se h4{
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 20px 0px 0px;
  color:var(--secondary-color);

}
.contact-form{
  padding: 50px 0px;
}
.custom-btn{
  background: var(--primary-color);
  color: #fff;
  padding: 15px 40px;
  font-size: 17px;

}
.custom-btn:hover{
  background-color: var(--secondary-color);
  color: #fff;

}
.form{
  background: #EDF4F2;
}
.jobint{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
  margin-top: 20px;
  text-align: center;

}
.job-icon img {
  padding: 4px;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
}
.company{
  font-size: 17px;
  margin: 0px 0px 10px;

}
.jobint h1{
  margin: 0;
}
.fulltime{
  background-color: #313131;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 2px 8px;
  border-radius: 4px;
}
.job-btn{
  margin: 30px 0px;
}
.job-browse-btn {
  font-size: 12px;
  text-decoration: none;
  padding: 8px 15px;
  border: 2px solid green !important;
  text-transform: uppercase;
  font-family: var(--main-line);
  font-weight: 500;
  transition: 0.5s;
  color:green;
  border-radius: 5px;
}
.color {
  padding: 0px 10px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  background: rgba(44, 44, 44, 0.659);
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid rgba(96, 96, 96, 0.693) ;
  position: absolute;
  top: 13px;
  left: -1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.toggler [type="checkbox"]:checked, .toggler [type="checkbox"]:not(:checked) {
  position: absolute;
  /* left: -9999px; */
  opacity: 0;
}
.toggler {
  color: #e6edf5;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 16px;
  color: #ffffff;
}
.icon-heart {
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  background: #212121;
  width: 34px;
  height: 34px;
  line-height: 36px;
  border-radius: 30px;
}
.toggler input:checked + i {
  color: #ff526c;
}
.job-icon {
    margin: 0 auto 1rem auto;
    position: relative;
    display: block;
    max-width: 90px;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 0px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    overflow: hidden;
    transition: 0.5s;
}
.jobs{
  padding-bottom: 30px;
}
/* Style for the social icons */
.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; /* Align icons horizontally */
  justify-content: start; /* Center the icons */
  gap: 20px; /* Space between icons */
}

.social-icons li {
  display: inline-block;
}

.social-icons a {
  color: #333; /* Default icon color */
  font-size: 25px; /* Icon size */
  transition: all 0.3s ease-in-out; /* Smooth transition effect */
  text-decoration: none; /* Remove underline */
}

.social-icons a:hover {
  color: #007bff; /* Change color on hover (for example, blue) */
  transform: scale(1.2); /* Slightly enlarge on hover */
}

.social-icons .facebook {
  color: #3b5998; /* Facebook color */
}

.social-icons .linkedin {
  color: #0077b5; /* LinkedIn color */
}

.social-icons .instagram {
  color: #e4405f; /* Instagram color */
}

.social-icons .twitter {
  color: #1da1f2; /* Twitter color */
}

.section {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}
.section.lb {
  background-color: #f2f3f5;
}
.section li{
  list-style: none;
}
.contact-box {
  position: fixed;
  bottom: 91px;
  right: 20px;
  z-index: 9999;
  display: flex
;
  flex-direction: column;
  gap: 10px;
}
.contact-box .whatsapp-icon img {
  width: 60px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  padding: 16px;
  height: 60px;
}
.box1 h5{
  color: #fff !important;
}
.box1 h6 span{
  color: #fff !important;
}
.box1 h6 strong{
  color: #fff;
}





/* email para */
.email-para{
  margin-bottom: 0px !important;
}

.column-bg{
  background-color: #f0f9f3;
  border: 5px solid white;
}


/* google translator */

.gt_float_switcher img {
    vertical-align: middle;
    display: inline-block;
    width: 22px !important;
    height: auto;
    margin: 0 5px 0 0;
    border-radius: 3px;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0px 4px !important;
    color: #333;
    font-weight: bold;
}
.gt_float_switcher .gt-selected{
  background-color: #e6e6e6 !important;
}
.gt_float_switcher {
    font-family: Arial;
    font-size: 12px !important;
    border-radius: 2px;
    color: #555;
    display: inline-block;
    line-height: 20px;
    box-shadow:none !important;
    background: #000000;
    overflow: hidden;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
#gt_float_wrapper {
    position: fixed;
    bottom: auto !important;
    left: auto !important;
    right: 60px !important;
    top: 20px !important;
    z-index: 999999;
}


/* owl carousal btn */

.owl-nav{
  text-align: center;
}
.owl-carousel .owl-nav button.owl-prev{
  font-size: xx-large !important;
  
}
.owl-carousel .owl-nav button.owl-next{
  font-size: xx-large !important;

}

 /* non-it clients  */

.ecom-client{
  margin-bottom: 5rem !important;
}
.clients-row-margin{
  margin-top: 4rem;
}

/* clients column */

[data-aos][data-aos][data-aos-delay="200"].aos-animate{
  align-content: center;
  padding: 15px;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate{
  align-content: center;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate{
  align-content: center;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate{
  align-content: center;
}

/* second row */
[data-aos][data-aos][data-aos-delay="100"].aos-animate{
  align-content: center;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate{
  align-content: center;
}









/* CURRENT JOBS PAGE STYLING */

.job-section{
  background-color: #d4e8ff;
}



.banner-content h2{
  color: #1a2d45;
}

.btn-blue{
  background-color: #1a2d45;
  color: white;
}
button.btn-blue.mt-3.px-5.fw-bold {
    transition: all .2s ease-in-out;
}







/* 3d card */


.bg-jobs{
  background: url('images/jobs/ser-bg.png') center center;
  background-size: contain;
  background-color: #e4e4e4;
}

.card-container {
            perspective: 1000px;
            margin-bottom: 20px;
        }
        .card-flip {
            position: relative;
            width: 100%;
            height: 425px;
            border-radius: 15px;
            transition: transform 0.6s;
            transform-style: preserve-3d;
        }
        
        .card-front, .card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
        }
        .card-front {
            /* background-color: #e7f0b4; */
            display: flex;
            flex-direction: column;
            /* align-items: center; */
            padding:10px 20px;
        }
        .card-back {
            background: url('images/jobs/cardBack.jpg') no-repeat center center;
            background-size: cover;
            /* background-color: #0066cc; */
            color: #fff;
            transform: rotateY(180deg);
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            /* align-items: center; */
        }
        .card-container:hover .card-flip {
            transform: rotateY(180deg);
        }
        .card-img {
            width: 100%;
            height: 150px;
            object-fit: cover;
            border-radius: 10px;
        }
        .favorite-icon {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 1.5rem;
            color: #ff4d4d;
            cursor: pointer;
        }
        .favorite-icon:hover {
            color: #cc0000;
        }
        .apply-btn {
            background-color: #26b3fb;
            border: none;
            font-size: 1rem;
            padding: 10px 20px;
            border-radius: 5px;
            /* font-weight: bold; */
            color: #ffffff;
          }
          .apply-btn:hover {
            background-color: #126c99;
            color: #ffffff;
        }
        @media (max-width: 768px) {
            .card-flip {
                height: 450px;
            }
        }

        .front-text{
          position: absolute;
          top: 50%;
        }
        .card-title{
          /* color: #15ff00; */
          position: relative;
          width: max-content;
        }

        .card-one{
          background: url('images/jobs/jobfirst.jpg') no-repeat center center;
          background-size: cover;
        }
        .card-two{
          background: url('images/jobs/jobTwo.jpg') no-repeat left center;
          background-size: cover;
        }
        .card-three{
          background: url('images/jobs/jobThree.jpg') no-repeat left bottom;
          background-size: cover;
        }
        .card-four{
          background: url('images/jobs/jobfour.jpg') no-repeat left bottom;
          background-size: cover;
        }
        .card-five{
          background: url('images/jobs/jobFive.jpg') no-repeat left bottom;
          background-size: cover;
        }
        .card-six{
          background: url('images/jobs/dataanalyst.jpg') no-repeat center center;
          background-size: cover;
        }
        .card-seven{
          background: url('images/jobs/mendoingjob.jpg') no-repeat center center;
          background-size: cover;
        }
        .card-eight{
          background: url('images/jobs/job-card8.jpg') no-repeat center center;
          background-size: cover;
        }
        .card-nine{
          background: url('images/jobs/job-card9.jpg') no-repeat center center;
          background-size: cover;
        }

        .back-heading{
          color: #26b3fb;
        }
        .front-heading{
          color: #ffe200;
        }
        .fw-normal{
          font-weight: 100;
        }
       
/* .card {
  width: 200px;
  height: 250px;
  margin: 1rem auto;
  perspective: 1000px;
  cursor: pointer;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.card:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.card-front {
  background: white;
  border: 1px solid #e5e7eb;
}

.card-back {
  background: #8b5cf6;
  color: white;
  transform: rotateY(180deg);
} */



#process .info-box-item {
    text-align: center;
    padding: 50px;
}
.info-box-item {
    padding: 40px 20px;
}
.info-box-item {
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 100px 70px;
}

.info-box__title {
    margin-bottom: 40px;
    position: relative;
    font-size: 30px;
    font-weight: bolder;
    color: #fff;
    text-transform: initial;
}

.info-box__title::after {
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.info-box__title::after {
    width: 100px !important;
}
.info-box__title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 80px;
    height: 2px;
    background: currentcolor;
}
.info-box__description p{
    font-size: 16px;
    color: #fff !important;
    line-height: 1.5;
    margin-bottom: 40px !important;
}



.btn-a, .btn-a_size_large {
    font-weight: 300;
    letter-spacing: 1.92px;
    font-size: 16px;
    height: 55px;
    border: 1px solid #fff  ;
    min-width: auto !important;
    color: #fff !important;
    padding:13px 30px !important;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
}
.btn-a_upper:hover{
  background: #fff;
  color: #0066cc !important;
}

.levels-of-placement{
  padding: 50px 0px;
  background: #f2f2f2;
}

.view-all-btn {
    padding: 10px 20px;
    background-color: #0064c8;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-size: 18px;
    transition: background-color 0.3s;
}
.view-all-btn:hover {
  color: #fff;
}
.blog-box .event-content {
    padding: 15px;
}
.blog-read-more {
    display: inline-block;
    margin-top: 10px;
    color: #0064c8;
    text-decoration: none;
    font-weight: bold;
}
.blog-read-more:hover {
    text-decoration: underline;
}
.blog-box{
    background: #f1f1f1;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;  
}

.client-subtitle {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}
.marquee-wrapper {
    overflow: hidden;
    width: 100%;
}
.marquee {
    display: flex;
    white-space: nowrap;
}
.marquee-content {
    display: flex;
    animation: marquee 30s linear infinite;
}
.marquee-content .column-bg {
    flex: 0 0 150px;
    margin: 0 15px;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.marquee-content .column-bg:hover {
    transform: scale(1.05);
}
.marquee-content .column-bg img {
    width: 100%;
    max-width: 150px;
    max-height: 100px;
    object-fit: contain;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}



.service-hero {
    background: linear-gradient(135deg, #0a0a0ae7 0%, #00000041 100%),url('images/banner/temporary-staffing.webp');
    padding: 200px 0;
    color: #fff;
    background-size: cover;   
    position: relative;
    top:45px
}
.service-hero.perma {
    background: linear-gradient(135deg, #0a0a0ae7 0%, #00000041 100%),url('images/servicesinner/Job-Agencies-in-Germany.jpg') !important;
    padding: 200px 0;
    color: #fff;
    background-size: cover;   
    position: relative;
  

}
.service-hero.it-hero {
  padding: 250px 0;
    background: linear-gradient(135deg, #0a0a0ae7 0%, #00000041 100%),url('images/servicesinner/it-banner.jpg') !important;
  
  

}
.service-hero.payroll-hero {
  padding: 200px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
    background: linear-gradient(135deg, #0a0a0ae7 0%, #00000041 100%),url('images/servicesinner/Awareness-global-payroll-header-no-bg.png') ;
  
  

}
.service-hero.contract-hero {
  padding: 200px 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
    background: linear-gradient(135deg, #0a0a0ae7 0%, #00000041 100%),url('images/servicesinner/contract-to-hire.webp') ;
  
  

}
.service-hero.executive-hero {
  padding: 250px 0;
  background-repeat: no-repeat !important;
width: 100%;
background-size: cover !important;
    background: linear-gradient(135deg, #0a0a0ae7 0%, #00000041 100%),url('images/servicesinner/executivesearch.webp') ;
  
  

}
.service-hero h1 {
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
.temporary-staffing-intro {
    padding: 50px 0;
    background-color: #f2f2f2;
}
.temporary-staffing-intro h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}
.temporary-staffing-intro p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    text-align: center;
}
.why-corpswing{
    padding: 30px 0;
    background-color: #ffffff !important;
}
.why-corpswing .card{
  background: #f2f2f2;
  padding: 20px;
  border-radius: 20px;

}
.why-corpswing .card img{
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 20px;
}
.why-corpswing .card-body{
  padding: 20px 0;

}
.why-corpswing .card-body h5 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}
.why-corpswing .card-body p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    text-align: start;
}
.why-corpswing .card-body i {
    font-size: 24px;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    background-color: #007bff;
    margin-bottom: 10px;
}

.why-box{
  background-color: #f2f2f2;
  min-height: 200px;
  border-radius: 10px ;
  padding: 20px;
}
.why-corpswing h2{
  font-size: 36px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.cta-section {
    background-image: url('images/servicesinner/manpower.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    padding: 60px 0;
}

.cta-section .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta-section .container {
    position: relative;
    z-index: 1;
}

.cta-section h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: start;
    color: #fff;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 16px;
    text-align: start;
    color: #ddd;
    margin-bottom: 30px;
}

.cta-section .btn-primary {
    padding: 15px 30px;
    font-size: 18px;
    background: #0056a6 !important;
    border: none;
    border-radius: 35px;
    transition: background-color 0.3s ease;
}
.text-md-end.d-flex{
  justify-content: end;
  align-items: center;
}

.cta-section .btn-primary:hover {
    background-color: #005f99;
}

@media (max-width: 767px) {
    .cta-section {
        padding: 40px 0;
    }

    .cta-section h2 {
        font-size: 28px;
    }

    .cta-section p {
        font-size: 16px;
    }

    .cta-section .btn-primary {
        padding: 12px 25px;
        font-size: 16px;
    }

    .cta-section .text-md-end {
        text-align: center;
        margin-top: 20px;
    }
}

.permanent-staffing-intro.perma{
  padding: 50px 0;
  background-color: #f2f2f2;
}
.permanent-staffing-intro h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.it-staffing-intro{
  padding: 50px 0;
  background-color: #f2f2f2;
}

 /* Parent class for Software Development page */
        .software-dev {
            font-family: 'Arial', sans-serif;
            color: #333;
        }

        .software-dev__banner {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('images/servicesinner/Customization-and.jpg') no-repeat center/cover;
            height: 650px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #fff;
        }

        .software-dev__banner h1 {
            font-size: 3.5rem;
            text-align: center;
            color: #fff;
            font-weight: 700;
        }

        .software-dev__banner p {
          text-align: center;
          max-width: 800px;
          color: #ddd;
            font-size: 1.2rem;
            margin: 20px auto;
        }

        .software-dev__btn {
            background-color: #26B3FB;
            color: #fff;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            transition: background-color 0.3s;
        }

        .software-dev__btn:hover {
            background-color: #1A2D45;
        }

        .software-dev__section {
            padding: 60px 0;
        }

        .software-dev__heading {
            text-align: center;
            margin-bottom: 40px;
        }

        .software-dev__heading h2 {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1A2D45;
        }

        .software-dev__heading p {
            font-size: 1.1rem;
            color: #666;
        }

        .software-dev__service-box {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
            transition: transform 0.3s;
            height: 100%;
        }

        .software-dev__service-box:hover {
            transform: translateY(-10px);
        }

        .software-dev__service-box i {
            font-size: 2.5rem;
            color: #26B3FB;
            margin-bottom: 15px;
        }

        .software-dev__service-box h5 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #1A2D45;
        }

        .software-dev__service-box p {
            font-size: 1rem;
            color: #666;
        }

        .software-dev__process-step {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }

       .software-dev__process-step {
    padding-left: 85px;
    position: relative;
    display: flex
;
    background: #f1f1f1;
    padding: 10px 10px 0px 80px;
    /* min-height: 100px; */
    align-items: center;
    margin-bottom: 40px;
}
.software-dev__process-step i {
    font-size: 2rem;
    position: absolute;
    color: #ffffff;
    /* height: 100px; */
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    display: flex
;
    border-radius: 10px 0px 0px 10px;
    bottom: 0;
    width: 70px;
    background-color: #0056a6;
    margin-right: 20px;
}

        .software-dev__tech-logo {
            max-width: 100px;
            margin: 15px;
            object-fit: contain;
        }

        .software-dev__cta {
            background:#0056a6;
            color: #fff;
            padding: 50px 0;
            text-align: center;
        }

        .software-dev__cta h3 {
            font-size: 2rem;
            text-align: left;
            color: #fff;
            margin-bottom: 20px;
        }

        .software-dev__cta a {
            background-color: #ffffff;
            color: #1da1f2;
            padding: 12px 45px;
            font-weight: 600;
            border-radius: 5px;
            text-decoration: none;
            font-size: 1.1rem;
        }

        .software-dev__cta a:hover {
            background-color: #fff;
            color: #1A2D45;
        }

        .soft-abt .img-fluid{
  width: 100%;
  height:400px; 
  object-fit: cover;

        }
        .soft-abt h2{
  font-size: 2.5rem;   
  color: #1A2D45; 
  font-weight: 700;
        }
        .soft-abt p{
  font-size: 1rem;    
  color: #666;
  line-height: 1.6;
        }
        .info-box-item__inner i{
  font-size: 2rem;
  color: #ffffff; 

        }

          /* New CSS for comparison table under digital-marketing parent class */
    .digital-marketing__compare-table-container {
        margin-top: 30px;
    }

    .digital-marketing__compare-table {
        width: 100%;
        border-collapse: collapse;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .digital-marketing__compare-table th,
    .digital-marketing__compare-table td {
        padding: 15px;
        text-align: center;
        border-bottom: 1px solid #dee2e6;
    }

    .digital-marketing__compare-table th {
        background-color: #1A2D45;
        color: #fff;
        font-weight: 600;
    }

    .digital-marketing__compare-table th span {
        font-size: 0.9rem;
        color: #26B3FB;
    }

    .digital-marketing__compare-table td {
        font-size: 1rem;
        color: #333;
    }

    .digital-marketing__tick {
        color: #28a745;
        font-size: 1.2rem;
    }

    .digital-marketing__cross {
        color: #dc3545;
        font-size: 1.2rem;
    }

    .digital-marketing__compare-table tfoot td {
        padding: 20px;
    }

    .digital-marketing__compare-table .digital-marketing__btn {
        display: inline-block;
        margin-top: 10px;
    }


    .ai-ml-hero-section{
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.8), rgba(0, 0, 0, 0.8)),url('images/aiml/ai-ml-hero.jpg');
    padding: 100px 0;
    color: #fff;
    background-size: cover;   
    position: relative;
    }
    .aiml-hero{
    background-color: rgba(17, 24, 39,0.9);
    border: 1px solid #111827;
    border-radius: 1rem;
    padding: 20px ;
    }

    .cases-section{
      background-color: #b5ddff;
    }


    .why-chose-aiml h2{
      font-size: 33px;
    font-family: var(--main-line);
    font-weight: 700;
    color: #000;
    }
    .why-chose-aiml ul{
      line-height: 1.8;
    }
    .why-chose-aiml ul li i{
      color: #1da1f2;
      background-color: rgb(34 211 238 / 12%);
      padding: 0.3rem;
      font-weight: 600;
      border-radius: 50%;
    }


    .news-text p{
      color: #c7c7c7;
    }



    :root{
      --charcoal: #0f1213;
      --deep-emerald: #0b5e3a;
      --emerald: #0f7b5b;
      --gold1: #c99a3c;
      --gold2: #f3d27a;
      --muted: #7f8a8a;
      --card-bg: #ffffff;
    }
    
    /* HERO BANNER (THEME B) */
    .hero-banner.theme-b { position: relative; overflow: hidden; }
    .hero-bg { position: relative; }
    .hero-bg img { width:100%; height:85vh; object-fit:cover; display:block; filter:brightness(0.7); }
    
    
    
    /* Caption */
    .premium-caption { position: absolute; z-index:5; bottom:18%; left:50%; transform:translateX(-50%); text-align:center; width:100%; max-width:1000px; padding:0 20px; }
    .premium-caption h2 { color:#fff; font-size:40px; line-height:1.05; margin-bottom:12px; text-shadow:0 6px 30px rgba(0,0,0,0.5); }
    .premium-caption p { color: rgba(255,255,255,0.9); font-size:18px; margin-bottom:18px; }
    
    /* Button */
    .premium-btn { display:inline-block; background: linear-gradient(90deg,var(--gold1),var(--gold2)); color:var(--charcoal); padding:12px 28px; border-radius:8px; font-weight:700; text-decoration:none; box-shadow:0 10px 30px rgba(12,11,8,0.18); transition:transform .24s, box-shadow .24s; }
    .premium-btn:hover{ transform:translateY(-4px); box-shadow:0 18px 45px rgba(12,11,8,0.28); }
    
    /* SERVICES */
    .premium-services-section { background: linear-gradient(180deg,#fafafc,#f1f6f4); padding:70px 0; }
    .premium-services-section .title { font-size:32px; color:var(--charcoal); font-weight:800; margin-bottom:6px; }
    .premium-services-section .subtitle { color:var(--muted); margin-bottom:30px; }
    
    .service-card { background:var(--card-bg); border-radius:14px; padding:26px;  transition:all .28s; border:1px solid rgba(12,12,12,0.04); display:flex; flex-direction:column; justify-content:space-between; }
    .service-card .service-icon i{ font-size:36px; color:var(--deep-emerald); }
    .service-card h4{ color:var(--charcoal); font-weight:700; margin:12px 0 6px; }
    .service-card p{ color:#586161; line-height:1.55; }
    .learn-more-btn{ color:var(--deep-emerald); font-weight:700; text-decoration:none; }
    .service-card:hover{ transform:translateY(-8px); box-shadow:0 25px 50px rgba(11,84,57,0.08); border-color: rgba(11,84,57,0.12); }


    
    
    /* WHY CHOOSE US (compressed left col + different background) */
    .why-choose-section { background: linear-gradient(135deg,#f7f3ef,#fffaf6); padding:60px 0; }
    .why-title{ font-size:30px; font-weight:800; color:var(--charcoal); margin-bottom:22px; text-align:center; }
    .choose-box { display:flex; gap:14px; background:transparent; padding:12px 10px; border-radius:10px; align-items:flex-start; margin-bottom:12px; }
    .choose-box.compact { padding:10px 8px; }
    .choose-box i { font-size:26px; color:var(--gold1); min-width:40px; text-align:center; }
    .choose-box h5{ margin:0; font-size:16px; color:var(--charcoal); font-weight:700; }
    .choose-box p{ margin:0; color:#666; font-size:14px; }
    
    /* KEY SKILLS CARD */
    .keyskills-card { background: linear-gradient(180deg, rgba(11,84,57,0.08), rgba(11,84,57,0.03)); border-radius:12px; padding:22px; min-height:260px; display:flex; flex-direction:column; justify-content:center; border:1px solid rgba(11,84,57,0.06); }
    .keyskills-card .text-gold{ font-weight:800; }
    .keyskills-list li { margin-bottom:12px; color:#333; font-size:15px; }
    .keyskills-list i { color:var(--gold2); margin-right:10px; }
    
    /* MISSION & VISION */
    .mission-vision-section { background: linear-gradient(135deg, rgba(11,84,57,0.06), rgba(11,84,57,0.03)); padding:70px 0; }
    .mission-vision-section .title { text-align:center; font-size:30px; font-weight:800; color:var(--charcoal); margin-bottom:30px; }
    .mv-card { background: #fff; border-radius:16px; padding:28px; box-shadow:0 12px 30px rgba(10,10,10,0.06); min-height:240px; display:flex; flex-direction:column; justify-content:center; }
    .mv-icon i { font-size:36px; background: linear-gradient(90deg,var(--gold1),var(--gold2)); -webkit-background-clip:text; color:transparent; display:inline-block; margin-bottom:10px; }
    .mv-card h4 { color:var(--charcoal); font-weight:800; margin-bottom:10px; }
    .mv-card p { color:#444; line-height:1.6; }
    
    /* FAQ */
    .faq-section { background:transparent; padding:60px 0; }
    .faq-title { font-size:28px; color:var(--charcoal); font-weight:800; }
    .faq-subtitle { color:#666; margin-bottom:24px; }
    .faq-wrapper { max-width:900px; margin:0 auto; }
    .faq-item { background:#fff; border-radius:12px; overflow:hidden; margin-bottom:14px; border:1px solid rgba(12,12,12,0.04); transition:all .25s; box-shadow:0 6px 18px rgba(0,0,0,0.05); }
    .faq-question { width:100%; background:none; border:none; font-size:16px; font-weight:700; color:var(--charcoal); padding:16px 18px; display:flex; justify-content:space-between; align-items:center; cursor:pointer; }
    .faq-answer { padding:0 18px 18px 18px; color:#444; display:none; }
    .faq-item button:hover{ color: #fff; background-color:#CD9F41;}
    
    
    
    /* small devices */
    @media(max-width:992px){
      .premium-caption h2{ font-size:30px; }
      .premium-caption p{ font-size:15px; }
      .hero-bg img { height:65vh; }
    }
    
    /* compact left column - reduce vertical space */
    .choose-box.compact h5 { font-size:15px; }
    .choose-box.compact p { font-size:13px; }
    
    /* utility */
    .text-gold { color: var(--gold1); }
    
    /* accessibility focus states */
    .premium-btn:focus, .learn-more-btn:focus, .faq-question:focus { outline:3px solid rgba(201,154,60,0.18); outline-offset:2px; }
    
    /* small tweak for consistent equal heights in columns */
    .row.align-items-stretch .col-md-6, .row.align-items-stretch .col-md-5 { display:flex; align-items:stretch; }


    /* ================================
   PREMIUM SERVICES SECTION
================================ */

/* Section background */
.premium-services-section {
  background: #F7F9FB !important;
}

/* Icon color */
.premium-services-section .service-icon i {
  color: #D7A94F !important;
}

/* Title */
.premium-services-section h4 {
  color: #0C1F3A !important;
}

/* Card hover */
.service-card:hover {
  border-color: #D7A94F !important;
  box-shadow: 0 0 20px rgba(215,169,79,0.25) !important;
}


/* Mobile */
@media(max-width: 768px) {
  .premium-services-section .service-card {
      margin-bottom: 20px;
  }
}


/* ================================
 MISSION & VISION NEW PREMIUM BOXES
================================ */

/* ================================
 Logo Colors
================================ */
:root {
  --navy: #0C1F3A;
  --royal: #1F4F8B;
  --gold1: #D7A94F;
  --gold2: #F2D88B;
}

/* ================================
 Background Section
================================ */
.mission-vision-section {
  background: linear-gradient(135deg, var(--navy), var(--royal));
  padding: 80px 0;
}

/* Title */
.mission-vision-section .title span {
  color: #fff !important;
  font-weight: 700;
  font-size: 36px;
}

/* ================================
 Mission & Vision Cards
================================ */
/* New Card Color for Mission/Vision */
.mv-card {
  background: #EDF2F7; /* Light royal blue-white mix */
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 18px;
  padding: 30px;
  transition: .35s;
  min-height: 260px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Title & text inside cards */
.mv-card h4 {
  color: #0C1F3A; /* Navy */
  font-weight: 700;
  margin-bottom: 10px;
}

.mv-card p {
  color: #1F4F8B; /* Royal blue text */
  font-size: 15px;
  line-height: 1.6;
}

/* Gold Icons */
.mv-icon i {
  color: transparent;
  background: linear-gradient(135deg,#D7A94F,#F2D88B);
  -webkit-background-clip: text;
  font-size: 40px;
}

/* Hover Effect */
.mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  background: #F7FAFC; /* slightly lighter on hover */
}


/* Mobile Responsive */
@media(max-width: 768px) {
  .mv-card {
      min-height: auto;
      margin-bottom: 20px;
  }

  .mission-vision-section .title span {
      font-size: 30px;
  }
}



/* ================================
 WELCOME + TITLES
================================ */

/* ==========================
 PREMIUM WELCOME SECTION
========================== */

.welcome-section {
  background: linear-gradient(135deg, #0C1F3A, #1F4F8B);
  padding: 80px 0;
  color: #fff;
}

/* Title */
.welcome-title {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

/* Gold underline */
.welcome-title::after {
  content: "";
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #D7A94F, #F2D88B);
  display: block;
  margin: 12px auto 0;
  border-radius: 10px;
}

/* Paragraph */
.welcome-text {
  max-width: 800px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
  color: #e8e8e8;
}

/* Responsive */
@media (max-width: 768px) {
  .welcome-title {
      font-size: 30px;
  }
  .welcome-text {
      font-size: 15px;
      padding: 0 10px;
  }
}



/* ================================
 GENERAL STYLING (Optional, improves layout)
================================ */

.shadow-sm {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1A2D45;
}



:root {
  --navy: #0C1F3A;
  --royal: #1F4F8B;
  --gold1: #D7A94F;
  --gold2: #F2D88B;
}

.faq-section {
  background: #f5f7fb;
}

.faq-title {
  font-size: 34px;
  font-weight: 800;
  color: var(--navy);
}

.faq-subtitle {
  color: #5a5a5a;
  font-size: 16px;
}

.faq-wrapper {
  max-width: 850px;
  margin: auto;
}

.faq-item {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 15px;
  border: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s;
}

/* FAQ Button */
.faq-question {
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--navy);
  text-align: left;
  padding: 18px 20px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Gold icon */
.faq-icon i {
  color: var(--gold1);
  transition: 0.3s;
}

/* Rotates when opened */
.faq-item.active .faq-icon i {
  transform: rotate(180deg);
}

/* Answer Box */
.faq-answer {
  padding: 0 20px 18px 20px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  display: none;
}

/* Hover effect */
.faq-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
 color: #fff;
}
.faq-item button:hover{ color: #fff;}

/* ================================
 WHY CHOOSE US SECTION
================================ */

/* SECTION BACKGROUND */
/* SECTION BACKGROUND (LOGO-BASED THEME) */
.why-choose-section {
  background: linear-gradient(135deg, #0C1F3A, #123763, #1F4F8B);
  padding: 80px 0;
  color: #fff;
}

/* CENTER HEADING */
.why-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.why-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #D7A94F, #F2D88B);
  display: block;
  margin: 10px auto 0;
  border-radius: 10px;
}

/* LEFT SIDE BOXES */
.choose-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: rgba(255,255,255,0.12);
  padding: 18px 20px;
  border-radius: 14px;
  margin-bottom: 18px;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.15);
  transition: .3s ease;
}

.choose-box:hover {
  background: rgba(255,255,255,0.18);
  transform: translateY(-4px);
}

.choose-box i {
  font-size: 28px;
  background: linear-gradient(135deg, #D7A94F, #F2D88B);
  -webkit-background-clip: text;
  color: transparent;
}

/* TEXT */
.choose-box h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.choose-box p {
  margin: 0;
  color: #e0e0e0;
  font-size: 14px;
}

/* RIGHT SIDE BLUE CARD */
.keyskills-card {
  background: linear-gradient(135deg, #0E2B50, #1E4C84);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

/* LIST ITEMS */
.keyskills-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.keyskills-list li {
  color: #e6e6e6;
  margin-bottom: 14px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.keyskills-list i {
  color: #F2D88B;
  font-size: 18px;
}

/* Responsive */
@media(max-width: 768px) {
  .why-title {
      font-size: 28px;
  }
  .choose-box {
      padding: 15px;
  }
}



/* ==============================
 PREMIUM HERO BANNER
============================== */

.hero-banner {
  position: relative;
  overflow: hidden;
}

/* dark + gradient overlay */
/* .overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(12,31,58,0.75), rgba(31,79,139,0.75)),
              rgba(0,0,0,0.25);
  z-index: 2;
} */

.hero-banner .hero-bg img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  filter: brightness(0.75);
}

/* Caption styling */
.premium-caption {
  z-index: 5;
  bottom: 18%;
  top:55%
}

.premium-caption h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 4px 20px rgba(0,0,0,0.4);
  margin-bottom: 15px;
}

.premium-caption p {
  font-size: 18px;
  color: #f5f5f5;
  max-width: 800px;
  margin: 0 auto 25px;
}

/* Button */
.premium-btn {
  background: linear-gradient(90deg, #D7A94F, #F2D88B);
  padding: 12px 30px;
  color: #0C1F3A;
  font-weight: 700;
  border-radius: 6px;
  font-size: 17px;
  transition: .3s;
}

.premium-btn:hover {
  background: linear-gradient(90deg, #F2D88B, #D7A94F);
  color: #0C1F3A;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

/* Mobile */
@media (max-width: 768px) {
  .hero-banner .hero-bg img {
      height: 65vh;
  }
  .premium-caption h2 {
      font-size: 28px;
  }
  .premium-caption p {
      font-size: 15px;
  }
}




/* ===========================
 PREMIUM FOOTER
=========================== */
.premium-footer {
  background: #163B68;
  padding: 70px 0 40px;
  color: #dfe6f1;
}

.footer-logo {
  width: 170px;
  margin-bottom: 18px;
}

.footer-about {
  font-size: 15px;
  line-height: 1.7;
  color: #d2d8e3;
  margin-bottom: 20px;
}

/* Social Icons */
.footer-social {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 14px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #F2D88B;
  font-size: 18px;
  transition: .3s;
}

.footer-social a:hover {
  background: #F2D88B;
  color: #0C1F3A;
}

/* Titles */
.footer-title {
  font-size: 20px;
  font-weight: 700;
  color: #F2D88B;
  margin-bottom: 18px;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding-left: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #dfe6f1;
  font-size: 15px;
  transition: .3s;
}

.footer-links a:hover {
  color: #F2D88B;
  padding-left: 6px;
}

/* Address */
.footer-location h5 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
}

.footer-location p {
  color: #d4d8e4;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
}

/* COPYRIGHT */
.footer-copy {
  background: #0A182C;
  padding: 12px 0;
}

.footer-copy p {
  color: #ccc;
  font-size: 14px;
  margin: 0;
}


/* Hide dropdown by default */
.nav-item.dropdown .dropdown-menu {
  display: none !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease-in-out;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.08);
  background: #ffffff;
}

/* Show on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Dropdown link styling */
.dropdown-menu a {
  padding: 10px 15px;
  font-size: 15px;
  color: #0C1F3A;
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1;
}

.dropdown-menu a:hover {
  background: #F5F7FA;
  color: #D7A94F;
}

.nav-item.dropdown {
  position: relative;
}

.nav-item.dropdown .dropdown-menu {
  top: 100% !important;  /* Exact below the menu */
  left: 0;
}

/* For small screens keep default bootstrap behaviour (click) */
@media(min-width: 992px){
/* open dropdown on hover for desktop */
.navbar .dropdown:hover > .dropdown-menu {
  display: block;
  transform: translateY(6px);
}
}

/* ensure dropdown hidden on load even if 'show' stuck */
.dropdown-menu[style*="display: block"]{ display: none !important; }

/* make dropdown close icon rotate */
.dropdown-item i.fa-angle-right { transition: transform .2s; }

/* ====== COLORS ====== */
:root {
  --navy: #0C1F3A;
  --royal: #1F4F8B;
  --gold1: #D7A94F;
  --gold2: #F2D88B;
  --offwhite: #F7F9FC;
}

/* ====== HERO ====== */
.about-hero-section {
  background: linear-gradient(135deg, var(--navy), var(--royal));
  padding: 109px 0 0px;
  color: #fff;
}

.about-hero-title {
  font-size: 42px;
  font-weight: 800;
}

.about-hero-title span {
  background: linear-gradient(90deg, var(--gold1), var(--gold2));
  -webkit-background-clip: text;
  color: transparent;
}

.about-hero-subtitle {
  font-size: 18px;
  margin-top: 10px;
  opacity: .9;
}

/* ====== INTRO ====== */
/* ======================
   ABOUT SECTION PREMIUM
====================== */

.about-intro-section {
  background: #f7f9fc;
}

/* ================================
   UNIVERSAL CENTER UNDERLINE FOR ALL HEADINGS
================================ */

/* ======================
   UNIVERSAL CENTER UNDERLINE FOR ALL HEADINGS
====================== */

/* Wrapper class for headings */
.section-title {
  position: relative;
  display: block;          /* FIX 1 */
  width: 100%;             /* FIX 2 */
  text-align: center;      /* FIX 3 */
  margin-bottom: 35px;
  font-size: 36px;
  font-weight: 800;
  color: #0C1F3A;
}

/* underline */
.section-title::after {
  content: "";
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #D7A94F, #F2D88B);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border-radius: 10px;
}

/* Dark background section underline fix */
.text-white.section-title::after {
  background: linear-gradient(90deg, #F2D88B, #D7A94F);
}

/* Responsive */
@media(max-width: 768px) {
  .section-title {
      font-size: 28px;
  }
  .section-title::after {
      width: 90px;
  }
}



.about-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 15px;
}

/* Image Card Styling */
.about-image-card img {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* ====== EXPERTISE BOXES ====== */
.expertise-section {
  background: #fff;
}

.expertise-box {
  background: var(--offwhite);
  padding: 15px 20px;
  border-left: 5px solid var(--gold1);
  border-radius: 10px;
  margin-bottom: 15px;
}

.expertise-box h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* RIGHT CARD */
.expertise-card {
  background: linear-gradient(135deg, var(--navy), var(--royal));
  border-radius: 16px;
  color: white;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.expertise-list li {
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
  font-size: 15px;
}

.expertise-list i {
  color: var(--gold2);
}

/* ====== JAPAN DESK ====== */
.japan-desk-section {
  background: var(--royal);
}

.japan-card {
  background: rgba(255,255,255,0.1);
  border-radius: 14px;
  text-align: center;
}

.japan-point {
  font-size: 15px;
  margin-bottom: 18px;
}

.japan-point i {
  color: var(--gold2);
  margin-right: 8px;
}

/* ====== WHY CHOOSE US ====== */
.why-us-section {
  background: var(--offwhite);
}

.why-box {
  background: white;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: .3s;
  text-align: center;
}

.why-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.15);
}

.why-box i {
  font-size: 36px;
  background: linear-gradient(135deg, var(--gold1), var(--gold2));
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}

.why-box h5 {
  font-size: 18px;
  font-weight: 700;
}
.about-hero-subtitle,.about-hero-title{ color: #fff; margin-top: 0px;     margin-bottom: 0;}


:root {
  --navy: #0C1F3A;
  --royal: #1F4F8B;
  --gold1: #D7A94F;
  --gold2: #F2D88B;
  --offwhite: #f7f9fc;
}

/* =======================================
   FIX: NAVBAR TEXT COLOR ALWAYS WHITE ON BANNER
======================================= */
.japanese-hero-section .navbar,
.japanese-hero-section .navbar a,
.japanese-hero-section .navbar-nav .nav-link {
  color: #fff !important;
}

.japanese-hero-section .navbar-nav .nav-link:hover {
  color: var(--gold2) !important;
}

/* =======================================
   HERO SECTION
======================================= */
.japanese-hero-section {
  position: relative;
  color: #fff !important;
}

.japanese-hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(12,31,58,0.75), rgba(31,79,139,0.75));
  z-index: 1;
}

.japanese-hero-section img {
  width: 100%;
  height: 85vh;
  object-fit: cover;
  filter: brightness(0.75);
}

.japanese-hero-section .container {
  position: relative;
  z-index: 5;
}

.jp-title {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
}

.jp-title span {
  color: var(--gold2);
}

.jp-subtitle {
  max-width: 700px;
  margin: 10px auto 25px;
  font-size: 18px;
  color: #eee;
}

.jp-btn-group { margin-top: 15px; }

.jp-btn-gold {
  background: linear-gradient(90deg, var(--gold1), var(--gold2));
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 700;
  color: var(--navy);
}

.jp-btn-outline {
  padding: 12px 28px;
  border: 2px solid var(--gold2);
  border-radius: 6px;
  color: #fff !important;
  margin-left: 12px;
}

/* =======================================
   UNIVERSAL SECTION TITLE
======================================= */
.section-title {
  font-size: 34px;
  font-weight: 800;
  color: var(--navy);
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 40px;
  text-align: center;
}

.section-title::after {
  content: "";
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold1), var(--gold2));
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  border-radius: 10px;
}

/* Fix for white text headings */
.text-white.section-title,
.text-white .section-title {
  color: #fff !important;
}

.text-white.section-title::after,
.text-white .section-title::after {
  background: linear-gradient(90deg, var(--gold2), var(--gold1));
}

/* =======================================
   LIST FIXES
======================================= */
.jp-list li {
  margin-bottom: 12px;
  font-size: 16px;
  padding-left: 22px;
  position: relative;
}

.jp-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold1);
  font-size: 20px;
}

/* =======================================
   IMAGE SHADOW
======================================= */
.jp-img-shadow {
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  border-radius: 10px;
}

/* =======================================
   PROGRAM TABLE
======================================= */
.jp-table-wrapper {
  margin-top: 25px;
  overflow-x: auto;
}

.jp-table {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border-collapse: collapse;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.jp-table th {
  background: var(--navy);
  color: #fff;
  padding: 14px;
}

.jp-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #eee;
}

/* =======================================
   FEATURES BOX
======================================= */
.jp-feature-box {
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.07);
  font-size: 15px;
}

.jp-feature-box i {
  color: var(--gold1);
  margin-right: 8px;
  font-size: 20px;
}

/* =======================================
   WHO CAN JOIN
======================================= */
.jp-list-big li {
  margin-bottom: 12px;
  font-size: 17px;
  padding-left: 20px;
}

/* =======================================
   STEPS
======================================= */
.jp-step-wrapper { margin-top: 20px; }

.jp-step {
  margin-bottom: 15px;
  font-size: 16px;
}

.jp-step span {
  background: var(--gold1);
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
  border-radius: 6px;
}

/* =======================================
   REASONS
======================================= */
.jp-reason-box {
  background: white;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.jp-reason-box i {
  background: linear-gradient(135deg, var(--gold1), var(--gold2));
  -webkit-background-clip: text;
  color: transparent;
  font-size: 25px;
  margin-right: 10px;
}


/* FIX: Remove white background leaking behind header on Japanese page */
.japanese-hero-section {
  position: relative;
  width: 100%;
  height: 55vh;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

/* Ensure background image covers fully */
.japanese-hero-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  display: block;
}

/* Gradient Overlay */
.japanese-hero-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(12,31,58,0.85), rgba(31,79,139,0.80));
  z-index: 1;
}

/* Ensure text stays on top */
.japanese-hero-section .container {
  position: relative;
  z-index: 5;
}

/* Fix text color */
.japanese-hero-title,
.japanese-hero-subtitle,
.jp-title,
.jp-subtitle {
  color: #fff !important;
}

/* FIX HEADER ON TOP OF HERO */
header,
.header,
.site-header {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
  z-index: 50;
}

/* Make menu links white over hero */
header .nav-link,
.site-header .nav-link {
  color: #fff !important;
  transition: .3s;
}

header .nav-link:hover {
  color: var(--gold2) !important;
}

/* When scrolled (optional) */
.header.sticky {
  background: #ffffff !important;
}

.header.sticky .nav-link {
  color: #0C1F3A !important;
}


/* .service-hero-section {
  background: linear-gradient(135deg, #0C1F3A, #1F4F8B);
  padding: 80px 0;
  color: #fff;
} */

.service-title {
  font-size: 42px;
  font-weight: 800;
}

.service-subtitle {
  font-size: 18px;
  max-width: 700px;
  margin: 10px auto 0;
  opacity: .9;
}

.service-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.08);
}

.section-title {
  font-size: 34px;
  font-weight: 800;
  position: relative;
  padding-bottom: 10px;
}

.section-title::after {
  content:"";
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg,#D7A94F,#F2D88B);
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  bottom:-4px;
  border-radius: 8px;
}


/* GLOBAL TEMPLATE STYLE */


.service-hero .overlay {
  position: absolute; top:0; left:0;
  width:100%; height:100%;
  background: linear-gradient(135deg, rgba(12, 31, 58, 0.75), rgba(31, 79, 139, 0.75));
  z-index:1;
}
.service-hero .container {
  position: relative;
  z-index:5;
}
.service-hero-title {
  font-size: 48px;
  font-weight: 800;
}

.container.text-center{padding: 50px 0;}
.service-hero-title span { color: var(--gold2); }

.service-hero-sub {
  max-width: 1000px;
  margin: 15px auto;
  font-size: 18px;
  color: #e6e6e6;
}

.service-btn {
  background: linear-gradient(90deg, var(--gold1), var(--gold2));
  padding: 12px 32px;
  font-weight: 700;
  color: #0C1F3A;
  border-radius: 6px;
}

/* SECTION TITLES */
.section-title {
  font-size: 34px;
  font-weight: 800;
  text-align: center;
  color: var(--navy);
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: "";
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold1), var(--gold2));
  position: absolute;
  left:50%; transform:translateX(-50%);
  bottom:-8px;
  border-radius:8px;
}

/* Image Left + Content Right */
.image-content-section {
  padding: 60px 0;
}
.image-content-section img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
}

.content-box p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
  color:#333;
}

/* Feature Boxes */
.feature-box {
  background:#fff;
  border-radius:12px;
  padding:18px;
  margin-bottom:15px;
  box-shadow:0 8px 25px rgba(0,0,0,0.08);
}
.feature-box i {
  font-size:22px;
  background: linear-gradient(135deg, var(--gold1), var(--gold2));
  -webkit-background-clip:text;
  color:transparent;
  margin-right:8px;
}

/* Lists */
.service-list li {
  padding:6px 0;
  border-bottom:1px solid #eee;
  font-size:15px;
}

/* CTA */
.service-cta {
  background: linear-gradient(135deg, var(--navy), var(--royal));
  color:#fff;
  padding:60px 0;
  text-align:center;
}
.service-cta h2 {
  font-size:32px;
  font-weight:700;
}


:root {
  --navy: #0C1F3A;
  --gold1: #D7A94F;
  --gold2: #F2D88B;
  --light: #f7f9fc;
}

/* HERO */
.service-hero {
  background: linear-gradient(135deg, var(--navy), #12345a);
  padding: 80px 0 0 0;
  color: #fff;
  text-align: center;
}

.service-title {
  font-size: 42px;
  font-weight: 800;
}

.service-subtitle {
  max-width: 700px;
  margin: 10px auto;
  font-size: 18px;
  opacity: .9;
}

/* UNIVERSAL TITLE */
.section-title {
  font-size: 32px;
  font-weight: 800;
  color: var(--navy);
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.section-title::after {
  content: "";
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold1), var(--gold2));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  border-radius: 10px;
}

/* IMAGE */
.service-img {
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}

/* TEXT */
.service-text {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

/* LIST */
.service-list li {
  font-size: 16px;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 28px;
}

.service-list i {
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--gold1);
  font-size: 18px;
}

/* CTA */
.service-cta {
  background: var(--light);
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.service-cta h2 {
  font-size: 30px;
  font-weight: 800;
}

.cta-btn {
  background: linear-gradient(90deg, var(--gold1), var(--gold2));
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin-top: 15px;
  display: inline-block;
}


/* -----------------------------------------
   IT ROLES - PREMIUM CARD DESIGN
----------------------------------------- */

.it-roles-section {
  background: #fff;
}

.underline {
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #D7A94F, #F2D88B);
  margin: 10px auto 0;
  border-radius: 10px;
}

.role-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  margin-bottom: 25px;
  transition: 0.3s;
}

.role-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.role-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0C1F3A;
}

.role-card h4 i {
  color: #D7A94F;
  margin-right: 8px;
}

.role-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.role-card ul li {
  font-size: 15px;
  padding: 4px 0;
  color: #444;
}


/* -----------------------------------------
 IT HIRING PROCESS - PREMIUM STEP CARDS
----------------------------------------- */

.it-process-section {
  background: #f7f9fc;
}

.process-card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  text-align: left;
  transition: 0.3s;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.step-num {
  font-size: 28px;
  font-weight: 800;
  background: linear-gradient(90deg)
}

/* ==============================
   INDUSTRIES SECTION
================================= */
.industries-section {
  background: var(--offwhite);
}

.industry-box {
  background: #ffffff;
  padding: 18px;
  border-radius: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: var(--navy);
  box-shadow: 0 10px 25px rgba(0,0,0,0.07);
  transition: 0.3s ease;
}

.industry-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
  background: linear-gradient(135deg, var(--gold1), var(--gold2));
  color: #fff;
}


/* ==============================
 HIRING PROCESS SECTION
================================= */
.hiring-process-section {
  background: #fff;
}

.process-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s;
  height: 100%;
}

.process-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.step-number {
  font-size: 26px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--gold1), var(--gold2));
  -webkit-background-clip: text;
  color: transparent;
  display: block;
  margin-bottom: 10px;
}

.process-box h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
.lang-section {
  padding: 60px 0;
  background: #f7f9fc;
}

.lang-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 18px;
  margin-top: 25px;
}

.lang-grid span {
  background: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.lang-grid span:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

/* ----------------------------
   NAVBAR DROPDOWN FIX + STYLING
------------------------------ */

/* Dropdown ko upar shift karna */
.navbar-01 .dropdown-menu {
  margin-top: -2px !important; /* cursor upar aate hi catch kare */
}

/* Submenu width fix */
.navbar-01 .dropdown-menu {
  min-width: 220px;  /* compact width */
  padding: 8px 0;
  border-radius: 12px !important;
}

/* Submenu item spacing tighter */
.navbar-01 .dropdown-item {
  padding: 8px 15px;
  font-size: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.navbar-01 .dropdown-item:last-child {
  border-bottom: none;
}

/* Hover style */
.navbar-01 .dropdown-item:hover {
  background: #0C1F3A;  /* navy */
  color: #fff !important;
}

/* Dropdown arrow spacing fix */
.navbar-01 .dropdown > a .fa-chevron-down {
  font-size: 11px;
  margin-left: 4px;
  position: relative;
  top: -1px; /* cursor alignment */
}

/* Dropdown open on hover (desktop only) */
@media (min-width: 992px) {
  .navbar-01 .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: -2px !important;
  }

  /* Link hover underline effect */
  .navbar-01 .nav-link:hover {
      color: #F2D88B !important; /* gold hover */
  }
}

/* Mobile padding adjust */
@media (max-width: 991px) {
  .navbar-01 .dropdown-menu {
      margin-top: 0 !important;
      border-radius: 0 !important;
  }
}



/* HERO SECTION */
.jp-hero {
  position: relative;
  padding: 140px 0;
  background: url('your-image-here.jpg') center/cover no-repeat;
  color: #fff;
}

.jp-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--navy), var(--royal)); 
}

.jp-hero-title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 3px 10px rgba(0,0,0,0.4);
}

.jp-hero-subtitle {
  font-size: 20px;
  max-width: 700px;
  margin: 15px auto 0;
  opacity: 0.9;

}

/* GENERAL SECTIONS */
.jp-section {
  padding: 70px 0;
}

.jp-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #d40000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.jp-intro {
  font-size: 20px;
  line-height: 32px;
  max-width: 850px;
  margin: auto;
  color: #444;
}

/* LEVEL CARDS */
.jp-level-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.jp-level-card {
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  border: 1px solid #eee;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.jp-level-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.jp-level-card h3 {
  color: #b80000;
  font-size: 22px;
  font-weight: 700;
}

.jp-level-card ul {
  margin-top: 12px;
  padding-left: 18px;
  line-height: 28px;
  color: #555;
}

/* FEATURED BOXES */
.jp-card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.jp-card {
  background: #fff;
  padding: 18px 20px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #eee;
  box-shadow: 0 3px 10px rgba(0,0,0,0.07);
  font-size: 18px;
  transition: 0.25s;
}

.jp-card:hover {
  background: #d40000;
  color: #fff;
  border-color: #d40000;
  transform: translateY(-4px);
}

/* LIGHT SECTION */
.bg-light {
  background: #fafafa;
}




:root {
  --navy: #0C1F3A;
  --royal: #1F4F8B;
  --gold1: #D7A94F;
  --gold2: #F2D88B;
  --offwhite: #f7f9fc;
}

/* ================= HERO ================= */
.jp-hero {
  background: url('/wp-content/themes/yourtheme/images/japanese/banner.jpg') center/cover;
  padding: 140px 20px;
  position: relative;
  text-align: center;
  color: #fff;
}

.jp-hero-title {
  position: relative;
  z-index: 3;
  font-size: 48px;
  font-weight: 800;
  color: #fff;
}
.jp-hero-title span { color: var(--gold2); }
.jp-hero-sub {
  position: relative;
  z-index: 3;
  font-size: 18px;
  max-width: 700px;
  margin: auto;
  margin-top: 10px;
  opacity: .95;
  color: #fff;
}

/* ================= CURVE DIVIDERS ================= */
.curve-divider-bottom {
  background: url('/wp-content/themes/yourtheme/images/curve-bottom.svg') no-repeat center bottom;
  height: 80px;
}
.curve-divider-top {
  background: url('/wp-content/themes/yourtheme/images/curve-top.svg') no-repeat center top;
  height: 80px;
}

/* ================= UNIVERSAL SECTIONS ================= */
.jp-section {
  padding: 70px 0;
  background: #fff;
}
.jp-light-section {
  padding: 70px 0;
  background: var(--offwhite);
}

.section-title {
  font-size: 36px;
  font-weight: 800;
  color: var(--navy);
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.section-title::after {
  content: "";
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold1), var(--gold2));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  border-radius: 12px;
}

/* ================= LISTS ================= */
.jp-list li,
.jp-list-big li {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  font-size: 16px;
}
.jp-list li::before,
.jp-list-big li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--gold1);
  font-size: 20px;
}

/* ================= IMAGE ================= */
.jp-img {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* ================= COURSE CARDS ================= */
.jp-card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0px 10px 25px rgba(0,0,0,0.08);
  border-left: 5px solid var(--gold1);
  transition: .3s;
}
.jp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}
.jp-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--navy);
}

/* ================= FEATURES ================= */
.jp-feature-box {
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  font-size: 15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
.jp-feature-box i {
  font-size: 22px;
  margin-right: 10px;
  background: linear-gradient(135deg, var(--gold1), var(--gold2));
  -webkit-background-clip: text;
  color: transparent;
}

/* ================= REASON BOX ================= */
.jp-reason-box {
  padding: 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.09);
  font-size: 16px;
}
.jp-reason-box i {
  background: linear-gradient(135deg, var(--gold1), var(--gold2));
  -webkit-background-clip: text;
  color: transparent;
  font-size: 26px;
  margin-right: 10px;
}



/* REMOVE UNWANTED RED BACKGROUND FROM ANY CARD */
.jp-level-box {
  background: #ffffff !important;
  border-left: 5px solid #D7A94F; /* gold accent */
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.jp-level-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

/* For headings inside boxes */
.jp-level-box h3 {
  color: #0C1F3A;
  font-weight: 800;
}

/* For text */
.jp-level-box p, 
.jp-level-box li {
  color: #333;
}
