1/* font from Google font  */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


/* lets style some basic css */

*,
dl,
ol,
ul {
    padding: 0;
    margin: 0;
}

a,
img {
    transition: .4s;
}

* {
    box-sizing: border-box;
    font-family: "Rubik";
}

li {
    list-style: none;
}

li,
p {
    font-family: "Rubik";
    font-size: 16px;
    color: #2f2f2f;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rubik";
    font-weight: 500;
    text-decoration: none;
    letter-spacing: .1px;
    color: #000;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1230px;
}

img {
    max-width: 100%;
}

.top-bar {
    background: #096bd8;
    padding: 10px 0;
}

.top-bar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-content {
    display: flex;
    gap: 25px;
    justify-content: center;
}

.top-social ul {
    display: flex;
    align-items: center;
}

.top-icon {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 20px;
}

.top-icon i,
.top-icon a {
    color: white;
}

.top-social ul li a {
    font-size: 17px;
    padding: 0 7px;
    color: white;
}

.top-social ul li a:hover {
    color: #000;
}

.bottom-bar {
    background: white;
    border-bottom: 2px solid #096bd8;
}

.navbar-brand {
    font-size: 40px;
    color: #096bd8;
    font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 15px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.nav-btn a {
    background: #096bd8;
    padding: 9px 23px;
    border-radius: 30px;
    font-size: 15px;
    color: white;
    cursor: pointer;
    display: inline-block;
}

.nav-btn a:hover {
    background: #000;
    color: white;
}

.banner-sec {
    background: url(imgs/tech.jpeg);
    position: relative;
    padding: 140px 0;
}
.col-md-6{
    background-color:  #5C5C5F75;
    border-radius: 15px;
}
.slide_content h2 {
    font-size: 45px;
    margin: 10px 0 20px;
    color: #096bd8;
    text-transform: capitalize;
}

.slide_content p {
    color: #000;
    margin-bottom: 20px;
    font-size: 17px;
}

.slide_content h5 {
    color: #096bd8;
    font-weight: normal;
    font-size: 15px;
}

/* lets style  */

.about-pg-img {
    position: relative;
}

.img-1 {
    position: relative;
    border-radius: 25px;
    width: 95%;
}

.img-1 img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    border-radius: 25px;
}

.img-2 img {
    width: 250px;
    height: 200px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 15px solid #fff;
    border-left: 15px solid #fff;
    border-radius: 0;
    border-bottom-right-radius: 25px;
}


.about-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 2px solid #000;
    padding: 16px 9px;
    width: max-content;
    background: #000;
    color: white;
}

.about-btn a i {
    font-size: 22px;
}

.about-btn {
    position: absolute;
    top: 0;
    padding: clamp(1rem, 0.9135rem + 0.3846vw, 1.375rem);
    background: white;
    writing-mode: vertical-lr;
    margin-bottom: 2em !important;
    z-index: 9;
}

.about_list li {
    display: inline-block;
    width: 48%;
    margin-bottom: 10px;
    font-size: 18px;
    opacity: .7;
}

.about_list li i {
    margin-right: 7px;
}

h2.title {
    font-size: 43px;
    color: #000;
    margin: 10px 0;
}

/* lets styel  */

.service-sec {
    position: relative;
    background: #ebebeb;
}

.service-box {
    background: #096bd8;
    padding: 30px;
    border-radius: 5px;
    position: relative;
    transition: .4s ease;
    overflow: hidden;
    z-index: 9;
    margin-bottom: 20px;
}

.ser-icon {
    width: 75px;
    height: 75px;
    background: white;
    display: grid;
    place-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
    padding: 15px;
}


.ser-txt h4 {
    color: white;
    font-size: 20px;
    margin: 10px 0;
    transition: .4s ease;
}

.ser-txt p {
    color: white;
    transition: .4s ease;
}

.read-more i {
    transform: rotate(-45deg);
}

.service-box:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: white;
    top: 0;
    right: 0;
    transition: .5s ease;
}

.service-box:hover:after {
    width: 100%;
    z-index: -1;
}

.service-box:hover h4,
.service-box:hover p,
.service-box:hover a {
    color: #000;
}

.service-box:hover .ser-icon {
   background: #096bd8;
}

.service-box:hover .ser-icon img {
    filter: invert(1);
}

.service-box a {
    color: white;
}

/* lets style  */

.work-img {
    width: 85%;
    margin: auto;
    border-radius: 20px;
}

.work-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}

.work-num {
    font-size: 60px;
    font-weight: 500;
    color: #000;
}

.work-txt {
    width: 80%;
}

.work-flex:nth-child(2){
    flex-direction: row-reverse;
}

.work-flex:nth-child(2) .work-txt {
    text-align: right;
}

.work-txt h4 {
    font-size: 20px;
}

