﻿/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: 'hp-simplified-regular';
}

a {
  color: #007bff;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: hp-simplified-regular;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}


/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 250px;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  margin-left: 140px;
  font-family: 'hp-simplified-bold';
  color: var(--font-primary-color);
  line-height: 32px;
  text-align: right;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: black;
  margin: 0 0 15px 0;
  margin-left: 140px;
  font-family: 'hp-simplified-bold';
  line-height: 24px;
  text-align: right;
}

#testimonials .testimonial-item p {
  font-style: italic;
  /*margin: 0 0 15px 140px;*/
  font-size: 16px;
  color: black;
  font-family: 'hp-simplified-regular';
  line-height: 20px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #007bff;
}

/* Clients Section
--------------------------------*/

.owl-item>div {
  overflow: hidden;
  padding: 20px;
  padding-top: 30px;
  background: white;
}

.owl-item>div>div {
  height: 120px;
   padding-top: 25px;  
}

.primary-owl-item {
  box-shadow: 2px 2px 3px var(--theme-color2);
}

.secondary-owl-item {
  box-shadow: 2px 2px 3px var(--theme-color1);
}

@media (max-width: 992px) {
  .owl-item>div>div {
    height: 190px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
@keyframes animation1 {
  0% {
    background-color: var(--theme-color2);
  }

  25% {
    background-color: #77fe14;
  }

  50% {
    background-color: #04c05a;
  }

  100% {
    background-color: #6dc004;
  }
}

[controlid=pnlHeader] {
  background-image: url(../img/intro-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 700px;
  background-color: black;
}

.image-text {
  padding-left: 9%;
  font-family: 'hp-simplified-bold' !important;
}

.img-div4>div,
.img-div5>div {
  margin-top: 15px;
  margin-bottom: 10px;
}

.img-div4>div>h3,
.img-div5>div>h3 {
  color: var(--theme-color4);
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: underline;
  font-weight: 600;
}

.img-div4>div>h4,
.img-div5>div>h4 {
  color: white;
  font-size: 14px;
  letter-spacing: 1px;
}

.img-div4 {
  background: linear-gradient(to right, var(--theme-color1) 50%, var(--theme-color2) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  top: 532px !important;
  padding: 15px;
}

.first-img-row-div {
  border-right: 1px solid white;
}

.wrapper {
  background: linear-gradient(to right, var(--theme-color2) 10%, var(--theme-color1) 50%, var(--theme-color2) 60%);
  background-clip: border-box !important;
  background-size: 200% auto !important;
  animation: textclip 4s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

#home-hero-carousel {
  width: 100%;
  position: relative;
  /* background: url("../img/intro-bg.png") center bottom no-repeat; */
  /* background-size: cover; */
  /* padding: 120px 0 100px 0; */
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info {
  width: 50%;
  float: left;
}

.intro-img img {
  width: 75%;
  float: right;
}

#intro .intro-info h2 {
  color: var(--font-primary-color);
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h4 {
  color: white;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
}


#intro .intro-info h2 span {
  color: var(--font-primary-color);
  text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: var(--font-primary-color);
  border: 2px solid var(--font-primary-color);
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: var(--font-primary-color);
  border-color: var(--font-primary-color);
  color: #fff;
}

[controlid=pnlSecondHeader] {
  background-image: url(../img/mobile-intro-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 350px;
}

.visually-hidden {
  position: absolute;
  top: -500px;
}

/* About Us Section
--------------------------------*/

#about {
  background: var(--theme-color2);
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#about .about-container .background {
  margin: 40px 0;
  text-align: center;
  padding: 45px;
}

#about .about-container .content {
  background: #fff;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p,
#about .about-container ul {
  line-height: 26px;
  color: var(--font-primary-color);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'hp-simplified-regular';
  text-align: justify;
  margin-bottom: 5px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

.about-container>div>button {
  font-size: 32px;
  color: var(--theme-color1);
  line-height: 48px;
  letter-spacing: 1px;
  text-align: left;
  padding-top: 10px;
  background: transparent;
  border: none;
}

.about-container>div>button:focus {
  outline: none;
  box-shadow: none;
}

.productlist-active {
  color: white;
}

.whyUs {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black !important;
  padding-bottom: 100px;
  padding-top: 100px;
}

.whyUs::before {
  content: "";
  background-image: url(../img/home-bg.jpg);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.10;
}

.card-title {
  padding: 0px;
  padding-top: 30px;
}

.card {
  background: transparent;
  border: 0px;
}

#why-us .card p {
  padding: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* 👈 Limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 140px;
}

.section-header h3 {
  font-size: 42px !important;
  line-height: 56px !important;
  letter-spacing: 2px !important;
}

.counters {
  margin-top: 50px;
}

.counters>div>span {
  font-size: 80px;
  font-weight: bold;
  color: var(--theme-color1);
  letter-spacing: 2px;
  line-height: 110px;
}

.counters>div>p {
  font-size: 24px;
  color: white;
  letter-spacing: 1px;
  line-height: 32px;
  margin-top: 20px;
}

.competitivecounters {
  margin-top: 50px;
}

.competitivecounters>div>span {
  font-size: 60px;
  font-weight: bold;
  color: var(--theme-color2);
  letter-spacing: 2px;
  line-height: 60px;
}

.competitivecounters>div>p {
  font-size: 24px;
  color: black;
  letter-spacing: 1px;
  line-height: 32px;
  margin-top: 10px;
}

.card-text {
  height: 220px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .competitive-panel {
    height: 120px !important;
    overflow: hidden !important;
  }

  .competitive-panel>div>img {
    width: 25% !important;
  }
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 50px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#competitive {
  background: var(--theme-color1);
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

/*--------------------------------Legal Updates Section--------------------------------*/
#legalUpdates {
  background: #fff;
  padding: 80px 0;
  padding-bottom: 100px;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.update-list-panel {
  box-shadow: 3px 2px 20px var(--theme-color1) !important;
  border-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 0px;
}

.update-list-title {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 👈 Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 45px;
}

.update-list-para {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* 👈 Limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 80px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

.updatesButton {
  margin-bottom: 30px;
  background: #6d6f70;
  border: none;
  font-size: 14px;
  color: white;
  padding: 5px 10px;
  border-radius: 10px;
}

.update-list-panel>span {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  padding-top: 20px;
}

/*--------------------------------Managed Services Section--------------------------------*/
#managedServices {
  background: var(--theme-color2);
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

/*--------------------------------Blogs Section--------------------------------*/
#blogs-card {
  padding: 60px 0;
}

.blogs-list-panel {
  box-shadow: 0px 1px 6px var(--theme-color2) !important;
  border-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 0px !important;
  border: 1.5px solid #06a3c5;
  height: 460px !important;
  box-shadow: 0px 1px 6px var(--theme-color2) !important;
  border-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;

}

.imgPanel,
.imgPanel>img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 0px !important;
  width: 100%;
}

.imgPanel {
  min-height: 100px;
  max-height: 180px;
  overflow: hidden;
}

.blog-list-title {
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 👈 Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.blog-list-para {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* 👈 Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 120px;
  font-size: 14px;
  letter-spacing: 1px;
}

.exploreButton {
  background: var(--theme-color2);
  font-size: 14px;
  color: white;
  letter-spacing: 1px;
  padding: 7px 15px;
  border: none;
  border-radius: 5px;
}

.exploreButton:hover {
  background: var(--theme-color1);
  color: black;
}

/*-----------------------Portfolio Section---------------------------*/

#portfolio-card {
  padding: 80px 0;
  padding-bottom: 100px;
  background: white;
}

#portfolio-card .section-header h3,
#portfolio-card .section-header p {
  color: var(--theme-color2);
}

#portfolio-card .card {
  background: var(--theme-color2);
  border-color: var(--theme-color2);
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#portfolio-card .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#portfolio-card .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#portfolio-card .card p {
  font-size: 15px;
  color: #d8eafe;
}

.readmore {
  color: black;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: var(--theme-color2) solid 2px;
  font-size: 14px;
  letter-spacing: 1px;
}

#portfolio-card .counters {
  padding-top: 40px;
}

