@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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');
* {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

.btn-pri{
  background-color: #e9357b !important;
  color:#fff !important;
  padding-left: 25px;
  padding-right: 25px;
  border-color: #e9357b !important;
  height: 46px;
  border-radius: 30px;
}

.btn-pri:hover{
  border-color: #ed5d95 !important;
  background-color:#ed5d95 !important;
}

body{
  font-family: "Poppins", sans-serif;}


@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right:20px;
    padding-left:20px;
    color:#1e1e48;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
  }
}


.country-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}

/* Left list */
.country-list {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Item */
.country-item a{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #1e1e48;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
}

/* Flag */
.country-item img {
  width: 18px;
  height: 18px;
  object-fit: cover;
  border-radius: 50%;
}

/* CTA */
.country-cta a {
  font-size: 14px;
  color: #e9357b;
  text-decoration: none;
  font-weight: 500;
}

.country-cta a:hover {
  text-decoration: underline;
}

.breadcrum{
  color:rgb(187, 187, 196);
  font-size: 14px;
  font-size: 400;
}


.object-covers{
  object-fit: cover;
  -o-object-fit:cover
}

/* .headerimg{
  max-height: 240px;
  width: 100%;
  min-height: 240px;

} */


.heading{
  font-size:36px;
  color: #1e1e48;
   font-family: "Manrope", sans-serif;
   font-weight: 800;
   line-height: 46px;
}
.headingsub{
  font-size:16px;
  line-height: 26px;
  color: rgb(109, 109, 128);
}

.talktobtn{
  background-color: #fff !important;
  color: #e9357b;
  border: 1px solid #e9357b;
    font-size: 14px;
  height: 42px;
}

.talktobtn:hover{
  background-color:#f3f3f4 !important;
    color: #e9357b;
  border: 1px solid #e9357b;

}

.overvie{
  font-size: 24px;
  font-weight: 600;
  padding-left: 20px;
  padding-right:20px;
   border-bottom: 4px solid #e9357b;
   width: 160px;
}


.breadcrum2{
  color:#6D6D80;
  font-size: 12px;
  font-size: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}

.cards{
  border-radius:16px !important;
  border: 0 solid #e5e7eb;
  padding:24px;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}


.cards2{
  border-radius:16px !important;
  border: 0 solid #e5e7eb;
  padding:10px;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}


.flagbox{
  background-color:#f5f7fa;
    border-radius:16px !important;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
}

.flagbox img{
  width:260px;
  height: 150px;
  border-radius: 16px;
}

.Uzbekistan{
  font-size:24px;
    color: #1e1e48;
   font-family: "Manrope", sans-serif;
   font-weight: 600;
   margin-top: 10px;
}


/* Container */
.info-card {
  width: 100%;
  padding: 20px;
}

/* Row */
.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}

/* Label */
.info-label {
  font-size: 14px;
  color: #6c757d;
}

/* Value */
.info-value {
  font-size: 14px;
  color: #1f2d3d;
  font-weight: 500;
  text-align: right;
}



.countyname{
  font-size: 18px;
  color: rgb(109, 109, 128);
  text-transform: uppercase;
  margin-bottom: 10px;
}


.heading2{
  color: rgb(30, 30, 72) !important;
  font-size:28px;
  line-height:38px;
  margin-bottom: 10px;
  font-weight:500;
}

.contenttext{
  font-size: 16px;
    font-family: "Manrope", sans-serif;
    color:rgb(109 109 128);
    margin-bottom: 10px;
}

/* .table-bordered{
  border-color: #f4f4f4 !important;
  
}

table thead td{
  color: #6d6d80 !important;
  font-weight: 500;
}



table tbody td span{
  font-weight: 400;
  color: rgb(109 109 128);
}

table tbody td{
      color:rgb(109 109 128) !important;
      font-weight: 300;
} */

table tbody td{
color: rgb(109 109 128);
}

/* Wrapper */
.stats-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

/* Card */
.stat-card {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 18px 20px;
  border-radius: 14px;
background: linear-gradient(97.03deg,rgba(135,219,255,.05),rgba(150,134,231,.15) 107.15%);
  border: 1px solid #dcdfe4;

  transition: 0.3s;
}

/* Hover */
.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Text */
.stat-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f2d3d;
  margin: 0;
}

