@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* General Overrides */
body {
    font-family: "Roboto", "Lato", "Poppins", sans-serif;
    background-color: #fff; /* Light background for entire site */
    color: #343a40; /* Default text color */
    margin: 0 auto; /* Center content with auto margin */
}

/* Custom Navbar Styles */
.navbar {
    background-color: #0062cc; /* Custom navbar background */
}
.navbar-brand {
    color: #fff; /* Custom brand text color */
}
.navbar-nav .nav-link {
    color: #fff; /* Custom link text color */
}
.navbar-nav .nav-link:hover {
    color: #ffc107; /* Hover color for links */
}

.main-body{
    margin: 0 auto;
    max-width: 1364px; /* Set max-width for the entire page */
    /* overflow: hidden; */
}

.title {
    margin-bottom: 11px;
    margin-top: 40px;
}

.title .sub{
    font-family: sans-serif, arial;
    font-size: 1.25rem;
    font-weight: bold;
    color: #707070;
    text-transform: uppercase;
    border-bottom: 1px solid #D6D6D6;
    display: inline-block;
}

.title.dark .sub{
    color: #fff;
}

.title .sub::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 4px;
    background-color: #805CA0;
    /* border-top: 3px solid #CAD40F; */
    /* padding-left: 0; */
    /* padding-right: 0; */
    position: relative;
    margin-bottom: -12px;
    /* float: left; */
    margin-left: 10px;
    margin-right: -36px;
}

.title .main{
    font-size: 1.88rem;
    font-weight: 500;
    color: #805CA0;
}
.title.dark .main{
    color: #805CA0;
    line-height: 36px;
    margin-top: 16px;
}

.main-section p{
    font-family: sans-serif, arial;
    font-size: 1rem;
    color: #707070;
    line-height: 1.5rem;
}

.box-shadow {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); /* Black with 16% opacity */
}

.full-height {
    height: 100vh; /* 100% of the viewport height */
}

/* Custom Button Styles */
.btn-custom {
    background-color: #28a745; /* Custom button color */
    border-color: #28a745; 
    color: #fff;
}
.btn-custom:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

/* Custom Form Styles */
.form-control-custom {
    border-radius: 0.25rem;
    border: 2px solid #ced4da;
}
.form-control-custom:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.btn-group-link {
    border-radius: 15px;
    display: flex;
    margin-top: 20px;
    /* overflow: hidden;
    border: 1px solid #ccc; */
    width: inherit;
}

.btn-group-link a:first-child{
  border-radius: 10px 0 0 10px;
  border-right:0;
}
.btn-group-link a:last-child{
  border-radius: 0 10px 10px 0;
  border-left:0;
}

.btn-group-link a.soma_zaidi,
.btn-group-link a:hover {
  background-color: #805CA0;
  color: #fff;
}

.btn-group-link a {
  font-weight: bold;
  color: #707070;
  border: 1px solid #ccc;
  display: inline-block;
  /* line-height: 35px; */
  padding: 6px 26px;
  text-decoration: 0;
  margin: 0;
}

/* ----- ------- ----- */


/* ----- New Flag ----- */

/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

/*@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}*/

.blinking {
	animation: blinkingText 0.8s infinite;
	background-color: red;
	border-radius: 10px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
	margin-left: 8px;
    float: right;
    padding: 4px 10px;
}

.new-flag {
    display: inline-block;
    background-color: rgb(243, 10, 11);
    font-size: 0.73em;
    color: #fff;
    position: absolute;
    /* width: 50px; */
    height: 22px;
    padding: 3px 13px;
    border-radius: 17px;
    margin-top: 21px;
    margin-left: 26px; 
}



/* ----------- Page Social Share Links ------------ */

.page-header-section{
  position: relative;
  line-height: 30px;
  z-index: 1;
  margin-top: -130px;
  margin-bottom: 35px;
}

.page-header-section .page-caption {
  z-index: 2;
  color: #fff;
  width: inherit;
}

.page-header-section .page-caption p {
  margin-bottom: 0;
  font-size: 22px;
}

.page-header-section .page-caption h1 {
  margin-bottom: 0;
  font-size: 40px;
  color: rgb(240, 241, 242);
}

