@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');


.clear{
  clear: both;
}

.col_sm1 {
  width: 100%;
  margin: 0 auto;
}

.col_sm2 {
  width: 48%;
  float: left;
  margin: 1% 1%;
}

.col_sm2_1 {
  width: 48%;
  float: left;
  margin: 1% 1%;
}

.col_sm8 {
  width: 38%;
  float: left;
  margin: 1%;
}

.col_sm88 {
  width: 58%;
  float: left;
  margin: 1%;
}

.col_sm3 {
  width: 31.33%;
  float: left;
  margin: 1%;
}

.col_sm4 {
  width: 23%;
  margin: 1%;
  float: left;
}

.col_sm5 {
  width: 18%;
  margin: 1%;
  float: left;
}

.top {
  width: 80%;
  margin: 0 auto;
  max-width: 1920px;
  /*border: 1px solid #000;*/
}

.main-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex{
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-btn{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.abt-txt h4{
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 10px;
  color: #ff8a65;
}

.abt-txt h2{
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
  color: #1F2933 ;
  line-height: 110%;
}

.abt-txt h2 span{
  font-size: 24px;
  font-weight: 500;
}

.abt-txt p{
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  line-height: 140%;
  color: #838383;
  margin-right: 10px;
}
.ab-img-pdg {
    padding: 30px 90px 90px 90px;
    position: relative;
}
.img{
  width: 100%;
  margin: 1%;
}


.bg-main{
  background: url(../images/bg-main.jpg);
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-second{
  background: url(../images/bg-second.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-sec2{
  background: #ff8a65;
}

.gray-bg {
    background-color: rgb(235, 233, 233);
}

.pdg{
  padding: 80px 0 80px 0;
}

.pdg2{
  padding: 80px 0 0 0;
}

.city-list{
  list-style: disc;
  padding-left: 20px; /* space for bullets */
  color: #382826;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

.city-list li{
  margin-bottom: 6px;
  line-height: 110%;
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

.city-list li a{
  text-decoration: none;
  color: #382826;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.abt-img-brd {
    /*border-radius: 10px;*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.icon{
  width: 80px;
  margin: 0 auto;
}

.box-abt-over {
    width: 180px;
    position: absolute;
    padding: 75px 10px;
    left: 47px;
    bottom: 115px;
    background-color: #FF8A65;
    border-radius: 89px;
    height: 239px;
    box-shadow: rgba(0, 0, 0, 0.80) 1.95px 1.95px 2.6px;

    /* Bounce animation */
    animation: softBounce 5.5s ease-in-out infinite;
}

/* KEYFRAMES */
@keyframes softBounce {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-12px);
    }
    40% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(-6px);
    }
    80% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}


.expe-txt p {
    font-family: "DM Serif Display", serif;
    text-align: center;
    margin: 1%;
    color: #fff;
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;

}

.expe-txt p span{
    text-align: center;
    font-family: "DM Serif Display", serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
}

.approach h2 {
    font-family: "DM Serif Display", serif;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    color: #1F2933;
}

.approach h4 {
    font-family: "DM Serif Display", serif;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    color: #1F2933;
}

.approach h5 {
    font-family: "DM Serif Display", serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}

.approach p {
    font-family: "DM Serif Display", serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 180%;
    color: #fff;
    margin-right: 10px;
    min-height: 65px;
}



.core h2 {
    font-family: "DM Serif Display", serif;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    color: #1F2933;
    margin-bottom: 30px;
}

.core h4 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    color: #382826;
}

.core p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 180%;
    color: #838383;
    line-height: 140%;
}


.credentials h2 {
    font-family: "DM Serif Display", serif;
    font-size: 38px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    color: #1F2933;
    margin-bottom: 30px;
}

.credentials h4 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    color: #382826;
    min-height: 75px;
}

.credentials h5 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #382826;
}

.credentials p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 180%;
    color: #838383;
    margin-right: 10px;
    line-height: 140%;
}


/*button*/
.btn{
  font-family: "Inter", sans-serif;
  display:inline-block;
  padding:15px 30px;
  background:#ff8a65;
  color:#fff;
  text-decoration:none;
  border-radius:30px;
  font-size:15px;
  box-shadow: rgba(0, 0, 0, 0.25) 1.95px 1.95px 2.6px;
}

.btn:hover{
  background:#ff8a65;
}

.btn-mar{
    margin-bottom: 0px;
}

