@media only screen and (max-width: 768px) {
    
  }#second-line-text{
    margin-left: 15%;
  }
  .servicesfourth{
    margin-top: 3%;
    border-radius: 20px;
    background-color: #3cd476;
  }#main-top-conataoiner-image{

    display: flex;
    justify-content: center;
    /* align-items: center; */
  }#top-conataoiner-image{
    /* z-index: 9999; */
    width: 53%;
  }.top-conataoiner-para{
    color: aqua;
    font-size:30px;
    font-family: "Calisto MT", serif;
    font-weight: bolder;
    margin-left: 15%;
    margin-right: 9%;
    margin-top: 7%;
  }
  
  #line-coniter-para-img {
    width: 30%;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); /* Initial clip-path */
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: opacity 0.5s, visibility 0.5s;
}

@keyframes drawLine {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); /* Start with the line completely hidden */
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); /* End with the full line revealed */
  }
}

#line-coniter-para-img.animate {
    animation: drawLine 2s linear forwards infinite;
    animation-direction: alternate;
    opacity: 1;
    visibility: visible;
}

.container-line-coniter-para-img {
    margin-left: 25%;
    margin-top: -10%;
}
#box-container{
  width: 80%;
  height: 500px;
  margin-top: -5%;
  /* border: 1px solid blue; */
  /* background-color: rgba(3, 3, 120, 0.941); */
  margin-left: 25%;
  z-index: 0;
}#lets-para{
  background-color: #7209b7;
    width: 25%;
    display: flex; /* Add this */
    justify-content: center; /* Add this */
  position: relative;
  font-family: "Calisto MT", serif;
  color: white;
  font-size: 40px;
  margin-left: 2%;
  top: 7%;
  border: none;
}#lets-para-second{
  font-family: "Calisto MT", serif;
  color: aqua;
  margin-right: 13%;
  /* margin-left: 5%; */
  margin-top: 10%;
  font-size: 30px;
}.lets-para-second-line {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  /* margin-top: -2%; */
}
.lets-para-second-dot{
font-size: 35px;
margin-top: -1%;
  color: #00a3cc; /* AQCA color */
  position: absolute;

}
 .lets-para-second-para{

  color: white;
  margin-left: 2%;
  font-family: "Calisto MT", serif;
  font-size: 20px;
}#approvals{
  font-size: 22px;
  margin-left: 88%;
  margin-top: 8%;
}.iknow-button-new{
  font-family: "Calisto MT", serif;
border-radius: 44px;
  background-color: rgb(170, 168, 168);
  color: black;
  font-size: 24px;
  padding: 0 20px;
  /* font-weight: bold; */
  border: none;


}.iknow-button-new:hover{
  color: white;
  background-color: #3cd476;
}#all-website-cem-marketing-button{
  margin-left: 25%;
  gap: 4%;
  margin-top: 10%;
  display: flex;
}.iknow-button-new.active {
  color: white;
  background-color: #3cd476;
  /* transform: scale(1.1); */
}#main-poster-flyer-container{
  display: none;
}