/* Hide captions initially */
.page-header-section .page-caption h1,
.page-header-section .page-caption p {
    opacity: 0;
    transform: translateX(-50px); /* Move text 50px left */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* When active, fade in h1 immediately */
.page-header-section .page-caption h1 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.4s; /* 200ms delay */
    display: inline-block;
    overflow: hidden;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Fade in p after additional 200ms */
.page-header-section .page-caption p {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.8s; /* 200ms + 200ms */
    text-transform: uppercase;
}

.page-header-section .page-caption .divider {
  /* content: ''; */
  border-bottom: 1px solid color(srgb 1 1 1 / 0.50);
  width: 100%;
  display: inline-block;
  /* border-left: 30px solid  */
  margin-top: 10px;
  margin-bottom: 15px;
}

.page-header-section .page-caption .divider::before{
  content: '';
  width: 65px;
  height: 3px;
  background-color:#fff;
  float: left;
  margin-bottom: -2px;
}

/* Page Social Links Styles */

.section-header-social-page{
  /* position: relative; */
  line-height: 30px;
  /* z-index: 1; */
  width: 317px;
  margin-left: auto;
  margin-top: 35px;
  margin-bottom: 34px;
}

.section-header-social-page .btn {
  width: 50px;
}

.section-header-social-page .icon {
  display: block;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  /* box-shadow: 0px 3px 10px #00000026; */
  border-radius: 5px;
  padding: 6px;
  opacity: 1;
  transition: transform 0.3s ease;
  width: 45px !important;
  height: 45px !important;
  font-size: 22px;
  border: 0 solid #7070705c;
}

/* Header Section */
.header-section {
    position: relative;
}

.header-section .top {
    background-color: #1c4946;
    color: #fff;
    height: 39px;
}

.header-section .menu-section {
    position: relative;
    z-index: 1; /* Ensures menu stays above the banner */
    background-color: rgb(255 255 255 / 80%);
    height: 87px;
    border-bottom: 1px solid #ccc;
    /* opacity: 0.82; */
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.header-section .banners,
.header-section .banners_page {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-color: #1c4946;
    margin-top: -87px;
}

.header-section .banners {
    height: 705px;
}

.header-section .banners_page {
    height: 280px;
}

.banners_page .carousel-item .carousel-caption h1,
.banners_page .carousel-item.active .carousel-caption h1 {
  font-size: 40px;
}

.banners_page .carousel-item .carousel-caption p,
.banners_page .carousel-item.active .carousel-caption p {
  font-size: 20px;
  margin-bottom: 0;
}

.banners_page .carousel-caption {
    top: 7.25rem;
    height: 150px;
    padding-bottom: 0;
}

.carousel-caption .divider {
    /* content: ''; */
    border-bottom: 1px solid color(srgb 1 1 1 / 0.50);
    width: 100%;
    display: inline-block;
    /* border-left: 30px solid  */
    margin-top: 10px;
    margin-bottom: 15px;
}

.carousel-caption .divider::before{
    content: '';
    width: 65px;
    height: 3px;
    background-color:#fff;
    float: left;
    margin-bottom: -2px;
}

.header-section .banners .carousel-item img,
.header-section .banners_page .carousel-item img {
    height: 705px; /* Fix the image height */
    width: 100%;
    object-fit: cover; /* Ensures the image fills the area while maintaining aspect ratio */
    background-color: #1c4946;
    opacity: 0.75;
    
    /* Ken Burns Effect */
    animation: kenBurns 10s infinite alternate ease-in-out;
}

/* Keyframes for the Ken Burns Effect */
@keyframes kenBurns {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1); /* Slight zoom-in */
    }
}


/* Banners */
.carousel-caption {
    text-align: left;
    left: 5%; /* Adjust as needed */
    right: auto;
    bottom: 10%;
    max-width: 50%; /* Prevents text from spanning too wide */
}

