body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-size:15px;
}
html, body {
   overflow-x:clip !important; 
}
a{
    text-decoration:none;
    color:#11234b;
}

img{
    max-width:100%;
    height:auto;
}

/* Base Header */
.header {
      background: #fff;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.3s ease;
    box-shadow: 0px 1px 3px 0px rgba(35, 18, 4, 0.14);
}

/* Sticky State */
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(0%);
  visibility: visible;
  animation: slideDown 0.7s ease-out;
  background: rgba(255, 255, 255, 1);
  
}

/* Slide Down Animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}

/* Container */

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo img {
  width: 108px;
}

/* Navigation */
.nav-menu > ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px;
}

.nav-menu > ul> li > a {
  text-decoration: none;
  font-size: 15px;
  color: #11234b;
  font-weight: 500;
  transition: color 0.3s ease;
} 
.nav-menu > ul > li{
    transition: all 0.3s 0s ease-out;
}

.mega-menu-coirse{
    top: 100%;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-align: start;
    border-radius: 0px 0px 8px 8px;
    background: #fff;
    border: 1px solid rgba(48, 48, 47, 0.1);
    box-shadow: 0px 1px 2px 1px rgba(3, 11, 30, 0.06), 0px 1px 1px 0px rgba(3, 11, 30, 0.1);
    position: absolute;
    z-index: 99;
    padding: 50px;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 0;
    visibility: hidden;
    transition: 0.3s;
}
.nav-menu > ul > li.dropdowns:hover > .mega-menu-coirse{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.mega-menu-coirse ul li a{
        position: relative;
    display: block;
    color: #57595F;
    font-size: 15px;
    font-weight: 400;
}
.mega-menu-coirse ul li:not(:last-child) {
    margin-bottom: 14px;
}

.pla-cour-titld{
        font-size: 16px;
    font-weight: 500;
    color: #4F5158;
    letter-spacing: -0.17px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
}
.nav-menu > ul > li.dropdowns{
    padding-right:20px;
    position:static;
    
}
.nav-menu > ul > li.dropdowns > a{
    position:relative;
    padding:26px 0 24px 0;
}
.nav-menu > ul > li.dropdowns > a:before{
content: "\f104";
    font-family: flaticon_normal-icon !important;
    right: -20px;
    position: absolute;
    font-size: 13.5px;
        transform: translateY(3px);
}
.nav-menu > ul > li > a:hover, .mega-menu-coirse ul li a:hover{
    color:#007c7c
}

.heade-btns{
    padding: 12px 28px !important;
    border-radius: 30px;
    font-size: 14px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    color: #fff;
    display: flex
;
    align-items: center;
}
.heade-btns::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, var(--color-primary)  50%, var(--color-secondary) 100%);
    z-index: -1;
}
.heade-btns::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: -5%;
    content: "";
    height: 150px;
    width: 115%;
    z-index: -1;
    background-color: #11234b;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-45%) skew(25deg) scale(0);
    transform: translateY(-45%) skew(25deg) scale(0);
}