.stat-card p {
  font-size: 13px;
  color: #6c757d;
  margin: 4px 0 0;
}

/* Icon */
.stat-icon {
  font-size: 22px;
  color: #1f2d3d;
}

.tabss .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  background-color:#fdeaf2 !important;
  border: 1px solid #e9357b !important;
  color: #e9357b;
}

.tabss .nav-pills .nav-link{
  border: 1px solid #dee2e6 !important;
  color: #4e4e6f;
  margin-right: 10px;
}

/* Card */
.uni-card {
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e0e4ea;
  overflow: hidden;
  transition: 0.3s;
}

.uni-card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Image */
.uni-img {
  position: relative;
}

.uni-img img {
  width: 100%;
  height:200px;
  object-fit: cover;
}

/* Wishlist */
.wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  padding: 6px 10px;
  font-size: 16px;
}

/* Body */
.uni-body {
  padding: 15px;
}

/* Title */
.uni-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* Location */
.uni-location {
  font-size: 13px;
  color: #6c757d;
  margin: 5px 0 12px;
}

/* Info Grid */
.uni-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.uni-info h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.uni-info p {
  font-size: 12px;
  color: #6c757d;
  margin: 2px 0 0;
}

/* Highlight */
.highlight {
  color: #e11d48;
}

/* Footer */
.uni-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

/* Compare */
.compare {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Share */
.share-btn {
  border: 1px solid #dcdfe4;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: #fff;
}

/* Apply */
.apply-btn {
  border: 1px solid #e11d48;
  color: #e11d48;
  background: transparent;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 13px;
}


.swiper-pagination-bullet-active{
  background: #e11d48 !important;
}

.uni-location2 {
  font-size: 13px;
  color: #6c757d;
  margin: 5px 0 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Title */
.uni-title2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
    display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}



.iti{
width:100%;
height: 52px;
}

.iti__country-list{
z-index:9999 !important;
}




/* Video Card */
.video-card {
  position: relative;
  overflow: hidden;
  max-width: 900px;
  margin: auto;
}

.video-card img {
  width: 100%;
  display: block;
}

/* Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
background: linear-gradient(129.5deg, rgba(217, 217, 217, 0.37) 12.82%, rgba(115, 115, 115, 0.32) 100.13%);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
backdrop-filter: blur(3.85px);
-webkit-backdrop-filter: blur(3.85px);
  transition: 0.3s;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* Modal */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
}

.video-modal-content {
  position: relative;
 width: 100%;
  max-width: 900px;
}

.video-modal iframe {
  width: 100%;
  height: 500px;
  border-radius: 12px;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: white;
  cursor: pointer;
}













.swiper-nav {
  display: flex;
  gap: 10px;
  justify-content: center;
 padding-top: 10px;
  margin-top: 0;              /* Prevent inherited margin issues */
  box-sizing: border-box;     /* Prevent size shift */

  position: relative;         /* Helps Safari layout sometimes */
   -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  padding: 10px;
  width: 44px;
  height: 44px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s;
}

.swiper-button-prev-custom {
  background-image: url("../images/leftd.png"); /* Replace with your right arrow icon */
  background-size: contain;
}

.swiper-button-next-custom {
  background-image: url("../images/rightd.png"); /* Replace with your right arrow icon */
  background-size: contain;
}


.footer{
  background: linear-gradient(180deg,rgba(233,53,123,0),rgba(233,53,123,.3));
  background-color: #12122b;
  padding-top: 60px;
  padding-bottom: 30px;
}


.addresss{
  font-size:16px;
  color:#fff;
    font-family: "Manrope", sans-serif;
}


.addresss a{
  font-size:16px;
  color:#fff;
    font-family: "Manrope", sans-serif;
}

.addresssadd{
  font-size:20px;
  color:#fff;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
}

.link a{
  color:#ffffff99;
  font-size:16px;
  text-decoration: none;
}



.link{
  color:#ffffff99;
  font-size:16px;
  text-decoration: none;
}