#logo-para-bellow-container{
  font-family: "Calisto MT", serif;
  display: flex;
  margin-left: 15%;
  margin-top: 8%;
  /* gap: 2%; */
}#logo-para-bellow-first{
  color: aqua;
  margin-right: 23%;
  font-size: 25px;
}#logo-para-bellow-second{
  color: white;
  margin-right: 15%;
  margin-top: 2%;
  font-size: 18px;
  margin-left: -10%;
}#new-right-left-para{
  margin-top: 5%;
  margin-left: 15%;
  color: white;
  font-size: 20px;
  margin-right: 10%;
  font-weight: bolder;
  font-family: "Calisto MT", serif;
}#second-right-left-para{
  margin-top: 5%;
  margin-left: 15%;
  color: white;
  font-size: 20px;
  margin-right: 10%;
  font-weight: bolder;
  font-family: "Calisto MT", serif;
}#third-right-left-para{
  margin-top:5%;
  margin-left: 15%;
  color: white;
  font-size: 20px;
  margin-right: 10%;
  font-weight: bolder;
  font-family: "Calisto MT", serif;
}#fourth-right-left-para{
  margin-top: 5%;
  margin-left: 15%;
  color: white;
  font-size: 20px;
  margin-right: 10%;
  font-weight: bolder;
  font-family: "Calisto MT", serif;
}
.line-right-left{
  position: relative;
  color: aqua;
}#logo-conatiner-section{
  display: grid;
  margin-left: 5%;
  margin-top: 10%;
  grid-template-columns: repeat(4,1fr);
}#logo-conatiner-section img{
  width: 80%;
  margin-top: 10%;
}#logo-conatiner-section div:hover{
  cursor: pointer;
  transform: scale(1.1);
}#Stationery-conatiner-section{
  display: grid;
  margin-left: 5%;
  margin-top: 10%;
  grid-template-columns: repeat(3,1fr);
}#Stationery-conatiner-section img{
  width: 80%;
  margin-top: 10%;
}#Stationery-conatiner-section div:hover{
  cursor: pointer;
  transform: scale(1.1);
}#poster-conatiner-section{
  display: grid;
  /* margin-left: 5%; */
  margin-top: 10%;
  grid-template-columns: repeat(3,1fr);
}#poster-conatiner-section img{
  width: 100%;
  /* margin-top: 10%; */
}#poster-conatiner-section div:hover{
  cursor: pointer;
  transform: scale(1.01);
}.poster4,.poster5,.poster6{
height: 480px;
}.poster1,.poster2,.poster3{
  height: 455px;
  }.poster7,.poster8,.poster9{
  height: 450px;
  }
.iknow-button{
  margin-top: -100%;
  margin-left: 43%;
}





.text-container {
  display: flex;
  gap: 5%;
  margin-left: 15%;
  margin-top: 5%;
      /* text-align: right; */
      padding-right: 20px;
  }
  .outlined-text {
      font-size: 40px;
      font-weight: bold;
      margin: 10px 0;
      position: relative;
      display: inline-block;
      color: transparent;
  }
  .outlined-text::before {
      content: attr(data-text);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      color: transparent;
      -webkit-text-stroke: 2px whitesmoke; /* Change the color and width as needed */
  }.outlined-text:hover{
    cursor: pointer;
    color: white;
  }#paragraph-middle{
    margin-left: 15%;
    text-align: left;
    margin-right: 10%;
  }.bellow-paragraph-middle12{
    margin-left: 15%;
  }.servicesfifth{
    margin-top: 3%;
    border-radius: 20px;
    background-color: #edc124;
  }#mobile-responsive-dropdown{
    display: none;
  }#desktop-responsive-dropdown{
    display: block;
  }
  @media (max-width: 768px) {
    #mobile-responsive-dropdown{
      font-family: "Calisto MT", serif;
      display: block;
    }#desktop-responsive-dropdown{
      display: none;
    }.top-conataoiner-para{
      font-size: 18px
    }#new-right-left-para,#second-right-left-para,#third-right-left-para,#fourth-right-left-para{
      font-size: 18px;
    }
    #logo-conatiner-section{
      display: grid;
      margin-left: 8%;
      margin-top: 10%;
      grid-template-columns: repeat(2,1fr);
    }#logo-conatiner-section img{
      width: 80%;
      margin-top: 10%;
    }#Stationery-conatiner-section{
      display: grid;
      margin-left: 8%;
      margin-top: 10%;
      grid-template-columns: repeat(2,1fr);
    }#Stationery-conatiner-section img{
      width: 80%;
      margin-top: 10%;
    }.view-more{
      margin-top: 15%;
      margin-left: 9%;
    }
    .text-container{
      display: grid;
      gap: 5px;
      /* align-items: center; */
      margin-left: 5%;
      grid-template-columns: repeat(2,1fr);
      text-align: center;
      /* display: none; */
    }.outlined-text{
      font-size: 30px;
    }.first-text-offer{
margin-left: 18%;
    }
    .iknow-button-new{
      padding: 10px 8px;
      font-size: 12px;
  }.new-button-1{
      margin-left: -50%;
  }#logo-para-bellow-container{
    display: block;
  }#logo-para-bellow-first{
    margin-right: 5%;
  }#logo-para-bellow-second{
    margin-left: 2%;
    margin-top: 15%;
  }#poster-conatiner-section{
    display: block;
    /* margin-top: 10%;
    grid-template-columns: repeat(3,1fr); */
  }#main-top-conataoiner-image{
    display: block;
  }#top-conataoiner-image{
    width: 93%;
    margin-left: 5%;
  }#line-coniter-para-img{
    display: none;
  }#box-container{
    width: 100%;
    height: 700px;
    margin-top: 15%;
    margin-left: 0;
  }#lets-para{
   margin: auto;
    width: 60%;
  }#lets-para-second{
    margin-top: 25%;
    margin-left: 15%;
    margin-right: 5%;
  }.lets-para-second-para{
    margin-right: 10%;
    margin-left: 5%;
  }
  }.row-mini{
    margin-top: 20%;
  }.second-row-mini{
    margin-top: -6.5%;
    margin-left: 60%;
    /* margin-bottom: 45%; */
  }#top-row-mini-content {
    margin-left: 6%;
  }#top-row-mini-content p:nth-child(4) {
    margin-left: -2%;
}#top-row-mini-content p:nth-child(odd) {
  margin-top: -30%;
}#top-row-mini-content p:nth-child(3) {
  margin-left: -2%;
}#top-row-mini-content p:nth-child(5) {
  margin-top: -37%;
}#tesai {
  margin-left: -280%;
  margin-top: 15%;
  font-size: 22px;
}#main-container-scroll{
  margin-top: 35%;
}@media only screen and (max-width: 768px) {
  #section-main-conatiner{
    display: block;
  }#second-line-text{
    margin-left: -15%;
  }
}