/* Button */
.btn-started {
  background: linear-gradient(90deg, #007c7c 50%, #04b0b0 100%);
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    /* font-weight: 600; */
    box-shadow: 3px 3px 0 rgb(0 0 0 / 15%);
    transition: 0.3s linear;
        display: inline-block;
        position:relative;
}
.about-content-home .btn-started{
    padding-right: 42px;
    position:relative;
}
.btn-started i{
    position: absolute;
    right: 15px;
    top: 13.5px;
}
.btn-started:hover {
  background: #001f54;
  box-shadow: 0px 0px 0 #001f54; 
}


/*Breadcrumb*/
.hero-section {
  background: linear-gradient(90deg, #faf9ff 0%, #ffffff 100%);
    padding: 40px 0 0;
    position: relative;
    background-image: url(../images/bg/banner.webp);
    background-position: center center !important;
    background-size: cover !important;
}


.hero-text h1 {
    font-size: 40px;
    line-height: 1.35;
    font-weight: 600;
    color: #153455;
    margin: 0 0 10px;
}

.hero-text .highlight {
 position: relative;
    color: #fff;
    padding: 0 8px;
    border-radius: 4px;
    z-index: 0;
}

.hero-text .highlight svg {
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    height: 100%;
    z-index: -1;
    color:#ffc224;
}

.hero-buttons {
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}

.btn-primary {
 background: linear-gradient(90deg, #007c7c 50%, #04b0b0 100%);
  padding: 14px 28px;
 border-radius: 30px 30px 30px 30px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
 box-shadow: 3px 3px 0 #001f54;
}

.video-demo {
    display: flex;
    gap: 10px;
    cursor: pointer;
    padding: 13px 0 0;
}

.play-btn {
  position: relative;
  width: 50px;
  height: 50px;
  background: #ffd633;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
 box-shadow: 3px 3px 0 #001f54;;
}

.play-btn::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("../images/svg/play-button-arrowhead.svg") no-repeat center;
  background-size: contain;
}
.hero-image {
  position: relative;
  text-align: -webkit-center;
}

.hero-image .main-banner {
 
  z-index: 1;
  position: relative;
  
}

.cardd {
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  position: absolute;
  font-size: 14px;
}

.cardd.enrolled {
  top: 0%;
    right: 0px;
  z-index:2;
  box-shadow: -8px 8px 0px 0px rgba(0, 0, 0, 0.15);
  display: flex
;
    align-items: center;
    gap: 15px;
    max-width: 250px;
}
.cardd.enrolled span{
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    min-width: 50px;
    justify-content: center;
    background: #ffc107;
    border-radius: 50%;
    box-shadow: 4px 4px 0px rgba(255, 193, 7, 0.5);
    border: 1px solid #d39e00;
}

.cardd.enrolled p{
   margin-bottom: 0;
    text-align: left;
    font-weight: 500;
}

.bg-shape {
    position: absolute;
    width: 540px;
    height: 541px;
    background-image: url(../images/bg/banner-slide-arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -42px;
}
.card.total {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 12px 16px;
    border-radius: 12px;
 box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #eee;
    flex-direction: row;
    left: 59%;
    top: 8%;
}

/* Green circle icon */
.card.total .icon {
  width: 48px;
  height: 48px;
  background-color: #12b76a; /* green */
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 2px 2px 0 rgba(0,0,0,0.05); /* subtle shadow */
}

/* Text section */
.card.total .num-stu p {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.card.total .num-stu span {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #0a0a0a;
}

.hero-text {
    padding:4rem 0 0;
}

.card p span{
    color:#5751e1;
    font-size: 16px;
    font-weight:500;
}

.video-demo p {
    max-width: 54%;
    font-weight: 500;
}

/*Whychoose section*/
/* Section wrapper */
.why-choose-section {
  padding: 60px 0;
  background-color: #fff;
}

/* Section heading */
.why-choose-section .main-head {
  text-align: center;
  margin-bottom: 50px;
}

.why-choose-section .section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a093d;
  margin-bottom: 15px;
}

.why-choose-section .main-head p {
  font-size: 1rem;
  color: #6c6c6c;
  max-width: 600px;
  margin: 0 auto;
}

/* Card styles */
.learned-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  text-align: left;
  transition: all 0.3s ease-out 0s;
  position:relative;
  height: 100%;
}



.learned-card h4 {
  font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    margin-bottom: 12px;
}

.learned-card p {
  font-size: 0.95rem;
  color: #4d4d4d;
  line-height: 1.6;
  margin: 0;
}

/* Color variations */
.learned-card.sky-blue {
  background-color: #f0fcff;
  box-shadow: 8px 8px 0px 0px #C9E4E9
}

.learned-card.violet {
  background-color: #f5f0ff;
  box-shadow: 8px 8px 0px 0px #D9D5F1;
}

.learned-card.yellow {
  background-color: #fff8e6;
  box-shadow: 8px 8px 0px 0px #E5DECB;
}


.design-icon{
    position: absolute;
    right: 28px;
    top: 21px;
    z-index: 0;
    transition: all 0.3s ease-out 0s;
    color: rgba(39, 39, 47, 0.2);
}


.learned-card:hover{
    box-shadow:none !important;
}


.learner-icon {
  width: 60px;
  height: 60px;
 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom:20px;
}

.sky-blue .learner-icon{
    background-color: #1bcbe3;
}

.violet .learner-icon{
     background-color: #5751e1;
}

.yellow .learner-icon{
     background-color: #ffc224;
}

.learner-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(199deg) brightness(99%) contrast(103%);
}


.design-icon {
  position: absolute;
  top: 15px;
  right: 15px;
 color: rgba(39, 39, 47, 0.2); 
  opacity: 0.8;
}

.design-icon svg {
  width: 55px;
  height: auto;
}


/*about-sectin*/

/* ---- sizing knobs ---- */
.about-image-wrap{
  --img-size: 320px;     
  --ring-size: 460px;   
  --text-size: 18px;    
  position: relative;
  width: var(--ring-size);
  height: var(--ring-size);
  display: inline-block;
  margin: 0 auto;
    margin-top: 1rem;
}

/* center the image */
.tactical-img img{
  position: absolute;
  left: 50%;
  top: 17%;
  width: 100%;
  max-width:80%;
  height: auto;
  transform: translate(-50%);
  object-fit: cover;
  /*border: 6px solid #111;*/
  display: block;
}

.tactical-img {
  position: relative;
    z-index: 1;
    width: 450px;
    height: 562px;
    border-radius: 1000px;
 
    background: #F3F3F3;
    box-shadow: 9px 8px 0px #B8B8B8;
    margin: 0 auto;
    overflow: hidden;
}


.style-text {
    position: absolute;
  
    width: 546px;
    top: -49px;
    left: -9%;
  
    margin: auto;
    pointer-events: none;
}

.curve-svg{ width:100%; height:100%;  transform: rotate(-24deg); }

.curve-text{
  fill: #111;
  font-weight: 700;
  letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 18px;
}

.sub-tag {
 display: inline-block;
    background: #efffff;
    color: #008080;
    font-size: 13.5px;
    padding: 4.5px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
    border: 1px solid #b9e5de;
    text-transform: uppercase;
}

 .sec-titls {
  font-size: 28px;
  font-weight: 600;
  color: #153455;
  line-height: 1.3;
 
}
.sec-main-titl{
    margin-bottom:20px;
}
.sec-main-titl.text-center{
    margin-bottom:40px;
}

.sec-titls .highlight {
 position: relative;
     display: inline-block;
   
}

 .sec-titls .highlight:before{
       content: "";
    background-image: url(../images/reff/line-2-category.svg);
    width: 150px;
    position: absolute;
    height: 13px;
    bottom: -10px;
    animation: bounceIn 1s ;
    animation-delay:0.4s;
    animation-duration: 1.5s;
}
@keyframes bounceIn{
    0% {
    opacity: 0;
    -webkit-transform: scale(.73);
    -ms-transform: scale(.73);
    transform: scale(.73);
}
50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}
100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
}
.about-content-home p {
  color: #212529;
  line-height: 1.6;
}