.social-bar {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

/* Icon */
.social-icon {
  width: 50px;
  height: 50px;

  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ff2c74;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;

  transition: 0.3s ease;
}

/* Hover */
.social-icon:hover {
  background: transparent;
  color: #fff;
  border-color: #ff2c74;
  transform: translateY(-4px);
}


.linkright{
  text-align: right;
}


.floatingbtns {
  position: fixed;
  right: 15px;
  bottom: 80px;
  z-index: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 50;
  -webkit-animation: action 1s infinite  alternate;
animation: action 1s infinite  alternate;
}

/* .floatingbtns img{
    width: 60px;
    height: 60px;
} */




@-webkit-keyframes action {
0% { transform: translateY(0); }
100% { transform: translateY(-15px); }
}

@keyframes action {
0% { transform: translateY(0); }
100% { transform: translateY(-15px); }
}


.status-bar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-end;
  margin-bottom: 5px;
}


.whatsapp{
  background-color: rgb(64 195 81);
  border-radius: 50%;
  width:52px;
  height:52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp svg{
  fill:#fff;
}

.callapp{
  background-color: #ff2c74;
  border-radius: 50%;
  width:52px;
  height:52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.callapp svg{
  stroke:#fff !important;
  fill: #fff;
  width: 20px;
  height: 24px;
}


.enroll{
  background-color: #ea580c;
  border-radius: 50%;
  width:52px;
  height:52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enroll svg{
  stroke:#fff !important;
  fill: #fff;
  width: 20px;
  height: 24px;
}


.custom-select {
  padding-left: 45px; /* space for icon */
  height: 48px;
  border-radius: 8px;
}


.heading-one{
  font-style: normal;
font-weight: 700;
font-size: 64px;
line-height: 77px;
color: #FFFFFF;
}

.heading-one span{
  color: #E9357B;
}

.subhead{
  font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
color: rgba(255, 255, 255, 0.88);
font-family: "Manrope", sans-serif;
}




/* Item */
.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  transition: 0.3s ease;
}

/* Icon */
.icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff4d8d, #e11d48);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon svg {
  width: 18px;
  height: 18px;
}

/* Text */
.feature-item p {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
    font-family: "Manrope", sans-serif;
}

/* Hover */
.feature-item:hover {
  transform: translateX(6px);
}

.feature-item:hover .icon {
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
  .feature-item p {
    font-size: 18px;
  }

  .subhead{
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .feature-list {
    padding: 20px;
  }

  .feature-item p {
    font-size: 16px;
  }

  .icon {
    width: 30px;
    height: 30px;
  }
}

.banner-section{
    background-image: url('../images/banner-img.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 200px;
    
}


.form-box{
  
background: #fff;
box-shadow: 0 20px 60px rgba(233,30,140,0.13),0 2px 16px rgba(0,0,0,0.05);
/* backdrop-filter: blur(3.85px);
-webkit-backdrop-filter: blur(3.85px); */
    border-radius: 20px;
    padding:40px 30px;
    margin-bottom:66px;
    border: 2px solid #F0D6E8;
  position: relative;
}




.get-started{
    font-style: normal;
font-weight: 600;
font-size:36px;
line-height:46px;
color: #1A1F4B;
  font-family: "Poppins", sans-serif;

}



.infoacc .accordion-item{
  margin-bottom: 10px;
}



.internationalstudies{
  color:#e9357b;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}

.studyabroad{
  font-size:52px;
  font-weight: 700;
  color:#1e1e48;
  line-height:62px;
}

.studyabroad span{
    color:#e9357b;
}


/* Wrapper */
.explore-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 15px;
  padding-bottom: 15px;

}

/* Text */
.explore-text {
  font-size: 16px;
  color: #1f2d3d;
  margin: 0;
  white-space: nowrap;
}

/* Line */
.explore-line {
  flex: 1;
  height: 2px;
  background: #dcdfe4;
}

/* Button */
.explore-btn {
  padding: 10px 18px;
  border-radius: 10px;

  border: 1px solid #e11d48;
  color: #e11d48;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;

  transition: 0.3s ease;
}

/* Hover */
.explore-btn:hover {
  background: #e11d48;
  color: #fff;
}




/* Card */
.country-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-radius: 16px;
  background: #f4f6f9;
  border: 1px solid #e0e4ea;
  transition: 0.3s ease;
  margin-bottom: 25px;
}

/* Info */
.country-info h4 {
  font-size:28px;
  font-weight: 600;
  color: #1f2d3d;
  margin: 0;
}

.country-info p {
  font-size: 18px;
  color: rgb(109 109 128);
  margin-top: 6px;
  font-family: "Manrope", sans-serif;
  margin-bottom: 0px;
}

/* Map */
.country-map img {
  width: 70px;
  opacity: 0.5;
  transition: 0.3s;
  mix-blend-mode: darken;
}

/* Hover */
.country-card:hover {
  transform: translateY(-5px);
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.country-card:hover .country-map img {
  opacity: 1;
  transform: scale(1.1);
}


.tabss #pills-tab {
  flex-wrap: nowrap;      
  overflow-x: auto;        
  overflow-y: hidden;
  white-space: nowrap;
  gap: 10px;
padding-bottom:10px;
  scrollbar-width: 5px;
   scrollbar-width: thin;
  scrollbar-color: #e11d48 #f1f1f1;  
}

.tabss #pills-tab::-webkit-scrollbar {
  height: 6px; 
}

.tabss #pills-tab::-webkit-scrollbar {
  height: 6px;
}


