/* ===================================
    Sastha - Accounting
====================================== */

/* font */
@font-face {
    font-family: 'cerebri-sans-regular';
    src: url('fonts/CerebriSans-Regular.woff2') format('woff2'),
        url('fonts/CerebriSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal; 
} 
@font-face {
    font-family: 'cerebri-sans-medium';
    src: url('fonts/CerebriSans-Medium.woff2') format('woff2'),
        url('fonts/CerebriSans-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-semibold';
    src: url('fonts/CerebriSans-SemiBold.woff2') format('woff2'),
        url('fonts/CerebriSans-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-bold';
    src: url('fonts/CerebriSans-Bold.woff2') format('woff2'),
        url('fonts/CerebriSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cerebri-sans-light';
    src: url('fonts/CerebriSans-Light.woff2') format('woff2'),
        url('fonts/CerebriSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* variable */
:root {      
    --alt-font: 'cerebri-sans-regular';
    --primary-font:  'cerebri-sans-regular';
    --base-color: #005153;
    --dark-gray:#1e3238;
    --very-light-gray:#eceff1;
    --yellow: #ecab23;
    --medium-gray: #7c898d;
    --solitude-blue: #f4f7f9;
} 
/* reset */
body {
    font-size: 18px;
    line-height: 30px;
}
/* font weight */
.fw-400 {
    font-family: 'cerebri-sans-regular' !important; 
    font-weight: normal !important;
}
.fw-300 {
    font-family: 'cerebri-sans-light' !important;
    font-weight: normal !important;
}
.fw-500 {
    font-family: 'cerebri-sans-medium' !important;
    font-weight: normal !important;
}
.fw-600 {
    font-family: 'cerebri-sans-semibold' !important;
    font-weight: normal !important;
}
.fw-700 {
    font-family: 'cerebri-sans-bold' !important;
    font-weight: normal !important;
} 
/* custom cursor */
.custom-cursor .circle-cursor-inner {
    background-color: var(--yellow);
}
.custom-cursor .circle-cursor-inner.cursor-link-hover {
    background-color: var(--yellow);
}
.custom-cursor .circle-cursor-outer {
    border: 1px solid var(--yellow);
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
h1 {
    line-height: 4.375rem;
}
h2 {
    line-height: 3.438rem;
}
h3 {
    line-height: 3rem;
}
h4 {
    line-height: 2.6rem;
}
h5 {
    line-height: 2rem;
}
h6 {
    line-height: 1.75rem;
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-family: 'cerebri-sans-medium' !important;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 16px;
    line-height: 28px;
    font-family: 'cerebri-sans-regular' !important; 
}
header .btn.btn-small {
    font-size: 14px
}
header .btn.btn-small i {
    top:-2px;
}
header .navbar-brand img {
   height: 60px;
   width: 200px;
}
header .navbar-brand{
    height: 90px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: 300px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid var(--very-light-gray);
    padding: 10px 30px;
    font-size: 17px;
    color: var(--dark-gray) !important; 
    font-family: 'cerebri-sans-medium' !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover{
    background-color: var(--very-light-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a img {
    width: 30px;
    margin-right: 10px;
}
/* btn */
.btn-link i {
    top:0px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 6px;
}
.btn {
    font-family: 'cerebri-sans-medium'; 
    font-weight: normal !important;
    text-transform: none;
    letter-spacing: normal;
}
.btn-yellow {
    background-color: var(--yellow) !important;
    color: var(--dark-gray) !important; 
}
.btn.btn-box-shadow.btn-yellow:hover {
    background-color: var(--yellow) !important;
    color: var(--dark-gray) !important;
}
.btn.btn-box-shadow.btn-yellow:active {
     border-color: var(--yellow) !important;
}
.btn.btn-extra-large {
    font-size: 17px;
}
.btn.btn-large {
    font-size: 16px;
}
.btn.btn-medium {
    font-size: 15px;
}
.btn.with-rounded.btn-large > span {
    line-height: 34px;
}
.btn.with-rounded.btn-medium > span {
    line-height: 30px;
}
/* text color */
.text-emerald-green {
    color: #62cd54;
}
/* bg color */
.bg-orient-blue {
    background-color: #1F6668; 
}
/* bg gradient color */
.bg-gradient-green-yellow-color { 
    background: rgb(236,171,35); 
    background: linear-gradient(306deg, rgba(236,171,35,1) 0%, rgba(0,83,61,1) 85%);
}
.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(32, 35, 41, 1) 10%, transparent 50%);
}
/* homepage */
.contact-form-style-01 .btn.btn-large { 
    padding: 13px 40px;
}
.terms-condition .box:before {
    top: 7px;
}
.terms-condition .box:after {
    top: 11px;
}
.contact-form-style-01 {
    margin-top: -100px;
}
/* page title */
.page-title-extra-small h1 {
    font-size: 18px;
    line-height: 22px;
}
.page-title-extra-small h2 {
    font-size: 4rem;
    line-height: 3.8rem;
}
/* team style */
.team-style-01 figure figcaption .social-icon a {
    margin: 0 5px;
}
/* text shadow */
.text-shadow-medium { 
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
/* border color */
.border-color-yellow {
    border-color: var(--yellow) !important;
}
.pagination-style-01 .page-item.active .page-link,
.pagination-style-01 .page-item .page-link:hover {
    background: var(--dark-gray);
    color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
}
.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
}
.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}
/* progress bar style 03 */
.progress-bar-style-03 .progress .progress-bar-title, 
.progress-bar-style-03 .progress .progress-bar-percent {
    bottom: 10px;
}
.progress-bar-style-03 .progress {
    height: 6px;
}
/* tooltip */ 
.tooltip-inner {
    background-color: var(--white);
    box-shadow: 0 10px 30px rgba(0,0,0,0.16);
    color: var(--medium-gray);
    padding: 22px 35px;
    max-width: 260px;
    font-size: 16px;
    line-height: 26px;
    text-transform: none;
    font-weight: 400;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before, .bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: var(--white) !important;
    border-width: 0 1.7em 1.7em !important; 
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before, .bs-tooltip-top .tooltip-arrow:before {
    border-top-color: var(--white) !important;
    border-width: 1.7em 1.7em 0 !important; 
}
.bs-tooltip-auto[data-popper-placement^=bottom] {
    margin-top: 15px !important;
}
.bs-tooltip-auto[data-popper-placement^=top] {
    margin-bottom: 15px !important;
}
.tooltip {
    opacity: 1 !important;
}
.tooltip .tooltip-arrow {
    width: 3.5em;
    height: 1.2em;
}
.bs-tooltip-start.tooltip .tooltip-arrow {
    width: 1.2em;
    height: 3.2em;
    margin-top: -18px;
}
.bs-tooltip-auto[data-popper-placement^=left] {
    margin-right: 15px;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before, .bs-tooltip-start .tooltip-arrow:before {
    border-width: 1em 0 1em 1em !important;
    border-left-color: var(--white) !important;
}
.bs-tooltip-end.tooltip .tooltip-arrow {
    width: 1.2em;
    height: 3.2em;
    margin-top: -18px;
}
.bs-tooltip-auto[data-popper-placement^=right] {
    margin-left: 15px !important;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before, .bs-tooltip-end .tooltip-arrow:before {
    border-width: 1.7rem 1.7rem 1.7rem 0 !important;
    border-right-color: var(--white) !important;
}
.tooltip-title {
    font-weight: 600;
    display: block;
    font-size: 18px;
    margin-bottom: 7px;
    color: var(--dark-gray);
    letter-spacing: -0.5px;
}
/* top right bottom left */
.left-35px {
    left: 35px;
}
.bottom-35px {
    bottom: 35px;
}
/* footer */
footer .footer-logo img {
    max-height: 120px;
}
.footer-dark p, .footer-dark .widget-text {
    color: var(--white);
    opacity: 0.4;
}
.footer-dark .elements-social .light li a {
    opacity: 1;
}
.footer-dark p a, .footer-dark p a:hover {
    color: var(--white);
}
.footer-dark ul li a, .footer-dark .widget-link {
    color: var(--white);
    opacity: 0.4;
}
.footer-dark ul li a:hover, .footer-dark .widget-link:hover, .footer-dark a:hover {
    opacity: 1;
    color: var(--white);
}
footer ul li {
    margin-bottom: 0;
}
.footer-dark .newsletter-style-02 input::placeholder {
    color: var(--white);
}
.footer-dark .newsletter-style-02 input::-webkit-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.4;
}
.footer-dark .newsletter-style-02 input::-moz-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.4;
}
.footer-dark .newsletter-style-02 input:-ms-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity: 0.4;
}
.is-touchable .cursor-page-inner {
    display: none !important;
}
/* media query responsive */
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 18px;
    }
}
@media (max-width: 1250px) {
    .sticky-wrap.shadow-in {
        left: 2px;
    }
}
@media (max-width: 1199px) {
    header .btn.btn-rounded.btn-small {
        padding: 9px 18px;
    }
}
@media (max-width: 991px) {
    .contact-form-style-01 {
        margin-top: 0;
    }
    .tab-style-08 ul .nav-item .nav-link {
        padding: 18px 20px;
    }
    .elements-social .large-icon li {
        margin: 0 5px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover{
        background-color: transparent;
    }
}
@media (max-width: 767px) { 
    .process-step-style-03 .progress-step-separator {
        display: block;
    }
}
@media (max-width: 575px) { 
    .process-step-style-03 .progress-step-separator {
        display: none;
    }
}
.sticky-wrap {
  /* Optional, makes edges smooth */
  display: inline-block;
}

.sticky-wrap a.side {
     background: #092b50;
  color: #fff !important; /* White text for 'Send a message' */
  text-decoration: underline; /* Optional, makes it stand out */
padding: 10px 15px;
  border-radius: 6px; 
}

.sticky-wrap a.side:hover {
  color: #ffd700; /* Optional: Gold on hover */
}
@media (min-width:300px) and (max-width:400px) {
    .sml{
        color: black;
    }
}
.section-dark {
  background-size: cover;       /* makes image cover entire section */
  background-position: center;  /* centers the image */
  position: relative;
  display: flex;
  align-items: center;          /* vertically center */
}

.banner-text {
  position: relative;
  z-index: 2;        /* keeps text above image */
}

@media (min-width: 300px) and (max-width: 722px) {
  .banner-text {
    text-align: left;
    width: 100%;
  }
  .banner-text h1 {
    font-weight: 600;
  }
  .banner-text h2 {
    font-weight: 500;
  }
  .banner-texts{
    text-align: left;
    width: 100%;
  }
  .banner-text1{
    position: absolute;
    top: 20%;
  }
}

.abt{
    width: 600px;
    text-align: justify;
}
.swiper-slide{
    cursor: default;
}
.dropdown-menu li{
    height: 50px;
}
.immg{
    width: 783px;
    height: 436px;
}
.banner-text{
  position: absolute;
  top: 60%;            /* Push from top */
  left: 5%;            /* Keep it aligned to the left (adjust % as you like) */
  transform: translateY(-50%); 
}
.banner-texts{
  position: absolute;
  top: 50%;            /* Push from top */
  left: 5%;            /* Keep it aligned to the left (adjust % as you like) */
  transform: translateY(-50%); 
}
.banner-text2{
  position: absolute;
  top: 50%;            /* Push from top */
  left: 5%;            /* Keep it aligned to the left (adjust % as you like) */
  transform: translateY(-50%);
}
.banner-text1{
  position: absolute;
  top: 40%;            /* Push from top */
  left: 5%;            /* Keep it aligned to the left (adjust % as you like) */
  transform: translateY(-50%);
}
/*Vision and mission*/
.glass-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(40, 167, 69, 0.6);
}
.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.glass-card:hover .icon-glass {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(14, 52, 97, 0.6);
}
.icon-glass {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #28a745, #132c62);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  margin: 0 auto;
    margin-bottom: 0px;
  transition: all 0.3s ease;
}
/* Force dropdown to scroll internally */
.dropdown-menu {
  max-height: 70vh;     /* keep within viewport */
  overflow-y: auto !important; /* enable vertical scroll */
  overflow-x: hidden;
  position: absolute;   /* keep it positioned properly */
scrollbar-width: none;
}
.dropdown-menu li a {
    display: flex;                /* keep icon and text aligned */
    align-items: center;
    white-space: nowrap;          /* prevent text from breaking */
    min-width: 220px;             /* set same width for all items */
    padding: 8px 12px;            /* spacing for neat look */
}
.dropdown-menu li img {
    margin-right: 8px;            /* space between icon and text */
}
.bg-dark {
    transition: all 0.4s ease;
    border-radius: 15px;
}
.bg-dark:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0,0,0,0.5), 0 0 20px rgba(255,255,255,0.1);
}
.free{
    background-color: rgb(236, 171, 35);
    border: none;
    padding: 10px;
    border-radius: 10px;  
}
.free1{
    background-color: rgb(236, 171, 35);
    border: none;
    padding: 10px;
    border-radius: 10px;
    color: white;  
}
.free1:hover{
    color: black;
}

.free a{
color: #ffff;
}
.free a:hover{
    color: #005153;
}
.step-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000; /* Change if you want theme color */
    margin-bottom: 10px; 
}
.progress-step-separator::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #000; /* arrow color */
    color: black;
}
.logos{
    margin-top: 10px;
    position: relative;
    right: 30px;
}
.accordion-title i {
  pointer-events: none;
}
.accordion-header a{
    color: #005153;
}
.req{
    color: White;
}
.gallery-img-wrapper {
    width: 100%;
    height: 400px; /* fixed height for all images */
    overflow: hidden;
    border-radius: 8px; /* optional rounded corners */
    overflow: hidden;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ensures images fill the box neatly */
}
.gallery-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Hover Effects */
.gallery-img-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .lg\:text-size-45 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .md\:leading-2xl {
    line-height: 3.375rem;
  }
}
.text-blackColor {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-align: center;
}
.font-bold {
  font-weight: 700;
}
.loans{
    text-align: justify;
}
.special{
    width: 75%;
    height: 350px;
    background-color: rgb(248, 248, 248); 
    border-radius: 15px;
    box-shadow: 2px 2px 50px #c7c7c7; 
    font-weight: 700; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    color: #1e3238;
}
@media (min-width:300px) and (max-width:760px) {
    .special{
        width: 350px;
        height: 500px;
    }
    .special p{
        padding: 10px;
        text-align: center;
        text-align: justify;
    }
}
@media (min-width:300px) and (max-width:530px) {
    .freq{
        width: 400px;
        height: 400px;
    }
}
@media (min-width: 300px) and (max-width: 1000px) {
  .bann {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 70vh !important; /* makes it fill screen height */
  }
}
@media (min-width: 400px) and (max-width: 900px) {
  .service-bann {
    background-size: cover !important;        /* fills entire section */
    background-position: center center !important; /* keeps focus centered */
    background-repeat: no-repeat !important;
    height: auto !important;                  /* allows natural height */
    min-height: 400px !important;             /* ensures visibility */
  }
   .letter {
    text-align: left !important;  /* ensures left alignment */
    display: flex;
    align-items: center;          /* vertical center */
    justify-content: flex-start;  /* horizontal left */
    height: 100%;                 /* make it fill parent */
    top: 150px;
  }
  .immg{
    width: 500px;
    height: 400px;
    align-items: center;
  }
}
@media (min-width:300px) and (max-width:760px) {
.head{
    font-size: 30px;
    font-weight: 300;
}
}
.testimonial-section {
  padding: 60px 20px;
  text-align: center;
}