.about-features {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
    margin-top: 1.5rem;
}

.about-features li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
  color: #212529;
}

.about-features li .icon {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  background: #ffc107;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  margin-right: 12px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  border: 1px solid #282568; 
  box-shadow: 4px 3px 0px 0px rgba(0, 0, 0, 0.25); 
  position: relative;
  transition: all 0.3s ease-out 0s;
}


.about-features li .icon::before {
  content: "\f108"; 
  font-family: flaticon_normal-icon !important;
  font-size: 14px;
  color: #111;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.trial-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* space between text and icon */
 background: linear-gradient(90deg, #007c7c 50%, #04b0b0 100%);
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  margin-top: 20px;
  box-shadow: 4px 6px 0px 0px #050071;
  transition: 0.3s ease-in-out;
}

.trial-btn i {
  font-size: 18px; 
  line-height: 1;
  padding-top: 4px;
  display: inline-block;
  transition: transform 0.3s ease;
}



.trial-btn:hover{
    background: #001f54;
    color:000;
    box-shadow: 0px 0px 0 #001f54;
}

.trial-btn:hover i {
  transform: translateX(6px); /* arrow moves right on hover */
}

.shape-one {
    position: absolute;
    left: 27%;
    top: 11%;
    z-index: -1;
}

.about-image-wrap .shape-one svg{
    color:#fbe67b;
}


.about-us-home .row{
    align-items:center;
}

.about-us-home{
    padding:4rem 0;
}

.shape-two{
    width: 61px;
    height: 46px;
    position: absolute;
    right: 25%;
    top: 10%;
}

.about-features li:hover .icon{
    box-shadow:none;
}


/*footer*/
.site-footer {
  background: #f5f8fb;
  padding:0;
}

/*.site-footer .footer-top {*/
/*  display: grid;*/
/*  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;*/
/*  gap: 35px;*/
/*  margin-bottom: 40px;*/
/*}*/

.footer-about .logo {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.footer-about .logo img {
  margin-right: 8px;
}
.footer-about p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-about .social-icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0a0a33;
  color: #fff;
  text-align: center;
  line-height: 33px;
  margin-right: 8px;
  transition: 0.3s;
}
.footer-about .social-icons a:hover {
  background: #2ac5a9;
}

.footer-links h4,
.footer-newsletter h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links .icon-display li{
     margin-bottom: 17px;
}
.footer-links ul li a {
  text-decoration: none;
  color: #0a0a33;
  font-size: 14px;
  transition: 0.3s;
}
.footer-links ul li a:hover {
  color: #2ac5a9;
}

.footer-newsletter p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}
.footer-newsletter form {
  display: flex;
  margin-bottom: 10px;
}
.footer-newsletter input {
  flex: 1;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px 0 0 6px;
  font-size: 14px;
}
.footer-newsletter button {
  padding: 12px 20px;
  border: none;
  background: #2ac5a9;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  transition: 0.3s;
}
.footer-newsletter button:hover {
  background: #22a18b;
}
.footer-newsletter .privacy {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #555;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  padding:7px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.footer-bottom p {
  font-size: 13px;
  color: #555;
  margin:0;
}
.footer-bottom p span {
  font-weight: 600;
  color: #0a0a33;
}
.footer-bottom ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.footer-bottom ul li a {
  font-size: 13px;
  color: #0a0a33;
  text-decoration: none;
  transition: 0.3s;
}
.footer-bottom ul li a:hover {
  color: #2ac5a9;
}

