* {
    margin: 0;
    padding-top: 0;
    box-sizing: border-box;
    ::-webkit-scrollbar {
        display: none; /* Hide the scrollbar */
    }
}

/* #logo{
    width: 140px;
    height:140px;
    top:33px;
} */
/* navbar */

.header {
    padding: 0px;
}

.navigation {
    margin-left: -70px;
    justify-items: center;
}

.navbar-nav {
    align-items: center;
    width: auto;
    border-radius: 40px;
    padding: 5px;
    background-color: rgba(155, 225, 248, 0.70);
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.nav-item {
    border-radius: 50px;
    padding: 2px 10px;
}

.active {
    border-radius: 100px;
    background: conic-gradient(from 20deg at 50% 50%, #73A1FB 0deg, #9BE1F8 360deg);
    /* transform: rotate(-90deg); */
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 2px 2px rgba(0, 0, 0, 0.25);
    padding: 1px 10px;
}

/* hero section */
.hero-comp1 {
    margin-top: 30px;
    margin-bottom: -490px;
    margin-left: -50px;
}

.hero-comp2 {
    margin-top: 100px;
    margin-bottom: -900px;
    margin-left: -80px;
    z-index: 999;
    position: relative;
}

.hero-comp3 {
    /* margin-left: 1180px; */
    /* top:342px;
    left: 1362px; */
    margin-top: -60px;
    margin-left: 320px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.Transparent-line {
    margin-top: -70px;
    margin-left: 515px;
}

.hero-comp4 {
    margin-left: 1250px;
    margin-top: -100px;
}

.hero-cls {
    background-color: #FFFFFF;
    border: solid 0px black;
    padding: 40px 15px;
    box-shadow: inset 0 4px 30px 0 rgba(82, 54, 255, 0.19),
        0 0 50px rgba(118, 203, 253, 0.3);
    border-radius: 35px;
}

.hero-image img {
    width: 450px;
    height: 500px;
    border-radius: 35px;
    object-fit: cover;
}

.hero-content {
    font-family: "Open Sans", sans-serif;
    margin-top: -30px;
}

.hero-content p:first-of-type {
    font-weight: 700;
    font-size: 30px;
    line-height: 10px;
    color: #000000;
    text-transform: capitalize;
}

.hero-content p:nth-of-type(2) {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}

.hero-content p:last-of-type {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: 400px;
}

.buttons button {
    width: 142px;
    height: 50px;
    border-radius: 39px;
    padding: 25px, 51px, 25px, 51px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}

.btn1 {
    background: linear-gradient(90deg, #68DAFE 0%, rgba(79, 255, 223, 0.71) 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-color: transparent;
}

.btn2 {
    margin-left: 10px;
    background-color: #F4F4F4;
    border-color: #F4F4F4;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.btn2:hover {
    background-color: #F4F4F4;
    border-color: #F4F4F4;
    color: #000000;
}

.arrow {
    margin-left: 1150px;
    margin-bottom: 10px;
}

/* section2 */
.sec2-p1 {
    color: #242331;
    font-family: "Open Sans";
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    line-height: 70px;
}

.sec2-p2 {
    color: #4E4E4E;
    font-family: "Open Sans";
    font-weight: 500;
    text-align: center;
    font-size: 20px;
    line-height: 38.4px;
    text-transform: capitalize;
}

.sec2 .card {
    height: 320px;
    border-radius: 10px;
    background-color: #F4F4F4;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-color: #F4F4F4;
}

.sec2 .card2 {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.sec2 .card-title {
    font-family: "Open Sans", sans-serif;
    color: #303030;
    font-weight: 600;
    font-size: 28px;
    line-height: 37.3px;
}

.sec2 .card-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #4E4E4E;
}

/* section3 */
.sec3 .row {
    background-image: url('../images/Background.png');
    background-repeat: no-repeat;
    background-position: right;
    border-radius: 50px;
    height: 520px;
    object-fit: contain;
}

.sec3-head {
    color: #242331C4;
    font-weight: 600;
    font-size: 30px;
    text-align: Center;
    font-family: "Open Sans", sans-serif;
    background: linear-gradient(90deg, rgba(15, 178, 227, 0.11) 0%, rgba(141, 249, 229, 0.8) 52.5%);
    background-size: contain;

}

.sec3 .col-lg-6 p:first-of-type {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 42px;
    color: #242331;
    line-height: 70px;
}

.sec3 .col-lg-6 p:last-of-type {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 40px;
    color: #797979;
    object-fit: contain;
}

.sec3 .col-lg-6 img {}

.sec3 .back-grey{
    background-image: url('../images/greyBack.png');
    background-position: left;
    background-repeat: no-repeat;
    border-radius: 50px;
    height: 520px;
    object-fit: contain;
}

/* section4 */
.services-card {
    background: rgba(155, 225, 248, 0.1);
    right: -3.65%;
    left: 7.18%;
    border-radius: 60px;

}

.sec4-title {
    color: #24B8D2;
    font-weight: 600;
    font-size: 50px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.sec4-head, .sec6-head {
    color: #3D3D3D;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    padding: 0px 0px;

    /* line-height: 80px; */
}

.sec4-text {
    background-image: url('../images/Vector\ 7.png');
    background-repeat: no-repeat;
    /* background-size: ; */
    background-size: 100px 100px;
    background-position: 220px 60px;
}

.sec4 .card {
    width: 350px;
    height: 280px;
    border-radius: 35.39px;
    border-color: #FFFFFF;
    box-shadow: 0px 5.66176px 14.1544px rgba(0, 0, 0, 0.13);

}

.sec4 .card-title {
    font-weight: 500;
    font-size: 28px;
    color: #3D3D3D;
}

.sec4 .card-text {
    font-weight: 400;
    font-size: 16px;
    color: #525252;
    line-height: 24px;
}

.sec4 .card-img {
    object-fit: contain;
}

.sect5-card {
    background: rgba(155, 225, 248, 0.1);
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    padding: auto;
    margin-left: 100px;
}

/* section5 */
.sec5-text {
    font-family: "Open Sans", sans-serif;
}

.sec5-text p:first-of-type {
    color: #1E7989;
    font-weight: 600;
    font-size: 42.5px;
}

.sec5-text p:nth-of-type(2) {
    font-weight: 600;
    font-size: 52.5px;
    color: #0A033C;
    line-height: 60px;
}

.sec5-text p:last-of-type {
    color: #5D5A6F;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
}

.sec5 button {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    border-radius: 10px;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.3);
    background: conic-gradient(from 98.48deg at 46.38% 47.38%, #49DEFF 0deg, rgba(79, 255, 223, 0.8) 359.96deg, #49DEFF 360deg);
    border-color: transparent;
    padding: 7px 25px;

}

.sec6{
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.sec6-text {
    background-image: url('../images/Vector\ 7.png');
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: 970px 5px;
}

.stats {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
}

.stat {
    margin: 20px;
    text-align: center;
}

.stat h2 {
    font-size: 72px;
    background: -webkit-linear-gradient(#24B6D0, #125D6A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
    margin: 0;
}

.stat p {
    font-size: 1.8rem;
    color: #6C6868;
    margin-top: 10px;
    font-weight: 600;
    font-style: bold;
}


.sec7 {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .large-container {
    position: left;
    max-width: 1280px;
    padding: 0px 10px;
    margin: 0 auto;
  }
  
  .testimonial-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 210px;
    overflow: hidden;
    &:before {
      position: absolute;
      left: -200px;
      top: 30%;
      width: 701px;
      height: 756px;
      content: "";
      -webkit-animation: fa-spin 25s infinite alternate;
      -moz-animation: fa-spin 25s infinite alternate;
      -ms-animation: fa-spin 25s infinite alternate;
      -o-animation: fa-spin 25s infinite alternate;
      animation: fa-spin 25s infinite alternate;
    }
    .sec-title {
      position: relative;
      margin-bottom: 115px;
      .title {
        margin-bottom: 20px;
      }
    }
    .testimonial-carousel {
      position: relative;
      max-width: 900px;
      margin: 0 -20px;
    }
  }
  
  .testimonial-block {
    .inner-box {
      padding: 80px 105px;
      background-color: #ffffff;
      box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
    }
    .text {
      position: relative;
      display: block;
      font-size: 18px;
      line-height: 32px;
      color: #282331;
      font-weight: 400;
      margin-bottom: 50px;
      font-family: "Muli", sans-serif;
    }
    .info-box {
      position: relative;
      padding-left: 115px;
      padding-top: 10px;
      .thumb {
        position: absolute;
        left: 0;
        top: 0;
        height: 82px;
        width: 82px;
        img {
          border: 6px solid #e5e6fa;
          border-radius: 50%;
          overflow: hidden;
          display: block;
          width: 100%;
          height:100%;
          box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
        }
      }
      .name {
        position: relative;
        display: block;
        font-size: 21px;
        line-height: 1.2em;
        color: #382c4d;
        font-weight: 700;
        margin-bottom: 10px;
        font-family: "Niramit", sans-serif;
      }
      .designation {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #8053f7;
        font-weight: 400;
        font-family: "Muli", sans-serif;
      }
    }
  }
  
  .testimonial-carousel {
    .owl-nav {
      position: absolute;
      right: 75px;
      bottom: 70px;
    }
    .owl-next, .owl-prev {
      position: relative;
      display: inline-block;
      height: 75px;
      width: 75px;
      line-height: 75px;
      text-align: center;
      border-radius: 50%;
      background-color: #ffffff;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
    }
    .owl-next:hover, .owl-prev:hover {
      background-color: #00df97;
      box-shadow: 0 24px 24px rgba(187, 187, 187, 0.75);
    }
  }
  
  .arrow-right, .arrow-left {
    position: relative;
    display: inline-block;
    height: 9px;
    width: 43px;
    background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-left-2.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .arrow-right {
    background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-right-2.png);
  }
  
  .testimonial-section .thumb-layer {
    position: absolute;
    right: 30px;
    top: 120px;
    .image {
      position: relative;
      margin-right: 0;
      img {
        display: inline-block;
        max-width: 100%;
        height: auto;
      }
    }
  }
  
  @media only screen and (max-width: 767px) {
    .testimonial-section .sec-title {
      margin-bottom: 50px;
    }
    .testimonial-block {
      padding: 0;
      .inner-box {
        box-shadow: none;
        border: 2px solid #f1f1f1;
      }
    }
    .testimonial-carousel {
      .owl-nav {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 20px;
        text-align: center;
      }
      .owl-next, .owl-prev {
        border: 2px solid #f1f1f1;
      }
    }
  }
  
  @media only screen and (max-width: 1366px) {
    .large-container {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  /* Footer Styles */
.footer-section {
    display: flex;
    flex-direction: column;
    background-color: rgba(155, 225, 248, 0.1);
    font-family: 'Poppins', sans-serif;
    gap: 20px;
}

.newsletter {
    display: flex;
    flex-direction: row; /* Make the newsletter section stack vertically */
    text-align: center;
    margin-bottom: 20px;
    background-color: white;
    padding: 10px 0;
    align-items: center; /* Centers the children horizontally */
    justify-content: center; /* Centers the children vertically */
}

.subscribe-newsletter {
    font-size: 20px;
    font-weight: 500;
    margin: 10px;
    color: #333;
    font-family: "Open Sans", sans-serif;
}

.text-field {
    display: flex;
    justify-content: start; /* Centers input and button horizontally */
    position: relative;
    border: 1px solid #979797;
    width: 500px;
    padding: 5px;
    
}

.input-field {
    padding: 10px;
    border:none;
    outline: none;
    width: 280px;
    font-family: "Muli", sans-serif;
}

.subscribe-now {
    width: 200px;
    background-color: #49DEFF;
    color: white;
    border: #979797;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    padding: 0 20px;
    box-shadow: #979797;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.subscribe-now:hover {
    background-color: #0056b3;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.company-info {
    flex: 1;
    max-width: 30%;
}

.company-name {
    font-size: 24px;
    font-weight: 700;
    color: #242331;
}

.tagline {
    font-size: 14px;
    color: #636161;
}

.menu-section {
    flex: 1;
    max-width: 30%;
}

.menu {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #101113;
}

.menu-section ul {
    list-style: none;
    padding: 0;
}

.menu-section li {
    font-size: 16px;
    color: #5C5F66;
    margin-bottom: 5px;
}

.contact-info {
    flex: 1;
    padding: 0px;
    max-width: 30%;
}

.contact-header {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #101113;
}

.email, .contact {
    font-size: 16px;
    color: #5C5F66;
}

.follow-us {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    color: #101113;
}


/*social media*/
.social-media-icons {
    display: flex;
    flex-direction: row;
    gap: 20px;  
    margin-top: 5px;
}


.social-icon {
    font-size: 20px;
    color: #5C5F66; 
    text-decoration: none; 
}

.social-icon:hover {
    color: #007bff;
}


.copyright {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 10px;
}




/*About css section*/
.about-section {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.about-s1 {
    font-size: 40px; /* Larger font size for heading */
    font-weight: 700; /* Makes it bold */
    margin-bottom: 10px;
    text-align: center;
}

.about-p2 {
    font-size: 14px; /* Smaller font size for paragraph */
    color: #555; /* Optional: Adds a subtle text color */
    text-align: center;
}

.about-container {
    padding: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.about-background{
    background-image: url('../images/Vector\ 7.png');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: left;
}

.about-background2{
    background-image: url('../images/Vector\ 7.png');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: top;
}
.about-background3{
    background-image: url('../images/Vector\ 9.png');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: right;
}

.about-background4{
    background-image: url('../images/Vector\ 71.png');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: right;
}

.image-row {
    display: flex;
    margin: auto;
    padding: 20px;
    max-width: 1000px;
}

.image-row img {
    padding: 20px 0 20px 20px;
    box-sizing: border-box; /* Includes padding in width calculations */
}

.image-row .img-60 {
    flex: 4;
    height: 400px;
    border-radius: 50px;
}

.image-row .img-40 {
    flex: 3; 
    height: 400px;
    border-radius: 50px;
}

.about-container .row {
    max-width: 1000px;
    display: flex;
    gap: 10px; /* Gap between columns */
}

.about-container .row h2 {
    flex: 3; /* 30% of the row */
    margin: 0;
    text-align: start;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.about-container .row p {
    flex: 7; /* 70% of the row */
    margin: 0;
    text-align: start;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}




/* Our Clients*/
.client{
    box-sizing: border-box;
    background-color: #000000;
}

.client .column {
    flex: 1; /* Makes columns take equal space */
  }

  .client .column:first-child {
    justify-content: center;
    background-color: #fff; /* Add distinct colors for visibility */
  }

  .client .column:last-child {
    background-color: fff;
  }

  .client .column2 {
    flex: 0.75; /* Makes columns take equal space */
  }

.object {
	position: relative;
	width: 200px;
	height: 200px;
	margin: 40px auto; 
	perspective: 1000px;
}

.object2 {
	margin: 40px 40px 10px 20px;
    font-weight: 300;

    justify-items: center;
}

.object2 .p-left{
    text-align: left;
    color: #fff;
}

.client-carousel {
	width: 100%;
	height: 100%;
	position: absolute;
	transform: translateZ(-288px);
	transform-style: preserve-3d;
	transition: transform 1s;
    margin-top: 10px;
}

.cell {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 10px;
	top: 10px;
	border: 2px solid black;
	color: white;
	text-align: center;
    border-radius: 100%;
}

.cell:nth-child(1) { 
	background: #0c0c0ccc; 
	transform: rotateY(0deg) translateZ(275px); 
}
.cell:nth-child(2) { 
	background: #ffffffcc;
	transform: rotateY(60deg) translateZ(275px); 
}
.cell:nth-child(3) { 
	background: #46085acc; 
	transform: rotateY(120deg) translateZ(275px); 
}
.cell:nth-child(4) { 
	background: #bf0e12cc;
	transform: rotateY(180deg) translateZ(275px); 
}
.cell:nth-child(5) { 
	background: #0b2c67cc;
	transform: rotateY(240deg) translateZ(275px); 
}

.cell:nth-child(6) { 
	background: #deefcacc;
	transform: rotateY(300deg) translateZ(275px); 
}

.button-group {
	text-align: center;
}

.previous-button,
.next-button {
	background-color: #4CAF50;
    border-radius: 50px;
}

.previous-button:hover,
.next-button:hover {
	background-color: #2edbdc; 
	color: white;
	font-weight: 700;
}

.previous-button,
.next-button {
	border: none;
	outline:none;  /*I think this style no one lese at the class will use*/
	color: white;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
    font-weight: 600;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
}

#image {
	width:100%;
	height: 100%;
    border-radius: 100%;
}

/*vision*/

.vision{
    background-color: black;
    padding: 20px;
}

.vision .card-container{
    width: 1200px !important;
    padding: 10px !important;
    margin-right: auto;
    margin-left: auto;
  
    @media screen and (min-width: 992px) and (max-width: 1439px) {
      max-width: 1279px !important;
      padding: 0 !important;
      margin: 10px 80px !important;
      width: auto !important;
    }
  
    @media screen and (max-width: 991px) {
      max-width: 959px !important;
      margin: 0 16px !important;
      padding: 0 !important;
      width: auto !important;
    }
  }
  
  .vision .card-container .gradient-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    padding: 30px;
    @media screen and (max-width: 991px) {
      grid-template-columns: 1fr;
    }
  }

  .vision .card-container .container-title {
    text-align: center;
    padding: 0;
    margin-bottom: 40px;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    margin-top: 20px;
  }
  
  .vision .card-container .gradient-cards .card {
    max-width: 550px;
    border: 0;
    width: 100%;
    margin-inline: auto;
    background-color: transparent;
  }

  .vision .card-container .gradient-cards .card .container-card {
    position: relative;
    border: 2px solid transparent;
    background: linear-gradient(71deg, #080509, #1a171c, #080509);
    background-clip: padding-box;
    border-radius: 45px;
    border: 0.2px solid #b5b0b0;
    padding: 40px;
    img {
      margin-bottom: 32px;
    }
  }
  
  .bg-green-box,
  .bg-white-box,
  .bg-yellow-box,
  .bg-blue-box {
    position: relative;
  }
  
  .bg-green-box::after,
  .bg-white-box::after,
  .bg-yellow-box::after,
  .bg-blue-box::after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    content: "";
    z-index: -1;
    border-radius: 45px;
  }
  
  .bg-green-box::after {
    background: linear-gradient(71deg, #0d1212, #3da077, #0d1212);
  }
  
  .bg-white-box::after {
    background: linear-gradient(71deg, #121013, #b0afb0, #121013);
  }
  
  .bg-yellow-box::after {
    background: linear-gradient(71deg, #110e0e, #afa220, #110e0e);
  }
  
  .bg-blue-box::after {
    background: linear-gradient(71deg, #0c0a0e, #5f6fad, #0c0a0e);
  }
  
  .vision .card-container .gradient-cards .card .container-card .card-title {
    font-weight: 600;
    color: white;
    letter-spacing: -0.02em;
    line-height: 40px;
    font-style: normal;
    font-size: 28px;
    padding-bottom: 8px;
  }
  
  .vision .card-container .gradient-cards .card .container-card .card-description {
    font-weight: 600;
    line-height: 32px;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    max-width: 470px;
  }
  