/* Apply Saira font to the whole website */
/* --- Mobile-first Styles --- */

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(255 255 255);
}
.dropdown-toggle::after {
  display: inline-block;
         content: '+';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        font-size: 1.5em;
        padding: 1px 2px;
        border-top:0rem;               /* reset default */
}

@media (max-width: 767.98px) {

    /* Center logo */
    .navbar-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
    }

    .navbar-brand img {
        max-width: 200px;
        height: auto;
    }
    .navbar-nav .nav-link {
    
    position: relative;
       display: block;
    /* text-decoration: none; */
    color: #fff;
    font-size: 16px;
    /* font-family: Eras Medium ITC; */
    text-transform: Capitalize;
    font-family: Eras Medium ITC;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}  .toggler-icon {
    display: inline-block;
    width: 30px;       /* custom width */
    height: 30px;      /* custom height */
    font-size: 28px;   /* controls symbol size */
    line-height: 30px; /* vertical centering */
    text-align: center;
  }
    /* Style toggler button */
    .navbar-toggler {
        background-color: #8d8d9e;
        border: none;
        padding: 15px 15px;
        border-radius: 4px;
        width:100%;
        color:#fff;
    }

     #toggler-icon {
    display: inline-block;
    width: 30px;   
    height: 30px;
    font-size: 30px; 
    line-height: 30px; 
    text-align: center;
  }

    /* Collapse menu style */
    .navbar-collapse {
        background-color: #39484d;
        padding: 1rem;
        border-radius: 5px;
    }

    /* Dropdown links spacing */
    .dropdown-menu {
        
        border: none;
        box-shadow: none;
        padding: 0;
        background: none;
        text-align: center;
        color: white;
    }

    .dropdown-item {
        padding: 10px 15px;
        color:#fff;
    }

    /* Login Button */
    .navbar-nav .btn-primary {
        background-color: #b82025;
        border-color: #b82025;
        color: white;
        padding: 8px 15px;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    .navbar-nav .btn-primary:hover {
        background-color: #a41c20;
        border-color: #a41c20;
    }
}

@font-face {
    font-family: 'Eras Medium ITC';
    src: url('../fonts/ErasITC-Medium.woff2') format('woff2'),
        url('../fonts/ErasITC-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
.services-al {
    margin-bottom: 20px;
}
body {
    font-weight: 400;
    width: 100vw;
    overflow-x: hidden;
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'Eras Medium ITC'
}
@media only screen and (max-width: 575px) {
    .ft-btm-txt, .ft-btm-txt2 {
        text-align: center;
    }
}
.ft-btm-txt, .ft-btm-txt2 {
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-family: "Eras Medium ITC";
}
html,
body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}
p{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
margin-top: 0;
margin-bottom: 1rem;

}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-family: 'Eras Medium ITC'
    font-weight: 600;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
    color: var(--black-color);
    /* Bold */
}

.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.about-head {
    font-size: 27px;
    color: rgb(195, 39, 47);
    font-family: "Eras Medium ITC";
    font-weight: bold;
    text-align: center;
    margin: 15px 0px;
}
.banner {
    position: relative;
    height: 450px;
    width: 100%;
    overflow: hidden;
   border-radius: 15px; 
}
ul.cb-slideshow {
    list-style: none;
}