ul.facilities-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    margin-right: 25px;
}

ul.facilities-list li {
    display: inline-block;
    margin-right: -25px;
}

ul.facilities-list li .boxss {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.35s ease-in-out;
    outline: medium none;
    text-decoration: none;
    color:#000;
    font-weight:600;
}


ul.facilities-list li:nth-child(2n) .boxss {
    background: #fff;
}

.facilities-list .icon{
    width:100%;
    height:auto;
}

.facilities-list .icon img{
   width: 35px;
}
    

.footer-heading {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 40px 0;
}

.main-heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #16a085;
  background: linear-gradient(
90deg, #007c7c 0%, #05d5b3 100%);
  -webkit-background-clip: text;   
  background-clip: text;          
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;   
  max-width: 39%;
}

.skill-icons {
  display: flex;
  /*gap: 30px;*/
  flex-wrap: wrap;
}

.skill-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.icon-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  margin-bottom: 10px;
}

.icon-circle img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.skill-item p {
  font-weight: 600;
  font-size: 15px;
  color: #222;
}


.keynumbers-text{
    min-width:38%;
}
.keynumbers-content {
  background: #153455; /* dark blue */
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 45px 0;
  position: relative;
  padding-right: 0;
  overflow:hidden;
}

/* Left Heading */
.keynumbers-text h3 {
      font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    max-width: 90%;
    margin-bottom: 50px;
}

.keynumbers-text .highlight {
 position: relative;
    color: #fff;
   padding: 6px 5px;
    border-radius: 4px;
    z-index: 0;
}

.keynumbers-text .highlight svg{
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    height: 100%;
    z-index: -1;
    color: #ffc224;
}

/* Stats Section */
.keynumbers-stats {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 2%;
    margin-bottom: 37px;
}

.stat h3 {
  font-size: 45px;
  font-weight: 600;
}

.stat p {
  font-size: 15px;
  margin-top: 5px;
  opacity: 0.9;
}

.divider {
  width: 2px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
}

.keynumbers-image img {
    max-height: 250px;
    object-fit: contain;
    z-index: 1;
    position: relative;
}


.keynumbers-image .shape-one {
    position: absolute;
    left: 69%;
    bottom: 0;
    z-index: 0;
}

.keynumbers-image .shape-two {
    position: absolute;
    /* margin-left: 48px; */
    left: 84%;
    width: 40px;
    top: 13px;
}

@media (max-width:1280px){
    .keynumbers-image .shape-one svg{
        width: 100%;
    }
    
    .keynumbers-image .shape-one {
    position: absolute;
   right: -150px;
    bottom: 0;
   
    z-index: 0;
}
}

