/* font-family */
@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 files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");

body{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  overflow-x: hidden;
}
/* a:hover, :hover{
  color: #030F27;
} */
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
main{
  padding: 132px 0 0;
}
/* Hero Section */
.hero_blog{
  background: url('../images/home/hero-img.png') center/cover no-repeat;
  height: 100vh;
  width: 100%;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_blog::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(3 15 39 / 50%);
  z-index: 0;

}
.hero_txt{
  position: relative;
  z-index: 1;
}
.hero_txt h1{
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.hero_txt h1 span{
  font-weight: 400;
  display: block;
  line-height: normal;
}
.hero_txt p{
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 45px;
}
.discover_btn{
  border: 2.19px solid #E86935;
  background: #E86935;
  border-radius: 90px;
  padding: 8px 5px 8px 22px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  grid-gap: 15px;
  width: fit-content;
  transition: all 0.5s ease-in-out;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.discover_btn span{
  background: #FEFFFF;
  width:32px;
  height:32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.discover_btn:hover{
  background: #fff;
}
.discover_btn:hover span{
  background: #E86935;
}
.discover_btn:hover span svg path{
  stroke: #fff;
}
.hero_arrow{
  background: #FFFFFF;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position:absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto -40px; 
}
.hero_arrow a{
  background: #FFFFFF;
  border: 1px solid #D5DCEA;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px 5px 10px 0px #030F2726;
  position: relative;
}
.hero_arrow a::before{
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: 0;
  margin: 0 auto;
  border: 1.26px solid rgb(213 220 234 / 50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.hero_arrow a::after{
  content: '';
  position: absolute;
  top: -35px;
  left: -35px;
  right: 0;
  margin: 0 auto;
  border: 1.67px solid rgb(213 220 234 / 10%);
  width: 120px;
  height:120px;
  border-radius: 50%;
}
.abt_blog{
  padding: 112px 0;
}
.abt_txt h2{
  font-weight: 600;
  font-size: 44px;
  color: #1D2856;
  margin-bottom: 15px;
}
.abt_txt p{
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #2B3C5E;
  margin-bottom: 15px;
}
.collect_blog{
  background: #F7F9FA;
  border-bottom: 1px solid #D5DFE4;
  padding: 60px 0;
}
.title h3{
  font-weight: 600;
  font-size: 40px;
  color: #1D2856;
  margin-bottom: 15px;
  text-align: center;
}
.title p{
  font-weight: 400;
  font-size: 16px;
  color: #1D2856;
  text-align: center;
  margin-bottom: 40px;
}
.grid {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  background: transparent;
  border-radius: 28px;
  border: 1px solid #D5DFE4;
  padding: 16px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: 0.3s;
  display: block;
  max-width: 356px;
}
.card:hover {
  transform: translateY(-5px);
}
.card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid #E3ECF9;
}
.card-title {
  font-weight: 600;
  font-size: 16px;
  margin: 14px 0 0;
  color: #030F27;
}
.why-section {
  background: #E869350F;
  padding: 60px 0px;
  border-bottom: 1px solid #C0D1E2;
}
.why-top {
  display: flex;
  justify-content: space-between;
  align-items:center;
  margin-bottom: 50px;
}

.why-title {
  font-weight: 600;
  font-size: 40px;
  color: #1D2856;
  margin-bottom: 0;
}

.why-desc {
  font-weight: 400;
  font-size: 15px;
  color: #2B3C5E;
  margin-bottom: 0;
  max-width: 633px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.why-item {
  padding: 0 30px;
  position: relative;
  background: #FEF6F3;

}

.why-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 85%;
  width: 1px;
  background: #C0D1E2;
}

.icon {
  margin-bottom: 20px;
}

.why-item h4 {
  font-weight: 700;
  font-size: 20px;
  color: #030F27;
  margin-bottom: 12px;
}

.why-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #2B3C5E;
  margin-bottom: 0;
}
.quote_blog{
  padding: 100px 0 50px;
}
.quote_blog h3{
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 30px;
  text-align: center;

}
.quote_blog form{
  max-width: 866px;
  margin: 0 auto;
}
.quote_blog form .form-group{
  margin-bottom: 24px;
}
.quote_blog form .form-control{
  border: 1px solid #CDD6E8;
  padding: 12px 18px;
  background: #FFFFFF;
  border-radius: 8px;
  font-weight: 400;
  font-size: 15px;
  color: #030F27;
  height: auto;
}
.quote_blog form .form-control::placeholder{
  color: rgb(3 15 39 / 50%);
}
.error{
  font-size: 13px;
  color: red;
  display: none;
}
.quote_blog .discover_btn{
  margin: 0 auto;
}
/* intel */
.iti{display: block;}
.iti__flag{display: none;}
.iti__selected-country{flex-flow: row-reverse; padding: 0 0 0 15px;}
.iti--separate-dial-code .iti__selected-flag{background: transparent;}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{color: rgba(0, 0, 0, 0.40);}
.iti__arrow{
  border: none;
  background: url(../images/intel-arrow.png) no-repeat;
  width: 14px;
  height: 8px;
}
.iti__flag-box, .iti__country-name{
  color: #121212;
}
.certi_blog{
  padding: 50px 0 100px;
}
.certi_flx{
  display: flex;
  align-items: center;
  grid-gap: 25px;
  justify-content: center;
}
.certi_img{
  border: 1px solid #C0D1E2;
  padding: 13px 70px;
  border-radius: 12px;
  box-shadow: 0px 8px 14px 0px #004A991A;
  text-align: center;
  min-width: 200px;
  height: auto;
}
.certi_img img{
  height: auto;
  width: fit-content;
}
/* -----------------ABout Us [ START ]-------------- */
.inr_banner {
  position: relative;
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
  z-index: 1;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inr_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/about-img.png) no-repeat center center;
  background-size: cover;
  filter: blur(8px);   /* Adjust blur level here */
  transform: scale(1.1); /* Prevent white edges after blur */
  z-index: -1;
}
.inr_banner::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #030F27B2;
}
.inr_banner h1{
  font-weight: 700;
  font-size: 38px;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
  line-height: 0;
  position: relative;
  z-index: 11;
}
.breadcrumb{
  background: transparent;
  margin: 0 auto;
  z-index: 11;
  position: relative;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.breadcrumb-item+.breadcrumb-item::before{
  display: none;
}
.breadcrumb-item.active{
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
  margin-bottom: 0;
}
/* -----------------About Us [ END ]----------------- */
/* -----------------Collection Detail [ START ]--------------- */
.detail_blog{
  padding: 30px 0;
}
.cdetail_img{
  position: relative;
  margin-bottom: 30px;
}
.cdetail_img::before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 399px;
  border-radius: 20px;

}
.cdetail_img img{
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.cdetail_img h3{
  font-weight: 600;
  font-size: 30px;
  color: #FEFFFF;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
 .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin: auto;
}
.tile img {
  width: 100%;
  aspect-ratio: 1 / 1;   /* makes square images like 215x215 */
  object-fit: cover;
  box-shadow: 0px 4px 8px 0px #0000002B;
}
.size-label {
  font-weight: 500;
  font-size: 16px;
  margin: 15px 0 0;
  color: #010101;
  text-align: center;
}
/* -----------------Collection Detail [ END ]------------------ */
/* --------------Contact Us [ START ]--------------- */
.contact_blog{
  padding: 80px 0;
}
.contact_flx{
  display: flex;
  align-items: center;
  grid-gap:12px;
  margin-bottom: 30px;
}
.contact_bx{
  border: 1px solid #CDD6E8;
  padding: 19px 15px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  grid-gap: 12px;
  width: 100%;
  min-height: 115px;
}
.contact_bx span{
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone_icon{
  background: #E869351A;
}
.email_icon{
  background: #1D28560A;
}
.map_icon{
  background: #CB30E01A;
}
.cont_txt h3{
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0px;
  color: #1D2856;
  margin-bottom: 5px;
  line-height: normal;
}
.cont_txt a{
  font-weight: 400;
  font-size: 14px;
  color: rgb(29 40 86 / 80%);
  line-height: normal;
}
.contact_blog form h4{
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin-bottom: 5px;
  color: #1D2856;
}
.contact_blog form p{
  font-weight: 500;
  font-size: 15px;
  color: #1D2856;
  margin-bottom: 25px;
}
.contact_blog form .discover_btn{
  width: 100%;
  justify-content: center;
  position: relative;
}
.contact_blog form .discover_btn span{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 3px;
}
.cont_img img{
  width: 100%;
}
/* --------------Contact Us [ END ]--------------- */
.packing_blog{
  padding: 80px 0;
}
.pack_bx{
  margin: 0 auto 30px;
}
.pack_bx h3{
  text-align: center;
  margin: 0 auto 20px;
  font-size: 28px;
  color: #030F27;
  font-weight: 500;
}
.table td, .table th{
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}

/* ---------------- WALL TILES Detail [ START ] --------------- */

.tiles-bolg {
	padding-bottom: 100px;
}

.tile {
	width: 100%;
	max-width: 206px;
}


/* ---------------- WALL TILES Detail [ END ] --------------- */