.cb-slideshow:after {
    content: '';
    background: transparent url(../images/bg/pattern.png) repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: right;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {

	color: #C1232E;
    font-size: 59px;
    line-height: 120px;
    margin: 0 auto;
    width: 650px;
    /*color: rgba(169,3,41, 0.8);*/
}

.cb-slideshow li:nth-child(1) span { background-image:url(../images/bg/3.jpg);}
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/bg/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
	background-image: url(../images/bg/1.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../images/bg/3.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../images/bg/2.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
    background-image: url(../images/bg/1.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

.cb-slideshow li:nth-child(7) span {
    background-image: url(../images/bg/1.jpg);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}


.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}


.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

.cb-slideshow li:nth-child(7) div {
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}

@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1) rotate(0deg);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1) rotate(0deg);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1) rotate(0deg);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1) rotate(0deg);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1) rotate(0deg);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1) rotate(0deg);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1) rotate(0deg);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1) rotate(0deg);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1) rotate(0deg);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1) rotate(0deg);
	}
	100% { opacity: 0 }
}
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -webkit-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -moz-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -o-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    -ms-transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	19% {
	    opacity: 0;
	    transform: translateX(-400px);
	}
	25% { opacity: 0 }
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 53px;
    position: relative;
    right: 97px; }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 27px;
    font-weight: bold;
    right: 369px; }
	.cb-slideshow, .cb-slideshow::after
	{
		/*height:350px;
		position:absolute;*/
	}
	
}
.global-section {
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(153, 153, 153);
    border-image: initial;
    padding: 15px;
    transition: 0.4s ease-in;
    min-height: 250px;
}
.global-section .global-head {
    font-size: 18px;
    color: rgb(59, 58, 58);
    font-family: "Eras Medium ITC";
    font-weight: bold;
    margin: 10px 0px;
}
.global-section p {
    color: rgb(59, 58, 58);
    font-size: 14px;
    font-family: "Eras Medium ITC";
    line-height: 25px;
}
.globel-img2 {
    display: none;
}
a {
    color:#FFF;
    background-color: transparent;
    text-decoration: none;
}
.corporate {
    text-align: center;
    padding: 30px 0px;
}
.c-fin-head {
    font-size: 27px;
    color: rgb(255, 255, 255);
    font-family: "Eras Medium ITC";
    font-weight: bold;
    margin: 15px 0px 20px;
}
.c-fin-img {
    display: inline-block;
    background: rgb(255, 255, 255);
    padding: 14px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(59, 58, 58);
    border-image: initial;
    transition: 0.5s ease-in;
}
.corporate {
    text-align: center;
    background: url(../images/about/background.png) no-repeat scroll center center / cover; 
    padding: 30px 0;
    /* position: fixed; */
}
.c-fin-in h2 {
    font-size: 15px;
    color: #ffffff;
    font-family: Eras Medium ITC;
    font-weight: bold;
    margin-top: 15px;
}
.wealth-manag {
    padding: 60px 0;
    text-align: center;
}
.dist-img {
    background: #000;
    padding: 12px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s 
ease-in;
}
.wealth-head {
    font-size: 27px;
    color: #c3272f;
    font-family: Eras Medium ITC;
    font-weight: bold;
    margin-bottom: 15px;
}
.dist-text {
    font-size: 18px;
    font-family: Eras Medium ITC;
    font-weight: bold;
    margin: 15px 0;
    color: #000;
}
.owl-dots {
  text-align: center;
  margin-top: 20px;
  position: relative;
}
.owl-carousel button.owl-dot {
   background: #b30000;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-dot {
  width: 14px;
  height: 14px;
  background: #d8d8d8;
  border-radius: 4px;
  margin: 0 5px;
  display: inline-block;
  transition: all 0.3s ease;
}

