:root {
    --primary: #1e40af;    /* Strong royal blue */
    --secondary: #0f2a5f;  /* Deep navy blue */
    --white: #ffffff;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #0f172a; 
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 12px;
}

.hero-btn{
    margin: 15px 0px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 15px;
    background: rgb(9 57 111);
    border-radius: 10px;
    text-decoration: none;
    font-family: "Segoe UI", sans-serif;
    box-shadow: 0 6px 20px rgba(0, 120, 212, 0.35);
    transition: all 0.3s ease;
}

.hero-btn a{
   
  color: white; 
  text-decoration: none;


}

.hero-btn:hover{
  transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 120, 212, 0.5);
    /* background: linear-gradient(135deg, #1e3a8a, #2b5fd9); */
}

.navbar-nav{
  gap: 25px;
}
.navbar-download-btn.win {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 15px;
    background: rgb(9 57 111);
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    font-family: "Segoe UI", sans-serif;
    box-shadow: 0 6px 20px rgba(0, 120, 212, 0.35);
    transition: all 0.3s ease;
}


.navbar-download-btn.win .win-icon {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}


.navbar-download-btn.win .download-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.navbar-download-btn.win .download-text small {
    font-size: 12px;
    opacity: 0.85;
}

.navbar-download-btn.win .download-text strong {
    font-size: 16px;
    font-weight: 600;
}

.navbar-download-btn.win:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 120, 212, 0.5);
    /* background: linear-gradient(135deg, #1e3a8a, #2b5fd9); */
}


.navbar-download-btn.win:active {
    transform: scale(0.97);
}

.head-text{
  color: rgb(9 57 111);
}


    



.hero-image {
    height: 50%;
    max-height: 380px;
    object-fit: contain;
}

.featured {
    padding: 50px 0;
    background: #f8fbff; 
}

.featuredlist {
    min-height: 355px;
    padding: 22px;
    box-shadow: 0 0 5px #09396f;
    border: 1px solid var(--primary);
    background: var(--white);
    border-radius: 10px;
    margin: 11px 0;
    text-align: center;
    transition: transform 0.3s ease, background 0.4s ease;
}

.featuredlist:hover {
    transform: translateY(-10px);
    
}




.featured h2.heading {
    margin-bottom: 80px;
    color: var(--secondary);
}


.featuredlist picture {
    width: 80px;
    height: 80px;
    background: #09396f;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 8px rgba(30, 58, 138, 0.25);
    transition: .5s;
}

.featuredlist:hover picture {
    background: var(--secondary);
    /* transform: rotate(360deg); */
    box-shadow: none;
}

.featuredlist picture img {
    width: 48px;
    filter: brightness(0) invert(1);
}


.col-sm-4 .featuredlist {
    border-color: var(--secondary);
}

.col-sm-4 .featuredlist:hover {
    border-color: var(--primary);
}

.col-sm-4 .featuredlist picture {
    background: #09396f;
}

.col-sm-4 .featuredlist:hover picture {
    background: var(--secondary);
}


.featuredlist h4 {
    font-size: 21px;
    font-weight: 600;
    margin: 18px 0 14px;
    color: #0f172a;
}

.featuredlist p {
    color: #475569;
}


.featuredlist a.btn {
    margin-top: 12px;
    box-shadow: 3px 4px 6px rgba(30, 58, 138, 0.25);
    transition: .5s;
    background: #09396f;
    border: none;
}

.featuredlist:hover a.btn {
    background: var(--secondary);
}

.why-choose-us {
    list-style: none;
    padding-left: 0;
    background: #f8fbff;
     border-radius: 10px;
}

.why-choose-us li {
    list-style: none;
    
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}

.why-choose-us ul{
    padding-left: 0px;
}

.why-choose-us li::before {
   content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: -2px;
    color: #09396f;  
    font-size: 20px;
}

.why-choose-us figure {
  overflow: hidden; 
  border-radius: 10px;
}

.why-choose-us img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}


.why-choose-us figure img {
  transform: scale(1);
}


.why-choose-us figure:hover img {
  transform: scale(1.2);
}



.about-us figure {
  overflow: hidden; 
  border-radius: 10px;
}
.about-us {
    list-style: none;
    padding-left: 0;
    background: #f8fbff;
}

.about-us li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}

.about-us ul{
    padding-left: 0px;
}

.about-us li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: -2px;
    color: #09396f;
    font-size: 20px;
}

.about-us-img{
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.about-us figure img {
  transform: scale(1);
}

/* hover zoom */
.about-us figure:hover img {
  transform: scale(1.2);
}


.blog-section {
  background: #f8fbff;
}

.section-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: rgb(9 57 111);
  margin-bottom: 6px;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #0f172a;
}


.blog-card {
  background: #fff;
  padding: 22px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
}


.blog-img img {
  border-radius: 10px;
  margin-bottom: 18px;
}


.blog-category {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  background: rgba(0, 123, 255, 0.1);
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 12px;
}


