


.bg-light {
    background-color: #ededed !important;
}
.form-floating>label {
    color: #000 !important;
}
/********** Ambika CSS **********/
.pt-6 {
    padding-top: 1rem !important;
}
.pb-6 {
    padding-bottom: 1rem !important;
}
@keyframes slide{
    from{
      transform:translateX(0) ;
      
    }
    to{
      transform:translateX(-100%) ;
    
    }
  }
  .logos{
    overflow:hidden;
    padding:20px 0 ;
    background:white;
    white-space:nowrap;
    position:relative;
  }
  
  .logos:before,
  .logos:after{
    content:"";
    position:absolute;
    top:0;
    width:250px;
    height:100%;
    z-index:2;
  }
  .logos:before{
    left:0;
    background:linear-gradient(to left, rgba(255,255,255,0), white);
  }
  .logos:after{
    right:0;
    background:linear-gradient(to right, rgba(255,255,255,0), white);
  }
  
  
  .logos:hover .logos-slide{
    animation-play-state:paused;
    
    
  }
  .logos-slide{
    display:inline-block;
    animation: 35s slide infinite linear;
  }
  .logos-slide img{
    height:130px;
    margin: 0 20px;
  }
.bg-primary {
    background-color: #898888 !important;
}
.text-primary {
    color: #f80000 !important;
}
.btn-primary
 {
    color: #000;
    background-color: #f80000;
    border-color: #f80000;
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1500px;
    }
}
.service .service-inner::before {
    background: #f80000 !important;
	}

    .feature-box {
        background: #fff;
        padding: 40px 30px;
        border-radius: 5px;
        position: relative;
        box-shadow: 0 0 40px rgba(0,0,0,0.05);
        transition: .3s;
    }
    
    .feature-box:hover {
        box-shadow: 0 0 60px rgba(0,0,0,0.10);
    }
    
    .feature-icon {
        width: 70px;
        height: 70px;
        background: #c8933b;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        border-radius: 3px;
        position: absolute;
        top: -35px;
    }
    
    .feature-box h5 {
        margin-top: 50px;
        font-weight: 700;
        font-size: 19px;
    }
    
    .feature-box p {
        font-size: 15px;
        margin: 15px 0 25px;
        color: #555;
    }
    
    .read-more {
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        color: #000;
        display: inline-flex;
        align-items: center;
    }
    
    .read-more span {
        margin-left: 8px;
        transition: .3s;
    }
    
    .read-more:hover span {
        margin-left: 15px;
    }

/***Blog Css ***/
.card {
    overflow: hidden;
    box-shadow: 0px 2px 20px #d7dfe2;
    background: white;
    border-radius: 0.5rem;
    position: relative;
    width: 350px;
    margin: 1rem;
    transition: 250ms all ease-in-out;
    cursor: pointer;
  }
  
  .card:hover {
    transform: scale(1.05);
    box-shadow: 0px 2px 40px #d7dfe2;
  }
  
  .banner-img {
    position: absolute;
    object-fit: cover;
    height: 14rem;
    width: 100%;
  }
  
  .category-tag {
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    background: red;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 1rem;
    border-radius: 0 2rem 2rem 0;
  }
  
  .popular {
    background: #ef257a;
  }
  
  .technology {
    background: #651fff;
  }
  
  .psychology {
    background: #e85808;
  }
  
  .card-body {
    margin: 15rem 1rem 1rem 1rem;
  }
  
  .blog-hashtag {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4d97b2;
  }
  
  .blog-title {
    line-height: 1.5rem;
    font-size: 22px;
    font-family: poppins !important;
    padding-bottom: 10px;
    margin: 1rem 0 0.5rem;
  }
  
  .blog-description {
    color: #616b74;
    font-size: 0.9rem;
  }
  
  .card-profile {
    display: flex;
    margin-top: 2rem;
    align-items: center;
  }
  
  .profile-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
  }
  
  .card-profile-info {
    margin-left: 1rem;
  }
  
  .profile-name {
    font-size: 1rem;
  }
  
  .profile-followers {
    color: #616b74;
    font-size: 0.9rem;
  }
  .bwrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  /***Blog Css ***/