.owl-dot.active {
  background: #b30000; /* Red as in your site theme */
  width: 16px;
  height: 16px;
  border-radius: 6px;
}
.investment {
    padding: 40px 0;
    text-align: center;
}
.invest-head {
    font-size: 27px;
    font-family: Eras Medium ITC;
    font-weight: bold;
    color: #ffffff;
    margin: 15px 0 20px;
    text-align: center;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.invest-img {
    background: #ffffff;
    padding: 12px;
    border-radius: 50%;
    display: inline-block;
    width: 87px;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.investment p {
    font-size: 15px;
    color: #ffffff;
    font-family: Eras Medium ITC;
    font-weight: bold;
    margin: 15px 0;
}
.read-more a {
    font-size: 17px;
    color: #ffffff;
    font-family:'Eras Medium ITC';
    background: #c3272f;
    padding: 7px 15px;
}
.investment {
    text-align: center;
    background: url(../images/about/advisory-background.png) no-repeat scroll center center / cover; 
    padding: 40px 0;
    /* position: fixed; */
}
.footer-top {
    padding: 15px 0;
    background: #c3272f;
}
.footer-head {
    font-size: 18px;
    color: #ffffff;
    font-family: Eras Medium ITC;
    font-weight: bold;
}
.footer-list ul {
    list-style: square;
    color: #ffffff;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}
.footer-btm {
    background: #9f1920;
    padding: 10px 0;
}
.footer-list ul {
    list-style: square;
    color: #ffffff;
}
.ft-btm-txt, .ft-btm-txt2 {
    font-size: 13px;
    color: #ffffff;
    font-family: Eras Medium ITC;
}
.footer-list ul li a {
    font-size: 13px;
    color: #ffffff;
    font-family: Eras Medium ITC;
    margin: 5px 0;
}
.logo-btm {
    width: 100%;
    margin-bottom: 15px;
}
.title {
    background: #9a9a9a;
    font-size: 23px;
    padding: 5px;
    margin: 10px 0;
    color: #ffffff;
}
.contain {
    text-align: justify;
}
.address h4 {
    color: #C1222C;
    padding-bottom: 10px;
    border-bottom: 1px dashed #C1222C;
}
.form-dtls {
    background: #A6241F;
    padding: 20px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 
ease-in-out .15s, box-shadow 
ease-in-out .15s;
}
.form-group {
    margin-bottom: 1rem;
}
.login_btn {
    background: #ffffff;
    color: #000;
    padding: 6px 40px;
    font-size: 20px;
    border: none;
    border-radius: 10px;
}
.btn-white{

        BACKGROUND: WHITE;
}
.btn-white:hover{
background:#088fe0;
color:white;

}
.bg-silver-light {
    background-color: #F7F8FA !important;
}

.carousel-content h1 {
    font-weight: 600;

}

p {
    font-weight: 400;
    font-family: 'Eras Medium ITC'; 
    /* Regular */
}

button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

#schemeTable_filter {
    margin-bottom: 10px;
}

#schemeTable th,
#schemeTable td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

/* Add border to pagination numbers */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #ddd;
    /* Blue border */
    padding: 5px 10px;
    margin: 2px;
    border-radius: 5px;
    background-color: white;
    color: #ddd;
    transition: 0.3s;
}

.contain {
    text-align: justify;
}
.form-dtls {
    background: #A6241F;
    padding: 20px;
}

.global-section:hover {
    background: #C02129;
    transition: all 0.4s 
ease-in;
    border: 1px solid #601117;
    box-shadow: 1px 1px 12px #999;
}
.global-section:hover .global-head {
    color: #ffffff;
}
.global-section:hover p {
    color: #ffffff;
}
.global-section:hover .globel-img2 {
    display: block;
}
.global-section:hover .globel-img {
    display: none;
}
/* Make navbar sticky */
.navbar {
    /* position: sticky; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /* transition: box-shadow 0.3s ease-in-out; */
    background-color: white;
}
.btn-primarys{
    background-color: rgb(193, 35, 46);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.3s 
ease;
}

@media (max-width: 768px) {
.btn-primarys  {
    display: none;
    background: rgb(193, 35, 46);
    padding: 6px 18px;
    transition: 0.3s ease-in;
    color:#fff;
}
}
 .login {
    text-align: center;
    display: block;
    background: rgb(193, 35, 46);
    padding: 6px 18px;
    transition: 0.3s ease-in;
    color:#fff;
    WIDTH:100%;
    margin-top:15px;
    }

   


/* Add spacing between navbar items */
.navbar-nav .nav-item {
    margin: 0 8px;
    /* Adjust the gap between menu items */
}
@media (min-width: 768px) {
/* Navbar link default styles */
.navbar-nav .nav-link {
    
    position: relative;
       display: block;
    /* text-decoration: none; */
    color: #6b6b6b;
    font-size: 16px;
    /* font-family: Eras Medium ITC; */
    text-transform: Capitalize;
    font-family: Eras Medium ITC;
    text-align: center;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    Color:#fff;

}

/* Hover effect - reduce height */
.c-fin-img:hover {
    border: 2px solid #611118;
    transition: all 0.5s 
ease-in;
    background: #c1232d;
}

.active-nav {
    color:#000 !important;
    background-color: #fff;
    border-radius: 5px;
}


@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
         background: #C1232E;
        

}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        transition: .5s;
        opacity: 0;
            background: #C1232E;
            color:#fff;
           
    }
.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/* Fade-in + Slide-down animation */
.dropdown-menu {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.dropdown-menu.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Dropdown Items */
.dropdown-item {
    font-size: 16px;
    padding: 5px 10px;
    transition: text-indent 0.3s ease-in-out, color 0.3s ease-in-out;
    color:#fff;
}

/* Hover Effect (Only Move Text) */
.dropdown-item:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
    text-indent: 10px;
}

