/*
Theme Name: Lockd
Author: Imranhossainbpp
Description: Lockd FUTURE SELF STORAGE
Text Domain: Lockd
Use it to make something cool, have fun, and share what you've learned with others.
 * Version: 1.0.0
 * Copyright 2025 Lockd.
*/

/* Import Inter font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: Gill-Sans-Medium;
  src: url(assets/webfonts/Gill-Sans-Medium.otf);
}
@font-face {
  font-family: Gill-Sans-Bold;
  src: url(assets/webfonts/Gill-Sans-Bold.otf);
}
@font-face {
  font-family: Gill-Sans;
  src: url(assets/webfonts/Gill-Sans.otf);
}
.gill-sans-<uniquifier> {
  font-family: Gill-Sans;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body{
	margin: 0 auto;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
body,html {
  height: 100%;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
a:hover, a:focus, a:active{
	text-decoration: none;
	border: none;
	outline: none;
}
button:active, button:focus{
	border: none;
	outline: none;
}
img{
	max-width: 100%;
}
:root {
    --red: #DD0E2D;
    --blue: #1D2F4E;
    --transparent-blue: rgba(29, 64, 147, 1);
    --white: white;

}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-weight: 700;
  line-height: 100%;
}
h1 {
	font-size: 70px;
}
h2 {
  font-size: 53px;
}
h3 {
  font-size: 46px;
}
h5 {
  font-size: 20px;
}
@media(max-width:1199px){
h1 { font-size: 60px; }
h2 { font-size: 40px; }
h3 { font-size: 36px; }
h4 { font-size: 28px; }
p  { font-size: 17px; }
}
@media(max-width:992px){
h1 { font-size: 50px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
p  { font-size: 16px; }
}
@media(max-width:767px){
h1 { font-size: 40px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
p  { font-size: 15px; }
}



/*header-footer*/

.header-top {
  background: var(--white);
  padding: 20px 0;
}
.social-list li {
  display: inline-block;
  align-items: center;
  margin-right: 24px;
}
.social-list a {
  color: #FFF;
  font-size: ;
}
.social-list li:last-child {
  margin: 0;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 20%;
}
.header-menu {
  width: 80%;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  -webkit-justify-content: end;
  align-items: center;
}
.menu.main-menu {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.cta-btn {
  background: var(--red);
  display: inline-block;
  padding: 15px 50px;
  color: var(--white);
  font-weight: 600;
  border: 1px solid var(--red);
  transition: .3s;
  border-radius: 6px;
  line-height: 100%;
}
.menu.main-menu a:hover {
  color: var(--red);
}
.cta-btn:hover {
  background: var(--white);
  color: var(--red);
  border: 1px solid var(--red);
}
.collapse-nav .logo, .collapse-nav .nave-header {
	width: auto;
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.header-btn {
  margin-left: 35px;
}
.menu.main-menu a {
  font-weight: 700;
  color: #FFF;
}
.header-main {
  padding: 20px 0;
}


.contact-list ul {
  display: flex;
  justify-content: end;
  -webkit-justify-content: flex-end;
  gap: 60px;
}
.contact-list li a {
  color: var(--blue);
  display: block;
  transition: .3s;
}
.contact-list a svg {
  margin-right: 12px;
}
.contact-list a:hover {
  color: var(--red);
}
.header-main {
  padding: 20px 0;
  background: var(--blue);
}
.header-inner .logo img {
  max-width: 190px;
}
footer {
  background: var(--blue);
  color: #FFF;
  padding: 0;
}
.footer-logo img {
  max-width: 200px;
}
.footer-widgets li {
  width: 50%;
  margin-bottom: 9px;
  position: relative;
}
.footer-widgets {
  display: flex;
  justify-content: space-between;
}
.useful-page, .location-widget {
  width: 50%;
}
.footer-widgets ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-widgets a {
  color: var(--white);
  position: relative;
  transition: .3s;
}
.footer-contents {
  padding-right: 75px;
  margin: 40px 0;
}
.location-widget li::before {
  display: none;
}
.footer-widgets a:hover {
  color: var(--red);
}
.footer-widgets li:hover::before {
  background: var(--red);
}
.footer-main .imr:last-child {
  border-top: 1px solid rgba(221, 14, 45, .5);
  padding: 30px 0;
  margin-top: 70px;
}
.footer-copyright img {
  max-width: 60px;
}
.footer-copyright p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.list-horizontal-item ul {
  display: flex;
  justify-content: end;
  -webkit-justify-content: flex-end;
  gap: 70px;
}
.list-horizontal-item a {
  color: #FFF;
  display: block;
  transition: .3s;
}
.list-horizontal-item a:hover {
  color: var(--red);
}
.footer-contact {
  display: flex;
  gap: 30px;
}
.image-box {
	display: flex;
	align-items: center;
	gap: 12px;
	position: relative;
}
.image-box p {
  margin: 0;
}
.image-box-image {
  width: 33px;
  height: 33px;
  background: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 13px;
}
.image-box a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.footer-widgets h4 {
  font-size: 22px;
  margin-bottom: 35px;
}
.location-widget ul {
  display: block;
}
.location-widget ul li {
  display: flex;
  gap: 16px;
}
.location-widget li strong {
  display: block;
}
.header-top-location li {
  display: flex;
  gap: 10px;
}

.footer-top {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  text-align: center;
  padding: 50px;
  color: #FFF;
  border-radius: 10px;
  margin-top: -30px;
  margin-bottom: 100px;
  overflow: hidden;
}
.footer-top::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(29, 47, 78, .8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.footer-top h2 {
  margin-bottom: 15px;
}
#full-width-map {
  position: relative;
}
.full-width-map iframe {
  width: 100%;
  height: 510px;
}
.full-width-map p {
  margin: 0;
  margin-bottom: -8px;
}
#full-width-map .container {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
}
.map-contents {
  display: flex;
  width: 100%;
  justify-content: end;
  -webkit-justify-content: flex-end;
}
#full-width-map .location-widget {
  width: 100%;
  max-width: 400px;
  background: #FFF;
  padding: 50px;
  border-radius: 10px;
}
#full-width-map .location-widget h4 {
  margin-bottom: 30px;
  font-weight: bold;
}
.map-contents .location-widget strong {
  display: block;
}
#full-width-map .location-widget ul li {
  max-width: 230px;
  margin-bottom: 4px;
}

