@import "https://unpkg.com/open-props@1.6.17/easings.min.css";

/********** Template CSS **********/
:root {
    --primary: #265069;
    --secondary: #51CFED;
    --light: #F8F2F0;
    --dark: #060315;

}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}




/** Header ***/


/*** About ***/

@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    animation: pulse 1s ease-out .5s;
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact-page {
        max-width: 100% !important;
    }

    .contact-page .contact-form  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-page .contact-form  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-page .contact-form  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/map.png) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.glassIco {
    --width: 60px;
    width: var(--width);
    height: var(--width);
    color: #fff;
    font-size: 30px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.1);
    border-bottom-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    margin: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .glassIco-instagram {
    --width: 60px;
    width: var(--width);
    height: var(--width);
    color: #fff;
    font-size: 30px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.1);
    border-bottom-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    margin: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .glassIco-whatsapp {
    --width: 60px;
    width: var(--width);
    height: var(--width);
    color: #fff;
    font-size: 30px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.1);
    border-bottom-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    margin: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .glassIco, .glassIco * {
    box-sizing: border-box;
    transition: 200ms;
  }
  .glassIco:before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: #1da1f2;
    filter: blur(0px);
    transition: 400ms;
    transform: skewX(45deg) translateX(calc(var(--width) + 50%));
  }
  .glassIco-whatsapp:before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: rgba(0, 255, 4, 0.5);
    filter: blur(0px);
    transition: 400ms;
    transform: skewX(45deg) translateX(calc(var(--width) + 50%));
  }
  .glassIco-instagram:before {
    content: "";
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    filter: blur(0px);
    transition: 400ms;
    transform: skewX(45deg) translateX(calc(var(--width) + 50%));
  }
  .glassIco:hover {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}
.glassIco-whatsapp:hover {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}
.glassIco-instagram:hover {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}
  .glassIco:hover:before {
    transform: skewX(45deg) translateX(calc(var(--width) * -1 - 50%));
  }
  .glassIco-whatsapp:hover:before {
    transform: skewX(45deg) translateX(calc(var(--width) * -1 - 50%));
  }
  .glassIco-instagram:hover:before {
    transform: skewX(45deg) translateX(calc(var(--width) * -1 - 50%));
  }
  .glassIco > * {
    opacity: 0.8;
  }
  .nav-item { 
    font-size: 20px;
    margin: 0 5px;
    border-radius: 8px;
    position: relative;
  }
  
  .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgb(210, 172, 44);/* underline color */
    border-radius: 1px;
    transition: width 0.3s ease;
  }
  

  /* Timeline Section */
  body {
    font-family: 'Poppins', sans-serif;
    background: #f5f7fa;
    color: #333;
  }
  
  .timeline {
    padding: 50px 20px;
    max-width: 1000px;
    margin: auto;
    position: relative;
  }
  
  .timeline h1 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5rem;
    color: #0f4c75;
  }
  
  .timeline-container {
    position: relative;
    padding-left: 50px;
    border-left: 3px solid #0f4c75;
  }
  
  .timeline-item {
    margin-bottom: 50px;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
  }
  
  .timeline-item.show {
    opacity: 1;
    transform: translateY(0);
  }
  
  .timeline-year {
    position: absolute;
    left: -80px;
    top: 0;
    font-size: 1.2rem;
    background: #0f4c75;
    color: #fff;
    padding: 8px 15px;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  }
  
  .timeline-content {
    background: #fff;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    position: relative;
  }
  
  .timeline-content h2 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #3282b8;
  }
  
  .timeline-content p {
    font-size: 1rem;
    color: #555;
  }
  
  /* Mobile Responsive */
  @media (max-width: 600px) {
    .timeline-container {
      padding-left: 20px;
    }
    .timeline-year {
      left: -55px;
      font-size: 1rem;
      padding: 5px 10px;
    }
  }
/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 3px;
  }
  ::-webkit-scrollbar-track {
    background: #f0f0f0; /* Track background (light gray) */
  }
  ::-webkit-scrollbar-thumb {
    background: rgb(210, 170, 45);
    /*Yourthemecolor*/border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(190, 150, 30); /* Slightly darker on hover */
  }
  
  /* Firefox */
  html {
    scrollbar-color: rgb(210, 170, 45) #f0f0f0; /* thumb | track */
    scrollbar-width: thin;
  }
  