.box-main{
  border: 1px solid #cbcaca;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background: #fff;
}

/*timeline*/
/* ================= TIMELINE ================= */
.timeline{
  position:relative;
  margin:auto;
  padding:40px 0;
}

/* Vertical line */
.timeline::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  width:1px;
  height:100%;
  background:#e3e3e3;
  transform:translateX(-50%);
}

/* ================= ITEM ================= */
.timeline-item{
  position:relative;
  width:50%;
  padding:20px 40px;
}

/* Left items */
.timeline-item.left{
  left:0;
  text-align:right;
}

/* Right items */
.timeline-item.right{
  left:50%;
  text-align:left;
}

/* Dot */
.timeline-dot{
  width:10px;
  height:10px;
  background:#000;
  border-radius:50%;
  position:absolute;
  top:32px;
}

/* Dot positions (desktop) */
.timeline-item.left .timeline-dot{
  right:-5px;
}

.timeline-item.right .timeline-dot{
  left:-5px;
}

/* Content */
.timeline-title{
  font-family: "Inter", sans-serif;
  font-size:20px;
  font-weight:600;
  margin-bottom:6px;
  color: #382826;
}

.timeline-text{
  font-family: "Inter", sans-serif;
  font-size:18px;
  line-height:140%;
  color:#6b6b6b;
  color: #382826;
}

/* ================= MOBILE ================= */
@media (max-width:900px){

  .timeline::before{
    left:16px;
    transform:none;
  }



  .timeline-item{
    width:100%;
    left:0;
    padding:0 0 32px 40px;
    text-align:left;
  }

  .timeline-item.left,
  .timeline-item.right{
    text-align:left;
  }

  .timeline-dot{
    left:11px !important;
    right:auto !important;
  }
}

/*timeline end*/

/*footer */
.footer-bg {
  background-color: rgb(235, 233, 233);
}

.txt-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0px;
  flex-wrap: wrap;
}

.txt-left {
  flex: 1;
  min-width: 300px;
}

.txt-left h1 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 30px;
  line-height: 120%;
  font-weight: 600;
  color: #ff8a65;
  text-align: left;
}

.txt-left p {
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
    color: #382826;
    text-align: left;
    margin-right: 170px;
}

.txt-right {
  flex: 1;
  font-family: "DM Serif Display", serif;
  min-width: 300px;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  color: #fff;
}

.txt-block {
  flex: 1;
  min-width: 250px;
}

.txt-block h3 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c7c5c6;
  padding-bottom: 5px;
  color: #382826;
  line-height: 140%;
  min-height: 65px;
  font-weight: 600;
}

.txt-block p,
.txt-block a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #382826;
  text-decoration: none;
  line-height: 140%;
  font-weight: 400;
}

.txt-block a:hover {
  color: #382826;
}

/* Divider Line Between Columns */
.txt-block+.txt-block {
  border-left: 1px solid #c7c5c6;
  padding-left: 40px;
}

.txt-social {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.txt-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  border-radius: 50%;
  font-size: 18px;
  color: #0a66c2;
  transition: background-color 0.3s ease;
}

.txt-social a:hover {
  background-color: #fff;
  color: #0a66c2;
}

.txt-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #c7c5c6;
  padding: 30px 0px;
  font-size: 14px;
  flex-wrap: wrap;
}

.txt-footer-links {
  font-family: "DM Serif Display", serif;
  /*display: flex;*/
  gap: 25px;
  flex-wrap: wrap;
  color: #fff;
  font-size: 15px;
  text-align: right;
}

.txt-footer-links a {
  color: #382826;
  text-decoration: none;
  font-size: 18px;
}

.txt-footer-links a:hover {
  color: #382826;
}

