
.mega-menu {
    background: white;
    color: #0b2545;
    padding: 0.8rem 2rem;
    position: relative;
    z-index: 1000;
}
.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0b2545;
}

.menu-toggle {
  display: none;
  font-size: 2rem;
  cursor: pointer;
  color: black;
}

.menu {
  list-style: none;
  display: flex;
  gap: 1rem;
}

.menu > li {
  position: relative;
}

.menu > li > a {
  display: block;
  padding: 0px;
  text-decoration: none;
  color: #0b2545;
  transition: background 0.3s;
}

/*.menu > li:hover > a {
  background: white;
}*/

.mega-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: -61px;
  background: white;
  color: black;
  min-width: 250px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  padding: 1rem;
  z-index: 10;
  flex-wrap: wrap;
}

.menu-item-has-children:hover .mega-dropdown {
  display: flex;
}

.mega-col {
    padding: 0 1rem;
    min-width: 200px;
}

.mega-col h4 {
  margin-bottom: 0px;
  font-size: 1rem;
  color: #0b2545;
}

.mega-col a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px 0px;
  transition: color 0.3s;
}

.mega-col a:hover {
  color: #0b2545;
}

.multi-col {
/*  display: flex;*/
  flex-wrap: wrap;
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .menu {
    flex-direction: column;
    width: 100%;
    display: none;
    background: #0b2545;
  }

  .menu.active {
    display: flex;
  }

  .menu > li {
    width: 100%;
  }

  .menu > li > a {
    padding: 10px 20px;
    border-top: 1px solid #133d66;
    color: white;
  }

  .mega-dropdown {
    position: static;
    display: none;
    flex-direction: column;
    background: #f9f9f9;
  }

  .menu-item-has-children.active .mega-dropdown {
    display: flex;
  }
}


.delicious-btn{
  display: inline-block;
  min-width:160px;
  height:60px;
  color:#fff;
  border:none;
  border-left:3px solid #1c8314;
  border-radius: 0;
  padding:0 30px;
  font-size:16px;
  line-height:58px;
  font-weight:600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
}
.dif-btn {
    /* display: inline-block; */
    min-width: 140px;
    height: 46px;
    color: #0a58ca;
    border: none;
    border: 3px solid #0a58ca;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 16px;
    /* line-height: 49px; */
    font-weight: 600;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
}
.delicious-btn:hover,
.delicious-btn:active,
.delicious-btn:focus{
  font-size:16px;
  font-weight: 600;
  color:#fff;
  
}
/*.di-1{
    padding: 30px 60px;
}*/
.di-1 h2{
    /*font-size: 27px;*/
/*    letter-spacing: -2px;*/
    font-weight: 500;
    /*line-height: 45px;*/
}
.newsCard {
    position: relative;
   /* margin-top: -36px;
    width: 77%;
    margin-left: 35px;
    height: 290px;*/
    background-color: #fff;
    color: #fff;
    overflow: hidden;
    border-radius: 6px;
}

figure img {
    display: block;
    object-fit: cover !important;
    object-position: center center !important;
    height: 132%;
    width: 100%;
}