/* Hide captions initially */
.carousel-caption h1,
.carousel-caption p {
    opacity: 0;
    transform: translateX(-50px); /* Move text 50px left */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* When active, fade in h1 immediately */
.carousel-item.active .carousel-caption h1 {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.4s; /* 200ms delay */
    font-size: 45px;
    /* font-weight: bold; */
    color:rgb(240, 241, 242);
}

/* Fade in p after additional 200ms */
.carousel-item.active .carousel-caption p {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.8s; /* 200ms + 200ms */
}

/* Header Top Bar */
.header-section .top .hotline,
.header-section .top .webmail{
  font-size: 17px;
  color: #E0E4EA;
  margin-top: 6px;
}

.header-section .top .webmail{
  display: flex;
  align-items: center;
  gap: 17px;
  float: right;
  text-decoration: none;
}

.header-section .top .slogan{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  text-align: center;
}

/** Logo */
.header-section .menu-section .logo,
.logo {
    margin-top: 10px;
    display: flex;
    gap: 13px;
}

.header-section .menu-section .logo img:first-child, .logo img:first-child {
    /* border: 2px solid #fff; */
    /* background-color: #fff; */
    opacity: 1;
    border-radius: 5px;;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* Menu */

.header-section .menu-section .sky-mega-menu a {
  background: none;
}

.sky-mega-menu li{
  height: 30px;
}

.sky-mega-menu li.current a.menu, .sky-mega-menu li a.menu:hover {
    color: #000 !important;
    /* font-weight: bold; */
}

.sky-mega-menu li.current a.menu, .sky-mega-menu li a.menu:hover {
    height: 30px;
    border: 0;
}

.sky-mega-menu li.current a.menu, .sky-mega-menu li a.menu:hover {
  height: 30px;
  border: 0;
  background: none;
}

#site-navigation {
  padding-top: 30px;
}

#menu_main {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

/* Side Menu and button */

.kim_btn{
  margin-top: 20px;    
  display: flex;
  gap: 10px;
  float: right;
}

.kim_btn a, .kim_btn .side_menu {
  display: inline-block;
  height: 40px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #333;
  padding: 8px 27px;
  text-decoration: none;
  color: #193936;
  font-weight: bold;
  font-size: 16px;
  min-width: 40px;
}

.kim_btn .side_menu {
  padding: 0;
  cursor: pointer;
}

.span.side_menu img {
  padding: 10px;
}

/* Footer Section */
#footer-section {
    background-color: #162435;
    color: #ACADAF;
    margin-top: 20px;
}

#footer-section a:hover{
  color: #fff;
}

#footer-section .footer-bottom {
    height: 58px;
    border-top: 1px solid #535b66;
}

#footer-section .footer-top {
    min-height: 443px;
}

#footer-section .footer-line{
  border-right: 1px solid #535b66;
  min-height: 443px;
}

#footer-section .footer-bottom .left, .footer-bottom .right {
  padding-top: 17px;
  text-decoration: none;
}

#footer-section .footer-bottom .right a {
  text-decoration: none;
  color: #9c9ea2;
}

#footer-section .footer-bottom .left{
  text-align: left;
}

#footer-section .footer-bottom .right{
  text-align: right;
}

#footer-section .footer-bottom .right span {
  padding-left: 7px;
  padding-right: 7px;
}

#footer-section .social_links {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 10px;
}

#footer-section .social_links .item {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

#footer-section .social_links .item:hover .social {
    text-decoration: underline;
}

#footer-section .social_links .item .icon img {
    transition: height 0.3s ease;
}

#footer-section .social_links .item:hover .icon img {
    height: 25px;
}

#footer-section .ft_left, .ft_right {
    padding-top: 50px;
    padding-bottom: 20px;
}

#footer-section .ft_left p {
    max-width: 550px;
}

#footer-section .ft_right .row {
    max-width: 550px;
}

#footer-section .ft_left .ftitle, .ft_right .ftitle {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}

#footer-section .ft_left p {
    max-width: 550px;
}

#footer-section .finfo_item {
    display: flex;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 11px;
}

#footer-section .finfo_item .fname {
    text-decoration: underline;
}

#footer-section .finfo_item .fdetail {
    max-width: 315px;
}

#footer-section .finfo_item:hover .fdetail{
  color: #fff;
}

#footer-section .ft_left .logo {
    margin-bottom: 20px;
}

