@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');

:root {
  --light-blue: #42A9C5;
  --dark-bg: #0A0F23;
  --text-light: #ffffff;
  --yellow : #FEC610;
  --font-main: "Cabin", sans-serif;
}


body{ font-family:var(--font-main); color: #232222; }
h1,h2,h3,h4,h5,h6{ font-weight: 800;}
.mb-30{ margin-bottom:30px; }
.btn_yellow{ background: var(--yellow-bg); font-weight: 600; font-size: 18px; text-transform: capitalize; color: #fff; border-radius: 50px; padding: 9px 40px; }

.header {	background: #0A0F23;	padding: 20px 0; color: #E9E9E9; }
.header .header-icons {	display: flex;	gap: 13px;	font-size: 18px; }
.header .header-icons a{ color: #E9E9E9; }


.logo_footer { padding-top: 37px; }
.right_logo {	background: #42A9C5;	border-radius: 0 0 20px 20px;	padding: 29px 20px;	display: flex;	justify-content: center; gap: 100px; }
.right_logo .loops_sf {	display: flex;	gap: 10px;	align-items: center;	position: relative; }
.right_logo .loops_sf .icone i {	color: #fff;	font-size: 50px; }
.right_logo .loops_sf::after {	position: absolute;	right: 0;	content: "";	background: #fff;	width: 2px;	height: 90%; }
.right_logo .loops_sf:last-child:after { display: none;}
.right_logo .loops_sf .icone_info, .right_logo .loops_sf .icone_info a { color: #fff; text-decoration: none;	font-weight: 600; }
.right_logo .loops_sf .icone_info span {	width: 100%; float: left;	font-weight: 500;	font-size: 14px; }









footer { background: #0A0F23; color: #d1d5db; font-size: 15px; color: #D9D9D9; line-height: 26px; float: left; width: 100%; }
.footer-top { background-color: #46a8c7; padding: 25px 0; border-top-left-radius: 0; border-top-right-radius: 0; }
.footer-logo img { height: 60px; }
.footer-section { padding: 50px 0 30px; color: #D9D9D9; }
.footer_widget.first { padding-right: 110px; }
.footer-section h5 { margin-bottom: 10px; font-size: 20px; font-weight: 700; border-bottom: 1px solid; display: inline-block; }
.footer-section a { text-decoration: none; color: #D9D9D9; }
.footer-section a:hover { color: #46a8c7; }
.social-icons a { display: inline-block; font-size: 18px; margin-right: 15px; transition: 0.3s; color: #FEF8FF; }
.social-icons a:hover { color: #46a8c7; }
.newsletter input { background: none; width: 100%; padding: 10px; border: none; border-bottom: 2px solid #F0F2F7; border-radius: 0; color: #D9D9D9; font-size:14px; }
.newsletter input::placeholder{ color: #D9D9D9; opacity: 1; font-size: 14px; font-weight: 700; }
.footer_widget .newsletter i { position: absolute; bottom: 16px; right: 0; margin: 0; color: #f3b100; }
.newsletter button:hover { background-color: var(--main-color); }
.footer-bottom { background-color: #46a8c7; text-align: center; padding: 15px; font-size: 16px; color: #fff; font-weight: 700; }
.footer-bottom a{ color: #fff; text-decoration: none; }
.footer-bottom a:hover{ color:#0A0F23; }

.footer_widget .newsletter {
  position: relative;
}




.cat_loop .inner { position: relative; height: 350px; border-radius: 20px; overflow: hidden; margin-bottom:20px; }
.cat_loop .inner::after { position: absolute; content: ""; background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, #1C1C1C 77.88%); bottom: 0; left: 0; width: 100%; height: 147px; }
.cat_loop .inner a { float: left; width: 100%; height: 100%; }
.cat_loop .inner a .content { position: absolute; bottom: 50px; width: 100%; text-align: center; z-index: 1; }
.cat_loop .inner a .content h2 { margin: 0; color: var(--yellow); font-size: 20px; }
.cat_loop .inner .image-wrapper2 { width: 100%; height: 100%; }
.cat_loop .inner .image-wrapper2 img { height: 350px; object-fit: cover; }



.title_head h2 { color: #42A9C5; font-weight: 700; font-size: 30px; position: relative; margin: 0; padding: 0 0 0 20px; }
.title_head h2::after { position: absolute; content: ""; background: url(/frontend/images/vector.svg) no-repeat;  width: 11px; height: 11px; left: 0; top: 10px; }
.title_head a { color: #FEC610; font-size: 18px; font-weight: 600; }
.title_head a img { margin-left: 10px; }


.trend_wrapper .loop_slides{ margin-bottom:40px; }
.trend_wrapper .loop_slides img { border: 1px solid #DCDCDC; height: 225px; object-fit: cover; border-radius: 20px; }

.trend_wrapper .loop_slides a { margin: 0; text-decoration: none; }
.trend_wrapper .loop_slides .content{ margin:15px 0 0 0; }
.trend_wrapper .loop_slides .content h3{ margin:0; font-weight:500; color:#232222; font-size:16px; }


.btn.btn_blue {
  border: 1px solid var(--light-blue);
  color:  var(--light-blue);
  padding: 6px 40px;
  text-transform: capitalize;
}
.btn.btn_blue:hover{ background:var(--light-blue); color:#fff; }


.about_warpper { margin: 70px 0;}
.about_warpper hr{ display:none; }
.about_warpper .content .title_head { margin-bottom: 15px;}
.about_warpper .content p { line-height: 30px;}
.about_warpper .btn.btn_blue { margin: 23px 0 0 50px;}



.main_banner{ margin:30px 0 70px 0; }
.main_banner .left_side span {  font-size: 30px; color: var(--light-blue); }
.main_banner .left_side h2{ font-size:50px; font-weight:600; color:var(--yellow); }
.main_banner .left_side p{ line-height:26px; text-align:justify; margin-bottom:20px; }

.main_banner .right_img img{ width:95%; float:right; border-radius:20px; height:560px; }



.pagle_titles{ margin:30px 0 80px 0; }
.pagle_titles .title { background: #EAF6F9; border-radius: 20px; text-align: center; min-height: 150px; color: #42A9C5; font-weight: 700; font-size: 50px; display: flex; align-items: center; justify-content: center; }

.product_count_wrapper{ margin-bottom:30px; }
.product_count { color: #7C7C7C; }


.cat_slider.cat_prd { margin-bottom: 50px; }




.loop_slides { border: 1px solid #DCDCDC; border-radius: 10px; padding: 10px 8px 30px 8px; height: 100%; }
.loop_slides .inner a{ text-decoration:none; }
.loop_slides .inner .image-wrapper2 { border: 1px solid #F7F7F7; height: 278px; }
.loop_slides .inner img { height: 100%; object-fit: scale-down; }
.loop_slides .inner .content { width: 100%; text-align: center; margin-top: 10px; }
.loop_slides .inner .content h3 { margin: 0; font-weight: 500; font-size: 16px; color: #232222; }
.loop_slides .inner .content a { font-weight: 700; color: #42A9C5; margin-top: 10px; display: inline-block; position:relative; }
.loop_slides .inner .content a:after{ position:absolute; content:""; width:100%; height:2px; bottom:-3px; left:0; background:#42A9C5; }


.filters_top { margin-bottom: 20px; }
.filters_top .right { display: grid; }
.filters_top .right span { float: left; width: 100%; margin-bottom: 5px; font-size: 18px; font-weight: 600; color: #42A9C5; }
#sort-select { border: 1px solid #DCDCDC; width: 210px; height: 40px; background: transparent; border-radius: 5px; padding: 0 0 0 20px; color: #7C7C7C; }
#showing-info { color: #7C7C7C; padding-top: 30px; }

.filter-categories .filter-item{ color:#7C7C7C; }
.filter-categories .filter-item input { margin-right: 15px; border: 1px solid #7C7C7C; border-radius: 0; }


.filter-categories { height: 400px; overflow-y: scroll; }
.filter-categories::-webkit-scrollbar { width: 6px;}
.filter-categories::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px;}
.filter-categories::-webkit-scrollbar-thumb { background: #c1c1c1; border-radius: 10px;}
.filter-categories::-webkit-scrollbar-thumb:hover { background: #a8a8a8;}
.filter-categories { scrollbar-width: thin; scrollbar-color: #c1c1c1 #f1f1f1;}
.filter-sidebar h5 { font-weight: 600; font-size: 24px; color: #232222; margin-bottom: 10px; margin-top: 20px; }

.filter-sidebar { margin-top: 90px; }
.filter-sidebar .search-box { border-bottom: 1px solid #DCDCDC; width: 80%; color: #626571; padding: 0 0 10px 0; display: flex; justify-content: space-between; }
.filter-sidebar .search-box input { padding: 0 0 0 6px; border: none; font-size: 14px; color: #737373; }
.filter-sidebar .search-box input:placeholder{ color:#737373; opacity:1; }




.how_wroks { border: 2px dashed #EDAF00; text-align: center; padding: 50px 20px; border-radius: 40px;  }
.col-md-12.ward-head p { line-height: 30px; }
.how_wroks h6 { color: #EDAF00; font-weight: 700; font-size: 24px; margin: 0 0 15px 0; }
.how-we-work{ margin:70px 0px; }

.map_wrapper{ margin-bottom:70px; }
.map_wrapper iframe{ width:100%; height:300px; }

.contect_left p { margin: 0; line-height: 30px; }
.contact-section { margin-top: 80px; }


.cont_loop { border: 2px dashed #EDAF00; border-radius: 10px; padding: 30px; display: flex; align-items: center; gap: 20px; height: 100%; }
.cont_loop .cont h6 { margin: 0; font-size: 16px; font-weight: 500; }
.cont_loop .cont p { margin: 0; font-size: 18px; font-weight: 500; }
.cont_loop .cont p a{ color:#232222; text-decoration:none; }



.ajax-form-contact input { border: 1px solid #DCDCDC; border-radius: 5px; height: 50px; font-family: var(--font-main); font-weight: 600; color: #232222; }
.ajax-form-contact select { appearance: auto; border: 1px solid #DCDCDC; border-radius: 5px; height: 50px; font-family: var(--font-main); font-weight: 600; color: #232222; }
.ajax-form-contact input::placeholder{ opacity:1; color: #232222; }
.ajax-form-contact textarea { border: 1px solid #DCDCDC; border-radius: 5px; height: 120px; font-family: var(--font-main); font-weight: 600; color: #232222; }
.ajax-form-contact textarea::placeholder{ opacity:1; color: #232222; }
.ajax-form-contact .btn.btn_blue { float: right; }




.trend_wrapper.home_trend .loop_slides { border: none; padding: 0; float: left; width: 100%; margin: 0 0 25px 0; }
.trend_wrapper.home_trend .loop_slides .image-wrapper2 { height: 225px; border: none; }
.trend_wrapper.home_trend .loop_slides .content { text-align: left; padding-left: 10px; }
.trend_wrapper.home_trend .loop_slides .content a { display: none; }



.gallery_slider .slider-for .image-wrapper2 img { border-radius: 20px; height: 480px; object-fit: scale-down; background: #8080801f; border: 1px solid #8080801f; }
.gallery_slider .slider-nav{ margin-top:20px; }
.gallery_slider .slider-nav .image-wrapper2 img { width: 140px; height: 140px; border-radius: 10px; }


.product_detal_galler .pord_decripation h2 { font-size: 30px; font-weight: 700; margin: 0; }
.product_detal_galler .pord_decripation span { font-weight: 500; color: #42A9C5; margin-bottom: 15px; float: left; width: 100%; }



.product_detal_galler .porduct_detail h2 { font-size: 18px; font-weight: 700; color: #EDAF00; margin-bottom: 20px; }
.product_detal_galler .porduct_detail ul { padding: 0; list-style: none; margin: 0; }
.product_detal_galler .porduct_detail ul li { display: flex; margin-bottom: 10px; }
.product_detal_galler .porduct_detail ul li h2 { margin: 0; font-weight: 400; color: #7C7C7C; font-size: 14px; width: 160px; text-transform: uppercase; }
.product_detal_galler .porduct_detail ul li span { font-weight: 400; font-size: 14px; }
.product_detal_galler .porduct_detail ul li span a { color: #42A9C5; font-weight: 700; }


.product_detal_galler { padding: 70px 0; }


.pagniation_cat .pagination { margin: 0px; }
.pagniation_cat .justify-content-sm-between div { margin: 0px auto; }
.pagniation_cat .pagination .page-item .page-link { border: none; box-shadow: none; color: #232222; font-size:20px; }
.pagniation_cat .pagination .page-item.active .page-link { background: #EDAF00; color: #fff; }
.pagniation_cat .pagination .page-item.disabled{ cursor: no-drop; }
.pagniation_cat .pagination .page-item.disabled .page-link { background: transparent; }
.pagniation_cat { margin-top: 30px; }


.social_links { display: flex; justify-content: space-between; align-items: center; margin-top: 40px; }
.social_links ul { margin: 0; padding: 0; list-style: none; display: flex; gap:9px; }
.social_links ul li a { width: 28px; height: 28px; background: #EDAF00; display: flex; color: #fff; align-items: center; justify-content: center; text-decoration: none; border-radius: 5px; }

section.our-story img {
    width: 100%; border-radius: 30px;
}
.search-box input:-webkit-autofill,.footer_widget input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important; /* text ka color fix */
    transition: background-color 9999s ease-in-out 0s;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .slider_main .left_side { margin-bottom: 25px; }
  header a.text-decoration-none.me-4 { margin: 0 !important; font-size:14px; }
  .header .header-icons a { font-size: 14px; }
  .right_logo .loops_sf .icone i { font-size: 36px; }

  .filter-categories {
    height: 200px;
}

  .layout-content-navbar { overflow: hidden; }

  .header img { width: 110px; }
  .header a#userDropdown { margin: 0 !important; }

  .main_banner .left_side h2 { font-size: 30px; }
  .main_banner .right_img img { width: 100%; height: auto; }

  .title_head h2{ font-size:25px; }
  .title_head a{ font-size:14px; }

  .right_logo { display: block; margin-top: 20px; border-radius: 5px; padding: 20px; }
  .right_logo .loops_sf:first-child{ margin-bottom:20px; }
  .right_logo .loops_sf::after{ display:none; }



  .pagle_titles { margin: 30px 0 40px 0; }
  .pagle_titles .title{ min-height:auto; font-size:30px; padding:30px 0px; }

  .filter-sidebar .search-box input{ width:90%; }

  .row.filters_top { margin-top: 40px; }

  .gallery_slider .slider-for .image-wrapper2 img { height:auto; }
  .gallery_slider .slider-nav .image-wrapper2 img { width: 80px; height: 80px; }


  .product_detal_galler .row { flex-flow: column-reverse; }
  .product_detal_galler .row .gallery_slider { margin-bottom: 40px; }

  .filter-sidebar { margin-top: 0; }

  .mobile_class .col-md-4 { margin-bottom: 25px; }
  .mobile_class .col-md-4:last-child { margin-bottom: 0px; }

  .contact-section { margin-top: 50px; }

  .social_links{ margin-bottom:40px; }

  .header{ padding-bottom:70px; position:relative; }
  .header .search-box {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

  .pagniation_cat {
    text-align: center;
    justify-content: center;
    display: flex;
}
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main_banner .left_side span { font-size: 20px; }
  .main_banner .left_side h2 { font-size: 30px; }

  .main_banner .right_img img{ height:auto; }

 
  .cat_slider .col-md-3 { width: 33.333%; }

  .right_logo { gap: 10px; }
  .logo_footer img { width: 100%; }
  .footer_widget.first { padding-right: 10px; }

  .about_warpper{ background-size: 100% !important; }

  .how-we-work .row.align-items-center.g-4 { align-items: stretch !important; }
  .how_wroks{ height:100% !important; }

  .cont_loop{ display:block; }
  .cont_loop .icones { margin-bottom: 15px; }

  .filter-categories .filter-item{ display:flex; align-items:center; }

  .header .search-box form { width: 100% !important; }


}


@media only screen and (min-width: 320px) and (max-width: 932px) and (orientation: landscape) {


  .header .search-box form{ width:190px !important; margin-left:20px; }

  .gallery_slider .slider-nav .image-wrapper2 img { width: 95%; height: auto; }

}

.header .search-box form {
    width: 317px;
    height: 40px;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    background: #0A0F23; /* Dark background as in Figma */
    display: flex;
    align-items: center;
    padding: 0 10px;  margin-right: 10px; margin-bottom: 0;
}


.header .search-box input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 18px; color: #FFFFFF; font-weight: 400; font-size: 14px;
}
.header .search-box input::placeholder{ color:#fff; }

.header .search-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: white; padding: 0;
}


a:focus,
a:focus-visible,
input:focus,
input:focus-visible,
button:focus,
button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