.section-title {
  font-size: 32px;
  color: rgb(32, 14, 114);
  margin-bottom: 40px;
}

/* Video Rows */
.video-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

/* Video Items */
.video-item {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
}

.video-item iframe {
  width: 100%;
  height: 320px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.video-item iframe:hover {
  transform: scale(1.03);
}

/* Sizes */
.top-row .video-item {
  flex: 1 1 45%;
}

.bottom-row .video-item {
  flex: 1 1 45%;
}

/* Responsive */
@media (max-width: 992px) {
  .video-item {
    flex: 1 1 100%;
  }

  .video-item iframe {
    height: 260px;
  }
}

@media (max-width: 600px) {
  .video-item iframe {
    width: 100%;
    height: 220px;
  }
}

.loan-video-section {
  padding: 80px 20px;
  background-color: #f9fafc;
}

.loan-video-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.video-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.video-wrapper {
  flex: 1 1 48%;
}

.video-wrapper iframe {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.text-content {
  flex: 1 1 48%;
}

.text-content h2 {
  font-size: 2rem;
  color: #004d61;
  margin-bottom: 15px;
}

.text-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
}

.btn-learn {
  background-color: rgb(0, 81, 83);
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-learn:hover {
  background-color: #0e1455;
  color: white;
}

/* Responsive (for mobile) */
@media (max-width: 768px) {
  .video-content {
    flex-direction: column;
    text-align: center;
  }

  .video-wrapper,
  .text-content {
    flex: 1 1 100%;
  }
}
.video-wrapper iframe{
    width: 100%;
    height: 400px;
}