#portfolio-card .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#portfolio-card .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

.card-style5 {
  padding: 15px 10px 15px 10px;
  background: linear-gradient(to right, var(--theme-color1) 100%, var(--theme-color2) 00%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  box-shadow: 0px 2px 10px var(--theme-color2);
  border-radius: 10px;
}

.card-style5>h4 {
  color: black;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  padding-top: 10px;
}

.card-style5>p {
  color: black;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* 👈 Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 120px;
}

.card-style6 {
  padding: 15px 10px 15px 10px;
  background: linear-gradient(to right, var(--theme-color2) 100%, var(--theme-color1) 00%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  box-shadow: 0px 2px 10px var(--theme-color2);
  border-radius: 10px;
}

.card-style6>h4 {
  color: white;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  padding-top: 10px;
}

.card-style6>p {
  color: white;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* 👈 Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 120px;
}

.managed-solutions-carousel>div>div>div,
.managed-solutions-carousel>div>div>div>div,
.card-style5,
.card-style6 {
  height: 280px !important;
}

.client-regulatory-updates-carousel>div,
.client-regulatory-updates-carousel>div>div>div {
  height: 330px;
}

.client-regulatory-updates-carousel>div>div>div>div {
  padding: 0px;
  height: 330px
}

.client-regulatory-updates-carousel>div>div>div>div>div {
  box-shadow: none;
  height: auto;
}

/*-------------------------------------------------------------
#Blogs Section
--------------------------------------------------------------*/
/*#blogs-card {
  padding: 80px 0;
  background-color: #f9f9f9;
  padding-bottom: 50px;
}

.section-header h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #06a3c5;
}

/*.owl-carousel .item {
  padding: 15px;
}
*/

/*.theme-style1 h4,
.theme-style7 h4,
.theme-style9 h4 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display:-webkit-inline-flex ;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 50px;
}

.theme-style1,
.theme-style2,
.theme-style3,
.theme-style4,
.theme-style5,
.theme-style6,
.theme-style7,
.theme-style8,
.theme-style9 {
  background-color: #ffffff;
  transition: transform 0.3s ease; 
  flex-direction: column; 
  justify-content: space-between; 
}

.theme-style1:hover,
.theme-style2:hover,
.theme-style3:hover,   
.theme-style4:hover,
.theme-style5:hover,
.theme-style6:hover,
.theme-style7:hover,
.theme-style8:hover,
.theme-style9:hover {
  transform: translateY(-5px);
}

.theme-style1 img,
.theme-style2 img,
.theme-style3 img,
.theme-style4 img,
.theme-style5 img,
.theme-style6 img,
.theme-style7 img,
.theme-style8 img,
.theme-style9 img {
  vertical-align: middle;
  border-style: none;
  /* border-radius: 8px;
  margin-bottom: 20px; */
/*  height: 200px;  
  border-top-right-radius: 20px;
  border-top-left-radius: 20px; 
  display: block;
  
}

.theme-style1 h4,
.theme-style2 h4,
.theme-style3 h4,
.theme-style4 h4,
.theme-style5 h4, 
.theme-style6 h4,
.theme-style7 h4,
.theme-style8 h4,
.theme-style9 h4 {
  font-size: 18px;
  color: #2b2b2b;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.theme-style1 h5,
.theme-style2 h5,
.theme-style3 h5,
.theme-style4 h5,
.theme-style5 h5, 
.theme-style6 h5,
.theme-style7 h5,
.theme-style8 h5,
.theme-style9 h5 {
  font-size: 15px;
  color: rgb(0, 102, 204);
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.theme-style4 h5,
.theme-style5 h5,
.theme-style6 h5,
.theme-style7 h5,
.theme-style8 h5,
.theme-style9 h5 {
  line-height: 1.6;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.theme-style1 p,
.theme-style2 p,
.theme-style3 p, 
.theme-style4 p,
.theme-style5 p, 
.theme-style6 p,
.theme-style7 p,
.theme-style8 p,
.theme-style9 p {
  font-size: 12px;
  color: #000000;
  line-height: 1.6;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 4; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.explore {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 10px 8px 10px;
  background-color: #06a3c5;
  color: white;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

/* .explore:hover {
  background-color: #0056b3;
}*/

/*.text-center {
  text-align: center;
}

.padding-zero {
  padding: 0 !important; 
  
}
 /* 
.blogs-carousel .item{
  width: 370px;
  border: 1.5px solid #06a3c5;
  height: 490px;
  box-shadow: 0px 1px 6px var(--theme-color2) !important;
  border-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (max-width: 574px) {
.blogs-carousel .item{
  height: 460px !important;
}
}

.blogs-carousel img{
  width: 370px !important;
  margin-left: -15px !important;
}


.space {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* .theme-style1,
  .theme-style2,
  .theme-style3,
  .theme-style4,
  .theme-style5,
  .theme-style6 {
    padding: 10px;
    
  } */

/*  .section-header h3 {
    font-size: 22px;

  }
}*/


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 996px) {
  .product-details-panel {
    position: absolute;
    right: 0px;
    margin-top: 135px;
  }

  #about {
    padding-bottom: 180px;
  }
}

