
/* common css start */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    font-family: "Noto Serif Bengali", serif;
}
a{
    text-decoration: none;
   font-family: "Noto Serif Bengali", serif;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    vertical-align: middle;
}


/* common css end */

/* navbar */
.navbar {
	background-color: #042b14;
	padding: 20px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}


#quicktech-banner{
    margin-top: 67px;
}
.navbar-brand img{
	height: 57px;
}

.navbar-brand:hover{
    color: white;
}

.nav-link{
    color: white;
    font-weight: 600;
}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
	color: white;
    font-weight: 600;
}
.nav-link:hover{
    color: white;
}
.quikctech-download-app{
    padding: 6px 50px;
    border: 2px solid white;
    border-radius: 20px;
}

.px-50{
  padding-left: 90px;
    padding-right: 90px;
}

.navbar-nav {
    gap: 10px;
  align-items: center;
}
/* navbar */


/* banner */
.bannerswiper {
  width: 100%;
  height: 100vh;
}
.quicktech-ban-next, .quicktech-ban-prev {
	
	color: white !important;
	
}

.quikctech-head h4{
    font-size: 30px;
}

/* banner */

/* news */
      .newsswiper {
        width: 100%;
        height: 400px;
       }

    .quicktech-news-inner h4 {
	font-size: 20px;
	margin-top: 17px;
    color: black;
    }

    .quicktech-news-inner img{
    height: 288px;
    object-fit: cover;
    }


/* news */

/* buy gold */
        .gold-section {
            margin-bottom: 35px;
        }
        .gold-section h3 {
            font-size: 22px !important;
            font-weight: bold;
            margin-bottom: 8px;
            padding-bottom: 0 !important;
        }
        .gold-section p {
            font-size: 16px;
            line-height: 1.7;
            margin: 0;
        }
        .quikctech-gold-buy-inner h3{
            font-size: 39px;
  padding-bottom: 23px;
        }

        .quicktech-goldbuy-img img{
            height: 456px;
            object-fit: cover;
        }
        

/* buy gold */


/* amar gold */
.quikctech-hh{
    font-size: 40px !important;
}

.quikctech-amar-gold-inner h4{
    padding: 20px;
    background-color: #042b14;
    color: white;
    font-size: 25px;
}

.quikctech-amar-gold-inner {
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	height: 334px;
}
.quikctech-amar-gold-inner p{
    padding: 20px 40px;
  font-size: 18px;
  text-align: justify;
}
/* amar gold */

/* how */

.quicktech-flowchart {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
    .quicktech-step {
      border: 2px solid #042b14;
      border-radius: 8px;
      padding: 10px;
      background: #fff;
      position: relative;
      width: 220px;
      margin: 20px auto;
    }
    .quicktech-step::before, .quicktech-step::after {
      content: '';
      position: absolute;
      background: #042b14;
    }
    .quicktech-line-down::after {
      width: 2px;
      height: 30px;
      left: 50%;
      top: 100%;
      transform: translateX(-50%);
    }
    .quicktech-horizontal-group {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      margin: 0 auto;
    }
    /* .quicktech-horizontal-group::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 2px;
      background: #042b14;
      z-index: 0;
    } */
    .quicktech-horizontal-group .quicktech-step {
      margin: 0;
    }
    .quicktech-connector-down {
      position: relative;
    }
   .quicktech-connector-down::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 119%;
	background: #042b14;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}

.quicktech-step h6{
    font-weight: 700;
}

.quikctech-img-how img{
    height: 500px;
}

/* how */


/* gold info */

#quicktech-amargold-info{
    background-color: #042b14;
}

.quicktech-gold-info-inner h4 {
	font-size: 35px;
	color: white;
}

.quicktech-gold-info-inner h2{
    color: #042b14;
  font-size: 42px;
}
.quicktech-gold-info-inner p {
	color: rgba(255, 255, 255, 0.527);
	font-size: 20px;
	text-align: justify;
}