/* Prevent shrinking */
.tabss #pills-tab .nav-item {
  flex: 0 0 auto;
}

/* Optional styling */
.tabss #pills-tab .nav-link {
  white-space: nowrap;
  padding: 8px 16px;
}



.countyname2{
  font-size: 18px;
  color: rgb(109, 109, 128);
  margin-bottom: 10px;
}


.showblock {
  display: none;
}

.readmore-wrapper.actived .showblock {
  display: block;
}

.readmore-wrapper.actived .readmore {
  display: none;
}

.readmore,
.hideblock {
  color: #e9357b;
  text-align: right;
  cursor: pointer;
}



.get-started{
    font-style: normal;
font-weight: 600;
font-size:36px;
line-height:46px;
color: #1A1F4B;
 font-family: "Playfair Display", serif;
}


.form-group {

}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #fff;
}

/* Input Wrapper */
.input-wrapper {
  position: relative;
}

/* Input Field */
.input-wrapper input {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: 1px solid #cfcfcf;
  background: #efefef;
  padding: 0 16px 0 46px;
  font-size: 16px;
  outline: none;
  transition: 0.3s;
}

/* Focus Effect */
.input-wrapper input:focus {
  border-color: #999;
  background: #f5f5f5;
}

/* Icon */
.input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}


.orange {
  background: linear-gradient(90deg,#ea580c,#f97316);
}



.homebanner{
  background: linear-gradient(rgba(233, 53, 123, 0), rgba(233, 53, 123, 0.15));
  display: flex;
  align-items: center;
  padding-top:150px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}


/* Pill */
.admission-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 10px 18px;
  border-radius: 30px;

  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.15);

  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

/* Dot */
.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
}

/* Text */
.admission-pill .text {
  white-space: nowrap;
}





.ugc-card {
  width: 100%;
  padding: 25px;
  border-radius: 16px;
  background: #f7f8fc;
  border: 1px solid #f3c6d3;
  transition: 0.3s ease;
  margin-bottom: 25px;
  height:240px;
}


.ugc-icon {
  width: 60px;
  height: 60px;

  border-radius: 14px;
  background: #fde7ec;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 15px;
}

.ugc-icon img {
  width: 28px;
  height: auto;
}

/* Title */
.ugc-title {
  font-size: 20px;
  font-weight: 600;
  color: #1f2d3d;
  margin-bottom: 10px;
}

/* Text */
.ugc-text {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

/* Hover */
.ugc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  background: #ffffff;
}


.pink-div {
  height: 3px;
  background: linear-gradient(90deg,transparent,#e91e8c,#FF6BBE,transparent);
}



.stories-pill {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1.5px solid #e9357b;
  color: #e9357b;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  background: transparent;
  text-align: center;
  transition: 0.3s ease;
  margin-bottom: 10px;
}


.stories-pill:hover {
  background: #e9357b;
  color: #fff;
  box-shadow: 0 8px 20px rgba(233, 53, 123, 0.25);
}



.testimonial-card {
  width: 100%;

  padding: 25px;
  border-radius: 16px;

  background: #ffff;
  border: 1px solid #f3c6d3;

  transition: 0.35s ease;
}


.stars {
  color: #e9357b;
  font-size: 16px;
  margin-bottom: 10px;
}


.testimonial-text {
  font-size: 15px;
  color: #1f2d3d;
  line-height: 1.7;
  margin-bottom: 15px;
}


.divider {
  height: 1px;
  background: #e5e7eb;
  margin: 15px 0;
}


.user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}


