*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.hrline{
    padding: 0px !important;
    margin: 0px !important;
    color: rgb(191, 191, 191);
}

.nav-link{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 110px;
}

.bg-light{
  background-color: white !important;
}


.active{
    background: linear-gradient(45deg, rgb(255, 132, 0), rgb(71, 0, 142));
    line-height: 110px;
    color: white !important;
}

.active:hover{
    background-color: white !important;
    line-height: 110px;
    color: rgb(112, 112, 112) !important;
}


.nav-link:hover{
    background: linear-gradient(45deg, rgb(255, 132, 0), rgb(71, 0, 142));
    line-height: 110px;
    color: white !important;
    transition: all 0.9 s ease !important;
    
    
}

.navbar{
    margin: 0px !important;
    padding: 0px !important;
}


.nav-item:hover > .dropdown-menu{
    display: block;
}

.dropdown-item:hover{
    background: linear-gradient(45deg, rgb(255, 132, 0), #47008e);
    color: white;
    transition: all 0.9 s ease !important;
}

   .message{
        width: 100%;
        background: url("./images/bg_banner.png");
        display: flex;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;

        

    }
    .mess{
        margin-top: 100px;
        width: 80%;
        background-color: white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding: 50px;
       
        font-optical-sizing: auto;
        /* font-weight: 800>; */
        font-style: normal;
        margin-bottom: 150px;
            
        
    }
  
    .message .mess .ocntr p{text-align: justify; font-family: "Poppins", sans-serif;
        
    }
    

    
/*************************
********Service CSS*******
**************************/

.service-icon {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 90px;
  line-height: 90px;
  width: 80px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.our-services .col-sm-4 .color{
    background-color: rgb(255, 94, 0);
}

.our-services .col-sm-4 .color2{
    background-color: #47008e;
}


.our-services .col-sm-4:hover .service-icon {
  background-color: #333;
}

.our-services .col-sm-4 {
  
  border-right:1px solid #dedede;
  border-bottom:1px solid #d4d4d4;
  padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
  /* border-bottom:0; */
  /* padding-top: 60px; */
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
  border-right:0;
}

.service-info h3 {
  margin-top: 35px;
  
}



.style1 {color: #666666; 
    text-decoration: none;
}


.serc{
  width: 100%;
  overflow: hidden !important;
}

/* -------------------------
   GENERAL STYLES
-------------------------- */





.member-info h3 {
  font-size: 16px;
  line-height: 1.5;
}

/* -------------------------
   REGISTRATION SECTION
-------------------------- */
#pricing table {
  /* width: 100%; */
  border-collapse: collapse;
  border: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  background-color: #fff;
}

#pricing th, #pricing td {
  padding: 15px;
  border: 1px solid #ddd;
  text-align: left;
}

#pricing th {
  background-color: #F16136;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

#pricing td {
  font-size: 16px;
}

#pricing .btn {
  background-color: #F16136;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

#pricing .btn:hover {
  background-color: #e04d20;
}

.team {
  padding-top: 60px;
  background-color: #fff8ea;
}



.container.terms {
  display: flex;
  flex-wrap: wrap; /* ✅ Allows cards to move to next row automatically */
  justify-content: center;
  gap: 30px; /* space between cards */
}

.cardss {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  width: 220px; /* fixed width for each card */
  text-align: center;
  padding: 20px;
  transition: 0.3s ease;
}

.cardss:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.cardss img {
  width: 160px;
  height: 200px;
  /* border-radius: 50%; */
  /* object-fit: cover; */

  margin-bottom: 15px;
}

.cardss h4 {
  margin: 10px 0 5px 0;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.cardss p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

/* ✅ Responsive behavior */
@media (max-width: 768px) {
  .cardss {
    width: 160px;
    padding: 15px;
    
  }

  .ocntr p{
    text-align: justify !important;
  }

  .service-info h3 {
  font-size: 16px;
  
}

}



@media (max-width: 480px) {
  .container.terms {
    gap: 20px;
  }

  .cardss {
    width: 140px;
  }
}



/*************************
********portfolio CSS*****
**************************/

#portfolio .container-fluid, 
#portfolio .col-sm-3  {
  overflow: hidden;
  padding: 0;
}