.quickech-info-dd{
    display: flex;
}
.golf-infos{
    width: 70%;
}
.gold-info-img{
    width: 30%;
}

.quicktech-gold-info-inner{
    padding: 100px;
}

.gold-info-img img{
   height: 580px;
}
/* gold info */

/* faq */
  /* .quikctech-faq-wrapper{
            max-width:1000px;
            margin:40px auto;
        } */

        .quikctech-faq-item{
            border:1px solid #e5e7eb;
            border-radius:12px;
            margin-bottom:14px;
            overflow:hidden;
        }

        .quikctech-faq-btn{
            font-weight:600;
            font-size:16px;
            color:#111827;
            padding:18px 20px;
            background:#fff;
            box-shadow:none;
        }

        .quikctech-faq-btn:focus{
            box-shadow:none;
        }

        .quikctech-faq-btn:not(.collapsed){
            background:#fff;
            color:#111827;
        }

        /* remove default arrow */
        .quikctech-faq-btn::after{
            display:none;
        }

        .quikctech-faq-icon{
            width:28px;
            height:28px;
            border-radius:50%;
            background:#f3f4f6;
            display:flex;
            align-items:center;
            justify-content:center;
            font-size:18px;
            font-weight:600;
            color:#111827;
            flex-shrink:0;
        }

        .quikctech-faq-body{
            background:#f9fafb;
            padding:18px 20px;
            font-size:15px;
            color:#374151;
            line-height:1.7;
        }


/* faq */


/* contact */

        #quicktech-contact{
            /* min-height: 100vh; */
            /* background: #042b14; */
            padding: 60px 80px;
        }

        .quikctech-contact-title{
            font-size: 48px;
            font-weight: 700;
            color: #042b14;
            margin-bottom: 10px;
        }

        .quikctech-contact-subtitle{
            font-size: 16px;
            color: #042b14;
            margin-bottom: 40px;
        }

        .quikctech-contact-label{
            font-weight: 600;
            margin-bottom: 8px;
            display: block;
            color: #000;
        }

      .quikctech-contact-input, .quikctech-contact-textarea {
	background: #fffaf0;
	border: 1px solid #042b14;
	border-radius: 8px;
	height: 48px;
	padding: 10px 15px;
	width: 100%;
}

        .quikctech-contact-textarea{
            height: 170px;
            resize: none;
        }

        .quikctech-contact-checkbox{
            margin-top: 15px;
        }

        .quikctech-contact-checkbox label{
            font-size: 14px;
            margin-left: 8px;
        }

        .quikctech-contact-checkbox a{
            font-weight: 600;
            color: #000;
            text-decoration: underline;
        }

        .quikctech-contact-btn-wrapper{
            margin-top: 40px;
            text-align: center;
        }

        .quikctech-contact-btn{
            background: #042b14;
            color: #fff;
            padding: 12px 50px;
            border-radius: 10px;
            border: none;
            font-size: 18px;
            font-weight: 600;
        }


/* contact */


/* FOOTER */
#quicktech-footer{
    background-color: #042b14;
    padding: 40px 0;
    padding-bottom: 5px !important;
}

.quicktech-copyright p{
    color: white;
}
.quikctech-footer-logo{
    border-bottom: 1px solid #dddddd5d;
}
.quikctech-trade p{
    color: white;
    font-size: 18px;
    
}

.quikctech-trade ul{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.quikctech-trade ul li a img{
    height: 50px;

}

.quicktech-copyright{
    border-top: 1px solid #dddddd5d;
    padding-top: 20px;
}
/* FOOTER */


.navbar-toggler {
	padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	font-size: var(--bs-navbar-toggler-font-size);
	line-height: 1;
	color: var(--bs-navbar-color);
	background-color: transparent;
	border: none;
	border-radius: var(--bs-navbar-toggler-border-radius);
	transition: var(--bs-navbar-toggler-transition);
}

.quikctech-banner-img img{
    height: 100%;
}

.gapp{
    row-gap: 20px;
}

.quicktech-step img{
    margin-bottom: 12px;
}