.overlay {
    background: #2b4c8c;
    background: -moz-linear-gradient(0deg, rgba(40,26,54,1) 0%, rgba(89,59,116,0) 100%);
    background: -webkit-linear-gradient(0deg, #27498d 0%, rgba(89, 59, 116, 0) 100%);
    background: linear-gradient(0deg, #2b4c8c 0%, rgba(89, 59, 116, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#281a36",endColorstr="#593b74",GradientType=1);
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 0;
    z-index: 3;
}

.newsCaption {
  position: absolute;
  top: auto;
  bottom: 31px;
  left: 0;
  width: 100%;
  height: 35%;
  z-index: 10;
  padding: 15px;
 /* -webkit-transform: translateY(80%);
  transform: translateY(80%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition:  -webkit-transform 0.4s;
  transition:  -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s,  -webkit-transform 0.4s;*/
}
.newsCaption i{font-size: 24px;}

.newsCaption-title {
  margin-top: 0px;
}
.newsCaption-content {
  margin: 0;
}
.deli-btn{
      color: white;
    border: 2px solid white;
    margin-top: 30px;
}
.deli-btn:hover {
      color: white;
}
.blog-page .blog2-box {
    background-color: #fff;
    transition: all 0.4s;
    border-radius: 4px;
    border: none;
    margin-bottom: 30px;
}
.blog-page .blog2-box .image {
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
}
.blog-page .blog2-box .image img {
    width: 100%;
    transition: all 0.4s;
}
.blog-page .blog2-box .heading5 {
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    transition: all 0.3s ease-in-out;
}
.blog-page .blog2-box .heading5 .tags {
    margin-bottom: 12px;
}
.blog-page .blog2-box .heading5 .tags a {
    display: inline-block;
    color: #081120;
    font-size: var(--f-fs-font-fs18);
    line-height: var(--f-fs-font-fs28);
    font-weight: var(--f-fw-medium);
    margin-right: 20px;
}
.blog-page .blog2-box .heading5 .tags a img {
    margin-top: -3px;
    margin-left: 3px;
    filter: brightness(0);
}
.blog-page .blog2-box a.learn {
    display: inline-block;
    color: #081120;
    font-size: var(--f-fs-font-fs16);
    line-height: var(--f-fs-font-fs16);
    font-weight: var(--f-fw-bold);
    transition: all 0.4s;
}
.blog-page .blog2-box a.learn span {
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 3px;
}
.deli-btn a{
  color: white;
}
.newsCaption-link {
  color: #fff;
  text-decoration: underline;
  opacity: .8;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
          transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
/*.news-Slide-up:hover .overlay{ background: rgb(64,10,111);
background: -moz-linear-gradient(0deg, rgba(64,10,111,1) 0%, rgba(89,59,116,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(64,10,111,1) 0%, rgba(89,59,116,0) 100%);
background: linear-gradient(0deg, rgba(64,10,111,1) 0%, rgba(89,59,116,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#400a6f",endColorstr="#593b74",GradientType=1);
}
*/
.news-Slide-up:hover .newsCaption {

  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition:  -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s,
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.box-sec{
  /*padding: 30px 60px;*/
/*  background: #0356e417;*/
}
.services-section {
  background-color: #fff; /* Keep section plain */
}

.service-boxx {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.service-boxx:hover {
  transform: scale(1.03);
}

.service-boxx .overlay1 {
  position: absolute;
  inset: 0;
  background: #09348b96;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-align: center;
  transition: background 0.3s ease;
}

/*.service-boxx:hover .overlay1 {
  background: rgba(0,0,0,0.7);
}*/

.service-boxx h5 {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 1.25rem;
      color: white;
}

.service-boxx p {
  font-size: 0.95rem;
  line-height: 1.4;
      color: white;
}
/*.overlay1{
  background: -webkit-linear-gradient(0deg, #27498d 0%, rgba(89, 59, 116, 0) 100%);
}*/

.box-sec i{
  position: absolute;
    margin-top: 5px;
}
.box-sec h4 {
    font-weight: 600;
    /*font-size: 20px;*/
    color: black;
}
p {
    font-size: 14px;
    color: black;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
}
li {
    font-size: 14px;
    color: black;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
}
.box-sec li {
    font-size: 14px;
    color: black;
    line-height: 24px;
    margin-left: 30px;
    font-family: "Montserrat", sans-serif;
}
.box-sec ul{
  list-style-type: none;
}
.forward-img{
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: 2px;
}
.box-sec h2 {
    font-weight: 600;
    /*font-size: 30px;*/
    color: black;
}
.heading5 h4 {
    font-weight: 500;
    font-size: 17px;

    color: black;
}
.caption h2 {
    font-weight: 500;
    font-size: 25px;
}
.blog-page h2{
  font-weight: 500;
    font-size: 24px;
}
.seeall{
  font-weight: 500;
    font-size: 17px;
}
#sc-popular-coursess h4 {
    font-size: 24px;
    color: black;
    font-weight: 500;
    padding: 10px 0px;
}
footer .social-icon li i:hover {
    background: #0674f457;
    border-color: white;
}
.social-icon li i:hover {
    border: solid 2px #262725;
    color: black;
    background: #262725;
}

.common-hero {
    background-color: #2175d9;
    height: 200px;
    display: flex
;
    align-items: center;
}

.common-hero .main-heading h1 {
    font-size: var(--f-fs-font-fs64);
    line-height: var(--f-fs-font-fs64);
    font-weight: var(--f-fw-bold);
    color: var(--vtc-text-heading-text-1);
}
.common-hero .main-heading .pages-intro {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
}
.common-hero .main-heading .pages-intro a {
    display: inline-block;
    color: white;
    font-size: 18px;
    line-height: 28px;
    margin: 0px;
    padding: 0px 5px;
}
.common-hero .main-heading .pages-intro span {
    display: inline-block;
    color: white;
    font-size: 18px;
    line-height: 28px;
    margin: 0px;
    padding: 0px 5px;
}
.at-glance h1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    
}

 .stats-wrapper {
      padding: 60px 15px;
      background-color: #fff;
    }

    .stats-title {
      text-align: center;
      margin-bottom: 40px;
    }

    .stats-title h2 {
      font-weight: 700;
      font-size: 2rem;
    }

    .stats-title p {
      color: #6c757d;
      font-size: 0.95rem;
    }

    .stat-box {
      background: #ffffff;
      border: 1px solid #e6e9ec;
      border-radius: 12px;
      padding: 25px;
      text-align: left;
      height: 100%;
      transition: all 0.3s ease;
    }

    .stat-box:hover {
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
    }

    .stat-icon {
      font-size: 1.8rem;
      color: #007bff;
      margin-bottom: 15px;
    }

    .stat-heading {
      font-weight: 600;
      font-size: 1rem;
      color: #212529;
      margin-bottom: 6px;
      margin-left: 75px;
    }

    .stat-desc {
      font-size: 0.92rem;
      color: #6c757d;
      margin-left: 75px;
    }

    .icon-wrapper {
      display: inline-block;
      margin-right: 10px;
    }
 .global-img{
      position: absolute;
    margin-top: 15px;
 }


/*map*/

.presence-section {
  text-align: left;
  padding: 40px 20px;
  position: relative;
  padding: 20px 60px;
}

.presence-section h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

/* Circles */
/*.stats {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}*/
.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
}
.circle span {
  font-size: 12px;
  color: #fff;
}
.gray { background: #ccc; }
.blue { background: #2980b9; }
.darkblue { background: #2c3e50; }

/* Map */

 .map-container {
      /*padding: 60px 130px;*/
   position: relative;
   display: inline-block;
}
 
/* .map-container img {
   width: 100%;
}*/
.fav-img {
    position: absolute;
    width: 34px;
    height: 34px;
    transform: translate(-50%, -50%);
}
.fav-img.lon {     
    top: 28%;
    left: 46%;
  }
.fav-img.ind { 
    top: 43%;
    left: 65%;
  }
.fav-img.uae {     
    top: 44%;
    left: 58%;
  }
.map-container .point {
    cursor: pointer;
    position: absolute;
    /*width: 20PX;
    height: 20PX;
    border: 4px solid;*/
    background-color: #f8f9fa;
    border-radius: 50%;
    transition: all 0.3s ease;
    will-change: transform, box-shadow;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 rgba(0, 172, 193, 0.4);
    animation: pulse 3s infinite;
}

 .map-container .point:hover {
   animation: none;
   transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
   box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
/* .map-container .venezuela {
   top: 54%;
   left: 32%;
}
 .map-container .brasil {
   top: 64%;
   left: 36%;
}
.map-container .argentina {
    top: 75%;
    left: 34%;
}
.map-container .colombia {
    top: 58%;
    left: 31%;
}

.map-container .mexico {
    top: 35%;
    left: 24%;
}
 .map-container .usa {
   top: 26%;
   left: 20%;
}
 .map-container .arabia {
top: 44%;
    left: 59%;
}

 .map-container .rusia {
   top: 27%;
   left: 67%;
}
 .map-container .india {
    top: 44%;
    left: 65%;
}

 .map-container .australia {
    top: 72%;
    left: 75%;
}*/
 @keyframes pulse {
   0% {
     box-shadow: 0 0 0 0 rgba(0, 172, 193, 0.5);
  }
   70% {
     box-shadow: 0 0 0 25px rgba(0, 172, 193, 0);
  }
   100% {
     box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
  }
}

/* Legend Box */
.map-legend {
  background: white;
    border: 1px solid black;
  border-radius: 6px;
  padding: 15px 20px;
     margin-top: 475px;
    margin-left: -600px;
    position: absolute;
  max-width: 280px;
  font-size: 0.9rem;
  text-align: left;
  display: inline-block;
}

.map-legend ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.map-legend li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #222;
}

.legend {
  display: inline-block;
 /* width: 24px;
  height: 2px;*/
  margin-right: 10px;
}

/* Different legend styles */
.legend.international {
  background: purple;
  height: 2px;
}

.legend.state {
  background: #bbb;
  height: 2px;
}

.legend.country-capital {
  width: 15px;
  height: 15px;
  border: 3px solid black;
  background: white;
  border-radius: 50%;
}

.legend.state-capital {
    width: 34px;
    height: 34px;
    background: url(assets/images/favi.png);
    background-repeat: no-repeat;
}

/* Clients */
.clients {
  max-width: 700px;
  margin: 40px auto 0;
}
.clients h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.clients h3 span {
  font-weight: normal;
  color: #333;
}
.clients p {
  font-size: 14px;
  color: #555;
}

.card-section-popup{
  padding: 20px;
}
.why-sec{
 padding: 20px 60px;
 margin-bottom: 50px;
}


.box-sec .difff-btn {
    margin-bottom: 20px;
    /* display: inline-block; */
    /* min-width: 138px; */
    height: 46px;
    width: 405px;
    color: white;
    border: none;
    border: 3px solid #0a58ca;
    background: #0a58ca;
    border-radius: 0;
    /*padding: 10px 15px;
    font-size: 16px;*/
    /* line-height: 49px; */
    font-weight: 600;
    /* -webkit-transition-duration: 500ms; */
    /* transition-duration: 500ms; */
    /* text-transform: capitalize; */
}

.statics-sec {
  padding: 20px 30px;
}
.statics-sec h2 {
    font-weight: 500;
    font-size: 25px;
    margin-top: 30px;
}
    .stat-group {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: space-between;
      background: #fff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }

    .stat-card {
      flex: 1 1 250px;
      background-color: #f1f5fd;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      transition: 0.3s;
    }

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

    .stat-title {
      font-size: 18px;
      margin-bottom: 10px;
      font-weight: bold;
      color: #1a237e;
    }

    .stat-desc {
      color: #444;
      line-height: 1.4em;
    }

    .emoji {
      font-size: 1.5em;
      margin-right: 5px;
    }

    @media (max-width: 768px) {
      .stat-group {
        flex-direction: column;
      }
    }

  .governance-sec .section-title {
      text-align: center;
      margin-bottom: 40px;
    }

    .governance-sec .card-custom {
      border-left: 4px solid #0d6efd;
      border-radius: 10px;
      background-color: #fff;
      padding: 0px 20px;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    .governance-sec .card-custom:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .governance-sec .card-body i {
    font-size: 21px;
    color: #0d6efd;
    position: absolute;
    margin-left: -31px;
    margin-top: 0px;
}

.iconico{
      font-size: 21px;
    color: #0d6efd;
    position: absolute;
    margin-left: -107px;
    margin-top: 0px;
}
    .governance-sec .fade-up {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.6s ease;
    }

    .governance-sec .fade-up.visible {
      opacity: 1;
      transform: translateY(0);
    }

.at-glance h1 {
    font-weight: 600;
    font-size: 29px;
    line-height: 1.2;
}
.sec-second-sec{
      padding: 30px 30px;
}
.at-glance  h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 45px;
}
.sec-second-sec h2 {
    font-size: 27px;
    font-weight: 600;
    line-height: 45px;
}
  .team-section {
      background-color: #e6f0ff;
      padding: 60px 0;
    }
    .section-header h2 {
      font-size: 30px;
      font-weight: 700;
      color: #003366;
    }
    .section-header p {
      font-size: 1rem;
      color: #336699;
    }
    .team-card {
      background-color: #ffffff;
      border: 2px solid #cce0ff;
      border-radius: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 12px rgba(0, 51, 102, 0.1);
    }
    .team-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 20px rgba(0, 51, 102, 0.2);
    }
    .team-img {
      width: 120px;
      height: 120px;
      object-fit: cover;
      border-radius: 50%;
      margin-top: 20px;
      border: 4px solid #3399ff;
    }
    .team-body {
      padding: 20px;
    }
    .team-title {
      font-size: 1.2rem;
      font-weight: 600;
      color: #003366;
    }
    .team-role {
      color: #3366cc;
      font-weight: 500;
      margin-bottom: 0.6rem;
    }
    .team-expertise {
      font-size: 14px;
      color: #444f5a;
    }
      .header-section {
      background-color: #2175d9;
      color: #fff;
      padding: 60px 20px;
      text-align: center;
    }
    .header-section h1 {
      font-size: 2.5rem;
      font-weight: bold;
      color: white;
    }
    .header-section p {
      font-size: 1.25rem;
      margin-top: 10px;
      color: white;
    }
    .edib-intro {
      /*max-width: 900px;*/
      margin: 40px auto;
      font-size: 1.1rem;
    }
    .edib-card {
      background-color: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
    }
    .edib-card:hover {
      transform: translateY(-5px);
    }
    .edib-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .edib-content {
      padding: 20px;
    }
    .edib-title {
      font-size: 1.5rem;
      font-weight: 600;
      color: #0d6efd;
    }
    .edib-tagline {
      font-style: italic;
      color: #6c757d;
      margin-bottom: 15px;
    }
    .edib-content p {
    font-size: 14px;
    color: black;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
}
  .pulse-header {
      background-color: #2175d9;
      color: #fff;
      padding: 60px 20px;
      text-align: center;
    }
    .pulse-header h1 {
      font-size: 2.8rem;
      font-weight: bold;
      color: white;
    }
    .pulse-header p{
      color: white;
    }
    .category-filters .btn {
      margin: 5px;
    }
    .post-card img {
      height: 180px;
      object-fit: cover;
    }
    .sticky-subscribe {
      position: sticky;
      top: 20px;
    }
    .d-none {
      display: none !important;
    }
     .hero {
      background-color: #2175d9;
      color: #fff;
      padding: 60px 20px;
      text-align: center;
    }
    .hero h1 {
      font-size: 2.8rem;
      font-weight: bold;
      color: #fff;
    }
    .hero p{
      color: #fff;
    }
    .section {
      padding: 60px 20px;
    }
    .btn-primary, .btn-outline-primary {
      padding: 12px 24px;
      font-size: 1rem;
    }
    .job-card {
      background-color: #fff;
      border: 1px solid #dee2e6;
      border-radius: 8px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    }
    .job-title {
      font-size: 1.2rem;
      font-weight: 600;
    }
    .btn-group {
      margin-top: 10px;
    }
    .filters {
      margin-bottom: 20px;
    }
      .job-header {
      background-color: #2175d9;
      color: #fff;
      padding: 2rem 1rem;
    }
    .job-header h1 {
      font-size: 2rem;
      margin-bottom: 0.5rem;
      color: white;
    }
    .job-header p{
      color: white;
    }
    .job-meta span {
      display: inline-block;
      margin-right: 1rem;
    }
    .job-details .card {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
    .apply-btn {
      background-color: #0069d9;
      color: #fff;
      border: none;
    }
    .apply-btn:hover {
      background-color: #0056b3;
    }
     .services-section {
      padding: 30px 0;
      background-color: #f8f9fa;
    }
    .service-card {
      transition: transform 0.3s, box-shadow 0.3s;
      border: none;
      background: #4247ac;
      border-radius: 12px;

    }
    .service-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    }
    .service-icon {
      font-size: 40px;
      margin-bottom: 20px;
    }
    .emoji {
      font-size: 2rem;
      display: inline-block;
    }

    .timeline-section {
      padding: 80px 0;
    }

    .timeline-title {
      text-align: center;
      /*font-size: 2rem;*/
    }

    .timeline-wrapper {
      position: relative;
      padding: 2rem 0;
    }

    .timeline-line {
      position: absolute;
      top: 0;
      left: 50%;
      width: 4px;
      height: 100%;
      background: #2769e49c;
      transform: translateX(-50%);
      z-index: 1;
    }

    .timeline-item {
      position: relative;
      width: 50%;
      padding: 30px 40px;
      box-sizing: border-box;
    }

    .timeline-item::before {
      content: '';
      position: absolute;
      top: 11px;
      width: 20px;
      height: 20px;
    background: radial-gradient(circle at center, #1e76f8, #582a7e);
    border: 3px solid #fff;
      border-radius: 50%;
      z-index: 2;
    }

    .timeline-item-left {
      left: 0;
      text-align: right;
    }

    .timeline-item-left::before {
      right: -10px;
    }

    .timeline-item-right {
      left: 50%;
      text-align: left;
    }

    .timeline-item-right::before {
      left: -10px;
    }

    .timeline-content {
    margin-top: -50px;
    background: linear-gradient(-60deg, #1f3c88, #5f8676f0);
    border: 1px solid #d6dbea;
    border-left: 4px solid #4247ac;
    border-radius: 6px;
        height: 105px;
    padding: 9px 25px;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 10px #0a58cabf;
}

    .timeline-content h5 {
      font-size: 1.1rem;
      font-weight: 600;
      color: white;
    }

    .timeline-content p {
      color: #fff;
      margin-bottom: 0;
    }

    .emoji {
      font-size: 1.3rem;
      margin-right: 6px;
      vertical-align: middle;
    }

    @media (max-width: 768px) {
      .timeline-item {
        width: 100%;
        padding: 20px 0;
        text-align: left !important;
      }

      .timeline-line {
        left: 8px;
      }

      .timeline-item::before {
        left: -3px !important;
        right: auto !important;
      }

      .timeline-item-left, .timeline-item-right {
        left: 0 !important;
      }

      .timeline-content {
        margin-left: 25px;
        margin-top: -50px;
      }
    }


.blog-page h5{
      font-weight: 600;
    font-size: 14px;
}    
.but {
    color: #4247ac;
    font-weight: 600;
    border: 3px solid #4247ac;
    padding: 10px 10px;
    text-align: center;
    /*margin: 45%;*/
}
.service-card .card-title, .service-card .card-text{
  color: white;
}

.call-to-action h3 {
    font-weight: 700;
    font-size: 40px;
    color: white;
    padding: 20px 40px;
}
.call-to-action p {
    font-size: 19px;
    color: white;
    text-align: justify;
    padding: 10px 40px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
}

.call-to-action .btn {

    font-weight: 600;
    padding: 7px 31px;
    font-size: 23px;
    color: white;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-radius: 0.25rem;
    margin-left: 40px;
}
   .testimonials {
  padding: 30px 0;
}
.testimonials h3 {
  margin-bottom: 20px;
}
.testimonials .card {
  border-bottom: 3px #007bff solid !important;
  transition: 0.5s;
  margin-top: 60px;
}
.testimonials .card i {
  background-color: #007bff;
  color: #ffffff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: -40px auto 0 auto;
}
.testimonials .blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 14px;
    padding: 10px 20px;
    color: black;
    font-weight: 600;
}
.so-ico{
      width: 43px;
    border: 1px solid white;
    border-radius: 50%;
}
    .section-title {
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 2rem;
      text-align: center;
      color: #0056b3;
    }

    .contact-details .card {
      background-color: #ffffff;
     border: 2px solid #0000ff29;
      border-radius: 1rem;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      padding: 1.5rem;
    }
.contact-details h2 {
    font-weight: 700;
    font-size: 27px;
    color: #0056b3;
}
.contact-details h5 {
    font-weight: 500;
    font-size: 18px;
    margin-left: 52px;
}
.contact-details h6

 {
    font-weight: 500;
    font-size: 15px;
    margin-left: 52px;
}
.contact-details p {
   
    margin-left: 52px;
}
.contact-details .uk{
    max-width: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-top: 39px;
}
.contact-details .uae {
    max-width: 100%;
    width: 45px;
    height: 45px;
    position: absolute;
    margin-top: 130px;
}
.contact-details .in{
    max-width: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-top: 373px;
}
.contact-details .ph{
    max-width: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-top: 540px;
}
.contact-details .ma{
    max-width: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-top: 615px;
}
    .form-section form {
      background: #fff;
      padding: 2rem;
      border-radius: 1.5rem;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    }

    .btn-primary {
      background-color: #0056b3;
      border: none;
      padding: 0.75rem 2rem;
      border-radius: 50px;
      font-weight: 600;
    }

    .accordion-button {
      background-color: #e9f1ff;
      font-weight: 500;
      border: none;
    }

    .accordion-button:not(.collapsed) {
      background-color: #0056b3;
      color: white;
    }

    .accordion-item {
      border-radius: 0.75rem;
      margin-bottom: 1rem;
      border: none;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .extra-links a {
      font-weight: 500;
      color: #0056b3;
      text-decoration: none;
    }

    .extra-links a:hover {
      text-decoration: underline;
    }
/*.img-logo-tsl {
    width: 129px;
    height: 63px;
    position: absolute;
    margin-top: -37px;
}*/

.image-gov{
  margin-top: 15px;
}

