/* Google Fonts */

/* Small Tagline */
.about-tagline {
  display: inline-block;
  font-family: 'Great Vibes', cursive;
  /* Stylish Script Font */
  font-size: 24px;
  color: #ff007f;
  /* Highlight Color */
  margin-bottom: 10px;
}

/* Main Heading */
.about-heading {
  font-family: 'Poppins', sans-serif;
  /* Modern Bold Font */
  font-size: 40px;
  font-weight: 600;
  color: #222;
  position: relative;
  margin-bottom: 20px;
}


/* Optional underline effect */
.about-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #ff007f, #007bff);
  margin-top: 8px;
  border-radius: 2px;
}
.topheader {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 0;              /* horizontal line remove */
  min-height: 200px;     
  transform: translateZ(0);      /* banner ki fixed height */
  display: flex;
  background-repeat: repeat-y;
  align-items: center;
}

.topheaderimg {
  display: flex;
  justify-content: center;
}
.topheaderimg img {
  width: 180px;
  max-width: 100%;
}
.navbar {
  background-color: rgb(245, 217, 140) !important;
  padding-left: 10px;
  padding-right: 10px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.container-fluid {
  padding: 0px !important;
}

.section {
  margin: 0 auto;
  /* padding-block: 5rem; */
}

.container {
  /* max-width: 75rem; */
  height: auto;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.swiper {

  &-button-next::after,
  &-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.20rem !important;
    font-weight: 800;
    padding: 1rem;
    width: 2rem;
    height: 2rem;
    opacity: 0.75;
    border-radius: 50%;
    color: var(--white-100);
    background: var(--black-300);
  }
}

.swiper-slide img {
  width: 100%;
  height: 300px;
  /* apni requirement ke hisaab se set karo */
  object-fit: cover;
  border-radius: 10px;
  /* optional, styling ke liye */
}

.imagediv {
  display: inline-block;

  padding: 8px;

}

.imagediv img {
  border-radius: 10%;
  width: 100%;
  height: auto;
  box-shadow: 0 0 15px rgba(255, 162, 68, 0.8),
    0 0 30px rgba(242, 234, 20, 0.6),
    0 0 45px rgba(32, 207, 207, 0.4);
}

.about-tagline {
  display: inline-block;
  font-family: "Courgette", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #d63384;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.about-heading {
  font-family: "Fondamento", cursive;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #ffb011;
  margin-bottom: 20px;
  letter-spacing: 1px;

  /* 3D Text Shadow */
  text-shadow:
    1px 1px 0 #333,
    /* dark shadow */
    2px 2px 0 #222,
    /* deeper layer */
    3px 3px 2px rgba(0, 0, 0, 0.6);
  /* soft blur */
}

/* Optional underline effect */
.about-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #ff007f, #007bff);
  margin-top: 8px;
  border-radius: 2px;
}

.whatheading {
  font-family: "Fondamento", cursive;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #ffb011;
  margin-bottom: 20px;
  letter-spacing: 1px;

  /* 3D Text Shadow */
  text-shadow:
    1px 1px 0 #333,
    /* dark shadow */
    2px 2px 0 #222,
    /* deeper layer */
    3px 3px 2px rgba(0, 0, 0, 0.6);
  /* soft blur */
  position: absolute;
  left: 40%;
  margin-top: 20px;
}