/* lets style  */

.partner {
    padding: 50px 0;
    background: #096bd8;
}

.partner-slides {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pertner-img {
    width: 13%;
    text-align: center;
    margin: 20px 0;
}

.pertner-img img {
    margin: auto;
    filter: invert(1);
}

.testimonial-box {
    padding: 25px;
    background: #096bd8;
    border-radius: 10px;
    transition: .4s ease;
    width: 95%;
    margin: auto;
}


.test-icon img {
    margin: 20px 0;
    filter: invert(1);
}

.testimonial-box p {
    font-style: italic;
    color: white;
}

.test-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.t-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid white;
    margin-right: 15px;
}

.test-info h5 {
    font-size: 18px;
    color: white;
}

.test-info span {
    color: white;
}

.testimonial-box:hover{
    background: white;
    border: 1px solid ;
}

.testimonial-box:hover p , .testimonial-box:hover h5 , .testimonial-box:hover span {
    color: #000;
}

/* lets style  */

.newsletter {
    background: #f9f9f9;
}

.new-form {
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 25px;
    overflow: hidden;
}

.form-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-form input , .new-form textarea {
    width: 100%;
    border: none;
    padding: 6px 10px;
    border-radius: 30px;
    margin-bottom: 15px;
    background: #f3f3f3;
}

.new-form label {
    font-size: 14px;
    margin-bottom: 7px;
}

.new-form textarea {
    height: 110px;
}

.new-form input[type="submit"]{
    background: #000;
    color: white;
    padding: 10px 0;
}


/* lets style  */

.blog-box {
    position: relative;
}

.blog-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.blog-img {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 9;
}

.date {
    background: #096bd8;
    display: grid;
    place-content: center;
    width: max-content;
    padding: 2px 12px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    border-radius: 10px;
    color: white;
}

.blog-text h2 {
    font-size: 20px;
    margin: 20px 0 10px;
}

.blog-text a.read-more {
    color: #000;
}

.img-hover {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.img-hover:before{
    position: absolute;
    content: "";
    background: white;
    width: 100%;
    height: 100%;
    opacity: .2;
    transform: scale(0);
    transition: .5s ease;
}

.img-hover:hover:before{
    transform: scale(1.5);
    z-index: 9;
}

.img-hover:hover img {
    transform: scale(1.1);
}

/* lets style  */

.footer {
    padding: 60px 0 20px;
    background-color: #096bd8;
}

.footer-img img {
    width: 240px;
    height: auto;
}

.f-title {
    color: white;
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    position: relative;
}

.f-title:before{
    position: absolute;
    content: "";
    width: 55px;
    height: 2px;
    background-color: white;
    bottom: 0;
}


.footer_links ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

footer a , footer li , footer p {
    font-size: 15px;
    color: white;
}

.footer_links ul li:before{
    position: absolute;
    content: ">";
    font-size: 18px;
    left: 0;
    color: white;
    font-weight: bold;
}

ul.footer-box li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

ul.footer-box li i {
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
    border-radius: 100%;
    color: #000;
    font-size: 14px;
    margin-right: 10px;
    margin: 0 5px 0 0;
    background: white;
}

ul.footer-box li a {
    width: 75%;
}


.copyrights {
    text-align: center;
    margin-top: 20px;
    border-top:  1px solid #fff;
    padding-top: 20px;
}

.copyrights a {
    text-align: center;
    color: white;
}

.footer-padding {
    padding-left: 50px;
}

.social-icon ul li a {
    width: 35px;
    height: 35px;
    background-color: white;
    color: #096bd8;
    border-radius: 100%;
    font-size: 14px;
    transition: .4s ease;
    display: grid;
    place-content: center;
}

.social-icon ul {
    display: flex;
    gap: 5px;
}

.hidden-text { display: none; } .read-more-btn { color: blue; cursor: pointer; text-decoration: underline; }
summary{
    border: 2px solid #000;
    width: 30%;
    border-radius: 5px;
    
}

#popup {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
      text-align: center;
    }

    #popup button {
      margin-top: 10px;
    }


 .container2 {
      max-width: 1100px;
      margin: auto;
      padding: 40px 20px;
     background-color:  #5C5C5F75;
     border-radius: 15px;

    }

    h1 {
        color: #fff;
      text-align: center;
      margin-bottom: 40px;
    }

    .services {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .service-box {
      background: #ffffff;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .service-box h3 {
      margin-top: 0;
      color: #333;
    }

    .service-box p {
      color: #666;
      line-height: 1.6;
    }

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

.modal-content {
  background: #fff;
  width: 80%;
  max-width: 900px;
  margin: 5% auto;
  padding: 30px;
  border-radius: 10px;
}

.close {
  float: right;
  font-size: 28px;
  cursor: pointer;
}

.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.service-box {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