.btn-signup {
    background-color: var(--primary-color);
    border: none;
    color: white;
    font-weight: 500;
}

.btn-login {
    background-color: var(--primary-color);
    color: white;
}



footer {
    background-color: #2b343b;
    color: #fff;
    font-family: sans-serif;
}



.footer .widget-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin: 20px;
    position: relative;
    /* Space for icon */
}


.footer a {
    font-weight: 500;
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.footer a:hover {
    color: var(--secondary-color);
    /* Hover Effect */
}

/* Divider Line */
.list-border li {
    border-bottom: 1px dashed #cccccc44;
    padding-bottom: 5px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .footer ul {
        padding-left: 0;
    }
}

.footer-bottom {
    background-color: #002855;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-bottom p {
    font-size: 14px;
    color: white;
    margin: 0;
}

.footer-bottom a {
    color: #45c4e9;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-section {
        width: 45%;
        /* Two sections per row on smaller screens */
    }
}

@media (max-width: 500px) {
    .footer-section {
        width: 100%;
        /* Single section per row on very small screens */
    }
}


/* === Carousel Wrapper === */


/*** blog start ***/

.blog-card {
    border-bottom: 5px solid #002855;
    margin-bottom: 10px;
}

.blogbtn {
    background-color: #d1f1ff !important;
}

/*** blog end ***/



/*** about start ***/


/*** about end ***/




.page-header {
    background: #621518 !important;
}


.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: #fff;
}

/* Contact Box Styling */
.contact-box {
    background-color: #022F42;
    padding: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /* Soft shadow */
}

/* Icon Styling */
.contact-icon {
    font-size: 24px;
    color: #333;
    background: white;
    border-radius: 50%;
    padding: 15px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.contact-content p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #555;
    font-weight: 400;
}








/* Double underline effect */
input {
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    background: transparent;
}



/* Blog Card Styles */
.blog-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 350px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