.dropdown-button {
  background-color: #4CAF50;
  color: white;
  height: 60px;
  width: 80%;
  margin-left: 12%;
  font-size: 18px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.dropdown-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.dropdown.show .dropdown-button::after {
  transform: translateY(-50%) rotate(180deg);
}

.dropdown-button:hover {
  background-color: #45a049;
  transform: translateY(-2px);
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  margin-left: 12%;
  position: absolute;
  background-color: navy;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dropdown.show .dropdown-content {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Buttons inside the dropdown */
.dropdown-content button {
  color: white;
  text-decoration: none;
  display: block;
  background: none;
  border: none;
  font-size: 18px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 12px 16px;
  transition: background-color 0.3s ease;
}

.dropdown-content button:hover {
  background-color: #f1f1f1;
  color: black;
}
@media screen and (max-width: 768px) {
  .container-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 10% auto;
  }
  
  .item-mobile {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
    position: relative;
    width: 100%;
  }
  
  .number-mobile {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: -30px;
    left: 50%;
    color: white;
    transform: translateX(-50%);
    /* background-color: rgb(51, 7, 83); */
    padding: 0 5px;
  }
  
  .line-mobile {
    width: 2px;
    height: 50px;
    background-color: yellow;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .text-mobile {
    font-family: "Calisto MT", serif;
    color: white;
    font-size: 1em;
    width: auto;
  }.line-mobile-5{
   /* top: 120%; */
  }
  
  .right-mobile {
    margin-left: 65%;
  }
  
  .left-mobile {
    margin-left: 20%;
    text-align: left;
  }
  
  #text-mobile-6 {
    margin-left: 15%;
  }#text-mobile-4 {
    margin-left: 2%;
    /* margin-right: 20%; */
  }
  
 #text-mobile-6 {
    /* margin-left: 10%; */
    margin-top: 10%;
  }
  
  #text-mobile-5 {
    margin-left: 60%;
  }
  
  #text-mobile-4 {
    margin-left: 20%;
  }
  
  #text-mobile-1 {
    margin-left: 65%;
  }
  
  #num-mobile-2 {
    margin-top: -3%;
  }
  
  #num-mobile-3 {
    margin-top: -3%;
  }#num-mobile-4 {
    margin-top: -3%;
  }#num-mobile-5 {
    margin-top: 2%;
  }#num-mobile-6 {
    margin-top: 3%;
  }#num-mobile-7 {
    /* margin-top: %; */
  }
  
  
 
  
  .line-mobile-5 {
    margin-top: 5%;
  }.line-mobile-6 {
    margin-top: 5%;
  }
  
  .line-mobile-7 {
    /* margin-top: 8%; */
  }
  
      }