@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Scss Document */

body {
  font-family: "Roboto", sans-serif;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  overflow-x: hidden;
  color: #111;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

p {
    font-size: 14px;
    color: #333;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
}

img {
  max-width: 100%;
  border: 0; }

.clear {
  clear: both;
  float: none;
  width: 100%; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

a {
  text-decoration: none !important;
  transition: all 0.2s ease-in;
  color: #1D3D44; }

a:hover { color: #1278d1; }

.img-responsive { width: 100%; height: auto; }

/*------------------common-css-------------------*/

 .common-btn{
    font-size: 20px;
    background:#3D52A1;
    color: #fff;
    padding: 14px 23px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border-radius:8px;
    font-weight: 600;
    border:none;
    transition: all 0.3s ease-in-out;
}

.common-btn:hover {
  background: #E61111; 
  color: #fff;
}

.common-btn i{ transition: all 0.3s ease-in-out; margin-left: 8px; vertical-align: middle; }

.common-btn:hover i{ margin-left:2px !important; }


.title-col{ margin-bottom:40px; text-align: center; }

.title {
  position: relative;
  font-size:36px;
  font-weight:700;
  color:#1D1D1F;
  margin-bottom:0px;
  display: inline-block;
  text-transform: uppercase;
}

.title span{ color: #3D52A1; }
.title span.red{ color: #E61111; }

.title b{ font-weight: 800; }

.title-para{ font-size:16px; max-width: 900px; margin:20px auto 50px; width: 100%; line-height: 28px; }

.form-control {
  border-radius:6px;
  padding: 1.3rem 15px;
  font-size:15px;
  height: 44px;
  background-color: #fbfbfb;
  color: #000;
  border: 1px solid #cfcfcf;
}

select.form-control { padding: 0; padding-left:15px; height:50px; border-radius:6px; -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.3em;
  background-color: #fbfbfb;
  border: 1px solid #cfcfcf;
  color: #000 !important;
}

textarea.form-control{ height:auto !important; }

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color:#fff;
  border: 1px solid #1D3D44 !important;
  color: #000 !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}


@media (min-width: 992px){ .dropdown:hover>.dropdown-menu { display: block; } }

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.pa-20{ padding: 16px 0px; }
.pt-30{ padding-top: 30px; }
.pt-50{ padding-top: 50px; }
.pb-50{ padding-bottom: 50px; }
.pt-60{ padding-top: 60px; }
.pt-70{ padding-top: 70px; }
.pt-80{ padding-top: 80px; }
.pb-80{ padding-bottom: 80px; }
.pa-80{ padding: 80px 0; }
.pa-60{ padding: 60px 0; }
.pa-50{ padding: 50px 0; }
.pa-30{ padding: 30px 0; }
.pa-120{ padding: 120px 0; }

/*------------------end common-css-------------------*/

header{ background: #18236c; }
.topbar {
  padding: 0px;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 1;
}
.topbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.topbar p{ margin-bottom:0; font-size:14px;  } 
.header-top-action ul{ padding: 0px; margin: 0px; list-style: none; }
.header-top-action ul li{ display: inline-block; font-size: 13px; color: #fff; margin-right: 10px; }
.header-top-action ul li:last-child{ border: none; margin-right: 0px; padding-right: 0px; }
.header-top-action ul li a{ color: #fff; font-weight: 600; font-size: 14px; }
.header-top-action ul li a:hover{ color: #fff; }
.header-top-action ul li i{ color:#fff; margin-right: 3px; }
.top-call{ text-align: right; }
.top-call a {
  margin-left: 1px;
  color:  #fff;
  font-size: 16px;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
}

.top-call a:hover{ color: #f0c465; }

.topright-col{ display: flex; }
.top-google{ margin-left: 10px; }
.top-google img {
  max-height: 24px;
  border-radius: 3px;
}

.header-top-action { text-align: right; margin-right: 20px; }


.main-header { padding:0px 0px; }

.inner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-phone { width: 33%; justify-content: start; display: flex; }

.cgiar-toplogo{ margin-left: 20px; }

.logo img{ max-height:75px; }

.top-phone b{ font-weight: 500; font-size: 16px; margin-left: -3px; }
.top-phone b small{ font-size: 14px; color: #727272; text-transform: uppercase; display: block; font-weight: 400; } 

.top-phone a{ display: flex; color: #000; }
.top-phone a:hover{ color: #3ABBB9; }
.top-email span{ margin-right: 10px; }
.top-email b{ margin-left: 0; }

.top-phone.top-email {
  display: flex;
  justify-content: end;
}

.main-header .container-fluid{ padding-left: 30px; padding-right: 30px; }

.main-header .navbar-expand-xl .navbar-nav .nav-link {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    margin: 0px 0px;
    padding: 10px 14px;
    text-align: center;
    text-transform: uppercase;
}

.main-header .navbar-expand-xl .navbar-nav .nav-item:last-child .nav-link {
    color: #fff;
    background: red;
    padding: 5px 10px;
}

.main-header .navbar-expand-xl .navbar-nav .nav-link:hover { color: #E52D2C; }

.navbar-nav {
    background: #fff;
    margin-right: -30px;
    padding-right: 21px;
    position: relative;
}
.navbar-nav:before {
    content: "";
    position: absolute;
    top: 0;
    left: -38px;
    background: url(../images/shape.svg) no-repeat;
    width: 38px;
    height: 35px;
}

.main-header.fixed-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.main-header.fixed-nav .logo img { max-height: 46px; }


/*-------------banner---------------*/

.banner{
  position: relative;
  background: #fff;
  overflow: hidden;
}

.banner img{ height:600px; object-fit:cover; }


.banner .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: rgba(255, 0, 0, 0.75); /* transparent red */
  clip-path: polygon(
  0 0,
  100% 0,
  65% 0,
  100% 100%,
  0 100%
);
  z-index: 1;
}

.banner .banner_containt {
position: absolute;
left:0;
right:0;	
top: 50%;
transform: translateY(-50%);
z-index: 9;
max-width:1150px;
padding-left:0px;
padding-right:0px;
margin:auto;	
}

.banner .banner_containt h2 {
color: #fff;
font-size:42px;
font-weight:700;
max-width:600px;
margin-bottom: 30px;	
}

.banner .banner_containt p {
color: #fff;
font-size:21px;
margin:15px 0px 25px;
font-weight:500; 
max-width:600px;	
}

.banner_containt a{ background: #18236C; color: #fff; }

.banner .owl-nav .owl-prev {
position: absolute;
color: #fff;
top: 50%;
left:2%;
transform: translateY(-50%);
z-index: 99;	
}

.banner .owl-nav span img{ height: 44px; }

.banner .owl-nav .owl-next {
position: absolute;
color: #000;
top: 50%;
right:2%;
transform: translateY(-50%);
z-index: 99;	
}

/*-------------end banner---------------*/

.aboutsheows-text{ padding-left: 40px; }

.timeline-item {
  position: relative;
  padding-left: 90px;
  margin-bottom: 50px;
}

.timeline-item p{ max-width: 500px; }
.timeline-item.right p{ margin-left: auto; }

.timeline-item.right {
  padding-left: 0;
  padding-right: 90px;
  text-align: right;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 70px;
  height: 100%;
  border-left: 2px dashed currentColor;
}

.timeline-item.right::before {
  left: auto;
  right: 34px;
}

.timeline-item:last-child::before {
  display: none;
}

.timeline-item .number {
    font-weight: 700;
    color: #888;
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

.timeline-item .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid currentColor;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-item.right .icon {
  left: auto;
  right: 0;
}

.timeline-item .icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.timeline-item h5 {
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 2px solid currentColor;
  display: inline-block;
  padding-bottom: 5px;
}

/* COLORS */
.color-purple { color: #b57edc; }
.color-yellow { color: #f1c40f; }
.color-blue { color: #6c7ae0; }
.color-pink { color: #ff6f91; }
.color-green { color: #7ac943; }
.color-orange { color: #f4a261; }
.color-red { color: #e63946; }

/* RESPONSIVE */
@media (max-width: 991px) {
  .timeline-item,
  .timeline-item.right {
    padding-left: 90px;
    padding-right: 0;
    text-align: left;
  }

  .timeline-item.right .icon {
    left: 0;
    right: auto;
  }

  .timeline-item.right::before {
    left: 45px;
    right: auto;
  }
}

.elder-care-list {
  padding-left: 1.2rem;
}

.elder-care-list li {
  margin-bottom: 12px;
  line-height: 1.6;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 10px;
}

.elder-care-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.homesec-3 .title{ font-size: 28px; line-height: 38px; }
.homesec-3 .aboutsheows-img{ position: sticky; top: 50px; z-index: 1; }

.homesec-4{ background: url(../images/bg-1.jpg) no-repeat; background-size: cover; padding-top: 60px; padding-bottom: 80px; }
.homesec-4 .row{ padding-top: 100px; }
.aboutfounder-col{ text-align: center; }

.aboutfounder-col{ background: #1a2b67; height: 100%; padding: 30px; border-radius: 20px; color: #fff; }
.aboutfounder-pic { margin-top: -123px; }
.aboutfounder-col .title{ color: #fff; margin-bottom: 20px; }
.aboutfounder-col p{ color: #fff; opacity: 1; font-weight: 300; line-height: 21px; font-size: 15px; }
.aboutfounder-pic img{ border-radius: 10%; max-width: 200px; margin-bottom: 20px; }

.strippoints { background: #333; }

.location-cards .loc-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  color: #222;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.location-cards .loc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.location-cards .icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

/* Custom green for forest */
.bg-forest {
  background: #2e7d32;
}

/* Mobile tweak */
@media (max-width: 576px) {
  .location-cards .loc-card {
    font-size: 15px;
    padding: 16px;
  }
}

.homesec-5 .row {
    background: #DBF8E8;
    border-radius: 20px;
    padding: 50px 30px;
    border-left: 5px solid green;
}
.homesec-5 .aboutsheows-text{ padding-left: 0px; padding-right: 50px; }
.homesec-5 .aboutsheows-text .title{ color:green; }

.amenity-card {
  background: #fff;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  padding:0px;
  height: 100%;
  border: 1px solid #ccc;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.amenity-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.amenity-card:hover .amenity-pic{ opacity: 1; }
.amenity-card:hover h6{ color: #fff; }

.amenity-pic{ opacity: 0; transition: all 1s ease; }

.amenity-text {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    width: 90%;
}

.icon-wrap {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
}

.amenity-card h6 {
  font-weight: 600;
  line-height: 1.4;
  color: #333;
}

/* Icon Colors */
.bg-green { background: #2e7d32; }
.bg-blue { background: #1976d2; }
.bg-orange { background: #f57c00; }
.bg-purple { background: #6a1b9a; }
.bg-red { background: #e63946; }

/* Mobile polish */
@media (max-width: 575px) {
  .amenity-card {
    padding: 24px 16px;
  }
}

.homesec-7{ background: #EEF2FF; }

.medical-cols{ text-align: center; }
.medical-cols h3{ font-weight: 700; text-transform: uppercase; margin-top: 15px; font-size:18px; color: #4D4D4D; }

.homesec-7 .title-para{ margin-bottom: 40px; }



.accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 12px;
  overflow: hidden;
}

.accordion-button {
  background-color: #E5E5E5;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 12px;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  box-shadow: none;
}

.accordion-button::after {
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-button:not(.collapsed) {
  background-color: #E5E5E5;
  color: #000;
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  
}

.accordion-collapse {
  transition: max-height 0.4s ease;
  border: none;
  border-top: none;
  border-radius: 0 0 12px 12px;
  background-color: #F5F5F5;
  box-shadow: none;
  
}

.miningvalues-txt { margin-left: 50px; }

.accordion-button:focus{ border-color:none; }

.progress-modern {
  background: #f8fafc;
}

/* Gallery */
.gallery-modern img {
  object-fit: cover;
  height: 100%;
}

/* Progress cards */
.progress-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.progress-card i {
  font-size: 28px;
  color: #0d6efd;
  margin-bottom: 10px;
  display: block;
}

.progress-card h6 {
  font-weight: 700;
  margin-bottom: 4px;
}

.progress-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.progress-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

/* Highlight active phase */
.progress-card.active {
  border-left: 5px solid #0d6efd;
}

.layout-fig img{ border: 1px solid #ccc; }

.homesec-8 .container-fluid{ padding-left: 40px; padding-right: 40px; }
.homesec-8 .layout-fig h4{ margin-bottom: 0px; margin-top: 20px; font-weight: 600; font-size: 20px; }

.banner-stamp {
  position: absolute;               /* perfect for banner overlay */
  bottom: 30px;
  right: 30px;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  color: #fff;
  padding: 22px 26px;
  border-radius:30px;
  width: 260px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
  z-index: 9;
}

.stamp-title {
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 12px;
  text-align: center;
}

.stamp-item {
  text-align: center;
  margin-bottom: 14px;
}

.stamp-item:last-child {
  margin-bottom: 0;
}

.stamp-item .amount {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: #ffc107; /* INR highlight */
}

.stamp-item .label {
  font-size: 13px;
  opacity: 0.85;
}

/* Main Highlight */
.stamp-item.highlight .amount {
  font-size: 32px;
  color: #00e5ff;
}

.stamp-item.highlight .label {
  font-weight: 600;
}

.animate-stamp {
  animation: slideFadeIn 1s ease-out forwards;
}

@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.pulse {
  animation: pulseGlow 2.2s infinite;
}

@keyframes pulseGlow {
  0% {
    transform: scale(1);
    text-shadow: 0 0 0 rgba(0,229,255,0);
  }
  50% {
    transform: scale(1.06);
    text-shadow: 0 0 14px rgba(0,229,255,0.6);
  }
  100% {
    transform: scale(1);
    text-shadow: 0 0 0 rgba(0,229,255,0);
  }
}


/* Mobile tweak */
@media (max-width: 576px) {
  .banner-stamp {
    right: 15px;
    bottom: 15px;
    width: 220px;
    padding: 18px;
  }

  .stamp-item .amount {
    font-size: 22px;
  }

  .stamp-item.highlight .amount {
    font-size: 26px;
  }
}

.pillar-cols{
  background: #223785;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
}
.pillar-cols h3{ font-size: 21px; font-weight: 700; margin-top: 15px; margin-bottom: 15px; }
.pillar-cols p {
    color: #fff;
    opacity: 0.9;
    font-weight: 300;
}
.pillar-cols p b{ opacity: 1; color: #fffa00 !important; }

.tagline {
  font-weight: 800;
  font-size: 36px;
  font-style: italic;
  animation: floatText 2s ease-in-out infinite,
             colorShift 2s ease-in-out infinite;
}

/* Floating motion */
@keyframes floatText {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

/* Soft color change */
@keyframes colorShift {
  0% {
    color: #3D52A1;
  }
  33% {
    color: #296dc1;
  }
  66% {
    color: #b61212;
  }
  100% {
    color: #3D52A1;
  }
}

.footer-blue {
  background: url(../images/footer-bg.jpg) no-repeat top center;
  background-size: cover;
  color: #e8ecff;
  font-size: 15px;
  padding-bottom: 30px;
  position: relative;
}

.footer-blue::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 44.8%;
    height: 100%;
    background: rgba(255, 0, 0, 0.75);
    clip-path: polygon(
    100% 0,   /* top-right */
    100% 100%,/* bottom-right */
    0 100%,   /* bottom-left */
    100% 0    /* diagonal to top-right */
  );
}

.footer-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 1.2rem;
  position: relative;
}

.footer-title::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #6ea8ff;
  display: block;
  margin-top: 6px;
  border-radius: 2px;
}

.footer-item {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.footer-item{ font-weight: 300; font-size: 14px; }
.footer-item strong{ font-weight: 600; color: #fff; display: block; margin-bottom: 5px; }

.footer-item i {
  font-size: 18px;
  color: #fff;
  margin-top: 3px;
}

.social-icons a {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #fff;
  color: #0f1f4b;
  transform: translateY(-4px);
}

.footer-note {
  color: #cfd8ff;
  line-height: 1.6;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.45);
}

.facilities-col{
  background: #fff;
    border-radius: 18px;
    padding:15px;
    height: 100%;
    border: 1px solid #ccc;;
    transition: all 0.3s ease;
}

.facilities-pic{ margin-bottom: 15px; }
.facilities-pic img{ border-radius: 12px; }
.facilities-txt h4{ font-weight: 600; color: #3D52A1;  font-size: 21px; }
.facilities-txt p{ font-size: 14px; color: #555; line-height: 22px; margin-bottom: 0px; }

.whatsapp-fix {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 9999;
}

.whatsapp-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Rotating text */
.rotating-text {
  position: absolute;
  width: 100px;
  height: 100px;
  animation: spin 10s linear infinite;
}

.rotating-text svg {
  width: 100%;
  height: 100%;
}

.rotating-text text {
  fill: #ccc;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 3px;
}

/* Rotation animation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#research-slider .owl-nav{ margin-top: 0px; }

.research-pic{ border-top-left-radius: 14px; border-top-right-radius: 14px; overflow: hidden; }

.research-txt h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #3d52a1;
    padding: 12px 10px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}






@media (max-width:1280px) {
.navbar-nav:before{ height: 37px; }

}

















