.whatwedo {
  position: relative;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  width: 90%;
  max-width: 1200px;
  height: 80vh;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

/* Left Buttons */
.sidebar {
  flex: 1;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.sidebar button {
  background: white;
  border: none;
  padding: 15px 20px;
  margin: 10px 0;
  border-radius: 25px;
  font-size: 20 px!important;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: 0.3s;
   font-family: "Fondamento", cursive;
   font-weight: 700;
}
.textcontent{
   font-family: "Fondamento", cursive;
   font-weight: 900;
}
.sidebar button:hover {
  background: #f5c16c;
  color: white;
}

/* Right Content */
.content {
  flex: 2;
  position: relative;
  overflow: hidden;
}

.slide-box {
  position: absolute;
  top: 15%;
  right: -100%;
  /* initially off-screen */
  width: 90%;
  /* height: 80%; */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  transition: right 0.7s ease;
  backdrop-filter: blur(6px);
}

/* Jab box active ho to dikhai de */
.slide-box.active {
  right: 5%;
}

.slide-box img {
  width: 100%;
  /* max-height: 200px; */
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.slide-box h2 {
  margin: 0;
  font-size: 24px;
  color: #fff;
}

.slide-box p {
  font-size: 16px;
  color: #eee;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    height: auto;
  }

  .sidebar {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .sidebar button {
    flex: 1 1 45%;
    margin: 5px;
    text-align: center;
  }

  .content {
    width: 100%;
    height: 60vh;
  }

  .slide-box {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 378px) {
.slide-box{
  top: 0%!important;
}
.whatwedo{
  height: 100vh!important;
}
.sidebar {
  align-items: normal!important;
}
.sidebar button {
  text-align: center!important
  ;
}
}


@media (max-width: 768px) {
  .slide-box{
  top: 0%!important;
}
.whatwedo{
  height: 100vh!important;
}
.sidebar {
  align-items: normal!important;
}
.sidebar button {
  text-align: center!important
  ;}
  .whatheading {
    position: unset !important;
    text-align: center;
    margin-top: 40px;
  }

  .container {
    flex-direction: column;
    height: auto;
    width: 100%;
  }

  .sidebar {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background: transparent;
    padding: 10px;
    width: 100%;
    gap: 0px 20px !important;
  }

  .sidebar button {
    flex: 1 1 45%;
    margin: 5px;
    text-align: center;
    font-size: 14px;
    padding: 12px;
    border-radius: 20px;
  }

  .content {
    width: 100%;
    height: auto;
    min-height: 50vh;
    position: relative;
  }

  .slide-box {
    width: 90%;
    height: auto;
    right: -100%;
    left: auto;
    margin: 0 auto;
  }

  .slide-box.active {
    right: 5%;
  }

  .slide-box img {
    max-height: 180px;
  }

  .slide-box h2 {
    font-size: 20px;
  }

  .slide-box p {
    font-size: 14px;
  }
}

.whatimgbox {
  display: flex;
}

.sidebar button {
  background: white;
  border: none;
  padding: 15px 20px;
  margin: 10px 0;
  border-radius: 25px;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  /* 👈 shadow */
}

.sidebar button:hover {
  background: #f5c16c;
  color: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  /* 👈 hover pe zyada shadow */
}
.galleryheading{
   font-family: "Fondamento", cursive;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  color: #ffb011;
  margin-top: 20px;
   margin-bottom: 20px;
  letter-spacing: 1px;

  /* 3D Text Shadow */
  text-shadow:
    1px 1px 0 #333,
    /* dark shadow */
    2px 2px 0 #222,
    /* deeper layer */
    3px 3px 2px rgba(0, 0, 0, 0.6);
    text-align: center;
}

 .gallery {
  column-count: 5;       /* ✅ Kitne columns chahiye */
  column-gap: 20px;      /* Columns ke beech gap */
  /* padding: 20px; */
}
@media (max-width: 1200px) {
  .gallery {
    column-count: 4;
  }
}

@media (max-width: 992px) {
  .gallery {
    column-count: 3;
  }
}

@media (max-width: 768px) {
  .gallery {
    column-count: 2;
  }
}

@media (max-width: 480px) {
  .gallery {
    column-count: 1;
  }
}

.gallery img {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  border: 5px solid #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  border-radius: 6px;
  transform: rotate(var(--rotate));
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

    /* Random rotation effect */
   .gallery img:nth-child(1) { --rotate: -3deg; }
.gallery img:nth-child(2) { --rotate: 2deg; }
.gallery img:nth-child(3) { --rotate: -2deg; }
.gallery img:nth-child(4) { --rotate: 3deg; }
.gallery img:nth-child(5) { --rotate: -1.5deg; }
.gallery img:nth-child(6) { --rotate: 2.5deg; }
.gallery img:nth-child(7) { --rotate: -2.5deg; }
.gallery img:nth-child(8) { --rotate: 1.5deg; }
.gallery img:nth-child(9) { --rotate: -3deg; }
.gallery img:nth-child(10) { --rotate: 2deg; }
.gallery img:nth-child(11) { --rotate: -2deg; }
.gallery img:nth-child(12) { --rotate: 3deg; }
.gallery img:nth-child(13) { --rotate: -1.5deg; }
.gallery img:nth-child(14) { --rotate: 2.5deg; }
.gallery img:nth-child(15) { --rotate: -2.5deg; }
.gallery img:nth-child(16) { --rotate: 1.5deg; }
.gallery img:nth-child(17) { --rotate: -3deg; }
.gallery img:nth-child(18) { --rotate: 2deg; }
.gallery img:nth-child(19) { --rotate: -1.5deg; }
.gallery img:nth-child(20) { --rotate: 2.5deg; }
.gallery img:nth-child(21) { --rotate: -2deg; }
.gallery img:nth-child(22) { --rotate: 3deg; }
.gallery img:nth-child(23) { --rotate: -1deg; }
.gallery img:nth-child(24) { --rotate: 2deg; }
.gallery img:nth-child(25) { --rotate: -2.5deg; }
.gallery img:nth-child(26) { --rotate: 1.5deg; }
.gallery img:nth-child(27) { --rotate: -3deg; }
.gallery img:nth-child(28) { --rotate: 2.5deg; }
.gallery img:nth-child(29) { --rotate: -2deg; }
.gallery img:nth-child(30) { --rotate: 3deg; }
.gallery img:nth-child(31) { --rotate: -1.5deg; }
.gallery img:nth-child(32) { --rotate: 1.5deg; }


    /* Hover effect */
   .gallery img:hover,
.gallery img:active {
  animation: pendulum 0.8s ease-in-out infinite alternate;
  transform-origin: top center; /* ✅ Top se swing kare */
}

/* Keyframes for pendulum effect */
@keyframes pendulum {
  0%   { transform: rotate(-5deg); }
  50%  { transform: rotate(5deg); }
  100% { transform: rotate(-5deg); }
}

    @media (max-width: 600px) {
      .gallery {
        grid-template-columns: 1fr;
      }
    }
.videomainsection{
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
}


.latestvideoheading {
  font-family: "Fondamento", cursive;
  font-weight: 700;
  font-size: 40px;
  color: #ffb011;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 1px 1px 0 #333, 2px 2px 0 #222, 3px 3px 2px rgba(0,0,0,0.6);
}

.video-section {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px;
}

.main-video {
  flex: 1 1 600px;
  position: relative;
  max-width: 900px;
}

.main-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.main-video h3 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #ff8800;
}

.video-list {
  width: 280px;
  max-height: 500px;
  overflow-y: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding-right: 8px;
}

.video-list::-webkit-scrollbar {
  width: 6px;
}
.video-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.small-video {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.small-video:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.small-video img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

/* Smooth Slide Animation */
.slide-fade {
  animation: slideFade 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes slideFade {
  0% {
    opacity: 0;
    transform: translateX(-100%) scale(0.95);
  }
  50% {
    opacity: 0.7;
    transform: translateX(10px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/* Responsive */
@media (max-width: 991px) {
  .video-section {
    flex-direction: column;
    align-items: center;
  }
  .video-list {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    max-height: unset;
    overflow-y: visible;
  }
  .main-video {
  flex: 1 1 0px!important;
  position: relative;
 width: 100%!important;
}
}

@media (max-width: 567px) {
  .video-list {
   grid-template-columns: repeat(2, 1fr);
  }
}

.testimonial-section {
  max-width: 1200px;
  width: 95%;
  margin: 50px auto;
  position: relative;
  overflow: visible; /* 👈 hover par cut hone ka main reason ye tha (hidden hatao) */
}

.testimonialheading {
  font-family: "Fondamento", cursive;
  font-weight: 700;
  font-size: 40px;
  color: #ffb011;
  text-align: center;
  text-shadow: 1px 1px 0 #333, 2px 2px 0 #222, 3px 3px 2px rgba(0,0,0,0.6);
  margin-bottom: 30px;
}

.testimonial-card {
  background: #ff7300;
  border-radius: 20px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.25);
  padding: 25px 20px;
  text-align: center;
  transition: all 0.3s ease;
  color: #fff;
  margin-bottom: 20px;
}

.testimonial-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  z-index: 10; /* 👈 ensure hover card is above others */
  position: relative;
}

.testimonial-card p {
  line-height: 1.6;
  margin-bottom: 15px;
}

.testimonial-card h4 {
  font-size: 18px;
  font-weight: 600;
}

/* ✅ Owl Nav Buttons Visible & Styled */
.owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: #fff !important;
  border: none !important;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  z-index: 99;
}

.owl-nav button:hover {
  background: #ff7300 !important;
  color: #fff !important;
  transform: scale(1.1);
  opacity: 1;
}

.owl-nav .owl-prev {
  left: -30px;
}
.owl-nav .owl-next {
  right: -30px;
}

.owl-nav .owl-prev::before {
  content: "⟵";
  font-size: 22px;
  color: #333;
}
.owl-nav .owl-next::before {
  content: "⟶";
  font-size: 22px;
  color: #333;
}

/* ✅ Make sure buttons visible on all screens */
@media (max-width: 1200px) {
  .owl-nav .owl-prev { left: -25px; }
  .owl-nav .owl-next { right: -25px; }
}
@media (max-width: 768px) {
  .testimonial-section { width: 95%; padding: 0 10px; }
  .testimonialheading { font-size: 32px; }
  .owl-nav .owl-prev { left: -25px; }
  .owl-nav .owl-next { right: -25px; }
}
@media (max-width: 480px) {
  .testimonial-card { padding: 20px 15px; }
  .testimonialheading { font-size: 26px; }
}





.video-slider-section {
  width: 100%;
  padding: 40px 0;
  /* background: #000; */
}

.videoSwiper {
  width: 90%;
  margin: auto;
}

.videoSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

.videoSwiper video {
  width: 100%;
  height: 250px;
  border-radius: 15px;
  object-fit: cover;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
}

.videoSwiper .swiper-slide:hover {
  transform: scale(1.05);
}


footer{
  /* position: fixed; */
  background: rgb(245, 217, 140);
  width: 100%;
  bottom: 0;
  left: 0;
}

footer .content{
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 40px 40px;
}
footer .content .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.content .top .logo-details{
  color: #000000;
  font-size: 30px;
}
.content .top .media-icons{
  display: flex;
}
.content .top .media-icons a{
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #000000;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}
.top .media-icons a:nth-child(1){
  background: #4267B2;
}
.top .media-icons a:nth-child(1):hover{
  color: #4267B2;
  background: #fff;
}
.top .media-icons a:nth-child(2){
  background: #1DA1F2;
}
.top .media-icons a:nth-child(2):hover{
  color: #1DA1F2;
  background: #fff;
}
.top .media-icons a:nth-child(3){
  background: #E1306C;
}
.top .media-icons a:nth-child(3):hover{
  color: #E1306C;
  background: #fff;
}
.top .media-icons a:nth-child(4){
  background: #0077B5;
}
.top .media-icons a:nth-child(4):hover{
  color: #0077B5;
  background: #fff;
}
.top .media-icons a:nth-child(5){
  background: #FF0000;
}
.top .media-icons a:nth-child(5):hover{
  color: #FF0000;
  background: #fff;
}
footer .content .link-boxes{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .content .link-boxes .box{
  width: calc(100% / 5 - 10px);
}
.content .link-boxes .box .link_name{
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}
.link-boxes .box .link_name::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #000000;
}
.content .link-boxes .box li{
  margin: 6px 0;
  list-style: none;
}
.content .link-boxes .box li a{
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s ease
}
.content .link-boxes .box li a:hover{ 
  opacity: 1;
  text-decoration: underline;
}
.content .link-boxes .input-box{
  margin-right: 55px;
}
.link-boxes .input-box input{
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #AFAFB6;
  background: #140B5C;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}
.link-boxes .input-box input::placeholder{
  color: #AFAFB6;
  font-size: 16px;
}
.link-boxes .input-box input[type="button"]{
  background: #fff;
  color: #000000;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s ease;
}
.input-box input[type="button"]:hover{
  opacity: 1;
}
footer .bottom-details{
  width: 100%;
  background: rgb(245, 189, 140);;
}
footer .bottom-details .bottom_text{
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
.bottom-details .bottom_text span,
.bottom-details .bottom_text a{
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  opacity: 0.8;
  text-decoration: none;
}
.bottom-details .bottom_text a:hover{
  opacity: 1;
  text-decoration: underline;
}
.bottom-details .bottom_text a{
  margin-right: 10px;
}
@media (max-width: 900px) {
  footer .content .link-boxes{
    flex-wrap: wrap;
  }
  footer .content .link-boxes .input-box{
    width: 40%;
    margin-top: 10px;
  }
}
@media (max-width: 700px){
  footer{
    position: relative;
  }
  .content .top .logo-details{
    font-size: 26px;
  }
  .content .top .media-icons a{
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 3 - 10px);
  }
  footer .content .link-boxes .input-box{
    width: 60%;
  }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 12px;
  }
}
@media (max-width: 520px){
  footer::before{
    top: 145px;
  }
  footer .content .top{
    flex-direction: column;
  }
  .content .top .media-icons{
    margin-top: 16px;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 2 - 10px);
  }
  footer .content .link-boxes .input-box{
    width: 100%;
  }
}


/* aboutus page */
.how-we-work-area {
    overflow: hidden;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-title {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
    margin-top: -6px;
}
.how-we-work-area .section-title {
    position: relative;
    z-index: 2;
    text-align: left;
    margin-left: 0;
    max-width: 555px;
}
.section-title .sub-title {
    display: block;
    color: #a53d35;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 18px;
}
.section-title h2 {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}
.section-title h2 span {
    color: #a53d35;
    display: inline-block;
}
.how-we-work-area .section-title p {
    margin-left: 0;
    max-width: 100%;
      font-size: 15.5px;
    margin-top: 12px;
}
p:last-child {
    margin-bottom: 0;
}
.how-we-work-process {
    position: relative;
    z-index: 1;
}
.how-we-work-process::before {
    content: '';
    position: absolute;
    left: -275px;
    top: -200px;
    width: 1526px;
    height: 602px;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    z-index: -1;
    background-image: url('https://templates.envytheme.com/zovio/default/assets/img/arrow.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.how-we-work-process .process-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.how-we-work-process .process-list .single-process:nth-child(1) {
    margin-top: 180px;
}
.how-we-work-process .process-list .single-process {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.how-we-work-process .process-list .single-process .content.bg-1 {
    background-image: url('https://templates.envytheme.com/zovio/default/assets/img/services-img1.jpg');
}
.how-we-work-process .process-list .single-process .content {
    position: relative;
    z-index: 1;
    padding-top: 105px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.how-we-work-process .process-list .single-process .content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
    background-color: #fcecea;
}
.how-we-work-process .process-list .single-process .content .number {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #a53d35;
    color: #dddddd;
    width: 80px;
    height: 80px;
    line-height: 60px;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
}
.how-we-work-process .process-list .single-process .content h3 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
}
.how-we-work-process .process-list .single-process .content P {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #23221d;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 0;
}
.how-we-work-process .process-list .single-process .content::after {
    opacity: 0;
    visibility: hidden;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background-color: #a53d35;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.how-we-work-process .process-list .single-process .content.bg-2 {
    background-image: url('../images/IMG-20250815-WA0036.jpg');
}
.how-we-work-process .process-list .single-process .content.bg-3 {
    background-image: url('../images/IMG-20250815-WA0035.jpg');
}
.how-we-work-process .process-list .single-process .content.bg-4 {
    background-image: url('https://templates.envytheme.com/zovio/default/assets/img/services-img4.jpg');
}
.how-we-work-process .process-list .single-process .content:hover::before {
    opacity: 0;
    visibility: hidden;
}
.how-we-work-process .process-list .single-process .content:hover::after {
    visibility: visible;
    opacity: 0.54;
}
.how-we-work-process .process-list .single-process:nth-child(2) {
    margin-top: 120px;
}
.how-we-work-process .process-list .single-process .content:hover h3 {
    color: #ffffff;
}
.how-we-work-process .process-list .single-process .content:hover p {
    color: #ffffff;
}
.how-we-work-process .process-list .single-process:nth-child(3) {
    margin-top: 60px;
}
.how-we-work-process .process-list .single-process {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.how-we-work-process .process-list .single-process:nth-child(1), .how-we-work-process .process-list .single-process:nth-child(2), .how-we-work-process .process-list .single-process:nth-child(3), .how-we-work-process .process-list .single-process:nth-child(4) {
    margin-top: 0;
    margin-bottom: 30px;
}  
}

@media only screen and (min-width: 768px) and (max-width: 991px){
 .how-we-work-process .process-list .single-process {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.how-we-work-process .process-list .single-process:nth-child(1), .how-we-work-process .process-list .single-process:nth-child(2), .how-we-work-process .process-list .single-process:nth-child(3), .how-we-work-process .process-list .single-process:nth-child(4) {
    margin-top: 0;
    margin-bottom: 30px;
} 
}
@media only screen and (min-width: 576px) and (max-width: 767px){
.how-we-work-process .process-list .single-process {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.how-we-work-process .process-list .single-process:nth-child(1), .how-we-work-process .process-list .single-process:nth-child(2), .how-we-work-process .process-list .single-process:nth-child(3), .how-we-work-process .process-list .single-process:nth-child(4) {
    margin-top: 0;
    margin-bottom: 30px;
}  
}

@media only screen and (max-width: 767px){
.how-we-work-process .process-list .single-process {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}  
}

@media only screen and (max-width: 767px){
  .how-we-work-process .process-list .single-process .content .number {
    width: 60px;
    height: 60px;
    line-height: 46px;
    font-size: 40px;
}
}

@media only screen and (max-width: 767px){
.how-we-work-process .process-list .single-process .content h3 {
    font-size: 18px;
}
}

/* service */

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #ffb011;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ffb011 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #ffb011 none repeat scroll 0 0;
  border-color: #ffb011;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #ffb011;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
  background: #ffb011 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #ffb011;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #ffb011 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #ffb011;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #ffb011 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #ffb011 !important;
}

.we-offer-area.text-left .item i {
  background: #ffb011 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #ffb011;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}
/* contact  */

       
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background: #071c34;
  padding: 30px 0px;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #fda40b none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}