/********** Ambika CSS **********/
/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 600;
}

.mt-6 {
    margin-top: 5rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-xl-square {
    width: 60px;
    height: 60px;
}

.btn-xxl-square {
    width: 75px;
    height: 75px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square,
.btn-xl-square,
.btn-xxl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--bs-dark);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}





/*** Header ***/
.carousel .carousel-caption {
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: left;
    /*background: rgba(226, 225, 225, 0.753);*/
    padding: 3rem;
    padding-left: 11rem;
    z-index: 1;
}

.carousel .carousel-indicators {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 20px;
    flex-direction: column;
    margin: 0;
    margin-left: 3rem;
}

.carousel .carousel-indicators [data-bs-target] {
    width: 50px;
    height: 50px;
    text-indent: 0;
    margin: 5px 0;
    border: 2px solid #000000;
    overflow: hidden;
}

.carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .carousel .carousel-item {
        position: relative;
        min-height: 800px;
    }
    
    .carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 60px;
        height: 60px;
    }

    .carousel .carousel-caption {
        padding-left: 10rem;
    }
}

@media (max-width: 768px) {
    .carousel .carousel-item {
        min-height: 500px;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 50px;
    }

    .carousel .carousel-caption {
        padding-left: 9rem;
    }
}

@media (min-width: 1200px) {
    .carousel .carousel-item .display-1 {
        font-size: 55px;
        
    }
}




@media (min-width: 1200px) {
    .carousel .carousel-item .display-1 {
        font-size: 50px;
        color: black !important;
    }
}



/*** About ***/
.about-img {
    position: relative;
    padding-left: 45px;
}

.about-img::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 300px;
    top: 0;
    left: 0;
    border: 5px solid var(--bs-primary);
    animation: animateUpDown 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes animateUpDown { 
    0% { 
        top: -25px;
    }
    50% { 
        top: -45px;
    }
    100% { 
        top: -25px;
    } 
}


/*** Service ***/
.service .service-item {
    position: relative;
    margin-top: 45px;
}

.service .service-inner {
    position: relative;
    height: 100%;
    margin-top: 45px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service .service-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: 1s;
    background: var(--bs-primary);
}

.service .service-inner:hover::before {
    height: 100%;
    top: 0;
}

.service .service-item img {
    margin-top: -45px;
    padding-left: 45px;
}

.service .service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service .service-item:hover h5,
.service .service-item:hover p {
    color: var(--bs-white);
}

.service .service-item:hover a {
    padding-left: 45px !important;
}


/*** Team ***/
.team .team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team .team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team .team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team .team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.testimonial-img div {
    position: absolute;
    width: 100px;
    height: 100px;
    animation-duration: 5s;
}

.testimonial-img div:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: .1s;
}

.testimonial-img div:nth-child(2) {
    top: 60%;
    left: 20%;
    animation-delay: .4s;
}

.testimonial-img div:nth-child(3) {
    top: 20%;
    left: 60%;
    animation-delay: .7s;
}

.testimonial-img div:nth-child(4) {
    bottom: 10%;
    right: 10%;
    animation-delay: 1s;
}