/*header-footer-end*/

/*Hero*/

#hero .imr {
  align-items: center;
}
#hero {
  padding: 40px 0;
}
.hero-contents p {
  margin: 27px 0;
  font-size: 20px;
}
.hero-contents p {
  max-width: 500px;
}
.hero-image {
  margin-top: 40px;
}
.single-need-box p {
  margin: 0;
}
/*Hero End*/

/*Needs Banner*/

#needs .imr {
  background: var(--blue);
  padding: 35px;
  color: #FFF;
  align-items: center;
  border-radius: 10px;
}
.need-boxs {
  display: flex;
}
.single-need-box {
  width: 50%;
  padding: 0 50px;
}
.single-need-box img {
  margin: 20px 0;
  height: 55px;
  width: auto;
}
.single-need-box p {
  margin: 0;
}
/*Needs Banner End*/

/*Dual Column */

#dual-column-with-left-image .imr {
  align-items: center;
}
.dual-column-contents {
  padding-left: 50px;
}
.dual-column-contents li {
  list-style: inherit;
  list-style-position: inside;
}
.dual-column-contents h3 {
  margin-bottom: 40px;
  max-width: 500px;
}
/*Dual Column End*/


/*Home Blog*/
.blog-top {
  display: flex;
  align-items: end;
  -webkit-align-items: flex-end;
  justify-content: space-between;
}
.blog-top h2 {
  margin: 0;
  max-width: 600px;
}
.home-blogs {
  margin-top: 50px;
}
.blog-section-blogs {
  display: flex;
  justify-content: space-between;
}
.single-blog {
  width: calc(33% - 15px);
  border-radius: 10px;
  overflow: hidden;
}
.blog-image {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.customize-support {
  background: var;
}
.blog-contents {
  background: var(--blue);
  padding: 35px;
  color: #FFF;
}
.blog-contents h5 {
  min-height: 95px;
  line-height: normal;
}
/*Home Blog End*/

/*FAQ*/

.faq-inner {
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.faq-title {
  margin-bottom: 35px;
}
.faq-title p {
  max-width: 550px;
  margin: auto;
}
.faq {
  text-align: left;
}
.faq-question {
  padding: 20px;
  border: 1px solid rgba(29, 47, 78, 1);
  cursor: pointer;
}
.faq-question h5 {
  margin: 0;
  line-height: ;
  position: relative;
  top: 3px;
}
.faq-answer {
  padding: 15px 25px;
}
.single-faq {
  margin-bottom: 15px;
}
.faq-btn {
  margin-top: 25px;
}
/*FAQ End*/

/*Steps Start*/

.process-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.process-left, .process-image, .process-right {
  width: calc(33% - 20px);
}
.process-left p {
  max-width: 350px;
  width: 100%;
  font-size: 20px;
}
.single-process-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.step-numebr {
  width: 90px;
  height: 90px;
  display: flex;
  background: var(--blue);
  color: #FFF;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid rgb(221, 14, 45);
}
.step-numebr strong {
  display: block;
  font-size: 35px;
  line-height: 100%;
}
.step-numebr p {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.step-contents {
  width: calc(100% - 120px);
}
.single-process-item:nth-child(2) {
  margin: 55px 0;
  position: relative;
  margin-left: 40px;
}
.step-contents p {
  margin: 0;
  font-size: 18px;
}
/*Steps End*/

/*Tab*/
/*Tab*/

.tabs {
  background: #E0F2FF;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 7px;
}
.tab-title {
  display: flex;
  width: 16.66%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  text-align: center;
  border-right: 2px solid var(--red);
  cursor: pointer;
  transition: .3s;
  background: rgba(222, 234, 255, 1);
  color: #000;
}
.tab-title strong {
  font-weight: bold;
  font-size: 23px;
  display: inline-block;
  margin-bottom: 7px;
  width: 100%;
}
    .tab-title:last-child {
      border-right: none;
    }
    .tab-contents {
      border-top: 1px solid #E0F2FF;
      position: relative;
    }
.tab-content-inner {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  flex: 1;
  padding: 45px;
  align-items: center;
  background: rgba(239, 244, 253, 1);
}
.tab-controll {
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.16);
}
    .tab-content-inner.active {
      display: flex;
      opacity: 1;
    }
.tab-image {
  width: 50%;
  text-align: center;
}
.tab-image img {
  max-width: 460px;
  width: 100%;
}
.tab-content {
  width: 36%;
}
.tab-content h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
    .tab-content strong {
      display: block;
      margin: 40px 0 15px;
    }
    .tab-title:hover {
      background: #FFF;
    }
.tab-title.active {
  background: #FFF;
}
    .tab-content .cta-btn:hover {
  border-color: #007bff;
}
#storage h2 {
  margin-bottom: 30px;
  max-width: 500px;
}
.tab-contents {
  position: relative;
}
#storage {
  overflow: hidden;
}
.tab-contents::before {
  content: "";
  width: 300%;
  height: 100%;
  background: #FFF;
  position: absolute;
  z-index: -1;
  left: -50%;
}
/*Tab-end*/
.page-banner {
  text-align: center;
}
.page-banner h2 {
  margin: 0;
  color: #FFF;
  text-align: left;
}
#page-banner {
  padding: 100px 0;
  color: var(--orange);
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
}
#page-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(29, 47, 78, .7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.map-layout.disable_map #full-width-map {
  display: none;
}