/* Image height consistency */
.blog-img img {
    width: 100%;
    height: 200px;
    /* Fixed image height */
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

/* Content section should auto-expand */
.blog-content {
    flex-grow: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Text Styling */
.blog-title {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
}

.blog-description {
    font-size: 0.9rem;
    color: #666;
}

/* Button */

/* Responsive fixes */
@media (max-width: 768px) {
    .blog-card {
        max-width: 100%;
    }

    .blog-img img {
        height: 180px;
    }
}



/* New Card Styling */
.news-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff;
    border: 1px dotted var(--secondary-color);
    padding: 15px;
    transition: transform 0.3s ease-in-out;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
    border-top: 3px solid var(--heading-color);
    border-bottom: 3px solid var(--heading-color);
}

.news-date {
    font-size: 14px;
    font-weight: bold;
    color: var(--heading-color);
    margin-bottom: 10px;
}

.news-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.form-dtls {
    background: #A6241F;
    padding: 20px;
}
.news-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.news-card .btn-primary {
    align-self: start;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .news-title {
        font-size: 16px;
    }

    .news-description {
        font-size: 13px;
    }

    .news-card {
        padding: 12px;
    }
}

/* --------------------------------------Hame Page------------------------------------- */
 .hero-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .hero-section {
            width: 98vw;
            max-width: 1490px;
            min-height: 90vh;
            background: linear-gradient(180deg, var(--primary-color) 0%, var(--gradient-middle, #429aff) 50%, var(--gradient-bottom, #005eff) 100%);
            border: 10px solid white;
            border-radius: 30px;
            padding: 50px 30px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            text-align: center;
            color: white;
            margin: 0 auto;
        }

        .hero-title {
            font-size: 2.5rem;
            font-weight: 600;
            line-height: 1.2;
            margin-bottom: 1.5rem;
            color: white;
        }

        .hero-subtitle {
            font-size: 1.1rem;
            opacity: 0.9;
            margin-bottom: 2rem;
            line-height: 1.6;
            font-weight: 400;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }


        /* Cards container */
        .dashboard-container {
            position: relative;
            width: 100%;
            margin-top: 5rem;
            padding-bottom: 2rem;
            z-index: 2;
        }

        /* Card row */
        .dashboard-row {
            display: flex;
            justify-content: center;
            position: relative;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }

        /* Individual cards */
        .dashboard-card {
            background: white;
            border-radius: 20px;
            padding: 1.5rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            width: 320px;
            position: relative;
            top: 20%;
        }



        /* Left card */
        .card-left {
            margin-right: 20px;
            z-index: 1;
        }

        /* Center card */
        .card-center {
            z-index: 3;
            margin-top: -50px;
        }

        /* Right card */
        .card-right {
            margin-left: 20px;
            z-index: 1;
        }


        .card-label {
            font-size: 1.2rem;
            color: #6B7280;
            font-weight: 500;
            margin-bottom: 0.5rem;
        }


        .sub-cards {
            display: flex;
            gap: 10px;
            margin-top: 1rem;
        }

        .sub-card {
            flex: 1;
            background: #F3F4F6;
            border-radius: 10px;
            padding: 1rem;
        }


        /* Background shapes */
        .bg-shape {
            position: absolute;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 20px;
        }

        .bg-shape-1 {
            width: 300px;
            height: 300px;
            left: -15px;
            top: 20%;
            transform: rotate(15deg);
        }

        .bg-shape-2 {
            width: 300px;
            height: 300px;
            right: 40px;
            top: 20%;
            transform: rotate(-10deg);
        }

        .bg-shape-3 {
            width: 250px;
            height: 250px;
            left: 10%;
            bottom: -100px;
            transform: rotate(5deg);
        }

        .bg-shape-4 {
            width: 350px;
            height: 350px;
            right: 5%;
            bottom: -150px;
            transform: rotate(-5deg);
        }

        /* Responsive Design */
        @media (max-width: 1100px) {
            .dashboard-row {
                flex-direction: column;
                align-items: center;
            }

            .dashboard-card {
                width: 90%;
                max-width: 320px;
                margin: 1rem 0;
            }

            .card-left,
            .card-right {
                margin-left: 0;
                margin-right: 0;
            }

            .card-center {
                margin-top: 0;
            }
        }

        @media (max-width: 768px) {
            .hero-title {
                font-size: 2.5rem;
            }

            .hero-subtitle {
                font-size: 1rem;
            }
        }



        .card-fact {
            text-align: center;
            padding: 10px;
            border-radius: 15px;
            border-top: 5px solid var(--primary-color);
            border-bottom: 2px solid var(--gradient-bottom);
            border-left: none;
            border-right: none;
            background-color: #fff;
            transition: transform 0.3s ease;
        }

        .card-fact:hover {
            transform: scale(1.02);

        }

        .icon-fact {
            font-size: 1.5rem;
            color: var(--secondary-color);
        }

        .card-title-fact {
            font-weight: 500;
        }

        .number-fact {
            font-size: 2rem;
            font-weight: bold;
        }

        .feature-section {
            padding: 60px 0;
            text-align: center;
        }



        .service-card {
            background-color: #fff;
            border-radius: 15px;
            padding: 30px 20px;
            transition: 0.4s ease-in-out;
            height: 100%;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            color: #333;
            border-top: 5px solid var(--primary-color);
            border-bottom: 2px solid var(--gradient-bottom);
            border-left: none;
            border-right: none;
        }


        .service-icon {
            font-size: 2.5rem;
            margin-bottom: 10px;
            background: linear-gradient(180deg, var(--primary-color) 0%, var(--gradient-middle, #429aff) 50%, var(--gradient-bottom, #005eff) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            transition: all 0.3s;
        }

        .service-title {
            font-weight: 700;
            font-size: 1.2rem;
            margin-bottom: 10px;
            color: var(--primary-color);
            transition: color 0.3s;
        }

        .service-desc {
            font-size: 0.95rem;
            transition: color 0.3s;
        }

        .service-card:hover {
            background: linear-gradient(180deg, var(--primary-color) 0%, var(--gradient-middle, #429aff) 50%, var(--gradient-bottom, #005eff) 100%);
            color: #fff;
        }

        .service-card:hover .service-title,
        .service-card:hover .service-desc {
            color: #fff;
        }

        .service-card:hover .service-icon {
            background: none;
            color: #fff;
            -webkit-text-fill-color: #fff;
        }

        .testimonial-section {
            /* background-color: #022F42; */
            padding: 40px 60px;
        }


        .testimonial-card {
            min-height: 450px;
            /* Ensures equal height */
            border-radius: 15px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
            position: relative;
            background-color: #fff;
            transition: transform 0.3s ease;
        }

        .profile-img {
            width: 150px !important;
            height: 150px;
            border-radius: 50%;
            border: 4px solid #fff;
            object-fit: cover;
            object-position: center;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            position: relative;
            z-index: 2;
            background-color: #fff;
        }


        .quote-icon {
            font-size: 24px;
        }

        .name {
            font-weight: 600;
        }

        .role {
            font-size: 0.9rem;
        }

        .text {
            font-size: 0.95rem;
            color: #555;
        }



        #homeSliderSection {
            background: rgb(2, 0, 36);
            background: linear-gradient(180deg, var(--primary-color) 0%, var(--gradient-middle, #429aff) 50%, var(--gradient-bottom, #005eff) 100%);

        }

        .return-info {
            background-color: var(--primary-color);
            padding: 5px 10px;
            border-radius: 5px;
            border: 1px solid var(--secondary-color);
            font-weight: bold;
            color: var(--white-color);
            display: inline-block;
            transition: background-color 0.3s ease, border-color 0.3s ease;
        }


        input[type="range"] {
            width: 100%;
            height: 12px;
            background: linear-gradient(to right, var, #0072ff);
            border-radius: 6px;
            outline: none;
            transition: background 450ms ease-in;
        }

        #investmentSlider {
            -webkit-appearance: none;
        }

        #investmentSlider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 24px;
            height: 24px;
            background: #ffffff;
            border: 3px solid #0072ff;
            border-radius: 50%;
            cursor: pointer;
            box-shadow: 0 0 8px rgba(0, 114, 255, 0.6);
            transition: all 0.3s ease;
        }

        #investmentSlider::-moz-range-thumb {
            width: 24px;
            height: 24px;
            background: #ffffff;
            border: 3px solid #0072ff;
            border-radius: 50%;
            cursor: pointer;
        }
/* --------------------------------------Hame Page------------------------------------- */



/* === Carousel Wrapper === */
.carousel {
    position: relative;
    width: 100%;
    max-height: 600px;
    overflow: hidden;
}

/* === Carousel Item === */
.carousel-item {
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 600px;
    /* Max height for larger screens */
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Image scales and fills container */
}

/* === Overlay Layer === */
.carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    pointer-events: none;
    /* Allow clicks to pass through */
}

/* === Caption (Text) === */
/* === Base Style: Mobile (centered) === */
.carousel-caption {
    position: absolute;
    top: 50%; /* Changed from 40% to 50% for vertical centering */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Offset to truly center */
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 20px;
    width: 90%;
    max-width: 700px;
}


/* Caption Content Styling */
.carousel-caption h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.carousel-caption p {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.carousel-caption a.btn {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 15px;
}

/* === Desktop Style (left-top alignment) === */
@media (min-width: 768px) {
    .carousel-caption {
        top: 25%;
        left: 0;
        transform: none;
        text-align: left;
        width: 100vw;
        max-width: none;
        padding: 0 5%;
        box-sizing: border-box;
        margin-top: 50px;
    }

    .carousel-caption h1 {
        font-size: 2.2rem;
        max-width: 100%;
        font-weight: 800;
        /* Prevent clipping */
    }

    .carousel-caption p {
        font-size: 1.2rem;
        max-width: 100%;
        font-weight: 600;

    }

    .carousel-caption a.btn {
        padding: 12px 25px;
    }
}

/* === Prev/Next Controls === */
.carousel-control-prev,
.carousel-control-next {
    width: 65px;
    height: 65px;
    background-color: var(--bs-secondary);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    opacity: 1;
    z-index: 3;
}

.carousel-control-prev {
    left: 2%;
}

.carousel-control-next {
    right: 2%;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: var(--secondary-color);
    transition: 0.5s ease;
}

/* Adjust size for small screens */
@media (max-width: 768px) {

    .carousel-control-prev,
    .carousel-control-next {
        width: 60px;
        height: 60px;
    }
}

/* === Carousel Indicators (Dots) === */


.carousel-indicators li {
    background: var(--secondary-color);
    opacity: 0.7;
    list-style: none;
    cursor: pointer;


}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    padding: 0;
    border-bottom: 0;
    border-top: 0;
    text-indent: -999px;
    cursor: pointer;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    background: var(--secondary-color) !important;
    opacity: 1;
}