
:root { 
    --bg-primary: #f8f9fc ;
    --bag-primary: #667eea  ;
    --bg-secondary: #ffffff;
     --btn-color-primary: #fff;
    --btn-color-secondary: #000;
        --text-color-primary: #4a5568;
    --text-color-secondary: #d6d9de;
}

.btn.btn-primary {
    background-color: #3046a7;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
    border-color: #3046a7;
}
.btn.btn-primary:hover {
	background-color: #fff;
	color: #000;
    border-color: #fff;

}
.btn.btn-secondary {
    background-color: #3046a7;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s;
    border-color: #3046a7;
}
.btn.btn-primary:hover {
	background-color: #fff;
	color: #000;
    border-color: #fff;

}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    background: var(--bg-secondary) !important;
}
.bg-body-tertiary {
    background-color: var(--bg-secondary) !important;
    height: 75px;
}

.banner_page{
    background-color: var(--bag-primary);
    height: 100vh;
}
.banner_page .mainbox{
    padding:50px 0px;
   
}
.banner_page .mainbox .submaintite h1{
    color: var(--btn-color-primary);
   
}
.banner_page .mainbox .paratext p{
  padding-top: 30px;
  color: var(--text-color-secondary);
   
}


.section_home_two{
   .future-section {
  padding: 80px 20px;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.future-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Left */
.future-content h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.future-content h2 span {
  color: #3046a7;
}

.future-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 30px;
}

.btn-primary {
  display: inline-block;
  padding: 12px 28px;
  background: #3046a7;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}

/* Right */
.future-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.feature-box {
  text-align: center;
}

.feature-box img {
  width: 50px;
  margin-bottom: 12px;
  opacity: 0.8;
}

.feature-box h4 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

/* Responsive */
@media (max-width: 900px) {
  .future-grid {
    grid-template-columns: 1fr;
  }

  .future-content h2 {
    font-size: 32px;
  }
}
 
}


.section_home_three {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0px 100px;
	color: #000;
}

.section_home_three .iphonecolor {
	background-color: #3046a7;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px;
	color: #000;
}
.section_home_three .iphonecolor span, h2, p{
/* color: #fff; */
}
.section_home_three .iphonecolor .left-content span{
color: #fff;
}
.section_home_three .iphonecolor .left-content h2{
color: #fff;
}
.section_home_three .iphonecolor .left-content p{
color: #fff;
}
.cardone {
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 400px;
}
.feature {
    display: flex;
    align-items: center;
    margin: 15px 0;
    font-weight: bold;
    color: #000;
}

/* ---------------------------------footer----------------------------------- */

.site-footer {
  background: #02104e;
  color: #cbd5e1;
  padding: 60px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.site-footer .container {
  max-width: 1200px;
  margin: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-col h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}

.footer-col h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;

}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 14px;
}

.footer-col ul li a:hover {
  color: #38bdf8;
}

.footer-social {
  margin-top: 15px;
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #cbd5e1;
  text-decoration: none;
}

.footer-social a:hover {
  color: #38bdf8;
}

.footer-bottom {
  border-top: 1px solid #1e293b;
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #94a3b8;
}

/* Responsive */
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}


.iphone-content .item h4,p{
  color: #000;
}
.iphone-content .item h3{
  /* padding-bottom: 10px; */
}
.iphone-content .item .meta{
  padding-bottom: 20px;
}
.iphone-content .item{
  padding-top: 20px;
}
.iphone-content .item a{
    color: #3046a7 !important;

}


/* ---------------------------end---------------------- */


.section_iphones {
	padding: 70px 0px;
  background-color: #fbfbfb;

}

.section_iphones .section_laptop .product-card {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
}

.section_iphones .section_laptop .product-card img {
	width: 100%;
	height: 500px;
	object-fit: contain;
	background: #f5f5f5;

}
/* ----------------iphones card------------------ */

.product-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	/* max-width: 1200px; */
	margin: 0 auto;
}

.product-card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.product-card img {
	width: 100%;
	height: 200px;
	object-fit: contain;
	background: #f5f5f5;
}

.product-card-content {
	padding: 15px;
}

.product-card h2 {
	font-size: 16px;
	margin: 10px 0;
	height: 60px;
	overflow: hidden;
}

.product-card .price {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.product-card button {
	background-color: #3046a7;
	color: #fff;
	border: none;
	padding: 8px 15px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	transition: background-color 0.3s ease;
}

.product-card button:hover {
	background-color: #3046a7;
}