/*Contact Form*/
.contact-form-inner input, .contact-form-inner textarea {
  background: var(--white);
  border: 1px solid var(--orange);
  display: inline-block;
  padding: 20px;
  outline: none;
  border-radius: 5px;
  width: 100%;
}
.dual-col {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.contact-form-inner textarea {
  height: 180px;
}
#contact .imr {
  align-items: center;
}
input.cta-btn {
  background: var(--red);
  width: inherit;
  padding: 20px 40px;
  color: #FFF;
}
.contact-map iframe {
  height: 415px;
  width: 100%;
}
#contact-form-with-map .contact-form-map {
  border: 1px solid var(--blue);
  height: 100%;
  background: #FFF;
}
.contact-address {
  padding: 40px;
}
.contact-address svg {
  color: var(--red);
  font-size: 30px;
}
.contact-with-form-inner {
  background: var(--blue);
  padding: 45px;
  height: 100%;
  border-radius: 8px;
  color: #FFF;
}
/*Contact Form End*/
.blogs-main {
  padding-bottom: 70px;
}

.align-left {
  text-align: left;
}
.faq-title.align-left p {
  margin: 0;
}

.multiple-box-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-box {
  width: calc(25% - 20px);
  background: var(--blue);
  color: #FFF;
  padding: 40px;
  border-radius: 7px;
  margin-bottom: 20px;
}
.single-box p {
  margin: 0;
}
.single-box h5 {
  margin-bottom: 20px;
}




