/* ... (Existing styles) ... */

:root {
    --bg: #082220;
    --grey: rgba(246,249,240,.5);
  }
  @import url("https://fonts.googleapis.com/css2?family=Diplomata+SC&family=Gloock&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Martel:wght@200;300;400;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Diplomata+SC&family=Gloock&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Martel:wght@200;300;400;600;700;800;900&family=Signika:wght@300;400;500;600;700&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Courgette&family=Diplomata+SC&family=Gloock&family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Martel:wght@200;300;400;600;700;800;900&display=swap");
  
  * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }

  
:root {
	--border: 1px solid #1bbca8;
	--box-shadow: 0 0 0.7rem 0 #777777;
}
  
  body {
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .header-font {
    font-family: "Signika";
  }
  
  .italic-font {
    font-family: "Courgette";
  }
  nav {
    width: 98%;
    height: 75px;
    background-color: var(--bg);
    line-height: 75px;
    padding: 0.5px 4rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 100;
  }
  
  nav .logo {
    float: left;
  }
  
  nav .logo p {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: white;
    text-transform: uppercase;
  }
  
  nav ul {
    float: right;
  }
  
  nav ul li {
    list-style: none;
    display: inline-block;
  }
  
  nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0px 20px;
  }
  
  nav ul li a:hover {
    color: white;
  }
  
  nav ul .active {
    color: white;
  }
  
  .checkbtn {
    color: white;
    font-size: 25px;
    cursor: pointer;
    float: right;
    display: none;
  }
  
  #check {
    display: none;
  }
  
  @media screen and (max-width: 990px) {
    nav {
      padding: 0px 50px;
    }
    .checkbtn {
      display: block;
    }
    nav .logo p {
      font-size: 30px;
    }
    nav ul {
      width: 100%;
      height: 100vh;
      background-color: var(--bg);
      position: fixed;
      top: 75px;
      left: -100%;
      text-align: center;
      transition: 0.4s ease;
    }
    nav ul li {
      display: block;
      margin: 60px 0px;
      line-height: 20px;
    }
    #check:checked ~ ul {
      left: 0;
    }
  }
  
  /*START hero section*/
  .hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("images/hero-2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .hero-text {
    color: white;
    text-align: center;
  }
  
  .btn {
    background-color: var(--bg);
    color: white;
  }

  .hero-text h1 {
    font-size: 9.5rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 0.6;
  }
  
  .hero-text p {
    font-size: 6rem;
    font-weight: 20px;
    margin: 0;
    padding: 0;
  }
  /*END hero section*/

  .action-image {
    background-color:var(--bg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 26vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
  }
  
  .action-text {
    color: white;
    text-align: center;
  }
  
  .action-text h1 {
    font-size: 9.5rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 0.6;
  }
  
  .action-text p {
    font-size: 6rem;
    font-weight: 20px;
    margin: 0;
    padding: 0;
  }

  .rotate{
    transform: rotate(270deg);
}




  /*projects START*/
.about_new{
    background: url(images/Hero.jpeg) no-repeat left;
    background-size: 55%;
    background-color: #fdfdfd;
    overflow: hidden;
    padding: 100px 0;
}
.inner-section{
    width: 55%;
    float: right;
    background-color: var(--bg);
    padding: 140px;
    box-shadow: 13px 12px 8px rgba(0,0,0,0.3);
}
.inner-section h1{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
}
.text{
    font-size: 13px;
    color: #ffffff;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 40px;
}
.skills button{
    font-size: 22px;
    text-align: center;
    letter-spacing: 2px;
    border: none;
    border-radius: 20px;
    padding: 8px;
    width: 200px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    cursor: pointer;
}
.skills button:hover{
    transition: 1s;
    background-color: #ecf5f5;
    color: #00999c;
}
@media screen and (max-width:1200px){
    .inner-section{
        padding: 80px;
    }
}
@media screen and (max-width:1000px){
    .about_new{
        background-size: 100%;
        padding: 100px 40px;
    }
    .inner-section{
        width: 100%;
    }
}

@media screen and (max-width:600px){
  .about_new{
        padding: 0;
    }
    .inner-section{
        padding: 60px;
    }
    .skills button{
        font-size: 19px;
        padding: 5px;
        width: 160px;
    }
}
  /*projects End*/

  /*---FAQS----*/
  .accordion .accordion-item {
    border-bottom: 1px solid #f7f7f7;
  }
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #03b5d2;
  }
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
  }
  .accordion button:hover::after,
  .accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
  }
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  .accordion button[aria-expanded='true'] {
    color: #03b5d2;
  }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
  }
  /*----FAQS---*/



  /*----NEW START---*/
  .btn {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 12px 28px;
    border-radius: 0;
 }
 
 .btn-brand {
    background-color: var(--bg);
    color: #fff;
 }
 
 .btn-brand:hover {
    background-color: var(--bg);
    color: #fff;
 }
 
 .section-intro {
    text-align: center;
    margin-bottom: 60px;
 }
 
 .section-intro .hline {
    width: 120px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 16px auto 0 auto;
 }
 
 .icon-box {
    width: 60px;
    height: 60px;
    background-color: var(--bg);
    color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    flex: none;
 }
 
 .portfolio-item {
    overflow: hidden;
    position: relative;
 }
  .portfolio-item img,
  .portfolio-item .portfolio-overlay {
     transition: all 0.4s ease;
  }
 
 .portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 36, 90, 0.9);
    display: flex;
    align-items: flex-end;
    padding: 30px;
    opacity: 0;
 }
 
 .portfolio-overlay h3,
 .portfolio-overlay h6 {
    color: #fff;
 }
 
 .portfolio-item:hover .portfolio-overlay {
    opacity: 1;
 }
 
 .portfolio-item:hover img {
    transform: scale(1.1);
 }
 
  /*----NEW END---*/


 
  
  /*FOOTER START*/