.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #22c55e;

  color: #fff;
  font-weight: 600;

  display: flex;
  align-items: center;
  justify-content: center;
}


.name {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}


.details {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

/* 🔥 Hover Effect */
.testimonial-card:hover {
  transform: translateY(-8px);
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(233, 53, 123, 0.12);
  border-color: #e9357b;
}

.testimonial-card:hover .avatar {
  transform: scale(1.1);
}


/* Remove default arrow */
.custom-faq .accordion-button::after {
  display: none;
}

/* Item */
.custom-faq .accordion-item {
  border: none;
  border-bottom: 1px solid #f3c6d3;
}

/* Button */
.custom-faq .accordion-button {
  background: transparent;
  box-shadow: none;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 500;
  color: #1f2d3d;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Hover */
.custom-faq .accordion-button:hover {
  background: #fdf2f6;
  padding-left: 10px;
  border-radius: 10px;
}

/* Body */
.custom-faq .accordion-body {
  font-size: 14px;
  color: #6b7280;
  padding: 10px 0 15px;
  line-height: 1.7;
}

/* Custom Icon (circle arrow) */
.custom-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e9357b;
  position: relative;
  flex-shrink: 0;
}

/* Arrow inside */
.custom-icon::before {
  content: "▼";
  color: #fff;
  font-size: 12px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Rotate when open */
.accordion-button:not(.collapsed) .custom-icon {
  transform: rotate(180deg);
}

/* Responsive */
@media (max-width: 576px) {

}

@media(max-width:1240px){
  /* Wrapper */
.stats-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.ugc-card {

  height:270px;
}



}


@media(max-width:991px){

    .custom-faq .accordion-button {
    font-size: 20px;
  }

  .custom-faq .accordion-body {
    font-size: 18px;
  }

  .ugc-card {

  height:225px;
}


  .heading-one{
  font-style: normal;
font-weight: 700;
font-size:42px;
line-height:56px;
color: #FFFFFF;
}

  .studyabroad{
  font-size:36px;
  font-weight: 700;
  color:#1e1e48;
  line-height:46px;
}



  .linkright{
  text-align: left;
}


   .stats-wrapper {
    grid-template-columns: 1fr; /* stack */
  }


  .heading{
    font-size: 24px;
    line-height:32px;
  }

  .heading2{
  color: rgb(30, 30, 72) !important;
  font-size:20px;
  line-height: 30px;
}

  .ugc-card {
    padding: 20px;
  }

  .ugc-icon {
    width: 50px;
    height: 50px;
  }

}





/* Responsive */
@media (max-width: 768px) {

    .testimonial-card {
    padding: 20px;
  }



    .country-card {
    padding: 16px 18px;
  }

  .country-info h4 {
    font-size: 18px;
  }

  .country-info p {
    font-size: 13px;
  }

  .country-map img {
    width: 60px;
  }

  .explore-bar {
    flex-wrap: wrap;
  }

  .explore-text {
    white-space: normal;
    width: 100%;
  }

  .explore-line {
    display: none;
  }

  .explore-btn {
    margin-top: 10px;
  }



  .social-bar {
    gap: 12px;
  }

  .social-icon {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }


  .country-bar {
    gap: 10px;
  }

  .country-list {
    gap: 12px;
  }

  .country-item {
    font-size: 13px;
  }
    .uni-card {
    max-width: 100%;
  }

  .uni-img img {
    height: 150px;
  }
}

/* Responsive */
@media (max-width: 576px) {
  .admission-pill {
    padding: 8px 14px;
    font-size: 14px;
  }

  .status-dot {
    width: 8px;
    height: 8px;
  }
}


@media (max-width: 576px) {


    .heading-one{
  font-style: normal;
font-weight: 700;
font-size:36px;
line-height:46px;
color: #FFFFFF;
}


  .country-card {
    flex-direction: row;
  }


 .country-bar {
    flex-direction: row;              /* keep same row */
    justify-content: space-between;   /* left + right */
    align-items: center;
  }

  .country-list {
    gap: 10px;
  }

  /* Hide text */
  .country-item span {
    display: none;
  }

  /* Only flags visible */
  .country-item img {
    width: 22px;
    height: 22px;
  }

  /* CTA stays right */
  .country-cta {
    margin-left: auto;
  }

  .info-label,
  .info-value {
    font-size: 13px;
  }
}