.testimonial-pagination {
    position:static !important;
        margin-top: 13px;
}

/*why choose us*/
.why-skilledura{
    position:relative;
    padding:4rem 0;
}
.why-skilledura-car{
    border-radius: 20px;
    border: 1px solid rgba(3, 31, 66, 0.1);
    padding: 23px 23px 15px 23px;
    display: block;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    background-color:#ffffff;
        
        height: 100%;
}
.why-skilledura .row{
    row-gap:25px
}
.why-skilledura-car:hover {
    transform: translateY(-4px);
    border-color: #008080;
}
span.cat-purple {
    background: linear-gradient(270deg, rgba(157, 97, 237, 0.14) 0%, rgba(157, 97, 237, 0.01) 100%);
}
span.cat-lgreen {
    background: linear-gradient(270deg, rgba(113, 202, 74, 0.14) 0%, rgba(113, 202, 74, 0.01) 100%);
}
span.cat-yellow {
    background: linear-gradient(270deg, rgb(229 222 117 / 24%) 0%, rgba(157, 97, 237, 0.01) 100%);
}
span.cat-orange {
    background: linear-gradient(270deg, rgba(255, 143, 52, 0.14) 0%, rgba(255, 143, 52, 0.01) 100%);
}
span.cat-pink {
    background: linear-gradient(270deg, rgba(87, 203, 198, 0.14) 0%, rgba(255, 106, 165, 0.14) 0.01%, rgba(255, 106, 165, 0.01) 100%);
}
span.cat-blue {
    background: linear-gradient(270deg, rgba(78, 177, 255, 0.14) 0%, rgba(78, 177, 255, 0.01) 100%);
}
span.cat-green {
    border-radius: 10px;
    background: linear-gradient(270deg, rgba(63, 192, 187, 0.14) 0%, rgba(63, 192, 187, 0.01) 100%);
}
span.cat-l-purple {
    background: linear-gradient(270deg, rgba(104, 122, 246, 0.14) 0%, rgba(104, 122, 246, 0.01) 100%);
}
.why-skilledura-car span {
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 40px;
}
.why-skilled-title {
    color: #153455;
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 1.5;
}


/**/




/*FAQ SECTION*/