.txt-footer-links2 {
  font-family: "DM Serif Display", serif;
  /*display: flex;*/
  gap: 25px;
  flex-wrap: wrap;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.txt-footer-links2 a {
  color: #382826;
  text-decoration: none;
  font-size: 18px;
}

.txt-footer-links2 a:hover {
  color: #382826;
}


.txt-copyright {
  font-family: "Inter", sans-serif;
  color: #382826;
  /* light gray */
  font-size: 18px;
  text-align: left;
  flex: 1;
  /* so it takes available space on the right side */
}

/*footer end*/


/*approach*/
/* TITLE */
.process-title{
  text-align:center;
  font-size:32px;
  font-weight:600;
  margin-bottom:60px;
}

/* WRAPPER */
.process-wrapper{
  width: 100%;
  margin:0 auto;
  position:relative;
}

/* DESKTOP CONNECTOR */
.process-wrapper::before{
  content:"";
  position:absolute;
  top:36px;
  left:5%;
  width:90%;
  border-top:3px dashed #d9d9d9;
  z-index:0;
}

/* STEPS */
.process-steps{
  display:flex;
  justify-content:space-between;
  gap:30px;
  position:relative;
  z-index:1;
}

.step{
  text-align:center;
  flex:1;
}

/* CIRCLE */
.step-circle{
  width:70px;
  height:70px;
  border-radius:50%;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  font-weight:700;
  color:#fff;
}

/* COLORS */
.c1{background:#e65a3c;}
.c2{background:#f36c4f;}
.c3{background:#ff8a65;}
.c4{background:#ffa07a;}
.c5{background:#ffb199;}

/* CARD */
.step-card {
    background: #f3f3f3;
    padding: 24px 20px;
    border-radius: 22px;
    box-shadow: rgba(0, 0, 0, 0.25) 1.95px 1.95px 2.6px;
}

.step-card h4 {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    color: #382826;
    font-weight: 500;
    min-height: 60px;
}

.step-card p{
  font-family: "Inter", sans-serif;
  font-size:16px;
  line-height:1.6;
  color:#666;
}

/* ================= MOBILE ================= */
@media(max-width:768px){

  .process-title{
    font-size:26px;
    margin-bottom:40px;
  }

  .process-wrapper::before{
    display:none;
  }

  .process-steps{
    flex-direction:column;
    gap:44px;
    position:relative;
  }

  /* VERTICAL LINE */
  .process-steps::before{
    content:"";
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
    height:100%;
    border-left:3px dashed #d9d9d9;
  }

  .step{
    position:relative;
    padding-top:10px;
  }

  .step-circle{
    margin-bottom:14px;
    position:relative;
    z-index:2;
  }

  .step-card{
    width:100%;
  }
}
/*approach end*/


/*contact*/
.contact h1 {
    font-family: "DM Serif Display", serif;
    font-size: 38px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 10px;
    color: #1F2933;
    margin: 1%;
}

.contact h2 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: justify;
    color: #382826;
    margin: 1%;

}


.contact h2 a{
    text-decoration: none;
    color: #382826;
    font-size: 18px;
}

/* ================= CONTAINER ================= */
.form-box {
    width: 100%;
    padding: 40px 10px;
}

/* ================= FIELD ================= */
.field{
  position:relative;
  margin-bottom:5px;
}

/* LABEL */
.field label{
  font-family: "Inter", sans-serif;
  display:block;
  font-size:18px;
  font-weight:600;
  letter-spacing:1px;
  color:#111;
  margin-bottom:8px;
}

/* SELECT */
.field select{
  font-family: "Inter", sans-serif;
  width:100%;
  border:none;
  border-bottom:1px solid #cfcfcf;
  padding:10px 0;
  font-size:18px;
  background:transparent;
  outline:none;
  appearance:none;
  cursor:pointer;
}

/* REMOVE DEFAULT ARROW (CHROME) */
.field select::-ms-expand{
  display:none;
}

/* FOCUS LINE */
.field select:focus{
  border-bottom:2px solid #000;
}

/* OPTIONAL PLACEHOLDER COLOR */
.field select option[disabled]{
  color:#999;
}

/* ================= SUBMIT ================= */
button {
  margin-top: 10px;
  background: #ff8a65;
  color: #fff;
  border: none;
  padding: 14px 22px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 30px;
}

/*contact end*/

/*preloder*/
#preloader{
  position:fixed;
  inset:0;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

.k-wrap{
  width:90px;
  height:90px;
  border:3px solid #e5e5e5;
  border-top-color:#382826;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  animation:spin 1s linear infinite;
}

.k-wrap span{
  font-family:'Poppins', sans-serif;
  font-size:32px;
  font-weight:700;
  color:#382826;
}

@keyframes spin{
  100%{ transform:rotate(360deg); }
}


/*preloder*/

/*background*/

/* STICKY HEADING */
.sticky-heading{
  position: sticky;
  top: 120px; /* adjust based on header height */
}

.scroll-content{
  max-height: calc(100vh - 160px);
  overflow-y:auto;
  padding-right:16px;
}

/* OPTIONAL: smooth scrollbar */
.scroll-content::-webkit-scrollbar{
  width:6px;
}
.scroll-content::-webkit-scrollbar-thumb{
  background:#ccc;
  border-radius:10px;
}

.bg-flex{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.backgr-txt h2 {
    font-family: "Source Sans 3", sans-serif;
    font-size: 38px;
    font-weight: 600;
    text-align: left;
    color: #1F2933;
    line-height: 110%;
}

.backgr-txt p {
      font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #382826;
    line-height: 140%;
}

.backgr-txt h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #382826;
    margin-bottom: 10px;
    line-height: 140%;
}
/*background css end*/



@media only screen and (max-width : 1500px) {
  .txt-right {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .step-card {
    padding: 15px 15px;
  }
}

@media only screen and (max-width : 1460px) {
  .box-abt-over {
      width: 157px;
      padding: 58px 5px;
      bottom: 95px;
      height: 200px;
  }
  .step-card h4 {
      font-size: 15px;
  }
}

@media only screen and (max-width : 1300px) {
  .ab-img-pdg {
      padding: 10px 50px 50px 50px;
      position: relative;
  }

  .box-abt-over {
      left: 0px;
  }
  .top {
      width: 82%;
  }
}

@media only screen and (max-width: 1024px) {
    .txt-right {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1100px) {
    .txt-right {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width : 900px) {
  .timeline-item.right {
      left: 0%;
  }
}

@media only screen and (max-width : 800px) {

  .txt-left p {
    margin-right: 50px;
  }


  .txt-copyright {
    text-align: center;
  }

  .txt-footer-links {
    text-align: center;
  }


  .contact h1 {
    text-align: center;
  }

  .sticky-heading {
    top: 0px;
  }

  .col_sm88 {
    width: 98%;
  }

  .col_sm8 {
    width: 98%;
  }

  .bg-flex {
    flex-direction: column;
  }

  .col_sm3 {
      width: 98%;
  }

  .flex {
    flex-direction: column;
  }
  .col_sm4 {
    width: 98%;
  }
  
  .col_sm2 {
    width: 98%;
  }
}

@media only screen and (max-width : 760px) {

  .txt-left p {
      margin-right: 0px;
      margin-bottom: 45px;
  }

  .expe-txt p {
    line-height: 0%;
  }

  .box-abt-over {
      height: 175px;
  }

  .backgr-txt h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .abt-txt h4 {
    text-align: center;
  }

  .step-card {
      min-height: 0px;
  }

  .txt-container {
    flex-direction: column;
  }

  .txt-right {
    flex-direction: column;
  }

  .txt-block+.txt-block {
    border-left: none;
    padding-left: 0px;
  }

  .txt-block h3 {
    min-height: 0px;
  }


  .txt-footer {
    flex-direction: column;
  }

  .main-flex {
    flex-direction: column-reverse;
  }

  .col_sm2_1 {
    width: 70%;
  }

  .abt-txt h2 {
    text-align: center;
  }

  .abt-txt p {
    text-align: center;
  } 

  .btn {
    width: 174px;
    margin: 0 auto;
    text-align: center;
  }

  .flex-btn {
    flex-direction: column;
  }

  .btn-mar{
    margin-bottom: 85px;
  }
}


@media only screen and (max-width : 600px) {

  .box-abt-over {
    width: 158px;
    padding: 58px 5px;
    bottom: 44px;
    height: 185px;
  }

  .col_sm2_1 {
    width: 93%;
  }

  .abt-txt h2 {
    font-size: 36px;
  }

  .backgr-txt h3 {
    font-size: 18px;
  }

}

@media only screen and (max-width : 500px) {
  .abt-txt h2 {
      font-size: 28px;
  }

  .credentials h2 {
    font-size: 28px;
  }

  .credentials h4 {
    font-size: 18px;
  }

  .core h2 {
    font-size: 28px;
  }

  .core h4 {
    font-size: 18px;
  }

  .timeline-title {
    font-size: 18px;
  }

  .approach h2 {
    font-size: 28px;
  }

  .step-card h4 {
        font-size: 18px;
    }

    .txt-left h1 {
    font-size: 38px;
  }

}

@media only screen and (max-width : 460px) {

  .box-abt-over {
      padding: 58px 5px;
      bottom: 19px;
      height: 115px;
      padding: 35px 5px;
  }

  .expe-txt p span {
      text-align: center;
      font-size: 20px;
      line-height: 110%;
  }

  .ab-img-pdg {
    padding: 10px 30px 30px 30px;
    position: relative;
  }

}