.blog-title {
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 16px;
  line-height: 1.4;
}

.blog-title a{
  text-decoration: none;
  color: inherit;
}

.blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.author span,
.date {
  font-size: 14px;
  color: #64748b;
}


.review-section {
  background: linear-gradient(180deg, #f8fafc, #ffffff);
}

.review-section h2 {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
}



.review-tagline {
  font-size: 16px;
  color: #475569;
  max-width: 680px;
  margin: 10px auto 0;
}


.review-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px;
  height: 100%;
  position: relative;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  transition: all 0.35s ease;
  overflow: hidden;
}


.review-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 18px;
  background: linear-gradient(120deg, #09396f, #09396f);
  -webkit-mask: 
    linear-gradient(#fff 0%, #fff 100%) content-box,
        linear-gradient(#fff 0%, #fff 100%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}


.review-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(37, 99, 235, 0.18);
}


.review-card.featured {
  background: linear-gradient(145deg, #2563eb, #b2b1cf);
  color: #ffffff;
}

.review-card.featured p,
.review-card.featured h6,
.review-card.featured span {
  color: #ffffff;
}

.review-card.featured::before {
  display: none;
}


.review-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.stars {
  color: #fbbf24;
  letter-spacing: 2px;
  font-size: 28px;
}

.verified {
  font-size: 12px;
  background-color: #09396f;
  color: white;
  font-weight: 600;
  padding: 5px 7px;
  border-radius: 20px;
}

.verified-2 {
  font-size: 12px;
  background-color: white;
  color: #09396f !important;
  font-weight: 600;
  padding: 5px 7px;
  border-radius: 20px;
}



.review-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 22px;
}

.review-user {
  display: flex;
  align-items: center;
  gap: 14px;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #09396f;
  color: white;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-user h6 {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
}



.compatibility-section {
   background: #cfe2ff;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.compatibility-section h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}


.compatibility-section p {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
  color: rgba(10, 10, 10, 0.9);
}


.os-card {
 background: #cfe2ff;;
  border-radius: 12px;
  padding: 25px 15px;
  text-align: center;
  transition: all 0.3s ease;
}

.os-card:hover {
  background: white;
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}


.os-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
}

.os-icon.windows { background: #0078d6; }
.os-icon.mac { background: #333333; }
.os-icon.linux { background: #f48221; }


.os-info h4 {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 700;
}

.os-info span {
  font-size: 0.9rem;
  opacity: 0.8;
  color: #0f2a5f;
}



.site-footer {
  background: #cfe2ff;
  color: #0f172a;
  padding: 30px 0 30px;
  margin-top: 50px;
}

.footer-title {
  font-size: 20px;
  font-weight: 600;
  /* color: #0f172a; */
  margin-bottom: 15px;
}

.footer-text {
  font-size: 14.5px;
  /* font-weight: 600; */
  line-height: 1.7;
  /* color: #0f172a; */
}

.footer-heading {
  
  font-size: 25px;
  
  margin-bottom: 15px;
}


.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #0f172a;
  text-decoration: none;
  font-size: 14.5px;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  
  padding-left: 5px;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14.5px;
}

.footer-contact li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}


.footer-social {
  margin-top: 15px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  color: #080808;
  margin-right: 8px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #0d86e9;
  color: #ffffff;
}


.footer-divider {
  border-color: rgba(255,255,255,0.1);
  margin:  10px;
}


.footer-bottom p {
  font-size: 14px;
  color: #000000;
  margin: 0;
}

.counter-section{

  background: #f8fbff;

}
.counter-box{
  
  padding: 10px 20px;
 border: 1px solid;
 border-top: 4px solid;
 border-color:  rgb(9 57 111);
  border-radius: 12px;
  text-align: center;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transition: transform 3s ease-in-out, background 0.4s ease;
}

.counter-box:hover{
   transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 120, 212, 0.5);
    
}
.counter{
  margin-bottom: 0px;
}





@media (max-width: 575px) {
  .review-section h2 {
    font-size: 26px;
  }

  .review-card {
    padding: 22px;
  }
}



@media (max-width: 991px) {
  .formate-icon h2 {
    font-size: 28px;
  }

  .all-icons img {
    max-height: 38px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .formate-icon h2 {
    font-size: 24px;
  }

  .all-icons {
    gap: 20px;
  }

  .all-icons img {
    max-height: 34px;
  }
}


@media (max-width: 768px) {
  .site-footer {
    text-align: center;
  }

  .footer-contact li {
    justify-content: center;
  }
}


/* Responsive */
@media (max-width: 768px) {
  .os-card {
    padding: 20px 10px;
  }
}







@media (max-width: 767px) {
    .featuredlist {
        margin-bottom: 24px;
    }
}



@media (max-width: 576px) {
    .product_btn .nav-tabs {
        flex-wrap: wrap;
    }

    .product_btn .download,
    .product_btn .buy {
        width: 100%;
        justify-content: center;
        margin-bottom: 12px;
    }
    .hero-img{
      display: none;
    }


}
