/*

Known Template 

https://templatemo.com/tm-516-known

*/

  @import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');
  @import url('https://fonts.googleapis.com/css2?family=Agu+Display&family=Clicker+Script&family=Jersey+15&family=Pacifico&family=Playwrite+IE+Guides&family=Rubik+Vinyl&family=Sixtyfour&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Agu+Display&family=Clicker+Script&family=Jersey+15&family=Pacifico&family=Playwrite+IE+Guides&family=Playwrite+IN:wght@100..400&family=Sixtyfour&display=swap');


  body {
    background: #ffffff;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden;
    padding-top: 70px;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: normal;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color:  #2bbf0dd1;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title small {
    display: block;
  }

  .overlay {
    background: rgba(20,20,20,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .entry-form {
    background: #252020;
    border-radius: 100%;
    text-align: center;
    padding: 6em;
    width: 450px;
    height: 450px;
  }

  .entry-form h2 {
    color: #ffffff;
    margin: 0;
  }

  .entry-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin: 10px 0;
  }

  .entry-form .submit-btn {
    background: #ffffff;
    border-radius: 50px;
    border: 0;
    color: #252020;
    width: 50%;
    height: 50px;
    margin: 30px auto;
    margin-bottom: 10px;
  }

  .entry-form .submit-btn:hover {
    background: #3f51b5;
    color: #ffffff;
  }

  section {
    position: relative;
    padding: 100px 0;
  }

  #team,
  #testimonial {
    background: #f9f9f9;
  }

  #team, 
  #testimonial {
    text-align: center;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 30px;
    transition: 0.5s;
  }

  .section-btn:hover {
    background: #ffffff;
    border-color: transparent;
  }



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    background: #ffffff;
    border-top: 5px solid  #2bbf0dd1;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
    margin-bottom: 0;
    padding: 0;
  }

  .custom-navbar .navbar-brand {
    color: #454545;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right li a .fa {
    background:  #2bbf0dd1;
    border-radius: 100%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }

  .custom-navbar .nav li a {
    line-height: 40px;
    color: #575757;
    padding-right: 22px;
    padding-left: 22px;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li a:hover {
    background-color:  #2bbf0dd1;
    color: #ffffff;
  }

  .custom-navbar .nav li.active > a {
    background-color:  #2bbf0dd1;
    color: #ffffff;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }



  /*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0 40px 0;
  }

  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }
  
  .caption h3 a { color: #FFF; }
  .caption h3 a:hover { color: #FF3; }

  .home-slider .item-first {
    background-image: url(../images/home3.jpg);
	background-position: center;
  }

  .home-slider .item-second {
    background-image: url(../images/home1.jpg);
  }

  .home-slider .item-third {
    background-image: url(../images/home2.jpg);
  }



  /*---------------------------------------
      FEATURE              
  -----------------------------------------*/


/* Classical Colors & Styling */
#feature {
  padding: 80px 0;
  background: #f4f1ea; /* Soft warm beige */
  color: #333; /* Dark grey for readability */
  text-align: center;
}

.feature-box {
  padding: 30px;
  margin: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #ddd; /* Classic thin border */
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #c2985b; /* Elegant gold */
}

h3 {
  font-size: 22px;
  font-weight: bold;
  font-family: "Georgia", serif;
  color: #444;
}

p {
  font-size: 16px;
  color: #666;
  font-family: "Times New Roman", serif;
  opacity: 0.9;
}
/*---------------------------------------
      ABOUT              
  -----------------------------------------*/
#about{
  background-image: url(../images/courses-image2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
  .main-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    background-image: url(../images/author-image2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1100px;
    background: white;
    padding: 20px;
    border-radius: 12px;
    margin: 5rem auto;
    box-shadow: 2px 0 15px -2px rgba(0, 0, 0, 0.2);
  }

  .login-container {
    width: 45%;
    padding: 3em 2em;
    border-radius: 12px;
    display: grid;
    row-gap: 2em;
  }

  .login-header > h1 {
    margin: 0;
    font-size: 2em;
    font-weight: 900;
    text-align: center;
    color: #0d4c92;
    margin-bottom: 1.2rem;
  }

  .login-header > p {
    font-size: 1.1em;
    line-height: 1.4;
    text-align: center;
  }

  .login-form > form {
    display: grid;
    row-gap: 1.6em;
  }

  .input-field {
    width: 100%;
    padding: 1em;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
  }

  .input-field:focus {
    outline: 2px solid #0d4c92;
  }

  .login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .remember-check {
    display: flex;
    gap: 0.6em;
    font-size: 0.8em;
    cursor: pointer;
  }

  .forgot-link {
    font-size: 0.8em;
  }

  .submit-btn {
    padding: 1em;
    width: 100%;
    font-weight: 600;
    background-color: #0d4c92;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .login-footer > p {
    font-size: 0.8em;
    text-align: center;
  }

  .info-container {
    width: 50%;
    padding: 0 2em 2em;
    text-align: left;
    margin-top: -8rem;
  }

  .info-container h3 {
    color: #0d4c92;
    font-size: 1.9rem;
    margin-bottom: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .info-container h3 span {
    color: green;
    font-size: 2.5rem;

  }

  .info-container p {
    color: #333;
    font-size: 1.5rem;
    padding: 1.3rem 0;
    line-height: normal;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  }
  .toggle-text {
    margin-top: 15px;
    font-size: 0.9em;
  }


  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 1rem;
    
  }

  .feature-item {
    border-radius: 10px;
    text-align: center;
    border: 1px solid #ccc;
    width: 9;
  }

  .feature-item i {
    color: green;
    font-size: 1.5rem;
    padding-top: 1rem;
    line-height: normal;

  }

  .feature-item h6 {
    color: #000;
    font-size: 1.2rem;
    line-height: normal;

  }

  .feature-item p {
    color: green;
    font-size: 1rem;
    margin-top: -1rem;
    line-height: normal;

  }

  @media (max-width: 900px) {
    .main-wrapper {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .login-container, .info-container {
      width: 100%;
    }
  }




  body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
  }
  
  a {
    color: #144272;
    font-weight: 500;
  }
  
  .box {
    margin-left: -5em;
    padding: 3em 2em;
    width: 100%;
    max-width: 480px;
    border-radius: 12px;
    background: white;
    box-shadow: 2px 0 15px -2px rgba(0, 0, 0, 0.2);
    display: grid;
    row-gap: 2em;
  }
  
  .box-header {
    display: grid;
    row-gap: 2em;
  }
  
  .box-header>h1 {
    margin: 0;
    font-size: 1.563em;
    font-weight: 900;
    text-align: center;
    color: #0d4c92;
  }
  
  .box-header>p {
    font-size: 0.8em;
    line-height: 1.8;
    text-align: center;
  }
  
  .box-body>form {
    display: grid;
    row-gap: 1.6em;
  }
  
  .floating-label-input {
    position: relative;
    background: var(--surface-color);
  }
  
  .input-text {
    width: 100%;
    padding: 1em;
    background: var(--surface-color);
    border: 1px solid #c2c2c2;
    border-radius: 5px;
  }
  
  .input-text::placeholder {
    opacity: 0;
  }
  
  .floating-label-input>label {
    position: absolute;
    top: 50%;
    left: 1em;
    color: #999999;
    background: var(--surface-color);
    transform: translateY(-100%);
    cursor: text;
    transition: all 0.1s ease-out;
  }
  
  .input-text:focus {
    outline: 2px solid #0d4c92;
  }
  
  .input-text:focus+label,
  .input-text:not(:placeholder-shown)+label {
    padding: 1 0.5em;
    top: 0;
    left: 0.8em;
    font-size: 0.8em;
    font-weight: 500;
  }
  
  .input-text:focus+label {
    color: #0d4c92;
  }
  
  .password-manager {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .save-password {
    display: flex;
    gap: 0.6em;
    font-size: 0.8em;
    cursor: pointer;
  }
  
  .forgot-password {
    font-size: 0.8em;
  }
  
  button {
    padding: 1em;
    width: 100%;
    font-weight: 600;
    background-color: #0d4c92;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .box-footer>p {
    font-size: 0.8em;
    line-height: 1.8;
    text-align: center;
  }
  
  /* Responsive styles */
  @media (max-width: 600px) {
    
    .box {
      max-width: 100%;
      padding: 2em 1em;
      margin-left: 0.5em;
    }
  
    .box-header>h1 {
      font-size: 1.2em;
    }
  
    .box-header>p {
      font-size: 0.8em;
    }
  
    .input-text {
      padding: 0.8em;
    }
  
    button {
      padding: 0.8em;
    }
  }
   
  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

  .team-thumb {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    text-align: left;
  }

  .team-info {
    padding: 20px 30px;
  }

  .team-image img {
    width: 100%;
  }

  .team-thumb .social-icon {
    border-top: 1px solid #f0f0f0;
    padding: 4px 20px 0 20px;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    color: #252020;
  }

  .team-info h3 {
    margin: 0;
  }


  /*---------------------------------------
      COURSES             
  -----------------------------------------*/

  .courses-thumb {
    background: #f9f9f9;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    min-height: 400px; /* Ensures all cards are the same height */
}

.courses-thumb:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}

.courses-top {
    position: relative;
}

.courses-image img {
    width: 100%;
    height: 200px; /* Ensures images are uniform */
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.courses-thumb:hover .courses-image img {
    transform: scale(1.05);
}

.courses-detail {
    padding: 20px;
    flex-grow: 1; /* Makes text take up remaining space */
}

.courses-detail h3 {
    font-size: 18px;
    font-weight: bold;
}

.courses-detail p {
    font-size: 14px;
    color: #555;
}
.section-title h2{
  text-align: center;
}



  /*---------------------------------------
     NEWS              
  -----------------------------------------*/

  .news-thumb {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .news-thumb .news-image {
    float: left;
    width: 40%;
    margin-right: 30px;
  }

  .news-info h3 {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .news-date span {
    color: #909090;
    font-weight: bold;
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  .item {
    background: linear-gradient(135deg, #ffffff, #e3e3e3);
    border-radius: 10px;
    padding: 2em 1.5em;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    height: 350px; /* Set a fixed height */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures even spacing */
}

.tst-author h4, 
.tst-author span {
    margin-bottom: 5px;
}

.tst-image img {
    width: 80px; /* Ensure consistent image size */
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
}

.tst-rating {
    margin-top: auto; /* Push rating to bottom */
}

  
  #testimonial .item {
    background: #ffffff;
    margin: 20px 0;
    padding: 4em 3em;
    text-align: left;
  }

  #courses .col-md-4,
  #testimonial .col-md-4 {
    display: block;
    width: 100%;
  }

  #testimonial .item > p {
    font-size: 16px;
    line-height: 26px;
  }

  .tst-rating {
    margin-bottom: 15px;
  }

  .tst-rating .fa {
    color: #3f51b5;
  }

  .tst-image,
  .tst-author {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    text-align: left;
  }

  .tst-image img {
    border-radius: 50px;
    width: 60px !important;
    height: 60px;
    margin-right: 15px;
  }

  .tst-author h4 {
    margin: 0;
  }

  .tst-author span {
    color: #808080;
    font-size: 14px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  :root {
    --theme-color: rgb(125, 125, 249);
    --text-color: rgb(77, 76, 76);
    --btn-color: rgb(67, 46, 67);
}

/* Contact Section */
.leftcontact .cbtns {
    font-weight: bold;
    font-size: 2.5rem;
    color: #000;
}

.maincontact {
    display: flex;
    gap: 3rem;
    padding: 3rem 4rem;
    margin: 1 auto;
}

.maincontact .leftcontact {
    flex: 1 1 20rem;
    padding: 10px;
    margin-left: 5rem;
}

.maincontact .rightcontact {
    flex: 0 0 65rem;
    margin-right: 5rem;
}

.leftcontact h2 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .1rem;
    padding-bottom: 1rem;
    color: #2bbf0dd1;
}

.leftcontact #pure {
font-size: 1.5rem;
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.contacticon {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.contactmain {
    display: flex;
    gap: 2rem;
}

.contacticon i {
    padding: 10px;
    color: #2bbf0dd1;
    border-radius: 5px;
    font-size: 2.5rem;
}

.contacticon #or {
    padding: 10px;
    color: #2bbf0dd1;
    border-radius: 5px;
}

.contacticon span {
    margin-left: 1.5rem;
}

.contacticon span p {
    font-size: 1.5rem;
    color: var(--text-color);
    padding: .1rem 0;
    line-height: normal;

}

.contacticon span h6 {
    font-size: 1.8rem;
    line-height: normal;

}

.contactsocial {
    display: flex;
    padding: 1.5rem 0;
    align-items: center;
}

.contactsocial h5 {
    padding-right: 2rem;
    font-size: 1.4rem;
}

.contactsocial i {
    margin: 0 .5rem;
    padding: 12px;
    background-color: #2bbf0dd1;
    border-radius: 50%;
    color: white;
    font-size: 2rem;
    transition: transform 0.3s;
}

.contactsocial i:hover {
    transform: scale(1.3) translateY(-5px);
}

.rightcontact {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);        }

.rightcontact input,
.rightcontact textarea {
    background-color: transparent;
    width: 100%;
    margin: .5rem 0;
    border: 1px solid var(--btn-color);
    transition: border-color 0.3s, box-shadow 0.3s;


    border: 1px solid #ddd;
border-radius: 8px;
padding: 12px;
font-size: 16px;

}

.rightcontact input:focus,
.rightcontact textarea:focus {
    border-color: orangered;
    box-shadow: 0 0 8px rgba(252, 219, 157, 0.8);
}

.Btn {
  margin: 0;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(15, 15, 15);
    border: none;
    color: white;
    font-weight: 700;
    gap: 10px;
    cursor: pointer;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
}

.svgIcon {
    width: 20px;
}

.svgIcon path {
    fill: white;
}

.Btn::before {
    width: 180px;
    height: 180px;
    position: absolute;
    content: "";
    background-color: white;
    border-radius: 50%;
    left: -100%;
    top: 0;
    transition-duration: .3s;
    mix-blend-mode: difference;
}

.Btn:hover::before {
    transition-duration: .3s;
    transform: translate(100%, -50%);
    border-radius: 0;
}

.Btn:active {
    transform: translate(5px, 5px);
    transition-duration: .3s;
}

.maincontact {
    display: flex;
    gap: 3rem;
    padding: 3rem 4rem;
    opacity: 0;
    animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.contacticon {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    opacity: 0;
    transform: translateX(-50px);
    animation: slideInLeft 0.5s forwards;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.contacticon:nth-child(1) {
    animation-delay: 0.2s;
}

.contacticon:nth-child(2) {
    animation-delay: 0.4s;
}

.contacticon:nth-child(3) {
    animation-delay: 0.6s;
}

.contacticon:nth-child(4) {
    animation-delay: 0.8s;
}

/* Mobile Responsiveness */
@media only screen and (max-width: 768px) {
.maincontact {
flex-direction: column;
padding: 2rem;
}

.leftcontact, .rightcontact {
flex: 1 1 100%;
}

.leftcontact h2 {
font-size: 1.2rem;
margin-bottom: 1rem;
}

.contactmain {
  justify-content: space-between;
  align-items: center;
flex-direction: row;
}

.contacticon {
margin-bottom: 1rem;
}

.contactsocial {
flex-direction: column;
}
.contactsocial i{
font-size: .8rem;
    padding: -8px;
}
.contactsocial span {
display: flex;
}



.contactsocial h5 {
margin-bottom: 1rem;
}

.Btn {
width: 100%;
height: 50px;
}
.rightcontact{
  width: 100%;
}
}

@media only screen and (max-width: 480px) {
.leftcontact h2 {
font-size: 1.1rem;
}

.contactsocial i {
margin: 0.5rem;
padding: 10px;
}
.contactsocial span {
display: flex;
}

.Btn {
width: 100%;
height: 45px;
}

.rightcontact input, .rightcontact textarea {
padding: 10px;
}
.contactsocial{
display: flex;
}


}
.rightcontact textarea{
  height: 50%;
}
.rightcontact{
  margin-bottom: -50px;
  
}

  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    background-color: #2bbf0dd1; /* Light background color for better visibility */
    color: #f8f8f8; /* Light grey text for good contrast */
    padding: 40px 0;
  }
  
  footer h2 {
    font-size: 18px;
    color: black;
    margin-bottom: 15px;
  }
  
  footer p {
    font-size: 14px;
    line-height: 1.5;
    color: white;
  }
  
  footer a {
    color: white;
    text-decoration: none;
  }
  
  footer a:hover {
    color: white;
  }
  
  footer .contact-info p {
    margin: 5px 0;
  }
  
  footer .social-icon {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  footer .social-icon li {
    margin-right: 15px;
  }
  
  footer .social-icon a {
    font-size: 24px;
    color: #090909; /* White color for social media icons */
    transition: color 0.3s;
  }
  
  footer .social-icon a:hover {
    color: #1DA1F2; /* Light blue on hover for icons */
  }
  
  footer .copyright-text {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: white;
  }
  
  footer .copyright-text a {
    color: white;
    text-decoration: none;
  }
  
  footer .copyright-text a:hover {
    text-decoration: underline;
  }
  
  /* Make sure it looks good on mobile devices */
  @media (max-width: 767px) {
    footer .row {
        text-align: center;
    }
  
    footer .social-icon {
        justify-content: center;
    }
  }
  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #060606;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #0937cd;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
    .maincontact{
      display: flex;
      flex-direction: column;
    }
    .rightcontact{
      width: 100%;
    }
  }
  @media only screen and (max-width: 776px) {
     .navbar-nav-first li a{
      font-size: 80%;
     }
     .navbar-right{
      font-size: 80%;
     }
  }

    @media only screen and (max-width: 992px) {
    section,
    footer {
      padding: 60px 0;
    }

    .home-slider .item {
      background-position: center center;
    }

    .feature-thumb,
    .about-info,
    .team-thumb,
    .footer-info {
      margin-bottom: 50px;
    }

    .contact-image {
      margin-top: 50px;
    }
  
    .navbar-nav-first li a{
      font-size: 80%;
     }
     .navbar-right{
      margin: 0;
      padding: 0;
      font-size: 80%;
     }
  }


  @media only screen and (min-width: 768px)  {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    .navbar-header{
      display: flex;
      margin: 0;
      padding: 0% 15% ;
    }
    .navbar-brand{
      margin: 0;
      width: 100%;
    }
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }
  .navbar-nav-first li a{
    font-size: 70%;
  }
  .navbar-right a{
    display: none;
  }
    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
      line-height: normal;
    }

    .custom-navbar .nav li a {
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .footer-info {
      margin-right: 0;
    }

    .footer-info.newsletter-form {
      margin-bottom: 0;
    }

    .entry-form {
      display: block;
      margin: 0 auto;
    }
  }


  @media only screen and (max-width: 580px) {
    h2 {
      font-size: 1.8em;
    }

    #testimonial .item {
      padding: 2em;
    }

    .contact-image {
      margin-top: 0;
    }
    .rightcontact{
      width: 100%;
    }
    .contactsocial{
      width: 100%;
      align-items: center;
    }
    .contactmain{
      display: flex;
      flex-direction: row;
    }
  }

  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }

    #home h3 {
      font-size: 14px;
    }
    .contactmain{
      display: flex;
      flex-direction: column;
    }

    .entry-form {
      border-radius: 0;
      padding: 2em;
      max-width: 100%;
      max-height: 100%;
      width: inherit;
      height: inherit;
    }
    .rightcontact{
      width: 100%;
    }
  }

    @media only screen and (max-width: 350px) {
      .navbar-header{
        display: flex;
        margin: 0;
        padding: 0% 15% ;
      }
      .navbar-brand{
        margin: 0;
        width: 100%;
      }
      .navbar-toggle{
        width: 50%;
      }
    }
    @media only screen and (max-width: 250px) {
      .navbar-header{
        display: flex;
        margin: 0;
        padding: 0% 15% ;
      }
      .navbar-brand{
        margin: 0;
        font-size: 15%;
        width: 100%;
      }
      .navbar-toggle{
        width: 50%;
      }
      
    }
    @media only screen and (max-width: 768px) {
      .navbar-nav-first li a{
        font-size: 80%;
      }
      .navbar-right a{
        font-size: 70%;
      }
    }