/*Responsive*/

@media(max-width:1199px){
.header-inner .logo img {
  max-width: 140px;
}
.menu.main-menu {
  gap: 20px;
}
.header-btn {
  margin-left: 15px;
}
.single-need-box {
  padding: 0px 15px;
}
.dual-column-contents {
  padding-left: 10px;
}
.process-left, .process-image, .process-right {
  width: calc(33% - -10px);
}
.tab-image {
  padding-right: 60px;
}
.contact-address {
  padding: 30px;
}
}


@media(max-width:991px){
/*hamburger-menu*/

.nav-header {
  position: relative;
  width: 45px;
  height: 45px;
  background: 0 0;
  cursor: pointer;
  float: right;
  z-index: 3;
}
.hamburger {
  position: absolute;
  width: 35px;
  height: 2px;
  background: var(--white);
  top: 50%;
  transform: translate(0%,-50%);
  right: 0px;
}
.hamburger:before,
.hamburger:after{
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background: var(--white);
  transition: .5s;
  left: 0;

}
.hamburger:before{
  top: -10px;

}
.hamburger:after{
  top: 10px;
  
}
.nav-header.active .hamburger{
  background: rgba(0,0,0,0);
}
.nav-header.active .hamburger:before{
  top: 0;
  transform: rotate(45deg);
  background: var(--white);
}
.nav-header.active .hamburger:after{
  top: 0;
  transform: rotate(135deg);
  background: var(--white);

}
.collapse-nav {
  position: fixed;
  width: 100%;
  max-width: 350px;
  height: 100%;
  right: inherit;
  left: -200px;
  z-index: 9;
  background: #FFF;
  top: 0;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
}
.collapse-nav.active {
  left: 0;
  opacity: 1;
  pointer-events: inherit;
}
.menu.main-menu {
  height: 100%;
  display: block;
  margin: 0;
  padding-top: 30px;
  background: var(--blue);
}
.collapse-nav .logo a {
  display: block;
  max-width: 90px;
}
.menu.main-menu li {
  display: block;
  width: 100%;
}

.collapse-nav .logo {
  padding-left: 20px;
  padding-top: 20px;
  z-index: 2;
  position: relative;
  max-width: 100% !important;
  background: var(--blue);
  opacity: 1;
  pointer-events: inherit;
}
.menu.main-menu a {
  display: block;
  padding: 15px 20px;
  color: var(--white);
}
.menu.main-menu a:hover {
  background: var(--white);
  color: var(--red);
}
.closer {
  width: 0;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  transition: .3s;
  opacity: 0;
  z-index: -1;
}
.active .closer {
  width: 100%;
  opacity: 1;
}
.header-menu .cta-btn {
  padding: 10px 20px;
  font-size: 15px;
}

.header-left li {
  font-size: 15px;
}
#site-header.sticky .logo {
  max-width: 70px;
}

/*Menu End*/
footer {
  padding: 0px 0 0 0;
}

.footer-logo img {
  max-width: 140px;
}
.footer-contents {
  padding: 0;
  margin: 20px 0;
}
.footer-contact {
  flex-wrap: wrap;
}
.useful-page, .location-widget {
  width: 100%;
}
.footer-widgets {
  flex-wrap: wrap;
}
.footer-widgets h4 {
  margin-bottom: 18px;
}
.location-widget {
  margin-top: 20px;
}
.location-widget li {
  padding-left: 0;
}
.list-horizontal-item ul {
  gap: 15px;
}
.footer-main .imr:last-child {
  margin-top: 30px;
  align-items: center;
}

.single-need-box {
  width: 100%;
  padding: 0;
}
.need-boxs {
  flex-wrap: wrap;
  gap: 20px;
}
.dual-column-contents {
  padding-left: 0;
}
.single-blog {
  width: calc(33% - 5px);
}
.blog-contents {
  padding: 35px 20px;
}
.process-inner {
  flex-wrap: wrap;
  justify-content: center;
}
.process-left, .process-image, .process-right {
  width: 100%;
}
.process-left p {
  max-width: 100%;
}
.process-image img {
  max-width: 400px;
  margin: auto;
}
.process-image {
  text-align: center;
  margin: 30px 0;
}
.tab-content {
  width: 50%;
}
#page-banner {
  padding: 60px 0;
  margin-bottom: 30px;
}
.contact-with-form-inner {
  padding: 25px;
}
.single-box {
  width: calc(50% - 10px);
}
}