#footer-section .ft_right .ft_content {
    max-width: 600px;
    margin-left: auto;
}

#footer-section .ft_left .ft_content {
    max-width: 600px;
    margin-right: auto;
}

#footer-section ul.flinks li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 15px;
}

#footer-section ul.flinks {
    padding-left: 0 !important;
}

#footer-section ul.flinks li a {
    text-decoration: 0;
    color: #babbbd;
}

/* Common Styles */

a.btn_schedule {
  background-color: #1b4644;
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: flex;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 30px;
  height: 40px;
  justify-content: space-between;
  max-width: 480px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

a.btn_schedule span {
  font-weight: bold;
  font-size: 15px;
}

.main-title {
  margin-bottom: 15px;
}

.main-title .sub {
  font-size: 17px;
  text-transform: uppercase;
}

.main-title .title {
  font-size: 33px;
  font-family: Helvetica Neue, sans-serif, arial;
  font-weight: bold;
  margin: 0;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 15px;
}

.main-title .slogan {
  color: #a6aaaf;
}

.read_more {
  background: #193936;
  display: inline-block;
  color: #fff;
  padding: 8px 28px;
  border-radius: 30px;
  font-weight: 500;
  margin-top: 10px;
  text-decoration: none;
}

.read_more:hover{
  background: #f0f0f0;
  color: #193936;
  border: 1px solid #193936;
}


a.btn_schedule_free {
  background-color: #fff;
  color: #1b4644;
  text-decoration: none;
  width: inherit;
  display: flex;
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 30px;
  height: 40px;
  justify-content: space-between;
  max-width: 480px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

a.btn_schedule_free span {
  font-weight: bold
}

/* Welcome Section */
#welcome-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

#welcome-section .intro {
  padding-right: 30px;
}

#welcome-section .intro p, .intro-side p {
  line-height: 27px;
}

#welcome-section .intro .pic {
    height: 511px;
    width: 350px;
    border-radius: 16px;
    background-color: #333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    float: left;
    margin-right: 42px;
    transition: transform 0.3s ease; /* Smooth transition for scaling */
}

#welcome-section .intro .pic:hover {
    transform: scale(1.05); /* Increase the background size by 5% on hover */
}

#welcome-section .intro-side {
  border-left: 1px solid #D7D8D9;
}

#welcome-section .intro-side .growth{
  display: flex;
  gap: 15px;
}

#welcome-section .intro-side .mission-vision-goal{
  border-top: 1px solid #D7D8D9;
  border-bottom: 1px solid #D7D8D9;
  padding-top: 25px !important;
}

#welcome-section .intro-side .growth, .intro-side .mission-vision-goal, .intro-side .stats-counter-list {
  padding-left: 45px;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

#welcome-section .intro-side .stats-counter-list {
  padding-top: 30px;
}


#welcome-section .intro-side .stats-counter-list .item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

#welcome-section .intro-side .stats-counter-list .item .title {
  max-width: 100px;
  margin: 0;
}

#welcome-section .intro-side .stats-counter-list .item .number {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
}

#welcome-section .mission-vision-goal .item .mvg-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 11px;
}

#welcome-section .intro-side .growth .span {
  font-size: 45px;
}

#welcome-section .intro-side .growth .span .suffix {
  font-size: 35px;
}

#welcome-section .intro-side .growth .text {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 11px;
}

/* Our Services Section */
#our-services-section {
  background-color: #EDEDED;
  padding-top: 50px;
  padding-bottom: 50px;
}

#our-services-section .services-list .service-item .cover {
  height: 280px;
  width: 100%;
  background-color: #333;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
}

#our-services-section .services-list .service-item .info .title {
  margin: 12px;
  margin-top: 18px;
  font-size: 19px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

#our-services-section .services-list .service-item .info .title img {
    height: 31px;
}

#our-services-section .services-list .service-item .info .desc {
  margin: 0 12px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #8d9299;
  line-height: normal;
}

#our-services-section .services-list .service-item .info .read_more {
  background: none;
  color: #5f6469;
  padding: 0;
  margin: 0 12px;
  text-decoration: none;
  border: 0;
}