@media (max-width: 991px) {


  #intro {
    padding: 140px 0 60px 0;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  .intro-img {
    text-align: center;
  }

  .intro-img img {
    width: 100%;
  }

  .card-title,
  #why-us .card p {
    padding-left: 15px;
  }

  #about .about-container .background {
    margin: 0px 0;
    text-align: center;
    padding: 30px;
  }

  .padding-left-zero {
    padding-left: 15px !important;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .intro-img {
    text-align: center;
  }

  .intro-img img {
    width: 100%;
  }

  .section-header p {
    width: 100%;
  }

  .card-title,
  #why-us .card p {
    padding-left: 15px;
  }

  #about .about-container .background {
    margin: 0px 0;
    text-align: center;
    padding: 30px;
  }

  .padding-left-zero {
    padding-left: 15px !important;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }

  card-title,
  #why-us .card p {
    padding-left: 15px;
  }

  #about .about-container .background {
    margin: 0px 0;
    text-align: center;
    padding: 30px;
  }

  .padding-left-zero {
    padding-left: 15px !important;
  }

  .image-row-card>div>div {
    height: 270px;
    max-width: 75%;
  }
}

.owl-dots {
  height: 20px !important;
}

/*--------------------------------------------------------------
Navigating Compliance 
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

.banner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.banner img {
  width: 100%;
  display: block;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}

.btn-learn {
  position: absolute;
  bottom: 80px;
  /* adjust vertical position */
  left: 50%;
  transform: translateX(-50%);
  background: #f0b000;
  color: #fff;
  padding: 14px 28px;
  font-size: 1.1rem;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
}

.dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  text-align: center;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active,
.dot:hover {
  background-color: rgba(255, 255, 255, 1);
}


#NC-card {
  padding: 60px 0;
}

.-list-panel {
  box-shadow: 0px 1px 6px var(--theme-color2) !important;
  border-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 0px;
  border: 1.5px solid #06a3c5;
  height: 460px !important;
  box-shadow: 0px 1px 6px var(--theme-color2) !important;
  border-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;

}

.imgPanel,
.imgPanel>img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 0px;
  width: 100%;
}

.imgPanel {
  min-height: 100px;
  max-height: 180px;
  overflow: hidden;
}

.blog-list-title {
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 👈 Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.blog-list-para {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* 👈 Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 120px;
  font-size: 14px;
  letter-spacing: 1px;
}

.exploreButton {
  background: var(--theme-color2);
  font-size: 14px;
  color: white;
  letter-spacing: 1px;
  padding: 7px 15px;
  border: none;
  border-radius: 5px;
}

.exploreButton:hover {
  background: var(--theme-color1);

}

.carousel .carousel-indicators li {
  width: 15px;
  height: 10px;
  border-radius: 100%;
}

.carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.589);
}

.carousel .carousel-indicators li.active {
  background-color: white;
}



/* ---------------Services-------------------------------- */