@media(max-width:767px){
.header-top {
  padding: 10px 0;
  display: none;
}

.contact-list ul {
  gap: 20px;
}
.contact-list li a {
  font-size: 14px;
}
.contact-list a svg {
  margin-right: 8px;
}
.social-list li {
  margin-right: 15px;
}
footer {
  padding: 0px 10px 0 10px;
}
.footer-widgets {
  margin-top: 35px;
}
.footer-copyright p {
  font-size: 12px;
  display: block;
  text-align: center;
}
.footer-copyright img {
  margin: 10px 0;
}
.list-horizontal-item a {
  font-size: 14px;
}
.list-horizontal-item ul {
  justify-content: center;
}
.footer-widgets a {
  font-size: 14px;
}
.footer-top {
  margin-bottom: 50px;
}
.single-need-box img {
  height: 40px;
  margin: 8px 0;
}
.need-boxs {
  margin-top: 40px;
  gap: 0;
  justify-content: space-between;
}
#needs .imr {
  padding: 45px 15px;
}
.single-need-box {
  width: calc(50% - 10px);
}
.single-need-box h5 {
  font-size: 17px;
}
#needs {
  padding: 0 15px;
}
.dual-column-contents h3 {
  margin-bottom: 20px;
}
.dual-column-contents {
  margin-top: 25px;
}

.blog-top {
  flex-wrap: wrap;
}
.blog-top h2 {
  margin-bottom: 20px;
}
.home-blogs {
  margin-top: 25px;
}
.blog-section-blogs {
  flex-wrap: wrap;
  gap: 20px;
}
.single-blog {
  width: 100%;
}
.blog-image {
  height: 220px;
}
.blog-contents h5 {
  min-height: inherit;
  line-height: ;
  margin-bottom: 15px;
}
#dual-column-with-left-image {
  padding: 30px 0;
}
#faq {
  padding: 40px 0;
}
h5 {
  font-size: 16px;
  line-height: 21px;
}

.process-image img {
  width: 100%;
  max-width: 400px;
}
#process {
  padding-top: 45px !important;
  padding-bottom: 30px;
}
.single-process-item:nth-child(2) {
  margin-left: 25px;
}
/*Tab*/

.tab-content-inner {
  padding: 25px 0px;
  flex-wrap: wrap;
}
.tab-image {
  width: 100%;
  text-align: center;
}
.tab-content {
  width: 100%;
  margin-top: 25px;
  padding: 20px;
}
.tab-image img {
  max-width: 300px;
  margin: auto;
}
.tab-content h4 {
  font-size: 18px;
}
.tab-content p {
  font-size: 14px;
  margin-bottom: 7px;
}
.tab-content strong {
  margin-top: 27px;
  font-size: 14px !important;
}
.tab-title strong {
  font-size: 14px;
}
.tab-title p {
  font-size: 10px;
}
.tab-title {
  padding: 10px;
}
.tab-image {
  padding-right: 0px;
}
#storage {
  padding-bottom: 40px !important;
}
/*Tab End*/

.contact-with-form-inner {
  margin-top: 25px;
  height: auto;
}

.four-box .need-boxs {
  margin-top: 0;
  gap: 30px;
}
.four-box .single-need-box {
  width: 100%;
}
.blogs-main {
  padding-bottom: 30px;
}
.single-box {
  width: calc(100%);
  margin-bottom: 10px;
}
#multiple-boxs {
  padding: 30px 0 !important;
}



/*Padding*/

#blog-section {
  padding-bottom: 0 !important;
}
#needs {
  padding-bottom: 30px !important;
}
#dual-column-with-left-image {
  padding-bottom: 30px !important;
}
}
/* Ads banner under header */
.top-banner {
  background-color: #dd0e2d;
  color: white;
  text-align: center;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 46px; 
}

@media (max-width: 768px) {
  .top-banner {
    font-size: 22px; 
  }
}