.footer-container{
    max-width: 1170px;
    margin:auto;
    }
    .row{
    display: flex;
    flex-wrap: wrap;
    }
    ul{
    list-style: none;
    }
    .footer{
    background-color: var(--bg);
    padding: 70px 0;
    }
    .footer-col{
    width: 25%;
    padding: 0 15px;
    }
    .footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
    }
    .footer-col h4::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -10px;
    background-color: white;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
    }
    .footer-col ul li:not(:last-child){
    margin-bottom: 10px;
    }
    .footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
    }
    .footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 8px;
    }
    .footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin:0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
    }
    .footer-col .social-links a:hover{
    color: #24262b;
    background-color: #ffffff;
    }
    
    /*responsive*/
    @media(max-width: 767px){
    .footer-col{
    width: 50%;
    margin-bottom: 30px;
    }
    }
    @media(max-width: 574px){
    .footer-col{
    width: 100%;
    }
    }
  
  /*FOOTER END*/
  
  /*----ENTIRE WEBSITE RESPONSIVENESS----*/
@media (max-width: 550px){
  nav .logo p{
    font-size: 13px;
  }
  .hero-text h1{
    font-size: 3.5rem;
  }
  .rotate{
    transform: rotate(0deg);
  }
}
/* ... (Existing styles) ... */





@media screen and (max-width: 990px) {
  nav {
      padding: 0px 50px;
  }
  .checkbtn {
      display: block;
  }
  nav .logo p {
      font-size: 30px;
  }
  nav ul {
      width: 100%;
      height: 100vh;
      background-color: var(--bg);
      position: fixed;
      top: 75px;
      left: -100%;
      text-align: center;
      transition: 0.4s ease;
  }
  nav ul li {
      display: block;
      margin: 60px 0px;
      line-height: 20px;
  }
  #check:checked ~ ul {
      left: 0;
  }
}

@media screen and (max-width: 550px) {
  nav .logo p {
      font-size: 13px;
  }
  .hero-text h1 {
      font-size: 3.5rem;
  }
  .rotate {
      transform: rotate(0deg);
  }

  /* Additional adjustments for smaller screens can be added here */
}
/* ... (Existing styles) ... */

@media screen and (max-width: 990px) {
  nav {
      padding: 0px 50px;
  }
  .checkbtn {
      display: block;
  }
  nav .logo p {
      font-size: 30px;
  }
  nav ul {
      width: 100%;
      height: 100vh;
      background-color: var(--bg);
      position: fixed;
      top: 75px;
      left: -100%;
      text-align: center;
      transition: 0.4s ease;
  }
  nav ul li {
      display: block;
      margin: 60px 0px;
      line-height: 20px;
  }
  #check:checked ~ ul {
      left: 0;
  }
}

@media screen and (max-width: 550px) {
  nav .logo p {
      font-size: 13px;
  }
  .hero-text h1 {
      font-size: 3.5rem;
  }
  .rotate {
      transform: rotate(0deg);
  }

  /* Additional adjustments for smaller screens can be added here */
}


/*--Frequestly asked questions section--*/
/* Media query for screens smaller than 768px (adjust as needed) */
@media (max-width: 768px) {
  .container {
    padding: 20px; /* Add some space around the content */
  }
  .accordion {
    text-align: left; /* Reset text alignment for smaller screens */
  }
  .accordion-item {
    margin-bottom: 15px; /* Add spacing between FAQ items */
  }
  .accordion-title {
    font-size: 18px; /* Adjust font size for readability */
  }
  .accordion-content {
    font-size: 16px; /* Adjust font size for readability */
  }
}

/*--Nav bar Drop Down--*/

/* Initially hide the submenu */
/* Adjust the submenu width */
.submenu {
  display: none;
  position: absolute;
  list-style: none;
  background-color: var(--bg);
  padding: 10px;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 200px; /* Adjust this width to your preference */
  white-space: normal; /* This allows text to wrap to the next line if necessary */
}

/* Show the submenu when the parent list item is hovered */
.dropdown:hover .submenu {
  display: block;
}

/* Adjust the submenu width and text size for "OUR OFFERING +" */
li.dropdown:hover .submenu {
  width: 250px; /* Adjust the width as needed */
  white-space: normal; /* Allow text to wrap */
}

.smaller-text {
  font-size: 10px; /* Adjust the font size as needed */
  line-height: 0.2; /* Adjust the line height for tighter spacing */
}



/* Style the main menu and submenu items */
.menu {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.menu li {
  position: relative;
  cursor: pointer;
}

.menu a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .menu {
    flex-direction: column;
    align-items: center;
  }

  .submenu {
    position: static;
  }

  .dropdown:hover .submenu {
    display: block;
    position: static;
  }

  .checkbtn {
    display: block;
    cursor: pointer;
  }

  .checkbtn i {
    font-size: 30px;
  }

  #check:checked + ul .submenu {
    display: block;
    position: static;
  }
}