.services-section {
  padding: 4rem 1rem;
  background-color: rgb(163, 162, 162);
}

.heading {
  text-align: center;
  font-size: 42px !important;
  font-weight: bold;
  margin-bottom: 5rem;
  letter-spacing: 1px;
  color: #01112a;
}

.service-card {
  padding: 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.service-card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.service-card:nth-child(even):hover {
  background-color: var(--theme-color1);
  color: black;
}

.service-card:nth-child(odd):hover {
  background-color: var(--theme-color2);
  color: white;
}

.service-card h3 {
  margin: 0 0 0.5rem;
  font-size: 16px;
  font-weight: 600;
  color: #01112a;
}

.service-card p {
  margin: 0;
  font-size: 14px;
}

/* Center Circle */
.center-circle-container {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 25px auto;
  overflow: hidden;
}

.rotating-border {
  position: absolute;
  width: 96%;
  height: 96%;
  border: 4px dashed #fff;
  border-radius: 50%;
  animation: spin 20s linear infinite;
  margin-left: 2%;
}

.rotating-inner {
  position: absolute;
  width: 250px;
  height: 250px;
  border: 1px solid #0284c7;
  border-radius: 50%;
  animation: spin-reverse 30s linear infinite;
  top: 35px;
  left: 35px;
}

.dot {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fecd14;
  border-radius: 50%;
}

.center-icon {
  position: absolute;
  width: 208px;
  height: 208px;
  border-radius: 50%;
  background: #01112a;
  top: 56px;
  left: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.center-service-card {
  margin-top: 3rem;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.center-service-card:hover {
  background-color: var(--theme-color2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 16px;
}

.center-service-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #01112a;
}

.center-service-card p {
  font-size: 14px;
  margin-top: 10px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin-reverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

/* --------------------Hero----------------------------- */


.slider-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay content */
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.25) 60%);
  display: flex;
  align-items: center;
  padding-left: 5%;
}

.content-box {
  background: linear-gradient(to right, #0000007a, ##0000007a);
  color: white;
  padding: 28px 32px;
  border-radius: 12px;
  max-width: 44%;
  box-shadow: 0 8px 24px rgba(2, 6, 23, 0.35);
  position: absolute;
  bottom: 120px;
}

.content-box h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0.95;
}

.content-box h1 {
  font-size: 45px;
  margin-bottom: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.05;
}

.btn {
  background-color: blue;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

/* Controls */
.controls {
  position: absolute;
  bottom: 30px;
  left: 130px;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
  z-index: 10;
}

.controls button {
  width: 50px;
  height: 50px !important;
  padding-top: 5px;
  background: #fff;
  border: none;
  border-radius: 50%;
  font-size: 26px;
  color: #01112a;
  box-shadow: 0 8px 20px rgba(3, 10, 30, 0.18);
  cursor: pointer;
  display: flex;
  align-items: start;
  justify-content: center;
  margin-left: 20px;
}

.btn-round {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.7);
    color: #333;
    font-size: 24px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-round:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}
/* Indicators */
.indicators {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.indicators span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.indicators span.active {
  background: var(--theme-color2);
  transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 992px) {
  .content-box {
    max-width: 70%;
    padding: 18px;
  }
}

@media (max-width: 576px) {
  .content-box {
    max-width: 90%;
    padding: 16px;
  }

  :root {
    --control-size: 40px;
  }
}