/* home page animated text */

.animated-text {
  display: inline-block;
}

.line {
  display: block;
  color: #274e68;
  font-weight: bolder;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
  margin: 5px 0;
  letter-spacing: 2px;
  word-spacing: 8px;
  font-size: 1.5rem; /* Default for mobile */
  -webkit-animation: fadeUp 1s ease forwards;
}

/* Desktop: font-size increases from md screen and up */
@media (min-width: 768px) {
  .line {
    font-size: 2.5rem;
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeOut {
  animation: fadeOut 1s ease forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateY(-30px);
  }
}

.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 1000;
}
.floating-whatsapp img {
  width: 50px;
  height: 50px;;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;

}

/* Zoom Out on Hover */
.floating-whatsapp img:hover {
  transform: scale(1.2);
 
}

/* index section for media query*/
@media (min-width: 768px) and (max-width: 1024px) {
  .index-custom-img {
      max-height: 100%;
      object-fit: contain;
  }

  .index-custom-row {
      min-height: 80vh;
  }

  #textContainer {
      max-height: none;
  }
  *{
    font-size: 16px;
  }
}
h2.responsive-heading {
  font-size: 1rem; /* base: ~20px */
}

p.responsive-text {
  font-size: 1rem; /* base: ~16px */
}

h1.responsive-button {
  font-size: 1rem; /* base */
}

@media (min-width: 768px) {
  h2.responsive-heading {
      font-size: 1rem;
  }
  p.responsive-text {
      font-size: 1rem;
  }
  h1.responsive-button {
      font-size: 1rem;
  }
  *{
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  h2.responsive-heading {
      font-size: 2rem;
  }
  p.responsive-text {
      font-size: 1.25rem;
  }
  h1.responsive-button {
      font-size: 1.75rem;
  }
}
.custom-accordion .accordion-button {
  font-weight: 600;
  background-color: #f8f9fa;
  color: #000;
  border-radius: 8px;
  padding: 0.75rem 1rem;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
}

.custom-accordion .accordion-body {
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  color: #333;
}

.custom-accordion .accordion-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-top: 5px;
}
/* Change the default arrow color */
.accordion-button::after {
  filter: invert(32%) sepia(92%) saturate(430%) hue-rotate(185deg) brightness(91%) contrast(85%);
}

.service-btn {
  background-color: #ffffff;
  border: none;
  padding: 1.5rem;
  text-align: left;
  width:50%;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  transition: all 0.3s;
  width: 100%;
}

.service-btn.active {
  border-bottom: 3px solid #265069;
}

.service-btn img {
  width: 50px;
  height: 50px;
}

.info-card {
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  display: none;
}

.info-card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #265069;
  border-bottom-left-radius: 1rem;
}

.info-card h2 {
  font-weight: bold;
}

.know-more {
  font-weight: bold;
  color: #265069;
  text-decoration: none;
}

.know-more:hover {
  text-decoration: underline;
} 

/*For home page*/
.section-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.step-number {
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: -30px;
  left: 0;
}

.step-card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.step-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  position: relative;
  z-index: 1;
  color: #000;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}


.step-card:hover {
  border: 3px solid rgba(38, 80, 105, 0.8);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}


.step-card .icon {
  font-size: 2rem;
  margin-bottom: 15px;
}

.card-shape-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.logo-img {
  width: 100%;
  max-width: 200px;
  max-height:100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}
.iti {
  width: 100% !important; /* Force full width of parent */
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: white; /* optional for styling */
  border-right: 1px solid #ccc;
}

.iti input {
  width: 100% !important; /* Ensure the input fills remaining space */
  padding-left: 48px; /* Adjust if needed to avoid overlapping with the flag */
} 

@media (max-width: 576px) {
  .form-control {
    font-size: 14px;
  }
  .btn {
    font-size: 16px;
  }
  .title h1 {
    font-size: 1.75rem;
  }
}