/* Award FAQ Section */
#award-faq-section {
  background-color: #fff;
  padding-top: 70px;
}

#award-faq-section .faq-item {
  background-color: #EDEDED;
  margin-bottom: 11px;
  border-radius: 5px;
  padding: 15px 25px;
}

#award-faq-section .faq-item .question {
  font-size: 17px;
  /* margin-bottom: 5px; */
}

#award-faq-section .faq-item .question span {
  float: right;
  /* font-size: 18px; */
}

#award-faq-section .faq-item .answer {
  font-size: 16px;
  color: #8c8c8c;
  line-height: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}

#award-faq-section .faq-list {
  margin-bottom: 50px;
  border-left: 1px solid #efeff0;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 5px;
  margin-top: 29px;
}

#award-faq-section .ceo_quote {
  color: #7B8087;
  font-size: 1.05rem;
  margin-right: 30px;
  line-height: 27px;
  padding-top: 40px;
}

#award-faq-section .ceo_quote img {
  margin-bottom: 20px;
  height: 24px;
}

#award-faq-section .ceo_quote .quote {
  margin-bottom: 20px;
}

#award-faq-section .ceo_quote .info .fullname {
  font-weight: bold;
}

#award-faq-section img.ceo_photo {
  float: left;
  height: 443px;
}

#award-faq-section .ceo_quote .info .signature img {
  height: 135px;
}

#award-faq-section .ceo_quote .info .signature {
  height: 120px;
  overflow: hidden;
  padding-top: 10px;
}

/* Consulting Section */
#consulting-section {
  background-color: #000000;
  padding-top: 70px;
  padding-bottom: 50px;
  color: #fff;
}

#consulting-section .team_pic {
  border-radius: 16px;
  background-color: #fff;
  /* min-height: 500px; */
  overflow: hidden;
}

#consulting-section .team_pic img{
  border-radius: 16px;
  width: 100%;
  /* height: 500px; */
}

#consulting-section .main_title {
  font-size: 44px;
  font-weight: normal;
  line-height: normal;
  margin-top: 5px;
}

#consulting-section .sub_title {
  margin-top: 20px;
}

#consulting-section p {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #C7C7C7;
}

#consulting-section .consulting_buttons{
  display: flex;
  gap: 20px;
}


/* Testimonials Section */
#testimonials-section {
  background-color: #F6F5F5;
  padding-top: 70px;
  padding-bottom: 50px;
}

#testimonials-section hr {
    color: #ababb0;
}

#testimonials-section .testimonial-nav-buttons {
    height: 20px;
    margin-left: auto;
}

#testimonials-section .testimonial-nav-buttons .nav-button {
    border: 0;
    background: none;
    font-size: 27px;
    height: 20px;
}

#testimonials-section .testimonial-nav-buttons .nav-button.prev-button {
    color: #ccc;
}

#testimonials-section .testimonial-nav-buttons .nav-button.next-button {
    color: #6d7379;
}

#testimonials-section .author-container {
  display: flex;
  gap: 20px;
  align-items: center;
  height: 65px;
}

#testimonials-section .author-container .team-image {
  background-color: #e4e4e4;
  border-radius: 30px;
  overflow: hidden;
  width: 52px;
  height: 52px;
  text-align: center;
  padding-top: 10px;
}

#testimonials-section .name-rating {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-right: 30px;
}

#testimonials-section .author-info h5.author-name {
  font-size: 1rem;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;  
}

#testimonials-section .author-info .testimonial-rating {
  color: #ffc107;
  font-size: 1.2rem;
  /* padding-top: 5px; */
  padding-bottom: 5px;
  letter-spacing: 2px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#testimonials-section .author-info p.author-position {
  color: #A0A6AC;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 0;
}

#testimonials-section .author-accordion {
  display: flex;
  /* gap: 15px; */
  align-items: center;
}

#testimonials-section .author-container .author-info {
  /* display: none; */
  max-width: 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleX(0);
  transform-origin: left;
  transition: max-width 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

#testimonials-section .author-container.active {
  display: flex;
  gap: 20px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

#testimonials-section .author-container.active .author-info {
  /* display: block; */
  max-width: 500px;
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}