#portfolio .folio-item {
  position: relative;
}

#portfolio .overlay {
  background-color: #000;
  color: #fff; 
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 25px;
  margin-top: -25px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(1.5) rotate(-15deg);
  transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
  width: 100%;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}


#single-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single-portfolio img {
  width: 100%;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #999;
  margin-left: -17px;
}



#contact {
  padding-top: 45px;
  padding-bottom: 0;
}

#google-map {
  height: 350px;
}


#contact-us {
  background-image:url(./images/speakers/contact-bg.jpg);
  padding-bottom: 90px; 
  color: white;
}

#contact-us .heading {
  padding-top: 95px;
}

.form-control {
  background-color: transparent;
  border-color: rgba(255,255,255,.1);
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  min-height: 180px;
  resize:none;
}

.form-group {
  margin-bottom: 30px;
}

.contact-info {
  padding-left:70px;
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 8px;
}

.contact-info ul li a {
  color: #fff;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border:0;
  margin-top: 40px;
}

#footer {
  color:#fff;
}



.footer-top {
  position: relative;
  padding:30px 0
}

#footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0 10px;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}

#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}

/*Presets*/

.welcome {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #FFF;
}

@media (max-width: 768px) {
  .navbar-toggler {
    border-radius: 0px;
  }

  .navbar .container img{
    width: 170px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mess {
    width: 95%;
    padding: 15px;
    margin-top: 40px;
  }

  

  .our-services .row .col-sm-4 {
    padding-top: 70px;
    width: 50%;
    border: 1px solid rgb(231, 231, 231);

  }

  .venue{

  }

  .venn{
    margin: 25px !important;
    display: block !important;
  }

  .ven1{
    width: 100% !important;
  }
  .ven2{
    width: 100% !important;
  }

  .cardss{
    width: 47%;
  }

.cardss img{
    width: 130px;
    height: 150px;
    /* border-radius: 50%;   */
    /* object-fit: cover; */
    margin-bottom: 15px;

}

.poewr{
  margin-top: 30px;
}

.nav-link {
  text-align: center;
  line-height: 30px !important;
}

.active{
  text-align: center;

  line-height: 30px !important;

}

}
/* Default (desktop) */
.carousel-item img.desktop-img {
  display: block;
  width: 100%;
  height: auto;
}

/* Desktop banners */
.banner1 {
  background: url("./images/banners/1.jpg") center/cover no-repeat;
}
.banner2 {
  background: url("./images/banners/2.jpg") center/cover no-repeat;
}
.banner3 {
  background: url("./images/banners/3.jpg") center/cover no-repeat;
}
.banner4 {
  background: url("./images/banners/4.png") center/cover no-repeat;
}

/* Hide the <img> since we’re using background images */
.banner1 img,
.banner2 img,
.banner3 img,
.banner4 img {
  visibility: hidden;
}

/* ===== MOBILE VERSION ===== */
@media (max-width: 768px) {
  .banner1 {
    background: url("./images/banners/1_.jpg") center/cover no-repeat;
    width: 100%;
    height: 710px;
  }
  .banner2 {
    background: url("./images/banners/2_.jpg") center/cover no-repeat;
    width: 100%;
    height: 710px;
  }
 .banner3 {
    background: url("./images/banners/3_.jpg") top center/cover no-repeat;
    height: 710px;
  }
  .banner4 {
    background: url("./images/banners/4_.png") top center/cover no-repeat;
    height: 710px;
  }
}

/* ===== MOBILE VERSION ===== */
@media (max-width: 768px) {
  


  .ocntr{
    text-align: justify;
    /* justify-content: center; */
  }

  .message .mess .ocntr p{
    text-align: center;
  }

  .mess{
    width: 85%;
    text-align: left !important;
  }
}

.asdas{
  display: flex;
}

*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