.skilledura-accordion .accordion-button::after {
  content: '\f18a';
  font-family: flaticon_normal-icon !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  /*border: 1px solid #ccc;*/
  border-radius: 50%;
  font-size: 10px;
  color:#fff;
  font-weight: 600;
  /*background-color: #fff;*/
  /*background-image: none !important;*/
  transition: all 0.3s ease;
  background: linear-gradient(90deg, #007c7c 50%, #04b0b0 100%);
}


.skilledura-accordion .accordion-button:not(.collapsed)::after {
  content: '\f181';
 
  
  font-weight: 600;
  color: #fff;
}

.footer-heading .logo img{
        width: 140px;
}

.skilledura-accordion .accordion-item {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
 
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
margin:auto;
 margin-bottom: 12px;
    max-width: 80%;
}

.skilledura-accordion .accordion-button {
  background-color: #fff;
  font-weight: 600;
  font-size: 18px;
  color: #0d2a4d;
  padding: 16px 20px;
  box-shadow: none;
}

.skilledura-accordion .accordion-body {
  background-color: #fff;
  color: #000;
  font-size: 15px;
  padding: 16px 20px;
  border-top: 1px solid #eee;
}

.skilledura-faq {
    padding:4rem 0;
    position:relative;
}

.faq-section .sec-titls{
    text-align: center;
    margin-bottom: 40px;
}

.facilities-list li p{
    margin:0;
    margin-top:8px;
}

.site-iconweb {
    z-index: 9999;
    position: fixed;
    top: 45%;
    right: 1%;
    display: flex;
    flex-direction: column;
}

.social-icons i{
    font-size: 14px;
}

.hero-section{
    overflow:hidden;
}

.footer-links ul li i {
    font-size: 14px;
    background: linear-gradient(90deg, #007c7c 50%, #04b0b0 100%);
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 6px;
}

.icon-display li {
    display:flex;
}

.icon-display li a{
   margin-top:5px;
}

.testimonial-pagination .swiper-pagination-bullet{
   background: linear-gradient(90deg, #007c7c 50%, #04b0b0 100%);
} 

.listing-spec li {
    position: relative;
    padding-left: 25px; 
    list-style: none; 
    margin-bottom: 8px;
}

.listing-spec li::before {
    content: "\f148";
   font-family: flaticon_normal-icon !important;
    font-weight: 900; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #333; 
}

/*Contact Form*/

.skilledura-contact{
    padding: 4rem 0;
}
.main-form {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  max-width: 80%;
  margin: 0 auto;
}

/* Form Title */
.main-form .form-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}


/* Inputs */
.main-form .form-control {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 12px 10px;
  font-size: 15px;
  transition: all 0.3s ease;
  margin-bottom:1rem;
}

.main-form .form-control:focus {
  border-bottom: 1px solid #00c6a9;
  outline: none;
}

/* Submit Button */
.main-form .btn-submit {
  background: linear-gradient(90deg, #007c7c 50%, #04b0b0 100%);
  color: #fff;
  font-size: 15px;
  padding: 12px 25px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}



.main-form select.form-control {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 12px 12px;
  width: 100%; 
  background-color: transparent;
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../images/svg/arrow-down.svg') no-repeat right 10px center;
  background-size: 16px;
  cursor: pointer;
  font-size: 15px;
}

/* Focus state */
.main-form select.form-control:focus {
  border-bottom: 1px solid #00c6a9;
  outline: none;
}


.main-form select.form-control:focus {
  border-bottom: 1px solid #00c6a9;
  outline: none;
}

.main-form {
  position: relative; /* Needed so ::before is positioned relative */
  z-index: 1;
}

.main-form::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20%;
    width: 200px;
    height: 250px;
    background: url(../images/home/tree-bg-shape.webp) no-repeat center center;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}

.address-detail {
  padding: 60px 0;
  text-align: center;
}


.address-main:hover {
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.address-main .icon {
  font-size: 40px;
  color: #00c4a7;
  margin-bottom: 15px;
}


.address-main p {
  font-size: 15px;
  color: #000;
  margin: 0;
  line-height: 1.6;
}

.address-detail {
  padding: 60px 0;
  text-align: center;
}

.address-main {
  background: #fff;
 border: 1px solid #a7d4f2;
  border-radius: 10px;
  padding: 40px 20px;
  transition: all 0.3s ease;
 box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05);
 height:100%;
}

.address-main:hover {
  box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}


.address-main h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.skilledura-map {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  max-width: 1000px; /* keeps map neat */
  padding: 0 15px; /* little spacing on small screens */
}

.skilledura-map .container {
  width: 100%;
}

.skilledura-map iframe {
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 16px;  /* rounded corners */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); /* soft shadow */
}

.keynumbers-content.cta-careee{
    padding: 40px;
    display: inline-block;
    background: url(../images/bg/cta-bg-caree.webp) no-repeat center center;
    background-size: cover;
}
.keynumbers-content.cta-careee .keynumbers-text h3{
        margin-bottom: 20px;
}

.why-choose-section .container > .row{
    gap:20px 0;
}

.caree-services-sec .learned-card{
        box-shadow: 0 0 16px 0px rgb(109 117 143 / 18%);
        background:#ffff;
}

.caree-services-sec .learned-card .learner-icon{
       background-color: #007c7c;
}

.keynumbers-content.cta-careee .cta-caree-content{
    width:50%;
}

label.error{
    color:red;
}

.nav-menu > ul> li > a.active{
    color: #007c7c;
}

.border-box h4{
    color:#000;
    font-size:20px;
    font-weight:600;
}

.skills-learn.certificate-img li{
    padding-left:0;
    margin:0 0 5px;
}
.hide-robot{
display:none !important;
}

.placement-logo-sec{
    padding:2rem 0 0;
    position:relative;
}

.placement-logo{
    border-radius: 10px;
    border: 1px solid rgba(3, 31, 66, 0.1);
    /*height:100%;*/
    max-width:fit-content;
}
/*.placement-logo-carosule .swiper-slide{*/
/*    height:auto;*/
/*}*/

.placement-logo-carosule.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear!important;
}

.error-page-sec{
    padding:0 0 5rem;
}

.page-error-box{
    text-align:center;
}

.succ-page-sec{
    padding:0 0 5rem;
}