#testimonials-section .more-indicator {
  width: 52px;
  height: 52px;
  border: 1px solid #ccc;
  border-radius: 30px;
  text-align: center;
  font-size: 26px;
  padding-top: 7px;
  text-decoration: none;
}

#testimonials-section .quote-icon {
  width: 52px;
  height: 52px;
  display: block;
  background-color: #DEDFE0;
  border-radius: 30px;
  padding: 15px;
}

#testimonials-section .quote-icon img {
  width: 20px;
}

#testimonials-section .testimonial-quote {
  margin-left: 30px;
  max-width: 1200px;
  margin-bottom: 30px;
  color: #9b9c9e;
}

/* #testimonials-section .testimonial-quote-container.active {
  display: block;
}

#testimonials-section .testimonial-quote-container {
  display: none;
} */

.testimonial-carousel {
    position: relative;
    overflow: hidden; /* Hide overflowing items */
    width: 100%;
}

.testimonial-wrapper {
    display: flex;
    transition: transform 2s ease-in-out;
    width: 400%; /* 4 items, each takes 100% width */
}

.testimonial-quote-container {
    width: 100%;
    flex: 0 0 100%;
    margin-right: 0; /* Removes extra gap */
}


.see-more-btn {
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  padding: 7px 25px;
  font-weight: 600;
}

.see-more-btn:hover {
  background-color: #dcdcdc;
}

#testimonials-section .divider {
    height: 1px;
    background-color: #dcdcdc;
    max-width: 250px;
    margin-top: 25px;
    margin-bottom: 40px;
}

#testimonials-section .divider::before {
    content: '';
    width: 100px;
    height: 3px;
    background-color: #000000;
    float: inline-start;
    margin-top: -1px;
}

/* Partners Section */
#partners-section {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 40px;
}

#partners-section .divider::before {
  content: '';
  width: 100px;
  height: 3px;
  background-color: #000000;
  float: left;
  margin-top: -1px;
  margin-left: 78px;
}

#partners-section .divider {
  height: 1px;
  background-color: #dcdcdc;
  max-width: 250px;
  margin-top: 25px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

#partners-section .partners-client-list .slick-slide img {
    margin-left: 10px;
    margin-right: 10px;
}

/* Social Links */

#footer-section ul.social-links, ul.social-links {
  padding-left: 0;
  display: flex;
  gap: 13px;
}

#footer-section ul.social-links li, ul.social-links li {
  display: inline-block;
  margin-left: 0;
}

#footer-section ul.useful_links, ul.useful_links{
  margin-block-start: 0;
  padding-left: 0;
  font-size: 1.06em;
}

#footer-section ul.useful_links li, ul.useful_links li {
  list-style: none;
  margin-left: 0;
}

#footer-section ul.useful_links li a, ul.useful_links li a{
  color: #333;
  text-decoration: none;
}

@keyframes blinkingText {
	0% {
		color: #fff;
	}

	29% {
		color: #e6bc0a;
	}

	50% {
		color: #07ef10;
	}

	69% {
		color: transparent;
	}

	80% {
		color: #000;
	}

    99% {
		color: #e6bc0a;
	}

	100% {
		color: #3107ef;
	}
}

.icon_googleplay {
  background-image: url('../images/icon_googleplay.svg');
}

.icon_appstore {
  background-image: url('../images/icon_appstore.svg');
}


/*  ----------- Custom Breakpoints and Media Queries -----------  */

/* Extra Small (Mobile Portrait) - Max width 576px */
@media (max-width: 576px) {

}

/* Small Devices (Mobile Landscape) - Max width 768px */
@media (max-width: 768px) {

}

/* Medium Devices (Tablets) - Max width 992px */
@media (max-width: 992px) {

}

/* Large Devices (Desktops) - Max width 1200px */
@media (max-width: 1200px) {

}

/* Extra Large Devices (Larger Desktops) - Max width 1364px */
@media (max-width: 1364px) {

}

/* ----------- Custom Utility Classes ----------- */
.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

/*  ----------- Animations -----------  */
.fade-in {
    animation: fadeIn 2s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