.testimonial-img div::after {
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    box-shadow: 0 0 10px 10px var(--bs-white) inset;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 15px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    color: var(--bs-primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
.contact {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/Home screen shot.jpg) left center no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Newsletter ***/
.newsletter {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-3.jpg) left center no-repeat;
    background-size: cover;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-secondary);
    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;
    color: var(--bs-primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .row {
    --bs-gutter-x: 1.5rem;  /* horizontal spacing */
    --bs-gutter-y: 0rem;    /* remove vertical gap */
}

.footer .col-lg-3,
.footer .col-md-6 {
    margin-bottom: 0 !important; /* avoid extra bottom margin */
}


.copyright {
    background: #222222;
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}

 /*** Product Page container***/
    

 /*** side bar from css***/

 .form-heading { font-size: 29px; line-height: 1.05; margin: 0 0 22px 0; font-weight: 800; }
 form.contact-form { width:100%; }
 .col { flex:1; }
 input[type="text"], input[type="email"], input[type="tel"], select {
     width:100%;
    padding:14px 18px;
    border-radius: var(--input-radius);
    border:1px solid rgba(15,23,32,0.06);
    background:#fff;
    font-size:14px;
    outline:none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
  }
 
   /* Textarea */
   textarea 
  {
  width:100%;
  min-height:160px;
  padding:16px 18px;
  border-radius:14px;
  border:1px solid rgba(15,23,32,0.06);
  resize:vertical; font-size:14px; 
  box-sizing:border-box;
  }
  /* Submit */
  .btn-submit {
    display:block;
    width:100%;
    background: var(--accent);
    color: #ffffff;
    text-align:center;
    padding:14px 18px;
    border-radius: 12px;
    border: 0;
    font-weight:600;
    font-size:16px;
    cursor:pointer;
    margin-top:8px;
    box-shadow: 0 6px 18px rgba(76,178,58,0.18);
    background-color: #ff0505;
  
 }
  .btn-submit:hover { background-color:#ff0505 !important;
}




  
      /* new footer css */
    
    

   :root{
    --bg:#09121a;           /* very dark bluish */
    --panel:#071016;        /* darker panel */
    --accent:#e6e9ea;       /* text color */
    --muted:#9aa6ad;        /* muted text */
    --link:#ffffff;
    --max-w:1200px;
  }

  /* =========================
   FOOTER LAYOUT FIX
========================= */

.site-footer {
  background: #3f3f3f;
  color: #ffffff;
  font-size: 14px;
}

.footer-inner {
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: flex-start; /* IMPORTANT FIX */
}

/* Headings */
.site-footer h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

/* About text */
.about-text {
  line-height: 1.6;
}

/* Lists reset */
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 10px;
}

/* Links */
.footer-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #f80000;
}

/* Contact section */
.footer-col.contact .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.footer-col.contact svg.icon {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  flex-shrink: 0;
}

/* Social icons */
.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.icon-box {
  width: 40px;
  height: 40px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  color: #000;
  font-size: 18px;
}

/* Footer bottom */
.footer-bottom {
  background: #2e2e2e;
  color: #ffffff;
  text-align: center;
  padding: 12px 10px;
  font-size: 13px;
}

/* =========================
   RESPONSIVE FIX
========================= */

@media (max-width: 992px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .site-footer h3 {
    margin-top: 20px;
  }
}


  /* new footer css */





    
    /* city tabs */

 
.networks {
  padding: 40px 20px;
  background: #3a3a3a;
}

.networks h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.accordion-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.accordion-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accordion-item {
  border: 1px solid #bdbdbd;
}

.accordion-header {
  width: 100%;
  background: transparent;
   color: #000000;
  padding: 12px 16px;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}

.accordion-header::before {
  content: "+";
  margin-right: 10px;
  font-weight: bold;
}

.accordion-header.active::before {
  content: "−";
}

.accordion-content {
  display: none;
  padding: 12px 16px;
  background: #4a4a4a;
  color: #ddd;
  font-size: 13px;
}



/* Responsive */
@media (max-width: 1200px) {
  .accordion-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .accordion-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}


.carousel .carousel-indicators {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 20px;
    flex-direction: column;
    margin: 0;
    margin-left: 0rem;
}



  /* city tabs end */
/* Left panel heading contact from end */
  /*** side bar from css end***/
  
  
  
  .bg-light {
    background-color: #ebebeb;
}
  